
/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	/*font-family: 'Spartan', sans-serif;*/
	font-weight: normal;
	font-style: normal;
}
img{
	max-width: 100%;
}
.mb-140{
    margin-bottom: 140px;
}

.team-wraper{
    margin-top: 100px;
}
.mb-20{
    margin-bottom: 20px;
}
.team-area{
    padding: 100px 0;
    background: #ddd;
}
.single-team {
    background: #fff;
    border-radius: 50px 50px 0px 0px;
    padding: 120px 20px 0;
    position: relative;
}
.team-img{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -90px;
}
.team-social a i{
    color: #F79300;
}
.single-team .team-img img {
    width: 200px;
    height: 200px;
    border: 10px solid #F79300;
    border-radius: 50%;
}
.team-content{
    text-align: center;
    margin-bottom: 18px;
}
.team-social {
    background: #009800;
    padding: 15px 0;
    border-radius: 0 0 20px 20px;
    text-align: center;
}
.team-social a {
    color: #009800;
    background: #fff;
    display: inline-block;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}
.team-content h3 {
    font-weight: 800;
}
.team-content p {
    color: green;
    margin-bottom: 0;
    text-align: center;
}
.team-disce {
    padding: 20px 0;
}