@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, {
 display:block;
 color: #F00;
}
mark, rp, rt, ruby, summary, time {
	display:inline;
}
* {
	font-family: 'Roboto Slab', serif;
	font-size:14px;
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
}
p {
	font-size:14px;
	line-height:22px;
	padding:0;
	margin:0;
}
a, img, input, textarea:focus {
	outline: none !important;
}
img {
	border:none !important;
}
a:link {
	color:#1685d4;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:active {
	color:#1685d4;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:hover {
	color:#f86a08;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:visited {
	color:#1685d4;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:visited:hover {
	color:#f86a08;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	text-decoration: none;
}
a img {
	border: none;
}
.clearfix {
	clear:both;
}
body {
	margin:0;
	padding:0;
}
#top-link-block.affix-top {
	position: absolute; /* allows it to "slide" up into view */
	bottom: -100px;
	right:5px;
}
#top-link-block.affix {
	position: fixed; /* keeps it on the bottom once in view */
	bottom:30px;
	right:10px;
	width:40px;
}
.well-sm {
	padding:5px 8px 4px 8px;
}
a.well {
	border:none;
	background-color:#333;
	color:#FFF;
}
a.well:hover {
	border:none;
	background-color:#ff6c00;
	color:#FFF;
}
.main_container {
	width:1000px;
	margin:0 auto;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top:0;
	margin-bottom:0;
}
/* HEADER STYLE */
.logo {
	float:left;
	width:322px;
	height:50px;
	margin:10px 20px 10px 0px;
}
.logo_text {
	color:#0c0c1c;
	line-height:24px;
	font-weight:300;
	float:left;
	width:500px;
	padding-top:10px;
	padding-left:40px;
}
.socials {
	float:right;
	color:#999898;
	font-size:11px;
	font-weight:400;
	padding-top:12px;
	line-height:24px;
}
.socials ul {
	margin: 0;
	padding:0;
}
.socials ul li {
	margin:0px;
	list-style: none;
	display: inline-block;
}
.socials i {
	width:25px;
	height:25px;
	color: #FFF;
	font-size:14px;
	text-align:center;
	padding-top:8px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.socials .fa-facebook { /* round facebook icon*/
	background: #4060A5;
}
.socials .fa-facebook:hover { /* round facebook icon*/
	background: #ff6c00;
}
.socials .fa-linkedin { /* round linkedin icon*/
	background: #0094BC;
}
.socials .fa-linkedin:hover { /* round linkedin icon*/
	background: #ff6c00;
}
/* NAVIGATION STYLE */
.navigation_bg {
	background-color:#2a2f67;
}
.navbar-default .navbar-brand {
	color:#FFF;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color:#FFF;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color:#5764ef;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#FFF;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color:#000;
}
.navbar-brand {
	display:none;
}
.navbar-default {
	background:none;
	border:none;
}
.navbar {
	margin-bottom:0px;
	min-height:30px;
}
.navbar-default .navbar-nav > li > a {
	color:#FFF;
	display:block;
	font-size:14px;
	padding:10px 15px;
	margin-right:1px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color:#FFF;
	background-color:#574af9;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background:#574af9;
	color:#FFF;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background:#574af9;
	color:#FFF;
}
.navbar-default .navbar-nav > .open .dropdown-menu > li > a {
	background-color:#171B43;
	color:#FFF;
}
.navbar-default .navbar-nav > .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav > .open .dropdown-menu > li > a:hover {
	background-color:#ff6c00;
	color:#FFF;
}
.navbar-collapse {
	padding-left:0;
	padding-right:0;
}
.dropdown-menu {
	border:none;
	background-color:#574af9;
	min-width: 100% !important;
	padding:2px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.dropdown-menu > li {
	border-bottom:1px solid #3a4084;
	border-top:1px solid #0f112a;
}
.dropdown-menu > li:first-child {
	border-top:none;
}
.dropdown-menu > li:last-child {
	border-bottom:none;
}
.dropdown-menu > li > a {
	color:#FFF;
	padding:5px;
	font-size:13px;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
	padding:5px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color:#ff6c00;
	color:#FFF;
}
.dropdown-menu > li > a i {
	margin-top:3px;
	margin-right:3px;
}

/* BANNER STYLE */

#home_carousel .carousel-indicators {
	display:none;
	visibility:hidden;
}
.carousel-control.right {
filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
	background-image:none;
	background:none;
	right:5px;
	top:40%;
}
.carousel-control.left {
filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
	background-image:none;
	background:none;
	top:40%;
	left:5px;
}
.carousel-control {
	bottom:inherit;
	width:20px;
}
.carousel-control i {
	text-align:center;
	width:20px;
	display:block;
	padding-top:0px;
	height:20px;
	background-color:#3f3a7c;
	color:#FFF;
	text-shadow:none;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.carousel-control.left i {
	text-align:left;
	padding-left:5px;
}
#home_carousel.carousel {
	margin-top:0px;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.banner_image {
	width:733px;
	float:right;
}
.blue_bg {
	background-color:#ecf2fe;
	float:left;
	width:262px;
	height:274px;
	position:relative;
}
.banner_text1 {
	font-size:22px;
	color:#161e35;
	text-align:left;
	padding:20px 30px 0px 30px;
	font-weight:300;
	line-height:30px;
}
.banner_text1 strong {
	font-weight:700;
	color:#534e9e;
	font-size:30px;
}
.banner_text1 a:link {
	background-color:#ff6c00;
	padding:5px 10px;
	font-size:14px;
	font-weight:400;
	position:absolute;
	bottom:20px;
	line-height:24px;
	color:#FFF;
}
.banner_text1 a:visited {
	background-color:#ff6c00;
	padding:5px 10px;
	font-size:14px;
	font-weight:400;
	position:absolute;
	bottom:20px;
	line-height:24px;
	color:#FFF;
}
.banner_text1 a:hover {
	background-color:#574af9;
	padding:5px 10px;
	font-size:14px;
	font-weight:400;
	position:absolute;
	bottom:20px;
	line-height:24px;
	color:#FFF;
}
/* HOME CONTENT STYLE */
.about_box {
	border:1px solid #3f3a7c;
	float:left;
	width:262px;
	height:274px;
	margin-top:5px;
}
.about_box h1 {
	padding:20px 20px 10px 20px;
	font-size:22px;
	color:#3f3a7c;
	font-weight:300;
}
.home_text1 {
	font-size:14px;
	line-height:22px;
	text-align:justify;
	color:#2d2d2d;
	padding:0px 14px 20px 18px;
}
.home_text1 a:link {
	background-color:#ff6c00;
	padding:5px 10px;
	font-size:14px;
	font-weight:400;
	color:#FFF;
}
.home_text1 a:visited {
	background-color:#ff6c00;
	padding:5px 10px;
	font-size:14px;
	font-weight:400;
	color:#FFF;
}
.home_text1 a:hover {
	background-color:#574af9;
	padding:5px 10px;
	font-size:14px;
	font-weight:400;
	color:#FFF;
}
.email_text {
	font-size:11px;
	line-height:16px;
	color:#2d2d2d;
	padding:0px 20px 0px 20px;
}
.secretary_box {
	background-color:#3f3a7c;
	float:left;
	width:466px;
	height:274px;
	margin-top:5px;
	margin-left:5px;
}
.secretary_box h1 {
	padding:20px 20px 10px 20px;
	font-size:24px;
	color:#d5e207;
	font-weight:400;
}
.home_text2 {
	font-size:14px;
	line-height:22px;
	text-align:justify;
	color:#FFF;
	padding:0px 20px 20px 20px;
}
.email_box {
	border:1px solid #3f3a7c;
	float:right;
	width:262px;
	height:274px;
	margin-top:5px;
	/*background:url(../images/newsletter_image.jpg) right bottom no-repeat;*/
}
.email_box h1 {
	padding:20px 20px 10px 20px;
	font-size:22px;
	color:#3f3a7c;
	font-weight:300;
}
.committee_box {
	border:1px solid #3f3a7c;
	margin-top:5px;
	padding-bottom:5px;
}
.committee_box h1 {
	padding:20px 20px 10px 20px;
	font-size:22px;
	color:#3f3a7c;
	font-weight:300;
}
input[type='text'] {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	width:100%;
	margin-top:10px;
	padding:8px;
	height:35px;
	border:1px solid #b4c8d3;
	font-size:13px;
	color:#999;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
input[type='text']:focus {
	border:1px solid #89a1ae;
	color:#333;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
select {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	width:100%;
	margin-top:10px;
	padding:8px;
	height:35px;
	border:1px solid #b4c8d3;
	font-size:13px;
	color:#999;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
select:focus {
	border:1px solid #89a1ae;
	color:#333;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	resize:none;
	width:100%;
	margin-top:10px;
	padding:5px;
	height:70px;
	border:1px solid #b4c8d3;
	font-size:13px;
	color:#999;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
textarea:focus {
	border:1px solid #89a1ae;
	color:#333;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
input[type='submit'] {
	cursor:pointer;
	background-color:#ff6c00;
	padding:5px 10px;
	border:none;
	margin-top:10px;
	color:#FFF;
	font-weight:400;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow:inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
input[type='submit']:hover {
	background-color:#574af9;
	border:none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
input[type='reset'] {
	cursor:pointer;
	background-color:#574af9;
	padding:5px 10px;
	border:none;
	margin-left:10px;
	margin-top:10px;
	color:#FFF;
	font-weight:400;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow:inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
input[type='reset']:hover {
	background-color:#ff6c00;
	border:none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.map_border {
	background-color:#FFF;
	padding:5px;
	border:1px solid #ededed;
	width:100%;
	min-height:250px;
	margin:10px 0px;
}
/* SECRETARY STYLE */
.inner_banner {
	margin:10px 0px 5px 0px;
	padding:3px;
	border:1px solid #9794b6;
	position:relative;
}
.inner_banner_text1 {
	position:absolute;
	top:30%;
	left:20px;
	font-size:36px;
	color:#FFF;
}
.inner_banner_text2 {
	position:absolute;
	top:55%;
	left:20px;
	color:#FFF;
}
h2 {
	border-bottom:1px dashed #d6d6d6;
	padding:0px 0px 10px 0px;
	font-size:25px;
	color:#2a2f67;
	margin:20px 20px 5px 20px;
}
h2 span {
	border-bottom:3px solid #ff5a00;
	padding-bottom:6px;
}
h3 {
	padding:10px;
	font-size:18px;
	line-height:24px;
	text-align:center;
	color:#FFF;
	margin:20px 20px 0px 20px;
	background:#ff6c00;
}
.inner_heading {
	font-weight:300;
	padding:10px;
	font-size:20px;
	text-align:center;
	color:#333;
	margin:20px 15px 0px 15px;
	background:#CCC;
}
.inner_heading2 {
	background-color:#2a2f67;
	font-size:26px;
	color:#FFF;
	padding:10px;
	margin-top:10px;
}
.inner_heading2 i {
	float:right;
	color:#ff6c00;
}
.inner_text1 {
	font-size:14px;
	line-height:26px;
	text-align:justify;
	color:#2d2d2d;
	padding:20px;
}
.inner_text1 strong {
	color:#3842ae;
}
.inner_text1 sub{ font-size:11px;
}
.inner_text1 strong.black {
	color:#2d2d2d;
}
.inner_left {
	min-height:555px;
	border:1px solid #e8e8e8;
	float:left;
	width:730px;
	margin-top:5px;
}
.inner_right {
	float:right;
	width:262px;
}
#inner_carousel .carousel-indicators {
	display:block;
	visibility:visible;
}
#inner_carousel.carousel {
	border:1px solid #2a2f67;
	border-bottom:none;
}
#inner_carousel .carousel-indicators {
	bottom:0;
}
#inner_carousel .carousel-indicators li {
	background-color:#2a2f67;
}
#inner_carousel .carousel-indicators .active {
	background-color:#ff6c00;
}
a.gallery_button {
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
	display:block;
	text-align:center;
	border:1px solid #2a2f67;
	border-top:none;
	background-color:#ff6c00;
	padding:5px 10px;
	font-size:14px;
	color:#FFF;
}
a.gallery_button:hover {
	color:#FFF;
	background-color:#574af9;
}
/* ABOUT US STYLE */
table.inner_table {
	width:95%;
	margin:0 auto;
	margin-bottom:10px;
}
table.inner_table tr th {
	font-size:14px;
	text-align:center;
	white-space:nowrap;
	background-color:#ededed;
	padding:5px 10px;
	border:1px solid #dbdbdb;
}
table.inner_table tr td {
	vertical-align:middle;
	border:1px solid #ededed;
	text-align:left;
	padding:5px 10px;
	font-size:13px;
}
table.inner_table tr td.text-right {
	text-align:right;
}
.nav-tabs {
	border-bottom:none;
	padding:5px 5px 0px 5px;
}
.nav-tabs > li {
	width:33.33%;
	text-align:center;
}
#workshops.nav-tabs > li {
	width:25%;
	text-align:center;
}
.nav-tabs > li > a {
	border:none;
	color:#2a2f67;
	background-color:#ededed;
}
.nav-tabs > li > a:hover {
	border:none;
	color:#000;
	background-color:#e2e2e2;
}
.tab-content > .tab-pane {
	min-height:500px;
	border:1px solid #2a2f67;
	margin:1px 5px 10px 5px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color:#FFF;
	background-color:#2a2f67;
	border:none;
}
/* NEWS & EVNETS STYLE */
.panel-heading {
	background:none;
	border:none;
	padding:0;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
h4.panel-title {
	background:none;
	padding:0;
}
.panel-group {
	margin:10px 20px;
}
.panel-group .panel {
	background:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border:none;
	padding:0;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
	color:#FFF;
}
a.accordion-toggle {
	display:block;
	padding:10px;
	background-color:#2a2f67;
	font-size:16px;
	color:#FFF;
	line-height:20px;
}
a.accordion-toggle:hover {
	display:block;
	padding:10px;
	background-color:#ff6c00;
	font-size:16px;
	color:#FFF;
}
a.accordion-toggle.collapsed:hover {
	background-color:#ff6c00;
}
.accordion-toggle .glyphicon {
	float:right;
	margin-left:10px;
	right:5px;
}
a.accordion-toggle.collapsed {
	background-color:#2a2f67;
}
a.accordion-toggle.collapsed:hover {
	color:#FFF;
}
.panel-body {
	padding:0px;
	border:1px solid #2a2f67;
}
ul.list_style1 {
	padding:0px 20px 0px 40px;
}
ul.list_style1 li {
	line-height:19px;
	text-align:justify;
	padding-bottom:15px;
	font-size:14px;
	list-style:circle;
}
ul.list_style2 {
	padding:0px 0px 0px 40px;
}
ul.list_style2 li {
	list-style:decimal;
	font-size:13px;
	font-weight:700;
	color:#666;
}
ul.list_style2 li a {
	padding:10px 0px 10px 5px;
	display:block;
	font-weight:400;
	text-align:justify;
	line-height:20px;
	margin-right:20px;
	font-size:13px;
	border-bottom:1px dotted #eeeeee;
}
ul.list_style2 li a strong {
	color:#06C;
}
ul.list_style2 li a i {
	color:#F00;
	margin-top:5px;
	margin-left:10px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
ul.list_style2 li a:hover i {
	color:#000;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.note {
	font-size:11px;
	color:#F00;
	padding:0px 20px;
}
.divider {
	clear:both;
	border-top:1px dotted #CCC;
	margin:0px 20px 10px 20px;
}
.dis_in_bl {
	display:inline-block;
}
.wi_90 {
	width:90px;
}
ul.annual_reports {
	padding:20px 20px 0px 20px;
}
ul.annual_reports li a:link {
	border-left:3px solid #ff6c00;
	background-color:#f2f2f2;
	display:block;
	padding:10px;
	color:#000;
	font-size:15px;
	font-weight:500;
	margin-bottom:15px;
}
ul.annual_reports li a:visited {
	border-left:3px solid #ff6c00;
	background-color:#f2f2f2;
	display:block;
	padding:10px;
	color:#000;
	font-size:15px;
	font-weight:500;
	margin-bottom:15px;
}
ul.annual_reports li a:hover {
	border-left:5px solid #2a2f67;
	background-color:#ff6c00;
	display:block;
	padding:10px 10px 10px 15px;
	color:#FFF;
	font-size:15px;
	font-weight:500;
	margin-bottom:15px;
}
ul.annual_reports li a i {
	float:right;
	margin-right:5px;
	margin-left:5px;
	color:#ff6c00;
	font-size:24px;
}
ul.annual_reports li a:hover i {
	color:#FFF;
}
.img-responsive{
	width:100%;
	height:100%;
}

/* GALLERY STYLE */
.thumbnails {
	padding:20px;
}
.thumbnail {
	overflow:hidden;
	display:block;
	height:100px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #CCC;
}
.thumbnail img {
	width:100%;
	height:90px;
	opacity: 0.85;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.thumbnail img:hover {
	opacity: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
/* RESEARCH STYLE */

/* INSTITUTIONAL STYLE */
ul.sitemap {
	width:300px;
	margin:0 auto;
	padding:20px 10px;
}
ul.sitemap li a {
	padding:3px 10px;
	display:block;
	color:#2a2f67;
}
ul.sitemap li a:hover {
	background-color:#2a2f67;
	color:#FFF;
}
ul.sitemap li a i {
	font-size:10px;
	margin-top:8px;
}
ul.sitemap li a.sub1 {
	margin-left:10px;
	font-size:13px;
	color:#ff6c00;
}
ul.sitemap li a.sub1:hover {
	color:#FFF;
}
ul.sitemap li a.sub1 i {
	margin-top:5px;
	margin-right:3px;
}
.td_width1 {
	width:150px;
}
/* CONTACT STYLE */

/* FOOTER STYLE */
footer {
	border-bottom:1px solid #e8e8e8;
	border-top:1px solid #e8e8e8;
	padding:3px;
	margin-top:10px;
}
ul.footer_link {
	padding-top:5px;
	text-align:center;
}
ul.footer_link li {
	list-style:none;
	display:inline-block;
	border-right:1px solid #dfdfdf;
	padding-right:3px;
	padding-top:0px;
	line-height:14px;
}
ul.footer_link a:link {
	border:none;
	font-size:11px;
	color:#4f4f4f;
	padding:0px 10px;
	text-align:center;
	display:inline;
}
ul.footer_link a:visited {
	border:none;
	font-size:11px;
	color:#4f4f4f;
	padding:0px 10px;
	text-align:center;
	display:inline;
}
ul.footer_link a:hover {
	border:none;
	font-size:11px;
	color:#574af9;
	padding:0px 10px;
	text-align:center;
	display:inline;
}
.footer_text1 {
	float:left;
	text-align:left;
	padding:5px;
	font-size:11px;
	color:#4f4f4f;
}
.footer_text2 {
	float:right;
	text-align:right;
	padding:5px;
	font-size:11px;
	color:#4f4f4f;
}
 @media only screen and (max-width :1000px) {
.main_container {
width:auto;
padding:0px 5px;
}
.logo {
width:30%;
margin:10px 0px 0px 0px;
}
.logo_text {
font-size:13px;
width:60%;
line-height:18px;
padding:10px 20px 0px 20px;
}
.socials {
width:10%;
text-align:right;
padding-top:0px;
padding-right:0px;
}
.navbar-brand {
display:block;
}
.navbar-header {
 float: none;
}
 .navbar-toggle {
 display: block;
}
 .navbar-collapse {
 border-top: 1px solid transparent;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
 .navbar-collapse.collapse {
 display: none!important;
}
 .navbar-nav {
 float: none!important;
 margin: 0px;
}
 .navbar-nav>li {
 float: none;
}
 .navbar-nav>li>a {
 padding-top: 10px;
 padding-bottom: 10px;
}
 .navbar-text {
 float: none;
 margin: 15px 0;
}
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
 display: block!important;
}
 .collapsing {
 overflow: hidden!important;
}
 .open > .dropdown-menu {
position:relative;
display:block;
float:none;
}
 .navbar-default .navbar-nav > li > a {
padding:5px;
}
.dropdown-menu > li > a {
padding:5px;
}
.banner_image {
width:100%;
float:none;
height:auto;
}
.banner_image img {
width:100%;
}
.blue_bg {
width:100%;
float:none;
height:110px;
padding:10px;
}
.banner_text1 {
padding:5px 5px 5px 5px;
font-size:18px;
}
.banner_text1 strong {
font-size:22px;
}
.banner_text1 a:link {
bottom:10px;
}
.banner_text1 a:visited {
bottom:10px;
}
.banner_text1 a:hover {
bottom:10px;
}
.about_box {
float:none;
width:auto;
height:auto;
margin:5px 0px 0px 0px;
padding:5px;
}
.about_box h1 {
padding:10px 10px 10px 10px;
}
.home_text1 {
padding:0px 10px 10px 10px;
}
.secretary_box {
float:none;
width:auto;
height:auto;
margin:5px 0px 0px 0px;
}
.committee_box {
margin:5px 0px 0px 0px;
}
.committee_box h1 {
padding:10px 10px 10px 10px;
}
.email_box {
float:none;
width:auto;
height:auto;
margin:5px 0px 0px 0px;
padding:5px;
background-image:none;
}
.email_box h1 {
padding:10px 10px 10px 10px;
}
.inner_left {
min-height:inherit;
float:none;
width:auto;
margin:5px 0px;
}
.inner_right {
float:none;
width:auto;
margin:5px 0px;
}
 .carousel-inner > .item > a > img, .carousel-inner > .item > img {
width:100%;
}
footer {
padding:0px;
}
.inner_heading2 {
margin-top:5px;
}
}
@media only screen and (max-width :800px) {
.nav > li > a{ padding:10px 20px;
}
}
@media only screen and (max-width :768px) {
ul.footer_link a:link{ padding:0px 5px;
}
ul.footer_link a:visited{ padding:0px 5px;
}
ul.footer_link a:hover{ padding:0px 5px;
}
}
@media only screen and (max-width :767px) {
.logo {
width:auto;
float:none;
text-align:center;
margin:10px 0px 10px 0px;
}
.logo img {
display:inline-block;
}
.navbar-default .navbar-nav > li > a {
margin-right:0px;
border-top:1px solid #363c80;
border-bottom:1px solid #181c45;
}
.logo_text {
width:auto;
float:none;
text-align:center;
padding:5px 5px 5px 5px;
border-top:1px solid #f7f7f7;
}
.socials {
padding-right:0px;
width:auto;
float:none;
text-align:center;
padding-top:0px;
padding-bottom:5px;
background-color:#ecf2fe;
}
.banner_text1 {
font-size:14px;
line-height:18px;
}
.banner_text1 strong {
font-size:18px;
}
.banner_text1 a:link {
font-size:13px;
padding:0px 10px;
}
.banner_text1 a:visited {
font-size:13px;
padding:0px 10px;
}
.banner_text1 a:hover {
font-size:13px;
padding:0px 10px;
}
footer {
border-bottom:none;
border-top:none;
}
ul.footer_link {
margin-bottom:5px;
}
 ul.footer_link li {
display:block;
border-right:none;
padding-right:0px;
}
ul.footer_link a:link {
padding:5px 10px;
display:block;
border-bottom:1px solid #dfdfdf;
}
ul.footer_link a:visited {
padding:5px 10px;
display:block;
border-bottom:1px solid #dfdfdf;
}
ul.footer_link a:hover {
background-color:#574af9;
color:#FFF;
}
.inner_banner {
border:1px solid #0b091e;
background-color:#2a2f67;
}
.inner_banner_text1 {
position:relative;
font-size:22px;
padding:10px 5px;
left:0px;
}
.inner_banner_text2 {
position:relative;
padding:5px;
left:0px;
font-size:13px;
line-height:16px;
}
h2 {
font-size:22px;
margin:10px 10px 0px 10px;
}
h3 {
margin:10px 10px 0px 10px;
font-size:18px;
}
.inner_text1 {
padding:10px;
}
table.inner_table tr th {
padding:3px 5px;
font-size:12px;
}
table.inner_table tr td {
padding:3px 5px;
font-size:11px;
}
.nav > li > a {
font-size:13px;
padding:5px;
}
.panel-group {
margin:10px;
}
.note {
padding:0px 10px;
}
ul.list_style1 {
padding:0px 20px 0px 25px;
}
.table-responsive {
border:none;
margin:0px;
padding:0px 10px;
}
.thumbnail {
height:200px;
 width:45%;
 margin-bottom:10px;
 float:left;
 margin-right:2%;
}
.thumbnail img {
height:190px;
}
.td_width1 {
width:auto;
}
}
@media only screen and (max-width :639px) {
.thumbnail {
 width:auto;
 margin:0 auto;
 margin-bottom:10px;
 float:none;
 height:auto;
}
.thumbnail img {
 height:auto;
}
.thumbnails {
 padding:10px 0px;
}
ul.annual_reports {
padding:10px 10px 0px 10px;
}
}
@media only screen and (max-width :639px) {
.nav > li > a{ font-size:14px;
}
}
@media only screen and (max-width :360px) {
.nav > li > a {
font-size:14px;
padding:5px 12px;
}
.nav > li > a.workshop {
font-size:12px;
padding:4px 10px;
}
}
@media only screen and (max-width :359px) {
.nav > li > a {
font-size:13px;
padding:4px 10px;
}
.nav > li > a.workshop {
font-size:10px;
}
h2 {
font-size:18px;
margin:10px 10px 0px 10px;
}
.inner_banner_text1 {
font-size:18px;
}
ul.sitemap {
 width:auto;
}
}
ol.carousel-indicators.workshop-slide {
    bottom: 0px !important;
    }
    ol.carousel-indicators.workshop-slide li {
    padding: 7px !important;
    display: contents;
    
}
.modal-body .carousel-inner {width: 100% !important;}

li.no {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
li.no.active {
    color: #3a3996;
     font-weight: 600;
}