.header-upper2 {
    position: relative;
    background: #fff !important;
}
.sh-logo-inner {
    margin-top: 10px;
}
.sh-logo-inner h2 {
    font-size: 30px;
    font-weight: 700;
    color: #3c2a98;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}
.sh-logo-inner span {
    font-size: 14px;
    font-weight: 500;
    color: #c99800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: -6px;
}
.sh-logo-inner P {
    font-size: 10px;
    font-weight: 500;
    color: #3c2a98;
    margin: 0px 0;
    text-align: center;
    margin-top: -3px;
}

.shfl-logo-head img{
    width: 100px !important;
    height: 90px !important;
}

.new-right-coloum{
    display: flex;
    gap: 125px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    color: #000 !important;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 5px 12px;
}
.main-menu .navigation>li>a:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #000;
}