
body{
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    background-image: url("assets/img/profile_valley.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.emp-profile{
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
    
}
.profile-img{
    text-align: center;
}
.profile-img img{
    width: 70%;
    height: 100%;
}
.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}
.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}
.profile-head h5{
    color: #333;
    margin-bottom: 5%;
}

.profile-head p span{
    color: black;
    font-weight: bold;
}
.proile-rating{
    font-size: 16px;
    color: #818182;
    margin-top: 5%;
}
.proile-rating span{
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-head .nav-tabs{
    margin-bottom:5%;
    border-bottom: #e5c100;
}

.profile-head p{
    color: black;
}
.profile-head .nav-tabs .nav-link{
    font-weight:500;
    border: none;
    color: black;
}

.profile-head {
    margin-top: 3%;
}

.profile-head .nav{
    margin-top: 5%;
}
.profile-head .nav-tabs .nav-link.active{
    border: none;
    border-bottom:3px solid rgba(255, 0, 0, 0.705);
    background-color: transparent;
    text-align: left;
}
.profile-work{
    margin-top: -38%;
}
.profile-work p{
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin-top: 0%;
}
.profile-work a{
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 15px;
    margin-top: 0%;
}
.profile-work ul{
    list-style: none;
}
.profile-tab label{
    font-weight: 600;
}
.profile-tab p{
    font-weight: 600;
    color: red;
}
.tab-content.profile-tab {
  line-height: 1.15; 
  margin-top: -2%;
  font-size: 16px;
}
.bg-transparent{
    background-color: rgba(214, 207, 8, 0.426);
}
.bio-graph-heading {
    color: #000000;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    font-size: 16px;
    font-weight: 600;
}

.bio-graph-info {
    color: #89817e;
}

.bio-graph-info h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding:0 15px;
}
.profile-info{
    margin-top: -15%;
    background: #aafdaa;
}
.pannel p{
    padding: 0 30px 0;
}
.pannel{
    margin-top: 10%;
    background-color: #aafdaa;
}
.profile-photo{
    z-index: 7;
    margin-top: -4%;
}
.profile-photo span{
    font-size: larger;
    font-weight: 500;
}
.h6-progress{
    margin-left: -8%;
    height:25px; 
    width: 280px;
}
.lh-base{
    color: red;
}