body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  color: #0D0D0D;
  max-width: 2000px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
a:focus, button:focus {
  outline: 0;
}
/* Header */

.header-area .navbar.navbar-light.bg-light {
  padding: 0;
}
.header-area .navbar.navbar-light.bg-light .navbar-brand, .footer-logo {
  color: #0D0D0D;
}
.header-area .navbar-brand img, .footer-logo img {
  width: 49px;
  height: 60px;
}
.header-area .navbar-brand .headline, .footer-logo .headline {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 17px;
}
.header-area .navbar-brand .title, .footer-logo .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.header-area .dropdown-toggle::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='Group_4' data-name='Group 4' opacity='0.5'%3E%3Crect id='Rectangle_6' data-name='Rectangle 6' width='16' height='16' fill='none'/%3E%3Cpath id='Path_1' data-name='Path 1' d='M58,96l-5,5-5-5' transform='translate(-45 -90)' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E%0A");
  border: 0;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: 100%;
  vertical-align: 0px;
}
.header-area .navbar.navbar-light.bg-light .nav-link {
  color: #0D0D0D;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 2px solid transparent;
}
.header-area .navbar.navbar-light.bg-light .nav-item:last-child .nav-link {
  padding-right: 0;
}
.header-area .navbar.navbar-light.bg-light .active .nav-link, .header-area .navbar.navbar-light.bg-light .nav-link:hover, .header-area .navbar.navbar-light.bg-light .nav-link.dropdown-toggle.show {
  background-color: #F5F5F5;
  border-color: #868D1F;
}
.header-area .navbar.navbar-light.bg-light .search .nav-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #868D1F;
}
.stroke-current {
  stroke: currentColor;
}
.fill-current {
  fill: currentColor;
}
.header-area .navbar-nav .dropdown-menu {
  min-width: 244px;
  border-radius: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0;
  margin-top: 0px;
}
.header-area .navbar-nav .dropdown-item {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #5A5A5A;
  font-size: 15px;
}
.header-area .navbar-nav .dropdown-item.active, .header-area .dropdown-item:active {
  background: none;
  color: #fd0d1c;
}
@media(min-width:1024px) {
  .header-area .navbar.navbar-light.bg-light .navbar-nav .dropdown:hover .dropdown-menu, .header-area .header-bottom .navbar-nav .dropdown:hover .dropdown-menu {
    display: block !important;
  }
}
.header-bottom {
  background-color: #232D13;
  display: block;
  padding: 0;
}
.header-area .header-bottom .navbar-nav .dropdown-menu {
  position: absolute;
  min-width: 179px;
}
.header-area .header-bottom .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_187' data-name='Group 187' xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Crect id='Rectangle_6' data-name='Rectangle 6' width='14' height='14' fill='none'/%3E%3Cpath id='Path_1' data-name='Path 1' d='M56.75,96l-4.375,4.375L48,96' transform='translate(-45.375 -90.75)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3C/svg%3E%0A");
  vertical-align: middle;
}
.header-bottom .nav-link {
  padding-bottom: 12px;
  padding-top: 12px;
  padding-right: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.header-bottom .nav-link:hover {
  color: #b5b3b3;
}
.header-bottom .nav-item:last-child .nav-link {
  padding-right: 0;
}
/* Hero */

.hero-slider {
  min-height: 575px;
  background-color: #232D13;
}
.hero-slider .item {
  position: relative;
}
.hero-slider .item img {
  height: 575px;
  object-fit: cover;
}
.hero-slider .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
}
.hero-slider .content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: #030527; */
  opacity: 0.35;
  z-index: -1;
}
.hero-slider .content .headline {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 8px;
  display: block;
}
.hero-slider .content .title {
  font-weight: 600;
  line-height: 52px;
  font-size: 38px;
}
.hero-slider.owl-theme .owl-dots {
  position: absolute;
  bottom: 113px;
  left: 0;
  width: 100%;
  margin-top: 0px !important;
}
.hero-slider.owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #fff;
  opacity: 0.51;
}
.hero-slider.owl-theme .owl-dots .owl-dot.active span, .hero-slider.owl-theme .owl-dots .owl-dot:hover span, .gallery-slider-single.owl-theme .owl-dots .owl-dot.active span, .gallery-slider-single.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fd0d1c;
  opacity: 1;
}
.hero-slider.owl-carousel .owl-nav button.owl-next, .hero-slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  color: #fff;
  left: 35px;
  top: 50%;
  margin-top: -100px;
  background: none;
}
.hero-slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 35px;
}
.owl-theme .owl-nav {
  margin: 0;
}
/* Box Menu */

.box-menu-area {
  background-color: #232D13;
  position: relative;
  z-index: 1;
  padding-bottom: 45px;
}
.box-menu-area .row {
  margin: 0;
}
.box-menu-area .row>div {
  position: relative;
  margin-top: -93px;
  background: #fff;
  padding: 0;
}
.box-menu-area .row>div.gray, .box-menu-area .row>div.gray .box-menu {
  background-color: #F5F5F5;
}
.box-menu {
  background-color: #fff;
  padding: 24px;
  min-height: 227px;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  flex-wrap: wrap;
}
.box-menu:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-left: 40px solid #fff;
  border-bottom: 40px solid #232D13;
  bottom: -1px;
  right: -1px;
  position: absolute;
}
.box-menu-area .row>div.gray .box-menu:after {
  border-left: 40px solid #F5F5F5;
}
.box-menu .category {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
}
.box-menu .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 60%;
}
.box-menu .date {
  font-size: 14px;
  font-weight: 400;
  color: #8D8D8D;
}
.box-menu .button-content {
  margin-top: auto;
}
.btn-outline-secondary {
  background-color: #fff;
  border-color: #C9C9C9;
  border-radius: 2px;
  font-size: 14px;
  color: #0D0D0D;
  padding: 6px 20px;
  line-height: 19px;
  font-weight: 500;
}
/* About Section */

.about-area {
  padding-top: 45px;
  background-color: #232D13;
}
.about-area__title .headline {
  font-size: 14px;
  color: #868D1F;
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
}
.about-area__title .title {
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  line-height: 38px;
  max-width: 300px;
}
.about-area__desc {
  font-size: 14px;
  font-weight: 300;
  color: #868D1F;
  line-height: 24px;
}
.about-area__desc p {
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #707665;
  font-weight: 500;
}

.about-area__desc ol li {
  text-transform: uppercase;
  color: #707665;
  font-weight: 500;
}

