/*---------------------team_membars------------------------*/

.team_membars.full_page {
    position: relative;
    padding: 100px 0px 100px;
}

.team_membars.full_page .member_image {
    position: relative;
}

.team_membars.full_page .member_image img {
    width: 100%;
}

.team_membars.full_page .member_image .team_member_details {
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

@media(max-width:3000px) and (min-width:1200px) {
    .team_membars.full_page .member_image .team_member_details {
        position: absolute;
        background: #fff;
        width: 300px;
        right: 20px;
        top: 25px;
    }
}
.team_membars.full_page .member_image .team_member_details .upper_block {
    position: relative;
    margin-bottom: 20px;
    padding: 30px 30px 10px;
    background: #00aa55;
}
.team_membars.full_page .member_image .team_member_details .lower_block {
    position: relative;
    padding: 20px 30px;
}
.team_membars.full_page .member_image .team_member_details h2 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}
.team_membars.full_page .member_image .team_member_details .upper_block p {
    font-size: 16px;
    color: #fff;
}
.team_membars.full_page .member_image .team_member_details .box_in {
    position: relative;
}
.team_membars.full_page .member_image .team_member_details .box_in h6 {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
    color: #222;
}
.educatin_and_skills {
    position: relative;
}
.educatin_and_skills .education_details,
.educatin_and_skills .skills {
    position: relative;
    padding: 50px 0px 30px;
}
.educatin_and_skills .ed_title {
    position: relative;
    display: block;
    padding-bottom: 7px;
    font-weight: 700;
    color: #222222;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.educatin_and_skills p.desription {
    margin-bottom: 30px;
}
.educatin_and_skills .ed_title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-bottom: 2px solid #00aa55;
}
.details_list {
    position: relative;
    margin-bottom: 30px;
}
.details_list h6 {
    display: inline-block;
    position: relative;
    padding: 8px 15px 1px;
    border: 1px solid #f1f1f1;
    font-size: 16px;
    color: #222;
    line-height: 26px;
    margin: 0px 0px 20px;
    font-weight: 700;
}
.details_list h6::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    background: #f1f1f1;
    left: -1px;
    bottom: -36px;
}
.details_list h6::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 1px;
    background: #f1f1f1;
    left: -1px;
    bottom: -36px;
}
.details_list p {
    margin-left: 30px;
}
.details_list {
    align-self: flex-start;
    padding: 0 15px;
    width: 50%;
}
.educ_box {
    display: flex;
    flex-wrap: wrap;
}
.skill_bar {
    position: relative;
    margin-bottom: 30px;
}
.skill_bar .progress-bar {
    background: #00aa55;
    font-size: 9px;
    border-radius: 10px;
}
.skill_bar .progress {
    background: #f1f1f1;
    height: 12px;
    border-radius: 10px;
}
.skill_bar h2 {
    font-size: 18px;
    color: #222;
    font-weight: 700;
    line-height: 26px;
    margin-top: 10px;
}