@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: top center;
}
.ff-montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
.gallery-grid {
  display: grid;
  grid-template-areas:
    "a b c d"
    "e f c g"
    "h i j k";
  /* grid-gap: 1rem; */
}


@media only screen and (max-width: 768px) {
  .gallery-grid {
    display: grid;
    grid-template-areas:
      "a b"
      "e f"
      "h i"
      "c d"
      "c g"
      "j k";
    /* grid-gap: 1rem; */
  }
}
.text-shadow {
  text-shadow: 0 0 15px rgb(0, 0, 0);
}

.gallery-carousel .carousel-indicators > button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  opacity: 1 !important;
}
.gallery-carousel .carousel-indicators > button.active {
  background-color: var(--bs-warning);
}
.gallery-carousel .carousel-control-next {
  height: 40px !important;
  width: 40px !important;
  padding: 6px !important;
  top: 50%;
  right: 0;
  transform: translateX(50%);
  background-color: var(--bs-secondary);
  opacity: 1 !important;
  border-radius: 100px;
  padding: 20px;
}
.gallery-carousel .carousel-control-prev {
  height: 40px !important;
  width: 40px !important;
  padding: 6px !important;
  top: 50%;
  right: 0;
  transform: translateX(-50%);
  background-color: var(--bs-secondary);
  opacity: 1 !important;
  border-radius: 100px;
  padding: 20px;
}
.testimonial-carousel .carousel-indicators > button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  opacity: 1 !important;
  background-color: var(--bs-warning);
}
.testimonial-carousel .carousel-indicators > button.active {
  background-color: var(--bs-primary);
}
.testimonial-carousel .carousel-control-next,
.testimonial-carousel .carousel-control-prev {
  margin-bottom: 35px;
  opacity: 1;
}
/* .swiper-button-next,
.swiper-button-prev {
  color: white;
  background-color: black;
  width: 28px;
  height: 28px;
  border-radius: 14px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
  font-weight: bold;
} */
/* `md` applies to medium devices (tablets, less than 992px) */
@media (max-width: 767.98px) {
  .border-md-0 {
    border: 0 !important;
  }
}

h3{
  font-size: 1.36rem;
}


.rjcusCardinnerpageComm {
  background-color: #0e4b84;
  padding: 30px;
  color: #fff;
}

.rjcusCardinnerpageComm h2{
  color: #399fff !important
}

.rjcusCardinnerpageComm h3 {
  color: #5bb0ff;
}

.epRojRequestaFreeEstimate{
  background-color: #0e4b84;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.rjServiceAreas .list-group .list-group-item{
font-size: 16px;
font-weight: 700;
}