.border-pink-end {
  border-right: 1px solid #ff3993 !important;
}
@media (min-width: 767px) {
  .learning-banner {
    background-image: url(/assets/img/learningandteaching/learning-banner.jpg); 
    min-height: calc(80vh - 110px);
  }
  .retreat-title {
    font-size: 4rem !important;
  }
}
@media (max-width: 768px) {
  .learning-banner {
    background-image: url(/assets/img/learningandteaching/learning-banner-mobile.jpg); 
    min-height: calc(100vh + 150px);
  }
  .retreat-title {
    font-size: 3rem !important;
  }
}
.retreat-title {
  line-height: 0.9 !important;
  font-weight: 750 !important;
}
.retreat-pink-outline {
  color: #fff !important;
  text-shadow: 3px 3px 0 #ff3993, -3px 3px 0 #ff3993, 3px -3px 0 #ff3993, -3px -3px 0 #ff3993, 3px 0 0 #ff3993, -3px 0 0 #ff3993, 0 3px 0 #ff3993, 0 -3px 0 #ff3993;
}
.retreat-yellow-outline {
  color: #f3b820 !important;
  text-shadow: 3px 3px 0 #372349, -3px 3px 0 #372349, 3px -3px 0 #372349, -3px -3px 0 #372349, 3px 0 0 #372349, -3px 0 0 #372349, 0 3px 0 #372349, 0 -3px 0 #372349;
}
@supports (-webkit-text-stroke: 2px black) {
  .retreat-pink-outline {
    text-shadow: none;  /* we use text-shadow for browsers (firefox being the most popular) that don't support webkit, for webkit supported browsers we use webkit as it gives a cleaner effect */
    -webkit-text-stroke: 3px #ff3993;
  }
  .retreat-yellow-outline {
    text-shadow: none;
    -webkit-text-stroke: 3px #372349;
  }
}
#SI, #ne-SI {
  background-color: rgba(190, 77, 190, 0.95);
  color: #fff;
}
#bleu-brillant {
  background-color: rgba(2, 6, 111, 0.8);
  color: #fff;
}
#SI:hover, #ne-SI:hover, #bleu-brillant:hover {
  color: #cecece !important;
}
#SI.active, #ne-SI.active, #bleu-brillant.active {
  color: #dadada !important;
}
.kit-banner h1 {
  text-shadow: 4px 4px #707070;
  font-size: 3.5rem !important;
  font-weight: 1000 !important;
  transform: rotate(-5deg);
}
.kit-banner h2 {
  text-shadow: 3px 3px #707070;
  font-size: 2.5rem !important;
  font-weight: 1000 !important;
  transform: rotate(-5deg);
  margin-bottom: 10px !important;
}
@media (min-width: 820px) {
  .kit-banner h1 {
    text-shadow: 5px 5px #707070;
    font-size: 6.5rem !important;
  }
  .kit-banner h2 {
    text-shadow: 4px 4px #707070;
    font-size: 5rem !important;
  }
  .purple-kit-bg {
    background-image: url(/assets/img/innovation-kits/wide-purple-bg.jpg) !important;
    min-height: calc(30.86vw) !important;
  }
  .yellow-kit-bg {
    background-image: url(/assets/img/innovation-kits/wide-yellow-bg.jpg) !important; 
    min-height: calc(30.86vw) !important;
  }
  .teal-kit-bg {
    background-image: url(/assets/img/innovation-kits/wide-teal-bg.jpg) !important; 
    min-height: calc(30.86vw) !important;
  }
}
.purple-kit-bg {
  background-image: url(/assets/img/innovation-kits/purple-bg.jpg); 
  min-height: calc(43.2vw);
}
.yellow-kit-bg {
  background-image: url(/assets/img/innovation-kits/yellow-bg.jpg); 
  min-height: calc(43.2vw);
}
.teal-kit-bg {
  background-image: url(/assets/img/innovation-kits/teal-bg.jpg); 
  min-height: calc(43.2vw);
}
.map-container {
  position: relative;
  max-width: 800px;
  margin: auto;
}

.map {
  width: 100%;
  display: block;
}

