@font-face {
    font-family: "Vazir";
    src: url("../fonts/Vazir.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/Vazir.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Vazir.woff2") format("woff2"),
        url("../fonts/Vazir.woff") format("woff"),
        url("../fonts/Vazir.ttf") format("truetype");
    /* Safari, Android, iOS */
}

body {
    font-family: "Vazir" !important;
}

.icon{
    color: #0d6efd;
    background-color: #ebeafb;
    display: inline-flex;
    padding: 15px;
    border-radius: 15px;

}
.card-primary{
    background-color: #1b2a4e;
    color: #fff !important;
}
.bg-main{
    background-color: #1b2a4e;
}

.footer-link{
    text-decoration: none;
    color: #000;
}
.footer-header{
    border-bottom: 3px solid;
    height: 35px;
}