* {
  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: 45px;
    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: 13px;
    color: #000;
    font-weight: 500;
	text-transform: uppercase;
}
.topbarlists ul li a:hover{
    color: #a93c3f;
	text-decoration:underline;
}
.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: #1b365d;
  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;
  border: none;
  padding: 0;
  font-size: 18px;
  position: relative;
  top: 5px;
  color: #fff;
}
#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: #fff !important;
    font-weight: 600; 
	/* border-bottom: 4px solid #0087b6; */
	background: #a93c3f;
}
nav.navbar.bootsnav ul.nav > li:hover > a {
    color: #fff !important;
    /* border-bottom: 4px solid #0087b6; */
	/* background: #0087b6; */
	background: #a93c3f;
}
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 13px;
	padding: 15px 11px;
	margin-right: 18px;
    text-transform: uppercase;
	color: #fff !important;
}
/* nav.navbar.bootsnav ul.nav > li > a > span{
    font-size: 13px;
    text-transform: capitalize;
	color: #fff !important;
	background: #0087b6;
    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: #0087b6;
    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: 20px;
    padding-bottom: 20px;
	color:#fff;
	text-align: left;
	line-height: 0px;
}
.logo a{
	display:inline-block;
}
.logo label{
	color: #fff;
    margin-bottom: 0px;
    background: #4a4a80;
    /* display: inline-table; */
    text-align: right ! important;
    float: right;
    padding: 2px 8px 2px 8px;
    font-size: 15px;
    margin-right: 5px;
    margin-bottom: -10px;
	border-radius: 5px;
}
.logo h1{
	color: #1b365d;
    margin-bottom: 0px;
    font-size: 52px;
    font-weight: 600;
	/* letter-spacing: 3.1px; */
    text-transform: uppercase;
	font-family:webkit-body !important; 

}
.logo h4{
	color: #0087b6;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    margin-right: 7px;
	margin-top: -5px;
}
/* logo section end */

