#about {
  background: #edf2f4;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

/*==============Boxes===================*/

.box {
  height: 150px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d32a31;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 20px 10px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
}

.box:hover {
  transform: translateY(-8px);
}

.icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.title {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

/*========================================================*/

#why-us {
  font-size: 16px;
  color: white;
  padding: 150px 0 10px 0;
  margin-bottom: 80px;
  background: #d32a31; /* fallback for old browsers */
}
#our-founder {
  font-size: 16px;
  color: white;
  padding: 80px 0 20px 0;
  margin-bottom: 80px;
  background: #d32a31; /* fallback for old browsers */
}
.btn-get-started-about-page {
  color: white;
  border: 1px solid white;
  border-radius: 30px;
  text-decoration: none;
  padding: 12px 32px;
  position: relative;
  top: 20px;
  transition: 0.5s;
  user-select: none;
}

.btn-get-started-about-page:hover {
  background: white;
  color: black;
  text-decoration: none;
}

#what-we-do {
  font-size: 16px;
  margin-bottom: 60px;
}

#principle-and-leadership {
  margin-bottom: 80px;
  /* background: #d32a31; */
  color: black;
  font-size: 16px;
  padding: 50px 0 50px 0;
}

#community {
  padding: 50px 0 50px 0;
  font-size: 16px;
  margin-bottom: 60px;
  background: #d32a31;
  color: white;
}
#community h6 {
  opacity: 60%;
}

#EducationFund {
  font-size: 16px;
  margin-bottom: 60px;
}

#EducationFund h6 {
  opacity: 60%;
}

#spirituality {
  font-size: 16px;
  margin-bottom: 60px;
}
#spirituality h6 {
  opacity: 60%;
}
.founder_image{
 position: relative;
  width: 100%;
  border-radius: 10px;
  display: block;
}
.founder_image {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 50%);
  mask-image: linear-gradient(to right, transparent 0%, black 50%);
}
/* .founder_image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: linear-gradient(to left, rgba(45, 145, 199, 0.6), rgba(255, 255, 255, 0)); 
  pointer-events: none;
} */
#about-images {
  height: 75%;
  width: 75%;
  margin-left: 45px;
}
#whatwedo-image {
  height: 75%;
  width: 75%;
  float: left;
}
#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
}
#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
}

#our-founder .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}
#our-founder .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

@media (max-width: 991px) {
  #why-us .card {
    margin: 0;
  }
}

#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 17px;
  color: #d8eafe;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}
