color {
    color: #23A3E5;
    color: #1D257A;
    color: #ABCDE8;
}

.light {
    color: #ABCDE8;
}

a {
    text-decoration: none;
    color: white;
}

li {
    text-decoration: none;
    list-style: none;
}

/* a:hover{
    color: #1D257A;
} */

.heading h4 {
    color: white;
}

.footer1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/services/internationl.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding: 30px;
    filter: brightness(90%);
}

.footer1-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
    color: white;
}

.footer1-contents li {
    padding: 10px;
    color: white;
    font-weight: bold;
}

.footer1-contents a {
    color: white;
}

.footer1-contents a:hover {
    color: #ABCDE8;
}

.footer {
    background-color: #1D257A;
    padding: 30px;
    text-align: center;
    color: white;
}

.social-media {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.social-media a:hover {
    color: #ABCDE8;
}

@media (max-width:800px) {
    .footer1-container {
        display: inline;
        /* justify-content: space-between; */
        gap: 50px;
    }
}