body {
	background-color: #fafafa;
	background-size: cover;
	background-attachment: fixed;
	color: #000066;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	font-weight: normal;
	overflow-x: hidden;
	line-height: 1.5;
}
a {
	color: #FF0000;
	cursor: pointer;
	text-decoration: none;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
a:hover, a:focus {
	color: #37516D;
	outline: none;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
	color:#37516D;
}
.homepanel h1 a {
	color:#FC0;
}
p {
	margin-bottom: 20px;
	text-align: justify;
}
p.lead {
	font-size: 24px;
	font-weight: 300;
	text-align: left;
}
p:last-child {
	margin-bottom: 0;
}
li p {
	text-align: left;
}
ul, ol {
	margin-bottom: 20px;
	text-align: justify;
}
ul li, ol li {
	text-align: left;
}
#mainpanel ul li, #mainpanel ol li {
	margin-bottom: 20px;
}
h2 ul.post-categories {
	margin:0 !important;
}
h2 ul.post-categories li {
	list-style:none !important;
}
blockquote {
	padding: 40px 20px;
	position: relative;
	border:none;
}
blockquote p {
	font-size: 22px;
	line-height:32px;
	text-align: center;
	color: #333;
}
blockquote:before {
	position: absolute;
	font-family: 'FontAwesome';
	top: 0;
	content:"\f10d";
	font-size: 80px;
	color: rgba(0, 0, 0, 0.1);
}
blockquote::after {
 content: "";
 bottom: 20px;
 left: 50%;
 margin-left: -100px;
 position: absolute;
 border-bottom: 3px solid #FE0000;
 height: 3px;
 width: 200px;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
svg.search-icon {
	fill: #333;
}
li.is-menu svg {
	vertical-align: sub;
}
li.astm-search-menu a {
	padding:6px 0 !important;
}

.ht-main-header {
}
.ht-main-header-inner {
	padding: 50px 0 10px 0;
	margin: 0 0 0 0;
	background:rgba(255,255,255,0.8);
}
.ht-main-header-inner-pubs {
	padding: 350px 0 20px 0;
	margin: 0 0 0 0;
	background:rgba(0,0,0,00);
}
.postheader {
	background: rgba(25, 25, 25, 0.7);
	padding: 20px;
	margin: 0 20px;
	width:600px;
	color:#fff;
}
h1.ht-main-title {
	font-size:42px;
	color:#036;
	text-shadow:2px 2px #fff;
	font-weight: 700;
	margin: 30px 0 20px 0;
	padding: 0 0 10px 0;
}
/*	Section
	==================================================*/
.section {
	padding: 30px 0;
}
.active-section {
	top: 0px;
}
.navbar.active-section {
	top: 0 !important;
}
.container {
	position: relative;
	clear: both;
}
/*	Header
	==================================================*/
#topheaderbar {
	background-color: #F5F5F5;
	padding:5px 50px;
	color: #333;
	font-size:14px;
	overflow: hidden;
}
#header {
	background-color:#fff;
	z-index: 9999;
	padding: 0;
	border: 0;
	border-bottom: none;
}
#header .title {
	margin:0;
}
#header, #header a, #header h1, #header h1 a {
	font-size: 36px;
	color: #036;
	padding:0;
}
#header h1 .iso {
	clear:both;
	font-size: 16px;
	color: #000;
	font-weight:bold;
	margin:0;
	padding:0;
}
#header .title h2, #header .title h2 a.tagline {
	font-size:20px;
	color:#555;
	margin-bottom:0;
}
.headermenu {
	clear: both;
	background-color: rgba(35,30,85, 1);
	padding:0;
	border-top: 5px solid #f00;
}
#logo-title {
	padding:10px 50px;
}
.logo {
	padding: 0;
	text-align: left;
	overflow:hidden;
}
.logo.right {
	display:block;
	text-align:right;
	padding: 0;
	overflow:hidden;
}
.title {
	padding: 10px 2px;
	overflow:hidden;
}

.logo img {
	display:inline;
	margin: 10px 0;
	width:160px;
}
.logo.right img {
	max-width: 100px;
  	margin: 10px 0 0 0;
}
.logo a:hover, .title a:hover, .logo-iisc a:hover {
	border-bottom: none;
	text-decoration: none;
	overflow:hidden;
}


/* search-form */

