/**
* Template Name: Arsha - v4.10.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*---
html {
  zoom: 1.1;
}
---*/
:root,
.btn.btn-primary {
  --bs-btn-bg: #3d7cc9;
  --bs-primary: #3d7cc9;
  --swiper-theme-color: #3d7cc9;
  --bs-primary-rgb: 61, 124, 201;
  --bs-btn-font-family: "Lato", sans-serif;
}

body.admin-bar,
body.admin-bar header {
  margin-top: 32px;
}

body {
  font-family: "Lato", sans-serif;
  color: #444444;
}

a {
  color: #3c7cc9;
  text-decoration: none;
}

a:hover {
  color: #2360a9;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tinos", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #3d7cc9;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3d7cc9;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 1px 0;
  background: #fcfcfc;
  box-shadow: 0px 2px 5px #00000021;
}

#header.header-scrolled,
#header.header-inner-pages {
  /* background: rgba(40, 58, 90, 0.9); */
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 64px;
  padding: 15px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar li input,
.wos-primaryMenuWrapper input {
  border-radius: 2px;
  padding: 4px 10px;
  width: 300px;
  color: #707070;
  box-shadow: 2px 2px 6px #00000029;
  border: 0.25px solid #54565a;
  opacity: 0.65;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #54565a;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #3d7cc9;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: transform 0.25s ease-out;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  /* color: #fff; */
  font-size: 14px;
  border: 2px solid #3d7cc9;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #3d7cc9;
}

.navbar .menu-item-has-children ul,
.navbar .dropdown ul {
  display: block;
  position: absolute;
  /* left: 14px; */
  top: calc(100% - 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fcfcfc;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 0 0 4px 4px;
}

.navbar .menu-item-has-children ul li,
.navbar .dropdown ul li {
  min-width: 120px;
}

.navbar .menu-item-has-children ul a,
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .menu-item-has-children ul a i,
.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .menu-item-has-children ul a:hover,
.navbar .menu-item-has-children ul .active:hover,
.navbar .menu-item-has-children ul li:hover>a,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3d7cc9;
}

.navbar .menu-item-has-children:hover>ul,
.navbar .dropdown:hover>ul {
  opacity: 1;
  /* top: 100%; */
  top: 67px;
  visibility: visible;
}

.navbar .menu-item-has-children .menu-item-has-children ul,
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 10px);
  visibility: hidden;
}

.navbar .menu-item-has-children .menu-item-has-children:hover>ul,
.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  /*.navbar ul {
    display: none;
  }*/
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #3d7cc9;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #3d7cc9;
}

.navbar-mobile .menu-item-has-children ul,
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .menu-item-has-children ul li,
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .menu-item-has-children ul a,
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .menu-item-has-children ul a i,
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .menu-item-has-children ul a:hover,
.navbar-mobile .menu-item-has-children ul .active:hover,
.navbar-mobile .menu-item-has-children ul li:hover>a,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .menu-item-has-children>.dropdown-active,
.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  /* background: #1b2e4a; */
}

#hero.statistics {
  height: 100vh;
  background: #e2ebf7;
  text-align: center;
}

#hero.statistics h4 {
  text-align: center;
  font-size: 34px;
  font-family: "Tinos";
  font-weight: 600;
}

#hero.statistics p {
  font-weight: 900;
}

#hero.statistics .map {
  width: 75%;
  margin: 25px auto;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero .bookTitle h1 {
  font-size: 30px;
  line-height: 32px;
}

.bookNav {
  padding: 10px;
  display: flex;
}

.bookNav span {    
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
  border-bottom: 2px solid #e6e6e6;
  background: #f9f9f9;
  transition: all 0.3s;
}

.bookNav span:hover,
.bookNav span.active {    
  background: #e6e6e6;
}

@media (max-width: 425px) { 
  .bookNav span {    
    padding: 10px;
  }
}

@media (max-width: 768px) { 
  #hero h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

#hero h2 {
  color: #54565a;
  margin-bottom: 5px;
  font-size: 42px;
  font-family: Lato;
  font-weight: 600;
}

#hero span {
  font-size: 24px;
  font-weight: 300;
}

#hero .statistics-item {
  padding-bottom: 10px;
  border-right: 0.5px solid #707070;
}

#hero .statistics-item:last-child {
  border-right: 0px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 50vh;
    text-align: center;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  /* #hero h1 {
    font-size: 28px;
    line-height: 36px;
  } */

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Homepage hero banner buttons
--------------------------------------------------------------*/
.hero-buttons {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}

@media (max-width: 991px) {
  .hero-buttons {
    justify-content: center;
  }
}

.content-btn {
  background-color: #3D7CC9;
  color: #fff;
  border: none;
  padding: 7px 40px;
  border-radius: 22px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.content-btn:hover {
  background-color: #0062cc;
}

.solutions-btn {
  background-color: #FFFFFF;
  color: #3D7CC9;
  padding: 7px 40px;
  border-radius: 4px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.solutions-btn:hover {
  background-color: #e2e6ea;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #ffffff;
  margin-top: 40px;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 34px;
  font-weight: bold;
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #54565a;
}

/* .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
} */

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# affiliations
--------------------------------------------------------------*/

.affiliations {
  text-align: center;
  padding: 30px 0 60px;
}

.affiliations img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 30px;
  /* filter: grayscale(100); */
}

.affiliations img:hover {
  filter: none;
  transform: scale(1.1);
}

.affiliations .aff-img {}

@media (max-width: 768px) {
  .affiliations img {
    /* max-width: 40%; */
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #3d7cc9;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #3d7cc9;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #3d7cc9;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box.smbox img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.services .icon-box.mainBox {
  margin: 0px 16px;
  min-height: 365px;
}

#mostread a {
  color: #444444;
}

#mostread .swiper-wrapper .icon-box.mainBox {
  min-height: 410px;
}

