.teamImage img{
    width: 100%;
  height: 500px;
}
.team-member-image{
    width: 160px;
    height:160px;
}
.team-member-image img{
  width:100%;
  border-radius:50%;
  height:100%;
  object-fit:cover;
}
.team-banner{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/caImg7.jpg);
}
.team-banner-block{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  inset: 0px;
  background-color: rgba(85, 77, 69, 0.70);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.teamCard{
  margin:25px 0;
}
.teamCard:hover{
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}
.teamCard .teamImg{
  height:300px;
}
.teamCard .card-title{
  border-bottom:1px solid rgba(24,24,24,.1);
  padding-bottom: 5px;
  font-family: "Lato"!important;
  color: #004D84;
  font-size:1.2rem;
}
.teamCard .card-text{
  font-size:14px;
  font-family: "Merriweather";
}
.teamCard .card-body{
  background-color: rgba(241, 241, 241, 1);
  max-height: 185px;
  overflow-x: hidden;
  overflow-y:scroll
}
.teamCard img{
object-fit: cover;
}
.teamCard .card-body::-webkit-scrollbar{width: 5px;}
/* Track */
.teamCard .card-body::-webkit-scrollbar-track{background-color: #f1f1f1;}
/* Handle */
.teamCard .card-body::-webkit-scrollbar-thumb{background-color: #888;}
/* Handle on hover */
.teamCard .card-body::-webkit-scrollbar-thumb:hover{background-color: #555;}

.teamBlock{
  position:absolute;width:40px;height:40px;background-color: #fff;border-radius: 50%;bottom: 15px;right:0px;cursor: pointer;
}
.teamBlock i{
  color: #004D84;
  cursor: pointer;
}
.team-icon-box:hover .teamBlock{
  background-color: #004D84;
  }
.team-icon-box:hover .teamBlock i{
color:#fff;
}
.teamClose{
  border-radius: 50%;
    background-color: #004D84!important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    position: relative;
    top: -10px;
    z-index: 999999;
    opacity: 1!important;
    right: -10px;
    font-weight: normal!important;
    font-size: 16px!important;
}
.teamBody{
  position: relative;
}
.teamBody p:after{
  content: "\201c";
  position:absolute;
  left: -10px;
  top:-40px;
  font-size: 85px;
  color: #004D84;
}
/*----------------------*/
@media only screen and (min-width:1200px) and (max-width:1366px) {

}
@media only screen and (max-width:1199.98px){

}
@media only screen and (max-width:991.98px){


}
@media screen and (max-width:767.98px){
  .team-banner{
    height: 450px;
  }
}