@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,700,600,500,300,200,100,800);
html, body {
	height: 100%;
}
body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
}
.btn-warning {
    color: #fff;
    background-color: #fdad00;
    border-color: #fdad00;
}
.mb-30 { margin-bottom:30px;}
label {
   
    font-weight: 500;
}
.font12 { font-size:12px;}
.top-header {
	background-color: #fff;
	padding: 10px 0px;
}
.navbar {
	margin-bottom: 0;
	border: 0;
}
nav.navbar.navbar-default {
	background-color: #184298;
	padding: 0px 0px;
	border-radius: 0;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #fff !important;
  background-color: #337ab7;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #000;
}
@media screen and (max-width: 767px) {
ul.nav.navbar-nav.navbar-center {
	margin-left: 0px;
}
}
 @media screen and (max-width: 1024px) and (min-width: 768px) {
ul.nav.navbar-nav.navbar-center {
	margin-left: 0px;
}
}
.carousel-caption {
	padding-bottom: 258px;
}
h2 {
	font-size: 60px;
}

.wrapper { padding:40px 0; position:relative;}
img{ max-width:100%; vertical-align:middle;}
.top-right-box{ text-align:right; padding-top:15px;}
.top-right-box .btn{ position:relative; padding-left:35px;}
.top-right-box .icon{background: #fdad00;
    width: 42px;
    height: 42px;
    position: absolute;
    top: -5px;
    left: -18px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    border: 3px solid #fff;}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
	width: 100%;
	height: 75%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	opacity: 1;
}
/**
 * Button
 */
.btn-transparent {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.btn-transparent:hover {
	background-color: #fff;
}
.btn-rounded {
	border-radius: 70px;
}
.btn-large {
    padding: 7px 45px;
    font-size: 16px;
}
.text-danger {
    color: #ff0500;
}
.m-b-20 { margin-bottom:20px;}
/**
 * Change animation duration
 */
.animated {
	-webkit-animation-duration: 3.5s;
	animation-duration: 3.5s;
}
 @-webkit-keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100px, 0, 0);
 transform: translate3d(100px, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100px, 0, 0);
 transform: translate3d(100px, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
div#myCarousel {
	position: relative;
	top: 155px;
}
.carousel-control {
	position: absolute;
	top: -240px;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #000;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0);
	filter: alpha(opacity=50);
	opacity: .5;
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(0,0,0,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.0001)), to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(0,0,0,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}
.science-most .navbar-default {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	border-radius: 0px;
}
ul.nav.navbar-nav {
	cursor: pointer;
}
/*
li.active {
    padding: 10px 0px;
} 
*/
.panel-primary {
	border-color: #e4e4e4;
	box-shadow: 0px 0px 20px #b3b3b3;
	margin-top: -60px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #3577a2;
	border-radius: 4px;
	padding: 13px 6px;
}
.sciencecontent {
	border-top: 1px solid #b3b4b5;
}
.science-most {
	margin-top: 40px;
	border: 10px solid #e6e6e6;
	/* box-shadow: 0px 0px 15px; */
	margin-bottom: 40px;
}
.sciencecontent h5 {
	padding-left: 9px;
}
.carousel-inner {
	position: relative;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: 20px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: 20px;
}
}
.main-footer {
	background-color: #0a4881;
	padding: 45px 0;
	color: #fff;
}
.footer-icon a {
	color: #fff;
	padding: 10px;
}
.footer-icon {
	margin-top: 10px;
}
.c-about a {
	color: #fff;
	padding: 10px;
	font-size: 20px;
}
.bottom-footer {
	background-color: #191919;
	color: #fff;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	width: 30px;
	height: 30px;
	margin-top: -25px;
	font-size: 65px;
}
}
.logo {
	padding: 5px 0px;
}
.logo img{
	height:60px;
 }
.serach-box {
	padding: 10px 0;
}
.bg-gray {
	background: #fbfbfb;
}
h2 {
	color: #4C4C4C;
	word-spacing: 5px;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}
.testimonial {
	padding: 60px 0px;
}
.swiper-testimonial .item {
	padding-left: 20px;
	border-left: 2px solid #ccc;
	margin-right: 20px;
	margin-bottom: 50px;
	margin-top: 20px;
}
.testimonial .fa.fa-quote-right {
	color: #5db4c0;
	font-size: 30px;
}
.swiper-testimonial .swiper-pagination-bullets {
	bottom: 0;
}
.testimonial img {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #3577a2;
}
.testimonial .carousel-indicators li {
	background-color: #3577a2;
	height: 13px;
	width: 13px;
	margin: 5px;
}
.testimonial .carousel-indicators li.active {
	background-color: #888383;
}
.testimonial .carousel-indicators {
	bottom: -50px;
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -29%;
	text-align: center;
	list-style: none;
}
.title {
	position: relative;
	margin-bottom: 20px;
}
.title h2 {
	font-size: 22px;
	margin: 0;
	padding: 0;
}
/* ..........Swiper Slider .........*/
.slider {
	padding: 20px 0;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
 
}
.swiper-container {
	width: 100%;
	border-radius: 5px;
}
.swiper-slide img {
	width: 100%;
	border-radius: 5px;
}
.append-buttons {
	text-align: center;
	margin-top: 20px;
}
.append-buttons a {
	display: inline-block;
	border: 1px solid #007aff;
	color: #007aff;
	text-decoration: none;
	padding: 4px 10px;
	border-radius: 4px;
	margin: 0 10px;
	font-size: 13px;
}
.science-most .navbar-nav>li>a {
	color: #000;
}
.c-about {
	margin-left: 20px;/* line-height: 16px; */
}
.c-about p {
	/* line-height: 9px; */
	margin-bottom: -5px;
	margin-left: -10px;
}
.most-tabs {
	padding: 40px 0;
}
.most-view-list {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.most-view-list:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0px;
}
.most-view-list .link {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 500;
}
.most-view-list .Published-date {
	margin-top: 5px;
	font-style: italic;
}
.most-view-list .Published-date strong {
	font-size: 500;
}

