.serv_innerbanner {
  position: relative;
  margin-top: 9rem;
  text-align: center;
  padding: 5rem 0;
  background-color: rgba(46, 103, 177, 0.07);
}
.serv_innerbanner h3 {
  font-size: 1.8rem;
  color: var(--color-text);
  margin: 0 0 1rem;
}
.serv_innerbanner h2 {
  margin-bottom: 2rem;
}
.serv_innerbanner p {
  margin-bottom: 2rem;
  margin-top: 0;
}
.serv_innerbanner .start_proj {
  margin: auto;
  display: table;
}
.serv_banner_img {
  margin: 5rem auto 0;
  display: table;
  max-width: 90rem;
}
img {
  max-width: 100%;
  display: block;
}
.serv_section1 {
  padding: 5rem 0 0;
  position: relative;
  z-index: 1;
}
.serv_section1 ul.marquee-inner1 {
  position: relative;
  display: flex;
  width: max-content;
  animation: scrollLeft 60s linear infinite;
  gap: 10rem;
  /* margin-top: 7.5rem; */
}
/* .marquee-container1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #ffffff, transparent);
  z-index: 9;
}
.marquee-container1::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, transparent, #ffffff);
  z-index: 9;
  pointer-events: none;
} */
.serv_section1 ul li {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  /* width: 20%; */
}
.serv_section1 ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  content: "";
}
.serv_section1 ul li .serv_section1 ul li img {
  /* width: 100%; */
  /* max-width: 150px; */
  max-height: 120px;
}
.marquee-container1 {
  width: 105%;
  transform: translateX(-50%);
  left: 0%;
  overflow: hidden;
  /* display: flex; */
  align-items: center;
  position: relative;
  /* max-width: 1200px; */
  margin: auto;
  background: linear-gradient(
    236deg,
    #350000 0%,
    #9b4d2c 43%,
    #02347c 73%,
    #e40000 100%
  );
  animation: footer_link_animation 15s ease-in-out infinite;
  margin-top: 3.5rem;
  transform: rotate(-2deg);
  padding: 3rem 0;
  color: #fff;
  font-size: 2.4rem;
}
/* Pause the animation on hover */
.marquee-container1:hover ul.marquee-inner1 {
  animation-play-state: paused;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.serv_section2 {
  padding: 10rem 0 5rem;
  margin-top: -2rem;
  background-color: rgba(244, 123, 31, 0.07);
}
.serv_section2 h2,
.serv_section2 p {
  text-align: center;
}
.serv_section2 h2 {
  margin-bottom: 2rem;
}
.serv_section2 .ss_box {
  padding: 40px 100px;
  border-bottom: 1px solid #bebebe;
  display: grid;
  grid-template-columns: 20fr 30fr 50fr;
  gap: 50px;
  align-items: center;
}
.serv_section2 .ss_box:last-child {
  border-bottom: 0;
}
.serv_section2 .ss_box h3 {
  margin: 0;
  font-size: 6rem;
}
.serv_section2 .ss_box h4 {
  margin: 0;
  font-size: 2.6rem;
}
.serv_section2 .ss_box p {
  margin: 0;
  font-size: 2.1rem;
  text-align: left;
}
.section3_right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-top-right-radius: 20rem;
}
.section3_left h2 {
  font-size: 5.6rem;
  line-height: 1.1;
}
.section3 {
  padding: 5rem 0;
}
.expertise_pg_bx1 h2 {
  text-align: center;
}
.expertise_pg_bx1 svg,.expertise_pg_bx1 img {
  height: 5rem;
  margin-bottom: 1rem;
}
.expertise_pg_bx1 .grid a:hover svg,.expertise_pg_bx1 .grid a:hover img {
  filter: brightness(100%) invert(1);
}
.expertise_pg_bx3 {
  padding: 5rem 0;
}

.serv_section3 {
  padding: 5rem 0;
}

.top,
.center,
.bottom {
  width: 100%;
  height: 100vh;
}
.top,
.bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top {
}
.center {
}
.bottom {
}
.center-container {
  display: grid;
  height: 100%;
  grid-template-columns: 40% 60%;
  grid-template-rows: 100%;
  gap: 10rem;
}
.left,
.right {
}
.left-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  gap: 20px;
  /* padding: 1rem; */
  overflow: hidden;
}
.left-container h2 {
  margin: 0 0 2rem;
  font-size: 6rem;
}
.right {
  padding: 2rem;
  position: relative;
}
.right-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 85%;
}
.section3_item,
.section3_inner {
  height: auto;
}
.newcard {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.newcard a {
  background-color: var(--color-white);
  padding: 3rem 4rem;
  border-radius: 2rem;
  box-shadow: var(--box-shadow1);
  overflow: hidden;
  position: relative;
}
.newcard a:hover {
  background-color: var(--color-dark);
  color: var(--color-white);
}
.newcard a span {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  width: 7rem;
  height: 7rem;
  background-color: #000;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 8rem;
  padding-left: 1rem;
  transition: all 0.3s;
}
.newcard a:hover span {
  background-color: #fff;
  color: #000;
}
.newcard a h3 {
  text-transform: capitalize;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.newcard a h3::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 50px;
  height: 1px;
  background-color: var(--color-dark);
}
.newcard a:hover h3::before {
  background-color: var(--color-white);
}
.newcard a p {
  font-size: 1.7rem;
}
@media only screen and (max-width: 960px) {
  .serv_section2 .ss_box {
    padding: 30px;
    border-bottom: 1px solid #bebebe;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: center;
  }
  .serv_section2 .ss_box h3 {
    font-size: 5rem;
  }
  .serv_section2 .ss_box h4 {
    margin: 0;
    font-size: 2.3rem;
  }
  .section3_left h2 {
    font-size: 5rem;
  }
  .center-container {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    gap: 5rem;
  }
  .right {
    padding: 0;
  }
  .top,
  .center,
  .bottom {
    height: auto;
  }
  .serv_section3 {
    padding: 5rem;
  }
  .right-container {
    position: relative;
    width: 100%;
  }
}
