#profile-container {
    background-color: #ffffff !important;
    border: none;
    margin-top: 20px;
    transform: scale(1.02);
    margin-bottom: 100px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
    box-sizing: border-box;
    z-index: auto;

}
hr{
    border-bottom: solid 3px #fff;
}

#profile-header {
    border-bottom: solid 1px #FDBE33;
}
.profile-side{
    background-color:#242B64;
}

.profile-img-card {
    width: 200px;
    border-radius: 50%;
    border: solid 1px lightblue;
}

.profile-img-card img {
    border-radius: 50%;
}



.heading-name h5 {
    color:#262626;
    font-weight: 500;
    line-height: 32px;
    font-size: 22px;
}
.heading-name h6 {
    color:#262626;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

.gmail .fa-envelope-square {
    font-size: 22px;
    line-height: 28px;
    color: #f2a60c;

}

.gmail span {
    font-size: 18px;
    line-height: 24px;
}

.mobile .fa-mobile-alt {
    font-size: 22px;
    line-height: 28px;
    color: #00c8aa;

}

.mobile span {
    font-size: 18px;
    line-height: 24px;
}

.linkedin .fa-linkedin {
    font-size: 22px;
    line-height: 28px;
    color: #0E76A8;

}

.linkedin span {
    font-size: 18px;
    line-height: 24px;
}



.fa-check {
    color:#00c8aa;
}
.experince-title, .skill-title, .education-title{
    border-bottom: solid 2px #FDBE33;
}
.designation, .university-name{
    font-size: 24px;
    font-weight:700;
    line-height: 36px;
    color: #040F28;
}
.company-name, .subject-name{
    font-size: 18px;
    font-weight:500;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.827);

}
.experince-year span{
    background-color: #0E76A8;
}