.gallery-banner-section {
  margin-bottom: 30px;
}
.gallery-banner-section .gallery-banner-area {
  min-height: 220px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), url("../images/gallery-banner.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.gallery-banner-section .gallery-banner-area h1 {
  color: #fff;
  font-weight: 500;
}

.what-new-section {
  margin-bottom: 30px;
}
.what-new-section .what-new-area {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
}
.what-new-section .what-new-area .section-heading {
  margin-bottom: 15px;
}
.what-new-section .what-new-area .what-new-list-area .what-new-list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
}
.what-new-section .what-new-area .what-new-list-area .what-new-list li {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .what-new-section .what-new-area {
    padding-left: 0;
    padding-right: 0;
  }
  .what-new-section .what-new-area .section-heading {
    padding: 0 10px;
  }
  .what-new-section .what-new-area .what-new-list-area {
    overflow: auto;
  }
  .what-new-section .what-new-area .what-new-list-area .what-new-list {
    grid-template-columns: 300px 300px 300px;
    padding: 12px 10px;
  }
}

.news-card {
  display: block;
  padding: 10px;
  box-shadow: 0px 0px 30.52px 0px rgba(0, 0, 0, 0.0705882353);
  border-radius: 10px;
}
.news-card .news-card-image img {
  display: block;
  width: 100%;
  border-radius: 10px;
  height: 194.41px;
  object-fit: cover;
}
.news-card .news-card-content .news-card-title {
  margin: 12px 0;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-card .news-card-content .news-card-para {
  font-size: 14px;
  font-weight: 400;
  color: rgba(62, 50, 50, 0.7490196078);
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-main-content {
  padding-top: 0px;
}

.gallery-section {
  margin-bottom: 30px;
}
.gallery-section .gallery-area {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
}
.gallery-section .gallery-area .section-heading {
  margin-bottom: 15px;
}
.gallery-section .gallery-area .gallery-layout {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.gallery-section .gallery-area .gallery-layout > .gallery-item {
  width: 50%;
  aspect-ratio: 1/1;
}
.gallery-section .gallery-area .gallery-layout > .gallery-item:not(.gallery-nested-layout) {
  padding: 5px;
}
.gallery-section .gallery-area .gallery-layout > .gallery-item a {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-section .gallery-area .gallery-layout > .gallery-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery-section .gallery-area .gallery-layout > .gallery-item.gallery-nested-layout {
  display: flex;
  flex-wrap: wrap;
}
.gallery-section .gallery-area .gallery-layout > .gallery-item.gallery-nested-layout > .gallery-item {
  padding: 5px;
  width: 50%;
}

.common-container p{
  text-align: justify;
}
@media (max-width: 767px) {
  .gallery-section .gallery-area .gallery-layout > .gallery-item {
    width: 100%;
  }
  .gallery-section .gallery-area .gallery-layout > .gallery-item:not(.gallery-nested-layout) {
    padding: 5px;
  }
  .gallery-section .gallery-area .gallery-layout > .gallery-item.gallery-nested-layout > .gallery-item {
    padding: 5px;
  }
}/*# sourceMappingURL=gallery.css.map */