* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  /* font-family: 'Poppins', sans-serif; */
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #222;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  
  /* font-family: "Poppins",sans-serif; */
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  
  text-decoration: none;

}

b, strong {
  font-weight: 700;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

header {
  position: relative;
}
/* topbar start */
.topbar{
	background-color:#fff;
	line-height: 55px;
    border-bottom: 1px solid #cccccc;
}
.topbarlists ul{
	display:flex;
}
.topbarlists ul li{
	list-style-type: none;
    padding-right: 15px;
}
.topbarlists li:active{
	color:#d82e86;
}
.topbarlists ul li a{
	font-size: 14px;
    color: #000;
    font-weight: 500;
	text-transform: uppercase;
}
.topbarlists ul li a:hover{
    color: #634663;
}
.topbarlists ul li a.active{
    color: #be1d2c;
}
.socialicons {
	float: right;
	font-size: 13px;
    font-weight: 400;
    color: #32487a;
    margin-bottom: 0px;
    text-transform: uppercase
}
.socialicons ul{
	display:flex;
}
.socialicons ul li{
	list-style-type: none;

}
.socialicons ul li a{
	font-size: 13px;
    color: #ffffff;
}
.socialicons ul li a:hover{
    color: #be1d2c;
}
.socialicons .fa-facebook {
    padding: 5px;
	color: #fff;
    font-size: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
	background-color: #3B5998;
	margin-right: 15px;
}
.socialicons .fa-facebook:hover {
    color: #39579a;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}
.socialicons .fa-twitter {
    padding: 5px;
	color: #fff;
    font-size: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
	background-color: #55acee;
}
.socialicons .fa-twitter:hover {
    color: #55acee;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}


/* topbar end */
/* advertisement start */
.advertisement{
	background-color:#4a4a4a;
	padding-top:32px;
	padding-bottom:32px;
	text-align: center;
}
/* advertisement end */

/* navbar start */
nav.navbar.bootsnav {
  background-color: #634663;
  border-radius: 0;
  border: none;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  margin: 0;
}

nav.bootsnav .container {
    position: relative;
}

nav.navbar.bootsnav .navbar-toggle {
  background-color: transparent !important;
  color:#FFF;
  border: none;
  padding: 0;
  font-size: 18px;
  position: relative;
  top: 0px;
}
#navbar-menu {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
nav.navbar.bootsnav .navbar-brand {
    padding: 20px 15px;
}
nav.navbar.bootsnav ul.nav > li.active > a {
    color: #634663 !important;
    font-weight: 600; 
	 border-bottom: 1px solid #634663; 
	background: #e8e8e8;
}
nav.navbar.bootsnav ul.nav > li.active > a:hover {
    color: #634663 !important;
    font-weight: 600; 
	 border-bottom: 1px solid #634663; 
	background: #e8e8e8;
}

nav.navbar.bootsnav ul.nav > li:hover > a {
    color: #634663 !important;
    /* border-bottom: 4px solid #634663; */
	/* background: #634663; */
	background: #FFF;
}
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 13px;
	padding: 15px 11px;
	margin-right: 5px;
    text-transform: uppercase;
	color: #fff !important;
}
/* nav.navbar.bootsnav ul.nav > li > a > span{
    font-size: 13px;
    text-transform: capitalize;
	color: #fff !important;
	background: #634663;
    font-weight: 700;
} */
nav.navbar.bootsnav ul.nav > li > a > span.active{
    font-size: 14px;
    /* padding: 16px 22px 16px; */
    text-transform: capitalize;
	color: #fff !important;
	background: #634663;
    font-weight: 700;
}
nav.navbar.bootsnav ul.nav > li > a > span:hover{
    font-size: 14px;
   /*  padding: 15px 22px 16px; */
    text-transform: capitalize;
	color: #fff !important;
	background: #none;
    font-weight: 700;
} 
.header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
	/* border-bottom: 1px solid #7a0026; */
	box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
}
/* navbar end */

/* logo section start */
.logo{
	background-color:#fff;
	padding-top: 50px;
    padding-bottom: 50px;
	color:#fff;
	text-align: center;
}
.logo a{
	display:inline-block;
}
.logo label{
	color: #fff;
    margin-bottom: 0px;
    background: #634663;
    /* display: inline-table; */
    text-align: right ! important;
    float: right;
    padding: 2px 8px 2px 8px;
    font-size: 15px;
    margin-right: 5px;
    margin-bottom: -5px;
	border-radius: 5px;
}
.logo h1{
	color: #634663;
    margin-bottom: 0px;
    font-size: 60px;
    font-weight: 600;
	letter-spacing: 3.1px;
    text-transform: uppercase;
	font-family:webkit-body !important;

}
.logo h4{
	color: #634663;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin-top: -5px;
}
/* logo section end */
.m-t-20 {
    margin-top: 35px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-l-40 {
    margin-left: 40px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
/* About us start */
.aboutus{
	background: linear-gradient(to bottom, #ffffff,#d7f2fb);
	padding-top: 57px;
    padding-bottom: 57px;

}
.aboutusimg{
	/* float: left;
	padding-right: 14px; */
	    padding-left: 15px;
}
.aboutuscontent{
	padding-top:123px;
}
.aboutus li{
	list-style-type: none;
	font-size: 13.53px;
}
.aboutus li span{
	font-weight: 600;
}
.aboutus li .fa{
	font-size:15px;
	padding-right: 7px;
}
.aboutus h3{
	font-size: 44px;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 12px;
    letter-spacing: 1.1px;
    color: #634663;
    text-align:center;
    
}
.aboutus h1{
	font-size: 62px;
    font-weight: 600;
	margin-bottom: 16px;
    color: #634663;
    letter-spacing: 1px;
}
.aboutus h4{
	font-size: 33px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 1.1px;
    color: #4a4a80;
}
.aboutus a{
	font-size: 25px;
    color: #4a4a80;
    line-height: 22px;
}
.aboutus a:hover{
    color: #000;
}
.aboutnopadding1{
	
}
/* About us end */

/* editorialboard start */
.rightsecheading{
	background:#f2f2f4;
	border-left: 7px solid #634663;
	border-right: 4px solid #634663;
}
.triangle {
    position: absolute;
    margin: auto;
    /* top: 11px; */
    margin-top: 11px;
    left: 10px;
    /* right: 148px; */
    text-align: right;
    /* float: right; */
    width: 12px;
    height: 12px;
    border-right: solid 15px #634663;
    border-bottom: solid 30px transparent;
    border-bottom: solid 15px transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* border-right: 2px solid #e74c3c; */
    /* border-bottom: 2px solid #be1d2c; */
}
/* .rightsecheading:before {
    content: '\25ba';
    border-width: 5px;
    position: relative;
    left: -6px;
    top: 5px;
    float: left;
    color: #be1d2c;
}  */
.rightsecheading h4{
	text-align: left;
/* 	padding-left: 14px; */
    padding: 10px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
	margin-left: 3px;
}
.editorialboard{
	border: 1px solid #d9d9d9;
    text-align: center;
	margin-bottom: 25px;
	padding-top: 28px;
    padding-bottom: 20px;
}
.editorialboard img{
	padding-bottom: 15px;
    /* padding-top: 20px; */
}
.editorialboard h4 {
    font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
}
.editorialboard h4 a{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    font-style: normal;
}
.editorialboard h4 a:hover{
   color: #be1d2c;
}
.editorialboard p{
	margin-bottom: 5px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 18px;
}
.editorialboard a{
	margin-bottom: 5px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 18px;
	font-style: italic;
	font-weight: 400;
}
.editorialboard a:hover{
	color: #634663;
}
.editorialboard a .fa{
	color: #634663;
    padding-right: 8px;
}
/* editorialboard end */

/* current issues start */
.currentissues{
	border: 1px solid #d9d9d9;
	margin-bottom: 25px;
}
.currentissuescontent{
	border-bottom: 1px solid #d9d9d9;
	padding: 10px;
}
.currentissuescontent:hover{
	background:#f2f2f4;
}
.currentissuescontent:last-child{
	border-bottom: none;
}
.currentissues h4{
	margin-bottom: 0px;
    padding-top: 0px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 7px;
	/* text-align:justify; */
}
.currentissues h4 a{
	margin-bottom: 0px;
    padding-top: 0px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
	color: #634663;
}
.currentissues h4 :hover{
	color: #4a4a80;
}
.currentissues label{
	font-size: 12px;
	margin-bottom: 0px;
	padding-left: 7px;
}
/* current issues end */

/* latesttweets start */
.latesttweets{
	margin-bottom: 25px;
}
/* latesttweets end */

/* recent comments start */
.recentcomments{
	margin-bottom: 25px;
}
/* recent comments end */

/* socialmedia start */
.socialmedia{
	margin-bottom: 25px;
	padding: 18px;
	border: 1px solid #ececec;
	text-align: center;
}
.socialmedia ul{
	display: flex;
}
.socialmedia ul li{
	display: block;
    padding-right: 0px;
    width: 84px;	
}
.socialmedia .fa{
	color:#fff
}
.socialnopadding{
	padding:0px;
}
.socialmedia .facebook{
	background:#39579a;
	padding: 10px; 	
}
.socialmedia .facebook:hover{
	background:#344e8a;
	padding: 10px; 	
}
.socialmedia .facebook label{
	color: #fff;
}
.socialmedia .facebook h6{
	color: #fff;
}
.socialmedia .twitter{
	background:#55acee;
	padding: 10px;	
}
.socialmedia .twitter:hover{
	background:#55a7e4;
	padding: 10px;	
}
.socialmedia .twitter label{
	color: #fff;
}
.socialmedia .twitter h6{
	color: #fff;
}
.socialmedia .googleplus{
	background:#dd4b39;
	padding: 10px;   
}
.socialmedia .googleplus:hover{
	background:#cc4433;
	padding: 10px;   
}
.socialmedia .googleplus label{
	color: #fff;
}
.socialmedia .googleplus h6{
	color: #fff;
}

/* socialmedia end */

/* subscribe start */
.Subscribe{
	margin-bottom: 25px;
	border: 1px solid #ececec;
	padding:10px;
}
.Subscribe h6{
	padding-bottom: 10px;
	font-size: 13px;
}

/* edit */
.subscribesec{
	background-color: #fff;
}
.subscribesec .form-control {
    background-color: #ffffff;
	font-size: 13px;
}
.subscribesec .input-group {
    padding-bottom: 5px;
    width: 100%;
}
.subscribesec input.btn.btn-lg {
    width: 60%;
    min-height: 35px;
    border-radius: 1px;
    margin-right: 3px;
	font-size:12px;
	text-align: left;
	border: 1px solid #f2f2f4;
}
.subscribesec button.btn {
    width: 35%;
    height: 36px;
    font-weight: 500;
    padding-left: 12px;
	border-radius: 1px;
	font-size: 13px;
	background: #634663;
	border: none;
	color: #fff;
}
.subscribesec button.btn:hover {
  outline: 0;
  background-color:#4a4a80;
}

/* subscribe end */
.articlesnopadding{
	padding: 14px;
}
.journalarticlesheading{
	margin-top: 0px;
    border-bottom: 1px solid #634663;
    border-left: 5px solid #634663;
	padding-left: 12px;
}
.journalarticlesheading h3{
    font-size:19px;
    margin-bottom:0px;
    padding: 4px 10px 6px 0px;
}
.journalarticlesheading span{
    font-size:21px;
    margin-bottom:0px;
    padding:10px 10px 10px 0px;
    display: block;
}
    

.fix_height{
	height:260px !important;
	}

.journalarticles{
	border: 1px solid #ececec;
	margin-top: 15px;
	padding: 12px;
	}
.journalarticles:hover{
       box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    
}	
.journalarticles label{
	font-size:12px;
	/* color:#c1c4c3; */
	color:#9a9a9a;
	padding-right: 8px;
}
.journalarticles i{
	padding-right: 3px;
}
.journalarticles a h3{
	font-size: 15px;
    color: #634663;
    font-weight: 400;
    line-height: 21px;
    text-align: justify;
    margin-bottom: 10px;
	text-transform: capitalize;
}
.journalarticles a h3:hover{
	font-size: 15px;
    color: #4a4a80;
    /* font-weight: 600; */
    line-height: 21px;
    text-align: justify;
    margin-bottom: 10px;
	text-transform: capitalize;
	
}
.journalarticles p{
	font-size: 14px;
    color: #373536;
	line-height:24px;
	text-align: justify;
	margin-bottom: 15px;
}
.journalarticles a{
	color: #4a4a80;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles a:hover{
	color: #be1d2c;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles a .fa{
	padding-right: 5px;
}


.journalarticles ul.infolinks {
   list-style: none;
   margin-bottom: 0px;
   text-align: right;
}
.journalarticles ul.infolinks li {
   display: inline-flex;
   padding-right: 0px;
   margin-right: 10px;
   line-height: 12px;
   border-right: 1px #CCC solid;
}
.journalarticles ul.infolinks a {
   color: #32487a;
   text-decoration: none;
   padding-right: 8px;
   font-size: 13px;
   font-weight: 400;
   
}
.journalarticles ul.infolinks li:last-child {
   border-right: none !important;
   margin-right: 0px !important;
}



.articlesinpressheading{
    border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px;
}
/* Full Text*/
.full_text{
	background:#FFF;
	padding:20px;
	}
.full_text .top{
	display:block;
	}	
.full_text .top h1{
	font-size:24px;
	line-height:38px;
	color: #634663;
    font-weight: 500;
	}
.full_text .top ul.infolinks{
	list-style: none;
	margin-bottom: 0px;
}
.full_text .top ul.infolinks li{
	display: inline-flex;
	padding-right: 0px;
	border-right: 1px solid #212121;
	line-height: 12px;
}
.full_text .top ul.infolinks li:last-child{
	display: inline-flex;
	padding-left: 6px;
	border-right: 1px solid #005274;
}
.full_text .top ul.infolinks a{
	color: #4a4a80;
    text-decoration: none;
    padding-right: 8px;
    font-size: 13px;
	font-weight: 400;
}
.full_text .top ul.infolinks a:hover{
	color: #634663;
}
/* Full Text end*/
/* volumes content start */
.journalarticles1{
	border: 1px solid #ececec;
	margin-top: 15px;
}
.journalarticles1 label{
	font-size: 18px;
    /* color: #c1c4c3; */
    /* color: #9a9a9a; */
    /* padding-right: 8px; */
        font-weight: 400;
    color: #634663;
    /* padding-bottom: 9px; */
    margin-bottom: 0px;
    /* padding: 1px 5px 1px 5px; */
    /* background: #be1d2c; */
}
.journalarticles1 i{
	padding-right: 8px;
	font-size: 17px;
}
.journalarticles1 a h3{
	font-size: 15px;
color: #634663;
font-weight: 400;
line-height: 21px;
text-align: justify;
margin-bottom: 17px;
text-transform: capitalize;
padding: 10px 20px;
border: 1px #634663 solid;
}
.journalarticles1 a h3 span{
	
}
.journalarticles1 a h3:hover{
    color: #FFF;
	text-decoration:none;
	background:#634663;
}
.journalarticles1 p{
	font-size: 14px;
    color: #373536;
	line-height:24px;
	text-align: justify;
	margin-bottom: 15px;
}
.journalarticles1 a{
	color: #18bc9d;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles a:hover{
	color: #634663;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles1 a .fa{
	padding-right: 5px;
}
.journalarticles2{
	border: 1px solid #ececec;
	margin-top: 15px;
	padding: 12px;
}
.journalarticles2 label{
	font-size: 18px;
    /* color: #c1c4c3; */
    /* color: #9a9a9a; */
    /* padding-right: 8px; */
    font-weight: 400;
    color: #634663;
    /* padding-bottom: 9px; */
    margin-bottom: 12px;
}
.journalarticles2 i{
	padding-right: 10px;
}
.journalarticles2 a h3{
	font-size: 15px;
    color: #634663;
    font-weight: 500; 
    line-height: 21px;
    text-align: justify;
    margin-bottom: 17px;
	text-transform: capitalize;
}
.journalarticles2 a h3 span{
	
}
.journalarticles2 a h3:hover{
    color: #000;
	text-decoration:underline;
}
.journalarticles2 p{
	font-size: 14px;
    color: #373536;
	line-height:24px;
	text-align: justify;
	margin-bottom: 15px;
}
.journalarticles2 a{
	color: #18bc9d;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles2 a:hover{
	color: #be1d2c;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles2 a .fa{
	padding-right: 5px;
}
.journalarticles3{
	border: 1px solid #ececec;
	margin-top: 15px;
	padding: 12px;
}
.journalarticles3 label{
	font-size: 18px;
    /* color: #c1c4c3; */
    /* color: #9a9a9a; */
    /* padding-right: 8px; */
    font-weight: 400;
    color: #634663;
    /* padding-bottom: 9px; */
    margin-bottom: 12px;
	border-bottom: 2px solid #634663;
}
.journalarticles3 i{
	padding-right: 5px;
}
.journalarticles3 a h3{
	font-size: 15px;
    color: #634663;
    font-weight: 500; 
    line-height: 21px;
    text-align: justify;
    margin-bottom: 17px;
	text-transform: capitalize;
	text-decoration: underline;
}
.journalarticles3 a h3 span{
	
}
.journalarticles3 a h3:hover{
    color: #000;
	text-decoration:none;
}
.journalarticles3 p{
	font-size: 14px;
    color: #373536;
	line-height:24px;
	text-align: justify;
	margin-bottom: 15px;
}
.journalarticles3 a{
	color: #18bc9d;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles3 a:hover{
	color: #be1d2c;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles3 a .fa{
	padding-right: 5px;
}
.journalarticles4{
	border: 1px solid #ececec;
	margin-top: 15px;
}
.journalarticlesyear1{
	padding: 5px;
    margin-bottom: 4px;
    padding-left: 11px;
    border-bottom: 1px solid #CCC;
	background:#f2f2f4;
}
.journalarticlesvolume1{
	padding:10px 20px;
}
.journalarticles4 label{
	font-size: 18px;
    /* color: #c1c4c3; */
    /* color: #9a9a9a; */
    /* padding-right: 8px; */
    font-weight: 400;
    color: #3a3a3a;
    /* padding-bottom: 9px; */
}
.journalarticles4 i{
	padding-right: 7px;
}
.journalarticlesyear{
	background: #f2f2f4;
    padding: 5px;
    margin-bottom: 0px;
	padding-left: 11px;
}
.journalarticlesvolume{
	padding: 10px 20px;
}
.journalarticles4 a h3{
	font-size: 15px;
    color: #3a3a3a;
    font-weight: 400; 
    line-height: 35px;
    text-align: justify;
    margin-bottom: 0px;
	text-transform: capitalize;
	text-decoration: underline;
}
.journalarticles4 a h3 span{
	
}
.journalarticles4 a h3:hover{
    color: #4a4a80;
	text-decoration:none;
}
.journalarticles4 p{
	font-size: 14px;
    color: #373536;
	line-height:24px;
	text-align: justify;
	margin-bottom: 15px;
}
.journalarticles4 a{
	color: #18bc9d;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles4 a:hover{
	color: #be1d2c;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles4 a .fa{
	padding-right: 5px;
}
.journalarticles5{
	border: 1px solid #ececec;
	margin-top: 15px;
	padding: 12px;
}
.journalarticles5 label{
	font-size:12px;
	/* color:#c1c4c3; */
	color:#9a9a9a;
	padding-right: 8px;
}
.journalarticles5 i{
	padding-right: 5px;
}
.journalarticles5 a h3{
	font-size: 15px;
    color: #634663;
    line-height: 21px;
    text-align: justify;
    margin-bottom: 10px;
	text-transform: capitalize;
}
.journalarticles5 a h3:hover{
	font-size: 15px;
    color: #000;
    /* font-weight: 600; */
    line-height: 21px;
    text-align: justify;
    margin-bottom: 10px;
	text-transform: capitalize;
	text-decoration:none;
}
/* volumes content end */
.currentissueheading{
	border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px
}
.pastissueheading{
	border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px
}
.submitarticleheading{
	border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px
}
.menuscript_box{
	margin:0px auto; background-color:#FFF; padding:20px;
	}
.menuscript_box label{
	color: #000;
    font-size: 13px;
    font-weight: 300;
}
.menuscript_box .submit_input{
	width:100%;
	}	
.menuscript_box .submit_input input{
	width:100%;
	min-height: 32px;
	border: 1px solid #e7e7e7;
	}
.menuscript_box .submit_input select{
	width: 100%;
    height: 25px;
    margin-bottom: 5px;
    font-size: 13px;
	border: 2px solid #e7e7e7;
	}	
.menuscript_box .submit_input textarea{
	width:100%;
	}
.menuscript_box .textarea{
	width:100%;
	}
.menuscript_box .textarea textarea{
	width:100%;
	border: 1px solid #e7e7e7;
	}
.menuscript_box .fileupload{
	
}
.menuscript_box .fileupload input{
	border: 0px solid #e7e7e7;
	min-height: 34px;
}	
.menuscript_box .btn-sub{ 
	background: #634663;
    border: 1px #634663 solid;
	color:#FFF;
	padding:4px 8px;
	box-shadow: 1px 1px 2px #555555;
	cursor:pointer;
	}	
.menuscript_box .btn-sub:hover{
	background: #4a4a80;
	border: 1px #4a4a80 solid;
	}
.menuscript_box .btn-sub:focus	{ background-image: linear-gradient(#dedede 50%, #adadad 100%);
    border:1px solid #777777;
    outline: 0 !important;
	color:#32487a;
		}	
.menuscript_box .submit_logo{
	width:100%;
	height:40px;
	}	
.submit_logosection{
	width:100%;
	text-decoration:none;
	}	

.submit_logosection a{
	text-decoration:none;
	color:#FFF;
	}
.submit_logosection a:hover{
	text-decoration:none;
	}	
.submit_logosection h2{
	color:#FFF;
    font-family: 'Cinzel', serif;
	/*padding-top: 30px;*/
	clear:both;
	font-size:36px;
	font-weight:600;
	}
.submit_logosection h6{
	margin-bottom:0px;
	}	
.submit_logosection h2 span{
	font-weight:600;
	/*color:#32487a;
	text-decoration:underline;
	
	background:#d82e86;
	color:#FFF;
	padding:0 4px;*/
	/*border-bottom:2px #32487a solid;*/
	}
	
		
.menuscript_box .submit_titel {
    position: relative;
    margin-top: -10px;
    margin-bottom: 7px;
    background: #ffffff;
/*    border: 1px solid #cccccc;
    padding: 2px 5px;*/
    font-weight: bold;
    text-align: left;
}			
.menuscript_box .content-text{
	background:#e6e6e6;
	border:1px #CCC solid;
	padding:10px;
	margin-top:20px;
	}	
/* editorial board start*/
.editorialboardheading{
	border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px
}
.editorial_box{
	display: inline-block;
    margin-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
	width:100%;
	padding-top: 25px;
}
.editorial_box:last-child{
    border-bottom: none;
}
.editorial_box .content h6 {	
    margin-bottom: 0px;
}
.editorial_box .content h2 {
    font-weight: bold;
    color: #2e3092;
    font-size: 13px;
    margin: 2px 0 5px 0;
}
.editorial_box .content h3 {
    color: #000;
    font-size: 13px;
    /* margin: 2px 0; */
    line-height: 1.4em;
	/* padding-bottom: 12px; */
}
.editorial_box .content h6 a{
	font-size: 15px;
    line-height: 1.55;
    padding-top: 0px;
    margin-bottom: 0px;
	color: #634663;
}
.editorial_box .content h6 a:hover{
	color: #4a4a80;
	
}
.editorial_box .content p{
	text-align: justify;
    font-size: 13px;
    line-height: 1.55;
}
.editorial_box .board_img{
	float: left;
    width: 113px;
	border: 1px #CCC solid;
}
.editorial_box .content{
	/*float: left;
    width: 410px;*/
   /* margin-left: 10px;
	margin-top: 2px;*/
	position: relative;
	padding-left: 125px;
}
.editorial_box .content span{
	display:block;
	}
.editorial_box .content span a{
text-decoration:none;
color:#d82e86;
	}	
.editorial_box .content h6{
	font-size:13px;
	font-weight:bold;
	padding-bottom: 5px;
	}	

/* end : editorial board*/
.instructionsheading{
	border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px
}
.instructionscontent{
	padding-top: 25px;
}
.instructionscontent p{
	
}
.publisherheading{
	border-bottom: 1px solid #634663;
    border-left: 5px solid #634663;
	padding-left: 12px
}
.registerheading{
	border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px
}
.contactheading{
	border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px
}
.contactform-section {
    /* padding: 20px; */
	padding-top: 20px;
}
.contactform-section h4 {
    font-size: 13px;
    font-weight: 400;
    padding: 0 0 10px 0px;
}
.contactform-section h2{
}
.contactform-section input {
    min-height: 38px;
}
.contactform-section button.btn {
    width: 25%;
    height: 36px;
    line-height: 10px;
    font-weight: 500;
    padding-left: 12px;
    border-radius: 1px;
    font-size: 14px;
    background-color: #634663;
    border: none;
    color: #fff;
}
.contactform-section button.btn:hover {
	background:#4a4a80;
}
.contactaddress-section{	
    color: #707070;
	background: #f2f2f4;
    padding: 15px;
	margin-top: 53px;;
}
.contactaddress-section a{	
	text-decoration:none;
    color: #634663;
	}	

.contactaddress-section h4{
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0 4px 0px;
	color:#111;
	margin-bottom: 5px;
}
.contactaddress-section label{
    font-size: 13px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	color: #000;
}
.contactaddress-section p{
   font-size: 13px;
   margin-bottom:0px;
   /* padding-bottom: 3px; */
   line-height: 1.85;
   color: #000;
}
.contactaddress-section i{
    color: #000000;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
	padding-right: 4px;
}
.contactaddress-section .m-b-40{
	padding-bottom: 25px;
}

.submitBtn{
	padding:10px 40px;
	background:#be1d2c;
	color:#FFF;
	border:1px #d82e86 solid;
	text-transform:uppercase;
	text-decoration:none;
	}
.submitBtn:hover{
	color:#FFF;
	background:#7a0026;
	border:1px #7a0026 solid;
	text-decoration:none;
	}
/* footer start */
.footer{
	padding-top: 66px;
    padding-bottom: 66px;
	background: #634663;
 /*    box-shadow: 0 0 1rem 0.25rem rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1rem 0.25rem rgba(0,0,0,.3); */
}
.footer h4{
	color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
	letter-spacing: 1px;
}
.footer p{
	color: #838383;
    font-size: 13px;
	margin-bottom: 0px;
	padding-top: 0px;
}
.footer hr{
	margin-top: 10px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #424242;
}
.footer li a{
	color: #fff;
    font-size: 13px;
}
.footer li a:hover{
	text-decoration:underline;
	color:#fff
}
.footersupport h4{
	color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
	letter-spacing: 1px;
}
.footersupport li a{
	color: #d4d4d4;
    font-size: 13px;
}
.footersupport li a:hover{
	text-decoration:underline;
	color:#fff
}
.socialmedia1{
	margin-bottom: 25px;
	/* padding: 18px;
	border: 1px solid #ececec; */
	text-align: center;
}
.socialmedia1 ul{
	display: flex;
}
.socialmedia1 ul li{
	display: block;
    margin-right: 17px;
}
.socialmedia1 .fa{
	color:#fff
}
.socialnopadding{
	padding:0px;
}
.socialmedia1 .facebook{
	background: #39579a;
    padding: 4px;
    width: 34px;
    height: 34px;
    border-radius: 50px;
}
.socialmedia1 .facebook:hover{
	background:#344e8a; 	
}
.socialmedia1 .twitter{
	background:#55acee;
    padding: 4px;
    width: 34px;
    height: 34px;
    border-radius: 50px;
}
.socialmedia1 .twitter:hover{
	background:#55a7e4;
}
.socialmedia1 .googleplus{
	background:#dd4b39;
    padding: 4px;
    width: 34px;
    height: 34px;
    border-radius: 50px;
}
.socialmedia1 .googleplus:hover{
	background:#cc4433;
}
.socialmedia1 .rss{
	background:#f26522;
    padding: 4px;
    width: 34px;
    height: 34px;
    border-radius: 50px;
}
.socialmedia1 .rss:hover{
	background:#d2571c;
}

/* socialmedia1 end */
.footerbottom{
	background: #4d344d;
    padding-top: 38px;
    padding-bottom: 30px;
}
.footerbottom p{
	color: #fff;
    margin-bottom: 0px;
    text-align: left;
	font-size: 13px;
}
.footerbottom label{
    color: #fff;
	text-align: left;
    display: block;
}
.footerbottom a{
    color: #ffffff;
    margin-right: 18px;
    border-right: 2px solid #fff;
    padding-right: 15px;
	font-size: 14px;
}
.footerbottom a:hover{
   text-decoration:underline;
}
.footerbottom a:last-child{
    border-right: 0px solid #fff;
}
.footerbottom h6 {
    color: #fff;
    margin-bottom: 10px;
}
.footerbottom h3 {
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 50px;
    font-family: -webkit-body;
    text-transform: uppercase;
    margin-top: -4px
}
.footerbottom h4 {
    color: #fff;
    margin-bottom: 0px;
	font-size: 12px;
}
.padding2{
	
}
/* footer end */


/* back to top start */
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/cd-top-arrow.svg) no-repeat center 50%;
  background-color: #634663;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
  z-index: 99;
}
.cd-top:hover {
  background-color: #4a4a80;
  opacity: 1;
}
/* back to top end */



/* responsive start*/
@media (max-width: 1023px) {
nav.navbar.bootsnav .navbar-brand {
    display: inline-block;
    float: none !important;
    margin: 0 !important;
  }

nav.navbar.bootsnav .navbar-header {
    float: none;
    display: block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

nav.navbar.bootsnav .navbar-toggle {
    display: inline-block;
    float: right;
    margin-top: 15px;
}

nav.bg-dark.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
}

nav.bg-dark.navbar.bootsnav ul.nav > li > a {
    background-color: transparent;
    color: #333333 !important;
}

nav.navbar.bootsnav .navbar-collapse.collapse.in {
    /* background: #ffffff none repeat scroll 0 0; */
    display: block;
    margin-bottom: 30px;
  }
nav.navbar.bootsnav .navbar-collapse {
    border: none;
    margin-bottom: 0;
  }

nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none !important;
}

nav.navbar.bootsnav .navbar-collapse.collapse.in {
    display: block !important;
  }

nav.navbar.bootsnav .navbar-nav {
    float: none !important;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
  }

nav.navbar.bootsnav .navbar-nav > li {
    float: none;
  }

nav.navbar.bootsnav .navbar-nav > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 10px !important;
    border-top: solid 1px #e0e0e0;
    margin-bottom: -1px;
  }
nav.navbar.bootsnav .navbar-nav > li:first-child > a {
    border-top: none;
  }

a.arrow-button {
  margin: 1em auto;
  width: 280px;
  text-align: center;
  background-color: #eee;
  padding: 0.5em 0;
  display: block;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.6);
  border-radius: 8px;
  color: #eee;
  background-color: #333;
}
}

