@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: "Montserrat", sans-serif;

  font-optical-sizing: auto;

  background-image: url("..images/bg.jpg");

  background-size: cover;

}

.ff-primary {

  font-family: "Work Sans", sans-serif;

  font-optical-sizing: auto;

}


.carousel-indicators>button {

  width: 10px !important;

  height: 10px !important;

  border-radius: 50%;

}


.carousel-indicators>button.active {

  background-color: var(--bs-warning) !important;

}

.swiper {

  --swiper-navigation-size: 24px;

  --swiper-navigation-color: #fff;

  --swiper-navigation-sides-offset: 5px;

}

.swiper-button-prev,

.swiper-button-next {

  color: #fff;

  background-color: var(--bs-info);

  border-radius: 50%;

  padding: 20px;

  opacity: 1;

}

.swiper-button-prev:hover,

.swiper-button-next:hover {

  background-color: var(--bs-info);

  opacity: 0.9;

}


.rccrjinnerpageCommercialIndustriesWeServe {
  text-align: center;
}

.rccrjinnerpageCommercialIndustriesWeServe img {
  height: 300px;
  object-fit: cover;
}

.rcc-services h6 {
  text-align: center;
  min-height: 80px;
  padding: 5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rcc-services-img h6{
  min-height: 60px;
}

.mt-20 {
  margin-top: 20px;
}

.rcc-services-2 {
  text-align: center;
}

.rcc-services-2 .card {
  margin-bottom: 20px;
}

.rjcol1sub {
  padding: 20px;
}

.bg_image {
  background-image: url(../images/Group-112.jpg);
  background-position: bottom;
  background-size: cover;
  padding: 50px 0;
}

.mb-20 {
  margin-bottom: 20px;
}

.rccrjOurCommercialResidenServicesinnerpagemainrow {
  justify-content: center;
  margin-top: 10px;
}

.rccrjOurCommercialResidenServicesinnerpagemainrow2 h5 {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
}

.row.rccrjOurCommercialServicesIncluderow {
  justify-content: center;
}

.ButtonBase__Overlay-sc-p43e7i-4.jhGZeV {
  background-color: #0cd8fd !important;
  margin-top: 30px;

}

img {
  max-width: 100%;
}

.about_box h2 {
  border-bottom: 1px solid #1e7abb;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.about_box-2 h2 {
  font-size: 24px;
}

.mainLI {
  color: #000;
  font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000 !important;
  opacity: 1 !important;
  font-weight: 500 !important;
}

.mainLI a {
  font-weight: 600;
  color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 40px 10px;
}

.navbar-expand-lg {
  padding: 0;
}

.copyright-text-1 {
  text-align: center;
  margin-top: 20px;
}

.rcc-services {
  background-color: #0e76bd;
}

.rcc-services h3.text-primary {
  color: #fff !important;
}

.rcc-services h5.text-black {
  color: #fff !important;
}

.rcc-services h5 {
  color: #fff !important;
}

.rcc-services-2.bg_image {
  background-image: none !important;
}

.rcc-services-2 h2.text-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.rcc-services-2 h2 {
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.rcc-services-2 h5.text-white {
  color: #000 !important;
}

.rcc-services-2 .card-body {
  background-color: #02315b;
}

.rcc-services-2 .card-body h5 {
  color: #fff;
}

.rcc-services .rccrjsubhead.text-black {
  color: #fff !important;
}

.rcc-services-2 {
  padding: 50px 0;
}

.galleryBox .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width:900px) {
  .galleryBox .gallery {
    grid-template-columns: repeat(2, 1fr)
  }
  .navbar.navbar-expand-lg{
    padding: 10px 0;
  }
}

@media (max-width:520px) {
  .galleryBox .gallery {
    grid-template-columns: 1fr
  }
}


.galleryBox .card {
  background: var(--card);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(18, 18, 18, 0.06);
  cursor: pointer;
  display: block;
  position: relative
}

.galleryBox .card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform .35s ease
}

.galleryBox .card:hover img {
  transform: scale(1.04)
}

.galleryBox .caption {
  padding: 10px 12px;
  font-size: 14px
}


/* lightbox modal */
.galleryBox .lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 9999
}

.galleryBox .lightbox.open {
  display: flex
}

.galleryBox .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.65))
}

.galleryBox .lightbox-content {
  position: relative;
  max-width: 1100px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center
}

.galleryBox .lightbox-inner {
  position: relative;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center
}

.galleryBox .lightbox-img {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  border-radius: 6px
}

.galleryBox .lightbox-caption {
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
  text-align: center
}


/* controls */
.galleryBox .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer
}

.galleryBox .btn:focus {
  outline: 2px solid rgba(255, 255, 255, 0.12)
}

.galleryBox .btn.prev {
  left: 8px
}

.galleryBox .btn.next {
  right: 8px
}

.galleryBox .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: rgba(255, 255, 255, 0.06);
  width: 42px;
  height: 42px;
  border-radius: 8px;
  font-size: 20px;
  color: #fff;
  border: 0
}


/* tiny pager */
.pager {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.28);
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px
}


/* accessibility helpers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.galleryBox {
  padding: 50px 0;
}

.rcc-services-2 .card-body {
    background-color: #02315b;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    border-radius: 10px 10px 10px 10px;
}
.commercial_img  .card-body{
  border-radius: 0px 0px 10px 10px;
}
.rcc-services-2 .card {
    margin-bottom: 20px;
}
.sdk-relative{
  position: relative;
}
._hero_text{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}
._hero_text h1{
  color: #fff;
    font-weight: bold;
    text-shadow: 5px 10px 18px #000;
    font-size: 55px;
}

.rjcol2 img{
  right: -10px;
  position: relative;
}



@media only screen and (max-width:992px){
  .swiper-wrapper{
    max-height: 500px;
  }
  .bHCqKJ{
    min-height: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding: 10px;
  }
  .rcc-services .col-2,
  .rcc-services .col-3{
    width: 50%;
  }
  ._hero_text h1{
    font-size: 18px;
  }
}

.navbar-brand  img{
  width: 150px;
    height: auto;
    padding: 10px;
}

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border-radius: 0;
        background: #0e76bd;
        padding: 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu li a{
      color: #fff;
      transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover,
    .navbar-expand-lg .navbar-nav .dropdown-menu li a:focus{
      background: #02315b;
    }
    .mainLI a{
      color: #fff;
    }
    .bHCqKJ{
    min-height: auto;
  }