body {
	background-color: #fff;
	background-size: cover;
	background-attachment: fixed;
	color: #000;
	font-family: Nunito, sans-serif;
	font-size: 18px;
	font-weight: normal;
	overflow-x: hidden;
	line-height: 1.6;
}
a {
	color: #036;
	cursor: pointer;
	text-decoration: none;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
	border-bottom:1px dashed #777;
}
a:hover, a:focus {
	color: #efefef;
	outline: none;
	border-bottom:1px dashed #777;
	text-decoration: none;
}
.logo img {
	margin:10px auto;
	border: 2px solid #89BE31;
}
.logo.right img {
	max-width:100px;
	margin:0;
}
.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: 'Rufina', serif;
	margin-top: 0;
}
.homepanel h1 a {
	color:#FC0;
}
p {
	margin-bottom: 20px;
	color:#555;
	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 {
	margin-bottom: 20px;
	list-style: url("../images/bullet-squares.png") !important;
}
#mainpanel ol li {
	margin-bottom: 20px;
}
h2 ul.post-categories {
	margin:0 !important;
}
h2 ul.post-categories li {
	list-style:none !important;
}
blockquote {
	font-family: 'Rufina', serif;
	padding: 40px 20px;
	position: relative;
	border:none;
}
blockquote p {
	font-size: 24px;
	font-weight: 700px;
	text-align: left;
	color:#000;
}
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 #89BE31;
 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 {
	border-bottom:1px solid #ddd;
}
.ht-main-header-inner {
	padding: 140px 0 60px 0;
	margin: 0 0 0 0;
	background:rgba(55, 55, 55, 0.7);
}
.postheader {
	background: rgba(25, 25, 25, 0.5);
	padding: 20px;
	margin: 0 20px;
	width:600px;
	color:#FFF;
}
h1.ht-main-title {
	font-size:60px;
	color:#fff;
	font-weight:normal;
	margin: 60px 0 20px 0;
	padding: 0 0 10px 10px;
	border:none !important;
	text-align:center;
}
h1.ht-main-title.blog {
	text-align:center;
	margin: 120px 0 20px 0 !important;
}
/*	Section
	==================================================*/
.section {
	padding: 0;
}
.active-section {
	top: 0px;
}
.navbar.active-section {
	top: 0 !important;
}
.container, .header-inner .container {
	position: relative;
	clear: both;
}
/*	Header
	==================================================*/
#topheaderbar {
	background-color: #EFEFF0;
	padding:10px 0;
	color:#333;
	font-size:16px;
	overflow:auto;
}
#header {
	background-color: rgba(255,255,255,0.8);
	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;
	height:500px;
}
#header.header-inner {
	background-color: rgba(255,255,255,0.8);
	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;
	height:auto !important;
}
#header .title {
	margin:0;
}
#header, #header a, #header h1, #header h1 a {
	font-weight:bold;
	color: #fff;
}
#header.header-inner, #header.header-inner a, #header.header-inner h1, #header.header-inner h1 a {
	color:#89BE31 !important;
}
#header .title h2, #header .title h2 a.tagline {
	font-size:20px;
	color: #fff;
}
#header.header-inner .title h2, #header.header-inner .title h2 a.tagline{
	color: #89BE31 !important;
}
.headermenu {
	clear: both;
	background-color: #89BE31;
	padding:0;
	border-top: 5px solid #036;
}
.logo {
	padding: 0;
	overflow:hidden;
}
.logo.right, .logo.right a {
	padding: 0;
	font-size:14px !important;
	text-align: right;
	overflow:hidden;
	margin-top:20px;
}
.logo img {
	width:auto;
	max-width:120px;
}
.title {
	padding: 10px 2px;
	overflow:hidden;
}
.logo img, .title img {
	display:block;
	padding:5px;
}
.logo a:hover {
	text-decoration: none;
	overflow:hidden;
}
.title h1 {
	margin-bottom:0;
	padding:0;
}
.title h1 a {
	color:#000;
	border-bottom:none;
	text-shadow: 1px 1px #333;
}
#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);
}
.mainlinks {
	display: block;
}
.mainlinks.mobile {
	display:none;
}
.header-title {
	 position:absolute; 
	 top:250px; 
	 text-align:center; 
	 color:#fff; 
	 background-color:rgba(0,0,0,0.6); 
	 padding:25px;
 }
