
.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: 45px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 768px) {
  .breadcrumbs h1 {
    font-size: 20px;
  }
}
.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: 60px 0;
}

#inner-page {
  text-align: center;
}

.inner-page h2 {
  color: #75256c;
  font-size: 45px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
}

/*----------------------------------------------------------------
/*--------------------Our Initiatives-----------------------------
/*--------------------------------------------------------------*/
#inner-page .on {
  border: 1px solid black;
  padding: 15px 5px;
  height: 100%;
}
#inner-page .on p {
  padding: 0px;
  margin: 0px;
}
/*----------------------------------------------------------------
	Start to Initiatives History Page CSS
----------------------------------------------------------------*/
.row.pt-5.mt-5.objectives {
  position: relative;
}
.row.pt-5.mt-5.objectives .logo {
  position: absolute;
  top: -90px;
  left: -590px;
}
/*----------------------------------------------------------------
	Start to Initiatives Round - 3 Page CSS
----------------------------------------------------------------*/
#round-1 p {
  padding: 0px 0px 10px 0px;
  margin: 0px;
  font-size: 26px;
  font-weight: 600;
}
#round-1 {
  position: relative;
}
#round-1 .logo {
  position: absolute;
  top: -50px;
  left: -570px;
}


/*----------------------------------------------------------------
	End to Initiatives Round - 2 Page CSS
----------------------------------------------------------------*/

#round-2 {
  position: relative;
}
#round-2 .logo {
  position: absolute;
  top: -8%;
  left: 40%;
}
.inner-page h3 {
  color: #75256c;
  font-size: 25px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
}

.video-caption h3 {
  background: #ff58b652;
  padding: 5px 0px;
  margin: 0px auto;
  color: #75256c;
}
/*----------------------------------------------------------------
	Start to Initiatives Round - 3 Page CSS
----------------------------------------------------------------*/
@media (max-width: 768px) {
  #round-3 h2 {
    font-size: 20px;
  }
}
#round-3 p {
  padding: 0px 0px 10px 0px;
  margin: 0px;
  font-size: 45px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  #round-3 p {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  #round-3 p {
    font-size: 30px;
  }
}

#round-3 ul li {
  display: inline-block;
  margin: 7px 8px;
}

#round-3 ul li a {
  border: 1px solid #75256c;
  padding: 5px 25px;
  color: #fff;
  background: #75256c;
  transition: 0.2s;
  font-weight: 900;
  font-size: 16px;
}

#round-3 ul li a:hover {
  border: 1px solid #bf0cab;
  color: #fff;
  background: #bf0cab;
}
/*----------------------------------------------------------------
	End to Initiatives Round - 3 Page CSS
----------------------------------------------------------------*/

@media (max-width: 768px) {
  .inner-page h2 {
    font-size: 16px;
  }
}
video {
  border: 1px solid #831562;
  transition: 0.2s;
  box-shadow: 0px 0px 5px black;
}
video:hover {
  box-shadow: 0px 0px 20px black;
}






.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;
}
