/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2023 | 10:37:20 */
.download {
  padding: 5% 0;
}
@media only screen and (max-width: 796px) {
  .download {
    padding: 7% 0;
  }
}
@media only screen and (max-width: 414px) {
  .download {
    padding: 10% 0;
  }
}
.download .flex {
  display: flex;
  justify-content: space-between;
}
.download .top_title {
  background-color: #24607d;
  color: #fff;
  padding: 15px 30px;
}
.download .ol .li {
  display: list-item;
  list-style-position: inside;
  justify-content: space-between;
  padding: 0 50px;
  padding: 15px;
  color: #495057;
  list-style-type: decimal;
  border-bottom: 1px solid #24607d;
  white-space: nowrap;
}
.download .ol .img, .download .ol .img img {
  transition: 0.3s all;
}
.download .ol .li_flex {
  display: inline-flex;
  justify-content: space-between;
  width: 96%;
  color: #495057;
}
.download .ol .li_flex:hover .img, .download .ol .li_flex:hover .img img {
  transition: 0.3s all;
  filter: invert(64%) sepia(97%) saturate(386%) hue-rotate(2deg) brightness(106%) contrast(85%);
}
.download .pagination {
  margin-top: 5%;
}
.download .border-pagination li {
  display: inline-block;
}
.download .border-pagination li + .border-pagination li {
  margin-right: 10px;
}