/* .arrow-left:before {
    content: '\25c4';
    padding-right: 0.5em;
}

.arrow-down:after {
    content: '\25bc';
    padding-left: 0.5em;
}
.arrow-up:after {
    content: '\25b2';
    padding-left: 0.5em;
} */
@media (max-width: 320px){
.topbarlists ul li a{
	font-size: 9px;
    color: #000000;
}
.footersupport h4 {
	padding-top: 22px;
}
.contactaddress-section {
	margin-bottom:20px;
}
.aboutusimg {
	padding-bottom:10px;
}
}

@media (min-width: 320px) and (max-width: 767px){
    .fix_height{
	height:auto !important;
	}
.rightsecheading {
    background: #f2f2f4;
    border-left: 7px solid #634663;
    border-right: 4px solid #634663;
    margin-top: 25px;
}
.logo h1 {
    color: #634663;
    margin-bottom: 5px;
    font-size: 50px;
}
.aboutus h1 {
    font-size: 23px;
}
.aboutus h3 {
    font-size: 16px;
}
.aboutus h4 {
    font-size: 11px;
}
.logo h4 {
    font-size: 12px;
}
.logo label {
	font-size: 12px;
    margin-bottom: 0px;
}
.aboutuscontent {
    padding-top: 20px;
}
.aboutusimg {
    padding-left: 0px;
}
.aboutus {
    padding-top: 40px;
    padding-bottom: 40px;
}
.socialicons {
    float: none;
}
.footerbottom a {
	font-size: 10px;
}
}

