

.hmtitle{
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: 0.7px;
    color: #000;
}
.bgdark{
    color: var(--theme-base-color) !important;
}

.info-head-title{
    font-weight: 600;
    letter-spacing: 0.7px;
    font-size: 25px;
    color: #000;
    margin-bottom: 15px;
}
.info-head-para{
    font-size: 15px;
    letter-spacing: 0.7px;
    color: #5c5c5c;
    text-shadow: 0 0 #5c5c5c;
}

.cat-list-wrap{
        padding: 20px 0px;
    }
    .cat-list-wrap .cat-ul{
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }
    .cat-list-wrap .cat-ul::after{
        content: "";
        display: block;
        clear: both;
    }
    .cat-ul li{
        padding: 5px;
        width: 33%;
        float: left;
    }
    .cat-list-wrap .cat-list-stru{
        padding: 10px;
        background-color: #f3f6fb;
        border-radius: 5px;
        min-height: 74px;
    }
    .cat-list-wrap .cat-img{
        width: 50px;
        margin: 0px auto;
    }
    .cat-list-stru .cat-title{
            color: #333;
        letter-spacing: 0.7px;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .sresume_wrap{
        padding: 10px 10px 3px 10px;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 11px -2px rgba(201,201,201,1);
-moz-box-shadow: 0px 0px 11px -2px rgba(201,201,201,1);
box-shadow: 0px 0px 11px -2px rgba(201,201,201,1);
}
.sresume_wrap .rprof_header{
    position: relative;
    padding: 0px 0px 0px 55px;
}
.rprof_header .rprof_img{
   position: absolute;
    left: 4px;
}
.rprof_header .rprof_img i{
    background-size: 500px;
    width: 35px;
    height: 45px;
}
.rprof_header .rprof_img i.male-icon{
    background-position: -254px -318px;
}
.rprof_header .rprof_img i.female-icon{
    background-position: -306px -318px;
}
.sresume_wrap .rprof_header .sr_title{
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    color: #000;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    margin: 5px 0px 6px 0px;
    padding: 0px 0px 0px 0px;
    letter-spacing: 0.5px;
}
.sresume_wrap .rprof_header .sr_title span{
    letter-spacing: 1.6px;
    font-size: 12px;
    color: #fff;
    padding: 4px 7px;
    color: var(--theme-base-color);
    font-weight: bold;
}
.sresume_wrap .desc_txt .dext_head{
    color: #043458;
}
.sresume_wrap .jpv_footer{
    background: none;
    padding: 0px;
}
.jpv_footer .jpvf_ctn {
    padding: 0px 5px 0px 35px;
    position: relative;
    min-height: 20px;
}
.jpv_footer .jpvf_ctn i {
    position: absolute;
    left: 0px;
    top: 0px;
}
.jpv_footer .desc_txt {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 3px 0px 0px 0px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.7px;
    color: #7c7373;
}
.sresume_wrap .rprof_hinfo {
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 99;
}
.sresume_wrap .rprof_hinfo .infopara {
    letter-spacing: 1.6px;
    font-size: 12px;
    color: #fff;
    padding: 4px 7px;
    background-color: var(--theme-base-color);
    border-radius: 13px;
}
.half-ul li{
    padding: 7px;
}