.about-area__desc .divider {
  position: relative;
}
.about-area__desc .divider:before {
  content: '';
  background-color: #3F4280;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-area__desc-right .divider:before {
  left: -24px;
}
.about-area__desc .divider:after {
  content: '';
  width: 119px;
  background-color: #868D1F;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.about-area .user-about {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.about-area .user-about .images {
  width: 102px;
  height: 102px;
  display: flex;
  align-items: center;
  background: rgb(255 255 255 / 11%);
  border-radius: 1000px;
  justify-content: center;
  margin-right: 13px;
}
.user-about .images img {
  height: 82px;
  width: 82px;
  object-fit: cover;
  border-radius: 1000px;
}
.user-about .content {
  flex: 1 1 0%;
}
.user-about .content .name {
  line-height: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.user-about .content .desc {
  color: #9192AA;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}
.about-area__media {
  margin: 0;
}
.about-area__media>div {
  padding: 0;
}
.about-area .youtube {
  margin-top: 54px;
  background-color: #fff;
  height: -moz-calc(100% - (54px));
  height: -webkit-calc(100% - (54px));
  height: -webkit-calc(100% - (54px));
}
.about-area .youtube iframe {
  height: 100%;
  width: 100%;
}
.box-about {
  background-color: #FFFFFF;
  padding: 38px;
  padding-top: 42px;
  position: relative;
  /* margin-top: -26px; */
  min-height: 100%;
  border-bottom: 4px solid #868D1F;
}
/* .box-about:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-left: 80px solid #232D13;
  border-bottom: 80px solid #000;
  top: 0;
  left: -80px;
  position: absolute;
} */
.box-about:after, .page-container__box-border-gray:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-left: 17px solid #fff;
  border-bottom: 17px solid #868D1F;
  bottom: 0;
  right: 0;
  position: absolute;
}
.box-about.box-about__notbg {
  background: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 48px;
  padding-bottom: 61px;
}
.box-about.box-about__notbg:before, .box-about.box-about__notbg:after {
  display: none;
}
.box-about hr {
  border-color: #C6C6C6;
  margin: 22px 0px;
}
.box-about .box-about__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 30px;
}
.box-about .box-about__desc {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 90%;
}
.box-about .box-about__more {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 17px;
}
.box-about .box-about__more.text-lg {
  font-size: 28px;
  margin-bottom: 24px;
}
.box-about .box-about__link {
  display: flex;
}
.box-about .box-about__link a {
  color: #9EA44C;
  position: relative;
  margin-right: 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.box-about .box-about__link.border-bottom-box {
  display: block;
}
.box-about .box-about__link.border-bottom-box a {
  display: flex;
  margin-right: 0;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #868D1F;
  min-height: 100%;
}
.box-about .box-about__link.border-bottom-box .icon {
  width: 18px;
  height: 18px;
  margin-left: 12px;
}
.box-about .box-about__link.border-bottom-box .icon svg {
  margin-left: 0;
}
.box-about .box-about__link a svg {
  display: inline-block;
  color: #000;
  width: 18px;
  height: 18px;
  margin-left: 12px;
}
.box-about.box-about.box-about__notbg .box-about__link svg {
  color: #868D1F;
}
.box-about .box-about__link a:hover {
  color: #868D1F;
}
.box-about .box-about__link a:last-child {
  margin-right: 0;
}
/* Social Media */

.social-media-area {
  background-color: #F5F5F5;
  padding-top: 34px;
  padding-bottom: 47px;
}
.social-media__content {
  background-color: #fff;
  padding: 32px;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 16%);
}
.social-media__box {
  border: 1px solid #CECECE;
  border-radius: 5px;
  padding: 12px;
  background-color: #F5F5F5;
  min-height: 644px;
}
.social-media__box .facebook-area, .social-media__box .twitter-area {
  border: 1px solid #CECECE;
  border-radius: 5px;
  min-height: 600px;
}
/*Gallery*/

.gallery-area {
  padding-top: 32px;
  padding-bottom: 70px;
  background: #232D13;
  color: #ffffff;
}
.section-title {
  margin-bottom: 28px;
}
.section-title.text-primary {
  margin-bottom: 74px;
}
.section-title .title h3 {
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  border-bottom: 2px solid #232D13;
  padding-bottom: 14px;
  margin: 0;
  line-height: 30px;
}
.gallery-box {
  display: flex;
  flex-wrap: wrap;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  position: relative;
}
.gallery-box .image {
  width: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  display: flex;
}
.gallery-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1)
}
.gallery-box:hover .image img {
  transform: scale(1.1)
}
.gallery-box .content {
  background-color: #868D1F;
  padding: 22px;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 0 0 auto;
  width: 50%;
}
.gallery-box.size-sm .content {
  padding: 12px;
  min-height: 152px;
}
.gallery-box .content .headline {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
}
.gallery-box.size-sm .content .headline {
  font-size: 13px;
  margin-bottom: 12px;
  line-height: 18px;
}
.gallery-box .content .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gallery-box.size-sm .content .title {
  font-size: 14px;
  line-height: 19px;
  -webkit-line-clamp: 3;
}
.gallery-box .date-content {
  margin-top: auto;
}
.gallery-box .date {
  font-size: 14px;
  color: #5A5A5A;
}
.gallery-box.size-sm .date {
  font-size: 12px;
}
.gallery-slider.owl-carousel .owl-nav button.owl-next, .gallery-slider.owl-carousel .owl-nav button.owl-prev, .gallery-slider-single.owl-carousel .owl-nav button.owl-next, .gallery-slider-single.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  color: #fff;
  left: -22px;
  top: 50%;
  margin-top: -18px;
  background: none;
  width: 36px;
  height: 36px;
  background-color: #232D13;
  border-radius: 1000px;
}
.gallery-slider.owl-carousel .owl-nav button.owl-next, .gallery-slider-single.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -22px;
}
.gallery-slider.owl-carousel .owl-nav button:hover, .gallery-slider-single.owl-carousel .owl-nav button:hover {
  background-color: #000;
}
.gallery-box:hover .content .title {
  color: #232D13;
}
.link-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* List Link Area */