.m-b-20 {
    margin-bottom: 20px !important;
}
.m-l-40 {
    margin-left: 40px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-0{
	margin-bottom:0px !important;
	}

.m-20{
	margin:20px !important;
	}


.p-t-0{
	padding-top:0px !important;
	}
.p-t-20{
	padding-top:20px !important;
	}
.p-t-40{
	padding-top:20px !important;
	}
.p-t-50{
	padding-top:20px !important;
	}
.p-10{
	padding:10px !important;
	}
.p-20{
	padding:20px !important;
	}
.p-l-20{
	padding-left:20px !important;
} 
.p-r-20{
	padding-right:20px !important;
}
.p-b-20{
	padding-bottom:20px !important;
	}
.p-b-30{
	padding-bottom:30px !important;
	}
.p-b-40{
	padding-bottom:40px !important;
	}
.p-b-50{
	padding-bottom:50px !important;
}
.m-t-20{
	margin-top:20px !important;
}
.m-b-20{
	margin-bottom:20px !important;
}
.m-t-30{
	margin-top:30px !important;
}
.m-b-30{
	margin-bottom:30px !important;
}
.m-t-40{
	margin-top:40px !important;
}
.m-b-40{
	margin-bottom:40px !important;
}
.m-l-20{
	margin-left:20px !important;
}
.m-r-20{
	margin-right:20px !important;
}
.m-l-0{
	margin-left:0px !important;
	}
.m-t-0{
	margin-top:0px !important;
	}	
.m-b-60{
	margin-bottom:60px !important;
}
.m-b-80{
	margin-bottom:80px !important;
}
.m-b-100{
	margin-bottom:100px !important;
}
/* About us start */
.about_bg{ 
	/* background: url(../assets/img/bg.png) repeat-x top center; */ }
.aboutus{
	background: url(../../assets/img/bg.png) repeat-x top center;
	/*background:linear-gradient(to bottom, #ffffff,#d7f2fb);*/
	padding-top: 57px;
   /*  padding-bottom: 57px; */
	/* height: 412px; */
}
.aboutusimg{
	/* float: left;
	padding-right: 14px; */
	    padding-left: 15px;
}
.aboutus .aboutuscontent{
	padding-top: 20px;
    background: #fff;
	border: 1px solid #e4e4e4;
    padding: 25px;
    min-height: 259px !important;
	/* margin-top: -129px; */
}
.aboutus .aboutuscontent:hover{
	background: #f2f2f4;
}
.aboutus .aboutuscontent h4{
	font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 12px;
    /* letter-spacing: 1.1px; */
    color: #1b365d;
    text-align: center !important;
}
.aboutuscontent p{
	text-align:justify;
	font-size: 14px;
}
.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 h5{
	font-size: 16px;
    /* text-transform: capitalize; */
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 1.1px;
    color: #1b365d;
    text-align:center;
}
.aboutus h2{
	font-size: 44px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 1.1px;
    color: #a93c3f;
    text-align:center;
    
}
.aboutus h3{
	font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 1.1px;
    color: #14b691;
    text-align:center;
    
}
.aboutus h1{
	font-size: 62px;
    font-weight: 600;
	margin-bottom: 16px;
    color: #0087b6;
    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 */

.about-inner-heading{
	border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px
}
.about-inner-content{
	/* padding-top: 15px; */
}
.about-inner-content h4{
	color: #000;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 10px;
}
.about-inner-content p{
	
}

/* Journals names start */
.nopadding{
	padding:0px;
}
.journals-names{
	
}
.journals-names ul{
	
}
.journals-names li{
	/* border: 1px solid #e0e0e2;  */
    /* padding: 2px 14px; */
    margin-bottom: 10px;
}
.journals-names li:hover{
	background:#f2f2f4;
}
.journals-names li a{
	font-weight: 500;
    color: #000;
    font-size: 14px;
    border: 1px solid #e0e0e2;
    padding: 2px 14px;
    display: block;
}
/* Journals names end */

.journals-inner-content{
	border: 1px solid #d9d9d9;
}

/* editorialboard start */
.rightsecheading{
	background:#f2f2f4;
	border-left: 7px solid #0087b6;
	border-right: 4px solid #0087b6;
}
.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 #0087b6;
    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: #0087b6;
}
.editorialboard a .fa{
	color: #0087b6;
    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: 14px;
    line-height: 20px;
    font-weight: 500;
	color: #1b365d;
}
.currentissues h4 :hover{
	color: #a93c3f;
	font-weight:500;
}
.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 {
    width: 100%;
    min-height: 35px;
    border-radius: 1px;
    margin-right: 3px;
	font-size:12px;
	text-align: left;
	border: 1px solid #CCC;
	padding-left: 10px;
}
.subscribesec button.btn {
    width: 100%;
    height: 36px;
    font-weight: 500;
    padding-left: 12px;
	border-radius: 1px;
	font-size: 13px;
	background: #1b365d;
	border: none;
	color: #fff;
}
.subscribesec button.btn:hover {
  outline: 0;
  background-color:#a93c3f;
}

/* subscribe end */
.articlesnopadding{
	padding: 14px;
}
.journalarticlesheading{
	    margin-top: 0px;
    border-bottom: 2px solid #1b365d;
    /* border-left: 5px solid #0087b6; */
    /* padding-left: 12px; */
}
.journalarticlesheading h3{
    font-size: 18px;
    margin-bottom: 0px;
    padding: 5px 10px 5px 10px;
    background: #1b365d;
    color: #fff;
    display: inline-block;
}
.journalarticlesheading span{
    font-size:21px;
    margin-bottom:0px;
    padding:10px 10px 10px 0px;
    display: block;
}
    

.fix_height{
	height:240px !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);
    background:#f2f2f4;
}	
.journalarticles label{
	font-size:12px;
	/* color:#c1c4c3; */
	color:#9a9a9a;
	padding-right: 8px;
}
.journalarticles i{
	padding-right: 3px;
}
.journalarticles a h3{
	font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 21px;
    text-align: justify;
    margin-bottom: 10px;
	text-transform: capitalize;
}
.journalarticles a h3:hover{
    color: #1b365d;	
}
.journalarticles p{
	font-size: 14px;
    color: #717171;
	line-height:24px;
	text-align: justify;
	margin-bottom: 5px;
}
.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: left;
}
.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: #1b365d;
   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: #0087b6;
    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: #0087b6;
}
/* 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: #0087b6;
    /* 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: #0087b6;
font-weight: 400;
line-height: 21px;
text-align: justify;
margin-bottom: 17px;
text-transform: capitalize;
padding: 10px 20px;
border: 1px #0087b6 solid;
}
.journalarticles1 a h3 span{
	
}
.journalarticles1 a h3:hover{
    color: #FFF;
	text-decoration:none;
	background:#0087b6;
}
.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: #0087b6;
    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: #0087b6;
    /* padding-bottom: 9px; */
    margin-bottom: 12px;
}
.journalarticles2 i{
	padding-right: 10px;
}
.journalarticles2 a h3{
	font-size: 15px;
    color: #0087b6;
    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: #0087b6;
    /* padding-bottom: 9px; */
    margin-bottom: 12px;
	border-bottom: 2px solid #0087b6;
}
.journalarticles3 i{
	padding-right: 5px;
}
.journalarticles3 a h3{
	font-size: 15px;
    color: #0087b6;
    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: #0087b6;
    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: 28px;
	border: 1px solid #e7e7e7;
	padding-left: 4px;
	}
