.team-member {
    position: relative;
    background: #FFF;
    margin-bottom: 20px;
    border: 8px solid #FFF;
    -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    color: inset 0 1px #fff,0 0 8px #c8cfe6;
  }
  .team-member img {
    max-width: 100%;
  }
  .team-member ul {
    /* list-style-type: none; */
    margin-left: 0;
    margin-top: 20px;
  }
  .team-member ul li {
    line-height: 28px;
  }
  .team-member:hover .team-member-image {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .team-member .team-member-image {
    text-align: center;
    position: relative;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    -ms-transition: opacity .25s linear;
    transition: opacity .25s linear;
    -webkit-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
  }
  .team-member .team-member-name {
    font-size: 1.3em;
    text-transform: uppercase;
  }
  .team-member .team-member-social {
    position: absolute;
    right: 10px;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    -ms-transition: opacity .25s linear;
    transition: opacity .25s linear;
  }
  .team-member .team-member-social .team-member-social i {
    margin-top: 3px;
  }
  .team-member .team-member-social:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .service-wrapper h3 {
    font-size: 1.2em;
    margin: 10px 0 !important;
  }
  .service-wrapper p {
    margin-top: 0;
  }
  .service-wrapper i {
      font-size:54px;
  }
  /* Row */
  .service-wrapper-row {
    padding: 10px 0;
  }
  .service-wrapper-row h3 {
    padding-top: 15px;
  }
  .service-wrapper-row .service-image {
    padding-top: 15px;
    text-align: center;
  }
  .service-wrapper-row .service-image img {
    max-width: 80%;
    vertical-align: bottom;
    bottom: 0;
    border: 7px solid #FFF;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 8px #999;
    -moz-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
    color: 0 0 8px #999;
  }
  /* Posts List */
.blog-post {
  background: #FFF;
  position: relative;
  margin: 20px 0;
  border: 1px solid #EEE;

}
.blog-post img {
  max-width: 100%;
}
.blog-post .post-info {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  line-height: 1.2;
  position: absolute;
  padding: 5px;
  left: 10px;
  top: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.blog-post .post-comments-count {
  text-align: center;
}
/* Single Post */
.blog-single-post {
  padding: 10px 30px;
}
.fa {
  padding: 10px;
  font-size: 20px;
  width: 43px;
  text-align: center;
  text-decoration: none;
  margin: 5px 1px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}
.Pstyle{
color:#b3b1b1;
margin-bottom: 0.5rem;
font-size:15px;
}
.border{
  border:3px solid#007cc4;
  border-radius:50px;
  width:220px;
}
.more_detail{
  background-color:#774b00;
  color:#fff;
  text-align:center;
  padding-top:1px;
  padding-bottom:1px;
  margin:0px;
}