.list-link-area {
  padding: 52px 0px;
  background: #FFFFFF;
}
.list-link-area.bg-white {
  background: linear-gradient(to right, #FFF 50%, #232D13 50%);
}
.list-link__box {
  padding-right: 34px;
}
.list-link__box .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 24px;
}
.list-link__box .list-link {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}
.list-link__box .list-link li {
  width: 100%;
  flex: 0 0 auto;
  padding-left: 14px;
  padding-right: 14px;
}
.list-link__box .list-link .list-link-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 22px;
}
.list-link__box .list-link-item .content {
  display: block;
}
.list-link__box .list-link-item .link-title {
  font-size: 18px;
  color: #0D0D0D;
  line-height: 24px;
  display: block;
}
.list-link__box .list-link-item .link-desc {
  color: #5A5A5A;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.link-desc {
  color: #5A5A5A;
  font-size: 14px;
  line-height: 19px;
  display: block;
}
.list-link__box .list-link-item .icon {
  display: block;
  color: #000000;
}
.list-link__box .list-link-item:hover .link-title, .list-link__box .list-link-item:hover .icon {
  color: #868D1F;
}
.application-list {
  padding-left: 34px;
}
.application-list__header {
  margin-bottom: 36px;
  /* display: flex; */
  /* justify-content: space-between; */
}
.application-list__header .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 2px;
  padding: 6px 20px;
  font-size: 14px;
}
.btn-outline-white:hover {
  background-color: #fff;
}
.app-slider__box {
  background-color: rgb(255 255 255 / 6%);
  border-radius: 12px;
}
.application-slider.owl-carousel .app-item:hover .title {
  color: #868D1F;
}
.application-slider.owl-carousel .app-item img {
  margin: 0 auto;
}
.application-slider.owl-carousel .app-item .title {
  margin-top: 19px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.application-slider.owl-carousel .owl-nav button.owl-next, .application-slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  color: #fff;
  left: -64px;
  top: 50%;
  margin-top: -18px;
  background: none;
}
.application-slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -64px;
}
.application-slider.owl-carousel .owl-nav button:hover {
  opacity: 0.8;
}
/* Follow Us */

.follow-us-area {
  background-color: #FEB731;
  padding: 24px 0px;
}
.follow-us-area .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 4px;
  color: #232D13;
}
.follow-us-area .desc {
  color: #232D13;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.icon-social-media {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.icon-social-media li {
  margin-right: 22px;
}
.icon-social-media li:last-child {
  margin-right: 0;
}
.icon-social-media a {
  color: #232D13;
}
.icon-social-media a:hover {
  color: #000;
}
/* Footer */

.footer-area {
  padding: 42px 0px;
}
.footer-area * {
  color: #fff;
}
.footer-area .address {
  margin-top: 24px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  max-width: 40%;
  line-height: 19px;
}
.footer-contact {
  margin-top: 14px;
  border-left: 1px solid rgb(112 112 112 / 19%);
  padding-left: 10px;
}
.footer-contact__info {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 7px;
}
.footer-contact__info .name {
  width: 15%;
  flex: 0 0 auto;
}
.footer-contact__info .info {
  width: 85%;
  flex: 0 0 auto;
}
.footer-contact__info .info a {
  color: #fff;
}
.footer-contact__info .info a:hover, .footer-menu-link__list li a:hover {
  color: #9EA44C;
}
.footer-menu-link {
  border-left: 1px solid rgb(112 112 112 / 16%);
  padding-left: 17px;
}
.footer-menu-link__title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}
.footer-menu-link__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu-link__list li {
  margin-bottom: 10px;
}
.footer-menu-link__list li:last-child {
  margin-bottom: 0;
}
.footer-menu-link__list li a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.footer-copyright {
  margin-top: 30px;
  font-size: 13px;
  font-weight: 400;
  color: #A2A2A2;
}
.fb_iframe_widget iframe {
  height: 600px !important;
}
/* Visi Misi */

.page-title-hero {
  background-color: #232D13;
  padding-top: 80px;
  padding-bottom: 214px;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.page-title-hero.page-gray-title {
  background-color: #EBECED;
  text-align: left;
  padding-top: 42px;
}
.page-title-hero.page-gray-title.pb-same {
  padding-bottom: 42px;
}
.page-title-hero .overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 172px;
  background-color: rgb(33 39 133 / 40%);
}
.page-title-hero.bg-image .overlay-bottom {
  background-color: rgb(255 255 255 / 30%);
}
.page-title-hero.page-title-md .overlay-bottom {
  height: 118px;
}
.page-title-hero.page-title-sm .overlay-bottom {
  height: 53px;
}
.page-title-hero .page-title-prev, .page-title-hero .page-title-next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -34px;
  width: 46px;
  height: 46px;
  background-color: #232D13;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
}
.page-title-hero .page-title-next {
  left: auto;
  right: 0;
}
.page-title-hero .page-title-prev.disabled, .page-title-hero .page-title-next.disabled {
  opacity: 0.37;
}
.page-title-hero .headline {
  font-size: 20px;
  color: #868D1F;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 10px;
}
.page-title-hero.page-gray-title .headline {
  color: #0D0D0D;
  font-weight: 400;
  margin-bottom: 2px;
}
.page-title-hero .title {
  font-size: 42px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 58px;
}
.page-title-hero.page-gray-title .title {
  color: #0D0D0D;
}
.page-title-hero .desc {
  margin-bottom: 0;
  color: #fff;
  line-height: 33px;
  font-size: 24px;
  font-weight: 300;
  margin-top: 12px;
}
.page-title-hero.page-gray-title .desc {
  font-size: 18px;
  color: #0D0D0D;
  font-weight: 400;
  line-height: 24px;
}
.page-title-hero .page-title-border-left {
  border-left: 1px solid rgb(112 112 112 / 26%);
  padding-left: 24px;
}
.page-title-hero .desc.text-sm {
  font-size: 16px;
}
.page-title-hero.page-title-sm {
  padding-bottom: 116px;
}
.page-title-hero.page-title-md {
  padding-bottom: 151px;
}
.overlay-title {
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #030527;
  z-index: -1;
}
.page-container__box-desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media(min-width:1024px) {
  .lg-block {
    display: block;
  }
}
@media(min-width: 1200px) {
  .page-container .container, .page-title-hero .container, .search-section .container {
    max-width: 1058px;
  }
  .page-title-hero .container-md, .page-container .container-md {
    max-width: 1310px;
  }
}
.page-container {
  background-color: #F5F5F5;
}
.page-container.spacing-y {
  padding-top: 42px;
  padding-bottom: 42px;
}
.page-container.spacing-b {
  padding-bottom: 6rem;
}
.page-container__box {
  padding: 48px;
  background-color: #fff;
  margin-top: -172px;
  position: relative;
  z-index: 1;
  min-height: 300px;
}
.page-container__box.spacing-sm {
  padding: 24px;
}
.page-title-hero.page-title-md+.page-container .page-container__box {
  margin-top: -118px;
}
.page-title-hero.page-title-sm+.page-container .page-container__box {
  margin-top: -53px;
}
.page-container__box.page-container__box-border, .inner-box-bordered, .blog-item {
  border-left: 4px solid #868D1F;
}
.page-container__box.page-container__box-border:before, .inner-box-bordered:before, .blog-item:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-right: 24px solid #fff;
  border-top: 24px solid #868D1F;
  top: 0;
  left: 0;
  position: absolute;
}
.page-container__box.page-container__box-border:after, .inner-box-bordered:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-left: 60px solid #fff;
  border-bottom: 60px solid #f5f5f5;
  right: 0;
  bottom: 0;
  position: absolute;
}
.page-container__box.page-container__box-border.no-after-paper:after {
  display: none;
}
.page-container__box-border-gray {
  border-bottom: 4px solid #DDDDDD;
  min-height: auto;
}
.page-container__box-border-gray:after {
  border-bottom-color: #DDDDDD;
}
.box-list-vision, .inner-box-bordered__title {
  position: relative;
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.box-list-vision:before, .inner-box-bordered__title:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  background-color: #868D1F;
  width: 143px;
  height: 2px;
}
.box-list-vision:after, .inner-box-bordered__title:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #868D1F;
  bottom: 0;
  left: 0;
  position: absolute;
}
.box-list-vision .title, .page-container-outer-title {
  font-size: 28px;
  color: #232D13;
  font-weight: 500;
  line-height: 38px;
  margin: 0;
}
.box-list-vision .desc p {
  font-size: 22px;
  font-weight: 400;
}
.box-list-vision .list-desc {
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  padding-left: 20px;
  font-weight: 300;
}
.box-list-vision .list-desc.spacing-bottom li {
  margin-bottom: 20px;
}
.box-list-vision .list-desc.spacing-bottom li:last-child {
  margin-bottom: 0px;
}
.box-list-vision__area .box-list-vision:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.box-list-vision__area .box-list-vision:last-child:before, .box-list-vision__area .box-list-vision:last-child:after {
  display: none;
}
.page-rectangle {
  z-index: -1;
  position: absolute;
  background-image: url('../images/page-rectangle.svg');
  left: 0;
  width: 100%;
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  top: 172px;
}
.page-rectangle__area {
  position: relative;
  z-index: 1;
}
.page-title-hero.page-title-md+.page-container .page-rectangle {
  top: 116px;
}
.page-title-hero.page-title-sm+.page-container .page-rectangle {
  top: 53px;
}
.box-list-vision .single-desc {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.box-list-vision .single-desc li:before {
  position: absolute;
  opacity: 0.38;
  font-size: 42px;
  line-height: 58px;
  color: #a5a0a0;
  content: counter(inst);
  left: 0;
  top: -7px;
}
.page-container__box .single-desc li {
  margin-bottom: 30px;
  counter-increment: inst;
  padding-left: 68px;
  position: relative;
}
.page-container__box .single-desc__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 16px;
}
.page-container__box .single-desc__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
/*Contact*/

