.external-number-cards {
  background: url('../img/bg-image.png') no-repeat center;
  background-size: 1148px 100%;
  margin: 50px 0px;
}
.number-cards {
  width: 1148px;
  height: 919px;
  margin: 50px 146px;
}
.number-cards-image {
  width: 100%;
  height: 100%;
}
.err-span {
  margin-top: 5px;
}
.number-card-heading {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  display: block;
  color: #051e47;
}
.activity-section-div {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5px;
  margin-bottom: 35px;
  justify-content: center;
}

.front {
  backface-visibility: hidden;
  z-index: 2;
}
.abc {
  position: relative;
  margin: 83px 23px 60px;
}
/*front*/
.sidea {
  background: #ffffff;
  text-align: center;
  border-radius: 15px;
}
.about-us-profile-div {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 50px;
}
.bubble-front {
  width: 320px;
  height: 309px;
  border-radius: 15px 15px 0px 15px;
}

.bubble-front:after {
  content: '';
  position: absolute;
  bottom: -29px;
  left: 262px;
  border-style: solid;
  border-width: 29px 29px 0;
  display: block;
  width: 0;
  z-index: 1;
}
.bg-red {
  background: #cd0200;
}
.bg-red::after {
  border-color: #cd0200 transparent;
}
.bg-yellow {
  background: #ff7f09;
}
.bg-yellow::after {
  border-color: #ff7f09 transparent;
}
.bg-skyblue {
  background: #17adce;
}
.bg-skyblue::after {
  border-color: #17adce transparent;
}
.bg-blue {
  background: #261494;
}
.bg-blue::after {
  border-color: #261494 transparent;
}
.name {
  position: absolute;
  width: 138px;
  height: 138px;
  left: 91px;
  top: -97px;
  border-radius: 50%;
  border: 10px solid #ffffff;
  box-sizing: border-box;
}
.name-para {
  width: 25px;
  margin-left: 45px;
  font-family: 'Roboto', 'Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  margin-top: 22px;
}
.number-card-text {
  width: 280px;
  margin-left: -80px;
  margin-top: 42px;
  color: #ffffff;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: justify;
  color: #ffffff;
}

/*.............profile card........*/
.profile-external-div {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 50px;
  width: 68%;
  margin: auto;
}
.cyber-profile-cards {
  position: relative;
  width: 315px;
  margin: 50px 0px 30px;
}
.center-profile-cards {
  position: relative;
  width: 370px;
  margin: 50px 0px 30px;
}

.profile-img-div {
  width: 200px;
  height: 200px;
  margin-left: 60px;
  margin-bottom: -30px;
}
.center-profile-div {
  width: 250px;
  height: 250px;
  margin-left: 60px;
  margin-bottom: -30px;
}

.profile-img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: rgb(205, 225, 245);
}

/* .profile-info-div {
  width: 320px;
  height: 130px;
  background: #ffffff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  padding-top: 20px;
} */

.profile-name {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #051e47;
  margin: 45px 0px 20px;
}

.profile-info {
  font-family: 'Roboto', 'Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #000000;
  margin-top: -16px;
}
.profile-middle-dive-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (max-width: 599px) {
  .abc {
    margin: 85px auto 60px;
  }
  .about-us-profile-div {
    flex-direction: column;
    align-items: center;
  }
  .profile-middle-dive-center {
    display: block;
  }
  .number-card-heading {
    font-size: 25px;
    line-height: 40px;
  }
  .profile-info {
  font-size: 14px;

}

.profile-name {

  font-size: 20px;
  line-height: 24px;

}
}
@media (max-width: 992px) {
  .about-us-profile-div {
    flex-direction: column;
    align-items: center;
  }
  .profile-middle-dive-center {
    display: block;
  }
}
