/* common */

body {
    font-family: 'Poppins', sans-serif ;
}

footer .container-fluid{
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

footer list-inline{
	padding-top:8x !important;
	font-size:14px;
}

.font-12, font-12 *{
    font-size: 12px !important;
}

.font-14, font-14 *{
    font-size: 14px !important;
}

.font-18, font-18 *{
    font-size: 18px !important;
}

.text-primary {
    color: #333047 !important;
}

.text-primary a{
    color: #333047 !important;
}
.text-primary a:hover{
    text-decoration: none !important;
}

.text-secondary {
    color: #8D9199 !important;
}

.footer1 p, .footer1 li {
    font-size: 15px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
}

.footer1 h6 {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

.social-btn {
    display: inline-block !important;
    width: 2.25rem !important;
    height: 2.25rem !important;
    padding: 0 !important;
    border: 1px solid transparent !important;
    transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out !important;
    border-radius: .3125rem !important;
    background-color: #333047 !important;
    color: #fff !important;
    font-size: .875rem !important;
    text-align: center !important;
    text-decoration: none !important;
}

.social-btn>i {
    line-height: 2.125rem;
}

.social-btn:hover {
    background-color: #FDA401;
    color: #fff;
}

.author-avatar {
    height: 35px;
    width: 35px;
}

.navbar-tool-label {
    position: absolute;
    right: -.6rem;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background-color: #fe696a;
    color: #fff;
    font-size: .65rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}
