.contact-info-body p a {

    color: var(--white-color);



}

.footer-info-box p a {

    color: white;

}

.header-logo {

    width: 225px;

}

.our-clients .blog-item {
    border: 1px solid var(--divider-color);
    border-radius: 0px;
    height: auto;
    margin-bottom: 30px;
}

.our-clients .post-featured-image img {
    aspect-ratio: 0;
    object-fit: cover;
    border-radius: 0;
    transition: all 0.5s ease-out;
}

.contact-social-list {

    margin-bottom: 0px;

}

.contact-social-list ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-social-list li {
    padding: 10px 0px;

}
.contact-social-list li a {
    color: white !important;
    border-color: white !important;
}






@media only screen and (max-width: 600px) {
    .navbar {
        padding: 5px 0px;
    }

    .main-footer {
        padding: 50px 0 0;
    }


}