.bk-icon{ height: 2.5rem!important;}
.carousel-indicators [data-bs-target] { background-color: chocolate;}
.extlnklogo {height: 48px;}
.notice-board {  padding-top:4px;padding-bottom:4px; padding-right:8px;}
.notice-board li { padding-top:4px;padding-bottom:4px; }
.justify{text-align: justify;
    text-justify: inter-word;}
/****** font-size*************/
.fs-085{ font-size:0.85rem;}

/***** BG COLOR**************/
.bg-white-92{
    background-color: rgba(255,255,255,0.92);
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #ccc; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #eaad13; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #eaad13; 
  }