.circleprogress{display:block;height:85px;width:85px;border-radius:100%;position:relative}.circleprogress:after{position:absolute;display:flex;height:100%;width:100%;left:0;top:0;content:attr(data-pct) "%";font-size:15pt;font-weight:100;justify-content:center;align-items:center;font-family:GothamHTF-light}.circleprogress svg{transform:rotate(-90deg)}.circleprogress svg circle{stroke-dashoffset:0;transition:stroke-dashoffset 1s linear;stroke:#ecebec;stroke-width:13px}.circleprogress svg #bar{stroke:#666}