body{
  background-color: #74beff;
}
.darpan-logo{
    height: 200px;
    width: 440px;
}
.banner-bg{
    background-image: url('img/Bgty.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    margin: 0;
}
.logos{
    max-height: 130px;
    width: auto;
}
/* navbar */
.bg-nav{
    background-color: rgb(3, 0, 77);
}

.navbar .nav-link {
    color: white !important;
}
.navbar .dropdown-menu a {
    color: black; 
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* main-img */
.scroll-tabs {
  white-space: nowrap;
  scrollbar-width: thin;
  padding: 0 15px;
}

.tab-item {
  width: 200px;
  flex-shrink: 0;
  display: inline-block;
  color: black;
  text-align: center;
  overflow: hidden; 
}

.tab-img {
  width: 100%;           
  height: 200px;          
  object-fit: cover;      
  border-radius: 12px;
  border: 3px solid #aaa;
  display: block;
  transition: transform 0.3s ease; 
}

.tab-img:hover {
  transform: scale(1.05);
}

.tab-title {
  font-size: 1.25rem;
  color: #000;
  font-weight: 500;
}
.scroll-tabs::-webkit-scrollbar {
  height: 6px;
}
.scroll-tabs::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 3px;
}
.bg-mn{
  background-color: rgb(3, 0, 77);
  color: white;
}


/* edi*/

.content-box {
  margin-bottom: 20px;
}


.link-item {
  color: white;
  cursor: pointer;
  padding: 10px;
  display: block;
  text-decoration: none;
}


.link-item:hover {
  color: white;
  background-color: #B3E5FC ;
}


@media (max-width: 767px) {
  .col-md-3 {
      width: 100%;
  }
  .col-md-9 {
      width: 100%;
  }
}
.ac-img-2{
  height: 180px;
  width: 300px;
}
.adm{
  height: 180px;
  width: 150px;
}

.content-box {
  display: none;
}
.content-box.active {
  display: block;
}
.link-item.active {
  font-weight: bold;
  color: rgb(3, 0, 77) ;
}
.adm {
  max-width: 190px;
  margin-bottom: 10px;
}

.text-edi{
  background: #004B87;
}

.bg-edi1{
  background-color: 	#B3D7F5;
}
.text-color1{
  color:  rgb(3, 0, 77);
}
.btn-his{
  border-radius: 5px;
  border: none;
}
.btn-his:hover{
  background-color: #004B87;
}

  mark.highlight {
    background-color: yellow;
    padding: 0 3px;
    border-radius: 3px;
  }

