/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.container-fluid.body-container.body-container--team {
  padding: 0;
}
.team img {
  width: 100%;
  border-radius: 100%;
  border: 2px solid #fff;
}
.team img:hover {
    box-shadow: 0 0 8px #97a8af;
}
.team {
  padding: 100px 0 0;
}
.team .titles {
  color: #114366;
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
} 
.team .image {
  width: 58%;
  margin: 0 auto;
}

.team  .heading {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  font-family: Karla;
  line-height: 22px;
  color: #114397;
  padding-top: 23px;
}

.team  .job_role {
  font-size: 80%;
  padding: 3px 0 10px;
  color: #707b84;
}

.team  .txt {
  text-align: center;
  padding-top: 80px;
}

.team .para {
  font-family: Karla;
  line-height: 26px;
  color: #698591;
  font-size: 15px;
}

.team .icon {
  display: inline-flex;
  padding: 0 8px;
  margin-top: 14px;
}

.team .icon svg {
  height: 20px;
  fill: #848d94;
}
.team ul {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
.team ul li {
  list-style: none;
  padding: 10px 22px;
  margin: 29px;
  border-radius: 4px;
  cursor: pointer;
}
.team ul li:nth-child(1) {
  background-color: #00abf1;
}
.team ul li:nth-child(2):hover{
  background-color:grey;
}
.team ul li:nth-child(1):hover{
  background-color:grey;
}
.team ul li:nth-child(2) {
  background-color: orangered;
}
.team ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  background-color: red;
}
@media(max-width: 767px){
.team {
    padding: 50px 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.team .col-md-4 {
    width: 50%;

}