/* *************============Team style 03=========**************** */
/*our team section*/
.team3-da-our-team-style-5{
    text-align: center;
    background: #f1f5f8;
    border-radius: 353px 353px 100px 100px;
    transition: all 0.3s ease 0s; }
.team3-da-our-team-style-5:hover{
    background: rgba(var(--orange), 1); }
.team3-da-our-team-style-5 .et_pb_team_member_image{
    overflow: hidden;
    position: relative;
    border-radius: 50%; }
.team3-da-our-team-style-5 .et_pb_team_member_image:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(var(--black), 1);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s; }
.team3-da-our-team-style-5:hover .et_pb_team_member_image:before{
    opacity: 0.5; }
.team3-da-our-team-style-5 .et_pb_team_member_image img{
    width: 100%;
    height: auto; }
.team3-da-our-team-style-5 .et_pb_team_member_description{
    padding: 30px 0; }
.team3-da-our-team-style-5 .et_pb_team_member_description .et_pb_module_header{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #000!important;
    margin: 0; }
.team3-da-our-team-style-5:hover .et_pb_team_member_description .et_pb_module_header {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #fff!important;
    margin: 0; }
.team3-da-our-team-style-5:hover .et_pb_team_member_description .et_pb_member_position {
    display: block;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 16px; }
.team3-da-our-team-style-5 .et_pb_team_member_description .et_pb_member_position{
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 16px; }
.team3-da-our-team-style-5 .et_pb_member_social_links{
    padding: 0;
    margin: 0;
    list-style: none; }
.team3-da-our-team-style-5 .et_pb_member_social_links li{
    display: inline-block;
    margin-right: 10px; }
.team3-da-our-team-style-5 .et_pb_member_social_links li:last-child{
    margin-right: 0; }
.team3-da-our-team-style-5 .et_pb_member_social_links a{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    background:rgba(var(--black), 1);
    line-height: 40px;
    transition: all 0.3s ease 0s; }
.team3-da-our-team-style-5 .et_pb_member_social_links a:hover{
    background: #f1f5f8;
    color: rgba(var(--black), 1); }
@media only screen and (max-width: 990px){
    .team3-da-our-team-style-5{ margin-bottom: 30px; }}