@media (min-width: 768px){
.topbarlists ul li a{
	font-size: 11px;
    color: #000000;
}
}






.widget-subscribe-form label.error {
	position: absolute;
	background: #d51522;
	border: 1px solid #f54e65;
	color: #fff!important;
	right:0px;
	top:-32px;

}
.widget-subscribe-form label.error:after, .widget-subscribe-form label.error:before {
	top: 100%;
	left: 8%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.widget-subscribe-form label.error:after {
	border-color: rgba(213, 21, 34, 0);
	border-top-color: #d51522;
	border-width: 8px;
	margin-left: -8px;
}
.widget-subscribe-form label.error:before {
	border-color: rgba(245, 78, 101, 0);
	border-top-color: #f54e65;
	border-width: 9px;
	margin-left: -9px;
}


.widget-subscribe-form.ram label.error {
	/*top:29% !important;*/
}
	
.widget-subscribe-form.text-success{
	background:#060;
	border: 1px solid #090;
	color: #fff!important;
	padding:2px 4px 2px 4px;
}


table {
  border-collapse: collapse;
}

td, th {
  border: 1px solid #999;
  padding: 0.5rem;
  text-align: left;
}



.journalarticl {
						margin-bottom:40px;  display: inline-block;
					}
					.journalarticl  ul{padding-top:20px; display: inline-block; }
                    .journalarticl  ul li{ margin-bottom: 10px;
    border-bottom: dotted 1px #b9b7b7; width: 42%;  float: left;  margin-right: 8%; padding: 5px 10px;  
    font-size: 14px;}
                        .journalarticl h5 {margin: 0px 0;}
                        .journalarticl h5 a i{color: #000;font-size: 12px; padding-right: 5px;}
                        .journalarticl .articles ul li { color: #634663;  cursor: auto;  text-decoration: none;}
                       .item-list ul li a{color: #02a9c1;font-weight: bold;padding: 7px 3px 4px 0;}
                       
                       
                       
                       
                       
/* Payment New */	
.pay_opt_h h3{
border-bottom:1px #CCC solid; 
color:#253b80; 
font-size:18px; 
padding:10px 0px 10px 0; 
text-align:center;}
.thanks-text h4{ font-size:14px; font-weight:600 !important;}
.text-small-1{ 
font-size:13px !important;
line-height:20px !important;
font-weight:normal !important;}
.r-text{
color:#000; font-size:14px; font-weight:normal; line-height:18px; margin-top:10px; text-align:center;
}
.or{ margin-top:120px;}	
.m-h{height:230px;}
.pay-option-heading{
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border: 1px solid #ddd;
background:#eee;
margin-bottom:6px;
}
.th	_bg{ background:#eee;
}
.m-w-290{
min-width:290px;
}	
.power_sripe{
bottom: 6px;
position: absolute;
margin-left:40.5%
} 

.border {

   border: 1px #CCC solid;

}
