.logo{
    width: 35%;
}


/*portofio better display*/

.portfolio_i {
    text-align: center;
    margin-bottom: 50px;
}
.portfolio_i img {
    margin: 0 auto;
    border: 5px solid white;
}
.portfolio_i h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}
.portfolio_i p {
    margin-top: 0;
}


.img-responsive{
    width: 90%;
    height: 90%;
}

.team-member {
    text-align: center;
    margin-bottom: 50px;
}
.team-member img {
    margin: 0 auto;
    border: 5px solid white;
    /*width: 100%;*/
    height: 400px;
}
.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}
.team-member p {
    margin-top: 0;
}

ul.social-buttons {
    margin-bottom: 0;
}
ul.social-buttons li a {
    display: block;
    background-color: #222222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: white;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: blue;
}

.more_info_modal{
    margin-top: 10px;
}

/*img .advisor_img{*/
    /*margin-left: 80%;*/
/*}*/

.advisor_img{
    width: 250px;
    height: 166px;
    margin: 5px 0;

}

.heading-title{
    margin: 1% 0;
    text-align: center;
}

.heading-title button{
    width: 95%;
    padding-left: 4%;


}


.cat-index{
    text-align: center;
}

.cat-index img{
    width: 100%;
    height: 300px;
    padding: 3px;
    border: 1px #ccc solid;
}

.cat-index h3{
    height: 50px;
}

.client-item{
  text-align: center;

}

.client-item img {
  width: 100%;
  height: 300px;
  padding: 3px;
  border: 1px #ccc solid;
}
