body {
  /* background-color: antiquewhite; */
  font-family: "Poppins", sans-serif;
  background-color: white;

}
  /* body{
    background-color: #6A3FB6;
  } */
  .aboutUsContainer{
    background-color: #ED1566;
  }
.logo {
    height: 50px;
    width: 50px;
  }
  .navBar {
    float: right;
  }
  .nav-item,
  .nav-link {
    font-size: 20px;
    font-weight: 800;
    color: #ff0080 !important;
  }
  .logo {
    height: auto;
    width: 9rem;
    padding-top: 10px;
  }
  .aboutUsBackground{
  }

  .imgAboutUs{
    height: 100%;
    width: 100%;
  }

  /* whats app floating icon */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

  .secondAUSection{
    background-color: #ED1566;
  }

  /* about us banner img */
  .auContainer{
    /* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4); */
    background-color: white;
  }
  .auBannerImg{
    height: auto;
    width: 80%;
    /* object-fit: cover; */
  }

  .waterImg{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .aboutUsContent{
    font-size: 20px;
    text-align: justify;
  }

  .secondAUSection{
    font-size: 20px;
    text-align: justify;
  }

  @media (max-width: 768px) {
.headingStyle{
  text-align: left;
}
  }