/* Site Search*/
.searchbar1 {
    float: left;
    height:37px;
    background-color: #3684c5;
    color: white;
    padding: 6px 10px;
    width: 200px;
    border:0px;
    border-radius:10px;
    margin-top: 1px;
    margin-right: 8px;
    font-family: "Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
    border-bottom: white solid 2px;
    transition: 0.3s;
}

.searchbar1::placeholder {
    color: white;
    font-family: "Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
    /* transition: 0.2s; */
}

.searchbar1:focus {
    width: 210px;
    font-family: "Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    transition: 0.3s;
    /* Stops the input box from inheriting the styling from the inputs on the request form */
    border-bottom: white solid 2px;
    outline: none;
}

.btn-search {
    cursor: pointer;
    color: blue;
    text-decoration: none !important;
    font-family: "Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    padding-top: 5px;
    margin-right: 40px;
}
.btn-primary {
  color: #fff;
  background-color: #3684c5;
  border-color: #0079a1;
}
/* End Site search */

/* Fa icons style */
.fa {
    font-size: 20px;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    width: 30px;
    height: 27px;
    line-height: 32px;
    text-align: center;
    padding: 4px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}
/* end fa Css */

/* Drop down Css */
#main-navigation > li a {
  border-radius: 3px;
}
#main-navigation > li a {
  color: white;
  background: #3684c5;
  -webkit-box-shadow: 3px 2px 6px #000 !important;
}
.navbar-default .dropdown-menu>li>a:hover{
  background-color: #272727!important;
}
.navbar-nav>li>a {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  }
  .navbar-default .nav>li>a:hover{
    color: #fff;
    background: #3989ca;
}
.navbar .dropdown-menu>li>a{
  background-color: #3989ca;
  font-size: 13px;
  font-weight: 300;
  color: white!important;
}
.navbar-default .nav>li>a:focus{
  color: #fff;
    background: #3989ca;

}
/* end Dropdown Css */

/* About Journal Css */
.about_journal {
    padding: 20px;
    font-size: 1.03em;
    color: white;
    background: #006687;
    border: 0.5px solid #f0f0f0;
}

/* End About Journal Css */

/* Make submission image css */
.zoom{
  transition: transform 0.8s;
}
.zoom:hover{
  transform: scale(1.03);
}
/* end css */

/* sidebar custom heading */
.pkp_block .title {
  color: #ffffff;
  background: rgb(57, 137, 202)!important;
  background: -moz-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,220,237,1)), color-stop(100%, rgba(41,184,229,1)));
  background: -webkit-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
  background: -o-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
  background: -ms-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
  background: linear-gradient(to bottom, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#29b8e5', GradientType=0 );
}
/* Main site heading hide*/
#main-site>div>div>h2 {
  margin-top: 10px;
  display: none;
}
/* Main site heading hide*/

/* Main navigation css */
.journal_index {
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.site_header {
  margin-top: 25px;
}
/*End Main navigation css */

/* issue button */
.btn-info {
  color: #fff;
  background-color: #3684c5;
  border-color: #46b8da;
}
.btn-info:hover {
  color: #fff;
  background-color: #02204d;
  border-color: #269abc;
}
/* end issue button css */

/* Font family and font size */
body {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #222;
  background-color: #fff;
}
/* end Font family and font size */