.services .icon-box {
  transition: all ease-in-out 0.4s;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  position: relative;
  min-height: 390px;
}

.services .icon-box .feature-image-box {
  height: 120px;
  overflow: hidden;
}

.services .icon-box .feature-image-box img {
  width: 100%;
}

.services.solutions .icon-box {
  padding: 30px 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .services.solutions .icon-box {
    margin: 0;
  }
}

.services.solutions .icon-box h4 {
  font-family: Lato;
  font-size: 18px;
  line-height: 20px;
}

.services.solutions .icon-box .icon {
  margin-bottom: 20px;
}

.services .icon-box .most-read {
  padding: 15px 15px 20px;
}

#latesthighlights a {
  color: #444444;
}

.services .icon-box .most-read span.box-read-more {
  font-size: 14px;
  color: #3d7cc9;
  position: absolute;
  bottom: 15px;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  color: #54565a;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 18px;
  font-size: 13px;
  margin-bottom: 15px;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #3d7cc9;
  background-size: cover;
  padding: 75px 0;
}

.cta h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.cta p {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #3d7cc9;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #3d7cc9;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #3d7cc9;
}

.pricing h4 {
  font-size: 48px;
  color: #3d7cc9;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #3d7cc9;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# News Button
--------------------------------------------------------------*/

/* Styles for the section */
.section {
  padding: 5px;
  /* border: 0px solid #CCCCCC; */
  border-radius: 0px;
  /* background-color: #F5F5F5; */
  margin-bottom: 0px;
}

/* Styles for the section with the "news-section" ID */
#news-section {
  /* background-color: #F5F5F5; */
}

/* Styles for the section heading */
.section h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

/* Styles for the button */
.button-news {
  display: inline-block;
  padding: 12px 100px 12px 100px;
  background-color: #3D7CC9;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Styles for the button hover state */
.button-news:hover {
  background-color: #0062CC;
}

/* Styles for the button active state */
.button-news:active {
  background-color: #004080;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #3d7cc9;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0 0 25px;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #3d7cc9;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding: 0 5px;
  color: #4668a2;
  content: ">";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #3d7cc9;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #3d7cc9;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #f3f3f3;
}

#footer .footer-top {
  padding: 60px 0 0 0;
  background: #f3f3f3;
}

@media (min-width: 992px) {
  #footer .footer-top .footer-links {
    margin-bottom: 0;
    width: auto;
  }
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #3d7cc9;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: 600;
  color: #85878b;
  position: relative;
  padding-bottom: 12px;
  font-family: "Lato";
}

#footer .footer-logo {
  width: 160px;
  float: left;
  padding-bottom: 30px;
  mix-blend-mode: darken;
}

#footer .footer-logo.footer_logo_ojs {
  width: 100px;
  padding-bottom: 0;
  margin-top: 16px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  min-height: 104px;
}

@media (max-width: 768px) {
  #footer .footer-top .footer-links ul {
    min-height: unset;
  }
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #3c7cc9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  padding: 4px 0;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #3c7cc9;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3c7cc9;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 15px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}

.sidebar {
  margin: 0;
  padding: 0;
  padding-top: 46px;
  overflow: auto;
  left: 0 !important;
}

.inner-page {
  margin-top: 66px;
  min-height: 100vh;
}

.admin-bar .inner-page {
  margin-top: 64px;
}


.inner-page .main-content {
  padding: 0px;
  border-left: 1px solid #ebebeb;
}

.inner-page .main-content #hero {
  /* height: 33vh; */
  min-height: 320px;
  background: #ffffff;
  padding: 30px 0px;
}

.inner-page.journal-page .main-content #hero {
  height: unset;

  /* position: -webkit-sticky;
  position: sticky;
  top: 0; */
}

#readContentIfram {
  height: calc(100vh);
  top: 0;
  position: absolute;
  padding-top: 66px;
}

.admin-bar #readContentIfram {
  padding-top: 98px;
}

.sticky {
  /* position: fixed; */
  top: 0;
}

.is-affixed.inner-sidebar .sidebar {
  margin-left: 0;
}

.inner-sidebar {
  margin: 0;
  /* margin-top: 20px; */
  /* border-right: 1px solid #ebebeb; */
  /* background-color: #fcfcfc; */
  min-height: 100vh;
  /* min-height: 300px; */
}

.inner-page #hero .container {
  padding: initial;
  margin: 0px;
}

.inner-page #hero .container .image-div {
  text-align: center;
  max-height: 300px;

}

.inner-page #hero .container .image-div .journal-image {
  border-radius: 8px;
  height: 100%;
}

.wos-contentWrapper .image-div .journal-image {
  border-radius: 8px;
}

.inner-page .journal-details {
  color: #fff;
  position: relative;
}

.inner-page .journal-details.bookTitle {
  width: max-content;
}

.inner-page .journal-detail-intro p,
.inner-page .journal-detail-intro {
  color: #fff;
  font-size: 24px !important;
}

#hero .inner-page .journal-details p+p {
  font-size: 24px;
}

.inner-page .journal-details.issue-details {
  color: #54565a;
}

.inner-page .journal-details.issue-details span {
  /* position: absolute; */
  bottom: 5px;
  font-size: 14px !important;
}

