/* 
    Created on : 24-Feb-2021, 9:24:28 PM
    Author     : kirti
*/
.text-justified{text-align: justify}
.transwhite{background: rgba(255,255,255,0.7);color: #000;text-decoration: none}
.transparent{background: rgba(255,255,255,0);color: #000;text-decoration: none}
.transwhite a{color: #000;text-decoration: none}
.transblack{background: rgba(0,0,0,0.7);color: #fff;}
.transblack a{color: #fff;text-decoration: none}
a.noul{text-decoration: none}
a.noul:hover{text-decoration: underline}
.h-fixed{height:362px;max-height:362px}.h-fixed img{height:300px;max-height:300px}
.h-fixed .align-self-center{height:60px;max-height:60px;overflow-y:auto;font-size:80%;}
.bg-dullblue{background-color: rgb(66,103,178)}
.text-dullblue{color: rgb(66,103,178)}
.bg-dullwhite{background-color: #eeeeee}
/*.shadow{
    -webkit-box-shadow: 0 5px 19px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 19px 2px rgba(0,0,0,0.2);
    box-shadow: 0 5px 19px 2px rgb(0 0 0 / 20%);
}*/
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.navbar ul.navbar-nav li.nav-item a.nav-link{font-size: 105%;}
.navbar ul.navbar-nav li.nav-item a.nav-link:hover, .navbar ul.navbar-nav li.nav-item a.nav-link.active {
    background-color: #9a3a48;
    color: #fff;
    
}