@font-face {
	font-family: Raleway;
	src: url("../admin/fonts/Raleway-Regular.otf");
}

@font-face {
	font-family: Raleway;
	src: url("../admin/fonts/Raleway-Regular.eot") format('embedded-opentype');
}

@font-face {
	font-family: Raleway;
	src: url("../admin/fonts/Raleway-Regular.ttf");
}

@font-face {
	font-family: Raleway;
	src: url("../admin/fonts/Raleway-Regular.woff");
}

@font-face {
	font-family: Poppins;
	src: url("../admin/fonts/Poppins-Regular.otf");
}

@font-face {
	font-family: Poppins;
	src: url("../admin/fonts/Poppins-Regular.eot") format('embedded-opentype');
}

@font-face {
	font-family: Poppins;
	src: url("../admin/fonts/Poppins-Regular.ttf");
}

@font-face {
	font-family: Poppins;
	src: url("../admin/fonts/Poppins-Regular.woff");
}

@font-face {
	font-family: Poppins;
	src: url("../admin/fonts/Poppins-Regular.woff2");
}

* {
	font-family: Poppins;
}

.bg_white {
	background: #fff;
}

.bg_green {
	background: #419641;
}

.bg_grey {
	background: #f5f5f5;
}	
	
.head_img {
	width: 90px;
	height: 90px; 
	border-radius: 50%
}	

.head_red {
	color: #e60000; 
	font-weight: bold; 
	font-size: 16px; 
	padding-left: 10px; 
	padding-bottom: 0px; 
	margin-top: 20px;
}

.head_green {
	color: #419641; 
	font-weight: bold; 
	font-size: 20px; 
	padding-left: 10px; 
	line-height: 0px; 
	padding-top: 3px;
}
	
h1.header.margin {
	margin: 0dp;
	padding: 0dp;
}

.input-group.middle {
	margin-top: 25px;
	margin-bottom: 25px;
}

#navbar_custom  li{
	padding-left: 40px;
	padding-right: 40px;
	text-transform: uppercase;
}

#navbar_custom  li:last-child{
	
}

ul.nav_links {
	list-style-type: none;
	margin-top: 20px;
	text-align: right;
}

ul.nav_links li {
	display: inline-block;
	margin-top: 13px;
	margin-bottom: 13px;
	margin-left: 8px;
	margin-right: 8px;
}

ul.nav_links li a {
	font-size: 16px;
	color: #505050;
	transition: padding 2s;
	-webkit-transition: padding ease-in 200ms;
	-moz-transition: padding ease-in 200ms;
}

ul.nav_links li a:hover {
	text-decoration: none;
	background: #419641;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 2px;
}

#myCarousel {
	max-height: 400px;
}

#myCarousel img {
	max-height: 400px;
}

section#banner {
	max-height: 400px;
	position: relative;
}

section#banner img {
	max-height: 400px;
	width: 100%;
}

.on_banner {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.on_banner {
	color: #fff;
}

.row.coded {
	width: 100%;
	height:100%;
}

.btn.custom_btn {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0px;
	width: 100%;
	color: #333;
	margin-top: 10px;
}

.btn.custom_btn_1 {
	background: #419641;
	border: 1px solid #419641;
	border-radius: 0px;
	width: 100%;
	color: #fff;
	margin-top: 10px;
}

.statement {
	
}

.statement a {
	text-decoration: none;
}

.bg_ash {
	background: #efefef;
}

#contact {
	padding: 10px;
}

.form-control.edited {
	border: 1px solid #9e9e9e;
}

.box_link {
	text-decoration: none;
	color: #333;
}

.box_link:hover {
	text-decoration: none;
	color: #333;
}

.box {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
}

.discipline {
	color: #419641;
	text-transform: capitalize;
	font-weight: bold;
}

.arrow {
	padding:5px;
	background: #419641;
	color: #fff;
	cursor: pointer;
	position: relative;
}

.arrow.pointer:after {
	content: '';
	height: 0px;
	width: 0px;
	position: absolute;
	left: 289px;
	top: 19px;
	border-top: 20px solid transparent;
	border-left: 20px solid #419641;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.arrow_2 {
	cursor: pointer;
	padding: 5px;
	background: #FFB340;
	color: #fff;
	position: relative;
}

.arrow_2..pointer_2:after {
	content: '';
	height: 0px;
	width: 0px;
	position: absolute;
	left: 289px;
	top: 19px;
	border-top: 20px solid transparent;
	border-left: 20px solid #FFB340;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.arrow_3 {
	cursor: pointer;
	padding: 5px;
	background: #33495A;
	color: #fff;
	position: relative;
}