.inner-page .journal-details h3 {
  font-size: 28px;
  font-weight: 600;
  font-family: Tinos;
  margin-bottom: 15px;
}

.inner-page .journal-details p {
  font-size: 16px;
  font-weight: 100;
}

/* .inner-page .journal-details .journal-buttons {
  position: absolute;
  bottom: 5px;
} */

.inner-page .journal-details .journal-buttons .btn.btn-primary {
  background: #ffffff;
  box-shadow: 1px 1px 4px #b8babc;
  border-radius: 5px;
  font-size: 14px;
  color: #54565a;
  height: 32px;
  line-height: 30px;
  border: none;
  margin: 10px 28px;
  padding: 0px 35px;
  min-width: 145px;
}

.inner-page .journals-content,
.inner-page .issues-content {
  padding: 30px 15px;
}

.inner-page .journals-content .read-more {
  font: normal normal normal 14px/17px Lato;
  letter-spacing: 0px;
  color: #242424;
  cursor: pointer;
}

.inner-page .journals-content .journal-box {
  padding: 15px;
  position: relative;
}

.inner-page .journals-content .journal-box .journal-box-inner h5 {
  padding: 10px;
  color: #444444;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Lato";
  letter-spacing: 1px;
  line-height: 12px;
}

.inner-page .journals-content .journal-box .journal-box-inner h4 {
  padding: 0 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 21px;
}

.inner-page .journals-content .journal-box .journal-box-inner p {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 300;
}

.inner-page .journals-content .box-md .journal-box .journal-box-inner {
  min-height: 295px;
}

.inner-page .journals-content .box-sm .journal-box .journal-box-inner {
  min-height: 185px;
}

.inner-page .journals-content .journal-box .journal-box-inner {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  overflow: hidden;
}

.inner-page .journals-content .journal-box .editors-choice img {
  width: 100%;
}

.inner-page .journals-content .journal-box .issue img {
  float: left;
  padding-right: 20px;
  max-width: 185px;
  min-height: 232px;
}

.inner-page .journals-content .journal-box .issue a {
  color: #444444;
}

.inner-page .journals-content .journal-box .editor-in-chief img {
  width: 115px;
  padding: 10px;
  display: inline;
  float: left;
}

section#hero.search-box-wrap {
  background-position: center;
  height: 560px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) { 
  section#hero.search-box-wrap {
    height: 260px;
  }
}


#hero.publications {
  height: 364px;
  margin-top: 66px;
  padding: 0px;


}

#hero.publications .container {
  padding-top: 0px;
}

#hero.publications h2 {
  color: #54565a;
  font-family: "Tinos", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
}

#hero.publications input[type="text"] {
  border-radius: 5px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  max-width: 620px;
  padding: 10px 20px;
  border: 0px;
  margin-top: 15px;
  color: #707070;
}

.inner-page.publications-page {
  margin-top: 0px;
}

#publications-search {
  /* text-align: center; */
}

/*.browse-publications-outer {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.browse-publications-outer .browse-publications-box {
  flex: 0 0 33%;
}*/

/*.browse-publications-outer
  .browse-publications-box*/
.browse-publications-box-inner {
  margin: 20px 15px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  min-height: 275px;
  overflow: hidden;
}

/*.browse-publications-outer
  .browse-publications-box*/
.browse-publications-box-inner .pub-image-box {
  height: 170px;
  overflow: hidden;
}

/*.browse-publications-outer
  .browse-publications-box*/
.browse-publications-box-inner .pub-image-box img {
  width: 100%;
}

/*.browse-publications-outer
  .browse-publications-box*/
.browse-publications-box-inner .pub-title-box {
  padding: 20px 10px 10px;
}

/*.browse-publications-outer
  .browse-publications-box*/
.browse-publications-box-inner .pub-title-box h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 21px;
  color: #54565a;
}

/*.browse-publications-outer
  .browse-publications-box*/
.browse-publications-box-inner .pub-title-box p {
  font-size: 12px;
  color: #54565a;
}

.article-div {
  padding: 15px 10px 0px;
}

.article-div h3,
.article-div h3#article-title-heading {
  font: normal normal bold 28px/30px Tinos;
  letter-spacing: 0px;
  color: #54565a;
  padding-bottom: 20px;
}

.article-div h3 {
  font: normal normal bold 16px/18px Tinos;
  color: #54565a;
}

.article-div h5 {
  font: normal normal bold 16px/18px Tinos;
  color: #54565a;
}

.article-div b {
  font-weight: bold;
}

.article-div #header-list,
.article-div #authors-list,
.article-div #abstract-div {
  margin-bottom: 10px;
}

.article-div p {
  margin-bottom: 5px;
  line-height: 22px;
  font-size: 16px;
  color: #54565a;
  font-weight: 300;
}

.article-buttons {
  padding: 15px 0;
}

.article-buttons a {
  display: block;
  width: 136px;
  margin-bottom: 10px;
  background: #407bbf;
  box-shadow: 1px 1px 4px #b8babc;
  border-radius: 5px;
  border: 0;
  font: normal normal 400 15px/20px Lato;
  letter-spacing: 0px;
  color: #ffffff;
}

.article-buttons #crossmark a,
.article-buttons #altmetrics-box a {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 30px 5px 0px;
  width: auto;
}

.article-buttons #altmetrics-box a {
  padding: 0;
}

.article-buttons h5 {
  font: normal normal 900 10px/12px Lato;
  letter-spacing: 1px;
  color: #444444;
  text-transform: uppercase;
}

