body {
	background-color: #fff;
	background-size: cover;
	background-attachment: fixed;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	overflow-x: hidden;
	line-height: 1.5;
}
a {
	color: #900;
	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;
}
.logo a:hover, .title a:hover, .logo-iisc a:hover {
	border-bottom: none;
}
.logo.right {
	display:block;
	text-align:right;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Playfair Display', serif;
	margin-top: 0;
	color:#900;
}
.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-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 {
}
.ht-main-header-inner {
	padding: 25px 0 10px 100px;
	margin: 0 0 0 0;
	background:rgba(245, 245, 245, 1);
}
.ht-main-header-inner h1 {
	color:#900;
}
.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 {
	color:#900;
	text-shadow:1px 1px #ddd;
	font-weight: 700;
	margin: 20px 0 5px 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 {
	display:none;
	background-color: #fff;
	padding:2px 0;
	color:#333;
	font-size:16px;
}
#header {
	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 .title {
	margin:0;
}
#header, #header a, #header h1, #header h1 a {
	font-size: 60px;
}
#header .title h2, #header .title h2 a.tagline {
	font-size:28px;
	color:#555;
}
.headermenu {
	clear: both;
	background-color: #900;
	padding:0;
	border-top: 1px solid #ddd;
}
.logo {
	padding: 0;
	text-align: center;
	overflow:hidden;
}
.logo.right {
	padding: 0;
	text-align: right;
	overflow:hidden;
}
.logo img {
	width:150px;
}
.title {
	padding: 0;
	overflow:hidden;
}
.logo img, .title img {
	display:inline;
	padding:5px;
}
.logo a:hover {
	text-decoration: none;
	overflow:hidden;
}
/* search-form */

.search-form {
	border:1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:#fafafa;
	width:253px;
	margin:8px 0 0 0;
}
.search-form input[type="text"] {
	float:left;
	background:#fafafa;
	border:0;
	width:206px;
	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: #333;
}
#breadcrumbs a {
	color: #900;
	border-bottom:1px dashed #fff;
}
/* Home
==================================================*/

.slider.home {
	z-index: 9999;
	padding: 0;
	margin:25px 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;
}
/* Main Panel
==================================================*/
#mainpanel, .mainpanel {
	padding: 5px 50px 50px 20px;
	min-height: 450px;
}
#mainpanel h1 {
	color:#000;
	font-weight: 700;
	margin: 30px 0 20px 0;
}
#mainpanel h2 {
	color:#333;
	margin: 30px 0 20px 0;
}
#mainpanel h3, #mainpanel h4 {
	color: #555;
	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: 0 25px; /*list-style:none;*/
}
#mainpanel ul li, #sidepanel ol li, .panel3 ul {
	margin: 10px 0;/*list-style: url("../images/bullet-squares.png");*/
}
#mainpanel ul.nav li {
	padding: 0;
	margin: 0 5px;
}
img {
	max-width: 100%;
	height: auto;
}
.homepanel .homepanel-inner {
	border:1px solid #ccc;
	-webkit-box-shadow: 5px 5px 5px -4px rgba(85, 85, 85, 1);
	-moz-box-shadow: 5px 5px 5px -4px rgba(85, 85, 85, 1);
	box-shadow: 5px 5px 5px -4px rgba(85, 85, 85, 1);
	padding:25px;
	height:350px;
}
.homepanel.science .homepanel-inner {
	border:2px solid #690;
}
.homepanel.science h3 {
	color:#690;
}
.homepanel.engineering .homepanel-inner {
	border:2px solid #F90;
}
.homepanel.engineering h3 {
	color:#F90;
}
.homepanel .homepanel-inner img {
	transform-origin: 50% 65%;
	transition: transform 1s, filter 1s ease-in-out;
	filter: brightness(60%);
}
/* The Transformation */
.homepanel .homepanel-inner:hover img {
	filter: brightness(100%);
	transform: scale(1.1);
}
.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;
}
.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:5px 0;
	border:1px solid #0576B6;
}
.peoplebox {
	margin-bottom:50px;
}
.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;
}
.all-issues li {
	list-style:none;
	padding:0;
	margin:0;
}
.wp-block-image figcaption {
	text-align:center !important;
	font-size:14px;
	color:#555;
}
.blockquote {
	padding-bottom:50px;
	border-bottom:2px solid #C00;
	margin-bottom:50px;
}
.blockquote p {
    font-family: "Utopia-italic";
    font-size: 35px;
    font-weight: 700px;
    text-align: center;
}

.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  content:"\f10d";
  font-size: 150px;
  color: rgba(0,0,0,0.1);
   
}

.otro-blockquote{
  font-size: 1.4em;
  width:60%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

.otro-blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.otro-blockquote::after{
  content: '';
}

.otro-blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}
.author-featpost-img {
	float:left;
	width:180px;
}
.navigation.pagination {
	display:block !important;
	clear:both !important;
}
.navigation.pagination h2 {
		display:none;
}
/*	Sidepanel
	==================================================*/
#sidepanel {
	margin:20px 0 0 0;
	padding: 5px;
	border:1px solid #ddd;
}
#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 {
	list-style: url("../images/bullet-squares.png");
	padding: 0;
	margin: 0 0 0 20px;
}
#sidepanel ul li, #sidepanel ol li {
	list-style: url("../images/bullet-squares.png");
	padding: 10px 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;
}
#sidepanel.faq {
	padding:5px !important;
}
/*	Footer
	==================================================*/
#footer {
	background: #eee;
	color: #333;
	font-size:14px;
	text-align: left;
	padding: 25px;
	margin: 25px 0 0 0;
	overflow: auto;
	border-top:1px solid #ddd;
}
#footer .container {
	padding: 0 0 20px 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: #900;
}
#footer a:hover {
	color: #ccc;
}
#footer-bottom {
	color: #999;
	padding: 25px 0 25px 0;
	background-color: #000;
	overflow: auto;
}
#footer-bottom .text-left, #footer-bottom .text-right {
	margin: 5px 0;
}
#footer-bottom a {
	color: #ccc;
}
#footer-bottom a:hover {
	color:#900;
}
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;
}
/*	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: 767px) {
 .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;
}
 #banner-inner {
 height: 150px;
 width: 100%;
 position: relative;
 overflow: hidden;
}
 #footer-bottom .text-left, #footer-bottom .text-right {
 text-align: center;
}
}
@media (max-width: 490px) {
 #header h1 {
 font-size:16px;
}
#topheaderbar {
 background-color: #C00;
 padding:2px;
}
.logo {
 padding:2px;
}
#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;
}
 #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;
}
}
