
    .socialLinks {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .socialLinks li {
        position: relative;
        margin-right: 5px;
        display: inline-block;
    }

    .socialLinks li a {
        position: relative;
        color: #fff;
        font-size: 16px;
    }

    .socialLinks li a i {
        width: 35px;
        line-height: 35px;
        height: 35px;
        text-align: center;
        background: #fe4f00;
        color: #fff;
        border-radius: 2px;
    }

    .socialLinks li:nth-child(1) a i {
        background: #3a589b;
    }

    .socialLinks li:nth-child(2) a i {
        background: #108fd2;
    }

    .socialLinks li:nth-child(3) a i {
        background: #cd2f80;
    }

    .socialLinks li:nth-child(4) a i {
        background: #25D366;
    }

    .socialLinks li:nth-child(1) a:hover i {
        color: #3a589b;
        background: #fff;
    }

    .socialLinks li:nth-child(2) a:hover i {
        color: #108fd2;
        background: #fff;
    }

    .socialLinks li:nth-child(3) a:hover i {
        color: #cd2f80;
        background: #fff;
    }

    .socialLinks li:nth-child(4) a:hover i {
        color: #25D366;
        background: #fff;
    }

    .team-block-three .inner-box .image .social-box {
        position: relative;
        right: -250px;
        bottom: 40px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .team-block-three .inner-box:hover .image .social-box {
        right: 0px;
    }

    .team-block-three .inner-box .image .social-box li {
        position: relative;
        float: left;
        border-right: 1px solid #ffffff;
    }

    .team-block-three .inner-box .image .social-box li:last-child {
        border-right: 0px;
    }

    .team-block-three .inner-box .image .social-box li a {
        position: relative;
        width: 35px;
        height: 35px;
        color: #ffffff;
        line-height: 35px;
        text-align: center;
        font-size: 18px;
        background-color: #fe4f00;
        display: inline-block;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .team-block-three .inner-box .image .social-box li a:hover {
        background-color: #ffffff;
        color: #111111;
    }

