/* body{
    font-family: "Cairo", sans-serif;
} */

:root {
    --main-color: #005B51;
    --main-color-alt: #007467 ;
  }
  body {
    font-family: "Cairo", sans-serif;
    background-color: #eee;
  }
  ::-webkit-scrollbar {
    width: 15px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eee;
  }
  ::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--main-color-alt);
  }
  input:focus {
    outline: none;
  }
  input {
    caret-color: var(--main-color);
  }
  /*drobdown-menu section*/
  ul.dropdown-menu.dropdown-submenu.depth_1.show {
    position: absolute;
    top: 13px;
  }
  ul.dropdown-menu.dropdown-submenu.depth_2.show {
    position: absolute;
    left: 260px;
    top: 13px;
  }
  .depth_1.show {
      left: 260px;
      top: 30px;
      padding: 5px;
  }
  /*end drobdown-menu section*/
  /* Start Headings Collection */
  .title-box {
    text-align: center;
  }
  .title-box h2 {
    letter-spacing: 1px;
    margin-top: 16px;
  }
  .title-box p {
    font-size: 14px;
    color: #555;
    word-spacing: 1px;
    letter-spacing: 1px;
    position: relative;
  }
  .title-one + .description {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 30px 0;
    grid-gap: 15px;
    align-items: center;
  }
  .title-one + .description::before,
  .title-one + .description::after {
    content: "";
    display: block;
    border-bottom: 1px solid var(--main-color);
    border-top: 1px solid var(--main-color);
    height: 5px;
  }
  .title-two + .description {
    margin-bottom: 40px;
  }
  .title-two + .description::before {
    content: "";
    background-color: var(--main-color);
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 30px;
    height: 5px;
    transform: translateX(-50%);
  }
  .title-two + .description::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--main-color);
    width: 100px;
    height: 1px;
  }

  .title-three + .description {
    width: fit-content;
    margin: 0 auto 20px;
    padding-bottom: 15px;
  }
  .title-three + .description::before {
    content: "";
    background-color: #111;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 5px;
  }
  .title-three + .description::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    background-color: #333;
    width: 95%;
    height: 1px;
    max-width: 255px;
  }
  .title-four + .description {
    padding-bottom: 20px;
  }
  .title-four + .description::before,
  .title-four + .description::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 4px;
    content: "";
    right: 45px;
    margin: auto;
    background-color: #ccc;
  }
  .title-four + .description::before {
    background-color: var(--main-color);
    left: 45px;
    width: 90px;
  }
  /*Nav Bar style*/
  .navbar{
    padding: 0;
    background-color: var(--main-color) !important;
  }

  .navbar-nav .nav-link{
    color: white;
    transition: 0.3s;
    padding: 15px 20px !important;

  }
  /*.navbar-nav .nav-link.active,*/
  .navbar-nav .nav-link.show,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link:hover {
  background-color: var(--main-color-alt) !important;
  }
  .dropdown-toggle::after {
    position: relative;
    top: 2px;
    left: 3px;
  }
  .navbar-nav .dropdown-menu {
    min-width: 260px;
    top: calc(100% - 3px);
    border-radius: 0;
    border: none;
    padding: 0;
    background-color: var(--main-color-alt);
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    padding: 15px;
    border-radius: 0;
    color: white;
    transition: 0.3s;
  }
  .navbar-nav .dropdown-menu .dropdown-item:focus,
  .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--main-color);
    color: white;
    padding-left: 18px;
  }
  .navbar-nav li:last-child .dropdown-menu {
    right: 0;
    left: auto;
  }

  .jurnal:hover, .jurnal a:hover,.jurnal i:hover{
    background-color: #007467 !important;
    color: white !important;
  }

  /*end of Nav Bar style*/
  /* nav tabs*/
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: transparent; 
    border: none;
    /* border-color: var(--bs-nav-tabs-link-active-border-color); */
}

  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: none; 
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
/* nav tabs*/

  /* End Headings Collection */
  
  /* Start Homepage */
  /* .homepage {
    margin-top: 1px;
  } */
  .homepage .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .homepage .introduction {
    min-height: calc(100vh - 56px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .homepage .introduction .search-form {
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: auto;
  }
  .homepage .introduction .search-form input[type="search"] {
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    color: #333;
    transition: 0.3s;
  }
  .homepage .introduction .search-form .search-submit {
    padding: 10px 15px;
    border: none;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    color: #fff;
    background-color: var(--main-color);
    cursor: pointer;
    transition: 0.3s;
  }
  .homepage .introduction .search-form .search-submit:hover {
    background-color: var(--main-color-alt);
  }
  .homepage .movies {
    background-color: white;
  }
  .homepage .single-post {
   max-width: 1200px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .homepage .single-post img {
    width: 100%;
    height: 50%;
	aspect-ratio: 2 / 1;
  }
  /* End Homepage */
  /* Start Search Page */
  .search-page {
    padding-top: 30px;
  }
  /*Start News Section*/
  .homepage .news {
    max-width: 900px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  .homepage .news .new {
    height: 300px;
    padding: 15px;
    background-color: white;
    border-radius: 6px;
    margin: 5px;
  }
  /* .homepage .news .new .img-link {

  } */
  .homepage .news .new .img-link:hover img {
    transform: rotate(5deg);
  }
  .homepage .news .new img {
    max-width: 100%;
    height: auto;
    transition: 0.3s;
    height: 150px;
  }
  .homepage .news .new h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
  }
  .homepage .news .new h3 a {
    text-decoration: none;
    color: black;
    transition: 0.3s;
  }
  .homepage .news .new h3 a:hover {
    color: var(--main-color);
  }
  .homepage .news .new .excerpt {
    font-size: 15px;
    color: #777;
  }
  /*End of News Section*/

  /*Gallery Section*/
  .gallery  img{
    margin-top: 10px;
    width: 100%;
    height: 360px;
    
  } 
  /*End of Gallery Section*/
  /* .search-page .search-results {
  } */
  .search-page .search-results .result {
    margin-bottom: 15px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  .search-page .search-results .result .link {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
    text-decoration: none;
    transition: 0.3s;
  }
  .search-page .search-results .result .link:hover {
    color: var(--main-color-alt);
  }
  .search-page .search-results .result .excerpt {
    margin: 10px 0;
    color: #777;
  }
  .search-page .search-results .result .time {
    font-size: 14px;
    color: #999;
  }
  .search-page .search-results .result .categories {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    color: #777;
  }
  .search-page .search-results .result .categories a {
    color: var(--main-color);
    text-decoration: none;
    transition: 0.3s;
  }
  .search-page .search-results .result .categories a:hover {
    color: var(--main-color-alt);
  }

  .slider_text_wrapper {
    position: relative;
    }
    .slider_text {
    background-color: #808080;
    color: white;
    height: 155px;
    line-height: 155px;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    top: -155px;
    width: 100%;
    z-index: 10;
    }
  
    h4.slide-title.text-center {
      margin-top: 15px;
      color: rgb(121, 117, 117);
      
  }
  /* 
  .slideshow-title {
      z-index: 99999 !important;
      background-color: rgba(0, 0, 0, 0.329);
  } */
  /* End Search Page */
  /* .slideshow {
    
  } */
  /* Start bg-secondary */
  .bg-secondary .row {
    --bs-gutter-x: 0 !important; 
    --bs-gutter-y: 0;
  
}
  /* End bg-secondary */
  /* Start Footer */
  footer {
    padding: 20px;
  }
  footer .social-icons {
    display: flex;
    justify-content: flex-end;
  }
  footer .social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 50%;
  }
  footer .social-icons a.facebook:hover {
    background-color: #1877f2;
  }
  footer .social-icons a.twitter:hover {
    background-color: #1da1f2;
  }
  footer .social-icons a.linkedin:hover {
    background-color: #0a66c2;
  }
  footer .social-icons a.instagram:hover {
    background-color: #5851db;
  }
  footer .social-icons a.youtube:hover {
    background-color: #ff0000;
  }
  footer .social-icons a:hover i {
    color: #fff;
  }
  footer .social-icons a i {
    font-size: 16px;
    color: #999;
    transition: 0.3s;
  }
  @media (max-width: 575px) {
    footer {
      text-align: center;
    }
    footer .social-icons {
      margin-top: 10px;
      justify-content: center;
    }
    

  .copyright {
      padding-top: 14px;
  }
  /* End Footer */
  /*Start Header*/
  .col-lg-8 .top-contact {
    margin-left: -27px !important;
    left: 0;
    display: block !important; 
    justify-content: start;
}
  /* .col-lg-8 .top-contact {
    font-size: 12px;
  
  } */
#top-bar {
    margin-top: 53px;
    margin-bottom: 153px;
    height: 0px; 
    line-height: 0px;
    background: transparent; 
        /* height: 50px; */
        /* line-height: 50px; */
        /* width: 100%; */
        /* padding: 0; */
        /* margin-right: 0px;*/

    
}
#top-bar li {
  display: inline-block !important;
  align-items: center !important;
  justify-content: center !important;
  padding: -3px !important;
}
#top-bar li i{
  margin: 6px !important;
}

.col-lg-4 .social-media {
  margin-right: 0 !important;
  padding: 6px !important;
  display: flex !important;
  justify-content: center !important;
}

.sticky-top.shadow-sm {
  position: fixed !important;
  width: 100% !important;
  padding-top: 7px;
  padding-bottom: 7px;
}

.logo {
  display: flex;
  align-items: center;
  text-wrap: inherit;
  margin: 10px auto;
  padding: 10px 8px;
}
.searchbox {
  margin: 10px auto !important;
}
}


  /*End Header*/
  /* Start Slick Slider */
  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
  
    display: block;
    overflow: hidden;
  
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
  
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after {
    display: table;
  
    content: "";
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide {
    display: none;
    float: left;
  
    height: 100%;
    min-height: 1px;
  }
  [dir="rtl"] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  /* Slider */
  .slick-loading .slick-list {
    background: #fff url("../ajax-loader.gif") center center no-repeat;
  }
  /* Icons */
  @font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
  
    src: url("../webfonts/slick.eot");
    src: url("../webfonts/slick.eot?#iefix") format("embedded-opentype"), url("../webfonts/slick.woff") format("woff"),
      url("../webfonts/slick.ttf") format("truetype"), url("../webfonts/slick.svg#slick") format("svg");
  }
  /* Arrows */
  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
  
    position: absolute;
    top: 50%;
    z-index: 999;
    width: 25px;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  
    cursor: pointer;
  
    color: transparent;
    border: none;
    outline: none;
    background: #eee;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: transparent;
    outline: none;
    background: #ddd;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
  }
  
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 25px;
    line-height: 1;
  
    opacity: 0.75;
    color: var(--main-color);
  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-prev {
    left: 0px;
  }
  [dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
  }
  .slick-prev:before {
    content: "←";
  }
  [dir="rtl"] .slick-prev:before {
    content: "→";
  }
  
  .slick-next {
    right: 0px;
  }
  [dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
  }
  .slick-next:before {
    content: "→";
  }
  [dir="rtl"] .slick-next:before {
    content: "←";
  }
  
  /* Dots */
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  
  .slick-dots {
    position: absolute;
    bottom: -25px;
  
    display: block;
  
    width: calc(100%-60);
    padding: 0;
    margin: 0;
  
    list-style: none;
  
    text-align: center;
  }
  .slick-dots li {
    position: relative;
  
    display: inline-block;
  
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
  
    cursor: pointer;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
  
    display: block;
  
    width: 20px;
    height: 20px;
    padding: 5px;
  
    cursor: pointer;
  
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    font-family: "slick";
    font-size: 16px;
    line-height: 20px;
  
    position: absolute;
    top: 0;
    left: 0;
  
    width: 20px;
    height: 20px;
  
    content: "•";
    text-align: center;
  
    opacity: 0.25;
    color: var(--main-color);
  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: var(--main-color);
  }
  
  /* End Slick Slider */
 /*active*/
  .dropdown-item.active, .dropdown-item:active {

    background-color: var(--main-color);
}
 /*end active*/
  
