﻿

a, a:focus, a:hover {
    text-decoration: none
}

a {
    outline: 0;
    border: none;
}

    a:focus {
        outline: 0;
        border: none;
    }

    a:hover {
        outline: 0;
        border: none;
    }



.navbar-nav li {
    font-weight: 700;
    text-transform: uppercase;
}

    .navbar-nav li a {
        color: #000000 !important;
        display: block;
    }

.dropdown-menu li {
    margin: 10px 15px !important;
}

.rowgap {
    margin-top: 25px;
}

.card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}



footer {
    background: #3F72AF;
    color: #fff;
    padding: 70px 0px 20px 0px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

    footer .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
        font-size: 16px;
        color: color-mix(in srgb, var(--default-color), transparent 30%);
        margin-right: 10px;
        transition: 0.3s;
        transition-property: all;
        transition-delay: 0s;
        color: #0c0c0c;
        background-color: #ffffff;
    }

.footer .footer-links ul {
    margin: 0;
    padding: 0;
    border: 0
}

    .footer .footer-links ul a {
        color: color-mix(in srgb, var(--default-color), transparent 30%);
        display: inline-block;
        color: #f1f2f4 !important;
        /*opacity: 50%;*/
        font-size: 16px;
        line-height: 1;
    }

    .footer .footer-links ul li {
        padding: 14px 0;
        display: flex;
        align-items: center;
    }

.footer .footer-links h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer .copyright {
    padding-top: 15px;
    color: #ffffff !important;
    border-top: 2px solid rgba(255, 255, 255, 0.30);
    font-size: 16px;
    flex-direction: column;
    align-items: center;
}



.btn-primary {
    background-color: #3F72AF;
    border-color: #3F72AF;
}

.btn {
    border-radius: .50rem;
}


@media only screen and (min-width :768px) {
    .navbar-nav li {
        margin: 0 15px 0 15px
    }

        .navbar-nav li a {
            padding: 0
        }

        .navbar-nav li:last-child a {
            padding-bottom: 0
        }
}