*
{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

img
{
	border:none;
}

a
{
	outline-style:none;
	text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

body
{
	overflow-x:hidden;
    font-family: 'opensansregular';
}
p
{
	font-size:16px;	
}
h2
{
	font-size:30px;
	font-family:'OpenSansSemibold';	
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6
{
	font-weight:100;
}
@font-face {
    font-family: 'opensansregular';
    src: url('../fonts/opensansregular.eot');
    src: url('../fonts/opensansregular.eot') format('embedded-opentype'),
         url('../fonts/opensansregular.woff2') format('woff2'),
         url('../fonts/opensansregular.woff') format('woff'),
         url('../fonts/opensansregular.ttf') format('truetype'),
         url('../fonts/opensansregular.svg#opensansregular') format('svg');
}
@font-face
{
	font-family:'OpenSansSemibold';
	src:url('../fonts/OpenSansSemibold.eot');
	src:url('../fonts/OpenSansSemibold.eot') format('embedded-opentype'),
	url('../fonts/OpenSansSemibold.woff2') format('woff2'),
	url('../fonts/OpenSansSemibold.ttf') format('truetype'),
	url('../fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#OpenSansBold') format('svg');
}
@font-face {
    font-family: 'OpenSansExtraBold';
    src: url('../fonts/OpenSansExtraBold.eot');
    src: url('../fonts/OpenSansExtraBold.eot') format('embedded-opentype'),
         url('../fonts/OpenSansExtraBold.woff2') format('woff2'),
         url('../fonts/OpenSansExtraBold.woff') format('woff'),
         url('../fonts/OpenSansExtraBold.ttf') format('truetype'),
         url('../fonts/OpenSansExtraBold.svg#OpenSansExtraBold') format('svg');
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),
         url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}
@font-face {
	font-family: 'BebasNeueBold';
	src: url('../fonts/BebasNeueBold.eot');
	src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeueBold.woff') format('woff'),
		url('../fonts/BebasNeueBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue.eot');
    src: url('../fonts/BebasNeue.eot') format('embedded-opentype'),
         url('../fonts/BebasNeue.woff2') format('woff2'),
         url('../fonts/BebasNeue.woff') format('woff'),
         url('../fonts/BebasNeue.ttf') format('truetype'),
         url('../fonts/BebasNeue.svg#BebasNeue') format('svg');
}

.contanear
{
	display:block;
	width:94%;
	max-width:1150px;
	margin:0px auto;
}

.top_header_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#FFFFFF;
	padding:15px 0;
}
.top_header_main_area
{
	display:block;
	float:left;
	width:100%;
}
.logo_area
{
	display:block;
	float:left;
	width:352px;
	text-align:center;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
	
}
.logo_area:hover
{
	transform: scale(1.1);	
}
.logo_area img
{
	max-width:100%;	
	float:left;
}
.top_header_main_area p
{
	float:right;
	color:#000;
	font-size:14px;
    font-family:'OpenSansSemibold';
	margin-top:15px;	
}
.top_header_main_area p i
{
	color:#1587CC;
	font-size:18px;
	margin-right:10px;
}
.top_header_main_area p span
{
	display:inline-block;
}
.top_header_main_area p a
{
	color:#FFF;
}
.top_header_main_area p a:hover
{
	color:#FED942;
}



.nav_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#59ad04; 
}


.nav_main_area
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:3;
}
.nav_main_area ul
{
	list-style-type:none;
	text-align:center;
}
.nav_main_area ul li
{
	display:inline;
	color:#000;
	position:relative;
	line-height:54px;		
}
.nav_main_area ul li a
{
	color:#FFF;	
	padding:10px 20px;
	font-size:20px;	
    font-family: 'BebasNeue';
	margin:0 1px;
}
.nav_main_area ul li a:hover
{
	background:#313131;
	color:#FFF;
}
.nav_main_area ul li ul{position:absolute; width:200px; top:32px; left:0px;display:none; padding:5px 0; }

.nav_main_area ul li:hover ul{display:block;}

