body {
	background-color: #fafafa;
	background-size: cover;
	background-attachment: fixed;
	color: #000;
	font-family: 'Libre Franklin', sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size: 16px;
	font-weight: normal;
	overflow-x: hidden;
	line-height: 1.5;
}
a {
	color: #39F;
	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: #777;
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	/*font-family: 'Rambla', sans-serif;*/
	font-family:"Spectral", serif;
	margin-top: 0;
	color:#036;
}
.homepanel h1 a {
	color:#FC0;
}
p {
	margin-bottom: 20px;
}
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;
	text-align:justify;
}
h2 ul.post-categories {
	margin:0 !important;
}
h2 ul.post-categories li {
	list-style:none !important;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-left: none;
}
blockquote small {
	color: inherit;
}
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 {
	border-bottom:1px solid #ddd;
}
.ht-main-header-inner {
	padding: 150px 0 100px 0;
	margin: 0 0 0 0;
	background:rgba(35, 35, 35, 0.1);
}
.postheader {
	background: rgba(25, 25, 25, 0.5);
	padding: 20px;
	margin: 0 20px;
	width:600px;
	color:#fff;
}
h1.ht-main-title {
	font-size:72px;
	color: #fff;
	/*text-shadow:1px 1px #000;
	font-weight: 700;*/
	margin: 20px 0 20px 0;
	padding: 0 0 10px 0;
}
.ht-tagline {
	max-width:600px;
	font-size:40px;
	color: #fff;
	padding: 0 0 10px 0;
}
.ht-tagline p {
	font-size:32px;
	color: #fff;
}
/*	Section
	==================================================*/
.section {
	padding: 30px 0;
}
.active-section {
	top: 0px;
}
.navbar.active-section {
	top: 0 !important;
}
.container {
	position: relative;
	clear: both;
}
/*	Header
	==================================================*/
#topheaderbar {
	background-color: #EFEFF0;
	padding:10px 0;
	color:#333;
	font-size:16px;
	overflow:auto;
}
#header {
	background-color:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	z-index: 9999;
	padding: 0;
	border: 0;
	border-bottom: none;
}
#header, #header a, #header h1, #header h1 a {
	/*font-size: 32px;*/
	color: #036;
}
#header .title h2, #header .title h2 a.tagline {
	font-size:22px;
	color:#555;
}
.headermenu {
	clear: both;
	background-color: #ED141E;
	padding: 10px 20px;
}
.logo {
	margin:0;
	padding:10px 50px;
	/*overflow:hidden;*/
}
.logo img {
	max-width:350px;
}
.logo.right {
	display:block;
	margin:0;
	padding:35px 50px 0 50px;
	text-align:right;
}
.logo.right img {
	display:block;
	max-width:300px;
	float:right;
	margin:0;
}
.logo a:hover, .title a:hover, .logo-iisc a:hover {
	border-bottom: none;
}
.title {
	margin: 0;
	text-align: center;
}
.logo img, .title img {
	display:inline;
	padding:5px;
}
.logo a:hover {
	text-decoration: none;
	overflow:hidden;
}
.social {
	vertical-align: middle;
	display: block;
	margin: 5px auto;
}
/* search-form */
.searchbar {
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically */
}
.search-form {
	display:block;
	float:right;
	border:1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:#fafafa;
	width:213px;
	height:30px;
	margin:auto auto;
	margin-right:50px;
}
.search-form input[type="text"] {
	float:left;
	background:#fafafa;
	border:0;
	width:166px;
/*	padding:6px 8px;*/
	color:#333;
	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
==================================================*/

p.home-main-text {
	text-align:justify;
}
/* 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 #ED141E;
}
#mainpanel h1 {
	font-weight: 700;
	padding-left:5px;
	margin: 30px 0 50px 0;
}
#mainpanel h2 {
	padding-left:5px;
	margin: 50px 0 25px 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;
}
.homepanel, #mainpanel p {
	/*text-align:justify;*/
}
#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;
}
.wp-block-kadence-advancedgallery ul li {
	list-style:none !important;
}
img {
	max-width: 100%;
	height: auto;
}
#mainpanel img {
	border:1px solid #ccc;
	box-shadow:2px 2px 5px #ccc;
}
.no-effect img {
	border: none !important;
	box-shadow:none !important;
}
#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;
}
.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;
}
.peoplebox {
	margin-bottom:25px;
	text-align:left;
	overflow:hidden;
}
.peoplebox-inner {
	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;
	padding: 10px;
  height: 375px;
  overflow-y: auto;
	
}
.peoplepic {
	margin:5px 0;
	text-align:center;
	overflow:hidden;
	/*width: 150px;*/
}
.peoplepic img {
	min-width:150px;
	border:none !important;
	margin:0 auto;
}
.name {
	font-size:18px;
	font-weight: bold;
	text-align:center;
}
.peopleinfo {
	text-align:center;
	/*padding:0 20px;
	overflow-y:auto;*/
}
.peopleinfo h3 {
	margin:0 0 10px 0 !important;
}
.peopleinfo p {
	text-align:center !important;
	font-size:.9em;
}
.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:
}
.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;
}
blockquote {
	padding: 40px 20px;
	position: relative;
	border:none;
}
blockquote p {
	font-family: "Rambla";
	font-size: 16px;
	font-weight: 700px;
	text-align: left;
	color:#036;
}
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 #C00;
 height: 3px;
 width: 200px;
}
.peopleinfo blockquote::after {
 content: "";
 bottom: 20px;
 left: 50%;
 margin-left: -100px;
 position: absolute;
 border-bottom: none !important;
 height: 3px;
 width: 200px;
}
.wp-block-image figcaption {
	text-align:center;
	font-style:italic;
	font-size:12px;
	margin-top:0;
}
.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
	text-align:left !important;
	padding-left:0 !important;
}
/*	Sidepanel
	==================================================*/