.article-buttons #altmetrics,
.article-buttons #share,
.article-buttons #info,
.article-buttons #statistics {
  margin-top: 40px;
}

.article-buttons #share a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}

.article-buttons #share a .bx {
  line-height: 30px;
}

.article-buttons #info,
.article-buttons #statistics {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  min-height: 120px;
  padding: 10px;
}

.article-buttons #info p,
.article-buttons #statistics p {
  font-size: 14px;
  color: #54565a;
  font-weight: 300;
  margin: 0;
}

.article-buttons #info {
  min-height: max-content;
  box-shadow: none;
  line-height: 175%;
  padding: 0px;
}

.article-buttons #statistics #cited-by-count a {
  background: transparent;
  color: #54565a;;
  width: auto;
  box-shadow: 1px 1px 2px #dfdfdf;
  border-radius: 3px;
  padding: 10px 5px;
  margin-top: 10px;
}

.article-buttons #statistics #cited-by-count a p {
  font-size: 14px;
  color: #54565a;
  font-weight: 300;
  margin: 0;
}

.issue-box {
  /*padding: 0 5px;
  display: flex;
  flex-flow: row wrap;*/
}

.issue-box .issue-item {
  /*margin: 10px;*/
  background: #fcf0f2;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  height: 110px;
  /*width: calc((100% / 3) - 20px);*/
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  position: relative;
}

.issue-box .issue-item .issue-inner {
  margin: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 25px;
}

.issue-box .issue-item .issue-inner h5 {
  font: normal normal bold 18px/21px Tinos;
  letter-spacing: 0px;
  color: #54565a;
  margin: 0;
}

.issue-box .issue-item.issue-conference {
  background: white;
  padding: 0;
  height: auto;
  overflow: hidden;
  text-align: left;
}

.issue-box .issue-item.issue-conference img {
  height: 210px;
  float: left;
  padding-right: 20px;
}

.issue-box .issue-item.issue-conference .issue-inner-conference {
  padding-top: 15px;
  display: inline-block;
  width: 60%;
}

.issue-box .issue-item.issue-conference .issue-inner-conference h5 {
  text-align: left;
  font: normal normal bold 16px/18px Tinos;
  letter-spacing: 0px;
  color: #54565a;
}

.issue-box .issue-item.issue-conference .issue-inner-conference span {
  position: absolute;
  bottom: 10px;
  color: #54565a;
}

.issue-box .issue-article {
  /*margin: 10px;*/
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  height: calc(100% - 20px);
  padding: 10px;
  text-align: center;
  position: relative;
}

.issue-box .issue-article .issue-inner {
  text-align: left;
  padding: 2px 12px;
  color: #54565a;
  position: relative;
  height: 100%;
  padding-bottom: 24px;
}

.issue-box .issue-article .issue-inner h5 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}

.issue-box .issue-article .issue-inner span {
  font-size: 12px;
  line-height: 15px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-height: 4.5em;
  line-height: 1.5em;
}

.issue-box .issue-article .issue-inner i {
  position: absolute;
  bottom: 0px;
  left: 12px;
  font: normal normal normal 14px/17px Lato;
}

.sidebar .accordion {
  width: 100%;
  padding: 40px 5px 20px 10px;
  position: relative;
}

.sidebar .accordion .accordion-item {
  border: 0;
  background: transparent;
}

.sidebar .accordion .accordion-button {
  color: #54565a;
  padding: 5px 20px 10px;
  border-left: 4px transparent;
  margin: 5px 0;
  background: transparent;
}

.sidebar .accordion .accordion-button.active,
.sidebar .accordion .accordion-button:hover {
  color: #3d7cc9;
  text-decoration: underline;
  text-underline-offset: 5px;
  background: #3d7cc91f;
  border-left: 4px solid;
  margin-left: -4px;
  border-radius: 0 7px 7px 0;
}

.sidebar .accordion .accordion-item h2 {
  text-align: left;
  font: normal normal normal 16px/19px Lato;
  letter-spacing: 0px;
  color: #54565a;
}

.sidebar .accordion-button:not(.collapsed) {
  color: #3d7cc9;
  background: none;
  box-shadow: none;
}

.sidebar .accordion-button.single {
  color: #54565a;
}

.sidebar .accordion-button.single::after {
  width: 0;
}

.sidebar .accordion-body {
  padding: 0 0 0 10px;
}

.sidebar .accordion-body ul {
  list-style: none;
  margin: 0;
  padding-left: 18px;
}

.sidebar .accordion-body ul li {
  text-align: left;
  font: normal normal normal 14px/17px Lato;
  letter-spacing: 0px;
  color: #54565a;
  padding: 5px;
}

.sidebar .accordion-body ul li a {
  color: #54565a;
}


/*ABOUT.MENU.STYLE*/

.sidebar .about-menu-class {
  padding: 0 8px 0 16px;
}

.col-2 inner-sidebar .about-menu-class .menu .menu-about-style ul {
  color: #eb4034;
}

.col-2 inner-sidebar .about-menu-class .menu .menu-about-style ul li {
  color: #eb4034;
}

.col-2 inner-sidebar .about-menu-class .menu .menu-about-style ul li a {
  color: #eb4034;
}

.sidebar .accordion-body ul {
  list-style: none;
  margin: 0;
  padding-left: 18px;
}

.sidebar .accordion-body ul li {
  text-align: left;
  font: normal normal normal 14px/17px Lato;
  letter-spacing: 0px;
  color: #54565a;
  padding: 5px;
}

.sidebar .accordion-body ul li a {
  color: #54565a;
}

