@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');
html {
  height: 100%
}
body {
  height: 100%;
  font-size:15px;
  color: #333;
  font-weight: normal;
}
/* width */
::-webkit-scrollbar {
  width:8px;
  height:5px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background:#00007e;
  border-radius: 10px;
}
.container{
  max-width: 1200px;
}
* {
  font-family: 'Roboto', sans-serif;
}
ul, ol{
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-style{
  padding-left: 15px;
  list-style-type: disc;
}
.list-style li:not(:last-of-type){
  margin-bottom:10px;
}
h1{
  font-size:35px;
}
h2{
  font-size:30px;
}
h3{
  font-size:25px;
}
h4{
  font-size:22px;
}
h5{
  font-size:20px;
}
h6{
  font-size:18px;
}
h1, h2, h3, h4, h5, h6{
  font-weight: bold;
  color:#bb8c2c;
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  color:#003a46;
}
.title{
  font-size:30px;
}
.form-group {
  margin-bottom: 20px;
}
.form-check {
  margin-bottom: 0;
}
.form-control {
  border: 1px solid #003a46 !important;
  border-radius: 4px;
  padding: 12px 15px;
  font-size: 15px;
  color: #003a46 !important;
  line-height: 1.2;
  font-weight: 400;
  height: auto;
  background-color: transparent !important;
  box-shadow: none !important;
}
textarea.form-control {
  height: 167px;
}
.form-control::-webkit-input-placeholder{
  color:#003a46;
}
.form-control::-moz-placeholder {
  color:#003a46;
}
.form-control:-ms-input-placeholder {
  color:#003a46;
}
.form-control:-moz-placeholder {
  color:#003a46;
}
p:last-of-type {
  margin-bottom: 0;
}
a{
  color:#003a46;
  text-decoration: none;
}
a:hover {
  color:#003a46;
}
.btn {
  color:#bb8c2c;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size:14px;
}
.btn-primary {
  border: 1px solid #785713 !important;
  border-radius: 0px;
  color: #fff !important;
  padding: 8px 10px;
  min-width: 150px;
  box-shadow: none !important;
  background:#bb8c2c !important;
  box-shadow: 3px 3px 10px rgb(0 0 0 / 50%) !important;
  letter-spacing: 0px;
}
.btn-primary:hover{
  color:#bb8c2c !important;
  background-color:transparent !important;
  border-color:#bb8c2c !important;
}
/*default-css-end*/
/*topbar*/
header {
  top: 0;
  left: 0;
  width: 100%;
  z-index:2;
}
.topbar {
  background-color: #00007e;
  padding: 8px 0;
}
.register-no p, .current-datetime *{
  font-weight: bold;
  color:#fff;
}
.visitor-count .website-counter {
  margin-left: 5px;
}
.social-media ul li:not(:last-of-type){
  margin-right:15px;
}
.social-media ul li img {
  max-width:20px;
  max-height:20px;
}
/*header-middle*/
.header-middle {
  padding: 15px 0;
  background-color: #fff;
}
.header-middle .middle-right {
  text-align: center;
}
.header-middle .logo-tagline {
  margin-bottom: 10px;
}
.header-middle .logo-tagline h1 {
  font-family: "Pirata One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}
.header-middle .logo-tagline p {
  color: #00007e;
  font-size: 18px;
}
/*navbar*/
.navbar {
  padding: 10px 0;
  background-color: #ebebff;
}
.navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar-brand img{
  max-width:220px;
}
.navbar-nav .nav-item:not(:last-of-type){
  margin-right:20px;
}
.navbar-nav .nav-item .nav-link {
  color: #00007e;
  font-weight: 500;
  font-size: 17px;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #00007e !important;
}
.navbar-nav .nav-item .nav-link span{
  display: inline-block;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navbar-nav .nav-item .nav-link:hover span{
  color: #cc8e35;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.navbar-nav .nav-item .nav-link:before{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: attr(data-hover);
  display: inline;
  text-align: left;
  -webkit-transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navbar-nav .nav-item .nav-link:hover:before{
  top: 0;
}
.dropdown-menu{
  background-color: #ebebff;
  border: 2px solid #00007e;
}
.dropdown-menu .dropdown-item{
  font-size: 15px;
  color: #00007e;
  font-weight: 500;
}
.dropdown-menu .dropdown-item:hover{
  background-color: #00007e;
  color: #fff;
}
/*welcome-main*/
.welcome-main {
  padding:304px 0 60px;
}
.welcome-left{
  text-align: justify;
}
.update-main {
  margin-bottom: 30px;
}
.update-outer{
  border: 1px solid #00007e;
  background-color: #ebebff;
}
.update-outer.quick-link {
  margin-top: 20px;
}
.update-outer marquee{
  vertical-align: top;
}
.update-outer h6{
  padding: 10px 15px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.update-outer ul {
  padding: 10px 15px;
}
.update-outer ul li{
  padding: 10px 15px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.update-outer ul li:last-of-type{
  border-bottom:none;
}
.welcome-outer .btn-inner p.form-image {
  margin-top: 10px;
}
.welcome-outer .btn-inner p{
  border-top: 1px solid #00007e;
  padding: 10px 0;
  margin: 0;
}
.welcome-outer .btn-inner p a{
  padding: 0;
}
/*link-update*/
.link-update {
  background: #ebebff url(../images/update-bg.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding:60px 0px;
}
.link-update .quick-link {
  padding: 20px 15px 8px;
  text-align: center;
  box-shadow:0px 26px 6px -20px rgb(0 0 126 / 40%);
  border-radius: 100px;
  border: 2px solid #b9b9ff;
  max-width: 800px;
  margin: 30px 0 40px;
}
.link-update .quick-link ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.link-update .quick-link ul li{
  margin-right: 10px;
  padding-right: 10px;
  border-width: 1px;
  border-right: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to top, #ebebff, #7676ff, #ebebff);
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom:12px;
}
marquee small {
  color: rgb(220,53,69);
  right: -25px;
  top: -5px;
  position: absolute;
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}
@keyframes blinker {
from {
  opacity: 1.0;
}
to {
  opacity: 0.0;
}
}
.download-outer {
  text-align: center;
}
.declaration-form img {
  max-width: 22px;
  margin-right: 5px;
}
.welcome-outer .button-outer a {
  margin-bottom: 15px;
  padding: 8px 5px;
}
.welcome-outer .btn-inner{
  text-align: center;
  border: 1px solid #00007e;
  padding:20px 15px;
}
.welcome-outer .button-outer a:last-of-type{
  margin-bottom:0px;
}
.link-update .btn-inner a:not(:last-of-type) {
  margin-right: 10px;
}
.welcome-outer .button-outer h6 {
  padding: 10px 15px;
  border-style: solid;
  border-color: #000;
  border-width: 1px 1px 0px 1px;
  text-align: center;
}
.welcome-outer .button-outer {
  background-color: #ebebff;
}
.welcome-left .tab-main {
  margin: 30px 0 0;
}
.welcome-left .nav-tabs {
  border: none;
}
.welcome-left .tab-main .btn {
  background: transparent !important;
  color: #bb8c2c !important;
  margin-right: 15px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: none !important;
  border-bottom-width:0px !important;
}
.welcome-left .tab-main .btn:last-of-type{
  margin-right:0px;
}
.welcome-left .tab-main .btn.active, .welcome-left .tab-main .btn:hover{
  background:#bb8c2c !important;
  color:#fff !important;
}
.welcome-left .tab-content {
  border-color: #785713 !important;
}
.welcome-left .contact-detail li:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source:linear-gradient(to right, #fff, #bb8c2c, #fff);
}
/*main-footer*/
.main-footer{
  background: #bb8c2c;
  padding:20px 0px;
}
.main-footer p{
  font-weight: 600;
  color:#fff;
}
/*submit-form-page-css-start*/
.submit-form {
  padding: 196px 0 60px;
}
.submit-form .submit {
  background-color: #f6f6ff;
  padding:15px 15px 20px;
  margin-top:30px;
}
.submit-form .form-heading {
  text-align: center;
  border-top: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #f6f6ff, #00007e, #f6f6ff);
  margin-top: 12px;
  padding-top: 20px;
}
/*submit-form-page-css-end*/
/*research-area-page-css-start*/
.research-table {
  margin-top: 25px;
}
/*research-area-page-css-end*/
/*event-page-css-start*/
.event-detail {
  margin-top: 20px;
}
.event-detail .detail-disc{
  width:calc(100% - 150px);
}
.event-detail .detail-pdf {
  width:130px;
  margin-left:20px;
}
/*event-page-css-end*/
/*archive-page-css-start*/
.archive-detail {
  margin-top: 20px;
}
.archive-detail .more-space {
  margin-bottom: 25px;
}
.archive-inner {
  background-color: #f5f5f5;
  padding: 15px;
}
.archive-inner .img-outer{
  margin-bottom:10px;
}
.archive-inner img {
  max-width:70px;
}
.archive-inner .view-btn {
  margin-top: 8px;
}
/*archive-page-css-end*/
.error{
    color: red;
}
/*29-02-2024*/
.welcome-left .editor-main {
  margin: 20px 0px 0px;
}
.editor-main .editor-outer:not(:last-of-type), .editor-main .more-space:not(:last-of-type){
  margin-bottom: 35px;
}
.editor-outer p{
  margin: 0;
}
.editorial-heading {
  margin: 20px 0 25px;
}
/*29-02-2024*/
/*01-03-2024*/
.journal-main ul li:not(:last-of-type){
  margin-bottom: 15px;
}
.journal-main ul li b {
  width: 150px;
  margin-right: 25px;
}
.journal-main ul li span{
  width:calc(100% - 175px);
  width:-webkit-calc(100% - 175px);
  width:-moz-calc(100% - 175px);
  width:-ms-calc(100% - 175px);
}
/*Responsive*/
@media only screen and (max-width: 1199px) {
.welcome-main {
  padding: 284px 0 40px;
}
.welcome-left h2 {
  text-align: left;
}
h2 {
  font-size: 28px;
}
}
@media only screen and (max-width: 991px) {
.navbar-brand img {
  max-width: 180px;
}
.navbar-toggler{
  border: none !important;
  padding: 0;
  box-shadow: none !important;
  outline: none !important;
  width: 20px;
  margin-left: 15px;
}
.navbar-toggler span{
  display: block;
  width: 100%;
  height: 2px;
  background-color:#00007e;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  position: relative;
}
.navbar-toggler span:before, .navbar-toggler span:after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  background-color:#00007e;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
}
.navbar-toggler span:after {
  top: auto;
  bottom: 7px;
}
header.position-fixed{
  position: relative !important;
}
.header-middle {
  background-color: #f6f6ff;
}
.navbar {
  padding: 0;
  position: absolute;
  width: 100%;
}
.navbar .navbar-nav {
  align-items: start!important;
  padding:12px 0;
}
.navbar-nav .nav-item:not(:last-of-type) {
  margin-right: 0;
  margin-bottom:12px;
}
.navbar-nav .nav-item .nav-link{
  text-align: left;
}
.navbar-nav .nav-item .nav-link:before{
  display: none;
}
.navbar-nav .nav-item .nav-link span {
  transform: unset !important;
  transition:unset;
  -webkit-transition:unset;
  -moz-transition:unset;
  -ms-transition:unset;
  color:#00007e !important;
}
.welcome-main {
  padding: 40px 0;
}
.update-outer ul {
  padding: 5px 8px;
}
.update-outer ul li {
  padding: 10px 0px;
}
body {
  font-size: 13px;
}
.welcome-outer .btn-inner {
  padding: 10px;
}
.welcome-outer .button-outer a {
  margin-bottom: 10px;
  padding: 6px 4px;
}
.btn-primary {
  padding: 8px 10px;
  min-width: 140px;
  box-shadow: none !important;
}
.submit-form {
  padding:20px 0 30px;
}
}
@media only screen and (max-width: 767px) {
.welcome-main {
  padding: 25px 0;
}
.header-logo{
  text-align:center;
}
.header-middle .logo-tagline h1{
  display: none;
}
.header-middle .logo-tagline {
  margin-bottom: 0;
  margin-top: 8px;
}
.visitor-count.current-datetime {
  justify-content:flex-start !important;
}
.current-datetime {
  text-align: center;
  margin-bottom: 5px;
}
.social-media ul li img {
  max-width: 14px;
  max-height: 14px;
}
.update-outer.quick-link {
  display: none;
}
.welcome-left {
  text-align: left;
  margin: 25px 0;
}
.welcome-outer .button-outer a {
  display: block;
}
.research-table table {
  white-space: nowrap;
  overflow: auto;
  display: block;
  width: 100%;
}
.navbar-nav .nav-item .nav-link {
  font-size: 14px;
}
}
@media only screen and (max-width: 575px) {
.visitor-count.current-datetime, .social-media .nav{
  justify-content: center !important;
}
.header-middle .logo-tagline p {
  font-size: 14px;
}
h1{
  font-size:26px;
}
h2{
  font-size:24px;
}
h3{
  font-size:22px;
}
h4{
  font-size:20px;
}
h5{
  font-size:18px;
}
h6{
  font-size:16px;
}
body {
  font-size: 12px;
}
.main-footer p {
  font-weight: 400;
}
.main-footer {
  padding: 8px 0px;
}
.journal-main ul li b{
  width:100%;
  margin-right:0;
  margin-bottom:5px;
}
.journal-main ul li span {
  width: 100% !important;
  word-break: break-all;
}
.dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 3px 10px;
}
}