/*** footerSec ***/
.footerSec {
    color: #B0B9AE;
}

.footerSec .btnf.btnf-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footerSec .btnf.btnf-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footerSec .btnf.btnf-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #111111;
}

.copyright a:hover {
    color: var(--primary) !important;
}

.btnf-square {
    width: 38px;
    height: 38px;
    background-color: aliceblue;
}
.btnf-square:hover{
    background-color:cyan
}

.btnf-square,
.btnf-sm-square,
.btnf-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
:root {
    --primary: #4761FF;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}