BODY
{
	z-index: 0;
	list-style:none; 
	overflow: auto;
	text-align: center; 
	background-color: Silver; 
}
#wrapper
{
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding: 178px 0 0px;
	_padding: 0;
}

.LeftSidebar
{
	width: 23%;
	float: left;
	height: 100%;
	margin-top: 0;
	text-align: left;
	background-color: #E2E3E4;
}
.body-content-holder
{
	width: 100%;
	height: 1500px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.logo
{
	margin: 0 auto;
	height:117px;
	background: silver url(../images/headernew.jpg) no-repeat left top;
	background-size: 100%;
	z-index: 9999;
	width: 1000px;
}
.language
{
    color:Black;
    float:left;
    margin:10px 0 0 500px;
    
}
.language a
{
    font-family:Century Gothic; 
    margin-right:30px;
    font-weight:bold;
color: rgb(230, 230, 230);
font-size: 12px;
padding: 5px;
text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: rgb(210, 20, 20);
background: -moz-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: -webkit-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: -o-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: -ms-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: linear-gradient(0deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);
text-decoration:none;
}

.language2
{
    color:Black;
    float:left;
    margin:10px 0 0 100px;
    
}
.language2 a
{
    font-family:Century Gothic; 
    margin-right:30px;
    font-weight:bold;
color: rgb(230, 230, 230);
font-size: 12px;
padding: 5px;
text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: rgb(210, 20, 20);
background: -moz-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: -webkit-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: -o-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: -ms-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: linear-gradient(0deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);
text-decoration:none;
}

#wrapper .fixheader
{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	-padding: 0;
	-left: 10%;
	-margin: 0;
}
.para
{
	width: 100%;
	font-family: Calibri;
	color: Black;
	float: left;
	_font-size: 100%;
	font-size:14PX;
}

#clock{
    float:right;
    margin-top:3px; 
    margin-right:10px; 
    font-size:12pt; 
    color: #d3e9fa; 
    text-align: right;
    width:40%;     
}
#Heading{
    float:left;
    margin-top:3px; 
    margin-left:73px;
    _margin-left:37px;
    width:50%; 
    color: Black; 
    font-size: 12pt;
    text-align: left; 
    font-family:Century Gothic;
}

.EnlishHindi
{
    color:Red;
    font-weight:bold;
    text-decoration:none;
    }

.optional_has_click
{
  color:blue;
  text-decoration:underline;
}

/*-----------------------------------------Other Link--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.wrapper
{
    background-color: #FFFFFF;
	margin: 0 10px;
	_margin: 10px;
	height: auto;
}
.wrapper h1,h2,h3,h4,h5,h6 
{
    font-size:14px; 
    color: White; 
    text-align: center; 
    background-color:#0E719E; 
    padding:3px 0; 
    font-family:tahoma;
}
.otherlinks
{
    width:48%;
	padding: 0 5px;
	float: left;
	text-align:left;
	_margin:0;
	_padding:0;
}
.otherlinks UL
{
	margin: 0px;
	list-style: none;
	_padding:0;
}

.otherlinks LI
{
    
}

.otherlinks A
{
	font: 14px Calibri;
	_font: 12px Calibri;
	color: #000000;
	display: block;
	vertical-align: middle;
	padding: 2px 0 2px 23px;
	text-decoration: none;
	background:url('../images/arrow01.png') no-repeat left;
	_margin:0;
	_padding: 0 0 0 23px;
	text-transform:capitalize;
	font-size:10pt;
}
.otherlinks A:hover
{
	background-color:#0E719E;
	padding: 2px 20px;
	color: #FFFFFF;
	-webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    _padding: 0 20px;
}
.boxes
{
	text-align: center;
	width: 49%;
	padding: 0 2px;
	_padding: 0;
	float: none;
	background-color: #C0C0C0;
	-webkit-box-shadow: 0 12px 10px -5px black;
	-moz-box-shadow: 0 12px 10px -5px black;
	box-shadow: 0 12px 10px -5px black;

}

.slideshow
{
	height: 240px;
	width: 95%;
	float: none;
	margin: 10px;
	padding: 0;
}

.strech
{
	height: 100%;
	width: 100%;
	display: none;
}
.photolink
{
	background-color: #FFFFFF;
	width: 100%;
	height: 160px;
	padding: 0 10px;
	position: relative;
    top: 0px;
    left: 0px;
    _margin:0;
    _padding:0;
}
.photolinkie
{
	background-color: #FFFFFF;
	width: 100%;
	height: 160px;
	padding: 0 10px;
	position: relative;
    top: 0px;
    left: 0px;
    _margin:0;
    _padding:0;
}
#content-holder
{
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	height: 285px;
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
}
#content-holder .IMGholder
{
	text-align: left;
	float: left;
}

.OldBrowser
{
	font-family: Century Gothic;
	font-weight: bolder;
	text-align: center;
	font-size: x-large;
	padding:50px 0;
	background: #FFFFFF url('../images/info.gif') no-repeat 30px;
	z-index:9999;
	width:1000px;
}
/*--------------------------------------------------------------------------------------------
The Footer
----------------------------------------------------------------------------------------------*/
FOOTER
{
	position: relative;
	z-index: -2;
	height: 110px;
	_height: 90px;
	margin: 0 auto;
	color:White;
}
.footerfixdiv
{
	width: 100%;
	position: fixed;
	z-index: -1;
	bottom: 0px;
    left: 0px;
}
.footerdiv
{
	width: 1000px;
	height: 100px;
	_height: 4px;
	padding-top: 5px;
	position: relative;
	background: #0E719E url('../images/16.png') no-repeat left;
	_padding: 0;
	_margin: 0;
	margin: 0 auto;
}
FOOTER UL
{
	position: relative;
	display: inline;
	z-index: 1;
}
FOOTER UL LI
{
	float: left;
	padding: 5px;
	margin: 2px;
	background-color: Transparent
}
FOOTER UL
{
	list-style: none;
	float: left;
	width: auto;
}
FOOTER a 
{
	font-weight: bold;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000000 !important;
	text-align: left;
	float: left;
	text-decoration: none !important;
	font-weight: bold;
	color:White;
}
FOOTER P
{
	font-weight: bold;
	font-family: Century Gothic;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center; 
}
.copyright
{
	position: relative;
	width: 80%;
	margin: 20px auto;
	height: 100%;
	bottom: 0px;
	color: #FFFFFF;
    left: 0px;
}


