@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://cdn-uicons.flaticon.com/2.2.0/uicons-regular-straight/css/uicons-regular-straight.css');
@import url('https://cdn-uicons.flaticon.com/2.3.0/uicons-thin-rounded/css/uicons-thin-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.2.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.3.0/uicons-regular-straight/css/uicons-regular-straight.css');
@import url('https://cdn-uicons.flaticon.com/2.3.0/uicons-thin-straight/css/uicons-thin-straight.css');
@import url('https://cdn-uicons.flaticon.com/2.3.0/uicons-bold-rounded/css/uicons-bold-rounded.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}
p {
    margin-bottom: 0px;
}
html {
    scroll-behavior: smooth;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    display: block !important;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.btn:hover {
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
}
ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}
a:hover {
    color: initial;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/*.full-width {
  width: 100% !important;
}*/
.web-view {
    display: block;
}
.mobile-view {
    display: none;
}
.vertical-space-2 {
    height: 10px;
}
.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}
.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}
.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}
.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.container{
    max-width: 98%;
}
.fixed-header{
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    transition: 0.5s all;
    animation: swip_down .5s linear 1;
    z-index: 10000;
}
.fixed-header .nav-link{
    color: #222 !important; 
}
@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}

.main-header {
    /*background: #008080;*/
    padding: 15px 0px;
    position: relative;
}
.main-header .navbar-brand img{
    width: 303px;
    margin: 0 auto;
}         
.main-header .navbar-list{
    background: #fff;
    border-radius: 30px;
    padding: 1px 1px 1px 1px !important;
    display: flex;
    margin-bottom: 0px;
    justify-content: end;
    width: max-content;
    margin-left: auto;
}
.main-header .nav-text{
    color: #fff !important;
    font-size: 22px;
    margin-bottom: 10px;
}
.main-header .nav-text span{
    color: #67D5F7;
}
.main-header .nav-smalltext{
    color: #fff !important;
    font-size: 16px;
    margin-bottom: 15px;

   
}
.main-header .nav-smalltext span{
    color: #67D5F7;
}
.blink{
    animation: blink 1.8s linear infinite;
}

@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

.header-bottom .navbar{
    padding:  0px;
    width: 100%;
    position: relative;
    z-index: 1020;
    /*background: #008b8b;*/
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}

