.textcolor {
  color: red;
}

.manuscriptsubmitcolor {
  background-color: var(--color);
  border: 1px solid #f4f4ff;
  color: var(--bgcolor);
  font-weight: bold;
  transition: 600ms;
  animation: animationblink 1s linear infinite;
}

.nav-item {
  font-weight: 500;
}

@keyframes animationblink {
  0% {
    border: 1px solid var(--bgcolor);
  }
  100% {
    border: 1px solid #ffffff00;
  }
}
.blinkbtn {
  animation: blinkb 1s linear infinite;
  transition: 600ms;
}

.blinkbtnn {
  animation: blinkbb 2s linear infinite;
  transition: 600ms;
  border: 1px solid #ececec;
  background-color: #ffffff;
  text-align: center;
}

@keyframes blinkbb {
  0% {
    color: #ff0000;
  }
  100% {
    color: #00ff08;
  }
}

.blinkbtnboder {
  animation: blinkbor 1s linear infinite;
  transition: 600ms;
  padding: 0px 30px;
  margin: 10px auto;
  width: max-content;
}

@keyframes blinkbor {
  0% {
    background-color: blue;
  }
  100% {
    background-color: red;
  }
}
@keyframes blinkb {
  0% {
    color: blue;
  }
  100% {
    color: red;
  }
}

.manuscriptsubmitcolor:hover {
  background-color: var(--color);
}

/* footer */
.footerlogosize {
  width: 90px;
}

.footerlogolink {
  float: left;
}

@media only screen and (max-width: 500px) {
  .footericons {
    justify-content: center;
  }
  .footerlogosize {
    width: 50px;
    margin-left: 15px;
  }

  .footerlogolink {
    float: none;
  }

  .headercontentcent {
    justify-content: center;
  }
  .mobiletitle {
    text-align: justify !important;
    font-size: medium !important;
    font-weight: bold !important;
  }
}

.django-ckeditor-widget {
  width: 100% !important;
}

/* New Code */
.headers-img {
  margin: 0;
  border: 0px solid red;
  opacity: 0.9;
  height: 220px;
  background-image: url("../images/header/journal_header.jpg");
  background-size: 100% 100%;
}

.searchinput[placeholder="Search Article . . . . ."] {
  font-size: 13px;
  padding: 5px;
  padding-left: 10px;
}

.rk1 {
  position: relative;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
}

.logo-div {
  border: none;
  padding: 0;
  margin: 0;
}

.hdrsmallimg {
  background-image: none;
}

.index2 {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
}

.index1 {
  margin: 0;
  padding: 0;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -20px;
}

.rk1-1 {
  position: relative;
  text-align: center;
  width: 1260px;
  height: auto;
  margin: auto;
  
  background-color: white;
}

.logo1 {
  position: relative;
  float: left;
  margin-top: 10px;
  width: 130px;
  height: 130px;
  margin-left: 20px;
}

.seeblock {
  display: block;
  background-color: gray;
  height: auto;
  padding: 0;
}

.nav-rk {
  position: relative;
  float: left;
  padding-left: 3.3%;
  padding-right: 3.3%;
  padding-top: 7px;
  padding-bottom: 7px;
  border-right: 1px solid white;
  border-top: 1px solid white;
  font-size: 14px;
  color: white;
  cursor: pointer;
}

.nav-rk:hover {
  background-color: tan;
}

.icon-rk {
  display: none;
}

.nav-rk a {
  text-decoration: none;
  color: white;
  font-size: 13px;
}

.searchinput {
  position: relative;
  float: left;
  width: 100%;
  border: none;
  outline: none;
  border: 0px solid red;
  margin-top: 3px;
  background-color: rgba(255, 255, 255, 1);
  text-transform: capitalize;
}

.issn {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  color: black;
  padding: 10px;
  text-shadow: 0 0 3px white, 0 0 5px white;
}
.tokl {
  margin: 5px;
  padding: 0;
}

#blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    color: orange;
  }
}

@media only screen and (max-width: 1100px) {
  .headers-img {
    margin: 0;
    border: 0px solid red;
    height: auto;
    background-image: none;
    background-size: 100% auto;
  }
  .logo-div {
    position: absolute;
    float: left;
    z-index: 1;
    margin-top: -10px;
    margin-left: 0px;
    height: 100px;
  }
  .index2 {
    margin: 0;
    padding: 0;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .index1 {
    margin: 0;
    padding: 0;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .hdrsmallimg {
    background-image: url("images/journal_header.jpg");
    background-size: 100% 100%;
    text-align: right;
    height: 95px;
  }
  .rk1 {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .rk1-1 {
    position: relative;
    width: 100%;
    height: auto;
    background-color: white;
  }
  .searchinput {
    border: 1px solid gray;
  }
  .icon-rk {
    display: block;
  }
  .seeblock {
    display: none;
    background-color: orange;
    height: auto;
    padding: 0;
  }
  .nav-rk {
    width: 100%;
    position: relative;
    float: left;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-right: 1px solid gray;
    font-size: 14px;
    color: white;
    cursor: pointer;
  }
  .issn {
    font-size: 14px;
    float: right;
    margin-top: 10px;
    font-weight: bold;
    color: black;
    padding: 0px;
  }
  .smallnone {
    display: none;
  }
  .logo1 {
    position: relative;
    margin-top: 10px;
    width: 90px;
    height: 90px;
    margin-left: 15px;
  }

}

/* Footer */

.ttyy {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: 1px solid lightgray;
  border-radius: 7px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  /* background-image: url("../images/header/bg.jpg"); */
  background-size: auto auto;
  padding: 15px 0px;
}



.hdr-img {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}



@media only screen and (max-width: 1100px) {
  .ttyy {
    padding: 0;
    margin: 0;

    margin-bottom: 10px;
    background-image: url("images/bg.jpg");
    background-size: 200% 100%;
  }
}

/* Footer------------------------------------------------------------------------ */

.rk1-3 {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}

.f1 {
  position: relative;
  float: left;
  width: 100%;
  text-decoration: none;
  color: black;
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
}

.drt {
  color: lightgray;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.txline {
  border: none;
}

#whatsApp {
  position: fixed;
  bottom: 10px;
  right: 150px;
  width: 150px;
  height: auto;
  z-index: 1;
  cursor: pointer;
}

@media only screen and (max-width: 1100px) {
  .rk1-3 {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    /*background-color: green;*/
  }
  .drt {
    color: lightgray;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
  }
  .txline {
    border-bottom: 1px solid gray;
  }
  #whatsApp {
    position: fixed;
    bottom: 20px;
    right: 5px;
    width: 150px;
    height: auto;
    z-index: 1;
    cursor: pointer;
  }
}

/* ------------------------------------------Editoral Borad--------------------------------------------- */
.grty {
  float: right;
  margin: 10px;
  width: auto;
  margin-left: 0px;
}

/*image of editor in chief*/

.rtyu {
  font-size: 14px;
  margin: 5px;
  overflow: hidden;
}

@media only screen and (max-width: 1100px) {
  .grty {
    float: right;
    margin: 5px;
    margin-left: 5px;
    width: 90%;
  }
  /*image of editor in chief*/
}