.inner-box-bordered {
  position: relative;
  padding: 36px;
}
.contact-maps {
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
.inner-box-bordered__title {
  position: relative;
}
.inner-box-bordered__title .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.contact-page-info {
  margin-bottom: 22px;
}
.contact-page-info__title {
  font-size: 16px;
  font-weight: 300;
  color: #797979;
  margin-bottom: 10px;
}
.contact-page-info__desc {
  font-weight: 400;
  line-height: 24px;
  font-size: 18px;
}
.contact-page-info__desc a {
  color: #797979;
}
.contact-page-info__desc a:hover {
  color: #000;
}
#mapsContact {
  height: 100%;
  width: 100%;
}
.info-slider__item {
  position: relative;
  background-color: #868D1F;
  padding: 18px 52px;
}
.info-slider__item:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-left: 20px solid #868D1F;
  border-bottom: 20px solid #f5f5f5;
  bottom: 0;
  right: 0;
  position: absolute;
}
.info-slider__item p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.info-slider__item p a {
  color: #0D0D0D;
}
.info-slider.owl-carousel .owl-nav button.owl-next, .info-slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 46px;
  height: 46px;
  background-color: #232D13;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  left: 18px;
  top: 50%;
  margin-top: -24px;
}
.info-slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 18px;
}
.info-slider .owl-item:nth-child(even) .info-slider__item {
  padding-right: 92px;
  text-align: right;
}
.info-slider .owl-item:nth-child(odd) .info-slider__item {
  padding-left: 92px;
}
.info-slider.owl-carousel .owl-nav button.owl-next:hover, .info-slider.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #000;
}
/* Facillity */

.box-card-vertical {
  background-color: #FFFFFF;
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 68px;
  padding-bottom: 42px;
  position: relative;
  margin-bottom: 64px;
}
.box-card-vertical .category {
  background-color: #868D1F;
  position: absolute;
  top: -32px;
  padding: 16px 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}
.box-card-vertical .category:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-left: 20px solid #868D1F;
  border-top: 20px solid #f5f5f5;
  top: 0;
  right: 0;
  position: absolute;
}
.box-card-vertical .content {
  padding-right: 45px;
}
.box-card-vertical .content .desc {
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
}
.box-card-vertical .media {
  padding-left: 50px;
  padding-right: 50px;
}
.gallery-slider-single.owl-theme .owl-dots {
  margin-top: 16px;
}
.gallery-slider-single.owl-carousel .owl-nav button.owl-next, .gallery-slider-single.owl-carousel .owl-nav button.owl-prev {
  width: 28px;
  height: 28px;
  margin-top: -28px;
  left: -45px;
}
.gallery-slider-single.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -45px;
}
.gallery-slider-single.owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #232D13;
  opacity: 0.20;
}
/* Evaluation */

.accordion-sub .accordion-button {
  background-color: #F5F5F5;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.accordion-sub .accordion-item {
  border: 0;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  margin-bottom: 16px;
}
.accordion-sub .accordion-button:not(.collapsed) {
  background-color: #F5F5F5;
  color: #0D0D0D;
  outline: none;
}
.accordion-sub .accordion-body {
  background-color: #EBEBEB;
  padding: 24px;
}
.accordion-sub .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion-arrow .accordion-button::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Group_147' data-name='Group 147' xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Crect id='Rectangle_23' data-name='Rectangle 23' width='34' height='34' fill='rgba(0,0,0,0)'/%3E%3Cline id='Line_5' data-name='Line 5' x2='23.375' transform='translate(5.313 17)' fill='none' stroke='%230d0d0d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M144,56l9.563,9.563L144,75.125' transform='translate(-124.875 -48.562)' fill='rgba(0,0,0,0)' stroke='%230d0d0d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-size: 100%;
}
.accordion-arrow .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Group_147' data-name='Group 147' xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Crect id='Rectangle_23' data-name='Rectangle 23' width='34' height='34' fill='rgba(0,0,0,0)'/%3E%3Cline id='Line_5' data-name='Line 5' x2='23.375' transform='translate(5.313 17)' fill='none' stroke='%230d0d0d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M144,56l9.563,9.563L144,75.125' transform='translate(-124.875 -48.562)' fill='rgba(0,0,0,0)' stroke='%230d0d0d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  transform: rotate(90deg);
}
.table.table-custom {
  border-collapse: separate;
  border-spacing: 0 16px;
}
.table.table-custom thead tr th, .table.table-custom thead tr td {
  border-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 24px;
  padding-top: 0;
}
.table.table-custom tbody tr {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 0.16);
  border-spacing: 6px;
}
.table.table-custom tbody tr:last-child {
  border-bottom: 0;
}
.table.table-custom tbody td, .table.table-custom tbody th {
  border: 0;
  font-weight: 400;
  font-size: 15px;
  padding: 24px;
}
/* Project List */