.nav_main_area ul li ul li{width:100%; line-height:20px !important;}
.nav_main_area ul li ul li a{padding:8px; background:rgba(0,0,0,0.76); display:block; border-bottom:1px solid #333333; font-size:16px; color:#FFF; border-radius:0; }

.nav_main_area ul li ul li a:hover{background-color:#1587CC; color:#FFF; background-image:none;}

.active > a
{
	background:#313131 !important;
}
.active2 > a
{
	background:#1587CC !important;
}


.small_manu
		{
		float:right;
		height:auto;
		margin:5px 0 0 10px;
		overflow:visible;
		display:none;
		z-index:10000;
		text-align:center;
		z-index:9999;
		position:relative;
		}


.toggleMenu {
    display:  none;
}
.nav2 {
    list-style: none;
     *zoom: 1;
	 float:right;
     background:#FFFFFF;
	 width:250px;
	 margin:0 0;
	 position:absolute;
	 right:0;
	 z-index:9999;
}
.nav2:before,
.nav2:after {
    content: " "; 
    display: table; 
}
.nav2:after {
    clear: both;
}
.nav2 ul {
    list-style: none;
    width: 9em;
}
.nav2 a {
    padding: 9.7px 15px;
    color:#666;
	text-decoration:none;
	
}

.nav2 a:hover {
	background:#1587CC ;
	color:#FFF;
}

#redselect{color:#FF0000; background-image:url(../images/arrow_down.png); background-position:bottom; background-repeat:no-repeat;height:30px;}

.nav2 li {
    position: relative;
	font-size:14px;
	text-transform:uppercase;	
	float:left;
	z-index:1000;

}
.nav2 > li {
    float: left;
	width:100%;
	text-align:center;
	border-left:1px solid #D1DADE;
	border-right:1px solid #D1DADE;
	border-bottom:1px solid #D1DADE;
	
}
.nav2 > li:first-child
{
	border-top:1px solid #D1DADE;	
}
.nav2 > li span
{
	float:right;
}
.nav2 > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
.nav2 > li > a {
    display: block;
}
.nav2 li  ul {
    position: relative;
    left: -9999px;
	display:none;
}
.nav2 > li.hover > ul {
    left: 0;
	display:block;
	width:100%;
	box-sizing:border-box;
}
.nav2 li li.hover ul {
    left: 100%;
    top: 0;
}
.nav2 li li a {
    display: block;
    background: #eff1f1;
    position: relative;
    z-index:100;
    border-top: 1px solid #D1DADE;

}

.nav2 li ul li{width:100%;box-sizing:border-box;}

.nav2 li ul li a {width:100%;box-sizing:border-box;}

.nav2 li li a:hover
{
	background:#313131 !important;
}

.droparrow{margin:0 0 3px 0;}

/**************dropdown_menu*************/


/**************dropdown_menu*************/

.slider_contanear
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:2;
}
.pannel1_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#59ad04;
	padding:35px 0;
}
.pannel1_text_area
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
	color:#FFF;
}
.pannel1_text_area p
{
	font-size:22px;
}
.pannel1_text_area p strong
{
    font-family: 'OpenSansBold';	
}
.library_opac_but
{
	display:inline-block;
	width:120px;
	height:42px;
	border:2px solid #FFF;
	text-align:center;
	line-height:42px;
	color:#FFF;
    font-family: 'BebasNeue';
	margin-top:15px;
	font-size:18px;	
}
.library_opac_but:hover
{
	background:#FFF;
	color:#000;
}
.pannel2_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:30px 0;
	background:url(../images/pannel2_bg.jpg) top center no-repeat;
	background-size:cover;
}
.pannel2_left_area
{
	display:block;
	float:left;
	width:100%;
}
.pannel2_left_boxes_area
{
	display: flex;
	flex-wrap: wrap;
	float:left;
	width:102%;
	margin:0 -1%;
}
.pannel2_left_box1
{
	display:block;
	float:left;
	width:31.33%;
	margin:20px 1%;
	padding:15px;
	text-align:center;
	color:#000;
	background:#FFF;
}
.pannel2_left_box1 img
{
	float:left;
	width:100%;
}
.pannel2_left_box1 h2
{
	display:inline-block;
	width:100%;
	font-size:28px;
    font-family: 'BebasNeueBold';
	margin-top:10px;
}
.pannel2_left_box1 h2 a
{
	color:#000;
}
.pannel2_left_box1 p
{
	font-size:15px;
	margin-top:12px;
}

.pannel2_left_box1 h3 a
{
	display:inline-block;
	width:100%;
	font-size:20px;
   font-family: 'BebasNeueBold';
   color:#1587CC;
   margin:10px 0 20px 0	
}
.pannel2_left_box1 h3 a:hover
{
	text-decoration:underline;
}


.pannel3_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:40px 0;
}
.pannel3_heading
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
	font-size:40px;
	color:#000;
    font-family: 'BebasNeueBold';	
}
.pannel3_carousel_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:15px;
}



.map_contanear
{
	display:block;
	float:left;
	width:100%;
}

.footer_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/footer_bg.jpg) top center no-repeat;;
	background-size:cover;
	padding:40px 0;
}
.footer_box1
{
	display:block;
	float:left;
	width:75%;
	margin:5px 0;
}
.footer_box1 h2
{
	font-size:24px;
	text-transform:uppercase;
    font-family: 'BebasNeueBold';
	color:#FFFFFF;
	margin-bottom:15px;	
}
.footer_box1 ul
{
	font-size:14px;
}
.footer_box1 ul li
{
	list-style-type:square;
	margin:10px 0 0 0;
	color:#FFF;
	display:inline-block;
	vertical-align:top;
	width:calc(100% / 3 - 4px);
}
.footer_box1 ul li a
{
	color:#FFF;
}
.footer_box1 ul li a:hover
{
	color:#1587CC;
}

