.top-info{
    position: relative;
    z-index: 70;
    width:100%;
    background-color: black;
    height: 92px;   
    padding-left:258px;
    top: 64px;
    background-image: url('/assets/images/toppattern.png');
}

.top-info h2{
    font-size: 26px;   
    color: white;
    margin-top: 28px;
    margin-left: 18px;    
}

.top-info .top-logo{
    margin-top: 12px;
    margin-right: 40px;
    color: #0a335c;
    background-color:#082a4d;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    border: 10px solid #0a335c;
}

.top-info .top-logo i{
    margin: 13px;
    font-size: 16px;
}