.accordion-main>.accordion-item>.accordion-header>.accordion-button {
  background-color: #232D13;
  padding: 19px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  padding-right: 70px;
}
.accordion-main>.accordion-item {
  border: 0;
  margin-bottom: 40px;
}
.accordion-main>.accordion-item>.accordion-header>.accordion-button:not(.collapsed) {
  background-color: #4d55c3;
  outline: none;
}
.accordion-main>.accordion-item>.accordion-header>.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion-main>.accordion-item>.accordion-header>.accordion-button::after {
  width: 62px;
  background-size: 28px 28px;
  background-color: #868D1F;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  transition: none;
}
.accordion-main>.accordion-item>.accordion-collapse>.accordion-body {
  background-color: #EBEBEB;
  padding: 0;
}
.accordion-main .accordion-sub .accordion-item {
  box-shadow: none;
  margin: 0;
}
.btn-outline-shadow-secondary {
  background-color: #fff;
  padding: 11px 28px;
  border: 1px solid #E2E2E2;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 16%);
  color: #232D13;
  font-size: 15px;
  font-weight: 500;
}
.btn-outline-shadow-secondary:hover {
  background-color: #ebebeb;
  color: #0D0D0D;
}
/* Inovasi */

.search-area {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 22px;
  align-items: center;
  margin-bottom: 22px;
}
.search-area .icon {
  width: 20px;
  height: 30px;
  margin-right: 16px;
}
.search-area .input-data input {
  height: 30px;
  border: 0;
  font-size: 22px;
  font-weight: 400;
}
.search-area .input-data input:focus {
  box-shadow: none;
  outline: none;
}
.table-custom-transparant thead td, .table-custom-transparant thead th {
  border-bottom-color: #C6C6C6 !important;
  padding-top: 0px;
  font-size: 20px;
  line-height: 27px;
}
.table-custom-transparant tbody td, .table-custom-transparant tbody th {
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 22px;
  line-height: 30px;
  vertical-align: middle;
}
.table tbody tr:hover {
  background-color: #f5f5f5;
}
.table-custom-transparant .images img {
  max-width: 279px;
}
.table-custom-transparant .title {
  font-size: 24px;
  font-weight: 500;
}
.pagination {
  margin-top: 40px;
}
.pagination .page-item {
  margin-left: 8px;
}
.pagination .page-item .page-link {
  outline: none !important;
  box-shadow: none !important;
  padding: 6px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border-color: #C9C9C9;
  font-size: 14px;
  font-weight: 500;
  color: #0D0D0D;
}
.pagination .page-item.active .page-link {
  color: #fff;
  border-color: #fff;
}
.box-shadow-lg {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
/* Artikel */

.search-section {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 26%);
  background-color: #fff;
  padding: 28px 0px;
  border-top: 1px solid rgb(112 112 112 / 26%);
  position: relative;
}
.search-section .search-area {
  border: 0;
  margin: 0;
  padding: 0;
}
.search-select {
  height: 30px;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
}
.blog-item {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}
.blog-item .row {
  margin: 0;
}
.blog-item .row>div {
  padding: 0;
}
.blog-item .content {
  padding: 36px;
}
.blog-item .content .meta-data {
  font-size: 16px;
  color: #8E8E8E;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 12px;
}
.blog-item .content .meta-data a, .gallery-item .meta-data a, .page-container__header .content .info a {
  color: currentColor;
  text-decoration: underline;
}
.blog-item .content .title {
  font-size: 28px;
  color: #0D0D0D;
  font-weight: 400;
  line-height: 38px;
}
.blog-item .content .title a, .gallery-item .title a {
  color: #0D0D0D;
}
.blog-item .content .title a:hover, .blog-item .content .meta-data a:hover, .gallery-item .meta-data a:hover, .gallery-item .title a:hover, .page-container__header .content .info a:hover {
  color: #232D13;
}
.blog-item .content .button-more {
  margin-top: 32px;
}
.blog-item .content .button-more .btn {
  margin-right: 14px;
}
.blog-item .images {
  height: 100%;
  overflow: hidden
}
.blog-item .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1)
}
.blog-item:hover .images img {
  transform: scale(1.1)
}
/* Gallery Page */

.gallery-container {
  margin-top: -53px;
  position: relative;
  z-index: 1;
}
.gallery-item {
  height: 100% !important;;
  background-color: #fff;
  padding: 36px;
  position: relative;
  margin-bottom: 26px;
}
.gallery-item .count {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #fff;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #C9C9C9;
}
.gallery-item .images {
  position: relative;
  margin-bottom: 35px;
}
.gallery-item img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}
.gallery-item .title {
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  min-height: 5rem;
}
.gallery-item .meta-data, .page-container__header .content .info {
  margin-top: 16px;
  font-size: 16px;
  color: #8E8E8E;
}
/* Gallery Detail */