.map-point {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #02295d;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.map-point:hover {
  transition: 300ms;
  transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 600px) {
  .map-point {
      width: 15px;
      height: 15px;
  }
}
@media (max-width: 450px) {
  .map-point {
      width: 12px;
      height: 12px;
  }
}
.tooltip-box {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
}
.hover-pointer:hover {
  cursor: pointer;
}
.funding-modal {
  display: flex;
  align-items: end;
  min-height: 40vh;
}
.funding-modal h5 {
  background-color: rgba(0,0,0,0.7);
  color: #ebebeb;
  padding: 10px;
}
.triangle-gradient {
  width: 250px;
  height: 250px ;
  background: linear-gradient(to right, #8c52ff 0%, #ee697b 100%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
.rotate-270 {
  transform: rotate(270deg)
}
.rotate-90 {
  transform: rotate(90deg)
}
.character-img {
  max-height: 150px;
  max-width: 250px;
  width: 100%;
  height: auto;
}
.pb-4-5 {
  padding-bottom: 2rem !important;
}
.btn-half-height {
  position: absolute;
  bottom: 0;
  margin-bottom: -30px; 
}
.glow:hover {
  color: hsl(233, 100%, 95%);
  text-shadow: 0 0 10px hsl(233, 100%, 95%), 0 0 20px hsl(233, 100%, 95%), 0 0 40px hsl(233, 100%, 95%);
}
.glow {
  transition: 0.5s ease-out;
  color:#fff;
  text-shadow: 0 0 10px hsl(201, 100%, 95%), 0 0 20px hsl(201, 100%, 95%), 0 0 40px hsl(201, 100%, 95%);
  cursor: pointer;
}
.parent-glow:hover .yellow-glow {
  color: #f8b61a;
  text-shadow: 0 0 5px hsl(42, 94%, 54%), 0 0 10px hsl(42, 94%, 54%), 0 0 20px hsl(42, 94%, 54%);
}
.parent-glow .yellow-glow {
  font-size: 3.5rem;
  transition: 0.5s ease-out;
  color: #f8b61a;
  cursor: pointer;
}
@media (max-width: 550px) {
  .parent-glow .yellow-glow {
    font-size: 2.2rem; 
    transition: none;
  }
  .parent-glow .white-glow { 
    transition: none;
  }
}
.parent-glow:hover .white-glow {
  color: #fff;
  text-shadow: 0 0 5px hsl(201, 100%, 95%), 0 0 10px hsl(201, 100%, 95%), 0 0 20px hsl(201, 100%, 95%);
}
.parent-glow .white-glow {
  font-size: 4.5rem;
  transition: 0.5s ease-out;
  color:#fff;
  cursor: pointer;
}
.mh-150 {
  min-height: 150px !important;
}
.mh-250 {
  min-height: 250px !important;
}
.mh-300 {
  min-height: 300px !important;
}
.mh-350 {
  min-height: 350px !important;
}
.mh-100 {
  min-height: 100px !important;
}
.justify-self-center {
  justify-self: center;
}
@media only screen and (max-width: 300px) {
  #mic-init-access-tool {
    display: none
  }
}
.bboard-diagram-container {
  position: relative;
}

.bboard-diagram-img-container {
  position: relative;
  display: inline-block;
}

.diagram-img {
  width: 100%;
}

.popup-button {
  position: absolute;
  background-color: #34CFCC;
  color: #fff;
  width: 33px;
  height: 33px;
  font-size: 1.25rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-weight: 900;
  overflow: hidden;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.2);
  }
  100% {
      transform: scale(1);
  }
}
@media only screen and (max-width: 600px) {
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 1000px){
  .popup-button{
      margin-left: -6px;
  }
 }
 @media (max-width: 600px){
  .popup-button{
      margin-left: -7px;
      font-size: small;
      width: 20px;
      height: 20px;
  }
 }
 @media (max-width: 350px){
  .bboard-diagram-container {
      display: none;
  }
}
.h-100 {
  height: 100%;
}
.carousel-darken:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.3);
}
.carousel-darkener:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.45); 
}
.carousel-darken .carousel-caption, .carousel-darkener .carousel-caption {
  z-index: 100;
}
.text-light-blue {
  color: #00a7ff !important;
}
table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
.width-400 {
  width: 400px;
}
.subscribe-btn {
  background-color:#009282;
  color: #fff;
  border-radius: 6px;
  height: 48px;
  padding: 4px 1.25em 4px 1.25em;
  text-align: center;
  line-height: 1.25;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 3px 4px 5px
}
.box-modal {
  width: 100%;
  height: 100%;
  background: transparent;
}
button.box-accord-btn {
  border: none;
  width: 100%;
  background-color: transparent;
}
.box-accord .accordion-item { 
  border: none
}
.box-accord .accordion-collapse {
  border: 1px solid rgba(0,0,0,.125);
}
@media (min-width: 1200px) {
.col-xl-2-5 {
  flex: 0 0 auto;
  width: 20.083333%
}
}
.modal-open .fixed-top {
  padding-right: 0 !important;
}
.modal-open {
  padding-right: 0 !important;
  overflow: auto !important;
}
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  bottom: 50%;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
.font-futura {
  font-family: "Futura", sans-serif !important;
}
.font-karla {
  font-family: "Karla", sans-serif !important;
}
.font-bukhari {
  font-family: 'Bukhari Script', sans-serif !important;
}
.font-cursive {
  font-family: "Cursive", sans-serif !important;
}
.tilt-3 {
  transform: rotate(-3deg);
} 
.tilt-3 > * {
  transform: rotate(3deg);
}
.tilt-5 {
  transform: rotate(5deg);
}
.text-tilt-5 {
  transform: rotate(-5deg);
}
#mc_embed_signup form {
  margin: 0 !important;
}
.rotate-10 {
  transform: rotate(10deg);
}
.arrow-btns {
  all: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bolder;
  font-size: 25px;
  transition: 0.6s ease;
  background-color: transparent;
}
.left-arrow {
  left: 0;
}
.right-arrow {
  right: 0;
}
.banners {
  position: relative;
}
.changing-banner {
  min-height: 105px;
  margin: auto;
}
.changing-banner h3 {
  margin: 0 30px;
}
.position-inside, .text-center li {
  list-style-position: inside;
}
#video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.z-1 {
  z-index: -1 !important;
}
.video-container {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.darken {
  background-color: rgba(0, 0, 0, 0.3);
}
.light-darken {
  background-color: rgba(0, 0, 0, 0.1);
}
.lighten {
  background-color: rgba(255, 255, 255, 0.03);
}
.vh-90 {
  height: 90vh;
}
.rounded-start-5 {
  border-bottom-left-radius: 2rem!important;
  border-top-left-radius: 2rem!important;
}
.rounded-end-5 {
  border-bottom-right-radius: 2rem!important;
  border-top-right-radius: 2rem!important;
}
.rounded-4 {
  border-radius: 1rem;
}
section.carousel-bg {
  padding: 0;
}
.carousel-bg .carousel-inner, .carousel-bg .carousel-item, .carousel-bg img {
  height: inherit;
}
.title-caption {
  text-align: center;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
}
.bg-light-purple {
  background-color: rgb(255, 247, 255);
}
.countdown {
  font-size: 1.5rem;
  margin-bottom: 0 !important;
}
#header {
  transition: all 0.5s;
  z-index: 997;
  height: 80px;
}
#header {
  background: rgb(255 251 255);
  color:#444444 !important;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #191919;
}
#topbar {
  background: rgb(255 251 255);
  font-size: 15px;
  max-height: 50px;
  min-height: 40px;
  padding: 0;
  color: #444444;
}
.header-search * {
  margin: 5px;
}
.navbar .active, .navbar .active:focus, li.dropdown ul li a.active{
  color: #943b94 !important;
}
.navbar a:hover {
  color: grey;
}
.navbar a.nav-link:hover,  .navbar li:hover > a {
  color:grey
}
.navbar-mobile a:hover,  .navbar-mobile li:hover > a {
  color: grey !important;
  background: none;
}
#header{
  font-weight: 700;
  font-size: medium;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: grey;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: grey;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  color: #231b2a;
  padding: 25px 15px 24px 15px;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.3s;
}
@media (min-width: 1400px) {
  .navbar a, .navbar a:focus {
    font-size: 16px;
  }
}
.social-linkss a {
  color: #231b2a;
  padding: 4px 12px;
  line-height: 1px;
  transition: 0.3s;
}
.socials-card {
   line-height: 1px;
  transition: 0.3s;
  font-size: 22px;
  display: inline-block;
}
.socials-card a {
  color: #f3b810;
  padding: 8px;
}
.socials-card a:hover {
  color: #fdc43d;
}
/*-- Custom Code --*/
.p-title {
  padding-top: 0vh;
}
.easter-egg-img {
  max-width: 15px;
  max-height: fit-content;
}
#gift h2{
  font-size: 2.5rem !important;
  padding-top: 0.5rem!important;
  padding-bottom: 0.5rem!important;
  color: rgb(255, 208, 0);
  font-weight: 700!important;
}