.header-bottom .navbar-brand img{
    width: 162px;
}
.header-bottom .navbar .nav-link{
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    font-weight: 400;
    padding: 13px 25px;
}
.header-bottom .navbar .nav-link i{
    margin-right: 7px;
}
.header-bottom .navbar .navbar-nav{
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.header-bottom .navbar .nav-link:hover , .header-bottom .navbar .nav-link.active{
    /*color: #FFF000;*/
}
.banner img{
    width: 100%;
    height: auto;
}

.content-detail{
    padding: 20px 0px;
}
.content-detail .sidebar-links{
    position: relative;
    width: 100%;
}
.content-detail .sidebar-links .sidebar-button-list{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.content-detail .sidebar-links .sidebar-button-list li{
 /*background: #012237;*/
    padding:13px 15px;
    border-radius: 8px;
    font-size: 14px;
  margin-bottom: 5px;
}
.content-detail .sidebar-links .sidebar-button-list li.active{
    background: rgb(231, 76, 60) !important;
}
.content-detail .sidebar-links .sidebar-button-list li:hover a{   
    text-decoration: underline;
}
.content-detail .sidebar-links .sidebar-button-list li a{
    color: #fff;
    display: block;
}
.content-detail .sidebar-links .sidebar-button-list li a i{
    margin-right: 8px;
}
.container .main-content{
    padding:0px 15px;
}

.main-content-list{
    margin-bottom: 0px;

}
.main-content-list li{
    margin-bottom: 15px;
    color: #444;
    font-size: 14px;
    position: relative;
        padding-left: 25px;
}
.main-content-list li:last-child{
    margin-bottom: 0px;
}
.main-content-list li::before{
    content: "\f101";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: rgb(231, 76, 60) !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.main-content-list li a{
    color: #444;
    text-decoration: underline;
}
.main-content-list li span{
    color:#2196F3;
    margin-right: 5px;
}
.content-detail .sidebar-links .content-desc{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.content-detail .sidebar-links .content-desc .title{
    background: #0B1D44;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 15px;
    display: inline-block;
    border-radius: 5px;
}
.content-desc .text{
    font-size: 15px !important;
    color: #000 !important;
    line-height: 26px;
}
.main-content-title{
    color: #222  !important;
    font-weight: bold;
    font-size: 26px !important;
    text-align: center;
    margin-bottom: 20px;
}
.main-content-title span{
    color: #2196F3;
}
.main-content-subtitle{
     font-size: 18px;
    color: #00a652 !important;
    margin-bottom: 20px;    
    font-weight: 500;
    text-align: center;
}
.main-content-desc{
     font-size: 16px;
    color: #a60000 !important;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}
.main-desc{
     font-size: 16px;
    color: #a60000 !important;
    font-weight: 400;
    margin-bottom: 10px;
}
.main-content-desc a{
       color: #a60000 !important; 
}
.main-content-text{
        font-size: 14px !important;
    line-height: 26px;
    text-align: justify;
    color: #444 !important;
    margin-bottom: 15px;
}
.main-content-text.green{
    color: #00a652 !important;
}
.main-content-text.brown{
    color: #a60000 !important;
}
.main-content-text a , .main-content-text span{
    color:rgb(231, 76, 60) !important;
    font-weight: 500;
}

 .paper-box{
        font-size: 14px !important;
    color: #444 !important;
    position: relative;
    padding:  10px 15px;
  
    background: linear-gradient(to bottom,#eee 0,#e0e0e0 100%);
    border-color: #ccc;
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    border-radius: 8px;
}
.main-content .form-box .form-control , .main-content .form-box .form-select{
    padding: 10px;
    font-size: 14px;
}
.marquee-box{
  background: transparent;
  padding: 10px;
  border-radius: 8px;
  outline: 1px dashed #0B1D44;
    padding: 10px;
    border-radius: 10px;
}
.marquee-box .header{
    display: block;
}
.marquee-box .header .title {
    color: #fff;
    /*background: #012237;*/
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
     padding:15px 10px;
    border-radius: 5px;
}
.marquee-box .header .title i{
    margin-right: 5px;
}
.marquee-box .marquee-body {
    position: relative;
    padding: 15px;
  height: 150px;
  overflow: hidden;
  color: #444;
}
.marquee-box .marquee-body a{
       color: #2196F3;

}
.marquee-box .marquee-body a:hover{
    text-decoration: underline;
    color: #A90329;
}
.marquee-box .marquee-body  .special-case{
    color: #2196F3 ;
    margin-left: 5px;
}
.marquee-box .marquee-body p{
    line-height:20px;
    margin-bottom:15px;
}
.marquee-red-box{
   background: #0B1D44;
    width: 100%;
    border-radius: 5px;
    border-top: 8px solid #f1e290;
}
.marquee-red-box .marquee-body{
    position: relative;
    padding: 15px;
  height: 200px;
  overflow: hidden;
}
.text-link{
    color: #2196F3;
    margin-bottom: 10px;
    font-size: 15px;
}
.text-link:hover{
    text-decoration: underline;
    color: #A90329;
}
.text-link a:hover{
    text-decoration: underline;
    color: #A90329;
}
.text-link a , .text-link span{
     color: #2196F3;
}
.text-link i{
    margin-right: 5px;
}
.marquee-red-box .header{
    text-align: center;
}
.big{
    font-size: 26px;
    color: #2196F3;
    margin:0px 3px;
    font-weight: 600;
}

.scroll{
    position: absolute;
}


.slider-containers .slide-box .slide-header{
    background: linear-gradient(90deg, #002B63 0%, #056BA3 100%);
    text-align: left;
    color: #fff !important;
    padding: 10px 15px;
    font-size: 16px !important;
    text-transform: uppercase;
}
.slider-containers .slide-box .slide-header-blue{
   background: linear-gradient(90deg, #002B63 0%, #056BA3 100%);
    text-align: left;
    color: #fff !important;
    padding: 10px 15px;
    font-size: 16px !important;
    text-transform: uppercase;
}
.slider-containers .slide-box .img-box{
    width: 100%;
    height: 220px;
    background: #fff;
}
.slider-containers .slide-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slider-containers .nivoSlider{
    width: 100%;
    height: 220px;
}
.slider-containers .nivoSlider img{
       width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer{
    /*background: #012237;*/
    line-height: 21px;
    padding: 15px 0px;
    color: #fff;
    border-top: 1px solid #012237;
}
.footer .navbar-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #f6f6f642;
}
.footer .copy-text{
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
}
.journals-jumbtron-box{
 background: linear-gradient(90deg, #002B63 0%, #056BA3 100%);
  padding: 15px;
  border-radius: 8px;
  outline: 1px dashed #0B1D44;
  outline-offset: 1px;
  margin-bottom: 10px;
}
.journals-jumbtron-box .journals-box-content .text{
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.journals-jumbtron-box .journals-box-content .link {
     color: #fff;
    font-size: 14px;
    text-align: center;
}
.journals-jumbtron-box .journals-box-content .link a{
    color: #67D5F7;
    text-decoration: underline;
}
.breadcrumb-bg{
background: #bad4e8;
padding: 20px 0px;
}
.breadcrumb-bg .breadcrumb{
    margin-bottom: 0px;
}
 .breadcrumb-bg .breadcrumb .breadcrumb-item a ,  .breadcrumb-bg .breadcrumb .breadcrumb-item ,  .breadcrumb-bg .breadcrumb .breadcrumb-item::before{
    color: #000;
    font-weight: 500;
    font-size: 16px;
 }        
.breadcrumb-bg .breadcrumb .breadcrumb-item.active{
    color: #0B1D44;
}
.journals-list .journals-title{
    font-size: 24px;
    color: #0054a6 !important;
    margin-bottom: 20px;
    font-weight: bold;
}
.journals-list .journal-card{
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}
.journals-list .journal-card .journal-desc li{
    margin-bottom: 10px;
    color: #444;
    font-size: 14px;
    font-weight: 500;
}
.journals-list .journal-card .journal-desc li span{
    color:#2196F3;
    margin-right: 5px;
}
.journals-list .journal-card .img-box{
    width: 100%;
    height: 180px;
}
.journals-list .journal-card .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}        
.btn-grad {
    background:  #012237;
    padding: 11px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    font-size: 14px;
    background-size: 200% auto;
    color: white;            
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    border-radius: 5px;
}
.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
         

.membor-list .member-title{
    font-size: 24px;
    color: #0054a6 !important;
    margin-bottom: 20px;
    font-weight: bold;
}
.membor-list .board1.thumbnail{
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.membor-list .board1.thumbnail:hover {
    background: linear-gradient(90deg, #002B63 0%, #056BA3 100%);
}
.membor-list .board1.thumbnail:hover h4 , .membor-list .board1.thumbnail:hover h4 b{
    color: #fff !important;
}
.membor-list .board1.thumbnail h4{
    margin-bottom: 0px;
    color: #444;
    font-size: 14px;
    font-weight: 500;
}
.membor-list .board1.thumbnail h4 b{
    color:#2196F3;
    margin-right: 5px;
    font-weight: 500;
}


.conference-list .conference-title{
    font-size: 24px;
    color: #0054a6 !important;
    margin-bottom: 20px;
    font-weight: bold;
}
.conference-list .conference-card{
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}
.conference-list .conference-card .conference-desc{
    margin-bottom: 0px;
}
.conference-list .conference-card .conference-desc li{
    margin-bottom: 10px;
    color: #444;
    font-size: 14px;
    font-weight: 500;
}
.conference-list .conference-card .conference-desc li:last-child{
    margin-bottom: 0px;
}
.conference-list .conference-card .conference-desc li a{
    color: #444;
    text-decoration: underline;
}
.conference-list .conference-card .conference-desc li span{
    color:#2196F3;
    margin-right: 5px;
}


.join-member .member-title{
     font-size: 18px;
    color: #A90329 !important;
    margin-bottom: 15px;
    font-weight: 400;
}
.join-member .member-text{
        font-size: 14px !important;
    line-height: 32px;
    text-align: justify;
    color: #444 !important;
    margin-bottom: 15px;
}
.join-member .member-text ~ b{
    line-height: 25px;
}
.join-member .member-text a , 
.join-member .member-text span{
    color:#2196F3;
}
.join-member .member-list{
    list-style-type: decimal;
    padding-left: 20px;
}
.join-member .member-list li{
    margin-bottom: 10px;
    color: #444;
    font-size: 14px;
}
.join-member .member-list li span{
    color:#2196F3;
    margin-right: 5px;
}
.join-member .form-control{
    padding: 8px 15px;
}
.special-issue-list .special-issue-title{
    font-size: 24px;
    color: #0054a6 !important;
    margin-bottom: 20px;
    font-weight: bold;
}
.special-issue-list .special-issue-card{
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}
.special-issue-list .special-issue-card .img-box{
    text-align: center;
}
.special-issue-list .special-issue-card .img-box img{
    width: 80%;
}
.special-issue-list .special-issue-card .special-issue-desc{
    margin-bottom: 0px;
}
.special-issue-list .special-issue-card .special-issue-desc li{
    margin-bottom: 10px;
    color: #444;
    font-size: 14px;
    font-weight: 500;
}
.special-issue-list .special-issue-card .special-issue-desc li:last-child{
    margin-bottom: 0px;
}
.special-issue-list .special-issue-card .special-issue-desc li a{
    color: #444;
    text-decoration: underline;
}
.special-issue-list .special-issue-card .special-issue-desc li span{
    color:#2196F3;
    margin-right: 5px;
}
.special-issue-list .special-issue-card .special-issue-desc li .title{
    color: #a90329;
}

.gallery .thumbnail a{
    width: 100%;
    height: 220px;
}
.gallery .thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery .thumbnail .caption{
    background: linear-gradient(90deg, #002B63 0%, #056BA3 100%);
    padding:12px 15px;
}
.gallery .thumbnail .caption h4{
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}
.contact .contact-title{
      font-size: 24px;
    color: #0054a6 !important;
    margin-bottom: 20px;
    font-weight: bold;
}
.contact-box{
    background: ghostwhite;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    width: 100%;
    height: 100%;
}
.contact-box .title{
       color: #000;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 500;
}
.contact-box p{
       color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}
.contact-box p a{
    color: #2196F3;
}
.contact-box p a:hover{
    color: #A90329;
    text-decoration: underline;
}
.offcanvas-header{
    background: #008b8b;
}




.website-content {
    padding: 15px 0px;
     background: #24BEFF;
}
.website-content .website-title{
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 15px;
    font-weight: 900;
    color: #f6f6f6;
}
.website-content  .globe{
    animation: fa-spin 2s infinite linear;
     font-size: 2.5rem;
         color: #f6f6f6;
         margin-right: 10px;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}


.logoMarqueeSection {
  padding-top: 10px;
  padding-bottom: 10px;
}

#logoMarqueeSection {
  max-width:    100% !important;
  margin: 0 auto;
}

.default-content-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 100%;
    min-height: 100vh;
}

div.marquee>a>img {
  height: 100px;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
  display:  inline-block;
  white-space: nowrap;
}

.marquee {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee a {
    display:  inline-block;
    white-space: nowrap;
    padding-right: 1.4rem;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}


.breadcrumb-detail{
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.breadcrumb-detail .breadcrumb-title{
    font-size: 18px;
    color: #A90329 !important;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.breadcrumb-detail .breadcrumb-title i{
    margin-right: 8px;
}
.breadcrumb-detail .breadcrumb{
    justify-content: end;
    margin-bottom: 0px;
}
.breadcrumb-detail .breadcrumb .breadcrumb-item{
    color: #2196F3;
}
.main-title{
    font-size: 22px;
    color: rgb(231, 76, 60) !important;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.main-title span{
    color: #2196F3;
}
.main-subtitle{
      font-size: 18px;
  color: #0B1D44;
    font-weight: 600;
    margin-bottom: 15px;
}
.topics-list{
    margin-bottom: 0px;
}
.topics-list li{
 font-size: 14px !important;
    line-height: 26px;
    text-align: justify;
    color: #444 !important;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    width: 33%;
    display: inline-block;
}
.topics-list li::before{
    content: "\f101";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #2196F3;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.editor-board-box{
    border: 1px dashed #e8eaec;
    border-radius: 8px;
    padding: 15px;
    background: ghostwhite;
    width: 100%;
    height: 100%;
}
.editor-board-box .address-title{
    font-size: 15px;
  color: #0054a6;
    font-weight: 500;
    margin-bottom: 10px;
}
.editor-board-box .address-text{
       margin-bottom: 0px;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}
.issue-title{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
.issue-box{
    background: #002B63;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 13px 20px;
    border-radius: 5px;
}
.issue-box a{
    color: #fff;
}
.issue-detail-card{
     background: #5691c8;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 13px 20px;
    border-radius: 8px;
}
.issue-detail-card p{
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.issue-box-top{
    padding-bottom: 15px;
    border-bottom: 1px solid #f6f6f642;
    margin-bottom: 15px;
}
.pdf-btn{
    background: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    border-color: #ccc;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    color: #000 !important;
    font-weight: 400;
    font-size: 15px;
}
.pdf-btn i{
    margin-right: 3px;
}
.pdf-btn:hover , .pdf-btn:focus{
    color: #000 !important;
}
.important-date-table thead th{
    background: #012237;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.important-date-table thead th i{
    margin-right: 5px;
}
.important-date-table thead th , .important-date-table td{
    padding: 12px;
    font-size: 15px;
}
.indexed-detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.indexed-detail .indexedlogo{
    width: 100px;
    margin: 5px;
    max-width: 100%;
}
.manuscript-detail .manuscript-header{
     background: linear-gradient(to right, #4b6cb7 0%, #182848  51%, #4b6cb7  100%);
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 15px;
    border-radius: 8px 8px 0px 0px;
}
.manuscript-detail .maunscript-body{
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 0px 0px 8px 8px;
}
.manuscript-detail .maunscript-body .form-control{
    font-size: 14px;
    padding: 10px;
}

.register-card{ 
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 8px;
}
.register-card .icon img{
    width: 45px;
    margin-bottom: 20px;
}
.register-card .text{
    font-size: 14px;
    color: #666;
}
.important-note-table th{
    color: #2196F3;
    font-size: 14px;
    font-weight: 400;
    padding: 12px;
}
.important-note-table td{
    font-size: 14px;
    color: #666;
     padding: 12px;
}
.board1.thumbnail{
    border: 1px dashed #ddd;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.board1.thumbnail:hover {
    background: #012237;
    border-color: #012237;
}
.board1.thumbnail:hover p  {
    color: #fff !important;
}
.board1.thumbnail p{
    margin-bottom: 0px;
    color: #666;
    font-size: 14px;
}
.blue{
    color: #2196F3  !important;
    text-decoration: underline;
}
.accomdation-detail .card{
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
.accomdation-detail .card .card-img{
    width: 100%;
    height: 200px;
     border-radius: 8px;
     margin-bottom: 20px;
}
.accomdation-detail .card .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
     border-radius: 8px;
}
.accomdation-detail .card .card-title{
   font-size: 16px;
    color: #a60000 !important;
    font-weight: 400;
     margin-bottom: 10px;
}   
.accomdation-detail .card .card-text{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}

.conference-img img{
    width: 100%;
}

@media (min-width:1500px) {


    
}



@media (min-width: 992px) and (max-width: 1199.98px) {
     .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        width: 100%;
        z-index: 1200;
       padding: 20px 0px;
    }
    .mobile-header.white-background{
        background: #fff !important;
    }
     .mobile-header.white-background .toggler{
        color: #000 !important;
     }
    .mobile-header .logo img {
        width: 120px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #000;
    font-weight: 500;
        position: relative;
        line-height: 25px;
    }
  .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .main-section .vertical-space-50{
        height: 0px !important;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .menu-offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 180px;
    }
      .toggler {
    color: #fff !important;
        font-size: 32px;
        border: none;
        text-align: end;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
     
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .container, .container-md, .container-sm {
    max-width: 720px;
}
    .mobile-header {
        width: 100%;
        z-index: 1200;
       padding: 5px 0px;
       position: relative;
       background: #008b8b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    }
    .mobile-header.white-background{
        background: #fff !important;
    }
     .mobile-header.white-background .toggler{
        color: #000 !important;
     }
    .mobile-header .logo img {
        width: 120px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #000;
    font-weight: 500;
        position: relative;
        line-height: 25px;
    }
  .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .main-section .vertical-space-50{
        height: 0px !important;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .menu-offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 180px;
    }
    .toggler {
    color: #fff !important;
        font-size: 32px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
  .container .main-content{
    padding: 15px 0px;
  }
  .content-detail .sidebar-links::after{
    width: 0px;
  }
      .main-header .nav-text{
        margin-bottom: 15px;
    }
  .main-header .nav-text , .main-header .nav-smalltext{
    text-align: center;
  }
    .main-header .navbar-brand{
        text-align: center;
    }
 .main-content-title{
    font-size: 20px !important;
 }
 .main-content-subtitle{
    font-size: 18px;
 }
 .topics-list li{
    width: 49%;
 }
    }   

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .container {
    max-width: 95%;
}
    .mobile-header {
        width: 100%;
        z-index: 1200;
       padding: 5px 0px;
       position: relative;
       background: #008b8b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    }
    .mobile-header.white-background{
        background: #fff !important;
    }
     .mobile-header.white-background .toggler{
        color: #000 !important;
     }
    .mobile-header .logo img {
        width: 120px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #000;
    font-weight: 500;
        position: relative;
        line-height: 25px;
    }
  .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .main-section .vertical-space-50{
        height: 0px !important;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .menu-offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 180px;
    }
    .toggler {
    color: #fff !important;
        font-size: 32px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .footer .navbar-list{
        justify-content: flex-start;
    }
  .footer .navbar-list .nav-item .nav-link{
    padding: 14px 5px;
  }
  .container .main-content{
    padding: 15px 0px;
  }
  .content-detail .sidebar-links::after{
    width: 0px;
  }
    .main-header .nav-text{
        margin-bottom: 15px;    
        font-size: 18px;
        line-height: 25px;
    }
  .main-header .nav-text , .main-header .nav-smalltext{
    text-align: center;
    font-size: 14px;
  }
    .main-header .navbar-brand{
        text-align: center;
    }
 .main-content-title{
    font-size: 20px !important;
 }
 .main-content-subtitle{
    font-size: 18px;
 }

 .content-detail .sidebar-links .sidebar-button-list{
   justify-content: center;
 }
}   