.page-container__header {
  display: flex;
  align-items: center;
  margin-bottom: 37px;
  width: 100%;
}
.page-container__header .back-button__link {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232D13;
  border-radius: 1000px;
}
.page-container__header .content {
  padding-left: 32px;
}
.page-container__header .content .title {
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 12px;
}
.gallery-box-detail {
  position: relative;
  overflow: hidden;
}
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 80px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin: 0 -14px;
  padding: 0;
  list-style: none;
}
.gallery-drop {
  width: 25%;
  height: calc(200px + 60px);
  transition: left 400ms ease-in-out 0s, top 400ms ease-in-out 0s;
  margin-bottom: 26px;
}
.gallery-card {
  width: 25%;
  position: absolute;
  padding: 0px 14px;
}
.gallery-box-detail .gallery-box-detail__item {
  box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
  background-color: #fff;
  padding: 18px;
  margin-bottom: 0;
}
.gallery-box-detail .gallery-box-detail__item img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.carousel__button.is-prev svg, .carousel__button.is-next svg {
  display: none;
}
.carousel__button.is-prev {
  background-size: 100%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_270' data-name='Group 270' xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Crect id='Rectangle_15' data-name='Rectangle 15' width='48' height='48' fill='none'/%3E%3Ccircle id='Ellipse_2' data-name='Ellipse 2' cx='18' cy='18' r='18' transform='translate(6 6)' fill='none' stroke='%23fdda45' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M6.364,0,0,6.364l6.364,6.364' transform='translate(16.5 17.636)' fill='none' stroke='%23fdda45' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline id='Line_2' data-name='Line 2' x2='15' transform='translate(16.5 24)' fill='none' stroke='%23fdda45' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.carousel__button.is-next {
  background-size: 100%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg id='Group_269' data-name='Group 269' transform='translate(48 48) rotate(180)'%3E%3Crect id='Rectangle_15' data-name='Rectangle 15' width='48' height='48' fill='none'/%3E%3Ccircle id='Ellipse_2' data-name='Ellipse 2' cx='18' cy='18' r='18' transform='translate(6 6)' fill='none' stroke='%23fdda45' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M94.364,106.787,88,100.423l6.364-6.364' transform='translate(-71.5 -76.423)' fill='none' stroke='%23fdda45' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline id='Line_2' data-name='Line 2' x2='15' transform='translate(16.5 24)' fill='none' stroke='%23fdda45' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.fancybox__backdrop {
  background-color: #000 !important;
  opacity: 0.85 !important;
}
.header-bottom-toggle {
  display: none;
}
.header-bottom.navbar>.container, .header-bottom.navbar>.container-fluid, .header-bottom.navbar>.container-lg, .header-bottom.navbar>.container-md, .header-bottom.navbar>.container-sm, .header-bottom.navbar>.container-xl, .header-bottom.navbar>.container-xxl {
  display: block;
}
.title-table {
  display: none;
}
@media(min-width: 1025px) {
  .order-2-desktop {
    order: 2;
  }
}
@media(max-width: 1024px) {
  .header-area .navbar-brand .headline {
    font-size: 8px;
    margin-bottom: 0;
    line-height: normal;
  }
  .header-area .navbar-brand .title, .footer-logo .title {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
  }
  .header-area .navbar-brand .ps-2 {
    padding-left: 0 !important;
  }
  .header-area .navbar.navbar-light.bg-light .navbar-collapse {
    margin-left: -16px;
    margin-right: -16px;
  }
  .header-area .navbar.navbar-light.bg-light .nav-link {
    padding: 16px;
    border: 0;
  }
  .header-area .navbar.navbar-light.bg-light .active .nav-link, .header-area .navbar.navbar-light.bg-light .nav-link:hover, .header-area .navbar.navbar-light.bg-light .nav-link.dropdown-toggle.show {
    border: 0 !important;
  }
  .header-bottom {
    text-align: right;
  }
  .header-bottom-toggle {
    display: inline-block;
    background: none;
    border: 0;
    color: #fff;
    padding: 12px 10px;
  }
  .header-bottom-toggle svg {
    width: 30px;
    height: 30px;
  }
  .header-bottom-collapse {
    display: none;
    border-top: 1px solid #ababab;
  }
  .header-bottom .navbar-nav {
    display: block;
    text-align: left;
  }
  .header-area .header-bottom .navbar-nav .dropdown-menu {
    position: initial;
    background: none;
  }
  .hero-slider .content .headline, .about-area__title .headline, .page-title-hero .headline {
    font-size: 12px;
    line-height: normal;
  }
  .hero-slider .content .title, .about-area__title .title, .box-about .box-about__title, .page-title-hero .title {
    font-size: 24px;
    line-height: normal;
  }
  .hero-slider .content {
    margin-top: -50px;
  }
  .about-area__desc p {
    margin-bottom: 20px;
  }
  .about-area__desc {
    margin-top: 20px;
  }
  .about-area .youtube {
    height: 300px;
    margin-top: 30px;
  }
  .box-about {
    margin-top: 0;
    padding: 16px;
  }
  .box-about:before {
    display: none;
  }
  .box-about .box-about__title {
    margin-bottom: 10px;
  }
  .box-about .box-about__desc {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .box-about .box-about__link a {
    font-size: 12px;
    width: 50%;
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    padding: 0px 14px;
    align-items: center;
  }
  .box-about .box-about__link a svg {
    width: 12px;
    height: 12px;
    margin-left: 5px;
  }
  .about-area {
    padding-bottom: 45px;
  }
  .social-media__content {
    padding: 0;
    box-shadow: none;
    background: none;
  }
  .social-media__box {
    padding: 0;
    border: 0;
    background: none;
    min-height: auto;
    margin-bottom: 40px;
  }
  .social-media__box .facebook-area, .social-media__box .twitter-area {
    min-height: auto;
  }
  .fb_iframe_widget iframe {
    width: 100% !important;
    height: 500px !important;
  }
  .fb_iframe_widget_fluid span {
    width: 100% !important;
    height: 500px !important;
  }
  .social-media-area .row>div:last-child .social-media__box {
    margin-bottom: 0;
  }
  .section-title .text-end {
    text-align: left !important;
  }
  .section-title .btn {
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .section-title {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .section-title .title {
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 28px;
  }
  .gallery-slider.owl-carousel .owl-nav {
    margin-top: 20px;
  }
  .gallery-slider.owl-carousel .owl-nav button.owl-next, .gallery-slider.owl-carousel .owl-nav button.owl-prev, .info-slider.owl-carousel .owl-nav button.owl-next, .info-slider.owl-carousel .owl-nav button.owl-prev {
    position: initial;
    margin-top: 0;
  }
  .gallery-area {
    padding-bottom: 37px;
  }
  .list-link-area, .list-link-area.bg-white {
    background: #232D13 !important;
    color: #fff;
  }
  .list-link__box .title {
    font-size: 24px;
    line-height: normal;
  }
  .list-link__box .list-link li {
    width: 100%;
    padding: 0;
  }
  .list-link__box .list-link-item .link-title, .list-link__box .list-link-item .icon {
    color: #fff;
  }
  .list-link__box .list-link-item .link-desc {
    color: rgb(255 255 255 / 54%);
  }
  .list-link__box .list-link {
    margin: 0;
  }
  .list-link__box {
    padding: 0;
  }
  .list-link-area {
    padding: 37px 0px;
  }
  .application-list {
    padding-left: 0;
    margin-top: 40px;
  }
  .list-link__box .list-link-item:hover .link-title, .list-link__box .list-link-item:hover .icon {
    color: #868D1F;
  }
  .follow-us-area {
    text-align: center;
  }
  .icon-social-media {
    justify-content: center;
    margin-top: 20px;
  }
  .footer-area .address {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .footer-contact, .footer-menu-link {
    padding: 0;
    border: 0;
  }
  .footer-menu-link {
    margin-top: 30px;
  }
  .footer-copyright {
    text-align: center;
  }
  .page-title-hero .desc.text-sm {
    font-size: 12px;
    margin-top: 5px;
  }
  .page-container__box {
    padding: 18px 14px;
  }
  .page-container__box-desc p, .page-title-hero.page-gray-title .desc, .page-title-hero .desc {
    font-size: 14px;
    line-height: normal;
  }
  .mt-0-mobile {
    margin-top: 0 !important;
  }
  .btn-mobile-block {
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .btn-mobile-block+.btn-mobile-block {
    margin-top: 10px;
  }
  .info-slider.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .info-slider__item {
    padding: 20px !important;
  }
  .info-slider .owl-item:nth-child(even) .info-slider__item {
    text-align: left;
  }
  .search-area .input-data input {
    width: 100%;
  }
  .search-section .d-flex {
    display: block !important;
  }
  .search-select {
    margin-top: 20px;
    background: #fff;
    padding: 5px;
    height: auto;
    width: 100%;
  }

  .hide {
    display: none !important;
  }

  .show {
    display: block !important;
  }

  .blog-item .content .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: normal;
  }
  .blog-item .content .meta-data {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 6px;
  }
  .blog-item .content .button-more {
    margin-top: 10px;
    display: flex;
  }
  .blog-item .content .button-more .btn {
    font-size: 12px;
    padding: 5px;
    width: 50%;
    margin-right: 6px;
  }
  .blog-item .content .button-more .btn:last-child {
    margin-right: 0;
  }
  .blog-item .content {
    padding: 16px;
  }
  .pagination.justify-content-end {
    justify-content: center !important;
  }
  .table-responsive-card thead {
    display: none;
  }
  .table-responsive-card, .table-responsive-card tbody, .table-responsive-card tr, .table-responsive-card td, .table-responsive-card th {
    display: block;
  }
  .table.table-responsive-card td, .table.table-responsive-card th {
    border-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 10px;
    font-size: 14px;
    line-height: normal;
  }
  .title-table {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .table-custom-transparant .title {
    font-size: 18px;
  }
  .table-responsive-card tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .page-container__box .section-title .title h3 {
    font-size: 18px;
  }
  .accordion-sub .accordion-button {
    font-size: 14px;
    line-height: normal;
    padding: 12px 16px;
  }
  .accordion-sub .accordion-body {
    max-width: 100%;
    overflow: auto;
  }
  .box-card-vertical .category {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: normal;
    top: -24px;
  }
  .box-card-vertical {
    padding: 16px;
    padding-top: 40px;
  }
  .box-card-vertical .media {
    padding: 0;
    margin-bottom: 16px;
  }
  .box-card-vertical .content {
    padding-right: 0;
  }
  .box-card-vertical .content .desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .page-container__header .content .title {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
  }
  .page-container__header .content .info {
    margin-top: 5px;
    line-height: normal;
  }
  .page-container__header .content {
    padding-left: 10px;
  }
  .gallery-item {
    padding: 12px;
  }
  .gallery-item .images {
    margin-bottom: 10px;
  }
  .gallery-item .title {
    font-size: 18px;
    line-height: normal;
  }
  .gallery-item .meta-data {
    margin-top: 8px;
  }
  .btn-mobile-block {
    display: block;
    width: 100%;
  }
  .contact-maps {
    height: 400px;
  }
  .inner-box-bordered {
    padding: 24px;
  }
  .accordion-main .accordion-sub .accordion-body {
    padding: 10px;
  }
  .accordion-main>.accordion-item>.accordion-header>.accordion-button {
    font-size: 14px;
    line-height: normal;
  }
  .accordion-main>.accordion-item>.accordion-header>.accordion-button::after {
    background-size: 20px;
    width: 50px;
  }
  .box-list-vision .title, .page-container-outer-title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .box-list-vision .desc p, .box-list-vision .list-desc {
    font-size: 14px;
    line-height: 24px;
  }
  .page-container__box {
    min-height: auto;
  }
  .box-list-vision .single-desc li:before {
    font-size: 22px;
  }
  .page-container__box .single-desc li {
    padding-left: 30px;
  }
  .page-container__box .single-desc__title {
    font-size: 18px;
    line-height: 24px;
  }
  .page-container__box .single-desc__desc {
    font-size: 14px;
    line-height: 24px;
  }
  .btn-mobile-full-half .btn {
    width: 100%;
    display: block;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
  }
  .box-about .box-about__link.border-bottom-box a {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: normal;
    padding-left: 0;
    padding-right: 0;
  }
  .box-about .box-about__link.border-bottom-box {
    margin: 0;
  }
  .box-about .box-about__more.text-lg {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: normal;
  }
  .page-title-hero .page-title-prev, .page-title-hero .page-title-next {
    width: 30px;
    height: 30px;
    left: 16px;
  }
  .page-title-hero .page-title-next {
    left: auto;
    right: 16px;
  }
  .page-title-hero .page-title-prev svg, .page-title-hero .page-title-next svg {
    width: 16px;
    height: 16px;
  }
  ._2p3a {
    width: 100% !important;
  }
  .table-custom-transparant .images img {
    width: 100%;
    max-width: 100%;
  }
  .page-rectangle {
    height: 250px;
  }
  .gallery-drop, .gallery-card {
    width: 100%;
    padding: 14px;
  }
}
@media(max-width: 500px) {
  .blog-item .row>div {
    width: 100%;
  }
  .search-area .input-data input {
    font-size: 14px;
  }
  .box-about .box-about__link {
    flex-wrap: wrap;
    margin: 0px -14px;
  }

  .header-area .navbar-brand img, .footer-logo img {
      width: auto;
      height: 40px;
      margin-right: 10px;
  }

  .header-area .navbar.navbar-light.bg-light .navbar-brand, .footer-logo {
      color: #0D0D0D;
      margin-top: 8px;
      margin-bottom: 8px;
  }

  .btn-program {
    white-space: nowrap;
    padding: 8px;
  }

  .application-list__header .title {
      font-size: 25px;
  }
}
@media screen and (max-width:1024px) {
  .container, .container-md, .container-sm {
    max-width: 480px;
  }
}
.progress {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 4px;
  z-index: 9999;
  background-color: #868D1F;
}
.bar {
  background-color: #868D1F;
  width: 0%;
  height: 4px;
  border-radius: 3px;
}
.percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}

/* New update for the web */
.btn {
  border-radius: 18px;
}
.header-area {
  position: relative;
  z-index: 2;
}
.header-bottom {
  background: #232D13;
}
.hero-area {
  margin-top: -12px;
}
.navbar {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.about-area__media img {
 border-top-left-radius: 12px; 
}
.box-about {
  border-top-right-radius: 12px;
  border-bottom: 0px;
}
.box-about:after {
  display: none;
}
.about-area {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  margin-top: -24px;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  /* background: linear-gradient(156deg, rgba(18,20,64,1) 0%, rgba(33,38,147,1) 100%); */
}
.about-area__desc {
  position: relative;
}
.about-area__desc .divider:before, .about-area__desc .divider:after {
  height: 4px;
}
.about-area__desc .divider:before {
  background-color: transparent;
}
.about-area__desc .divider:after {
  border-radius: 2px;
  background-color: #868D1F;
}
.about-area__desc-right .divider:before {
  left: 0;
}
.gallery-area {
  padding-top: 52px;
}
.gallery-area .owl-stage-outer {
  padding-bottom: 24px;
}
.gallery-box {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -2px 6px 28px -10px rgba(0,0,0,0.4);
  padding: 24px;
  background: #FFFFFF;
}
.gallery-box .content {
  background-color: #FFFFFF;
  color: #000;
}
.gallery-slider.owl-carousel .owl-nav button.owl-next, .gallery-slider.owl-carousel .owl-nav button.owl-prev, .gallery-slider-single.owl-carousel .owl-nav button.owl-next, .gallery-slider-single.owl-carousel .owl-nav button.owl-prev {
  margin-top: -28px;
}
.follow-us-area {
  /* background-color: #FCDA00; */
  background: linear-gradient(299deg, rgba(248,255,139,1) 0%, rgba(255,221,0,1) 100%);
  background: #D3D5D0;
  padding-bottom: 36px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-top: -16px;
  position: relative;
  z-index: 1;
}
.list-link-area {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.footer-area {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-top: -16px;
  position: relative;
  z-index: 1;
  background: #232D13;
}
.footer-logo:hover {
  color: #0D0D0D;
}
.header-area .navbar {
  box-shadow: -2px 8px 24px -10px rgba(0,0,0,0.5);
  -webkit-box-shadow: -2px 8px 24px -10px rgba(0,0,0,0.5);
  -moz-box-shadow: -2px 8px 24px -10px rgba(0,0,0,0.5);
}
.header-area .navbar-nav .dropdown-menu {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.hero-slider.owl-carousel .owl-nav button.owl-next, .hero-slider.owl-carousel .owl-nav button.owl-prev {
  margin: 0px;
  transform: translateY(-50%);
}
.page-title-hero {
  margin-top: -12px;
  padding-top: 54px!important;
}
.page-container__box {
  border-radius: 12px;
  /* overflow: hidden; */
}
.inner-box-bordered:after,
.inner-box-bordered:before {
  display: none;
}
.inner-box-bordered__title:after {
  display: none;
}
.page-title-hero.page-gray-title {
  background-color: #FCDA00;
}
.search-section {
  border: 0px;
}
.blog-item {
  border-radius: 12px;
  overflow: hidden;
}
.blog-item:before {
  display: none;
}
.blog-item .content .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}
.pagination .page-item .page-link {
  border-radius: 24px;
}
.page-container__box.page-container__box-border:before, .inner-box-bordered:before, .blog-item:before {
  display: none;
}
.page-container__box.page-container__box-border:after, .inner-box-bordered:after {
  display: none;
}
.box-list-vision:after, .inner-box-bordered__title:after {
  display: none;
}
.box-list-vision .desc p {
  font-weight: 600;
}
.box-list-vision .list-desc {
  font-size: 18px;
  line-height: 26px;
}
.box-list-vision .list-desc li {
  margin-bottom: 16px;
}
.page-container__box {
  box-shadow: -2px 8px 24px -10px rgba(0,0,0,0.3);
  -webkit-box-shadow: -2px 8px 24px -10px rgba(0,0,0,0.3);
  -moz-box-shadow: -2px 8px 24px -10px rgba(0,0,0,0.3);
  margin-bottom: 24px;
}
.page-title-hero.page-title-sm {
  padding-bottom: 92px;
}
.gallery-item {
  border-radius: 12px;
}
.gallery-item img {
  border-radius: 8px;
}
.gallery-item .count {
  padding: 6px 12px;
  border: 0px;
  border-radius: 24px;
  font-size: 11px;
}
.gallery-item .images {
  margin-bottom: 22px;
}
.gallery-item .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.pagination {
  margin-top: 20px;
}

.people-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
}

.people-card .desc {
  padding: 8px;
  text-align: center;
}

.people-card .title {
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0;
}

.people-card .subtitle {
  font-weight: 200;
  margin-top: 4px;
}

.people-card .image {
  border-radius: 12px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  border-radius: 14px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.divider {
  position: relative;
}
.divider:before {
  content: '';
  background-color: #3F4280;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
}
.divider:before {
  left: -24px;
}
.divider:after {
  content: '';
  width: 119px;
  background-color: #868D1F;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.divider:before, .divider:after {
  height: 4px;
}
.divider:before {
  background-color: transparent;
}
.divider:after {
  border-radius: 2px;
  background-color: #868D1F;
}
.divider:before {
  left: 0;
}
.image-program {
  height: 150px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}
.image-gallery {
  height: 200px;
  border-radius: 8px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.login-container {
  font-family: 'Roboto', sans-serif;
  background: url('/images/forest-bg.jpg') no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-box {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
}

.login-header {
  text-align: center;
  margin-bottom: 20px;
}

.login-header .logo {
  width: 72%;
  margin-bottom: 10px;
}

.login-header h2 {
  color: #2e572a;
  font-size: 20px;
  margin-bottom: 5px;
}

.login-header p {
  color: #666;
  font-size: 14px;
}

.login-form {
  display: flex;
  flex-direction: column;
}

.login-form label {
  margin-bottom: 6px;
  color: #2e572a;
  font-weight: bold;
  font-size: 14px;
}

.login-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.login-form button {
  padding: 12px;
  background-color: #2e572a;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.login-form button:hover {
  background-color: #3d763b;
}

.profile {
    width: 80px;
    height: 80px;
    background: #e8e8e8;
    border-radius: 50%;
}