.active-menu{
    color: #fff;
    background: #33b35a;
}
.msg{
    max-width: 300px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index:9999;
}
div.dt-container .dt-paging .dt-paging-button.current{
    padding: 0.375rem .5rem;
    font-size: 0.7875rem;
    border-radius: 0;
    color: #fff !important;
    background-color: #17a2b8;
    border-color: #17a2b8;


}
div.dt-container .dt-paging .dt-paging-button.current:hover{
    color: #fff !important;
    background-color: #148a9c;
    border-color: #128293;
}
.table img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
}
.w-100px{
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case-study-thumb2 img{
    height: 500px;
    width: 100%;
}
.testi-author-thumb img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
.csd-content ul li{
    list-style: disc;
}
.logo_img img, .main_sticky img, .footer-logo img, .nav-logo img{
    width: 175px;
}
@media screen and (max-width:600px) {
    .case-study-thumb2 img{
        height: auto;
    }
    .case-sidber {
         margin-top: 0px;
}
}