.our-team {
    padding: 120px 0;
    min-height: 100vh;
    color: #f3f3f3;
}



.our-team .site-heading h2 {
  display: block;
  font-weight: 700;
  padding-top: 5rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 3em;
}

.our-team .site-heading h2 span {
  color: brown;
}

.our-team .site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.our-team .site-heading h4::before {
  background: brown none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.our-team .site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}



.our-team .row .heading h2 {
    color: #fff;
    font-size: 52.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0px;
    padding-bottom: 20px;
    text-transform: uppercase;
}


.our-team ul{
  margin:0;
  padding:0;
  list-style:none;
}


.heading.heading-icon {
    display: block;
}


.our_team_view_profile{
  font-size: 1.3em;
  color: #f1f1f1;
  background: #000;
  padding: 10px 15px 10px 15px; 
}


.our_team_profile:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}



.our_team_profile{ 
   float:left; 
   width:100%; 
   height: 400px;
   background:#fff; 
   padding:10px 10px 10px 10px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}



.our_team_profile figure{
   width:200px; 
   height:200px;  
   display:inline-block;
   margin-bottom: 15px;
}
.our_team_profile img{ 
   width:100%; 
   height:200px; 
}
.our_team_profile h3{ 
   color:#2a2a2a; 
   font-size:13px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.our_team_profile h3 a{
  text-decoration:none;
  color:#2a2a2a;
}
.our_team_profile h3 a:hover{
  color:#337ab7;
}
.our_team_profile p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}
.our_team_profile_social_media {
  margin:20px 0 0;
  padding:0 20px 0 20px;
  height: 50px;
}
.our_team_profile_social_media li{ 
    display:inline-block; 
  width:auto; 
  margin:0 5px;
}
.our_team_profile_social_media li .fa{ 
   font-size:24px; 
   color:#767676;
   margin-bottom: 30px;
}
.our_team_profile_social_media li .fa:hover{ 
   color:#025a8e;
}
