.bestSnippArea1066,
.bestSnippArea1066 .bsBox,
.bestSnippArea1066 .bsBox *{
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}
.bestSnippArea1066 {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}

@media screen and (max-width: 992px) {
	.bestSnippArea1066 .bsBox{
	margin-bottom: 20px;
	}
}
.bestSnippArea1066 .bsBox.our-team {
    background: #f8f8f8;
    border-radius: 3px;
    overflow: hidden;
    padding: 30px 0 20px;
    position: relative;
    text-align: center;
}

.bestSnippArea1066 .bsBox.our-team .pic {
    display: inline-block;
    width: 180px;
    height: 180px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

.bestSnippArea1066 .bsBox.our-team .pic:before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background: #16b625;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.2;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.bestSnippArea1066 .bsBox.our-team:hover .pic:before {
    height: 100%;
}

.bestSnippArea1066 .bsBox.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #1a852e;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bestSnippArea1066 .bsBox.our-team .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.bestSnippArea1066 .bsBox.our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.bestSnippArea1066 .bsBox.our-team .team-content {
    margin-bottom: 30px;
}

.bestSnippArea1066 .bsBox.our-team .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.bestSnippArea1066 .bsBox.our-team .post {
    display: block;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
}

.bestSnippArea1066 .bsBox.our-team .fa {
	font-family: "FontAwesome";
}

.bestSnippArea1066 .bsBox.our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #38a024;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}

.bestSnippArea1066 .bsBox.our-team:hover .social {
    bottom: 0;
}

.bestSnippArea1066 .bsBox.our-team .social li {
    display: inline-block;
}

.bestSnippArea1066 .bsBox.our-team .social li a {
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 10px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    width: 40px;
}

.bestSnippArea1066 .bsBox.our-team .social li a:hover {
    color: #4843d2;
    background: #f7f5ec;
}