.search-form {
	float:right;
	border:1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:#fafafa;
	width:213px;
	margin:0;
}
.search-form input[type="text"] {
	float:left;
	background:#fafafa;
	border:0;
	width:166px;
	padding:6px 8px;
	color:#444;
	font-size:12px;
	line-height:15px;
	outline:none;
	margin:0;
	-webkit-border-radius: 0 !important;
}
.search-form input[type="submit"] {
	float:right;
	background:url(../images/magnify-glass-hover.png) no-repeat;
	width:36px;
	height:28px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	border:0;
	outline:none;
	cursor:pointer;
	-webkit-border-radius: 0 !important;
}
.search-form input[type="submit"]:hover {
	cursor:pointer;
	background:url(../images/magnify-glass-hover.png) no-repeat;
}
::-webkit-input-placeholder { /* Edge */
 color: #777;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #777;
}

::placeholder {
 color: #777;
}
.rpc-content {
	display: none;
}
#banner-inner {
	height: 350px;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.85);
	-moz-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.85);
	box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.85);
}
/*	Navbar
	==================================================*/

.navbar-inverse {
	background: #fff;
	/*background:rgba(15,15,80,0.7);*/
  border: none;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0;
	border: 1px solid transparent;
	border-radius: 0;
}
.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
	margin: 0 5px !important;
}
.menubar {
	padding: 10px 0;
	background: #ddd;
	-webkit-box-shadow: 0px 8px 35px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 8px 35px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 8px 35px -15px rgba(0, 0, 0, 0.75);
}
.img {
	margin: 0 auto;
	width: 90%;
}
/*	Breadcrumbs
	==================================================*/
#breadcrumbs {
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
	text-shadow:1px 1px #333;
}
#breadcrumbs a {
	color: #fff;
	border-bottom:1px dashed #fff;
}
/* Home
==================================================*/

