.mtopo{
   margin-top: 70px !important;
  
}
.card-box {
    position: relative;
    color: #fff;
    padding: 10px 10px 20px;
    margin: 2px !important;
  }
  
  .card-box:hover {
    text-decoration: none;
    color: #f1f1f1;
  }
  
  .card-box:hover .icon i {
    font-size: 100px;
    transition: 1s;
    -webkit-transition: 1s;
  }
  
  .card-box .inner {
    padding: 5px 10px 0 10px;
  }
  
  .card-box h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 5px 0;
    white-space: nowrap;
    padding: 0;
    text-align: left;
  }
  
  .card-box p {
    font-size: 14px;
  }
  
  .card-box .icon {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 5px;
    z-index: 0;
    font-size: 62px;
    color: rgba(0, 0, 0, 0.15);
  }
  
  .card-box .card-box-footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    padding: 3px 0;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    text-decoration: none;
  }
  
  .card-box:hover .card-box-footer {
    background: rgba(0, 0, 0, 0.3);
  }
  
  .bg-blue {
    background-color: #00c0ef !important;
  }

    .bg-green {
        background-color: #00a65a !important;
    }

    .bg-yellow {
        background-color: #f39c12 !important;
    }

    .bg-red {
        background-color: #ff4433 !important;
    }


    .bg-aqua {
        background-color: #00c0ef !important;
    }

    .bg-light-blue {
        background-color: #3c8dbc !important;
    }


    .bg-lime {
        background-color: #01ff70 !important;
    }

    .bg-orange {
        background-color: #ff851b !important;
    }

    .bg-fuchsia {
        background-color: #d81b60 !important;
    }

    .bg-purple {
        background-color: #432667 !important;
    }


    .box{
       min-height: 25px !important;
       background-color: #fff !important;
       border:#00c0ef 1px solid ;
        border-radius: 15px !important;
      
       color:#343a3d !important;
        font-size: 30px !important;
        padding: 10px !important;
    }