.title{
    color: rgb(203, 214, 224);
}

.subtitle{
    font-size: 24px;
    color: rgb(165, 166, 167);
}

.date{
    color: #e6b101;
}

.little{
    font-size: 20px;
    color: rgb(94, 93, 93);
}
.big-title{
    font-size: 50px;
}

.netpro-logo{
    height: 50px;
    width: 50px;
}

/* Circle Progressbar */

.circular-progress-iot, .circular-progress-networking, .circular-progress-ai{
    position: relative;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background: conic-gradient(#ca9b01, 3.6deg, rgba(70, 69, 69, 0.3) 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circular-progress-iot::before, 
.circular-progress-networking::before, 
.circular-progress-ai::before {
    content: "";
    position: absolute;
    height: 170px;
    width: 170px;
    border-radius: 50%;
    background-color: #1d1d1d;
}
.progress-value-networking, .progress-value-iot, .progress-value-ai{
    position: relative;
    font-size: 33px;
    font-weight: 600;
    color: #e6b101;
    text-align: center;
}
.progress-value-p{
    font-size: 18px;
    font-weight: 600;
    color: rgb(94, 93, 93);
    text-align: center;
}