/*-----------------------------------------News and Updates--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#NewsGalleryContener
{
    width:100%; 
    height:300px; 
    padding:10px 0; 
    border-bottom:solid 1px grey;
    }

#NewsGalleryContener P
{
	font-family: century gothic;
	padding: 10px 2px;
	margin:0;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	height:20px;
	_padding: 0;
	background-color: #457E98;
	-webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}


#ticker
{
	margin: 10PX;
	background-color:White;
	height:80%;
	height:240px;
}
#ticker DT
{
	font: normal 14px Arial;
	font-weight: bolder;
	color: #2BA1FB;
	padding: 0px;
	border-bottom: none;
	border-right: none;
}
#ticker DD
{
	border-bottom: 1px solid #AAAAAA;
	margin-left: 0;
}
#ticker DD A
{
	font: normal 12px arial;
	color: #000000;
	text-decoration: none;
	line-height: 1.5;
}
#ticker DD A:hover
{
	color: #FF00FF;
}
#ticker DD.last
{
	border-bottom: 1px solid #FFFFFF;
}
#ticker DIV
{
	margin-top: 0;
}
/*--------------------------------------------------------------feedback--------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.view {
   width: 143px;
   height: 140px;
   float: left;
   margin:10px;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   -webkit-border-radius: 5px 5px 0 0;
   -moz-border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;
}
.view .mask,.view .content {
   width: 143px;
   height: 140px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.view h2 {
   color: #fff;
   font-family:Berlin Sans FB;
   text-align: center;
   position: relative;
   font-size: 12px;
   padding: 5px 6px ;
   background-color:#FF6600;
   margin:0;
   font-weight:bold;
   height:30px;
}
.view p {
   font-family: Georgia, serif;
   margin:5px 0 5px 0;
   font-size: 11px;
   position: relative;
   color: #fff;
   font-style:italic;
   padding: 4px;
   text-align: center;
   font-weight:bold;
   /*text-shadow: 3px 1px 2px rgba(0, 0, 0, 1);*/
}
.view a.info {
   text-decoration: none;
   padding: 5px;
   font-size:10px;
   background-color: #00AEFF;
   color: White;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 2px #fff;
   -moz-box-shadow: 0 0 2px #fff;
   box-shadow: 0 0 2px #fff;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}




.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
    top: 0px;
    left: 0px;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   _filter: alpha(opacity=1);
   opacity: 0;
   background-color: rgba(0,0,0,0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
    top: 0px;
    left: 0px;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}