/* banner css */
.page-header{
  height: 200px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.banner-heading-text{
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
}
.descText{
	color: #000;
  text-align: justify;
}
.mainSection{
	background-color: #fff;
}