.thieme-logo{
    background: aliceblue;
}
.thieme-logo a{
    margin-top: 6px;
}
.logo h1{
    color: #093073;
}
.logo span{
    font-size: 23px;
    color: #e52f29;
}
.header-navigation-area{
    background: #10437b;
}
.joinus-title {
    font-size: 18px;
    color: #093073;
    margin-top: 9px;
    font-weight: 600;
    text-transform: uppercase;
}
/* couter-box */
.counter-box {
     border: 1px solid #dee2e6;
    width: 100%;
    /*margin-top: -269px;*/
    margin-top: -160px;
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 20px 0px;
}
.counter-box .couter-count{
    padding: 15px;
    background: #fff3f5;
}
.counter-box h3 {
    font-size: 20px;
    line-height: 1.2;
    color: #093073;
    font-weight: 600;
    margin-bottom: 12px;
}
.counter-box h2 {
    font-size: 18px;
    line-height: 1.2;
    color: #e52f29;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 20px;
}
.counter-box span img{
    width: 12%;
    margin-bottom: 12px;
}
/* .counter-box span{
    margin-right: -8px;
} */
.counter-box .graph{
    margin-right: 12px;
}
.counter-box .features a {
    color: #10437b;
    height: 50px;
    line-height: 50px;
    padding: 0 7px;
    display: block;
    width: 100%;
    border-top: 1px solid #eee;
    position: relative;
    /* letter-spacing: 0.5px; */
    font-size: 16px;
    z-index: 1;
    border-bottom: 1px solid #d3d5da;
}
.counter-box .features a:hover{
    background: #e4ebf8;
}
.counter-box .features img {
    width: 10%;
    margin-bottom: 6px;
    margin-right: 12px;
}
.counter-box .count-desc p{
    color: #222222;
    display: revert;
    margin-bottom: 2px;
        font-size: 14px;
}
/*.counter-box .count-text{*/
/*    float: left;*/
/*    }*/
.counter-box .count{
float: right;
color: #093073;
font-weight: 600;
}
/*.counter-box .submit-btn{*/
/*    background: #e52f29;*/
/*    text-align: center;*/
/*}*/
/*.counter-box .submit-btn a{*/
/*    line-height: 40px;*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*}*/
.counter-box .signup-btn{
    color: #ffffff;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    display: block;
    width: 100%;
    border-top: 1px solid #eee;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 17px;
    z-index: 1;
    background: #e52f29;
}
.counter-box .signup-btn:before {
    position: absolute;
    right: 0;
    width: 0;
    height: 100%;
    content: "";
    background-color: #e52f29;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
}
.counter-box .signup-btn i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 25px;
    z-index: 2;
}
.counter-box .signup-btn:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}
.counter-box .signup-btn:hover i {
    color: #fff;
}
.counter-box .signup-btn:hover {
    color: #fff;
}
.info{
    padding: 10px;
        color: #fff;
        background: #10437b;
        font-style: italic;
        font-size: 15px;
    }
/* About */
.about{
    padding-bottom: 25px;
}
/* mauscript */
.manuscript-area .title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 12px;
    color: #093073;
    margin-top: 30px;
}
.manuscript-list li {
    font-size: 18px;
    position: relative;
    margin-bottom: 0px;
    padding-left: 30px;
    color: #000000;
}
.manuscript-list li:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: block;
    font-family: Ionicons;
    content: '\f122';
    font-size: 16px;
    color: #e52f29;
}

/* Latest articles */
.article-grid-wrapper {
    margin-bottom: -40px;
}
.single-article-style .article-content {
    line-height: 1;
    padding: 10px 10px 19px 10px;
    border: 2px solid rgb(144 146 147);
    margin-bottom: 28px;
}
.single-article-style .article-content .article-categories {
    margin-bottom: 10px;
}
.single-article-style .article-content .article-categories a {
    padding: 4px 9px;
    margin: 5px 3px;
    margin-top: 0;
    border: 1px solid #ddd;
    color: #fff;
    background-color: #093073;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    border-color: #093073;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-transform: capitalize;
}
.article-content .article-title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 22px;
}
.article-title a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.article-content .article-date {
    margin-bottom: 18px;
}
.article-content .citation{
    margin-bottom: 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid #c0d2ef;
}
.article-content .citation p {
   margin-bottom: 9px;
    color: #000;
    line-height: 22px;
}
.article-date {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #e52f29;
    letter-spacing: 1px;
    line-height: 1;
}
.article-author {
    font-size: 15px;
    font-weight: 800;
    color: #093073;
    line-height: 25px;
    border-bottom: 1px solid #c0d2ef;
    padding-bottom: 13px;
}
.single-article-style .article-content .article-desc {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c0d2ef;
    border-bottom: 1px solid #c0d2ef;
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}
.see-more-link--dark {
    color: #222;
    border-bottom: 0;
}
.see-more-link--dark i {
    color: #e52f29;
}
.see-more-link i {
        margin-left: 3px;
        margin-right: 10px;
}
.single-article-style .article-content .article-categories a:hover {
    border-color: #222;
    background-color: #222;
    color: #ffffff;
}
.side-logo{
    margin-left: 28px;
}
/* Reponsive */
@media screen and (max-width: 990px){
    .logo h1 {
        display: grid;
        font-size: 35px;
    }
    .logo span {
        font-size: 16px;
    }
    .counter-box {
        margin-top: -31px;
        margin-bottom: 26px;
    }
    .footer-widget__navigation--style2 li a {
        font-size: 14px;
    }
    .mt-25{
        margin-top: 25px;
    }
}

