.bg-black{
    background-color: #000 !important;
}
.mb-3 a{
    font-size: 1.55rem !important;
    font-weight: 500 !important;
    color: #fff !important;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
.footer-links li {
    margin-bottom: 0.5rem;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.footer-links a {
    font-family: "Rajdhani", sans-serif;
    text-decoration: none;
    transition: color 0.3s ease;
    color: #3988ce !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.d-flex{
    justify-content: space-between;
}
.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.small, small {
    font-size: 1rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
/* .vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25;
} */
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.social-icons i {
    font-size: 32px;
    height: 32px;
    width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}
.social-icons i {
    font-size: 32px;
    height: 32px;
    width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}
/* .fa-square-x-twitter {
    --fa: "\e61a";
    
} */

.fa-square-x-twitter::before{
    content: "\e61a";
}
.fa-brands, .fab {
    font-weight: 400;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
}
.mb-3 a:hover,
.footer-links li a:hover{
    color: #fddf00 !important;
}
/* .fa, .fa-brands, .fa-regular, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
} */

