/* .round-img{   
    border-radius: 50%;
    height: 150px;

}
.founder, .mla{
    margin-left: 5%;
    width: 100%;
    align-self: flex-end;
    border: 2px solid   coral;
    padding: 10px;
    border-radius: 5px;
}


.founder .title, .mla .title{   
    text-align: left;
    font-weight: bold;
   
}
.our-mission, .our-vision{
    margin-left: 5%;
    margin-top: -20px;
    border: 2px solid tomato;
    padding: 10px;
}

.our-mission h3, .our-vision h3{
    background-color:  rgb(238, 195, 87);
    color: tomato;
    text-align: center;
}

.fixnav{
    list-style-type: none;
    margin: 0;
    padding: 10px 20px;
    width: 90%;
    background-color: rgb(238, 195, 87);
    position: absolute;
    height: auto;
  }
  .fixnav li a{
      text-decoration: none;
      font-weight: 600;
      color: black;
  }
  .fixnav li .active{
      color: rgb(58, 133, 219) ;
  } */

/************* our team start ****************/
.cust-tag{
    border: 1px solid #498a95;   
    border-radius: 10px;
    width: auto;
    height: auto;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    /* margin: 5px 10px; */
}

.cust-tag img{
    width: 150px;
    height: 100px;
    border-radius: 50%;
    align-self: center;
    justify-self: center;
    margin: 2% 20%;
}

.cust-tag p{
    font-style: italic;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

/*.cust-tag .title{*/
/*    font-weight: bold;*/
/*   text-align: center;*/
/*}*/
/*.cust-tag:hover .title{*/
/*    color: rgb(12, 86, 128);*/
/*}*/

/*.cust-tag:hover{*/
/*    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4) ;*/
/*    transform: translateY(-10px);*/
/*    color: white;*/
/*    background-image: linear-gradient(rgba(90, 173, 206, 0.5), rgba(90, 173, 206, 0.5));*/
/*}*/

/*.tag-overlay {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 100%;*/
/*    right: 0;*/
/*    background-color: rgba(10, 9, 9);*/
/*    opacity:0.5;*/
/*    overflow: hidden;*/
/*    width: 0;*/
/*    height: 16%;*/
/*    transition: .5s ease;   */
/*    border-radius: 10px;*/
    
/*  } */


  /*@media(max-width:560px){*/
  /*  .cust-tag img{*/
  /*      width: 150px;*/
  /*      height: 100px;*/
  /*      border-radius: 50%;*/
  /*      align-self: center;*/
  /*      justify-self: center;*/
  /*      margin: 2% 30%;*/
  /*  }*/
  /*}*/
  /*@media(max-width:768px){*/
    /* .mla{ */
        /* margin-top: 25%;  */
        /* text-align: center; */
    /* } */
  /*  .title{*/
  /*      text-align: center;*/
  /*  }*/

    
  /*}*/

  /*@media(max-width:960px){*/
  /*  .cust-tag img{*/
  /*      width: 150px;*/
  /*      height: 100px;*/
  /*      border-radius: 50%;*/
  /*      align-self: center;*/
  /*      justify-self: center;*/
  /*      margin: 2% 30%;*/
  /*  }*/
  /*}*/


  /* .cust-tag:hover .tag-overlay i{
      margin-top: 15px;
      padding: 10px 20px; 
      color:red;
      opacity: 1;
      font-size: 24px;
  } */
  
  /* .cust-tag:hover .tag-overlay {
    width: 100%;
    left: 0;    
  } */

/*************  out team end ****************/
