*{
    margin: 0;
    padding: 0;
}
.img-gall img{
    width: 100%;
   
}

.img-gall{
    margin-bottom: 20px;
}
.gall-dec{
    background-color: #064780;
    text-align: center;
   
}
.gall-dec h3{
    color: white !important;
    margin-top: 0 !important;
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
}
#about_desc{
    border: 2px solid #0e3d65;
padding: 5px 15px 10px 15px;
margin-top: 20px;
}
 /* Style the list */
 ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
  }
  
  /* Display list items side by side */
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
  }
  
  /* Add a slash symbol (/) before/behind each list item */
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
  }
  
  /* Add a color to all links inside the list */
  ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
  }
  
  /* Add a color on mouse-over */
  ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
  } 



  /* start toppers */
  .toper-img{
    /* background-color: #eee; */
    margin-bottom: 30px;
    border: 1px solid #01447e;
    text-align: center;
    height: 222px;
    /* margin-top: 30px; */
  }
  .toper-img img{
   /* width: 150px; */
   height: 150px;
  }
  .toper-marks {
  text-align: center;
  }
  .toper-marks h4{
    color: #01447e;
    font-size: 13px;
  }
  .toper-marks p{
background-color: #01447e;
color: white;
padding: 10px;
font-size: 13px;
  }
 