.us {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 3.75rem;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}

.about {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.aboutUs {
  width: 100% !important;
}

.globeSecAbout > img {
  width: 75%;
}

p.name {
  color: #000;
  font-family: "Noto Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 1.8rem */
  margin: 0;
}

p.designation {
  color: #1351d8;
  font-family: "Noto Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  /* line-height: normal; */
  margin-bottom: 0.5rem;

}

p.designation>a{
  text-decoration: none;
}

.eachMem img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease;
  cursor: pointer;
}

.eachMem img:hover {
  border-radius: unset !important;
}

.whyChooseSec {
  background-color: #1351d8;
  color: #fff;
}

.chatBot img {
  width: 90%;
}

.eachSol {
  background-color: #fff;
  color: black;
  display: flex;
  align-items: center;
  width: 46%;
  padding: 1rem;
  margin: 0.5rem;
  border-radius: 1rem;
}

.eachSol p {
  margin: 0;
}

section.map {
  padding-block: 3rem;
  background: #1351d8;
}

.absText {
  font-size: 2.5rem;
  margin-block: 1.5rem;
}

.topBlue span > i {
  font-size: 10px;
}

.mapImg > img {
  width: 90%;
  margin-top: 1rem;
}
