container{
    background: #ffffff;
}
 
.our-team{
    padding: 20px 15px 30px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
}
.our-team .pic{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic{
    background: #2c98f0;
    border-radius: 50%;
}
.pic img{
    max-width: 130px;
    border-radius: 50%;
}

.our-team .post{
    display: block;
    font-size: 14px;
    color: #2c98f0;
    margin-bottom: 10px;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin-right: 5px;
}
.our-team .social li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #2c98f0;
    border: 1px solid #2c98f0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social li a{
    background: #2c98f0;
    color: #fff;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 10px; }
}
@media only screen and (max-width: 990px){
    .market{ margin-bottom: 10px; }
}

.color img{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-transition: all 1s ease;
}

.color img:hover{
filter: grayscale(0%);
filter: gray;
-webkit-filter: grayscale(0%);
filter: none;
transition: 1s ease;
}
/*Markets*/
.market{
	position: inline-block;
    padding: 10px 10px 10px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
.market .asset{
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    margin-bottom: 0px;
    transition: all 0.5s ease 0s;
}
.market:hover .pic{
    background: #2c98f0;
    border-radius: 50%;
}
.asset img{
	position: inherit;
    max-width: 145px;
    height: auto;
    border-radius: 50%;
}
@media (min-width: 320px) {
	.asset img{     margin-left:-20px;}
}
.market .post{
    display: block;
    font-size: 11px;
    color: #2c98f0;
    margin-bottom: 10px;
}

.market:hover .social li a{
    background: #2c98f0;
    color: #fff;
}
