
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 250px;
  height: 200px;
  /*-webkit-border-radius: 50%;*/
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  /*border-radius: 50%;*/
  margin: 0 auto; 
}
.ih-item.circle .img {
  position: relative;
  width: 250px;
  height: 190px;
   /*-webkit-border-radius: 50%;*/
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  /*border-radius: 50%;*/
  border-radius: 0 0 6px 6px;
}
.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    /*-webkit-border-radius: 50%;*/
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    /*border-radius: 50%;*/
    /* box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.15), 0 1px 2px rgba(0, 0, 0, 0.3); */
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
   /*-webkit-border-radius: 50%;*/
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  /*border-radius: 50%;*/
  border-radius: 0 0 6px 6px;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  /*border-radius: 50%;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
  padding: 10px;
  width: 250px;
}

.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.circle.effect3 .img {
  z-index: 11;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3.colored .info {
  background: #1a4a72;
}
.ih-item.circle.effect3 .info {
    background: rgb(226, 226, 226)!important;
    opacity: 0;
    /*pointer-events: none;*/
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3 .info h3 {
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 1px;
    font-size: 23px;
    margin: 10px 30px 0;
    padding: 3em 0 1em;
    /* height: 100px; */
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.59);
}
.team-w3-agileits p {
    color: #333333;
    padding: 60px 0px 0;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
   /* border-top: 1px solid rgb(51, 191, 254);*/
}

.team-w3-agileits p a{
    color: #333333;
    padding: 60px 0px 0;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
   /* border-top: 1px solid rgb(51, 191, 254);*/
}


.team-w3-agileits p a:hover{
    color: #333333!important;
    padding: 60px 0px 0;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
   /* border-top: 1px solid rgb(51, 191, 254);*/
}

.ih-item.circle.effect3.bottom_to_top .img {
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.ih-item.circle.effect3.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.circle.effect3.bottom_to_top:hover .img {
  -webkit-transform: scale(0.5) translateY(-100%);
  -moz-transform: scale(0.5) translateY(-100%);
  -ms-transform: scale(0.5) translateY(-100%);
  -o-transform: scale(0.5) translateY(-100%);
  transform: scale(0.5) translateY(-100%);
}
.ih-item.circle.effect3.bottom_to_top:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.team-w3-agileits h5 {
    text-align: center;
    margin: 1em 0 .5em!important;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px; font-weight: 400;
    text-align: center; position: relative;top: 25px;
}

.team-w3-agileits h5 a {
    text-align: center;
    margin: 1em 0 .5em!important;
    color: #fff;
    font-size: 26px;
    letter-spacing: 1px; font-weight: 500;
    text-align: center; 
}


/*-- /Team --*/	 

/*--//responsive--*/