.nav-link.active {
  background-color: black;
  /* Set your desired background color for the active link */
  color: #fff;
  /* Set your desired text color for the active link */
  font-weight: bold;
}

.rpslogo {
  height: 150px;
  width: 370px;
  margin-left: 0px;
}

body {
  font-family: "Trirong", serif;
}

.headerstyle {
  color: black;
  font-weight: bold;
}

.subHeading2 {
  color: black;
  font-size: 20px;
  margin-top: 20px;
}

.paraghraph {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}

.subHeading {
  margin-left: 20px;
  margin-top: 20px;
  color: brown;
  font-weight: bold;
  font-size: 24px;
}

.makeinindialogo {
  height: 119px;
  width: 211px;
  margin-left: 206px;
}

.rpslogo {
  height: 119px;
  width: 211px;
  margin-left: 0px;
}
.headertext{
  color: white;
  
  margin-left: 30px;
}

.footerbackgroundcolor {
  background-color: #45526e;
}

.footercolor {
  color: white;
  font-weight: bold;
}

.container-global {
  width: 1080px;
  margin: 0px auto;
}

.galleryimagewidth {
  width: 320px;
  height: 200px;
}
.slideimagewidth {
  width: 120px;
  height: 400px;
}

.clientlistimagewidth {
  width: 100px;
  height: 100px;
  margin-left: 35px;
}
.social-icons {
  display: flex;
  justify-content: space-between;
  max-width: 300px; /* Adjust the max-width as needed */
  margin: 0 auto; /* Center the icons horizontally */
margin-bottom: 10px;
}

.fa {
  font-size: 44px; /* Adjust the font size as needed */
  margin-right: 10px; /* Adjust the space between icons as needed */
}
.paraghraph {
  text-align: justify;
  margin: 0 auto; /* Center the text horizontally */
}
