.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

.news-gallery__item {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.news-gallery__item img {
  border-radius: 20;
  width: 100%;
}
.news-gallery__item:hover {
  transform: translateY(-3px);
}
@media (min-width: 992px) {
  .news-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-gap: unset !important;
  }
}
@media only screen and (max-width: 992px) {
  .news-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 992px) {
  .news-gallery__item {
    width: 50%;
  }
}

.lg-backdrop {
  z-index: 2111 !important;
}

.lg-outer {
  z-index: 2155 !important;
}

.lg-backdrop.in {
  opacity: 0.7 !important;
}

.lg-toolbar.lg-group {
  background: none !important;
}

/*# sourceMappingURL=news-gallery.css.map */
