/*body{
    background-color:#3498db;
}*/
/* ///////////////////////////header css start /////////////// */
#mobile
{
     display: none;
}
.mobissue
 {
     display: none;
 }
 .mobileissue
 {
    display: none;
 }

@media only screen and (max-width: 600px) {
  #mobile {
    display: block;
  }
  #desktop {
    display: none;
  }



  .mobissue
  {
     display: block;
  }

  .dektopissue
  {
     display: none;
  }
  .mobileissue
  {
    display: block;
    font-size:10px;
    margin-left: -9px;
  }
  .links
  {
    margin: 14px 10px;
    padding: 5px;
    margin-top: -1px;
  }
  .issn_no
  {
    border-left: 0px solid #e5e5e5;
  }
  .links:before
  {
    display: none;
  }
  .border-left
  {
     padding: unset;
  }
  .mobile_link
  {
    margin-left: 14px;
  }


}





.navbar{
    font-size: 13px;
}
.links:before {
    content: 'or';
    width: 20px;
    text-align: center;
    background: #fff;
    position: absolute;
    left: 28%;
    top: 40%;
    border-radius: 100%;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
}
.btn:hover {
    color: #f8f9fa!important;
}

.logos{
    width:95%;
}
.title_heading{
    color:#183558;
    font-size:29px; 
    font-weight:600;  
    font-family: "Lato", sans-serif;
}

.login
{
   background: #3498db;
   line-height: 25px;
    font-weight: bold;
}
.register{
   background: #e74c3c;
   line-height: 25px;
    font-weight: bold;  
}

/*.navbar:before {
    content: '';
    position: absolute;
    border-bottom: 0px solid transparent;
    border-top: 47px solid transparent;
    border-right: 45px solid #183558;
    right: 100%;
    top: 0px;
}*/
@media (min-width: 1200px) {
    .containerss {
      width: 1050px;
    }
  }
.issn_no{
    float: left;
    font-size: 13px;
    margin-left:0rem;
    padding: 8px;
    font-weight: bold;
    border-left: 1px solid #e5e5e5;
    color: #0f0f0f
}

.links .register:first-child {
    padding-bottom: 5px;
    background: #e74c3c;
    text-shadow: 0px 0px #da2d1b, 1px 1px #da2d1b, 2px 2px #da2d1b, 3px 3px #da2d1b, 4px 4px #da2d1b, 5px 5px #da2d1b, 6px 6px #da2d1b, 7px 7px #da2d1b, 8px 8px #da2d1b;
}

.links .login:last-child {
    padding-top: 5px;
    background: #3498db;
    text-shadow: 0px 0px #2280bf, 1px 1px #2280bf, 2px 2px #2280bf, 3px 3px #2280bf, 4px 4px #2280bf, 5px 5px #2280bf, 6px 6px #2280bf, 7px 7px #2280bf, 8px 8px #2280bf, 9px 9px #2280bf;
}
/* text-shadow: 0px 0px #2280bf, 1px 1px #2280bf, 2px 2px #2280bf, 3px 3px #2280bf, 4px 4px #2280bf, 5px 5px #2280bf, 6px 6px #2280bf, 7px 7px #2280bf, 8px 8px #2280bf, 9px 9px #2280bf, 10px 10px #2280bf, 11px 11px #2280bf, 12px 12px #2280bf, 13px 13px #2280bf, 14px 14px #2280bf, 15px 15px #2280bf, 16px 16px #2280bf, 17px 17px #2280bf, 18px 18px #2280bf, 19px 19px #2280bf, 20px 20px #2280bf, 21px 21px #2280bf, 22px 22px #2280bf, 23px 23px #2280bf, 24px 24px #2280bf, 25px 25px #2280bf, 26px 26px #2280bf, 27px 27px #2280bf, 28px 28px #2280bf, 29px 29px #2280bf, 30px 30px #2280bf, 31px 31px #2280bf, 32px 32px #2280bf, 33px 33px #2280bf, 34px 34px #2280bf, 35px 35px #2280bf, 36px 36px #2280bf, 37px 37px #2280bf, 38px 38px #2280bf, 39px 39px #2280bf, 40px 40px #2280bf, 41px 41px #2280bf, 42px 42px #2280bf, 43px 43px #2280bf, 44px 44px #2280bf, 45px 45px #2280bf, 46px 46px #2280bf, 47px 47px #2280bf, 48px 48px #2280bf, 49px 49px #2280bf, 50px 50px #2280bf; */

.links a i {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 20px;
}
.links {
    position: relative;
    float: left;
    margin: 14px 0px;
    font-size: 13px;
}

.dropdown-toggle::after {
    display:none;
}
.border-left{
    border-left: 1px solid grey;
    padding: 0px 16px;
}
.li_link{
    border-bottom: 1px solid grey;
  }
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.dropdown-item{

color: #fff;
}
.dropdown-items{
line-height: 40px;
padding: 0px 20px;
color: #fff;
font-size: 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #f8f9fa;
    background-color: #183558;
}
/* ///////////////////////////header css end /////////////// */


/* ///////////////////////////rightmenu css start /////////////// */



  .search {
    display: flex;
  }
  
  .searchTerm {
    width: 100%;
    border: 3px solid #3498db;
    background: #3498db;
    font-size: 13px;
    color: #fff;

   
  }
  
  .searchTerm:focus{
    color: #3498db;
  }
  
  .searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #3498db;
    background: #3498db;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
  }
  

.bgs-header{
background-color: #e74c3c;

}
.card_gree{
    border: 2px solid #2ecc71;
}
.green-card{
    background-color: #2ecc71;

}


.card_blue{
    border: 2px solid #2e97cc;
}

