.carousel-inner img {
    margin: auto;
}



.services .icon_tresalog {
    position:relative;
    width:150px;
    height:150px;
    margin:0 auto;
    text-align:center;
    background:#0075BD;
    line-height:150px;
    /*font-size:48px;*/
    color:#fff;
    border-radius:50%;
    box-shadow:0 0 0 0 rgba(0,0,0,0.0);
    margin-bottom:40px;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.services .item:hover .icon_tresalog {
    /*font-size:38px;*/
    box-shadow:0 0 0 10px rgba(0,0,0,0.05);
}

.services .item:hover .icon_tresalog > img{
    height: 86px;
    transition:all .3s ease-out;
}


.services .icon_tresalog:after{
    display:block;
    content:"";
    position:absolute;
    width:150px;
    height:150px;
    top:0;
    left:0;
    border-radius:50%;
    box-shadow:inset 0 0 0 0 rgba(0,0,0,0.08);
    background:transparent;
    -webkit-transition:box-shadow .3s ease-out;
    transition:box-shadow .3s ease-out;
}

.services .item:hover .icon_tresalog:after {
    box-shadow:inset 0 0 0 10px rgba(0,0,0,0.08);
}

.services .icon_tresalog > img {
    height: 100px;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}