.slider.home {
	z-index: 9999;
	padding: 0;
	text-align: left;
	clear: both;
	width:100%;
	height:auto;
	overflow:hidden;
}
.slider.home video {
	width:100%;
}
.ms-theme-highway {
	padding:0 !important;
}
.home-portrait img {
	margin:20px 10px 10px 0;
}
.caption-wrap {
	background-color:rgba(0, 0, 0, 0.8) !important;
	color:#fff !important;
	width: 45% !important;
	max-width: 90% !important;
	max-height:auto !important;
}
.caption {
	font-size:22px;
	line-height:32px;
	text-align:left !important;
}
.nivo-caption {
	display: table !important;
	width: 600px !important;
	left: 50px !important;
	bottom: 50px !important;
	padding: 15px 10px !important;
	margin: 0 auto !important;
}
.homeslider {
	margin-right:0 !important;
}
.quicklinks {
	padding:20px 10px;
	background-color: rgba(35,30,85, 1);
	margin-left:0 !important;
}
.quicklinks ul {
	list-style:none;
	padding:0;
	margin:0;
}
.quicklinks ul li {
	margin:0 0 5px 0;
}
.quicklinks p {
	color:#fff;
}
.quicklinks a {
	color:#ff0000;
}
.quicklinks a:hover {
	color:#ffffff;
}
.quicklinks h3 {
	color:#fff;
	margin-bottom:20px;
	border-bottom:1px solid #F6A80F;
}
/* Main Panel
==================================================*/
#mainpanel, .mainpanel {
	padding: 5px 0 50px 0;
	min-height: 450px;
}
#mainpanel h1:first-child, #mainpanel h2:first-child {
	padding-top:0;
	margin-top:0;
}
#mainpanel h1, #mainpanel h2 {
	border-left:5px solid #FE0000;
	border-bottom:1px solid #ddd;
}
#mainpanel h1 {
	font-weight: 700;
	padding-left:5px;
	margin: 30px 0 20px 0;
}
#mainpanel h2 {
	padding-left:5px;
	margin: 50px 0 20px 0;
}
#mainpanel.people h2 {
	padding-left:5px;
	margin: 10px 0 20px 0 !important;
}
#mainpanel h3, #mainpanel h4 {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
}
#mainpanel .tab-content h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#mainpanel ul, #sidepanel ol {
	padding: 0;
	margin: 10px 0 0 25px; /*list-style:none;*/
}
#mainpanel ul li, #sidepanel ul li, ul.facfaq {
	margin: 0 0 10px 0;
	list-style: url("../images/bullet-squares.png");
}
ul.facfaq {
	margin: 10px 0 10px 0;
}
#mainpanel ul.nav li {
	padding: 0;
	margin: 0 5px;
}
#mainpanel ul.nav#myTab {
	margin:0;
	padding: 0 0 10px 0;
 	border-bottom: 3px solid #0A6689;
}
#mainpanel ul.nav li.nav-item, #mainpanel ul.nav li.nav-item a {
	list-style:none;
	color:#000 !important;
	background-color:#EDF2F7;
}
#mainpanel ul.nav li.nav-item:hover, #mainpanel ul.nav li.nav-item:hover a {
	list-style:none;
	color:#000 !important;
	background-color:#EEEEEE;
}
.nav-tabs .nav-link {
	list-style:none;
	color:#333 !important;
	background-color:#EDF2F7 !important;
}
.nav-tabs .nav-link:hover {
	list-style:none;
	color:#333 !important;
	background-color:#EEEEEE !important;
}
.nav-tabs .nav-link.active {
	list-style:none;
	color:#fff !important;
	background-color:#0A6689 !important;
}
#mainpanel #myTabContent {
	padding:25px;
	background-color:#fff;
}
.wp-block-kadence-advancedgallery ul li {
	list-style:none !important;
}
img {
	max-width: 100%;
	height: auto;
}
.homepanel img, #mainpanel img {
	border:1px solid #ccc;
	box-shadow:2px 2px 5px #ccc;
}
#sidebar img {
	border:1px solid #ccc !important;
	box-shadow:2px 2px 5px #ccc !important;
}
figure.noborder img {
	border: none !important;
	box-shadow:none !important;
}
#mainpanel table {
	border: 1px solid #ccc;
}
#mainpanel table th, #mainpanel table td {
	padding: 10px;
	vertical-align:top;
}
#mainpanel table {
	max-width:90%;
}
.wp-block-kadence-advancedgallery ul {
	list-style:none !important;
}
.wp-block-kadence-advancedgallery ul li::before {
background-color: transparent !important;
display: block;
border: none !important;
}
.wp-block-kadence-tabs ul li::before {
background-color: transparent !important;
display: block;
border: none !important;
}
.wp-block-button__link {
	/*width:150px;*/
	padding:15px;
	border:1px solid #0576B6;
}
.peoplebox {
	text-align:left;
	margin-bottom:25px;
	padding:10px;
}
.peoplebox-inner {
	/*border: 0px solid #ddd;
	border-top-width:5px;
	border-top-color:#FFCC00;
	height:305px;
	border:1px solid #ddd;
	-webkit-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.9);
box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.9);*/
margin: 0 0 10px 0;
min-height:180px;
	/*text-align:center;
	height:260px;*/
}
.peoplebox-inner .row {
	margin-left:0 !important;
}
.peoplebox-inner p {
	text-align:center;
}
.peoplepic {
	
	margin:5px 0;
	text-align:center;
	overflow:hidden;
}
.peoplepic img {
	border:none !important;
	border-radius:50%;
}
.name {
	font-weight: bold;
}
.peopleinfo  {
	margin:0 0 10px 0 !important;
	text-align:center;
}
.peopleinfo h3 {
	margin:0 0 10px 0 !important;
}
.abstractcontainer {
	clear:both;
}
.abstractcontainer img {
	width:200px;
	float:left;
	margin:0 20px 0 0;
}
#mainpanel img.collab-image {
	border: none !important;
	box-shadow: none !important;
}
.iframe-holder {
  background:url(../images/loading.gif) center center no-repeat;
}
iframe#collab-frame {
	padding:10px;
	border:1px solid #efefef;
	height: auto:
}
.vision-theme-light .vision-inbox {
    background-color: rgba(0,0,0,.0) !important;
}
.vision-theme-light .vision-inbox .vision-inbox-close {
	background-image:url(../images/closebox.png) !important;
	opacity:10 !important;
	width:30px !important;
	height:30px !important;
}
.vision-layer-offset {
	cursor:pointer !important;
}
.vision-map .vision-infobox {
    display: none !important;
}
.vision-theme-light .vision-inbox .vision-inbox-form {
    width: 450px!important;
	height:auto;
}
.vision-theme-light .vision-inbox .vision-inbox-form p, .vision-theme-light .vision-inbox .vision-inbox-form strong {
	font-family: 'Libre Franklin', sans-serif !important;
	font-size:16px!important;
	text-align:left;
	line-height:1.3 !important;
}
.vision-theme-light .vision-inbox .vision-inbox-form a {
	font-size:16px!important;
	color:#444!important;
}

