.bg-blue span {
  color: #fff;
}
.bg-blue h6 {
  -webkit-text-stroke-color: #fff;
}

.whitespace {
  width: 10px;
  display: inline-block;
}

.storycontainer {
  height: 200px;
}

.history-container {
  background-color: #1d3b81;
  color: #fff;
  height: 30vh;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #1d3b81;
  background-color: #fff;
  transform: translateY(50px);
  box-shadow: 0px 10px 15px #000;
}

/****** values mission section  *******/

.values-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/****** values mission section  *******/

/***** CSS for Our team section  *****/
.responsive-cell-block {
  min-height: 75px;
}

.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: space-evenly;
}

.team-head-text {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #000;
}

.team-head-text {
  line-height: 50px;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.containerTeam {
  max-width: 1380px;
  margin-top: 60px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.card {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-right: 25px;
  padding-bottom: 30px;
  padding-left: 25px;
}

.card-container {
  width: 280px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 25px;
  margin-left: 10px;
}

.name {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-size: 18px;
  font-weight: 800;
}

.position {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.feature-text {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: rgb(122, 122, 122);
  line-height: 30px;
}

.social-icons {
  width: 70px;
  display: flex;
  justify-content: space-between;
}

.team-image-wrapper {
  /* clip-path: circle(50% at 50% 50%); */
  /* width: 130px;
  height: 130px; */
  width: 100%;
}

.team-member-image {
  max-width: 100%;
}

@media (max-width: 500px) {
  .card-container {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
  } .pricing-box-items .pricing-content h3 {
    margin-bottom: 5px;
    font-size: 18px !important;
  }
}
/***** end CSS for Our team section  *****/

/********* Our core principles  **************/



.work-process-wrapper p {
  color: #000;
}

.work-process-wrapper h2 {
  color: #000;
}
/********* End of Our core principles  **********/

/********** Underline  *********/

/* expertise circle  */

.circle-container {
  position: relative;
  min-height: 50vh;
}

.expertise-circle {
  height: 400px;
  width: 400px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 5px white solid;
  display: flex;
  padding: 30px;
  align-items: center;
  justify-content: center;
  /* filter: drop-shadow(0px 32px 12px #00000099); */
}

.db-circle {
  background-color: #1d3b81;
  transform: translateX(-70%);
  z-index: 2;
  color: #fff;
}

.db-circle h4 {
  color: #fff;
}

.lb-circle {
  background-color: #004eb3;
  z-index: 1;
  color: #fff;
}

.lb-circle h4 {
  text-align: center;
  color: #fff;
}

.elb-circle {
  background-color: #5a6bee;
  transform: translateX(70%);
  z-index: 2;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.elb-circle h4 {
  color: #fff;
}

@media (max-width: 992px) {
  .expertise-circle {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 850px) {
  .circle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .expertise-circle {
    position: relative;
    height: auto;
    border: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
    text-align: center;
  }

  .lb-circle {
    border-radius: 0%;
    background-color: #fff;
    color: #000;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .lb-circle h4 {
    color: #000;
  }

  .db-circle {
    border-radius: 0%;
    color: #fff;
    display: inline-block;
    transform: translate(0%, 0%);
  }

  .elb-circle {
    background-color: #1d3b81;
    border-radius: 0%;
    color: #fff;
    display: inline-block;
    transform: translate(0%, -19%);
  }
}

/***** Team Image  *****/
.teamimg {
  border-radius: 50%;
  width: 80%;
}

@media (max-width: 992px) {
  .teamimg {
    width: 50%;
  }
  .teamimg-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
