@media (max-width: 768px) {
    .card-style {
        border-radius: 15px;
    }
}
.footer {
    padding: 20px 30px 10px 30px;
    margin-bottom: 0px !important;
    z-index: 11;
}
.card-style {
    overflow: hidden;
    /* margin: 0px 16px 30px 16px; */
    border-radius: 4px;
    border: none;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}
.card-style .card-body {
    padding: 15px;
}
.card-style .card-overlay {
    border-radius: 4px;
}
.card-body {
    z-index: 2;
}
.card-header {
    z-index: 2;
}
.card-footer {
    z-index: 2;
}
.card-top {
    z-index: 2;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
}
.card-bottom {
    z-index: 2;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.card-center {
    z-index: 2;
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.card-overlay {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
}
.card .img-fluid {
    width: 100% !important;
}
.card-image {
    display: block;
    width: 100%;
    min-height: 250px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.card-image img {
    transition: all 450ms ease;
}
.card-overflow {
    overflow: visible !important;
    z-index: 20;
}
.icon {
    display: inline-block;
    position: relative;
    text-align: center;
}
.shadow-l {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09) !important;
}
.rounded-sm {
    border-radius: 10px !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.icon-xs i {
    width: 38px;
    line-height: 38px;
    font-size: 14px;
}
.bg-facebook,.bg-facebook:hover {
    background-color: #3b5998 !important;
    color: #FFF;
}
.bg-twitter,.bg-twitter:hover {
    background-color: #4099ff !important;
    color: #FFF;
}
.bg-phone,.bg-phone:hover {
    background-color: #27ae60 !important;
    color: #FFF;
}
.bg-red-dark {
    background-color: #DA4453 !important;
    color: #FFF !important;
}
.bg-dark-light {
    background-color: #656D78 !important;
    color: #FFF !important;
}
.footer .footer-title {
    color: #1f1f1f;
    width: 100%;
    font-size: 28px;
    text-align: center;
    font-weight: 900;
    font-family: "Source Sans Pro", sans-serif;
}
.footer-img {
    width: 90%;
    height: 87px;
    object-fit: cover;
}
.footer .footer-copyright {
    border-top: solid 1px rgba(0, 0, 0, 0.05);
}
.footer .footer-links {
    border-top: solid 1px rgba(0, 0, 0, 0.05);
    padding-top: 13px;
    display: block;
    text-align: center;
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.footer-copyright {
    border-top: solid 1px rgba(255, 255, 255, 0.03);
    text-align: center;
    margin-bottom: -5px;
    padding-top: 15px;
    font-size: 11px;
    line-height: 24px;
}
.color-highlight {
    color: #DA4453;
}
.footer-title {
    text-align: center;
    display: block;
}
.footer .footer-links a {
    padding: 40px 5px 1px 5px;
}
a {
    text-decoration: none !important;
}