
header{
    background: #003366;

}
header a,
header a:hover,
header a i{
    color:#fff;
}
a:hover{
    text-decoration: none;
    cursor: pointer;
  }
  .listpage{
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-gap:30px;
    margin: 50px 0;
  }
  .papersection{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap:30px;
    grid-row-gap:40px;


  }
  .paperdesign{

    box-shadow: 0 0 5px 2px #eae6e6;
  }
  .papersection a img{
   /* min-height: 410px; */
  height: auto;
  }
  .paperdesign h4{
    color: #003366;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .paperdesign .date{
    color: #7d7d7d;
    font-size: 13px;
  }
  .text_section{
    padding: 20px 10px;
  }
  .myimage{
    overflow: hidden;
  }
  .inner-img {
    transition: 0.9s;
  }

  .inner-img:hover {
    transform: scale(1.2);
  }
  @media only screen and (max-width: 992px) {
    .papersection{
      grid-template-columns:1fr 1fr 1fr;
    }
  }
  @media only screen and (max-width: 768px) {
    .papersection{
      grid-template-columns:1fr 1fr;
    }
  }
  @media only screen and (max-width: 600px) {
    .listpage{
      grid-template-columns:1fr;
    }
  }
  @media only screen and (max-width: 400px) {
    .papersection{
      grid-template-columns:1fr;
    }
  }
  /* newspaperlist page */
  .epapersection{

    margin: 100px 0;
  }
  .epapercategory{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:25px;

  }


  .addsection a img{
    margin: 0 0 25px 0;
  }
  @media only screen and (max-width: 768px) {
    .addsection{
margin: 50px 0 0 0;
    }
  }

  @media only screen and (max-width: 500px) {
    .epapercategory{
      grid-template-columns: 1fr 1fr;

    }
  }
  @media only screen and (max-width: 400px) {
    .epapercategory{
      grid-template-columns: 1fr;

    }
  }


.scrollingsection img{
    width: 100%;
}

.full_nespaper img{
height: 85vh;
object-fit: contain;
}
.scroolsecion{
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 160px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  /* background-color: #111;  */
  overflow-y: scroll; /* Disable horizontal scroll */
  margin-top: 56px;
}
.scroolsecion ul{
    list-style: none;
padding: 0;
}
.scroolsecion ul li{
    margin: 10px;
}
.scroolsecion ul li a.active img{
    box-shadow: 0 0 10px 3px #250f7e;
    border-radius: 4px;
}
.full_newspaper .d-flex{
    position: fixed;
    z-index: 100;
    width: 76%;
    margin: auto;
}
.full_newspaper .btn-info{
    margin: 0 0px 0 -15px;
}
/* for zooming */


   .zoominimage {
    margin: 15px 0;
    display: flex;
    justify-content: center;
    touch-start: none;
  }


