@charset "utf-8";
/* CSS Document */
.blueheading
{
	color: #0c83fb;
	font-size: 40px;
	font-weight: bold;
	line-height:50px;
	text-align:center;
}
.greyheading
{
	color: #666666;
	font-size: 28px;
	font-weight: bold;
	line-height:35px;
	text-align:center;
}

.Mainheading
{
	color: #28b40c;
	font-size: 40px;
	font-weight: bold;
	line-height:50px;
	text-align:center;
}

.bluenormal
{
	color: #0c83fb;
	font-size: 20px;
	font-weight: normal;
	text-align:center;
	line-height:20px;
	
}

.blueAdress
{
	color: #0c83fb;
	font-size: 20px;
	font-weight: normal;
	text-align:left;
	line-height:20px;
	text-transform: uppercase;
}
.GreenH3
{
	color: #0c83fb;
	font-size: 20px;
	font-weight:bold;
	font-weight: normal;
	text-align:left;
	line-height:30px;
	text-transform: uppercase;
}


.space
{
background-color:transperent;
height:25px;
}

.largespace
{
background-color:transperent;
height:100px;
}

.normalfont
{
	font-size:16px;
	text-align: center;
	line-height:25px;
	
}
 .BannerHeading	/*index Used */
 {
	font-size:14px;
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	line-height:22px;
	text-align:justify;
	opacity: 0.8;  /* Opacity for Modern Browsers */
	filter: alpha(opacity=50);
	background-color:#666666;
}
 .BannerHeadingmain	/*index Used */
 {
	font-size:20px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-family: 'Open Sans', sans-serif;
	color: #F8E058;
	line-height:24px;
	padding:15px;
	text-align: center;
	opacity: 0.8;  /* Opacity for Modern Browsers */
	filter: alpha(opacity=50);
	background-color:#666666;
	border-radius: 26px;
}

.carousel-caption1 {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
/*  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
}
.firsttext
{
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 20px;
}

@media (max-width: 767px) {
.blueheading
{
	color: #0066CC;
	font-size: 18px;
	font-weight: bold;
}
}



#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color:#626262;
  opacity:0.2;
  color: #FFFFFF;
  cursor: pointer;
  padding: 15px;
  border-radius: 60%;
}

#myBtn:hover {
  background-color: #555;
}
