.google-auto-placed{
  display: none!important;
}
.article_display {
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 4px; 
  border-left: 4px solid #00b1e4 !important;
  font-style: normal;
}
.article_display h4 {
  clear: both;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.article_display .abstract-btn {
  padding: 2px 8px;
  background-color: #00b4f0;
  border: 1px solid #00b4f0;
}
.article_display .pdf-btn {
  padding: 2px 8px;
  background-color: #90c400;
  border: 1px solid #90c400;
}
.article_display:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
/* new design custom css */
a {
  text-decoration: none;
}
.home-banner {
  background: url("../images/banner.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-banner h3 {
  color: white;
  font-weight: 400;
  text-shadow: 1px 1px 1px #000, 3px 3px 5px orchid;
}
.nav-item {
  border-right: 1px solid #ccc;
  padding: 0 12px;
}
.nav-item:last-child {
  border-right: none;
  padding: 0 12px;
}
.home-card {
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.home-card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.journal-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0px 2px 18px 0px rgba(88, 34, 199, 0.45);
  -webkit-box-shadow: 0px 2px 18px 0px rgba(88, 34, 199, 0.45);
  -moz-box-shadow: 0px 2px 18px 0px rgba(88, 34, 199, 0.45);
}
.journal-card img {
  border-radius: 8px 0px 0px 6px;
}
.journal-name-header {
  color: #ffffff;
  font-weight: bold;
  font-size: 44px;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
.journal-issn-header {
  float: right;
  font-size: 24px;
  color: white;
  vertical-align: middle;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  font-weight: bold;
}
.journal-header-menu .nav-item {
    border-right: 1px solid #ccc;
    padding: 0 12px;
}
.journal-header-menu .nav-item a:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.journal-header-menu .nav-item:last-child {
  border-right: none;
}
.indeximg-hight{
  margin-bottom: 1rem;
  background-color: white !important;
}
.indeximg-hight img{
  height: 120px;
}

.bg-primary{
  background-color: #0c5791 !important;
}
.btn-primary{
  background-color: #0c5791 !important;
  border-color: #0c5791 !important;
}

.testinomials .carousel {
	width: 650px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.testinomials .carousel .carousel-item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	/* min-height: 340px; */
}
.testinomials .carousel .carousel-item a {
	color: #eb7245;
}
.testinomials .carousel .img-box {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%;
}
.testinomials .carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.testinomials .carousel .testimonial {	
	padding: 30px 0 10px;
}
.testinomials .carousel .overview {	
	text-align: center;
	padding-bottom: 5px;
}
.testinomials .carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;	
	padding-bottom: 5px;
}
.testinomials .carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}
.testinomials .carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #999;
	text-shadow: none;
	top: 4px;
}
.testinomials .carousel-control-prev i, .carousel-control-next i {
	font-size: 20px;
	margin-right: 2px;
}
.testinomials .carousel-control-prev {
	left: auto;
	right: 40px;
}
.testinomials .carousel-control-next i {
	margin-right: -2px;
}
.testinomials .carousel .carousel-indicators {
	bottom: 15px;
}
.testinomials .carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%;
}
.testinomials .carousel-indicators li {	
	background: #e2e2e2;
	border: none;
}
.testinomials .carousel-indicators li.active {		
	background: #888;		
}


.testinomials h4 {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	position: relative;
	margin: 25px 0 50px;
}
.testinomials h4::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #ffdc12;
	left: 0;
	right: 0;
	bottom: -10px;
}