.la-pa{
    font-family: 'Mukta Mahee', sans-serif;
}
.la-hi{
    font-family: 'Noto Sans', sans-serif; 
}
.la-en{
    font-family: 'PT Serif', serif;  
}
h1{
    font-size: 25px;
    font-weight: bold;
}
.navbar-light .navbar-brand {
    color: rgb(255, 255, 255);
}
.pi-footer-list{
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
}
.pi-footer-list-item{
    margin: 0;
    color: #9c9c9c;
    border-bottom: #545454 1px solid;
    line-height: 27px;
}
.pi-footer-list-header{
    font-weight: bold;
    margin: 0;
    color: #9c9c9c;
    border-bottom: #545454 2px solid;
    line-height: 27px;
}
.pi-footer-list-item a:hover{
    color: #9c9c9c;
    background-color: #3e4348;
}
.pi-footer-list-item a{
    color: #9c9c9c;
    text-decoration: none;
    display: block;
    padding-left: 8px;
    padding-right: 8px;

}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
.btn-group-lg>.btn, .btn-lg {
    border-radius: 0;
}