.counter:root {
  --alfain-primary-color: #0050D1;
  --btn-text-color:white;
  --pg-font-size: 16px;
  --heading-font-weight: bolder;
  --btn-two-hover-bachground-color:white;
  --alfain-secondary-color: #0000cc;
  --text-dark-color:#696969;
  --alfain-black-dark:#3E3E3E;
  --alfain-submenu-hover:#F2F6FD;
  }

/* Section*/

section.our-founder-section {
  padding-bottom: 20px;
}
section.project-counter-section {
  padding: 50px 0px 50px 0px;
}
/* TITRE */
.teams-section h1 {
    margin-top: 0;
    font-size: 3rem;
    display: inline-block;
  }
.teams-section  h1 div {
    position: relative;
    float: left;
  }
.teams-section  h1 div:first-child {
    color: var(--alfain-primary-color);
    margin-right: 1rem;
  }
  /* PROFIL */
  .blog .carousel-indicators {
      left: 0;
      top: auto;
      bottom: -40px;
  
  }
  
  /* The colour of the indicators */
  .blog .carousel-indicators li {
      background: #a3a3a3;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      margin-bottom:10px;
      
  }
  
  .blog .carousel-indicators .active {
  background: #707070;
  margin-bottom:10px;
  }
  
  .our-team-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .our-team-section:before {
    position: absolute;
    top: -0;
    left: 0;
    content: " ";
    background: url(img/service-section-bottom.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
  }
  .our-team {
    padding: 0 0 40px;
    background: white;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid var(--alfain-primary-color);
  }
  .our-team:hover {
    border-bottom: 5px solid var(--alfain-secondary-color);
  }
  
  .our-team .pic {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
  }
  .our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--alfain-primary-color);
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
  }
  .our-team:hover .pic:before {
    height: 100%;
    background: var(--alfain-primary-color);
  }
  .our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--alfain-primary-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
  }
  .our-team:hover .pic:after {
    background: var(--alfain-secondary-color);
  }
  .our-team .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
    position: relative;
    z-index: 2;
  }
  .our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
  }
  .our-team .team-content {
    margin-bottom: 10px;
  }
  .our-team .title {
    font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
  }
  .our-team .post {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
  }
  .our-team .social {
   padding-left: 0px;
   display: flex;
   justify-content: center;
  }
  
  .our-team .social li {
    display: inline-block;
  }

  ul.social.mb-0.list-inline.mt-3 li {
    margin: 0px 20px;
}
  @media only screen and (max-width: 990px) {
    .our-team {
      margin-bottom: 10px;
    }
  }

  /* Counter section*/
/*  .counter {*/
/*    background-color:#f5f5f5;*/
/*    padding: 20px 0;*/
/*    border-radius: 5px;*/
/*}*/

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: var(--alfain-primary-color);
}
.counter-number {
  display: flex;
  justify-content: center;
  align-items: center;
}
i.fa.fa-plus {
  font-size: 23px;
  margin-top: 10px;
  margin-left: 6px;
}

.counter-box{
     background-color: #eaf2fb;
     padding: 20px 0px;
     border-radius:5px;
}
.box-counter-inner{
    display:"flex";
    flex-direction:"row";
    width:100%;
}