/* .content-card{
    width: 18%;
    height: 250px;
    border: 2px solid #000000;
    justify-content: center;
align-items: center;
} */


.card {
  box-shadow: -1px 1px 10px 3px rgba(0,0,0,0.25);
   -webkit-box-shadow: -1px 1px 10px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: -1px 1px 10px 3px rgba(0,0,0,0.25);
         }
         


          .col-md-4 {
            width: 33.33%;
            float: left;
        }


        .card p:hover {
          color: #f05151a2!important;
          }


          .card h5:hover {
            color: #e1434395!important;
            }

















            /* footer */
      .footer {
        font-size: 14px;
        background-color: #1f1f24;
        padding: 50px 0;
        color: #530fe6a9;
        /* border-radius: 25%; */
        margin-top: 30px;

        background-color: #4d94e088 ; width: 100%; justify-content: center;
      }
      
      .footer .icon {
        margin-right: 15px;
        font-size: 24px;
        line-height: 0;
      }
      
      .footer h4 {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-bottom: 5px;
        color: #fff;
      }
      
      .footer .footer-links {
        margin-bottom: 30px;
      }
      
      .footer .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      
      .footer .footer-links ul li {
        padding: 10px 0;
        display: flex;
        align-items: center;
      }
      
      .footer .footer-links ul li:first-child {
        padding-top: 0;
      }
      
      .footer .footer-links ul a {
        color: #f3a6a699;
        transition: 0.3s;
        display: inline-block;
        line-height: 1;
      }
      
      .footer .footer-links ul a:hover {
        color: #fff;
      }
      
      .footer .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 16px;
        color: rgba(255, 255, 255, 0.7);
        margin-right: 10px;
        transition: 0.3s;
      }
      
      .footer .social-links a:hover {
        color: #fff;
        border-color: #fff;
      }
      
      .footer .copyright {
        text-align: center;
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
      }
      
      .footer .credits {
        padding-top: 4px;
        text-align: center;
        font-size: 13px;
      }
      
      .footer .credits a {
        color: #fff;
      }
      #footer4{
        margin-top: -15%;
      }

      .footer i{
        color: black !important;
      }