/* @import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
  --black: #000000;
  --white: #ffffff;
  --primary-color: #5842f7;
  --secondary-color: #c6002e;
  --success: #13b03f;
  --danger: #ff0000;
  --warning: #f8de00;
}

/* $theme-colors: (
  "primary": $primary,
  "secondary": $secondary,
  "success": $success,
  "info": $info,
  "warning": $warning,
  "danger": $danger,
  "light": $light,
  "dark": $dark
); */

body {
  background: #FFF;
  font-family: "Open Sans", sans-serif;
  color: #0b0b0b;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  overflow-x: hidden;
  position: relative;
  text-align: left;
}

* {
  padding: 0;
  margin: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}

ul,
ol {
  list-style-type: none;
}

a, a:hover, a:focus {
  text-decoration: none;
}

ol {
  list-style: decimal inside;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-size: 16px;
}

p {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 1rem 0;
}

/*************** Page Scrool **************/
.scrTop .scrollup {
  right: 15px;
  position: fixed;
  border-radius: 0px;
  bottom: -80px;
  width: 45px;
  height: 45px;
  z-index: 9999;
  background: var(--secondary-color);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-align: center;
  color: var(--black-color);
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrTop .active {
  bottom: 50px;
  right: 15px;
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .pt-100 {
    padding-top: 50px;
  }
}
@media (max-width: 479.98px) {
  .pt-100 {
    padding-top: 30px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}
@media (max-width: 479.98px) {
  .pb-100 {
    padding-bottom: 30px;
  }
}

.all-button {
  background: var(--secondary-color);
  display: inline-block;
  padding: 6px 15px;
  color: #FFF;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.all-button:hover {
  color: #FFF;
  background: #0b0b0b;
  transition: all 0.4s ease-in-out;
}

.black-btn {
  background: #0b0b0b;
  display: inline-block;
  padding: 10px 15px;
  color: #FFF;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.black-btn:hover {
  color: #FFF;
  background: var(--secondary-color);
  transition: all 0.4s ease-in-out;
}

.heading {
  font-size: 36px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 479.98px) {
  .heading {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px !important;
  }
}
.heading span {
  color: var(--secondary-color);
}

/*************** Page Scrool ***************/
/*************** Header *************/
@media (max-width: 1199.98px) {
  .rightToggle {
    display: block !important;
    color: #FFF !important;
    background: #000;
    padding: 10px 15px;
    margin-left: 10px;
  }
}

header .header-top {
  background: #f1f1f1;
  padding: 10px 0;
}
header .header-top .top-left li {
  margin-right: 15px;
}
header .header-top .top-left li a {
  color: #0b0b0b;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media (max-width: 1299.98px) {
  header .header-top .top-left li a {
    font-size: 15px;
  }
}
header .header-top .top-left li a span {
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  header .header-top .top-left {
    justify-content: center;
    flex-flow: wrap;
  }
}
@media (max-width: 991.98px) {
  header .header-top .social {
    justify-content: center !important;
    margin-top: 10px;
  }
}
header .header-top .social li {
  margin-right: 10px;
}
header .header-top .social li:last-child {
  margin-right: 0;
}
header .header-top .social li a {
  width: 25px;
  display: inline-block;
}
@media (max-width: 479.98px) {
  header .header-top {
    display: none;
  }
}
header .middle-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  header .middle-head {
    justify-content: center;
    flex-flow: wrap;
  }
}
@media (max-width: 767.98px) {
  header .middle-head .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 479.98px) {
  header .middle-head .logo {
    width: 70%;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
header .middle-head .search {
  width: 50%;
}
@media (max-width: 767.98px) {
  header .middle-head .search {
    width: 100%;
  }
}
header .middle-head .search input {
  border-radius: 0;
  background: #f1f1f1;
  border: none;
  height: 45px;
}
header .middle-head .search input:focus {
  box-shadow: none;
}
header .middle-head .search button {
  border: none;
  background: var(--secondary-color);
  border-radius: 0;
  color: #fff;
  padding: 0 15px;
}
header .middle-head .search button:focus {
  box-shadow: none;
}
header nav {
  background: var(--black);
}
@media (max-width: 1199.98px) {
  header nav {
    padding-left: 10px;
  }
}
header nav .nav-link {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  /* color: #FFF !important; */
}
@media (max-width: 1399.98px) {
  header nav .nav-link {
    font-size: 13px;
    padding: 0 10px;
  }
}
@media (max-width: 1199.98px) {
  header nav .nav-link {
    padding: 5px 10px !important;
  }
}
header nav .right-nav a {
  color: #FFF;
  font-weight: 600;
  font-size: 17px;
}
@media (max-width: 1399.98px) {
  header nav .right-nav a {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  header nav .right-nav .mobile-button {
    width: 100%;
    margin: 0 !important;
    color: #000;
    background: #FFF;
    padding: 10px 15px;
    text-align: center;
  }
}
header nav .right-nav .bar-right {
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  header nav .right-nav .bar-right {
    display: none;
  }
}
header .navbar-light .navbar-toggler {
  box-shadow: none;
  border: 2px solid #FFF;
  background: #FFF;
}
header .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.88);
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 999;
}
header .sidenav a {
  padding: 5px 10px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  transition: 0.5s;
  line-height: 18px;
}
header .sidenav a:hover {
  transition: 0.5s;
  background: var(--secondary-color);
}
header .sidenav .closebtn {
  font-size: 25px;
  background: var(--secondary-color);
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}
header .sidenav h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 0 10px;
}

.banner {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner .banner-slider {
    height: 360px;
    overflow: hidden;
  }
}
@media (max-width: 1199.98px) {
  .banner .banner-slider .owl-stage-outer {
    height: 360px;
    overflow: hidden;
  }
}
@media (max-width: 1199.98px) {
  .banner .banner-slider .owl-stage-outer img {
    height: 360px;
  }
}
.banner .owl-item {
  position: relative;
}
.banner .owl-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.49);
}
.banner .textbanner {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  z-index: 999;
}
@media (max-width: 1199.98px) {
  .banner .textbanner {
    top: 25%;
  }
}
@media (max-width: 576.98px) {
  .banner .textbanner {
    top: 18%;
  }
}
.banner .textbanner h2 {
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .banner .textbanner h2 {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  .banner .textbanner h2 {
    font-size: 30px;
  }
}
@media (max-width: 479.98px) {
  .banner .textbanner h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
.banner .textbanner p {
  color: #FFF;
}
@media (max-width: 1199.98px) {
  .banner .textbanner p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 479.98px) {
  .banner .textbanner p {
    font-size: 14px;
    line-height: 18px;
  }
}
.banner .textbanner .get-access-btn {
  background: var(--secondary-color);
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 30px;
  display: inline-block;
  margin-top: 15px;
  border-radius: 40px;
}
@media (max-width: 479.98px) {
  .banner .textbanner .get-access-btn {
    font-size: 15px;
    padding: 8px 20px;
    margin-top: 15px;
  }
}

.aboutsection .abouttext p {
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .aboutsection .abouttext {
    margin-bottom: 20px;
  }
}

.browsjurnal .jurnal-list li {
  flex: 0 0 25%;
  border: 2px solid #FFF;
}
@media (max-width: 991.98px) {
  .browsjurnal .jurnal-list li {
    flex: 0 0 50%;
  }
}
@media (max-width: 479.98px) {
  .browsjurnal .jurnal-list li {
    flex: 0 0 50%;
  }
}
.browsjurnal .jurnal-list li:nth-child(5), .browsjurnal .jurnal-list li:nth-child(6), .browsjurnal .jurnal-list li:nth-child(7) {
  flex: 0 0 33.333%;
}
@media (max-width: 767.98px) {
  .browsjurnal .jurnal-list li:nth-child(5), .browsjurnal .jurnal-list li:nth-child(6), .browsjurnal .jurnal-list li:nth-child(7) {
    flex: 0 0 50%;
  }
}
@media (max-width: 479.98px) {
  .browsjurnal .jurnal-list li:nth-child(5), .browsjurnal .jurnal-list li:nth-child(6), .browsjurnal .jurnal-list li:nth-child(7) {
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .browsjurnal .jurnal-list li:last-child {
    flex: 0 0 100%;
  }
}
@media (max-width: 479.98px) {
  .browsjurnal .jurnal-list li:last-child {
    flex: 0 0 100%;
  }
}
.browsjurnal .jurnal-list li div {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.browsjurnal .jurnal-list li div strong {
  color: #FFF;
  font-size: 35px;
  line-height: 50px;
  font-weight: bold;
  position: relative;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .browsjurnal .jurnal-list li div strong {
    font-size: 30px;
  }
}
@media (max-width: 479.98px) {
  .browsjurnal .jurnal-list li div strong {
    font-size: 25px;
  }
}
.browsjurnal .jurnal-list li div a {
  position: relative;
  z-index: 99;
  color: #FFF;
}
.browsjurnal .jurnal-list li div::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
}

.whyChooseUs ul li {
  width: 25%;
}
@media (max-width: 991.98px) {
  .whyChooseUs ul li {
    width: 33.3333%;
  }
}
@media (max-width: 767.98px) {
  .whyChooseUs ul li {
    width: 50%;
  }
}
@media (max-width: 479.98px) {
  .whyChooseUs ul li {
    width: 50%;
  }
}
.whyChooseUs ul li h4 {
  font-size: 30px;
  font-weight: 600;
  color: #0b0b0b;
  margin: 12px 0;
}
@media (max-width: 1399.98px) {
  .whyChooseUs ul li h4 {
    font-size: 25px;
  }
}
@media (max-width: 1199.98px) {
  .whyChooseUs ul li h4 {
    font-size: 22px;
  }
}
@media (max-width: 479.98px) {
  .whyChooseUs ul li h4 {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
  }
}
.whyChooseUs ul li .counter-area {
  font-size: 30px;
  font-weight: 600;
  color: #0b0b0b;
}
@media (max-width: 1199.98px) {
  .whyChooseUs ul li .counter-area {
    font-size: 28px;
  }
}
@media (max-width: 479.98px) {
  .whyChooseUs ul li .counter-area {
    font-size: 22px;
  }
}
.whyChooseUs ul li .text-center {
  background: rgba(237, 237, 237, 0.5803921569);
  padding: 30px 0;
  margin: 10px 10px 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
}

.recent-post {
  background: #ededed;
  padding: 70px 0;
}
@media (max-width: 479.98px) {
  .recent-post {
    padding: 30px 0;
  }
}
.recent-post .card-img-top {
  min-height: 227px;
}
@media (max-width: 1920px) {
  .recent-post .card-img-top {
    min-height: 330px;
  }
}
@media (max-width: 1499.98px) {
  .recent-post .card-img-top {
    min-height: 227px;
  }
}
@media (max-width: 1199.98px) {
  .recent-post .card-img-top {
    min-height: 210px;
  }
}
@media (max-width: 991.98px) {
  .recent-post .card-img-top {
    min-height: 260px;
  }
}
@media (max-width: 479.98px) {
  .recent-post .card-img-top {
    min-height: auto;
  }
}
.recent-post .card-title {
  font-size: 22px;
  line-height: 25px;
  color: #0b0b0b;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .recent-post .card-title {
    font-size: 19px;
    line-height: 22px;
  }
}
@media (max-width: 479.98px) {
  .recent-post .card-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.recent-post .date {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.recent-post .date span {
  display: inline-block;
  margin-right: 10px;
}

.social-initiative .initiative-leftpic {
  max-height: 555px;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .social-initiative .initiative-leftpic {
    max-height: 641px;
  }
}
@media (max-width: 1399.98px) {
  .social-initiative .initiative-leftpic {
    max-height: 555px;
  }
}
@media (max-width: 1299.98px) {
  .social-initiative .initiative-leftpic {
    max-height: 555px;
  }
}
@media (max-width: 1199.98px) {
  .social-initiative .initiative-leftpic {
    max-height: 509px;
  }
}
.social-initiative .initiative-leftpic::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6784313725);
}
.social-initiative .initiative-leftpic img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .social-initiative .initiative-leftpic {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .social-initiative .initiative-leftpic img {
    width: 100% !important;
    max-width: inherit;
  }
}
.social-initiative .initiativepic img {
  width: 260px;
}
.social-initiative .card-body .card-title span {
  background: var(--secondary-color);
  color: #FFF;
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 1199.98px) {
  .social-initiative .card-body {
    padding: 10px !important;
  }
}
.social-initiative .card-title {
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .social-initiative .card-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.social-initiative .flex-d-inherit {
  flex-direction: row !important;
}
.social-initiative .initi-content {
  padding: 15px;
  padding-bottom: 30px;
}
.social-initiative .initi-content h4 {
  color: #FFF;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 479.98px) {
  .social-initiative .initi-content h4 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 7px;
  }
}
.social-initiative .initi-content p {
  color: #FFF;
}
@media (max-width: 479.98px) {
  .social-initiative .initi-content p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .social-initiative .listing-area .card {
    flex-flow: wrap;
  }
}
@media (max-width: 575.98px) {
  .social-initiative .listing-area .card .card-body {
    padding: 10px !important;
  }
}
@media (max-width: 575.98px) {
  .social-initiative .listing-area .card h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 575.98px) {
  .social-initiative .listing-area .card .initiativepic {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .social-initiative .listing-area .card img {
    width: 100%;
  }
}

.research-innovation .card img {
  min-height: 227px;
}
@media (max-width: 1920px) {
  .research-innovation .card img {
    min-height: 330px;
  }
}
@media (max-width: 1399.98px) {
  .research-innovation .card img {
    min-height: 250px;
  }
}
@media (max-width: 1199.98px) {
  .research-innovation .card img {
    min-height: 180px;
  }
}
@media (max-width: 991.98px) {
  .research-innovation .card img {
    min-height: 260px;
  }
}
@media (max-width: 479.98px) {
  .research-innovation .card img {
    min-height: auto;
  }
}
.research-innovation .card-body {
  background: #ededed;
}
.research-innovation .card-body .card-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.research-innovation .card-body a {
  color: var(--secondary-color) !important;
}

.twopart {
  background-size: cover !important;
}
.twopart div {
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.6196078431);
  height: 100%;
}
@media (max-width: 991.98px) {
  .twopart div {
    padding: 100px 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 479.98px) {
  .twopart div {
    padding: 60px 20px;
    margin-bottom: 30px;
  }
}
.twopart div h4 {
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 35px;
  color: #FFF;
  margin-bottom: 10px;
}
@media (max-width: 479.98px) {
  .twopart div h4 {
    font-size: 24px;
    line-height: 26px;
  }
}
.twopart div p {
  color: #FFF;
}
@media (max-width: 479.98px) {
  .twopart div p {
    font-size: 15px;
    line-height: 20px;
  }
}

.our-event .card-body {
  background: #ededed;
}
.our-event .card-body .card-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
.our-event .card-body a {
  color: var(--secondary-color);
  display: block;
  margin-top: 10px;
}

.testimo-join .lightbg {
  background: #ededed;
}
@media (max-width: 991.98px) {
  .testimo-join .lightbg {
    margin-bottom: 30px;
  }
}
@media (max-width: 479.98px) {
  .testimo-join .lightbg {
    padding: 15px !important;
  }
}
.testimo-join .lightbg .testi-content .round-image {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 3px solid var(--secondary-color);
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 479.98px) {
  .testimo-join .lightbg .testi-content .round-image {
    height: 120px;
    width: 120px;
  }
}
.testimo-join .lightbg .testi-content h4 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  line-height: 40px;
}
@media (max-width: 479.98px) {
  .testimo-join .lightbg .testi-content h4 {
    font-size: 24px;
  }
}
@media (max-width: 479.98px) {
  .testimo-join .lightbg .testi-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.testimo-join .lightbg .testi-content span {
  color: var(--secondary-color);
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 479.98px) {
  .testimo-join .lightbg .testi-content span {
    font-size: 15px;
  }
}
.testimo-join .lightbg .owl-dots .owl-dot.active span, .testimo-join .lightbg .owl-dots .owl-dot:hover span {
  background: var(--secondary-color);
}
.testimo-join .lightbg .owl-dots .owl-dot span {
  background: #9c9c9c;
}
.testimo-join .joinwith .card-title {
  font-size: 30px;
  color: #0b0b0b;
  font-weight: 600;
}
@media (max-width: 576.98px) {
  .testimo-join .joinwith .card-title {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .testimo-join .joinwith {
    text-align: center;
  }
}

.our-partner {
  background: url(../images/partner.jpg) no-repeat center;
  background-size: cover;
  padding: 85px 0;
}
@media (max-width: 479.98px) {
  .our-partner {
    padding: 35px 0;
  }
}
.our-partner .partnear-area {
  background: #FFF;
  width: 100%;
  height: 140px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-partner .partnear-area img {
  width: auto !important;
}
.our-partner .owl-nav {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: -4%;
  right: -4%;
  top: 40%;
}
@media (max-width: 767.98px) {
  .our-partner .owl-nav {
    left: 0%;
    right: 0%;
    position: relative;
    display: block;
    margin-top: 20px !important;
  }
}
.our-partner .owl-nav [class*=owl-] {
  background: var(--secondary-color) !important;
  width: 25px;
  height: 25px;
  color: #FFF !important;
}

footer {
  background: url(../images/footer-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
  border-bottom: 5px solid #00f;
}
@media (max-width: 576.98px) {
  footer {
    background: #e5eef7;
  }
}
@media (max-width: 479.98px) {
  footer {
    padding: 25px 0;
  }
}
footer .footer-holder h4 {
  font-size: 25px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .footer-holder .link-list li a {
  font-size: 15px;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
footer .footer-holder .link-list li a::before {
  content: "\f178";
  position: absolute;
  left: 0;
  font-family: "fontawesome";
}
footer .footer-holder a {
  color: #000;
}
@media (max-width: 576.98px) {
  footer .footer-holder {
    margin-bottom: 20px;
  }
}
footer .foot-icon {
  width: 45px;
  flex: 0 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  footer .social {
    justify-content: center !important;
    margin-top: 10px;
  }
}
@media (max-width: 768.98px) {
  footer .social {
    justify-content: start !important;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
footer .social li {
  margin-right: 10px;
}
footer .social li:last-child {
  margin-right: 0;
}
footer .social li a {
  width: 25px;
  display: inline-block;
}
footer .contactarea li p {
  font-size: 15px;
  line-height: 18px;
}

/*********** inner banner ***********/
.inner-banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}
.inner-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5803921569);
}
.inner-banner h1 {
  font-size: 35px;
  font-weight: bold;
  color: #FFF;
  position: relative;
  z-index: 99;
}

/*********** About Inner Page ***********/
.check-list {
  padding-left: 25px;
}
.check-list li {
  color: #0b0b0b;
  font-weight: 500;
  line-height: 26px;
  position: relative;
}
.check-list li::before {
  content: "\f00c";
  position: absolute;
  left: -25px;
  font-family: "fontawesome";
}

/************** Inner Jurnal *************/
.jurnal-list-inner {
  padding: 10px 15px 20px 15px;
  background: #ededed;
  border-bottom: 4px solid var(--secondary-color);
}
.jurnal-list-inner ul {
  column-count: 4;
}
@media (max-width: 991.98px) {
  .jurnal-list-inner ul {
    column-count: 3;
  }
}
@media (max-width: 767.98px) {
  .jurnal-list-inner ul {
    column-count: 2;
  }
}
@media (max-width: 575.98px) {
  .jurnal-list-inner ul {
    column-count: 1;
  }
}
.jurnal-list-inner ul li a {
  font-size: 15px;
  color: #000;
  display: inline-block;
  line-height: 20px;
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 255, 0.3490196078);
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.jurnal-list-inner ul li a:hover {
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.0509803922);
}

.details-research .details-pic {
  height: 400px;
  overflow: hidden;
}
.details-research .card-title {
  font-size: 30px !important;
  font-weight: bold;
  margin-bottom: 20px !important;
}
.details-research .card-body p {
  margin-bottom: 10px;
}
.details-research .card-body .list-details {
  padding-left: 20px;
}
.details-research .card-body .list-details li {
  color: #0b0b0b;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.details-research .card-body .list-details li::before {
  content: "\f00c";
  position: absolute;
  left: -20px;
  font-family: "fontawesome";
}

.event-details .inner-content .card-title {
  font-size: 30px;
}
.event-details .inner-content p {
  padding-bottom: 10px;
}
.event-details .inner-content h4 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: bold;
}
.event-details .inner-content .dcv li {
  margin-right: 10px;
}
.event-details .inner-content .dcv li:last-child {
  margin-right: 0;
}

.poppularpost .poppu {
  border-bottom: 2px solid var(--secondary-color);
}
.poppularpost .post-image {
  width: 100px;
  margin-right: 15px;
  flex: 0 0 100px;
}
.poppularpost h5 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.poppularpost .dcv li {
  color: #000;
  margin-right: 10px;
  font-size: 14px;
}

.right-blog-heading {
  font-size: 30px;
  font-weight: bold;
}

.mystyle {
  display: block !important;
}

.view-comment h5 {
  font-size: 25px;
  font-weight: bold;
}

.view-comments-section {
  display: flex;
  padding-top: 30px;
}

.right-part > a {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

.left-part img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.left-part {
  flex: 0 0 50px;
}

.view-comments-section .right-part {
  padding-left: 25px;
}

.form-part li {
  font-size: 14px;
  margin-right: 15px;
}

.form-part li {
  font-size: 14px;
  margin-right: 15px;
}

.reply a {
  color: #000;
  font-size: 15px;
}

.send-message {
  background: var(--secondary-color);
  color: #FFF;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 20px;
  font-weight: 500;
  transition: all 0.4s;
  border-radius: 0;
}

.form-contact label {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.catagodetails-jurnal {
  background: #d9d9d9;
}
.catagodetails-jurnal .left-catedescri h4 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 768.98px) {
  .catagodetails-jurnal .left-catedescri h4 {
    font-size: 28px;
  }
}
.catagodetails-jurnal .left-catedescri .common-button {
  padding: 10px 15px;
  color: #FFF;
  display: inline-block;
  margin-right: 10px;
}
.catagodetails-jurnal .left-catedescri .greensubmit {
  background: green;
}
.catagodetails-jurnal .left-catedescri .bluebtn {
  background: #00f;
}
.catagodetails-jurnal .book-image p {
  font-size: 15px;
  padding: 10px 0;
}

.categori-menu {
  background: #00f;
}
@media (max-width: 768.98px) {
  .categori-menu ul {
    flex-flow: column;
  }
}
.categori-menu ul li {
  width: 25%;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media (max-width: 768.98px) {
  .categori-menu ul li {
    width: 100%;
    text-align: left;
  }
}
.categori-menu ul li:after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 25px;
  background: #FFF;
  top: 10px;
}
@media (max-width: 768.98px) {
  .categori-menu ul li:after {
    display: none;
  }
}
.categori-menu ul li a {
  color: #FFF;
  font-size: 16px;
  padding: 10px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991.98px) {
  .categori-menu ul li a {
    font-size: 15px;
    padding: 9px;
  }
}
@media (max-width: 768.98px) {
  .categori-menu ul li a {
    width: 100%;
  }
}
.categori-menu ul li .submenu {
  position: absolute;
  z-index: 9;
  background: var(--secondary-color);
  text-align: left;
  justify-content: flex-start;
  display: flex;
  flex-flow: wrap;
  top: 45px;
  display: none;
  left: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991.98px) {
  .categori-menu ul li .submenu {
    top: 43px;
  }
}
.categori-menu ul li .submenu li {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #FFF;
}
.categori-menu ul li .submenu li:last-child {
  border: none;
}
.categori-menu ul li .submenu li a {
  width: 100%;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.categori-menu ul li .submenu li a:hover {
  background: #00f;
}
.categori-menu ul li:last-child {
  border-right: 1px solid #FFF;
}
.categori-menu ul .droplist:hover .submenu {
  display: block;
}

.categori-menu > ul > li:last-child::after {
  display: none;
}

.submenu li:after {
  display: none;
}

/****** Slilder Four ***********/
.four-colume .item {
  background: #f7f7f7;
  padding: 10px;
  border-bottom: 3px solid var(--secondary-color);
}
.four-colume .item h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  padding: 15px 0;
}
.four-colume .item p {
  font-size: 14px;
}
.four-colume .owl-dots .owl-dot.active span, .four-colume .owl-dots .owl-dot:hover span {
  background: var(--secondary-color);
  margin-top: 30px;
}
.four-colume .owl-nav [class*=owl-] {
  background: var(--secondary-color) !important;
  width: 30px;
  height: 30px;
  color: #FFF !important;
}
.four-colume .owl-nav {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 40%;
}

.featured-content .special-details {
  background: #f5f5f5;
}
.featured-content .special-details .image-isshu {
  width: 300px;
  flex: 0 0 130px;
  margin-right: 15px;
}
.featured-content .special-details .right-areadet {
  padding: 10px 0;
}
.featured-content .special-details .right-areadet h5 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
}
.featured-content .special-details .right-areadet span {
  font-size: 15px;
}
.featured-content .special-details .right-areadet b {
  font-size: 15px;
}
.featured-content .special-issues .small-heading {
  font-size: 22px;
  font-weight: bold;
}
.featured-content .special-issues ul {
  list-style: disc;
  padding-left: 20px;
}
.featured-content .special-issues ul li a {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  transition: all 0.4s ease-in-out;
}
.featured-content .special-issues ul li a:hover {
  color: #00f;
  transition: all 0.4s ease-in-out;
}
.featured-content .read-more {
  background: var(--secondary-color);
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 8px 10px;
  color: #FFF;
}

.most-read .item {
  min-height: 350px;
}

.year-list .nav-tabs .nav-link {
  color: #000;
  margin: 0;
  border: none;
}
.year-list .nav-tabs {
  background: #f9f9f9;
}
.year-list .nav-tabs .nav-item.show .nav-link, .year-list .nav-tabs .nav-link.active {
  background-color: var(--secondary-color);
  border-color: #dee2e6 #dee2e6 #fff;
  border-radius: 0;
  color: #FFF !important;
}

.book-area {
  background: #f1f1f1;
}
.book-area h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 20px;
  margin: 10px 0;
}

.issue-section .shortby .form-select {
  width: 300px;
  margin-left: 15px;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .issue-link {
    flex-flow: wrap;
  }
}
.issue-link li a {
  display: inline-block;
  background: var(--secondary-color);
  padding: 5px 15px;
  color: #FFF;
  margin: 0 5px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991.98px) {
  .issue-link li a {
    margin: 5px;
  }
}
.issue-link li a:first-child {
  margin-left: 0;
}
.issue-link li a:hover {
  transition: all 0.4s ease-in-out;
  background: blue;
}

@media (max-width: 767.98px) {
  .book-image {
    margin-top: 30px;
  }
}

.small-heading {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.coverbookllist h4 a {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  line-height: 22px;
  display: inline-block;
}

.AFPbutton a {
  display: inline-block;
  background: #d9d9d9;
  padding: 5px 10px;
  margin-right: 10px;
  color: #000;
  margin-bottom: 10px;
}

.auth-text h1, .auth-text h2, .auth-text h3, .auth-text h4, .auth-text h5, .auth-text h6 {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
}
.auth-text p {
  margin-bottom: 10px;
}

.text-abjurnal p {
  margin-bottom: 10px;
}

.scope h1, .scope h2, .scope h3, .scope h4, .scope h5, .scope h6 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.scope p {
  margin-bottom: 10px;
}

.fiveseprate ul {
  display: flex;
  flex-flow: wrap;
}
.fiveseprate ul li {
  flex: 0 0 18%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ededed;
  margin: 0 10px;
  padding: 10px 15px;
}
.fiveseprate ul li .under-listfive {
  text-align: center;
}

.two-colume .item {
  background: #ededed;
}
.two-colume .owl-dots .owl-dot.active span, .two-colume .owl-dots .owl-dot:hover span {
  background: var(--secondary-color);
}

.serv-height {
  height: 100px;
  display: flex;
  flex-flow: inherit;
  justify-content: space-between;
}

@media (max-width: 575.98px) {
  .btn-list-jurnal {
    flex-flow: wrap;
  }
}
@media (max-width: 575.98px) {
  .btn-list-jurnal a {
    margin: 10px;
  }
}
@media (max-width: 479.98px) {
  .btn-list-jurnal a {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 575.98px) {
  .btn-list-jurnal a:first-child {
    margin-left: 0;
  }
}

.whitebackground {
  background: #FFF;
}

@media (max-width: 991.98px) {
  .social-up {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 193px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1803921569);
  }
}
@media (max-width: 767.98px) {
  .social-up {
    top: 253px;
  }
}

.bg-statusarea {
  background: #ededed;
}
.bg-statusarea .link-doted-list {
  list-style: disc;
  padding-left: 20px;
}
.bg-statusarea .link-doted-list li a {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.jurnal-heading {
  font-size: 24px;
  font-weight: bold;
}

.v-small-heading {
  font-weight: bold;
  margin-bottom: 5px;
}

.content-cover p {
  font-size: 15px;
}

.para-content p {
  margin-bottom: 10px;
}

.right-social li {
  line-height: 35px;
}
.right-social li a {
  font-size: 20px;
  color: #000;
}

.social-fixed {
  position: fixed;
  top: 0px;
  width: 88px;
}

.award-content {
  background: #ededed;
  padding: 10px;
}
.award-content .award-image {
  margin-bottom: 10px;
}
.award-content h4 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.socity-content {
  background: #ededed;
  padding: 15px;
}

/* --------------------Sudipta Ray--------------------------- */
.section80 { padding: 80px 0;}
.section60 { padding: 60px 0;}
.section50 { padding: 50px 0;}
.section40 { padding: 40px 0;}
.section30 { padding: 30px 0;}
.artical_infobase { background: var(--black);}
.artical_infobox { width: 100%;}
.artical_infobox .val_info { display: block; font-size: 40px; margin: 0 0 15px 0; font-weight: 700;}
.article_home { position: relative;}
.article_home .article_conbox { position: absolute; bottom: 0; left: 0; z-index: 2; width: 100%; padding: 10px;}
.article_home .article_conbox h2 { font-size: 14px; font-weight: 600;}
.article_home .article_conbox ul { width: 100%; padding-left: 10px; display: table; }
.article_home .article_conbox ul li { float: left; list-style-type: disc; font-size: 10px; margin: 0 15px 0 0; }
.article_home .article_conbox p { font-size: 12px; font-weight: 400;}
.article_home .article_conbox .names { margin: 0 0 10px 0;}
.article_home .article_conbox .names p { font-size: 10px; display: inline-block; margin: 0 5px 0 0;}
.article_home .article_conbox .names p span { padding: 0 5px;}
.article_home .article_conbox .names p a { color: var(--secondary-color); position: relative;}
.article_home .article_conbox .publish_dt { font-size: 11px; margin: 0; }
.show_hover { display: none;}
.article_home:hover .show_hover { display: block;}
.article_imgbox { position: relative;}
.upperfield { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: var(--black); opacity: 0.5;}
.tooltip {
  font-size: 11px;
}
.tooltip>.tooltip-inner {
  background-color: var(--primary-color);
}
.tooltip>.tooltip-arrow {
  border-bottom-color: var(--primary-color);
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: var(--primary-color);
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: var(--primary-color);
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: var(--primary-color);
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--primary-color);
}



/*# sourceMappingURL=main-style.css.map */