#sidepanel {
	font-size:14px;
	margin:15px 0 0 0;
	padding: 5px;
	border:1px solid #ED141E;
}
#sidepanel h1, #sidepanel h2, #sidepanel h3, #sidepanel h4 {
	color: #777;
	font-weight: 300 !important;
	padding: 0;
	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:#efefef;
	color:#369;
	padding:5px 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;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 5px 0;
	border:1px solid #ddd;
	border-radius: 4px;
}
a.prev.page-numbers {
	border:none;
}
a.next.page-numbers {
	border:none;
}
a.page-numbers {
	border:1px solid #ccc;
	border-color:#369;
	padding:2px;
	margin:0 5px;
}
.catpanel {
	margin-bottom:25px;
}
.catpanel-inner {
	padding:20px;
	height:250px;
	border:1px solid #ddd;
	-webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
}
/*	Footer
	==================================================*/
#footer {
	background: #036;
	color: #fff;
	font-size:12px;
	text-align: left;
	padding: 10px 0;
	margin: 50px 0 0 0;
	overflow: hidden;
	border-top:1px solid #ED141E;
}
#footer .container {
	padding: 0;
}
#footer text-left {
	text-align: left;
}
#footer text-right {
	text-align: right;
}
#footer h2 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}
#footer .hw-widget ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
#footer .hw-widget img {
	max-width:100px !important;
	margin:0 auto;
}
#footer a {
	color: #ddd;
}
#footer a:hover {
	color: #fff;
}
#footer-bottom {
	color: #aaa;
	padding: 20px 25px;
	border-top:5px solid #ED141E;
	background-color: #036;
	overflow: hidden;
}
#footer-bottom a {
	color:#888;
}
#footer-bottom a:hover {
	color:#ccc;
}
#footer #menu-main-menu-1.menu {
	width:525px;
	margin:0 auto;
	text-align:center;
}
#footer #menu-main-menu-1.menu li {
	float:left;
	margin:0 25px;
}
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;
}
.socialicons {
	width:150px;
	margin:0 auto;
}
.socialtop {
	text-align: right;
	margin: 0;
}
.socialtop ul {
	text-align: right;
}
.wp-block-wpzoom-blocks-social-icons {
/*width:135px;*/
}
.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);
}
.profilepics {
	text-align:center;
}
.profilepics img {
	border-radius: 50% !important;
	margin: 0 auto !important;
	display: block !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;
}
.logo img {
 width: auto;
max-width:300px;
}
.logo.right img {
}
.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) {
 .logo img {
 width: auto;
}
.logo.right img {
 max-width: 200px;
}
 #banner-inner {
 height: 150px;
 width: 100%;
 position: relative;
 overflow: hidden;
}
.ht-main-header-inner {
 padding: 50px 0 20px 0;
 margin: 0 0 0 0;
}
h1.ht-main-title {
 font-size: 42px;
}
.ht-tagline p {
 font-size: 28px;
}
.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:24px;
}
#header h3 {
 font-size:20px;
}
#topheaderbar {
 padding:2px;
}
#header .title {
 text-align:center;
}
.logo {
 padding:0;
}
.logo img {
 display:block;
 float:none;
 max-width:350px;
 padding:10px 20px;
 margin:0 auto;
}
.logo.right {
 display:block;
 margin:0;
 padding:0;
 text-align:center;
}
.logo.right img {
 display:block;
 float:none;
 max-width:200px;
 padding:0 20px;
 margin:10px auto;
}
#header .title {
 margin: 0;
 padding:5px;
}
.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;
}
.ht-main-header-inner {
 padding: 20px 0 10px 20px;
 margin: 0 0 0 0;
}
h1.ht-main-title {
 padding: 0 !important;
 margin:0;
 font-size: 36px;
}
.ht-tagline {
	max-width:400px;
}
.ht-tagline p {
 padding: 0 !important;
 margin:0;
 font-size: 16px;
} 
.container {
 max-width: 445px;
 padding-left: 5px;
 padding-right: 5px;
}
 #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 50px;
 min-height: 250px;
}
#mainpanel h2 {
 font-size:26px;
}
#mainpanel h2:first-letter {
 font-size:32px;
}
 #mainpanel img {
 max-width: 100%;
}
#kt-layout-id_5b8056-3a > .kt-row-column-wrap {
 padding: 25px !important;
}
.postheader {
 padding: 10px;
 margin: 0 10px;
 width: 90%;
}
h1.ht-main-title {
 font-size: 24px;
}
.peoplebox-inner {
}
.peoplepic {
/*width: 150px;
	height:160px;
	padding:0;*/
}
.peoplepic img {
 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 !important;
 margin: 5px 0;
}
}
