header {
    position: sticky;
    top: 0;
    z-index: 9001;
    background: #121212;
}
.portfolio-three {
    position: relative;
}
.c-section {
    margin-bottom: 15vh;
}
.text-center {
    text-align: center;
}
.status-text.completed{
    background-color: green !important;
}
.status-text{
    z-index: 10;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.2;
    position: absolute;
    top: 1.5rem;
    right: 0;
    width: auto;
    padding: 0.5rem 1rem;
    background: #f38b00;
}
.m-auto {
    margin: auto;
}
.design_presence_lower {
    text-transform: none;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 300;
}
.text_left {
    text-align: left !important;
}
.mapIcon {
    width: 20px;
    margin-top: -5px;
}