.menuscript_box .submit_input select{
	width: 100%;
    height: 29px;
    margin-bottom: 5px;
    font-size: 13px;
	border: 1px solid #e7e7e7;
	}	
.menuscript_box .submit_input textarea{
	width:100%;
	}
.menuscript_box .textarea{
	width:100%;
	}
.menuscript_box .textarea textarea{
	width:100%;
	border: 1px solid #e7e7e7;
	padding-left: 4px;
	font-size: 13px;
	}
.menuscript_box .fileupload{
	
}
.menuscript_box .fileupload input{
	border: 0px solid #e7e7e7;
	min-height: 34px;
}	
.menuscript_box .btn-sub{ 
	background: #1b365d;
    border: 1px #1b365d solid;
	color:#FFF;
	padding:4px 8px;
	box-shadow: 1px 1px 2px #dedede;
	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: #0087b6;
}
.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{
	text-align: justify;
}
.publisherheading{
	border-bottom: 1px solid #0087b6;
    border-left: 5px solid #0087b6;
	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;
    border-radius: 0px;
}
.contactform-section textarea {
    border-radius: 0px;
}
.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: #1b365d;
    border: none;
    color: #fff;
}
.contactform-section button.btn:hover {
	background:#a93c3f;
}
.contactaddress-section{	
    color: #707070;
	background: #f2f2f4;
    padding: 15px;
	margin-top: 53px;;
}
.contactaddress-section a{	
	text-decoration:none;
    color: #1b365d;
    font-size: 12px;
    font-weight: 600;
}	
.contactaddress-section h4{
        font-size: 16px;
    font-weight: 600;
    padding: 0px 0 4px 0px;
    color: #a93c3f;
    margin-bottom: 0px;
}
.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: 26px;
    padding-bottom: 26px;
	background: #1b365d;
 /*    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 h3{
	color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-size:20px;
	letter-spacing: 1px;
}
.footer h5{
	color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
	letter-spacing: 1px;
}
.footer i{
	color: #FFF;
    font-size: 15px;
    margin-right: 10px;
	margin-top: 4px;
}
.footer p{
	color: #d4d4d4;
    font-size: 13px;
	margin-bottom: 0px;
	padding-top: 0px;
}
.footer p strong{
	color: #d4d4d4;
    font-size: 13px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
.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
}
.footersupport input {
    min-height: 34px;
}
.footersupport button.btn {
    /*width: 29%;*/
    height: 36px;
    line-height: 10px;
    font-weight: 500;
    padding-left: 12px;
    border-radius: 1px;
    font-size: 14px;
    background-color: #a93c3f;
    border: none;
    color: #fff;
}
.footersupport button.btn:hover {
	background:#a93c3f;
}
.footersupport .form-control {
	border-radius:0px;
}
.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;
	margin-right: 0px;
}
.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: #041227;
    padding-top: 5px;
    padding-bottom: 5px;
}
.footerbottom p{
	color: #fff;
    margin-bottom: 0px;
    text-align: center;
	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: #1b365d;
  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: #a93c3f;
  opacity: 1;
}
/* back to top end */



/* responsive start*/
@media (max-width: 1024px) {
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 11px;
    padding: 15px 10px;
}
}
@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 #0087b6;
    border-right: 4px solid #0087b6;
    margin-top: 25px;
}
.logo h1 {
    color: #1b365d;
    margin-bottom: 5px;
    font-size: 28px;
}
.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;
}
.aboutus .aboutuscontent {
	margin-bottom: 20px;
   /*  height: 300px; */
}
.footersupport{
	margin-bottom:40px;
}
}

@media (max-width: 768px){
.topbarlists ul li a{
	font-size: 11px;
    color: #000000;
}
.aboutus .aboutuscontent {
	margin-bottom: 20px;
	/* height: 170px !important; */
}
.footersupport{
	margin-bottom:40px;
}
}
@media (max-width: 991px){
.topbarlists ul li a{
	font-size: 11px;
    color: #000000;
}
.aboutus .aboutuscontent {
	margin-bottom: 20px;
	/* height: 170px !important; */
}
.footersupport{
	margin-bottom:40px;
}
}






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

}
.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;
}




