.sideSocial a:hover {
  border-radius: 16px 0px 0px 16px;
  width: 48px;
  background: #202021;
  color: #ffffff;
}

.sideSocial a:last-child {
  border-bottom-left-radius: 16px;
}

.sideSocial {
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  flex-direction: column;
  justify-content: start;
  direction: rtl;
}

.sideSocial a {
  width: 36px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #84578e;
  color: #fff;
  border-bottom: 1px dashed #ffffff26;
}

.sideSocial a:first-child {
  border-top-left-radius: 16px;
}

.sideSocial a:last-child {
  border-bottom: 0px dashed #45474b4d;
}
 ::-webkit-scrollbar {
    width: 8px
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #464447;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    border-radius: 1px
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
    border-radius: 1px
  }

.potential-bck {
     background-size: cover;
     background-position: center;
     position: relative;
 }

/* Shadow overlay */
.potential-bck .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2e1338d4;
    /* box-shadow: inset 0 0 60px rgba(0,0,0,0.5); */
    z-index: 1;
    background: #2e1338;
    opacity: .8;
}
.potential-bck .container {
    position: relative;
    z-index: 2;
    color: #fff;
}.blog-one__shape-2 {
    left: 0px;
    top: 0;
    content: "";
    position: absolute;
    width: 90px;
    height: 100%;
    background: #9053a5;
    filter: blur(150px);
    z-index: -1;
    opacity: .32;
}.blog-one__shape-1 {
    right: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 90px;
    height: 100%;
    background: #9053a5;
    filter: blur(150px);
    z-index: -1;
    opacity: .32;
}
 .newdiv h3 {
    color: #9053a5;
}





 
.potential-item {
  z-index: 6;
  width: 100%;
  max-width: 270px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 25px;
  border-radius: 50%;
  position: relative;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

 
.potential-item::before {
  content: "";
  position: absolute;
  inset: 0;
  /* border: 3px solid #9053a5; */
  border-radius: 50%;
}

 
.potential-item::after {
  content: "";
  position: absolute;
  width: 86%;
  height: 86%;
  /* border: 2px solid #9053a5; */
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #9053a554;
}

 
.potential-item .potential-body {
  margin: 0;
  padding: 10px;
  border: none;
  position: relative;
  z-index: 2;
}

 
.potential-item .potential-icon {
  margin-bottom: 5px;
}

.potential-item .potential-icon i {
  font-size: 28px;
  color: #ffffff;
}
 
.potential-item .potential-body h4 {
  color: #9053a5;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 5px 0;
}

 .potential-item .potential-body span {
  font-weight: 500;
  color: #000000;
  font-size: 20px;
}

 
.potential-item:hover {
  transform: translateY(-8px);
}

.potential-item:hover::after {
  width: 85%;
  height: 85%;
  transition: 0.3s;
}

 

/* ==========================
   Section Background
========================== */
.potential-two {
  background-color: #0045E1 !important;
}

.potential-two .counter-item {
  margin-top: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 23px 49px rgba(0, 0, 0, 0.1);
}
 
 
 
 
 
 
 .team-block-one .inner-box {
    position: relative;
    background: #f4f4f4;
    padding: 25px;
    text-align: center;
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    margin-bottom: 30px;
    height: 100%;
    padding-bottom: 20px;
}
 .team-block-one .inner-box .image-box .divimg {
    width: 260px;
    border-radius: 50%;
    transition: all 500ms ease;
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #9053a526;
    padding: 10px;
}.team-block-one .inner-box .lower-content {
    position: relative;
    padding: 20px 15px 11px 15px;
}.team-block-one .inner-box .lower-content .icon-1
  {
    position: absolute;
    left: 7px;
    top: -77px;
    background: #9053a587;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}
.team-block-one .inner-box .lower-content .icon-2 {
    position: absolute;
    right: -4px;
    top: -115px;
    background: #19191869;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-animation: zoom-fade 2s infinite linear;
    animation: zoom-fade 2s infinite linear;
}
.team-block-one .inner-box .lower-content h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #f2e500;
    text-transform: uppercase;
    margin-bottom: 12px;
}.team-block-one .inner-box .lower-content .designation {
    position: relative;
    font-size: 21px;
    color: #000000;
    margin-bottom: 10px;
}
 
  .span22 {
    color: #9c57b4;
    font-size: 19px;
}
 
 
 
 
 
 
 
 
 
 
 
 
 

@media (min-width: 0px) and (max-width: 991px)
   {
.potential-item .potential-body span {
      font-size: 19px;
}
   .team-block-one .inner-box .image-box .divimg {
     height: 300px;width: 300px;
   }
       
   }