html,
body {
    height: 100%;
    background-color: rgb(0, 0, 5);
}

header h1 {
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
    color: rgb(207, 202, 202);
    text-align: center;
}

.container p,
h2 {
    color: #bbbbbb;
}

.colorh1 {
    color: #bbbbbb;
}

.black-card {
    background-color: black;
    color: white;
}

.blue-card {
    background-color: rgba(0, 51, 153, 0.3);
    color: white;
}

.custom-button {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border-color: white;
}
.form-label{
    color: #fff;
}

.abtpic {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.24);
    border-radius: 10px;
}

.fontid {
    font-size: 20px;
    font-family: sans-serif;
}


.mrgn {
    margin: 20px 0 20px 0;
}

.mrgn1 {
    margin: 25px 0 25px 0;
}

.fadeslide {
    animation: fadeInUp 1.5s ease-in-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeslide1 {
    animation: fadeInUp 1.8s ease-in-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeslide2 {
    animation: fadeInUp 2.1s ease-in-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeslide3 {
    animation: fadeInUp 2.4s ease-in-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeslide4 {
    animation: fadeInUp 2.7s ease-in-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.textblue {
    color: rgb(233, 233, 238);
}

.transparent-navbar {
    background-color: transparent;
    border: none;
}

.section-hf-ind {
    background-color: transparent;
    margin-bottom: -100px;
}

.section-hf {
    background-color: rgba(0, 51, 153, 0.3);
}

.navbar-nav .nav-link {
    color: rgb(207, 202, 202) !important;
    font-weight: bold;
}

.navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
    background-color: whitesmoke !important;
    border-radius: 5px;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}

header {
    background: no-repeat center center;
    background-size: cover;
    color: white;
}

.color-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    min-height: 60vh;

}

.singleCol {
    max-width: 750px;
}

.singleColcopy {
    max-width: 925px;
}

/* .card:hover img {
    transform: scale(1.1);
    transition: transform 1.5s ease-in-out;
}

.card {
    transition: transform 1.5s ease-in-out;
}

.card:hover {
    transform: translateY(-3px);
} */

.card {
    transition: transform 1.5s ease-in-out;
}

.card:hover {
    transform: scale(1.1);
}

footer {
    background-color: rgb(40, 40, 40);

}

footer a {
    color: white;
}

footer a:hover {
    color: #dfdfdf;
}

@media (max-width: 768px) {
    .color-overlay {
        min-height: 30vh;
    }

    .navbar-toggler-icon {
        display: block;
        width: 30px;
        height: 30px;
        margin-bottom: 2px;
        background-color: whitesmoke !important;
        border-radius: 5px;
    }
}

.leadf {
    font-weight: bold;
}


.navbar-brand img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

button[type="submit"] {
    margin-top: 10px;
}

.footer {
    background: rgba(0, 51, 153, 0.3);
    padding: 70px 0px;
}

.footer-col {
    width: 20%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
}
.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #fff;
    height: 2px;
    box-sizing: border-box;
    width: 50px;

}

.footer-col ul li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;


}

.footer-col ul li a:hover {
    color: #fff;
    padding-left: 10px;

}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #242462;
    background-color: #ffffff;
}

@media(max-width:574px) {
    .footer-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .section-hf-ind {
        background-color: transparent;
        margin-bottom: -50px;
    }
    .navbar-toggler-icon {
        display: block;
        width: 40px;
        height: 40px;
        margin-bottom: 2px;
        background-color: whitesmoke !important;
        border-radius: 5px;
    }

}

@media(max-width:430px) {
    .footer-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .section-hf-ind {
        background-color: transparent;
        margin-bottom: -20px;
    }
    .navbar-toggler-icon {
        display: block;
        width: 50px;
        height: 50px;
        margin-bottom: 2px;
        background-color: whitesmoke !important;
        border-radius: 5px;
    }
}

@media(max-width:375px) {
    .footer-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .section-hf-ind {
        background-color: transparent;
        margin-bottom: -20px;
    }
    .navbar-toggler-icon {
        display: block;
        width: 30px;
        height: 30px;
        margin-bottom: 2px;
        background-color: whitesmoke !important;
        border-radius: 5px;
    }
}

@media(max-width:360px) {
    .footer-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .section-hf-ind {
        background-color: transparent;
        margin-bottom: -20px;
    }
    .navbar-toggler-icon {
        display: block;
        width: 40px;
        height: 40px;
        margin-bottom: 2px;
        background-color: whitesmoke !important;
        border-radius: 5px;
    }
}

@media(max-width:280px) {
    .footer-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .section-hf-ind {
        background-color: transparent;
        margin-bottom: -20px;
    }
    .navbar-toggler-icon {
        display: block;
        width: 40px;
        height: 40px;
        margin-bottom: 2px;
        background-color: whitesmoke !important;
        border-radius: 5px;
    }
}

.footer-col p {
    color: #bbbbbb;
    text-align: left;
}