.footer_box2
{
	display:block;
	float:left;
	width:25%;
	margin:5px 0;
}
.footer_box2 h2
{
	font-size:24px;
	text-transform:uppercase;
    font-family: 'BebasNeueBold';
	color:#FFFFFF;
	margin-bottom:15px;	
}
.footer_box2 ul
{
	font-size:14px;
}
.footer_box2 ul li
{
	list-style-type:square;
	margin:10px 0 0 0;
	color:#FFF;
	display:inline-block;
	vertical-align:top;
	width:calc(100% / 1 - 4px);	
}
.footer_box2 ul li a
{
	color:#FFF;
}
.footer_box2 ul li a:hover
{
	color:#1587CC;
}



.copy_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#000000;
	padding:18px 0;
}
.copy_main_area
{
	display:block;
	float:left;
	width:100%;
}
.copy_main_area p
{
	font-size:15px;
	color:#FFF;
	float:left;
}

.subpage_banner_contanear
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:2;
}
.subpage_banner_contanear img
{
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	height:250px;
	object-fit:cover;
}
.subpage_banner_contanear h2
{
	float:left;
	width:100%;
	position:absolute;
	z-index:2;
	text-align:center;
	top:50%;
	transform:translateY(-50%);
	color:#FFF;
   font-family: 'BebasNeueBold';
	font-size:50px;
	text-transform:uppercase;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);	
}

.sub_page_body_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:50px 0;
	min-height:350px;
}
.about_text_area
{
	display:block;
	float:left;
	width:100%;
}
.about_text_area p
{
	font-size:16px;
	line-height:24px;
}
.under_construction
{
	float:left;
	width:100%;
	text-align:center;
	padding:20px 0;
}
.under_construction img
{
	max-width:80%;
}
.references_list_style
{
	float:left;
	width:100%;
}
.references_list_style li
{
	display:inline-block;
	vertical-align:top;
	width:49%;
	position:relative;
	font-size:16px;
	margin-top:20px;
	padding-left:30px;
    font-family:'OpenSansSemibold';	
}
.references_list_style li:before
{
	content:url(../images/tick.png);
	position:absolute;
	left:0;
	top:0;
}
.references_list_style li a
{
	color:#000;
}
.references_list_style li a:hover
{
	color:#1587CC;
}
.ebooks_boxes_main_area
{
	display:flex;
	flex-wrap:wrap;
	float:left;
	width:102%;
	margin:0 -1%;
}
.ebooks_box1
{
	display:block;
	float:left;
	width:31.33%;
	margin:15px 1%;
	background:#ebebeb;
	padding:20px 15px;
	text-align:center;
}
.ebooks_box1 h2
{
	font-size:22px;
	color:#1587CC;
   font-family: 'BebasNeueBold';	
}
.ebooks_box1 p
{
	font-size:15px;
	margin-top:10px;
	color:#000;
}
.ebooks_box1:hover
{
	background:#313131;
}

.ebooks_box1:hover h2
{
	color:#FFFFFF;
}
.ebooks_box1:hover p
{
	color:#FFFFFF;
}
.philosophy_table_area
{
	display:block;
	float:left;
	width:100%;
}
.philosophy_table
{
	width:100%;
}
.philosophy_table td
{
	padding:10px 15px;
	font-size:15px;
}
.philosophy_table td a
{
	color:#1587CC;
}
.philosophy_table_heading td
{
	background:#1587CC;
	color:#FFF;
    font-family:'OpenSansSemibold';	
}

.philosophy_table tr:nth-child(odd) {
    background: #ebebeb;
}

.philosophy_table tr:nth-child(even) {
    background: #FFF;
}
.enews_paper_sub_heading
{
	display:block;
	float:left;
	width:100%;
	font-size:30px;
   font-family: 'BebasNeueBold';	
}
.enews_paper_sub_heading2
{
	display:block;
	float:left;
	width:100%;
	font-size:30px;
   font-family: 'BebasNeueBold';
   margin:50px 0 0 0 ;	
}

.sodhganga_box1
{
	display:block;
	float:left;
	width:100%;
	margin:15px 0;
	background:#ebebeb;
	padding:20px;
}
.sodhganga_box1 p
{
	font-size:15px;
	color:#000;
}
.sodhganga_box1 p strong
{
	color:#1587CC;
}
.sodhganga_heading
{
	display:block;
	float:left;
	width:100%;
   font-family: 'BebasNeueBold';
   font-size:30px;	
}
.sodhganga_heading a
{
	color:#1587CC;
}
.sodhganga_heading a:hover
{
	text-decoration:underline;
}
.sodhganga_sub_heading
{
	display:block;
	float:left;
	width:100%;
    font-family:'OpenSansSemibold';	
   font-size:20px;
   margin:15px 0;	
}
.sodhganga_sub_heading strong
{
	color:#1587CC;
}
.n_list_text_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:20px;
}
.n_list_text_area p
{
	font-size:16px;
	line-height:24px;
}
.contact_text_area
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
}
.contact_text_area h2
{
	font-size:30px;
   font-family: 'BebasNeueBold';
   line-height:40px;
   color:#1587CC;	
}
.contact_text_area p
{
	font-size:22px;
   line-height:40px;	
}

.opac_text_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:20px;
}
.opac_text_area p
{
	font-size:16px;
	line-height:24px;
}
.opac_text_area p a
{
	color:#1587CC;
}

