.our-team-fo {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  /* background-color: #f7f5ec; */
  background: #70e1f5;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #ffd194, #70e1f5);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #ffd194, #70e1f5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  text-align: center;
  overflow: hidden;
  position: relative;
}

.our-team-fo .picture-fo {
  display: inline-block;
  height: 160px;
  width: 160px;
  margin-bottom: 35px;
  z-index: 1;
  position: relative;
}

.our-team-fo .picture-fo::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #2EB872;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team-fo:hover .picture-fo::before {
  height: 100%;
}

.our-team-fo .picture-fo::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2EB872;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team-fo .picture-fo img {
  width: 100%;
  height: 160px;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team-fo:hover .picture-fo img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team-fo .name-fo {
  display: block;
  font-size: 20px;
  color: #4e5052;
}

.our-team-fo .title-fo {
  display: block;
  font-size: 15px;
  color: #4e5052;
}

.our-team-fo .social-fo {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #2EB872;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team-fo:hover .social-fo {
  bottom: 0;
}

.our-team-fo .social-fo li {
  display: inline-block;
}

.our-team-fo .social-fo li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team-fo .social-fo li a:hover {
  color: #2EB872;
  background-color: #f7f5ec;
}

/*  Hall Of Fame Start  */

.key_functionary {
    background-repeat: no-repeat;
    padding: 40px 0;
    background-image: url("../../img/keysector-bg.png");
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.key_functionary1 {
    background-repeat: no-repeat;
    padding: 40px 0;
    background-image: url("../../img/key_bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.key_box {
    position: relative;
    z-index: 0;
    width: 320px;
}

.key_card {
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;


}

.key_card:before {
    left: 0;
    background-color: #ACE1AF;
    content: '';
    height: 100%;
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    z-index: -1;
}
    .key_card:after {
        content: '';
        width: calc(100% - 40px);
        position: absolute;
        top: 0;
        border-radius: 10px;
        border: 1px solid #a5a1a1;
        -webkit-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
        z-index: -1;
        height: calc(100% - 40px);
        right: 0;
        background-color: #2EB872;
        -webkit-clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
        clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
    }
   


.key_img {
    background-color: #ACE1AF;
    border-radius: 10px;
    width: 100%;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    overflow: hidden;
}

.key_img img {
    width: 100%;
    transition: 0.7s ease-in-out;
}

.key_box:hover .key_card:before {
    background-color: #2EB872;
   border-color: #a5a1a1;
    transition: 0.7s ease-in-out;
}

.key_box:hover .key_card:after {
    background-color: #ACE1AF;
    border-color: #a5a1a1;
    transition: 0.7s ease-in-out;
}

.key_box:hover .key_img img {
    transform: scale(1.1);
    transition: 0.7s ease-in-out;
}


h4.Key_name {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', 'sans-serif' !important;
    text-align: center;
}
/*.key_box:hover h4.Key_name,
.key_box:hover p.key_deggi {
    color: var(--themecolor);
}*/

p.key_deggi {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Exo';
    text-align: center;
}

.cm_box h4.Key_name {
    font-size: 25px;
}

.cm_box p.key_deggi {
    font-size: 15px;
}
@media (max-width: 670px) {
    .key_functionary .col-md-4 {
        display: flex;
        justify-content: center;
    }
}

/*  Hall Of Fame End  */