﻿
.section-h2 {
    margin: 0 15px 0 0;
    display: inline-block;
    border: 1px solid #d1d1d1;
    /*color: @them-color;*/
    padding: 8px 10px;
    background: #fff;
    position: relative;
    top: -70px;
    color: #e0f7fa;
}
.our-team {
    margin-bottom: 30px;
    padding: 30px 0 40px;
    /*background: #f7f5ec;*/
    background: #e8eaf6;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 270px;
    border-radius: 10px;
}

    .our-team .pic {
        display: inline-block;
        width: 70px;
        height: 70px;
        margin-bottom: 50px;
        z-index: 1;
        position: relative;
    }

        .our-team .pic:before {
            content: "";
            width: 110%;
            height: 0;
            border-radius: 50%;
            background: #7986cb;
            position: absolute;
            bottom: 135%;
            right: 0;
            left: 0;
            opacity: 0.2;
            transform: scale(3);
            transition: all 0.3s linear 0s;
        }

    .our-team:hover .pic:before {
        height: 100%;
        cursor:pointer;
    }

    .our-team .pic:after {
        content: "";
        width: 100%;
        height: 100%;
        /*border-radius: 50%;*/
        /*background: #ee4266;*/
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .our-team .pic i {
        width: 100%;
        height: auto;
          padding-top:20px;
        transform: scale(1);
        transition: all 0.9s ease 0s;
    }

    .our-team:hover .pic i {
        box-shadow: 0 0 0 0px #1a237e;
        transform: scale(0.8);
    }

    .our-team .team-content {
        margin-bottom: 30px;
    }

    .our-team .title {
        font-size: 22px;
        font-weight: 700;
        color: #4e5052;
        letter-spacing: 1px;
        text-transform: capitalize;
        margin-bottom: 5px;
    }

    .our-team .post {
        display: block;
        font-size: 15px;
        color: #4e5052;
        text-transform: capitalize;
    }

    .our-team .social {
        width: 100%;
        padding: 0;
        margin: 0;
        background: #303f9f;
        position: absolute;
        bottom: -90px;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .our-team:hover .social {
        bottom: 0;
        cursor:pointer;
    }

    .our-team .social li {
        display: inline-block;
    }

        .our-team .social li a {
            display: block;
            padding: 10px;
            font-size: 17px;
            /*color: #fff;*/
            transition: all 0.3s ease 0s;
        }

            .our-team .social li a:hover {
                color: #fff;
                /*background: #fff;*/
            }

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}
