.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;
}
}
.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
 }
.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
 }
 
.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
 }
 .service-thumb img{
     height:225px;
 }
 
 
  /* Desktop breadcrumb image (default) */
/* Desktop breadcrumb image (default) */
.breadcumb-area {
    background-image: url('../images/resource/breadcrumb.jpg') !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Mobile breadcrumb image */
@media only screen and (max-width: 767px) {
    .breadcumb-area {
        background-image: url('../images/resource/mobile-breadcrumb.jpg') !important;
    }
}