/* footer */
.footer-content-wrapper span{
    color: #ffffff;
}
/* Breadcrumbs */
.breadcrumb-area{
    background: #f0f8ff;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #dee2e6;
}
.contact-location-grid__content h3{
    font-size: 18px;
    line-height: 24px;
}

/* About us page */
.about-content p{
    font-size: 16px;
    color: #000;
}
.about-content a{
    color:#093073;
    font-weight: 600;
}
.about-content .content-title{
    font-size: 22px;
    color: #10437b;
    margin-top: 22px;
    display: inline-block;
}
.about-content .content-title:after {
    content: '';
    display: block;
    margin-top: 2px;
    width: 100%;
    height: 2px;
    background-color: #e52f29;
}
#study-table {
    border-collapse: collapse;
    width: 100%;
  }
  
  #study-table td, #study-table th {
    border: 1px solid #ddd;
    padding: 8px;
    color: #000;
  }
  
  #study-table th {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    background-color: #10437b;
    color: #fff;
  }

/* advertise */
.contact-detail{
    margin-top: 12px;
}
.contact-detail h4{
    font-size: 20px;
}

/* IJMPO activities */

.vertical-tab .nav-tabs{
    display: table-cell;
    width: 28%;
    min-width: 28%;
    vertical-align: top;
    border: none;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color: #093073;
    background: #f0f8ff;
    font-size: 16px;
    font-weight: 800;
    text-align: left;
    padding: 13px 10px 10px;
    margin: 0 9px 9px 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgba(0,0,0,0.15);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #e52f29;
    background: #fff;
    border: none;
    border-bottom: 2px solid rgba(0,0,0,0.15);
    border-radius: 10px 0 0 0;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: '';
    background: #e52f29;
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after{
    opacity: 0;
    left: auto;
    right: 25px;
    transition: all 0.3s ease-in 0.2s;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li.active a:hover:before{
    width: 50%;
    opacity: 0;
}
.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li.active a:hover:after{
    opacity: 1;
    right: 0
}
.vertical-tab .tab-content{
    color: #000;
    font-size: 16px;
    padding: 20px 20px 10px;
    margin-top: 10px;
    border-right: 3px solid #10437b;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    display: table-cell;
    position: relative;
}
.vertical-tab .content-title{
    font-size: 22px;
    color: #10437b;
    margin-bottom: 18px;
    display: inline-block;
}
.vertical-tab .content-title:after {
    content: '';
    display: block;
    margin-top: 2px;
    width: 100%;
    height: 2px;
    background-color: #e52f29;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        width: 100%;
        display: block;
        border: none;
    }
    .vertical-tab .nav-tabs li a{ margin: 0 0 10px; }
    .vertical-tab .tab-content{
        padding: 25px 20px;
        display: block;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
.activities-list{
    margin-bottom: 20px;
}
.activities-list li{
    margin-bottom: 10px;
}

/* onload modal popup */
#popup-onload .modal-body{
    padding: 35px 18px;
    text-align: center;
    overflow: hidden;
  }
  #popup-onload .modal-body h3{
    font-size: 18px;
    line-height: 26px;
  }
  .text-red{
      color: #093073;
  }
  #popup-onload .modal-button button{
    background: #fff;
    border: 2px solid #093073;
    border-radius: 16px;
    padding: 5px 50px;
    color: #093073;
    margin-top: 17px;
    margin-left: 12px;
    margin-right: 12px;
    font-weight: 800;
    font-size: 18px;
  }
  /* editorial list */
  .editorial-list li
  {
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    color: #000000;
  }
  .editorial-list li:before {
    position: absolute;
    top: 18%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: block;
    font-family: Ionicons;
    content: '\f122';
    font-size: 14px;
    color: #e52f29;
}