/*END ABOUT.MENU.STYLE*/

/*Solutions menu style begins*/
.solutions-menu-class ul {
  list-style: none;
  margin-top: 40px;
  padding: 0;
  overflow: hidden;
}

.solutions-menu-class li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  word-wrap: normal;
}

.solutions-menu-class li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 5px 20px 10px 20px;
  border-left: 4px solid transparent;
}

.solutions-menu-class li a:hover,
.solutions-menu-class li.current-menu-item>a {
  color: #3d7cc9;
  text-decoration: underline;
  text-underline-offset: 5px;
  background: #e2ebf7;
  border-left: 4px solid;
  margin-left: 0px;
  border-radius: 0 7px 7px 0;
}



.solutions-menu-class ul ul {
  list-style: none;
  margin: 0;
  padding-left: 18px;
}

.solutions-menu-class ul li {
  text-align: left;
  font: normal normal normal 16px Lato;
  letter-spacing: 0px;
  color: #54565a;
  padding: 5px;
}

/*Solutions menu style end*/


/*Kne clues menu style begins*/

.kneclues-menu-class ul {
  list-style: none;
  margin-top: 40px;
  padding: 0;
  overflow: hidden;
}

.kneclues-menu-class li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  word-wrap: normal;
}

.kneclues-menu-class li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 5px 20px 10px 20px;
  border-left: 4px solid transparent;
}

.kneclues-menu-class li a:hover,
.kneclues-menu-class li.current-menu-item>a {
  color: #3d7cc9;
  text-decoration: underline;
  text-underline-offset: 5px;
  background: #e2ebf7;
  border-left: 4px solid;
  margin-left: 0px;
  border-radius: 0 7px 7px 0;
}

.kneclues-menu-class ul ul {
  list-style: none;
  margin: 0;
  padding-left: 18px;
}

.kneclues-menu-class ul li {
  text-align: left;
  font: normal normal normal 16px Lato;
  letter-spacing: 0px;
  color: #54565a;
  padding: 5px;
}

/*Kne clues menu style end*/

/*Content menu style begins*/

.content-menu-class ul {
  list-style: none;
  margin-top: 40px;
  padding: 0;
  overflow: hidden;
}

.content-menu-class li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  word-wrap: normal;
}

.content-menu-class li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 5px 20px 10px 20px;
  border-left: 4px solid transparent;
}

.content-menu-class li a:hover,
.content-menu-class li.current-menu-item>a {
  color: #3d7cc9;
  text-decoration: underline;
  text-underline-offset: 5px;
  background: #e2ebf7;
  border-left: 4px solid;
  margin-left: 0px;
  border-radius: 0 7px 7px 0;
}

.content-menu-class ul ul {
  list-style: none;
  margin: 0;
  padding-left: 18px;
}

.content-menu-class ul li {
  text-align: left;
  font: normal normal normal 16px Lato;
  letter-spacing: 0px;
  color: #54565a;
  padding: 5px;
}

/* About menu style begins - Used for About Us pages */

.about-menu-class ul {
  list-style: none;
  margin-top: 40px;
  padding: 0;
  overflow: hidden;
}

.about-menu-class li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  word-wrap: normal;
}

.about-menu-class li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 5px 20px 10px 20px;
  border-left: 4px solid transparent;
}

.about-menu-class li a:hover,
.about-menu-class li.current-menu-item>a {
  color: #3d7cc9;
  text-decoration: underline;
  text-underline-offset: 5px;
  background: #e2ebf7;
  border-left: 4px solid;
  margin-left: 0px;
  border-radius: 0 7px 7px 0;
}

.about-menu-class ul ul {
  list-style: none;
  margin: 0;
  padding-left: 18px;
}

.about-menu-class ul li {
  text-align: left;
  font: normal normal normal 16px Lato;
  letter-spacing: 0px;
  color: #54565a;
  padding: 5px;
}

/*About menu style end*/

.generic-page p {
  /* text-align: left;
  /* font: normal normal normal 14px/20px Lato; */
  /* letter-spacing: 0px; */
  color: #54565a;
}

.generic-page h2 {
  text-align: center;
  font: normal normal bold 34px/38px Tinos;
  letter-spacing: 0px;
  color: #54565a;
  margin-bottom: 35px;
}

.swiper-container {
  /* overflow: hidden; */
  padding: 20px 0 50px;
  position: relative;
}

.swiper-overflow-container {
  overflow-x: hidden;
  /* prevent horizontal scroll */
}

.swiper-overflow-container .container {
  overflow: visible;
  /* if your container has overflow by default */
}

.swiper-overflow-container .swiper-container {
  overflow: visible;
  /* remove swiper container overflow */
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -25px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 28px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
}

#menu-header-menu {
  margin-right: 25px;
}

@media (max-width: 767px) {
  #menu-header-menu {
    margin-right: 0;
  }
}

.cite-modal-content a {
  width: fit-content;
  padding: 5px 20px;
  display: inline-block;
  margin: 5px;
}

.cite-modal-content #boxIDcite {
  padding-bottom: 20px;
}

/* Added by wos 7-5-2023 */
.wos-smVisible {
  display: none !important
}

.wos-smHidden {}

img {
  max-width: 100%
}

.wos-pageWrapper .col-lg-4 {
  padding-left: 0;
  padding-right: 0
}

