
	.header-fnt{
	color:#d6e3e2f7;
	}
	.header-fnt2{
	color:#009688;
	}
	
	@media only screen and (min-width: 992px)
	{
		.img_div
		{
			width : 100%;
			height : 420px;
		}
		.img_div img
		{
			max-width:100%;
			max-height:100%;
		}
		
	}
	#main_id
	{
		margin : 0 auto;
	}
	
	#messagecontainer > div {
		display: none;
		
	}
	#messagecontainer > a {
		color: white;
	}
/* [1] The container */
.img-hover-zoom {
 
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .2s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.05);
 
}

			.para_class
			{
				text-align:justify;
			}

