/*-----------------CARDS------------------------- */
.card_center {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.card .card-image {
    height: 40%;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.card .card-image img {
    width: 100%;
    height: 280px;
    border-radius: 6px;
    pointer-events: none;
}
.card .card-image .card-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}
/*.card img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
.card .ftr {
    margin-top: 15px;
}
.card .ftr div {
    display: inline-block;
}
.card .ftr .author {
    color: #888;
}
.card .ftr .stats {
    float: right;
    line-height: 30px;
}
.card .ftr .stats {
    position: relative;
    top: 1px;
    font-size: 14px;
}
/* ============ Card Table ============ */
.table {
    margin-bottom: 0px;
}
.card .table {
    padding: 15px 30px;
}
.card .table-primary {
    background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}
.card .table-info {
    background: linear-gradient(60deg, #26c6da, #0097a7);
}
.card .table-success {
    background: linear-gradient(60deg, #66bb6a, #388e3c);
}
.card .table-warning {
    background: linear-gradient(60deg, #ffa726, #f57c00);
}
.card .table-danger {
    background: linear-gradient(60deg, #ef5350, #d32f2f);
}
.card .table-rose {
    background: linear-gradient(60deg, #ec407a, #c2185b);
}
.card [class*="table-"] {
    color: #FFFFFF;
    border-radius: 6px;
}
.card [class*="table-"] .card-caption a,
.card [class*="table-"] .card-caption,
.card [class*="table-"] .icon i {
    color: #FFFFFF;
}
.card [class*="table-"] .icon i {
    border-color: rgba(255, 255, 255, 0.25);
}
.card [class*="table-"] .author a,
.card [class*="table-"] .ftr .stats,
.card [class*="table-"] .category,
.card [class*="table-"] .card-description {
    color: rgba(255, 255, 255, 0.8);
}
.card [class*="table-"] .author a:hover,
.card [class*="table-"] .author a:focus,
.card [class*="table-"] .author a:active {
    color: #FFFFFF;
}
.card [class*="table-"] h1 small,
.card [class*="table-"] h2 small,
.card [class*="table-"] h3 small {
    color: rgba(255, 255, 255, 0.8);
}
/* ============ Card Blog ============ */
.card-blog {
    margin-top: 30px;
}
.card-blog .card-caption {
    margin-top: 5px;
}
.card-blog .card-image + .category {
    margin-top: 20px;
}
/* ============ Card Category ============ */
.category {
    position: relative;
    line-height: 0;
    margin: 15px 0;
}
.card .category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px;
}
/* ============ Card Author ============ */
.card .author .avatar {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.card .author a {
    color: #333;
    text-decoration: none;
}
.card .author a .ripple-cont {
    display: none;
}
/* ============ Card Product ============ */
.card-product {
    margin-top: 30px;
}
.card-product .btn-simple.btn-just-icon {
    padding: 0;
}
.card-product .ftr {
    margin-top: 5px;
}
.card-product .ftr .stats {
    margin-top: 4px;
    top: 0;
}
.card-product .ftr h4 {
    margin-bottom: 0;
}
.card-product .card-caption,
.card-product .category,
.card-product .card-description {
    text-align: center;
}
.card-description p {
    color: #888;
}
.card-caption,
.card-caption a {
    color: #333;
    text-decoration: none;
}
.card-caption {
    font-weight: 700;
}
/* ============ Card Testimonial ============ */
.card-testimonial .card-avatar {
    max-width: 100px;
    max-height: 100px;
}
.card-testimonial .card-description {
    font-style: italic;
}
.card-testimonial .card-description + .card-caption {
    margin-top: 30px;
}
.card-testimonial .icon {
    margin-top: 30px;
}
.card-testimonial .icon {
    font-size: 40px;
}
.card-testimonial .ftr {
    margin-top: 0;
}
.card-testimonial .ftr .card-avatar {
    margin-top: 10px;
    margin-bottom: -50px;
}
/* ============ Text Color ============ */
.text-success {
    color: #4caf50;
}
/*----FONT AWESOME FA CLASS----- */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
    color: #0d6efd;
    text-decoration: none ;
}
p {
    color: #3C4857;
}