.percentage {
  display: none !important;
}

#funders img, .funders img {
  max-width: 95%;
  height: auto;
}
.asp-funders-bg {
  background: #372349; 
}
@media screen and (min-width: 768px) {
  .asp-funders-bg {
    background: url(/assets/img/after-school/funding-bg.jpg);
    background-size: cover;
  }
}
#title .b-board h1 {
  text-transform: none;
}
.carousel:after{
  background: linear-gradient(3deg,#372349 0%,rgba(41,196,169,0) 53%);
  display: inline-block;
}
@media screen and (max-height: 900px) {
  .title-img{
  height: auto;
  }
}
.carousel-bg img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  position:relative; 
  z-index:-1; 
  display:block;
  height: inherit;
}
.carousel-bg:after{
  background: linear-gradient(3deg,#372349 0%,rgba(41,196,169,0) 53%);
  display: inline-block;
}
.bio-guide h5 {
  font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
  color: #fff;
  line-height: 1.6;
}
.bio-guide a.btn-transparent {
  font-size: 18px;
}

div, section {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-blend-mode: overlay;
}
.bg-contain {
  background-size: contain !important;
}
.divider {
  background-blend-mode: unset;
}
.position-top {
  background-position: top !important;
}
.position-bottom {
  background-position: bottom !important;
}
#diagram .dbtn{
  color: #fff;
  background-color: rgb(0, 188, 221);
  border-radius: 50%;
  font-size: larger;
}
#hover-img .purple-hover:hover{
  background: #2a1a3a !important;
}
#hover-img .box.purple-hover{
  --bs-gutter-x: 0;
}
#hover-img .box p{
  margin-right: 10px;
}
.fs-7 p{
  font-size: 0.9rem !important;
}
.director-bg{
  background-color: #2a1a3a;
  border-radius: 50px 50px 50px 50px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
}
#director p{
  font-size: small;
}