.vision-theme-light .vision-inbox.group-pop .vision-inbox-form {
    width: 800px!important;
	height:auto;
}
.vision-theme-light .vision-inbox.group-pop .vision-inbox-form h3 {
	margin-bottom:30px !important;
}

.vision-inbox-frame img {
	margin-bottom:60px;
}
.wp-block-latest-posts.is-grid li {
    text-align:center;
}
ul.kt-tabs-title-list  li {
	list-style:none !important;
	margin-right:10px !important;
}
.wp-block-kadence-tabs ul li ul li {
	list-style: url("../images/bullet-squares.png") !important;
	margin-right:10px !important;
}

ul#menu-top-header {
	list-style:none;
	padding:5px 0 !important;
	margin:0 !important;
}
ul#menu-top-header li {
	float:left;
	margin: 0 20px 0 0;
}
ul.snpt-tags {
	list-style:none;
	padding:0 5px  !important;
	margin:0 !important;
}
ul.snpt-tags li {
	float:left;
	margin: 0 20px 0 0 !important;
}
/*	Sidepanel
	==================================================*/
#sidepanel {
	margin:20px 0 0 0;
	padding: 5px;
	border:1px solid #ddd;
}
#sidepanel h1, #sidepanel h2, #sidepanel h3, #sidepanel h4 {
	background-color:#eee;
	color: #555;
	font-weight: 300 !important;
	padding: 10px;
	margin: 5px 0 5px 0;
}
#sidepanel ul, #sidepanel.textwidget ul, #sidepanel ol, #sidepanel.textwidget ol {
	padding: 0 10px;
	margin: 20px 0 0 10px;
}
#sidepanel li ul li, #sidepanel li ol li{
	list-style: url("../images/bullet-squares.png") !important;
	padding: 0 10px;
}
div.ez-toc-widget-container ul.ez-toc-list li, div.ez-toc-widget-container ul.ez-toc-list li::marker {
	list-style: url("../images/bullet-squares.png") !important;
    border: none;
    padding: 0;
}
#sidepanel img {
	padding: 5px;
	border: 1px solid #ddd;
}
#sidepanel li.widget {
	list-style:none;
	margin-bottom: 30px;
}
#sidepanel h2.widgettitle {
	font-size: 24px;
	font-weight: bold;
	margin-bottom:10px;
	background-color:#FF0000;
	color:#fff;
	padding:10px;
}
#sidepanel.faq {
	padding:5px !important;
}
#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li.active::before {
    background-color: #FAFAFA !important;
}
.ez-toc-widget-container ul.ez-toc-list li.active::before {
    background-color: #FAFAFA !important;
}
iframe {
	border:1px solid #ccc;
}
/*	Footer
	==================================================*/
#footer {
	background: #eee;
	color: #333;
	font-size:14px;
	text-align: left;	
	padding: 50px;
	margin: 0 0 0 0;
	overflow: hidden;
	border-top:1px solid #ddd;
}
#footer .container {
	padding: 0;
}
#footer text-left {
	text-align: left;
}
#footer text-right {
	text-align: right;
}
#footer h2 {
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
}
#footer .hw-widget ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
#footer a {
	color: #C00;
}
#footer a:hover {
	color: #369;
}
#footer-bottom {
	color: #999;
	padding: 25px 0 25px 0;
	background-color: #000;
	overflow: auto;
}
h3.wps_visitor_title {
	font-family: 'Libre Franklin', sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#999;
	padding:0 0 5px 0;
	margin:0;
}
#footer-bottom .text-left, #footer-bottom .text-right {
	margin: 5px 0;
}
img.arpw-thumbnail {
	display: block !important;
	float: none !important;
	clear: both !important;
}
a.arpw-title {
	display: block !important;
	float: none !important;
	clear: both !important;
}
.socialtop {
	text-align: right;
	margin: 0;
}
.socialtop ul {
	text-align: right;
}
.zoom-social-s-list--no-labels .zoom-social_icons-list__item {
	margin: 4px 18px !important;
}
.menu-main-container ul.menu ul.sub-menu {
	display:none;
}
#mainpanel h2.cd-timeline-item-title {
	margin:0;
}
.nopad {
	padding:0;
}
.homepanel--colorize img {
 transition: transform .5s, filter .5s ease-in-out;
	filter: grayscale(100%);
}
/* The Transformation */
.homepanel--colorize:hover img {
	filter: grayscale(0);
	transform: scale(1.1);
}
.slb_data_title {
	display:none !important;
}