.arrow_3.pointer_3:after {
	content: '';
	height: 0px;
	width: 0px;
	position: absolute;
	left: 289px;
	top: 19px;
	border-top: 20px solid transparent;
	border-left: 20px solid #33495A;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

ol.info_list, ul.info_list {
	padding: 15px; 
}

ol.info_list li, ul.info_list li {
	line-height: 35px; 
	font-size: 16px; 
	text-align: justify;
}

ol.info_list ol {
	list-style-type: lower-alpha;
}

ol.about_list, ul.about_list {
	padding: 15px; 
}

ol.about_list li, ul.about_list li {
	line-height: 30px; 
	font-size: 15px; 
	text-align: justify;
}

.about_para {
	line-height: 35px; 
	font-size: 15px; 
	text-align: justify;
}

.detail_para {
	line-height: 27px; 
	font-size: 16px; 
	text-align: justify;
}

#post_container p {
	line-height: 27px; 
	font-size: 16px; 
	text-align: justify;
}

ul.info_list, ul.about_list {
	list-style-type: circle;
}

.info_para {
	padding: 10px; 
	line-height: 35px; 
	font-size: 16px; 
	text-align: justify;
}

ul.key_links {
	padding: 0;
	margin: 0;
	background: #F4F4F4;
	list-style-type: none;
	list-style-position: inside;
}

ul.key_links li:first-child {
	border-top: 1px solid #E5E5E5;
}

ul.key_links li{
	display: block;
    border-bottom: 1px solid #E5E5E5;
	line-height: 20px;
}

ul.key_links li a{
	display: block;
	padding-top: 0.9em;
    padding-bottom: 0.9em;
    border-bottom: 0;
    font-size: 1.2em;
    position: relative;
    padding-left: 2.6em;
	color: #419641;
    text-decoration: none;
	position: relative;
}

ul.key_links li a i {
	font-size: 1.3em;
	position: absolute;
	display: block;
}

ul.key_links li a i.left{
	left: 3%;
	top: 28%;
}

ul.key_links li a i.right {
	right: 5%;
	top: 28%;
}

ul.key_links li a span {
	display: block;
    font-size: 0.8em;
}

li a#key_links_active, .caption {
	color: #937227;
}

footer.home_footer {
	background: #419641;
	padding: 5px;
}

span.footer-admin a{
	color:#fff;
}

span.footer-admin a:hover{
	text-decoration:none;
	color:#fff;
	cursor:default;
}

#footer_links {
	padding: 5px;
	color: #fff;
}

ul.foot_links {
	list-style-type: none;
	margin-top: 5px;
}

ul.foot_links li {
	display: inline-block;
	margin: 5px 15px;
}

ul.foot_links li a {
	font-size: 17px;
	color: #fff;
	text-decoration: none;
}

ul.foot_links li a i {
	font-size: 27px;
}

#panel-green {
	background: #419641 !important;
	color: #fff;
	font-size: 18px;
}

#laureate_detail, #laureate_pubs {
	border: none;
}

#laureate_detail tr, #laureate_detail td, #laureate_detail th, 
#laureate_pubs tr, #laureate_pubs td, #laureate_pubs th {
	border: none;
}

.laureate_link {
	color: #000;
}

.panel-body.spacing p {
	line-height: 30px; 
	font-size: 15px; 
	text-align: justify;
}

.pad_div {
	padding: 12px;
}

.pub_title {
	line-height: 30px;
	font-size: 17px;
}

.loader_container {
	display: none;
}

.loader {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.post_row .post {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding-bottom: 7px;
	
}

.post_row .post h4 {
	font-size: 16px;
	
}

.post_row:last-child .post {
	border-bottom: 1px solid #e5e5e5;
	
}

/*Pagination Control*/
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #DDD;
}

.upper_nav {
	background: #419641; 
	padding: 3px;
}

.upper_nav_container {
	text-align: right;
}

.upper_nav_container a {
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	color: #fff;
	font-size: 14px;
	text-align: right;
}

/*Pagination Controls*/

@media only screen and (max-width: 991px) {
	ul.nav_links {
		text-align: left;
	}
}

@media only screen and (max-width: 549px) {
	
	ul.nav_links:before {
		content: 'MENU >>';
		cursor: pointer;
		font-size: 16px;
		color: #419641;
	}
	
	ul.nav_links li {
		display: none;
		transition: display ease-in 200ms;
		-moz-transition: display ease-in 200ms;
		-webkit-transition: display ease-in 200ms;
	}
	
	ul.nav_links:hover li {
		display: block;
	}
}

@media only screen and (max-width: 450px) {
	#nav_logo {
		width: 100%;
	}
}