/* Notification */
#notification .content{
    background: #f8f9fb;
    padding: 13px 5px;
    margin-bottom: 25px;
}
#notification .date{
    text-align: right;
    color: #e52f29;
    font-weight: 600;
    font-style: italic;
}
#notification .date i{
    font-size: 18px;
}
#notification .descr{
    margin-bottom: 15px;
}
#notification .btn-view{
    background-color: #e52f29;
    color: #fff;
    padding: 1px 15px;
}
#notification .notify-detail p{
    color: #000000;
    margin-bottom: 13px;
    line-height: 20px;
}
#notification .notify-detail .card-body{
    margin-top: 15px;
}
.blinking{
	animation:blinkingText 1s infinite;
}
@keyframes blinkingText{
	0%{		color: #ffffff;	}
	49%{	color: #f36438;	}
	50%{	color: #e7eb0d;	}
	99%{	color:#38cfd8;	}
	100%{	color: #e52f29;	}
}
/* detail start*/
#detail .tag-list {
    line-height: 1;
    margin-bottom: 15px;
}
#detail .tag-list li {
    display: inline-block;
}
#detail .tag-list li a {
    display: block;
    padding: 4px 10px;
    margin: 5px 3px;
    background-color: #e52f29;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#detail .title{
    font-size:20px
}
#detail .citation p{
    margin-bottom: 4px;
    color: #000;
    line-height: 22px;
}
#detail .meta-list{
    margin-bottom: 12px;
    margin-top: 12px;
}
#detail .article-author {
    font-size: 15px;
    font-weight: 800;
    color: #093073;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-top: 7px;
    padding-bottom: 11px;
}
#detail .article-text{
    margin-bottom: 10px;
    /*text-align: justify;*/
    color: #000000;
    margin-top: 16px;
}
#detail .single-meta:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e52f29;
    margin: 0 11px 2px;
}
#detail .single-meta p {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}
#detail .page-sidebar {
    background: #ffffff;
    padding: 0px;
}
#detail .widget-title {
    margin-bottom: 16px;
    margin-top: -5px;
    font-size: 20px;

}
#detail .sidebar-download li{
    display: block;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    position: relative;
}
#detail .sidebar-download li a {
    padding: 10px 50px 10px 15px;
    font-size: 17px;
    color: #000;
    display: block;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    background: #f2f2f2;
}
#detail .sidebar-download img{
    margin-right: 12px;
}
#detail .sidebar-download li a .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 18px;
    border-radius: 100%;
    line-height: 1;
    color: #e52f29;
    padding: 5px;
    min-width: 22px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#detail .single-sidebar-widget {
    margin-top: 0px;
    margin-bottom: 35px;
}
.sidebar-recent-post__content .title a {
    color: #222;
    font-size: 17px;
}
#detail .author-name {
    font-size: 15px;
    font-weight: 800;
    color: #093073;
    line-height: 21px;
    border-bottom: 1px solid #ddd;
    padding-top: 7px;
    padding-bottom: 11px;
}
#detail .share {
    display: flex;
}
#detail .share li{
    border-right: 1px solid rgb(255, 255, 255);
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0px;
    min-height: 48px;
    background: #f2f2f2;
}
.nice-select {
    width: 100%;
    background-color: #fff;
    border: 1px solid rgb(227, 227, 227);
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #000000;
    margin-bottom: 15px;
}
#detail .issues{
    border: 1px solid rgb(227, 227, 227);
}
#detail .issues li{
    border: 1px solid rgb(227, 227, 227);
    padding: 2px 10px;
    color: #000000;
}
#detail .right-sidebar-widget {
    margin-top: 10px;
}
#detail .ads{
    margin-top: 22px;
    margin-bottom: 35px;
}
#detail .sidebar-tag-list li a {
    display: block;
    font-size: 15px;
    background: #f2f2f2;
    border: 0;
    color: #000;
    padding: 3px 10px;
    margin: 5px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
/* detail end*/

/* Journal Design */
.journal-item{
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    border: thin solid rgb(227, 227, 227);
    padding: 10px 15px;
    margin-bottom: 30px;
}
.journal-item .pdf-btn{
    background-color: #f0f8ff;
    padding: 3px 26px;
    color: #093073;
    border-radius: 7px;
    font-weight: 600;
    border: 2px solid #10437b;
}
.journal-item .title{
    font-size: 17px !important;
    font-weight: 500;
}
.journal-item .blue-line{
    border: 1px solid #093073;
    margin-bottom: 18px;
    margin-top: 21px;
}

.journal-item .blue-line:last-child{
    border: none;
}
/* blink */
.new-blink img{
    width: 59px;
    margin-top: -3px;
}




.link-color a{
    text-decoration: underline;
    color:#0808ed;
}
.link-color a:hover{
    color:red;
}

 
@media screen and (max-width:1200px){
    .logo span{
        font-size: 18px !important;
    }
}


/* Ismpo Guidline start  */
.dropdown-guidline {
    position: relative;
    display: inline-block;
  }

  .dropdown-button-guidline {
    background-color: #093073;
    color: white;
    padding: 10px 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }

  .dropdown-content-guidline {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1;
  }

  .dropdown-content-guidline a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content-guidline a:hover {
    background-color: #ffffff;
  }

  .dropdown-guidline:hover .dropdown-content-guidline {
    display: block;
  }

  /* Nested dropdown styles */
  .nested-dropdown-guidline {
    position: relative;
  }

  .nested-dropdown-content-guidline {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #ffffff;
    min-width: 180px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }

  .nested-dropdown-guidline:hover .nested-dropdown-content-guidline {
    display: block;
  }

  .nested-dropdown-guidline > a::after {
    content: " ▶";
    float: right;
  }
/* Ismpo Guidline end  */









