.about-page h5 {
  color: #ac87c5;
}
.about-page .list-1 li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.about-page .list-1 li .content .heading {
  font-weight: 700;
  font-family: inter;
  color: #101010;
}
.about-page .list-1 li .content p {
  line-height: 1.4;
  color: #757575;
}
.about-page .list-1 li img {
  background: #ac87c5;
  width: 55px;
  border-radius: 20px;
  padding: 10px;
  transition: 0.3s ease;
}
.about-page .list-1 li:hover img {
  scale: 1.1;
  background: #dfa50d;
}
.about-page .about-img {
  border-radius: 20px;
}
.section {
  padding: 90px 0;
}
.bg2 {
  background: #f9f9f9;
  position: relative;
  z-index: 0;
}
.br-20 {
  border-radius: 20px;
}
.pb-90 {
  padding-bottom: 90px;
}

.mission-box h2 {
  background: #ac87c5;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border-radius: 20px 20px 0 0;
}
.mission-box.vision h2 {
  background: #dfa50d;
}
.mission-box .content {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  background: #fff;
  border-radius: 20px;
  min-height: 180px;
}
.mission-box .content img {
  width: 100px;
}
.effect2 {
  position: relative;
}
.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.project-style-two .list li {
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  /* box-shadow:  -2px 2px 2px #00000052; */
  border: 1px solid #eeecec;
  border-left: 5px solid #ac87c5;
}
.project-style-two .list li b {
  color: #ac87c5;
  font-size: 16px;
}
.bg3 {
  background: #ac87c5;
}
:root {
  --white: #fff;
  --main-color: #ac87c5;
}
.serviceBox {
  color: var(--main-color);
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  padding: 30px 25px;
  min-height: 270px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.serviceBox:before {
  content: "";
  background: #f4f4f4;
  border-radius: 40px 40px;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 50%;
  left: 50%;
  z-index: -1;
}
.serviceBox:after {
  content: "";
  background: var(--main-color);
  width: 100%;
  height: calc(100% - 75px);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.serviceBox .service-icon {
  color: var(--white);
  background: var(--main-color);
  font-size: 40px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.serviceBox .service-icon i {
  line-height: inherit;
}
.serviceBox .service-icon img {
  width: 40px;
}
.serviceBox .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: #ac87c5;
}
.serviceBox .description {
  color: #444;
  font-size: 15px;
  line-height: 22px;
}
.team-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #ac87c5;
  min-height: 320px;
  display: flex;
  box-shadow: 4px 10px 15px #00000030;
  align-items: center;
  transition: 0.3s ease;
  cursor: pointer;
}
.team-card .name {
  color: #ac87c5;
  margin-bottom: 10px;
  font-weight: 600;
  transition: 0.3s ease;
}
.team-card .team-img {
  width: 175px;
  height: 175px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.team-card .team-img img {
  width: 100%;
  object-fit: cover;
}
.team-card:hover {
  background: #ac87c5;
}
.team-card:hover .name {
  color: #fff;
}
.expert-box {
  margin-bottom: 50px;
  border: 1px solid #0000001a;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 0 15px #00000014;
}
.expert-img {
  text-align: center;
}
.expert-content .name {
  background: linear-gradient(90deg, #ac87c5, transparent, transparent);
  padding: 5px 10px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.shared-service{
  padding: 10px;
  text-align: center;
  background-color: #fff;
  min-height: 100px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 10px;
}
.shared-service h3{
  text-transform: capitalize;
  font-size: 18px;
  color: #101010;
}
.shared-box{
     padding: 30px 40px;
    background: #ac87c5;
    border-radius: 15px;

}
.shared-box p{
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.serve .sec-title .top-title {
  margin-left: 25px;
}
.serve h5 {
  color: #ac87c5;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.serve ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfa50df5;
}
.serve ul li:last-child {
  border-bottom: 0;
}
.serve ul li p {
  line-height: 1.3;
}
.br-20 {
  border-radius: 20px;
}
.serve ul li .icon {
  max-width: 60px;
  max-height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a985c2;
  padding: 10px;
  transition: 0.3s ease;
}
.serve ul li img {
  width: 100%;
}
.serve ul li:hover .icon {
  scale: 1.1;
}
.serviceBox3 {
  color: #000;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding: 20px 15px;
  min-height: 240px;
  border-bottom: 3px solid #ab86c4;
  margin: 20px 0 25px;
  border-radius: 20px 5px 20px 5px;
  position: relative;
  z-index: 1;
  transition: all ease 0.3s;
}
.serviceBox3:hover {
  box-shadow: 3px 9px 10px rgb(0 0 0 / 24%);
}
.serviceBox3:before {
  content: "";
  background: linear-gradient(45deg, #a87508 49%, transparent 50%);
  height: 15px;
  width: 15px;
  position: absolute;
  left: 115px;
  top: -15px;
}
.serviceBox3 .service-count {
  color: #fff;
  background: linear-gradient(
    135deg,
    #fdbb26 25%,
    #ffcd44 26%,
    #ffcd44 40%,
    #fdbb26 41%,
    #fdbb26 47%,
    #ffcd44 48%,
    #ffcd44 60%,
    #fdbb26 61%
  );
  font-size: 45px;
  text-align: center;
  line-height: 90px;
  width: 100px;
  height: 100px;
  margin: -35px 0 0 0;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
.serviceBox3 .service-icon {
  color: #909090;
  width: 65px;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.3s ease 0s;
}
.serviceBox3:hover .service-icon {
  transform: rotateY(360deg);
}
.serviceBox3 .service-content {
  padding: 20px 0 0;
}
.serviceBox3 .title {
  color: #a783c0;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.serviceBox3 .description {
  color: rgba(0, 0, 0, 0.5);
  /* font-size: 13px; */
  line-height: 25px;
  margin-bottom: 10px;
}
.serviceBox3 .read-more {
  color: #202020;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: relative;
  transition: all ease 0.3s;
}
.serviceBox3 .read-more:hover {
  color: #fff;
  text-shadow: 0 0 5px #000;
  text-decoration: none;
}
.serviceBox3.purple:before {
  background: linear-gradient(45deg, #503893 49%, transparent 50%);
}
.serviceBox3.purple .service-count {
  background: linear-gradient(2deg, #81569e, #a783bf);
}
.team-block-one  .card .theme-btn-two{
  margin-top: 10px;
  transition:.3s;
  opacity:0;
  pointer-events: none;
  scale: 0;
 
}

.pt-100{
  padding-top: 100px;
}
.team-block-one .inner-box{
margin-bottom: 0;
}
.team-block-one  .card:hover .theme-btn-two{
  opacity:1;
  pointer-events: all;
   scale: 1;
   
}

@media only screen and (max-width: 990px) {
  .serviceBox3 {
    margin: 0 0 50px;
  }
}
/* .serviceBox.blue{ --main-color: #359BC8; }
.serviceBox.yellow{ --main-color: #f37f12; }
.serviceBox.purple{ --main-color: #5557B4; } */
@media only screen and (max-width: 990px) {
  .serviceBox {
    margin: 0 10px 30px;
  }
   .team-block-one{
    margin-bottom: 25px;
   }
   .team-block-one .inner-box .image-box{
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .expert-img {
    margin-bottom: 10px;
    text-align: left;
  }
  .footer-bottom{
    flex-direction: column;
    justify-content: center;
  }
  .footer-bottom .social-links{
    margin-bottom: 10px;
  }
 
}