.link-gallery.mars .box-lg p{
  margin-right:0;
  position:unset;
  display: block;
}
.disappearing-text:hover p.disappearing{
  display: none;
}
.disappearing-text:hover .appearing{
  display: block !important;
}
.disappearing-text:hover{
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.makerImg{
  width: 100%;
}
.makerImg:hover{
  transition: 300ms;
  transform: scale(1.2);
}
section.donate{
  padding: 0px;
}
.meetHosts{
  width: 90%;
  height: 40vh;
}
@media screen and (max-width: 768px) {
  .meetHosts{
    align-items: center;
    width: 100%;
    height: 55vh;
  }
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  .meetHosts{
    align-items: center;
    width: 80%;
    height: 60vh;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .meetHosts{
    align-items: center;
    width: 100%;
    height: 35vh;
  }
}
.alex-hover{
  background-image: url(../img/bBrilliant/HI-I-am-Alex.jpg);
}
.alex-hover:hover{
  background-image: url(../img/bBrilliant/Alex_.jpg);
}
.lingley-hover{
  background-image: url(../img/bBrilliant/Jacob-B.Brilliant-Bios.png);
}
.lingley-hover:hover{
  background-image: url(../img/bBrilliant/Jacob_BBrilliant_bio.jpg);
}
.BB-hover{
  background-image: url(../img/bBrilliant/bb_.jpg);
}
.BB-hover:hover{
  background-image: url(../img/bBrilliant/bb_Bbrilliant_bio.jpg);
}
.accord{
  width: 90%;
}
.fs-big{
  font-size: 3.5rem !important;
}
@media (min-width: 576px) {
  .fs-bigest{
    font-size: 5rem !important;
  }
}
@media (max-width: 575px) {
  .fs-bigest{
    font-size: 4rem !important;
  }
}
.dark-nav #header:not(.fixed-top) #navbar a {
  color: black;
}
p, .lh-lg {
  line-height: 1.7;
}
.lh-xs {
  line-height: 0.7;
}
.about h3{
  font-weight: bolder;
}
.fs-6 {
font-size: large !important;
}
.margin-white{
  border-left: 4px solid #fff !important;
  padding-left: 25px;
}
.margin-yellow {
  border-left: 5px solid #F8B61A !important;
  padding-left: 10px;
}
.fw-boldest {
  font-weight: 800 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.text-light-yellow {
  color: #FFD76D !important;
}
.text-light-grey{
  color:#707070 !important;
}
.text-yellow{
  color:#F8B61A !important;
}
.text-white {
  color: #fff !important;
}
.text-light-purple {
  color:#be4dbe !important;
}
.text-purple {
  color:#D36DDD !important;
}
.text-pink {
  color:#ee697b !important;
}
.text-teal {
  color: #289F9D !important;
}
.text-bright-green {
  color: #0a9631 !important;
}
.text-brilliant-blue {
  color: #02295d;
}
.text-dark-blue {
  color: #00014b;
}
.text-dark-purple {
  color: #2a1a3a !important;
}
.text-learning-purple {
  color: #372349 !important;
}
.text-cyber-purple {
  color: #674389;
}
.text-cyber-dark-purple {
  color: #8b4992;
}
.text-cyber-pink {
  color: #ff3993 !important;
}
.text-cyber-teal {
  color: #34cfcc;
}
.text-cyber-dark-yellow {
  color: #dba61d;
}
.bg-brilliant-blue {
  background: #02295d;
}
.bg-dark-blue {
  background: #00014b;
}
.bg-yellow{
  background-color: rgb(238, 194, 0);
}
.bg-dark-light {
  background-color: rgba(0, 0, 0, 0.03) !important;
}
.bg-dark-light #mc_embed_signup .helper_text, .bg-dark-light #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: transparent !important;
}
.bg-dark-purple {
  background-color: #2a1a3a;
}
.bg-learning-purple {
  background-color: #372349;
}
.bg-purple{
  background-color:#8B4992 !important;
}
.bg-semidark-purple {
  background-color:#5b3979 !important;
}
.bg-teal{
  background-color: #289F9D;
}
.bg-pink {
  background-color: #E10F6F;
}
.bg-green {
  background-color: #0a9631;
}
.bg-blue {
  background-color: #38b6ff;
}
.bg-cyber-purple {
  background-color: #a356ab;
}
.bg-cyber-yellow {
  background-color: #f3b820;
}
.bg-cyber-pink {
  background-color: #ff3993;
}
.bg-cyber-teal {
  background-color: #34cfcc;
}
.bg-cyber-dark-yellow {
  background-color: #dba61d;
}
.bg-cyber-light-purple {
  background-color: rgba(163, 86, 171, 0.25);
}
.bg-cyber-green {
  background-color: #b3bb22;
}
.bg-blue-purple {
  background-color: #281549;
}
.bg-pink-gradient {
  background-image: linear-gradient(90deg, #823eff 0%, #fe4ff2 100%);
}
.bg-pastel-yellow {
  background-color: #fddd2f;
}
.img-medium {
  max-height: 400px;
  max-width: 600px;
}
.accordion-button:not(.collapsed) {
  background-color: #f5e6f5;
  color:#be4dbe;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
a, a:hover{
  text-decoration: none;
}
a {
  color:#0c0c0c;
}
a:hover {
  color:#943b94;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #943b94;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}
.back-to-top:hover {
  background: #be4dbe;
  color: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #943b94;
  border-top-color: #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
#header .logo img {
  max-height: 70px; 
}
.btn-yellow:hover {
  background: rgb(255, 153, 0);
  border-color: rgb(255, 153, 0);
  color:#fff;
}
.btn-yellow {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 15px;
  transition: 0.5s;
  color: #fff;
  background: #fdb023;
  border-radius: 0.2rem;
}
.btn-purple {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 15px;
  transition: 0.5s;
  color: #fff;
  background: #543670;
  border-radius: 0.2rem;
}
.btn-purple:hover {
  background: #8B4992;
  border-color: #8B4992;
  color:#fff;
}
.btn-pink {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 15px;
  transition: 0.5s;
  color: #fff;
  background: #FF3993;
  border-radius: 0.2rem;
}
.btn-pink:hover {
  background: #E10F6F;
  border-color: #E10F6F;
  color:#fff;
}
.btn-blue {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 15px;
  transition: 0.5s;
  color: #fff;
  background: #02295d;
  border-radius: 0.2rem;
}
.btn-blue:hover {
  background: #0450b4;
  border-color: #0450b4;
  color:#fff;
}
.btn-green {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 15px;
  transition: 0.5s;
  color: #fff;
  background: #b3bb22;
  border-radius: 0.2rem;
}
.btn-green:hover {
  background: #8ecd4f;
  border-color: #8ecd4f;
  color:#fff;
}
.btn-bright-green {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 15px;
  transition: 0.5s;
  color: #fff;
  background: #0a9631;
  border-radius: 0.2rem;
}
.btn-bright-green:hover {
  background: #8ecd4f;
  border-color: #8ecd4f;
  color:#fff;
}
.btn-teal {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 15px;
  transition: 0.5s;
  color: #fff;
  background: #289F9D;
  border-radius: 0.2rem;
}
.btn-teal:hover {
  background: #34cfcc;
  border-color: #34cfcc;
  color:#fff;
}
.btn-cyber-yellow {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 15px;
  transition: 0.5s;
  color: #fff;
  background: #fdc43d;
  border-radius: 0.2rem;
}
.btn-cyber-yellow:hover {
  background: #fdb023;
  border-color: #fdb023;
  color:#fff;
}
.btn-cyber-purple {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 15px;
  transition: 0.5s;
  color: #fff;
  background: #8b4992;
  border-radius: 0.2rem;
}
.btn-cyber-purple:hover {
  background: #543670;
  border-color: #543670;
  color:#fff;
}
.btn-cyber-pink {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 15px;
  transition: 0.5s;
  color: #fff;
  background: #E10F6F;
  border-radius: 0.2rem;
}
.btn-cyber-pink:hover {
  background: #FF3993;
  border-color: #FF3993;
  color:#fff;
}
.btn-cyber-green {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 15px;
  transition: 0.5s;
  color: #fff;
  background: #8ecd4f;
  border-radius: 0.2rem;
}
.btn-cyber-green:hover {
  background: #0DBF3E;
  border-color: #0DBF3E;
  color:#fff;
}
.btn-yellow-purple:hover {
  color: #372349;
  border-color: #543670;
  background-color: #fdb023;
}
.btn-yellow-purple {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 15px;
  transition: 0.5s;
  color: #372349;
  background: #f3b820;
  border-radius: 0.5rem; 
  border: 0.3rem #372349 solid;
}
#title:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
span.counter{
  font-size: xx-large;
  font-weight: 700;
}
.counts{
  color: #fff;
}
.count-bg{
  color: #fff;

}
.box-lg-adjust{
  width: 95%;
  height: 30vh;
  max-height: 325px;
  position: relative;
}
.box-lg, .box-lg-text{
  width: 95%;
  height: 300px;
  position: relative;
}
.box-lg p, .box-xl p, .box-lg-adjust p, .box-sm p {
  color:#fff;
  margin: 10px;
  align-items: center;
  display: flex;
  bottom: 0;
  position: absolute;
}
.box-lg-text p {
  color:#fff;
  margin: 10px 10px;
  align-items: center;
  display: flex;
}
.box-xl {
  width: 95%;
  height: 400px;
  position: relative;
}
.box-sm {
  width: 100%;
  height: 150px;
  position: relative;
}
.banner {
  width: 98%;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .banner{
    height: 15vw;
  }
}
.box-split p{
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  font-size: medium;
  margin-bottom: 0;
}
.box-split {
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
.box, .box-split{
  width: 100%;
  position: relative;
}
.box {
  height: 200px;
}
.box:hover, .banner:hover, .box-split:hover {
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.box p{
  color:#fff;
  display: flex;
  bottom: 0;
  margin-right: 10px;
  margin-left: 10px;
  position: absolute;
  font-size: medium;
}
#programs .box {
  width: 100%;
}
.bBoard-bg{
  color: #fff;
}
.bBoard-bg h2{
  color: rgb(255, 208, 0);
  font-weight: 1000;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  img.footer-logo{
    height: 75px;
    transform: translateY(-25px);
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer-top .social-linkss a {
    transform: translateY(125px); 
  }
  img.footer-logo{
    height: 75px;
    transform: translateY(-60px);
  }
}
.mission-icon{
  width: 100px;
  border-radius: 50%;
}
.profile-img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.profile-img-md {
  max-width: 100%;
  max-height: 200px;
  border-radius: 50%;
}
.profile-img-lg{
  max-width: 300px;
  max-height: 300px;
  border-radius: 50%;
}
.accordion a:hover{
  color: #943b94;
}
a:hover, a{
  text-decoration: none;
}
.btn-transparent{
  padding: 10px 15px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0.2rem;
}
.btn-transparent:hover{
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-transparent-dark{
  padding: 10px 15px;
  background-color: transparent;
  border: 2px solid #0c0c0c;
  border-radius: 0.2rem;
}
.btn-transparent-dark:hover{
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-transparent-purple {
  background-color: transparent;
  border: 2px solid #943b94;
  color:#943b94;
  padding: 10px 15px;
  border-radius: 0.2rem;
}
.btn-transparent-purple:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-gradient {
  background-image: linear-gradient(to right, #8c52ff 0%, #ee697b 51%, #8c52ff 100%);
  background-size: 200% auto;
  flex: 1 1 auto;
  font-size: 1.3rem;
  font-family: "Futura", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 15px 20px;
  transition: 0.5s;
  color: #fff;
  border-radius: 0.3rem ;
}
.btn-gradient:hover {
  background-position: right center;
  color: #fff;
}
.fil-btn{
  background: #943b94;
  color:#fff;
  border:none;
}
.fil-btn:hover{
  background-color: #c93bc9;
}
.fil-btn.clicked{
  background-color: #c93bc9;
}
.tab-pane:not(.active){
  display: none;
}
#tab.nav-tabs .nav-link.active{
  background-color: #943b94;
  color: #fff;
}
#tab.nav-tabs .nav-link{
  color:#0c0c0c;
  border-left: 2px solid rgba(0, 0, 0, 0.05);
}
/*-----------------------
---------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Karla", sans-serif;
  color: #444444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Futura", sans-serif;
}

.easter-egg-text h3.new-label {
  position: relative;
  }
  
  .easter-egg-text h3.new-label span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  }
  
  .easter-egg-text:hover h3.new-label span {
  opacity: 0;
  }
  
  .easter-egg-text h3.new-label:after {
  content: "LET'S PLAN!";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-shadow: 0 0 35px 0 rgba(196, 15, 216, 0.5);
  transition: opacity 1s ease-in-out;
  }
  
  .easter-egg-text:hover h3.new-label:after {
  opacity: 1;
  }
  
  .easter-egg-text {
  display: inline;
  }


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.social-linkss a:hover {
  color: grey;
}
.help-btn {
  font-family: "Futura", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.help-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #ca66cab6;
  border: 2px solid #ca66cab6;
}
.help {
  padding: 120px 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #372349;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown:hover > ul, .navbar .dropdown > .dropdown-active {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul, .navbar .dropdown .dropdown > .dropdown-active {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
  .navbar .dropdown .dropdown ul {
    left: 100%;
  }

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #372349;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 991px) or (max-height: 720px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #191919;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
h1{
  font-size: 2.5rem;
}

/*--------------------------------------------------------------
# Title Section
--------------------------------------------------------------*/
#title {
  width: 100%;
  position: relative;
}
#title h2{
  color: #fff;
  font-weight: 700;
}

#title h1 {
  margin: 0 0 10px 0;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
}
#title h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}
@media (max-width: 768px) {
  #title {
    text-align: center;
  }
  #title h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #title h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-container {
  background-color: var(--color-primary);
  height: 100%;
  padding: 20px;
  border-radius: 10px 0 0 10px;
}

.contact .info-item {
  width: 100%;
  background-color: #009282;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.contact .info-item i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background: #fff;
  color: var(--color-primary);
}

.contact .php-email-form {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 0 10px 10px 0;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: rgb(238, 194, 0);
  border: 0;
  padding: 14px 45px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background:rgb(255, 153, 0)
}

.contact .php-email-form button:disabled {
  display: none !important;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #372349;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
}
#footer .footer-top .social-linkss a {
  font-size: 22px;
  display: inline-block;
  background: #372349;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 38px;
  height: 38px;
  transition: 0.3s;
}
.bluesky img {
  width: 27px;
  height: auto;
}