/*	Responsive
	==================================================*/
@media (max-width: 991px) {
 .section {
 padding: 10px 0;
 margin: 0;
}
 .socialtop ul {
 text-align: center;
}
 .navbar-fixed-top {
 position: relative;
}
 .navbar-brand {
 float: none;
}
 .navbar-brand .col-md-10 {
 width: 100%;
 margin: 0;
 padding: 0;
 text-align: center;
}
 .navbar-brand .col-md-10 img {
 margin: auto;
 width: 100%;
 margin: 0;
 padding: 0;
}
.socialtop {
 text-align: left;
 margin: 10px 0;
}
.slider.home {
 z-index: 9999;
 position: relative;
 text-align: left;
 clear: both;
}
.homepanel {
 height:auto;
}
 #sidepanel {
 position: relative;
}
 #footer .text-left, #footer .text-right {
 text-align: center;
}
}
@media (max-width: 768px) {
 .section {
 padding: 10px 0;
 margin: 0;
}
.navbar-brand .col-md-10 {
 width: 100%;
 margin: 0;
 padding: 0;
}
 .navbar-brand img {
 margin: 0 auto;
 width: 100%;
 margin: 0;
 padding: 0;
}
#logo-title {
  padding: 10px 10px;
}
.logo img {
	width: auto;
}
.logo.right img {
	max-width: 80px;
}
 #banner-inner {
 height: 150px;
 width: 100%;
 position: relative;
 overflow: hidden;
}
.wp-block-button__link {
	width:150px;
	padding:5px 0;
	border:1px solid #0576B6;
}

 #footer .text-left, #footer .text-right {
 text-align: center;
}
}
@media (max-width: 490px) {
 #header h1 {
 font-size:16px;
}
#topheaderbar {
 padding:2px;
}

.logo {
	padding:2px;
}
.logo.right img {
	max-width: 50px;
}

#header .title {
    margin: 0;
	padding:15px;
}
.title {
	padding: 0;
	overflow:hidden;
}
#header h1 a {
	font-size:20px;
}
#header .title h2 {
	font-size:15px;
}
 .socialtop {
 text-align: center;
 margin-top:0;
 margin-bottom:5px;
}
 .container {
 max-width: 445px;
 padding-left: 5px;
 padding-right: 5px;
}
 .section {
 padding: 10px 0;
 margin: 0;
}
 .navbar-brand img {
 margin: 0 auto;
 width: 100%;
 margin: 0;
 padding: 0;
}
 #breadcrumbs {
 margin-left: 20px;
 padding: 5px 0;
 font-size: 14px;
 color: #AAA;
}
.homepanel_container_outer {
    border: 1px solid #ccc;
	margin:10px;
}
.homepanel_container_inner {
    padding: 10px;
}
.slider.home {
	height:auto;
}
.panel4 .excerpt {
    padding: 10px;
}
.caption-wrap {
 background-color:rgba(0, 0, 0, 0.6) !important;
 color:#fff !important;
 font-size:15px !important;
 width:90% !important;
}
.caption {
 font-size:14px;
 line-height:20px;
}
.introtext p{
	font-size:18px;
}
#mainpanel, .mainpanel {
	padding: 10px;
	min-height: 250px;
}
#mainpanel h2 {
	font-size:26px;
}
#mainpanel h2:first-letter {
	font-size:32px;
}
 #mainpanel img {
 max-width: 100%;
}
.postheader {
    padding: 10px;
    margin: 0 10px;
    width: 90%;
}
h1.ht-main-title {
    font-size: 24px;
}
.peoplebox-inner {
	height:150px;
}
.peoplepic {
	/*width: 150px;
	height:160px;
	padding:0;*/
}
.peoplepic img {
	height:120px;
	padding:0;
}
 #footer .text-left, #footer .text-right {
 text-align: center;
}
#footer .hw-widget {
 margin-bottom:20px;
}
#footer-bottom .text-left, #footer-bottom .text-right {
	text-align: center;
	margin: 5px 0;
}
}
