.sidebar-con{
    border-top:5px solid #5b4ad1;
    box-shadow: rgba(0,0,0,.25) 0px 8px 28px -11px;
}
#sidebar li{
    margin-bottom: 25px;
}
.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#sidebar a{

    font-family: "TTNormsProBold";
    text-decoration: none;
    color: black !important;
    font-size: 17px !important;
    line-height: 1.5em !important;
    font-weight: 600;

}
#sidebar a:hover{
    color: #ff5b00 !important;
}
@media only screen and (min-width: 1400px) {
    .container{
        max-width: 1350px;
    }
}
@media only screen and (max-width: 992px) {
    #sidebar a{
        font-size: 17px !important;
    }
}