@media screen and (min-width: 768px) {
    /*/card Start/*/
    .card-sec{
        width:33%;
    }
    /*/card Start/*/
    /* Industry Section Start*/
    .services-block-three h4  {
        font-size:23px;
    }
    .industry-para{
        text-align:center;
        font-size:14px;
    }
    /* Industry Section End*/
}


@media screen and (max-width: 768px) {
    /*/card Start/*/
    .card-sec{
        width:100%;
    }
    /*/card Start/*/
     /*/Services Start/*/
    .u-list{
        margin-left:85px;
    }
    /*/Services End/*/
    /* Industry Section Start*/
    .services-block-three h4  {
        font-size:23px;
    }
    .industry-para{
        text-align:center;
        font-size:15px;
    }
    /* Industry Section End*/
}


@media (max-width: 991px) {
  .menu_wrapper .navabar-brand {
    font-size: 20px;
  }
  .menu_wrapper .navbar-nav .nav-item {
    margin: 5px 10px;
  }
  .header-top {
    display: none;
  }
}



@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}