.wos-pageWrapper .main-content {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

#wos-toggleMenu {
  background: #407bbf;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

.wos-toggleMenuContent ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wos-toggleMenuContent ul.menu li a {
  padding: 10px 15px;
  display: block;
}

.wos-toggleMenuWrapper,
.wos-toggleMenuContent {
  display: none;
}

.wos-pageWrapper .sidebar .accordion {
  padding: 20px 5px 20px 10px;
}

.redBg {
  background-color: #93192e !important
}

.wos-small {
  font-size: 12px;
}

.wos-primaryMenu>ul {
  margin-right: 25px;
}

.wos-hideAll {
  display: none !important
}

.navbar-brand {
  height: 64px;
  mix-blend-mode: multiply;
}

.wos-contentWrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.wos-contentWrapper .image-div .journal-image {
  /* height: 100%; */
  /* width: 80%; */
}

@media all and (max-width : 767px) {
  .wos-smVisible {
    display: block !important
  }

  .wos-smHidden {
    display: none !important
  }

  .navbar ul {
    display: inherit
  }

  .wos-pageWrapper .main-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .wos-pageWrapper .inner-sidebar {
    min-height: inherit
  }

  .wos-toggleMenuWrapper {
    display: block;
  }

  .wos-pageWrapper .sidebar-wrap,
  .wos-pageWrapper .inner-sidebar {
    display: none;
  }

  .inner-page .main-content #hero {
    height: inherit;
    min-height: inherit;
    justify-content: center;
  }

  .inner-page #hero .container .image-div .journal-image {
    /* width: 100%; */
    max-height: 200px;
  }

  .wos-journalBox {
    text-align: left !important;
  }

  .wos-journalBox h3 {
    color: #fff;
    margin-bottom: 20px;
  }

  .wos-journalBox p {
    color: #fff;
  }

  .wos-journalBox .journal-buttons {
    display: flex;
    justify-content: space-between;
  }

  .wos-journalBox .journal-buttons .btn.btn-primary {
    background: #ffffff;
    box-shadow: 1px 1px 4px #b8babc;
    border-radius: 5px;
    font-size: 14px;
    color: #54565a;
    height: 32px;
    line-height: 30px;
    border: none;
    padding: 0px 10px;
  }

  .article-buttons {
    text-align: center;
  }

  .article-buttons a {
    display: inline-block
  }

  .wos-primaryMenu>ul {
    margin-right: 0
  }

  .navbar .menu-item-has-children ul,
  .navbar .dropdown ul {
    position: unset;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    display: none;
  }

  .navbar li input,
  .wos-primaryMenuWrapper input {
    width: 100%;
  }

  .wos-contentWrapper .image-div .journal-image {
    /* height: 100%; */
    width: 100%;
  }

  .wos-contentWrapper {
    padding-left: 0;
    padding-right: 0;
  }

}

.listtext {
  font-size: 14px;
  color: #54565a;
}

/*News page styling begins*/

.generic-page .author-name {
  font-size: 14px;
  color: #54565a;
  text-align: center;
  margin-top: -25px;
  font-weight: 600;
}

.generic-page .published-date {
  font-size: 14px;
  color: #54565a;
  text-align: center;
  margin-top: -10px;
  font-weight: 600;
}

.share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3c7cc9;
  margin: 5px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: -5px;
}

.share-icons {
  display: flex;
  justify-content: center;
}

/*News page styling ends*/

/* CSS for Statistics Section */
.full-width-section .statistics-item {
  text-align: center;
}

.full-width-section .statistics-item h2 {
  color: #54565a;
  margin-bottom: 5px;
  font-size: 72px;
  font-family: Lato;
  font-weight: 900;
}

.full-width-section .statistics-item span {
  font-size: 14px;
  font-weight: bold;
}

/*--
.home .n2-ss-layer .n2-ow {
  padding: 10px 58px;
}
---*/



/* CSS for Desktop */
@media (min-width: 992px) {
  .full-width-section .statistics-item:not(:last-child) {
    border-right: 0.5px solid #707070;
  }
}

/*--------------------------------------------------------------
# publication editors
--------------------------------------------------------------*/
.publication-editors {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
}

.publication-editors .editor-profile {
  padding: 16px;
  width: 50%;
}

@media (min-width: 992px) {
  .publication-editors .editor-profile {
    width: 25%;
  }
}

.publication-editors .editor-profile h5 {
  margin-top: 8px;
}

.publication-editors .editor-profile h6 {
  font-size: 24px;
}

.publication-editors .editor-profile-image {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------
# publication advisories
--------------------------------------------------------------*/
.publication-advisories {
  display: flex;
  flex-wrap: wrap;
}

.publication-advisories .advisor-profile {
  padding: 20px;
  width: 100%;
}

@media (min-width: 576px) {
  .publication-advisories .advisor-profile {
    padding: 20px;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .publication-advisories .advisor-profile {
    padding: 20px;
    width: 25%;
  }
}

/*--------------------------------------------------------------
# journals issue list
--------------------------------------------------------------*/
.journals_issue_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding: 40px;
  columns: 2 auto;
}

.journals_issue_wrap a {
  display: block;
  min-width: 140px;
  line-height: 2;
  margin-left: 8px;
}

.journals_issue_wrap .volume-container {
  padding: 16px;
  margin-bottom: 24px;
}

.volume_wraper {
  margin: 12px;
  width: 20%;
  min-width: 240px;
  display: block;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-bottom: 12px;
}

.volume_wraper h5 {
  padding: 7px 8px;
  background: #397bc621;
  margin-bottom: 8px;
  color: #fff;
  text-shadow: 0px 0px 1px #222;
}

.volume_wraper a {
  display: block;
  /* border-bottom: 1px solid #efefef; */
}

.volume_wraper a:last-child {
  border-bottom: 0;
}

/* .volume_wraper a:nth-child(n+6) {
  display: none;
} */

.volume_wraper.Journal img {
  position: absolute;
  filter: blur(40px);
  zoom: 1.5;
  z-index: -1;
  opacity: 0.2;
}

.show-more-checkbox {
  display: none;
}

.show-more-checkbox:checked~a {
  display: block !important;
}

.show-more-label {
  font-size: 13px;
  margin-left: 10px;
  cursor: pointer;
  color: gray;
}

.show-more-checkbox:checked~.show-more-label {
  display: none;
}

.imgAsBackGround {
  float: left;
  position: relative;
  width: 180px;
  height: 220px;
  overflow: hidden;
}

.imgAsBackGround>img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.n2_clear div#n2-ss-2 .n2-ss-slider-2 {
  background-position: bottom;
}

