#circleLogo {
    background-color: #1d1d1b;
    position: absolute;
    border-radius: 100px;
    transition: background-color 1s ease;
    border: 10px solid #fff;
    z-index: 100;
}

@media screen and (min-width:992px) {
    #circleLogo {

        height: 120px;
        width: 120px;

    }
}

@media screen and (max-width:991px) {
    #circleLogo {

        height: 80px;
        width: 80px;

    }
}


#circleC4,
#circleLogo {
    background-image: url("../images/fr.png");
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}

#about-us ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#about-us * {
    font-size: 20px;
}

#about-us li {
    height: 100%;
    transition: all 3s ease-out;
}

#about-us li.show {
    opacity: 1;
}

#about-us p {
    margin: auto 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #868686;
}

#about-us h2 {
    margin: 5px 0 0 0;
    color: #e95a0b;
    font-weight: 500;
}