/* Enter Your Custom CSS Here */
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 11px;
    letter-spacing: 0.06em;
    padding: 40px 15px;
    text-transform: uppercase;
}

.services-area .services-items .item .info > a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ffffff;
    box-shadow: 0 0 10px #cccccc;
    border-radius: 50%;
    position: absolute;
    bottom: -78px;
    left: 50%;
    margin-left: -25px;
    display: none;
}