/* 
CUSTOM image text box */
.cus_image_text_box.elementor-element {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  overflow: hidden;
}

.cus_image_text_box.elementor-widget-image-box .elementor-image-box-description {
  padding: 0 12px 12px;
}

.cus_image_text_box h5.elementor-heading-title {
  font-weight: 500;
  font-size: 18px;
  color: #54565a;
  font-family: "Tinos", sans-serif;
  font-weight: bold;
}

.cus_image_text_box h6.elementor-heading-title {
  font-size: 12px;
  color: #54565a;
  font-weight: 400;
}

.cus_image_text_box p {
  margin: 0;
}

.cus_image_text_box {
  max-width: 440px;
  margin: auto;

}

.cus_cta {
  margin: 5px 0px 0px 5px;
  background-color: #3d7cc9;
}

div#n2-ss-2 .n2-ss-slider-3 div,
div#n2-ss-2 .n2-ss-slider-3 p {
  font-weight: bold;
}

.btn {
  font-weight: bold;
}

.elementor-widget-button .elementor-button {
  --e-global-color-accent: #3D7CC9;
  border-radius: 0.375rem;
}

.elementor-widget-button .elementor-button:hover,
.btn:hover {
  background-color: #444444;
  border-color: #444444;
  color: #fff;
}

.statistics-item .statistics-icon {
  font-size: 42px;
  margin-bottom: 16px;
}

.accordion .grouped-accordion-items {
  background: #e3f2ff;
  padding: 1px 0 1px 10px;
  margin: 0 -5px 0 -10px;
}

/* 
gravity form style for kne clues side panel */
.inner-sidebar .privacy_text label,
.inner-sidebar .gform_required_legend {
  font-size: 12px !important;
}

.inner-sidebar .gform_title {
  font-size: 20px;
  font-weight: bold;
}

.inner-sidebar .gform_wrapper {
  margin: 0 10px 0 0;
  padding: 16px;
  border-top: 1px solid #ddd;
}

.inner-sidebar .gform_wrapper.gravity-theme .gform_footer input {
  border: 1px solid #397bc6;
  background: #fff;
  color: #397bc6;
  width: 100%;
  max-width: 300px;
  padding: 4px 8px;
  border-radius: 4px;
}

/* 
KnE clues */

.kne_clues_cat_wrap {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  overflow: visible;
}

.kne_clues_cat_post_item {
  max-width: 100%;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  text-align: left;
  overflow: hidden;
}

@media (min-width: 769px) {
  .kne_clues_cat_post_item {
    max-width: calc(33.1% - 10px);
  }
}

.kne_clues_cat_post_item h2 a,
.kne_clues_cat_post_item h2 {
  color: #54565A;
  font-family: "Tinos", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
}

.kne_clues_cat_wrap .kne_clues_cat_post_item a.read-more {
  color: #3c7cc9;
}

.kne_clues_search_form input {
  border: 1px solid rgb(118, 118, 118);
  padding: 0 8px;
  height: 44px;
  border-radius: 4px;
  width: 100%;
}

.kne_clues_search_form {
  margin: 0 10px 16px 0;
  padding: 16px;
  border-top: 1px solid #ddd;
}

.kne_clue_related_read_wrap {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.kne_clue_related_read {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  flex: 1;
  width: 100%;
}

.kne_clue_related_read .related-read-bg {
  height: 120px;
  background-size: cover;
  background-position: center center;
}

.kne_clue_related_read h5 {
  text-align: center;
  font-family: "Tinos", Sans-serif;
  font-size: 1.5em;
  padding: 12px 0;
}

/* https://kneopen.com/indexing/ */
.indexed_locations {
  columns: 3;
  list-style: none;
  padding: 0;
}

@media (max-width: 768px) {
  .indexed_locations {
    columns: 1;
  }
}

.indexed_locations-item {
  padding: 8px 12px;
  box-sizing: border-box;
  break-inside: avoid;
  background: #f5f5f5;
  margin-bottom: 8px;
  border-radius: 4px;
  box-shadow: 0px 0px 1px 0px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}



.journal_DDEJ .volume_wraper>a>span,
.journal_DMJ .volume_wraper>a>span,

.journal_DDEJ .journal_published_data,
.journal_DMJ .journal_published_data {
  display: none;
}


#kneopen_background_div {
  display: block !important;
  width: 100%;
}
#kneopen_background_div_mobile {
  display: none !important;
  width: 100%;
}

@media (max-width: 768px) {
  #kneopen_background_div_mobile {
    display: block !important;
  }
  #kneopen_background_div {
    display: none !important;
  }
  .single-journal .journal-page section#hero {
    display: none !important;
  }

  .single-journal .journal-page section#hero.wos-smVisible {
    display: block !important;
  }
}

