.breadcrumbs {
  padding: 150px 0 50px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 0px;
}

.breadcrumbs::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
}
.breadcrumbs h1 {
  font-size: 3.5rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .breadcrumbs h1 {
    font-size: 30px;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  color: #E7C75B;
}

#inner-page {
  background: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.50)), url(../img/bg/founder-1.jpg) fixed center center;
    background-size: auto, auto;
  background-size: auto, auto;
  background-size: auto, auto;
  background-size: cover;
  
  background: #fff;
  padding: 0px 0;
}

#events {
  text-align: center;
}

#events h2 {
  color: #75256c;
  font-size: 30px;
  font-weight: 600;
}

#events h4 {
  color: #75256c;
  font-size: 18px;
  font-weight: 600;
}

#events {
  background: #0000;
  padding: 60px 0px 0px 0px;
  box-shadow: 0px 0px 5px #fff;
  height: 100%;
}

video {
  border: 1px solid #831562;
  transition: 0.2s;
  box-shadow: 0px 0px 5px black;
}

.video-caption h5 {
  background: #ff58b652;
  padding: 5px 0px;
  margin: 0px auto;
  color: #75256c;
  font-size: 25px;
  font-weight: 900;
}

#events h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #75256c;
  padding: 10px 0px;
}

#events h4 {
  font-size: 18px;
  font-weight: 600;
  color: #75256c;
}

#events p {
  margin-bottom: 5px;
  padding: 0px;
  font-size: 14px;
}



/*-----------Start Our Global Events------------*/
#global-events .caption {
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 10px;
  height: 100%;
}

#global-events img {
  border: 4px solid #75256cb0;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#global-events .caption h3 {
  font-size: 22px;
  font-weight: 900;
  color: #75256c;
  padding: 0px 0px 20px 0px;
  margin: 0;
}

#global-events .register-now h2 {
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  color: #75256c;
}

#global-events .register-now p {
  text-align: center;
  color: #75256c;
}

#global-events .register {
  margin: 10px 0px;
}
#global-events .register a {
  background: #75256c;
  padding: 10px 10px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
}
#global-events .text-center {
  font-size: 25px;
  font-weight: 900;
}

/*-----------End Our Global Events------------*/




.footer {
  color: #fff;
  background: url("../img/footer-bg.html") top center no-repeat;
    background-size: auto;
  background-size: cover;
  font-size: 14px;
  padding: 80px 0 60px 0;
  position: relative;
}
.footer::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  inset: 0;
}