/*	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);
}
/*	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:#eee;
	margin-left:0 !important;
}
.quicklinks h3 {
	margin-bottom:20px;
	border-bottom:1px solid #7AE377;
}
/* Main Panel
==================================================*/
#mainpanel, .mainpanel {
	padding: 0;
	min-height: 450px;
}
#mainpanel h1:first-child, #mainpanel h2:first-child {
	padding-top:0;
	margin-top:0;
}
#mainpanel h1, #mainpanel h2 {
	border-bottom:1px solid #7AE377;
}
#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;
}
#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") !important;
}
.homepanels .kt-inside-inner-col ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.homepanels .kt-inside-inner-col ul li {
	margin: 0 0 2px 0;
	list-style: url("../images/bullet-squares.png");
}
.homepanels .kt-inside-inner-col {
	border:1px solid #ccc;
	padding:2px;
	min-height:425px;
}
.homepanels .kt-inside-inner-col h3 {
	font-size:20px;
	padding:0 5px;
}
.homepanels .kt-inside-inner-col p {
	padding:0 5px;
}
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;
}
.homepanel img, #mainpanel img {
	border:1px solid #ccc;
 --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	padding:5px;
}
#sidebar img {
	border:1px solid #ccc !important;
	box-shadow:2px 2px 5px #ccc !important;
}
figure.noborder img, .noborder figure 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 {
	padding:15px;
	border:1px solid #0576B6;
	min-width:150px;
}
.peoplebox {
	height:400px;
	margin-bottom:50px;
	text-align:center;
	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:5px;
	overflow:auto;
}
.peoplepic {
	margin:5px 0;
	text-align:center;
	overflow:hidden;
}
.peoplepic img {
	border:none !important;
}
.name {
	display:block;
	clear:both;
	font-size:20px;
	padding:20px 0 0 0;
}
.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-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;
}
.cf7-smart-grid.has-grid .field > label {
	font-weight:400 !important;
	margin-top:10px !important;
}
/*	Sidepanel
	==================================================*/
#sidepanel {
	margin:15px 0 0 0;
	padding: 5px;
	border:1px solid #7AE377;
}
#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:#3399FF;
	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: #ddd;
	border-top:10px solid #89BE31;
	color: #333;
	font-size:14px;
	text-align: left;
	padding: 25px 50px;
	margin: 100px 0 0 0;
	overflow: hidden;
}
#footer .container {
	padding: 0;
}
#footer text-left {
	text-align: left;
}
#footer text-right {
	text-align: right;
}
#footer h2, #footer h3 {
	color: #333;
	font-size: 18px;
	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: #333;
}
#footer a:hover {
	color: #003366;
	border-bottom:1px dashed #003366;
}
#footer-bottom {
	color: #999;
	padding: 25px 50px;
	background-color: #ebebeb;
}
#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-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);
}
/*	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) {
#header {
	height:300px;
}
.header-title {
	 position:absolute; 
	 top:150px; 
	 text-align:center; 
	 color:#fff; 
	 background-color:rgba(0,0,0,0.6); 
	 padding:15px;
	 font-size:2rem;
 }
.mainlinks {
	display: none;
}
.has-x-large-font-size {
  font-size: 2rem !important;
}
.mainlinks.mobile {
	display:block;
	text-align:center;
}
.mainlinks.mobile img {
	display:block;
	margin:0 5px;
	border:none;	
}
.mainlinks.mobile a {
	border:none;	
}
.title, .title h1, .title h2 {
 text-align:left;
 padding-left:10px;
}
 .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 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;
}
.peoplebox {
 height:auto;
 margin-bottom:50px;
 text-align:center;
 overflow:hidden;
}
.peoplebox-inner {
 height:auto;
}
.peoplepic {
/*width: 150px;
	height:160px;
	padding:0;*/
}
.peoplepic img {
 height:120px;
 padding:0;
}
 #footer .text-left, #footer .text-right {
 text-align: center;
}
}
@media (max-width: 490px) {
#header {
	height:200px;
}	
.header-title {
	 position:absolute; 
	 top:100px; 
	 text-align:center; 
	 color:#fff; 
	 background-color:rgba(0,0,0,0.6); 
	 padding:15px;
 }
 #mainpanel, .mainpanel {
 padding: 10px;
 min-height: 250px;
}
.homepanel img {
 margin:0 auto !important;
 clear:both !important;
}
#mainpanel h2 {
 font-size:26px;
}
#mainpanel h2:first-letter {
 font-size:32px;
}
 #mainpanel img {
 /*max-width: 400px !important;*/
}
#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;
}
 #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;
}
}
/* Custom CF7 Loader */
div.wpcf7 .ajax-loader {
background-image: url('../images/bx_loader.gif');
width: 24px;
height: 24px;
margin-left: 10px;
}