.team-area{
    .single-team{
        .team-img{
            overflow: hidden;
            & img{
                width: 100%;
                transform:scale(1);
                transition: all 0.6s ease-out 0s;
            }
        }
        .team-caption{
            padding: 20px 20px 20px 50px;
            background: #f7f9ff;
            & span{
                color: #3957ff;
                font-size: 14px;
                font-weight: 300;
                font-family:$font_1;
                display: block;
                position: relative;
                margin-left: 50px;
                margin-bottom: 10px;
                &::before {
                    position: absolute;
                    content: "";
                    width: 35px;
                    height: 2px;
                    left: -47px;
                    top: 50%;
                    transform: translateY(-50%);
                    background:#3957ff;
                }
            }
            & h3{
            a{
                color: #161e46;
                font-weight: 700;
                font-size: 25px;
            }
            }
        }
    }
}
.single-team:hover .team-img img {
	transform:scale(1.05);
}

.brand-area{
    background:#f7f7f7;
    .single-brand.slick-slide {
        opacity: .7;
    }
}


