@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&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.png");
  background-size: cover;
}
.ff-oswald {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
}
.link-underline a {
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
  padding-bottom: 0.3em;
}
.link-underline a:hover {
  border-color: var(--bs-primary);
}

.our-process-grid {
  display: grid;
  grid-template-areas:
    "a a d d"
    "b c d d";
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.our-process-grid > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-indicators > button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: black !important;
  opacity: 1 !important;
}
.carousel-indicators > button.active {
  background-color: white !important;
}
.swiper-pagination-bullet {
  opacity: 1;
  background-color: var(--bs-primary);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: black;
}
/* `md` applies to medium devices (tablets, less than 992px) */
@media (max-width: 767.98px) {
  .our-process-grid {
    grid-template-areas:
      "a a"
      "b c"
      "d d";
  }
}
@media (max-width: 1399.98px) {
  .border-lg-0 {
    border: 0 !important;
  }
}



.aecbrojContactUsCalltoAction {
  background-color: #bc1f26 !important;
  color: #fff;
}
.aecbrojContactUsCalltoAction h2 {
color: #fff !important;
}


/* who we are start */

.profilecardcontainer {
  position: relative;
  width: 100%;

  margin-bottom: 30px;
}

.profilecardimage {
  display: block;
  width: 100%;
  height: auto;
}

.profilecardoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #bc1f27ba;
}

.profilecardcontainer:hover .profilecardoverlay {
  opacity: 1;
}

.profilecardtext {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.profilecardcontentwrap {
  background-color: #bc1f26;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
}

.profilecardName{
font-size: 20px;
}

.profilecardsubtext1{
  font-size: 14px;
}

/* who we are end */





/* Portfolio page start */

.rjPortfoliocard {
  background-color: #000000;
  color: #fff;
  margin-bottom: 30px;
}
.rjPortfoliocard .card-title {
  font-family: "Oswald", serif;
    font-optical-sizing: auto;
    color: #ffffff !important;
}

/* Portfolio page end */




/* Contact us page start */

.gray-bg {
  background-color: #f5f5f5;
}


.social-share a {
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
color: #ffffff;
text-align: center;
margin-right: 10px;
}
.social-share .dribbble {
box-shadow: 0 8px 30px -4px #0866ff;
background-color: #0866ff;
}
.social-share .behance {
box-shadow: 0 8px 30px -4px #bd00a6;
background-color: #ce0074;
}
.social-share .linkedin {
box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5);
background-color: #0177ac;
}






.aecbrjOurProcessMain li.list-group-item.d-flex.justify-content-between.align-items-start {
    background-color: #000000;
    color: #fff;
    border: 1px solid #585858;
}