.journal-container{ position:relative; margin-bottom:25px; border-bottom:1px solid #ccc; padding-bottom:25px;}
.journal-cover-box { background: #f2f2f2; padding:25px;}
 
.journal-cover-description {margin: 0 0px 0 -15px;}
.journal-cover-heading {
		font-size: 18px;
    font-weight: 500;
	margin-bottom:10px;
    line-height: 1.2;}

.journal-cover-listing-item{ margin-top:10px;margin-bottom:10px;}
.journal-cover-listing-item h4{ margin:0 0 5px 0; padding:0; font-size:16px; }
.journal-cover-listing-item i{ font-size:13px;}

.c-author-name { margin-left:10px; font-style:italic; color: #8d989a;}
.journal-article{ position:relative;}
.journal-article .journal-article-list { border-bottom:1px solid rgba(204, 204, 204, 0.44); padding-bottom:10px; margin-bottom:10px; }
.journal-article .journal-article-list h3{ margin:0 0 5px 0; padding:0; font-size:16px; line-height:1.5; }
.journal-article .journal-article-list p{ margin:0; padding:0;}
.journal-article .journal-article-list:last-child{ border:0; padding-bottom:0; margin-bottom:0;}
.c-pagination { position:relative;}
.c-pagination ul{ margin:0; padding:0;}
.c-pagination ul li{     display: inline-block;
    text-align: center;
    background: #f2f2f2;
    border: 1px solid #ccc;
    width: 25px;
    height: 25px;
    line-height: 24px; cursor:pointer;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px;
}

.footer-menu {
}
.footer-menu-heading {
	margin-bottom: 20px;
}
.footer-menu-heading h3 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight:300;
}
.footer-menu ul {
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
	list-style: none;
	display: block;
}
.footer-menu ul li a {
	color: #fff;
	display: inline-block;
	font-weight:300;
	padding: 5px 0 5px 10px;
	position:relative;
	
}
.footer-menu ul li a:hover{ text-decoration:none;}
.footer-menu ul li a:before{
	content:'\f105';
	font-family:'FontAwesome';
	position:absolute; left:0;
	}
.footer-social-menu ul li {
	display: inline-block;
}
.footer-social-menu ul li a {
	padding: 5px;
}
.copy-right {
	background: #002446;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-weight:300;
}

.block-title{ margin-bottom:20px; border-bottom:1px solid #ddd; padding-bottom:10px; font-size:18px; font-weight:500;}
 .block-title span {
    border-bottom: 3px solid #3577a2;    padding-bottom: 12px;
}
.page-heading { margin-bottom:20px;}
.page-heading h3{ margin:0; padding:0;
    color: #0a4881;}
.page-content{ line-height:1.6;}
.sidebar-menu { margin-bottom:30px;}
.sidebar-menu ul{ margin:0; padding:0;}

.sidebar-menu li {
	margin-bottom: 2px;
	list-style:none;
}
.sidebar-menu li a {
	display: block;
	background: #f5f5f5;
	padding: 10px 15px;
	color: #211f1f;
	font-weight: 400;
	text-decoration:none;
}
.sidebar-menu li a:hover {
	color: #1f2073;
	background: #f1f2f3;
}
sidebar-menu li a:hover {
	box-shadow: inset -3px 0 0 #ccc;
}
.sidebar-menu li.active a {
	box-shadow: inset -3px 0 0 #1f2073;
	font-weight: 500;
}
 .sidebar-menu li a:hover {
	box-shadow: inset -3px 0 0 #ccc;
}
.text-box-style-1 {
    background: #042e6f;
}.text-box {
    padding: 25px;
}
.text-box-style-1 h3  {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
}

.text-box-style-1 h3, .text-box-style-1 p, .text-box-style-4 h3, .text-box-style-4 p {
    color: #fff;
}
.text-box-style-1 a {
    padding: 10px 20px;
    background: #ffffff;
    display: inline-block;
    color: #211f1f;
    margin-top: 10px;
    font-weight: 700;
    border: 2px solid #fff;
}
.bg-grey {
    background-color: #F8F8F8;
}
.contact-info {
    text-align: center;
    padding: 40px 0;
	background: #f8f8f8;
}
.contact-info i {
    font-size: 32px;
    color: #fdad00;
    margin-bottom: 10px;
}
.contact-info h3   {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 600;
	margin-top:0;
}
.contact-info a {
   
    font-weight: 600;
    font-size: 16px;
}
.get-touch { padding:40px 0;}.has-feedback {
    position: relative;
}
a {
	text-decoration:none;
	}