.CommonGaleriesComponent {
  padding: 5rem 0 1rem;
  position: relative;
}
.CommonGaleriesComponent::before {
  content: " ";
  position: absolute;
  bottom: 1rem;
  right: 0;
  left: 0;
  height: 14.7vw;
  background-image: url("/images/svg/graphics.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.CommonGaleriesComponent h2 {
  position: relative;
  line-height: 2.3rem;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  color: #FFFFFF;
}
.CommonGaleriesComponent .headerText p {
  color: #FFFFFF;
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.CommonGaleriesComponent .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.CommonGaleriesComponent .item.slc {
  background-repeat: no-repeat;
  border-radius: 7px;
  background-position: center center;
  background-size: cover !important;
  cursor: pointer;
  position: relative;
  transition: opacity 2s;
  margin: 16px;
  box-shadow: 0 0 19px -5px rgba(0, 0, 0, 0.0036);
}
@media (max-width: 767px) {
  .CommonGaleriesComponent .item.slc {
    min-height: 18rem;
  }
}
@media (min-width: 768px) {
  .CommonGaleriesComponent .item.slc {
    min-height: 18rem;
  }
}
@media (min-width: 1920px) {
  .CommonGaleriesComponent .item.slc {
    min-height: 18rem;
  }
}
.CommonGaleriesComponent .item.slc:focus {
  outline: none;
}
@media (min-width: 992px) {
  .CommonGaleriesComponent .item.slc {
    min-height: 18rem;
  }
}
@media (min-width: 1200px) {
  .CommonGaleriesComponent .item.slc {
    min-height: 18rem;
  }
}
@media (min-width: 1440px) {
  .CommonGaleriesComponent .item.slc {
    min-height: 24rem;
  }
}
.CommonGaleriesComponent .item.slc > img {
  width: 96%;
  margin: 0 auto 1rem;
}
@media (max-width: 767px) {
  .CommonGaleriesComponent .item.slc > img {
    width: auto;
    height: 50vh;
  }
}
.CommonGaleriesComponent .item.slc .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 15px;
  line-height: 1.2rem;
  min-height: 8rem;
}
.CommonGaleriesComponent .item.slc .text h2 {
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: Poppins, Calibri, sans-serif;
  margin-bottom: 0.5rem;
}
.CommonGaleriesComponent .item.slc .text h3 {
  color: #FFFFFF;
  font-weight: 200;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.CommonGaleriesComponent .slick-dots li button:before {
  border-bottom: 3px solid gray;
  content: "";
}
.CommonGaleriesComponent .slick-arrow.slick-prev, .CommonGaleriesComponent .slick-arrow.slick-next {
  position: absolute;
  top: -2rem;
  width: 3rem;
  height: 2rem;
}
.CommonGaleriesComponent .slick-arrow.slick-prev:before, .CommonGaleriesComponent .slick-arrow.slick-next:before {
  color: #FFFFFF;
}
.CommonGaleriesComponent .slick-arrow.slick-next {
  right: 1.2rem;
}
.CommonGaleriesComponent .slick-arrow.slick-prev {
  right: 5rem;
  left: auto;
}
.CommonGaleriesComponent .modal-dialog.image {
  background-color: rgba(20, 39, 67, 0.73);
  width: 100vw;
  height: 100vh;
  margin: 0;
  max-width: 100%;
}
.CommonGaleriesComponent .modal-dialog.image .modal-content {
  background-color: transparent;
  border: 0;
}
.CommonGaleriesComponent .modal-dialog.image .modal-content .modal-header {
  background-color: transparent;
  border-bottom: 0;
}
.CommonGaleriesComponent .modal-dialog.image .modal-content .modal-header .modal-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
}
.CommonGaleriesComponent .modal-dialog.image .modal-content .modal-header > button.close {
  font-size: 2rem;
  color: #fff;
  outline: none;
}
.CommonGaleriesComponent .modal-dialog.image .modal-content .modal-body {
  text-align: center;
}
.CommonGaleriesComponent .modal-dialog.image .modal-content .modal-body img {
  max-height: 80vh;
  height: auto;
  max-width: 90vw;
}
.CommonGaleriesComponent .modal-dialog.image .modal-content .prev-image, .CommonGaleriesComponent .modal-dialog.image .modal-content .next-image {
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 4rem;
  position: fixed;
  top: 45%;
  outline: none;
  transition: opacity 0.5s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .CommonGaleriesComponent .modal-dialog.image .modal-content .prev-image, .CommonGaleriesComponent .modal-dialog.image .modal-content .next-image {
    top: 70%;
  }
}
@media (min-width: 768px) {
  .CommonGaleriesComponent .modal-dialog.image .modal-content .prev-image:hover, .CommonGaleriesComponent .modal-dialog.image .modal-content .next-image:hover {
    opacity: 0.3;
  }
}
.CommonGaleriesComponent .modal-dialog.image .modal-content .prev-image {
  left: 2rem;
}
.CommonGaleriesComponent .modal-dialog.image .modal-content .next-image {
  right: 2rem;
}
.CommonGaleriesComponent .gallery:focus {
  outline: none;
}
