/*   
Theme Name: PathSoft
Theme URI: https://www.templatemonster.com/wordpress-themes/pathsoft-it-solutions-for-your-business-services-wordpress-theme-99496.html
Author: Koval Web
Author URI: https://www.templatemonster.com/vendors/kovalweb
Description: The Template is created for web template
Tags: html5, css3, sass, gulp, bootstrap grid
Version: 2.5.0
*/
.progressbars {
    margin-bottom: -2.5rem;
}

.progressbars-clear {
    margin: 0;
}

.progressbars-clear .progressbar-col {
    margin-bottom: 3.5rem;
}

.progressbars-clear .progressbar-col:last-child {
    margin-bottom: 0;
}

.progressbar-col {
    --thickness: 10px;
    margin: calc(var(--thickness) + 1.25rem) 0 2.5rem;
}

.progressbar-col:first-child {
    margin-top: 0;
    padding-top: calc(var(--thickness) + 1.5rem);
}

.progressbar-item {
    position: relative;
}

.progressbar-label {
    position: absolute;
    left: 0;
    bottom: calc(var(--thickness) + 0.75rem);
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: 1;
}

.progressbar {
    position: relative;
    height: var(--thickness);
    width: 100%;
}

.progressbar::before,
.progressbar-current::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--el-border-radius-min);
    overflow: hidden;
    background-color: var(--background-secondary-color);
}

.progressbar-current {
    --progressbar-value: 0px;
    position: relative;
    height: 100%;
    width: var(--progressbar-value);
}

.progressbar-current::before {
    background-color: var(--accent-color);
}

.progressbar-percentage {
    position: absolute;
    right: 0;
    bottom: calc(var(--thickness) + 0.75rem);
    line-height: 1;
    opacity: 0;
    transition: opacity 0.1s;
}

.progressbar-percentage.visible {
    opacity: 1;
}

.circle-progressbars.animated .cpbi-circle:before {
    opacity: 0;
}

.cpb-item {
    --thickness: 10px;
}

.cpb-item .item-heading {
    margin-top: 1.25rem;
    text-align: center;
}

.cpbi-circle {
    position: relative;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
}

.cpbi-circle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: var(--thickness) solid var(--background-secondary-color);
    border-radius: 50%;
    opacity: 1;
    transition: opacity 1s;
}

.cpbi-circle canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.cpbi-percentage {
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: var(--heading-font-family);
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: var(--heading-font-weight);
    z-index: 2;
}

.cpbi-percentage::after {
    content: "%";
}

.section-bgc .progressbar::before {
    background-color: var(--background-color);
}

.section-bgc .cpbi-circle::before {
    border-color: var(--background-color);
}