.blue-card{
    background-color: #2e97cc;
}

.card_warninga{
  
    border: 2px solid #f39c12;
}



.warnings-header{
    background-color: #f39c12;
}

.new_board{
    color: #324f59;
    background: #e2ecef;
    text-align: left;
    line-height: 30px;
    font-size: 13px;
    display: block;
    padding: 0px 15px;
    margin-bottom: 5px;
    transition: all .3s ease;
}

/* ///////////////////////////rightmenu css end /////////////// */


/* ///////////////////////////index css start /////////////// */
.welcome{
    background: #3498db;
    padding: 15px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    position: relative;
    /*color: #fff;*/

}
.bt-55{
    color:#183558;
}
/*.link_current{
    background-color: #183558;
    color:white;
    font-size: 13px;
}*/
.border_dotted{
    border: 1px dotted #ccc;
}
.half_bordersa{
    font-size: 13px;
    color: #333;
    font-family: "Lato", sans-serif;
}
.half_border{
   
    color : #BD392A;
    font-family: "Lato", sans-serif;
}
heading_top{
    font-size: 25px;
    line-height: 120%;
    margin-bottom: 15px;
    font-weight: normal;
    font-family: "Oswald", sans-serif;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 5px;
}


/*	    .half_border:before {
        content: '';
        position: absolute;
        top: 74%;
        left: 210px;
        width: 11%;
   
        background: #3498db;
        padding: 2px;
    }*/
 /*   .journal_name:before{
        content: '';
        position: absolute;
        top: 38%;
        left: 15px;
        width: 40%;
        background: #e74c3c;
        padding: 2px;
    }*/ 
   .read_more:before {
        content: '';
        position: absolute;
        border-top: 8px solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 15px solid #a82315;
        bottom: 100%;
        right: 0px;
    }
    .read_more:after {
        content: '';
        position: absolute;
        border-top: 0px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 15px solid #a82315;
        top: 100%;
        right: 0px;
    }

.read_more{ 
    position: absolute;
    right: -15px;
    bottom: 15px;
    border-radius: 17px 0px 0px 17px;  bottom: 15px;
    line-height: 27px;
    font-size: 13px;
    padding: 0px 10px;
    background: #e74c3c;
    color: #fff;
    font-family: "Oswald", sans-serif;
}
  
/* ///////////////////////////index css end /////////////// */


/* ///////////////////////////footer css start /////////////// */

.footer-top
{
    background-color: #272669;
    color: #ffffff;
}

.footer-top h3{
    border-bottom:1px solid #4341b4;
}

.footer-top ul li {
    border-bottom: .5px solid #8F9DB6 ;
}
.footer-top ul li {
    color:#8f9db6;
    font-size: 14px;
    line-height: 30px;
}
.footer-bottom{
    color: #ffffff;
    font-size: small;
}
.contents i {
 font-size: 20px;
    padding: 11px;
    border-radius: 10%;
    color: white;
    margin: 5px 0.5rem;
    /* filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5)); */
    /* transition: all 1s; */
    /* transform-style: preserve-3d;*/
}

.contents .facebook{
  background: #1976d3;
}

.contents .linkedin{
  background: #03a9f5;
}

/* ///////////////////////////footer css end /////////////// */


/* ///////////////////////////current issue css start /////////////// */
.accordion-button:focus {
    z-index: 3;
    border-color: #f8f9fa;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(248 249 250);
}
.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
}
/* ///////////////////////////current css end /////////////// */


/* ///////////////////////////Archives css start /////////////// */


    .cards_border{
        border:1px dotted blue;
    }
    .text-c{
        margin-left: -33px;
    }
    .text-starts{
     
    color: #030203;
    border-left: 2px solid red;
    font-size: 20px;
    font-weight: bolder;
    }
/* ///////////////////////////Archives css end /////////////// */



/* ///////////////////////////Past css start /////////////// */

  .fs-t{
font-size:13px;
  }

/* ///////////////////////////Past css end /////////////// */


/* ///////////////////////////Abstract css start /////////////// */
.ui.tag.label, .ui.tag.labels .label {
margin-left: 1em;
position: relative;
padding-left: 1.5em;
padding-right: 1.5em;
cursor: default;
}.ui.tag.label {
margin: 0 20px 10px 0;
}
.ui.label {
display: inline-block;
line-height: 1;
font-size:13px;
background-color: #e8e8e8;
padding: 0.5833em 0.833em;
color: rgba(0, 0, 0, 0.6);
}
.ui.tag.label:before, .ui.tag.labels .label:before {
position: absolute;
-webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
transform: translateY(-50%) translateX(50%) rotate(-45deg);
top: 50%;
right: 100%;
content: '';
background-color: inherit;
background-image: none;
width: 1.56em;
height: 1.56em;
-webkit-transition: none;
transition: none;
}
.ui.tag.label:after, .ui.tag.labels .label:after {
position: absolute;
content: '';
top: 50%;
left: -0.25em;
margin-top: -0.25em;
background-color: #fff !important;
width: 0.5em;
height: 0.5em;
-webkit-box-shadow: 0 -1px 1px 0 rgb(0 0 0 / 30%);
box-shadow: 0 -1px 1px 0 rgb(0 0 0 / 30%);
border-radius: 500rem;
}
body{
font-size:14px;
}
/* ///////////////////////////Abstract css end /////////////// */






/* ///////////////////////////current css start /////////////// */
/* ///////////////////////////current css end /////////////// */

/* ///////////////////////////current css start /////////////// */
/* ///////////////////////////current css end /////////////// */

/* ///////////////////////////current css start /////////////// */
/* ///////////////////////////current css end /////////////// */

