.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cv-wrap {
    margin: 0px auto;
    display: block;
    padding: 0!important;
}
.cvt-left {
    width: 421px;
    float: left;
    display: block;
    position: relative;
}
.avatar-user {
    display: block;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}
#cvo-profile-avatar {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #ef9f5a;
}
.cvt-right {
    width: 230px;
    float: left;
}
.cvp-content {
    position: relative;
}
.cvp-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px dotted #ccc;
    display: none;
    left: 0px;
}
.cvp-content:hover:before {
    display: block;
}
.cv-top {
    display: block;
    width: 100%;
    position: relative;
    background: #3e3e3e;
}
.cv-bottom {
    display: block;
    width: 100%;
    position: relative;
    background: #eaeaea;
    margin-top: 8px;
    overflow: hidden;
}
.cvb-left {
    width: 40%;
    display: block;
    float: left;
    position: relative;
    padding: 1%;
    height: 100%;
}
.cv-bottom .cvb-left {
    width: 40%;
    display: block;
    float: left;
    position: relative;
    margin: 1%;
    padding: 30px 20px;
    background: #eaeaea;

}
.cv-bottom .cvb-left .cvp-title {
    padding-left: 30px;
    text-align: right;
    border-bottom: 2px solid #fff;
    position: relative;
}
.cv-bottom .cvb-left .cvp-title:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    bottom: -2px;
    right: 0;
    background: #ef9f5a;
}
.cv-bottom .cvb-right .cvp-title {
    border-bottom: 2px solid #eaeaea;
    position: relative;
}
.cv-bottom .cvb-right .cvp-title:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    bottom: -2px;
    left: 0;
    background: #ef9f5a;
}
.cv-bottom .cvb-left .cvp-content {
    padding-left: 10px;
    text-align: right;
}
.cvb-right {
    width: 58%;
    padding-left: 30px;
    display: block;
    float: left;
    position: relative;
    height: 100% !important;
}
.cv-bottom .cvb-right {
    padding: 30px;
    background: #fff;
}
.cv-bottom .cvb-left .fieldgroup_controls {
    left: -10px;
    text-align: left;
}
.cv-bottom .cvb-left .cvp-title .add-more {
    left: -10px;
    text-align: left;
}
.cv-part {
    margin-bottom: 20px;
}
.cv-part ul {
    padding-left: 0;
}
.cvp-title {
    margin-bottom: 15px;
}
.cvp-title h3 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
    text-transform: uppercase;
}
.cvp-title h3 i {
    position: absolute;
    left: -10px;
    font-size: 30px;
    top: -4px;
}
.timeline-content>div {
    position: relative;
}
.timeline-part {
    padding-bottom: 10px;
}
.timeline-part .tlp-content {
    position: relative;
}
.timeline-content .timeline-part:last-child .tlp-content {
    padding-bottom: 0px!important;
}
.cvp-content ul li {
    list-style-type: none;
    font-size: inherit!important;
}
.timeline-part .tlp-content h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    display: block;
    position: relative;
}
.timeline-part .job-name {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.part-user-experience .timeline-content .tlp-content{
    /*border-left: 2px solid #ef9f5a;*/
    /*padding-left: 20px;*/
}
.cvp-content.border-color .timeline-part{
    border-left: 2px solid #ef9f5a;
    padding-left: 20px;
    /*margin-right: 20px;*/
    position: relative;
}
.cvp-content.border-color .timeline-part:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    border-radius: 50%;
    top: 32px;
    left: -8px;
    background: #ef9f5a;
}
.cvp-content p {
    margin-bottom: 5px;
    word-break: break-word;
}
.part-user-info {

}
.part-user-info-list .ico i {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    font-size: 16px;
}
.part-user-title {
    margin-top: 50px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-bottom: 3px solid #d6cdcd;
    position: relative;
}
.part-user-title:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    bottom: -3px;
    background: #ef9f5a;
}
.part-user-title h2 {
    color: #fff;
}
.other-skill b {
    width: 67px;
    color: #777;
    display: inline-block;
    font-weight: bold;
    font-size: inherit!important;
}
.other-skill b{
    width: auto!important;
}
.cvp-content .list-style li::before {
    content: "-";
    margin-right: 5px;
}
.div-skill .child-content span {
    display: inline-block;
    width: 45%;
}
.rating-parent {
    height: 5px;
    max-width: 210px;
    margin-bottom: 15px !important;
}
.cvp-toolbox {
    left: -30px;
}
.cv-containter p {
    margin: 5px 0;
}
.cvp-title {
    position: relative;
}
.cvp-title .add-more {
    position: absolute;
    top: 2px;
    right: 0;
    width: auto;
    cursor: pointer;
    background: transparent;
    border: none;
}
.cvp-title .add-more i {
    font-size: 18px;
}
.cvp-box-child:hover > .fieldgroup_controls {
    display: block;
}
.select-dropdown-nomal {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 36px;
    border: 1px solid #bfcbd9;
    border-radius: 5px;
    background-color: #fff;
    background-clip: padding-box;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 36px;
    width: 100%;
}
.select-dropdown-nomal:focus, .select-dropdown-nomal:active {
    outline: none;
}
.change-color {
    color: #ef9f5a;
}
.border-color {
    border-color: #ef9f5a;
}
.change-bg-color:before {
    content: "";
    position: absolute;
    background: #ef9f5a;
}

#box02 .cvp-box-child-list{
    display: none;
}

#box03 ul li,#box02 ul li{
    list-style: none;
}

#box02 .fa-check-circle:before,#box03 .fa-check-circle:before {
    content: "\f005";
}

#box03 .cvp-title{
    text-align: right !important;
}
#box03 .cvp-title h3{
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
    text-transform: uppercase;
    color: unset;
}

#box03 ul{
    text-align: right !important;
}
#box03 ul li i{
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 10px;
    float: right !important;
}
#box03 .block-child .box-content{
    padding-right: 20px !important;;
    text-align: right !important;
}
#extra-table .cvp-box-child{
    position: relative;
}
