a,a:hover,input,input:hover,body {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a:not([href]):not([tabindex]) {
	cursor:pointer;
}
*:focus, *:active {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
.home_blog_row a:hover,
.learn_more_third_home a:hover,
.footer_top_r a:hover,
.footer_top_l a:hover,
.blog_link_home a:hover,
.header_mid ul li a:hover,
.top_banner_sub ul li a:hover,
.home_research_img div a:hover,
.single_blog_con a:hover,
.faculty_con a:hover,
.single_publication_row a:hover,
.news_con a:hover,
.back_to_blog a:hover,
.contact_con input.wpcf7-submit:hover,
.tml-login input.tml-button:hover {
	color:#F8CB30;
}
.home_research_img div a:hover::after,
.single_blog_con a:hover::after,
.single_publication_row a:hover::after,
.news_con a:hover::after,
.back_to_blog a:hover::after {
	background:#F8CB30;
}
.sidebar_main .sub-menu a:hover,
.sidebar_main li a:not(.menu-item-has-children) a:hover {
	color:#2A3FB2;
}
.header_nav a:hover {
	background:#3F51B5;
	color:#F8CB30;
}
.top_banner_sub li.current_page_item a {
	color:#F8CB30;
}