/* Company Profile Page CSS */
.profile-page{ display:block;}
.profile-page p{ margin-bottom:10px; color:#1b365d !important;}
.m-t_80{ margin-top:-80px !important;}
.m-r-10{ margin-right:10px !important;}
.btn-more {
 color:#fff;
 background-color:#1b365d;
 border-color:#1b365d
}
.btn-more.focus,
.btn-more:focus {
 color:#fff;
 background-color:#132642;
 border-color:#132642
}
.btn-more:hover {
 color:#fff;
 background-color:#132642;
 border-color:#132642
}
.lite-bg{ background:#f1f1f1; border-radius:4px;}

.add-box{ margin:0 20px; background:#f1f1f1;}
.profile-page .btn-right{ position:absolute; right:40px; top:10px;}
.color-brand{ color:#e05725;}
.color-white{ color:#FFF;}
.over-top{ display:block; position:relative; top:-80px;}

.profile-page .mg-profile-banner{ margin-top:40px; height:240px; white-space:100%; background-image:url(../img/profile-banner.png); border-radius:4px; overflow:hidden;  padding:50px 20px;}
.profile-head{ display:block; position: relative; padding:0 40px;}
.mx-w{ width:160px !important;}

.profile-head .profile-logo{ display:block; background:#FFF; width:140px; height:140px; border-radius:4%; overflow:hidden; border:1px #ddd solid;}
.profile-head .profile-logo img{ width:140px; height:140px; }

.profile-head .profile-top-content{ display:block; margin-top:10px;}
.profile-head .profile-top-content h2{ font-size:28px; font-weight:600; margin-bottom:10px; color:#FFF; }
.profile-head .profile-top-content h6{ font-size:18px; font-weight:normal; color:#FFF; margin-bottom:10px;}
.profile-head .profile-top-content ul{ padding:0px; margin:0px; display: inline-block;}
.profile-head .profile-top-content ul li{color:#FFF; list-style:none; float:left; padding:4px 10px 10px 0; margin-right:10px; font-size:14px; font-weight:bold;}

.profile-head .mg-info{ display:block; }
.profile-head .mg-info ul{ padding:0px; margin:0px;}
.profile-head .mg-info ul li{ padding:4px; margin-right:20px; list-style:none; float:left; color:#FFF; font-weight:normal;}
.profile-head .mg-info ul li.mg-site{}

.profile-page .company-content-box { display:block; border-radius:4px; padding:20px; color:#1b365d !important;}
.profile-page .company-content-box .titel-text{ font-size:18px; color:#1b365d; font-weight:600; border-bottom:1px #ddd solid; padding-bottom:14px; margin-bottom: 10px;}
.profile-page .company-content-box .profile-overview{ display:inline-block;}

.profile-page .profile-journals{ display:block; background:#1b365d;}
.profile-page .profile-journals .journals-names li a{ border:1px #FFF solid; background:#FFF; color:#1b365d; border-radius:2px;}
.profile-page .profile-journals .journals-names li a .issn{ float:right;}

.profile-page .profile-articles{ display:block; background:#f1f1f1;}
.profile-page .profile-articles .journalarticles{ background:#FFF; border-radius:4px;}
.profile-page .profile-articles .journalarticlesheading{border-bottom:1px #c6ccd3 solid !important;}
.profile-page .profile-articles .journalarticlesheading h3 {margin-bottom:0px;  padding:5px 10px 5px 10px;  background:#f1f1f1; color:#1b365d; font-weight:bold; }
.t-btn{ background:#1b365d; border:1px #1b365d solid; color:#FFF;}
.profile-page .profile-articles .journalarticles ul.infolinks li{ border-right:0px !important;}
.profile-page .profile-articles .journalarticles ul.infolinks a{ background:#f1f1f1; color:#1b365d; padding:8px 8px; border-radius:2px; border:none !important;}

.profile-page .profile-current-issues{display:block; background:#f1f1f1;}
.profile-page .profile-current-issues .journalarticlesheading{border-bottom:1px #c6ccd3 solid !important;}
.profile-page .profile-current-issues .journalarticlesheading h3 {margin-bottom:0px;  padding:5px 10px 5px 10px;  background:#f1f1f1; color:#1b365d; font-weight:bold; }
.profile-page .profile-current-issues .currentissues{ border:0px; padding:0 20px;}
.profile-page .profile-current-issues .currentissues .currentissuescontent{
    border: 1px solid #FFF; background:#FFF; border-radius:4px; float:left; margin-right:20px; margin-bottom:20px; height:135px; width:47%;
    padding: 10px;
}

.text-white{color:#FFF !important;}
.footersupport .form-group{ margin-bottom:5px;}
.btn-full{width:100%;}
.reload-captcha .fa-2{ font-size:18px; margin-left:5px; margin-top: 10px;}
.reload-captcha .fa-3 { font-size: 18px; margin-left: 10px;   margin-top: 8px;}

/* End Company Profile Page CSS */