.uk-card-default .uk-card-title {
    color: #000000 !important;
    font-size: 20px;
   
}
h4 {
        font-size: 28px !important;
    }

   
    .top-header{
        background: #008aff;
    }
        .div-heading
        {
            border-bottom:1px dashed #5BC0DE;
            padding-top:15px;
            padding-bottom:15px;
            margin:0px;
            background-color:#F5F5F5;
            border-radius:20px 20px 0px 0px;
        }
        .heading
        {
            color:#5FC9E5;
        }
        .div-content
        {
            padding:30px
        }
        .btn-circle
        {
            width: 30px;
            height: 30px;
            text-align: center;
            padding: 6px 0;
            font-size: 12px;
            line-height: 1.428571429;
            border-radius: 15px;
        }
    
        .btn-circle.btn-xl {
        width: 60px;
        height: 60px;
        padding: 3px 0px;
        font-size: 36px;
        line-height: 1.33;
        border-radius: 35px;
    }
        .fab {
        margin-top: 0px;
        font-family: "Font Awesome 5 Brands";
    }
    
    /* BOUNCE */
    @keyframes bounce {
        0%,10%,20%,50%,80%,100%{transform:translateY(0)}
        40%{transform:translateY(-15px)}
        60%{transform:translateY(-15px)}
    }
    .faa-bounce.animated,
    .faa-bounce.animated-hover:hover,
    .faa-parent.animated-hover:hover > .faa-bounce {
        animation: bounce 2s ease infinite;
    }
    .faa-bounce.animated.faa-fast,
    .faa-bounce.animated-hover.faa-fast:hover,
    .faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
        animation: bounce 1s ease infinite;
    }
    .faa-bounce.animated.faa-slow,
    .faa-bounce.animated-hover.faa-slow:hover,
    .faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
        animation: bounce 3s ease infinite;
    }
    
    .uk-link-toggle:focus .uk-link,
    .uk-link-toggle:hover .uk-link,
    .uk-link:hover,
    a:hover {
        color: #0f6ecd;
        text-decoration: none !important;
    }

    .h1,
    h1 {
        font-size: 2rem !important;
    }   
    .display-4{
        font-size: 32px;
         margin-top: 85px;
  }
  .section-mg{
      margin-top: -70px !important;
  } 
  