.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: 250px;
}
@media screen and (max-width:600px){
    .case-study-thumb2 img{
        height: auto;
    }
    .case-sidber {
         margin-top: 0px;
}

}


/*---=================================
   <!--Company Area Css-->
==================================---*/

.company-area {
    padding: 122px 0 124px;
    background: url(../images/resource/company-bg.jpg);
    background-repeat: no-repeat;
    position: relative;
}


.company-area-right {
    margin-top: 50px;
}

.company-thumb {
    position:relative;
    z-index:1;
}

.video-button {
    position: absolute;
    left: 45%;
    bottom: 42%;
}

.video-button a {
    display: inline-block;
    background: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 72px;
    border-radius: 50%;
    color: #ff5e14;
    font-weight: 700;
    font-family: "Yantramanav";
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.video-button a:before {
    position: absolute;
    content: "";
    width: 93px;
    height: 93px;
    left: -12px;
    top: -12px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.6;
    z-index: -1;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    }
 }


