.team-grids {
    /*margin:3em 0em 3em 0em;*/
    padding: 50px 0
    }
.team-heading h3 {
    color: #FFF
    }
.team-heading h4 {
    color: rgba(255, 255, 255, 0.47)
    }
.team-info {
    position: relative;
    overflow: hidden;
    margin: 1em 0
    }
.team-info img {
    width: 100%
    }
.team-caption h4 {
    margin: 0;
    color: #212121;
    font-size: 0.7em;
    text-transform: uppercase;
    line-height: 1.8em;
    font-weight: 800;
    letter-spacing: 1px
    }
.team-caption h4 a {
    color: #000
    }
.team-caption p {
    color: #FFF;
    font-size: 0.9em;
    margin: 0
    }
.team-caption ul {
    padding: 0;
    margin: 1em 0 0 0
    }
.team-caption ul li {
    display: inline-block
    }
.team-caption ul li a {
    color: #333;
    text-align: center
    }
.team-caption ul li a i.fa.fa-facebook {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: solid 2px #FFF;
    background: none;
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all
    }
.team-caption ul li a i.fa.fa-facebook:hover {
    background: #3b5998
    }
.team-caption ul li a i.fa.fa-twitter {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: solid 2px #FFF;
    background: none;
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all
    }
.team-caption ul li a i.fa.fa-twitter:hover {
    background: #55acee
    }
.team-caption ul li a i.fa.fa-rss {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: solid 2px #FFF;
    background: none;
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all
    }
.team-caption ul li a i.fa.fa-rss:hover {
    background: #f26522
    }
.team-caption {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all
    }
.team-info:hover .team-caption {
    background-color: transparent;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    bottom: auto
    }
.team-info:hover .team-caption h4 {
    color: #FFF
    }
.team-info:before {
    background-color: rgba(255, 2550, 255, 0.85);
    border: 3px solid #45ceb4;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
    }
.team-info:hover:before {
    opacity: 1
    }
/*-- //team --*/
/*-- /responsive--*/
@media (max-width: 991px) {
    .agileits-team-grid {
        float: left;
        width: 50%
        }
    }
@media (max-width: 414px) {
    .w3ls-services-grids, .agileits-team-grids, .w3layouts-contact-grids {
        margin: 2em 0 0 0
        }
    .agileits-team-grid {
        float: none;
        width: 100%
        }
    .agileits-team-grid:nth-child(2) {
        margin: 2em 0 0 0
        }
    }
/*-- //responsive--*/