#card-section .card-body .cardTitleContainer {
  min-height: 64px;
  padding: 30px 20px;
}

#card-section .card-body .cardBodyContainer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 50%;
  padding: 10px 25px;
}

#card-section .card-body .cardButtonContainer {
  margin: 20px auto;
  display: block;
  max-width: fit-content;
  padding: 5px 20px;
}

#card-section .card-body .mediaContainer {
  max-height: 200px;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
}

#card-section .card-body iframe,
#card-section .card-body img {
  width: 100%;
  min-height: 200px;
}

#card-section .card-text {
  min-height: 100px;
  margin: 12px 0;
}

#card-section .card-title {
  font-weight: bold;
}

#card-section .card {
  width: 80%; 
  margin: 0 auto; 
  box-shadow: 0px 3px 6px #00000029; 
  transition: transform 0.3s ease-in-out; 
}

#card-section .card:hover {
  transform: translateY(-10px); 
}

@media (max-width: 768px) {
  #card-section .card {
    width: 85%; 
  }
}



@media (max-width: 768px) {
  .journals-content.article_mobile {
    position: relative;
    /* padding-top: 275px; */
    padding-top: 360px;
  }

  .article-buttons.article_button_mobile {
    position: absolute;
    top: 15px;
    left: 0;
    max-height: 300px;
    width: 100%;
  }
}



.card_new .container {
  max-width: 100%;
  padding: 0;
}

#card-section.card_new .container .card {
  width: auto;
  box-shadow: none !important;
  border: 0;
  border-radius: 0;
  background-size: cover;
  min-height: 400px;
  /* padding: 20px 30px; */
  border: 2px solid #3d7cc9;
}

#card-section.card_new .container .card.Light {
  color: #FFFFFF;
}

#card-section.card_new .container .card.Dark {
  color: #444444;
}

#card-section.card_new .container .card .card-text.Light {
  color: #FFFFFF;
}

#card-section.card_new .container .card .card-text.Dark {
  color: #444444;
}

.generic-page figure figcaption {
  display: none;
}

.article-div .chapter-item {
  margin: auto 0px 30px;
  max-width: 900px;
  border: 1px solid #00000029;
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 6px #00000029;
  overflow: hidden;
  display: grid;
  grid-auto-flow: column;
  /* max-height: 175px; */
  grid-template-columns: 2fr 2fr 1fr;
}

.article-div .chapter-item .chapter-images {
  margin: -20px 0px -20px -30px;
  padding-left: 0;
  max-width: 300px;
  background-size: cover;
  background-position: center;
  min-height: 175px;
}

@media (max-width: 767px) {
  .article-div .chapter-item {
    grid-auto-flow: row;
    max-height: max-content;
    text-align: center;
    grid-template-columns: initial;
  }
  .article-div .chapter-item .chapter-images {
    margin: auto;
    padding-left: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.article-div .chapter-item button {
  max-width: 200px;
  width: 100%;
  margin: auto;
  border: 0;
  color: #fff;
  background: #54565A 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 4px #B8BABC;
  border-radius: 5px;
  padding: 5px;
}

.article-div.chaptersBox h1,
.article-div.chaptersItem h2,
.article-div .chapter-item h2 {
  font-size: 22px;
  letter-spacing: 0px;
  color: #54565A;
  font-weight: 500;
}

.article-div.chaptersItem #abstract-div p {
  margin-bottom: 15px;
}

.article-div.chaptersItem h2 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}

.article-div.chaptersBox {
  /* margin-top: 50px; */
}

#search-results .doc_item h3.doc_link,
#search-results .doc_item mark {
  padding: 0;
  background: none;
  color: #3c7cc9;
}

/* Homepage Content Alerts Section */
.content-alerts-section {
  background-color: #e2ebf7;
  padding: 50px 0;
}

.content-alerts-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}

.content-alerts-section p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}

.content-alerts-section .btn {
  padding: 10px 25px;
  font-size: 1rem;
  border-radius: 5px;
}

.content-alerts-icon img {
  max-width: 350px;
  height: auto;
}

@media (max-width: 767px) {
  .content-alerts-section {
    text-align: center;
  }
  .content-alerts-icon {
    margin-bottom: 20px;
  }
}


.services.submainbox .icon-box h4 {
  font-size: 24px;
}

.services.submainbox .icon-box p {
  color: #54565A;
}

.services.submainbox .icon-box .most-read span.box-read-more {
  font-weight: bold;
}

.affiliations .memberships-grid .memberships-box {
  display: flex;
  justify-content: center;
  align-items: center !important;
}

.affiliations .memberships-grid .memberships-box img {
  max-height: 120px;
  width: auto;
}

#boxBanners .banners-grid a img {
  border-radius: 5px;
  box-shadow: 0 3px 6px #00000040;
}

.journals-navigation {
  border-bottom: 1px solid #3D7CC9;
  padding-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
}

.journals-navigation div a {
  font-size: 20px;
  line-height: 24px;
  background-color: #E2EBF7;
  color: #54565A;
  padding: 10px 30px;
  border-radius: 5px 5px 0 0;
  min-width: 150px;
  display: inline-block;
  text-align: center;
}

.journals-navigation div a.active {
  color: #FFFFFF;
  background-color: #3D7CC9;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.az-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.az-navigation button {
  border: none;
  background: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  color: #3D7CC9;
}
.az-navigation button.active {
  text-decoration: underline;
  font-weight: bold;
  text-underline-offset: 8px;
}