<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 &lt;link href="css/custom.css" rel="stylesheet"&gt;

*/

#header .header-inner, #header #header-wrap {
  /* height: 90px; */
}
*, h1, h2, h3, h4, h5, h6, a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#mainMenu nav &gt; ul &gt; li.hover-active &gt; a, #mainMenu nav &gt; ul &gt; li.hover-active &gt; span, #mainMenu nav &gt; ul &gt; li.current &gt; a, #mainMenu nav &gt; ul &gt; li.current &gt; span, #mainMenu nav &gt; ul &gt; li:hover &gt; a, #mainMenu nav &gt; ul &gt; li:hover &gt; span, #mainMenu nav &gt; ul &gt; li:focus &gt; a, #mainMenu nav &gt; ul &gt; li:focus &gt; span {
  color: #0000a3;
}

#search .btn-search-close {
  background-color: #0000a3;
}
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
  background-color: #0000a3;
  border-color: #0000a3;
  color: #ffffff;
}
button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active, button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover, .btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover, a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
  background-color: #000;
  border-color: #000;
  color: #ffffff;
}

button.btn.btn-custom:hover, button.btn.btn-custom:focus, button.btn.btn-custom:not(:disabled):not(.disabled):active, button.btn.btn-custom:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-custom:hover, .btn:not(.close):not(.mfp-close).btn-custom:focus, .btn:not(.close):not(.mfp-close).btn-custom:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-custom:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-custom:hover, a.btn:not([href]):not([tabindex]).btn-custom:focus, a.btn:not([href]):not([tabindex]).btn-custom:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-custom:not(:disabled):not(.disabled).active {
  background-color: #000;
  border-color: #000;
  color: #ffffff;
}

.heading-text.heading-section h2:before {
  background-color: #0000a3;
}

#scrollTop::after, #scrollTop::before {
  background-color: #0000a3;
}

.post-item .post-image .post__title {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 30px;
  color: white;
  /* other styles (left, top, right, and padding) */
  background: linear-gradient(to top, rgba(0, 0, 163, 0.85), transparent);
}

/* .heading-text.heading-section h2 {
  font-size: 40px;
} */

.heading-text.heading-section h2::before {
  background-color: transparent;
}

.bg-overlay {
  background: transparent;
}

/*play button

/* Just a parent container for the videos */
.videos {
  margin: 20px auto;
  max-width: 700px;
}
/* Individual video container */
.video-wrap {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin-bottom: 10px;
}
.video-wrap .placeholder {
  max-width: 700px;
  width: 100%;
}
.video-wrap .play-btn {
  position: absolute;
  max-width: 700px;
  width: 60px;
  height: 60px;
  left: 45%;
  top: 50%;
  transform: translate(-45%, -50%);
  line-height: 1; /* needed if using Bootstrap */
  text-align: center;
  color: #000;
  background-color: rgba(255,255,255,0.9);
  border-radius: 50px;
  transition: color, background-color .2s ease;
}
.video-wrap .play-btn:hover,
.video-wrap .play-btn:focus {
  color: rgb(237, 12, 12);
  background-color: rgba(255,255,255,.8);
  cursor: pointer;
}
.play-btn::after {
  /*
  Font Awesome recommends these styles
  https://fontawesome.com/how-to-use/on-the-web/advanced/css-pseudo-elements
  */
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /*
  Define the font family, weight, and icon
  */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  content: "\f04b";
  /* positioning tweaks */
  padding-top: 15px;
  padding-left: 8px;
}

.center .card {
  margin: 0 5px;
}

section#page-title{
  min-height: 350px;
}

select .publication-select-form {
  min-height: 26px;
}

select {
  background-image: url(../../assets/img/dropdown-arrow.png) !important;
}

.select2-selection {
  height: 40px !important;
}

button.btn.btn-outline:hover, button.btn.btn-outline:focus, button.btn.btn-outline:active, button.btn.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-outline:hover, .btn:not(.close):not(.mfp-close).btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-outline:active, .btn:not(.close):not(.mfp-close).btn-outline.active, a.btn:not([href]):not([tabindex]).btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-outline:active, a.btn:not([href]):not([tabindex]).btn-outline.active {
  background-color: #0000a3;
  border-width: 2px;
  border-style: solid;
  border-color: #0000a3;
  color: #fff;
}

.custom-file-input-ktp ~ .custom-file-label::after {
  content: "Upload";
  background-color: #0000a3;
  color: white;
}

.custom-file-input-foto ~ .custom-file-label::after {
  content: "Upload";
  background-color: #0000a3;
  color: white;
}

.custom-file-input-domisili ~ .custom-file-label::after {
  content: "Upload";
  background-color: #0000a3;
  color: white;
}

.post-item .post-image .post-meta-category-custom{
  background-color: #f6f8ff;
  color: black !important;
  font-size: 13px;
  padding: 2px 16px;
  border-radius:none;
  position: absolute;
  left: 10px;
  top: 11px;
  z-index: 3;
  margin-left: 0;
}

.post-item .post-image .post-meta-category-custom a{
  color: #000;
}

input.empty {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

input.empty::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-family: "Font Awesome 5 Free" !important;
}
input.empty:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: "Font Awesome 5 Free" !important;
}
input.empty::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-family: "Font Awesome 5 Free" !important;
}
input.empty:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "Font Awesome 5 Free" !important;
}
input.empty::-ms-input-placeholder { /* Microsoft Edge */
  font-family: "Font Awesome 5 Free" !important;
}
input.empty::placeholder { /* Most modern browsers */
  font-family: "Font Awesome 5 Free" !important;
}

h4, .h4 {
  font-size: 1.2em;
  line-height: 1.2em;
}
a {
  color: #0000a3;
  text-decoration: none;
  background-color: transparent;
}

a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
  color: #0000a3;
}

h3:not(:last-child), .h3:not(:last-child) {
  margin-bottom: 0;
}

#mainMenu &gt; div &gt; nav &gt; .iw-left-menu-nav, #mainMenu &gt; div &gt; nav &gt; .iw-right-menu-nav {
  /* width: 45%; */
  float: none !important;
}
.iw-left-menu-nav {
  /* padding-left: 70px !important; */
  /* float: right !important; */
  width: 100%;
  display: flex;
}
.iw-right-menu-nav {
  /* float: left; */
}

#mainMenu nav &gt; ul &gt; li.current &gt; a::after {
  content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 40px;
    overflow: hidden;
    top: 45px;
    left: calc(50% - 25px);
    z-index: 2;
    border: 1.5px #021ca2 solid;
    background: #021ca2;
}
.slick-list {
  width: 100%;
}

.bg-section-w {
  background-color: #FAFBFF;
}

.bg-section-w2 {
  background: rgba(211, 220, 254, 0.2);
}

.text-active-blue, .text-active-blue &gt; a {
  color: #0000a3 !important;
}
.iw-h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 150%;
}

.iw-h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #0A0A0A;
}

.iw-box-icon {
  width: 100%;
  height: 75px;
  background: rgba(0, 0, 163, 0.08);
  text-align: center;
  display: table;
}

.iw-icons {
  display: table-cell;
  vertical-align: middle;
}

.iw-box-text, .iw-box-text &gt; p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: #757575;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin-top: 10px;
}

.iw-box-a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #0000A3;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.iw-section-row {
  padding: 0 80px;
}

.iw-box-text2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #333;
}

.iw-for-slick {
  /* width: 100%;
  position: relative; */

}
.iw-for-slide {
  /* position: absolute;
  height: 250px !important; */
}

@media (min-width: 768px) {
  /* show 3 items */
  .carousel-inner .active,
  .carousel-inner .active + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }

  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }

  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

@media (max-width: 1024px) {
  #mainMenu:not(.menu-overlay) nav &gt; ul {
    display: block;
  }
  .iw-logo-mid {
    display: none !important;
  }
}

.iw-p-lr-5 {
  padding-right: 5%;
  padding-left: 5%;
}

.iw-about-p &gt; p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #333333;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin-top: 10px;
}

.iw-subhead {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: justify;
  color: #616161;
}

.iw-bg-blue {
  background: #0000A3;
}

.iw-box-center {
  display: table;
}

.iw-box-text {
  vertical-align: middle;
  display: table-cell;
}

.iw-img-card-top {
  height: 280px;
  object-fit: cover;
}
.iw-mini-icon-card {
  color: #fff;
  font-size: 20px;
}
.iw-mini-icon-card-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 10px;
  position: absolute;
  width: 45px;
  height: 45px;
  left: 16px;
  bottom: -20px;
  background: #0000A3;
  border: 2px solid #FFFFFF;
  border-radius: 100px;
}

.iw-section-70 {
  margin-top: 70px;
}

.iw-grid-triple {
  height: 400px !important;
}

.iw-img-post {
  height: 400px !important;
  object-fit: cover;
}

.post-meta-category-custom {
  font-weight: bold;
}

.iw-darker-p, .iw-darker-p &gt; p {
  color: #525252 !important;
}

.iw-timeline-year{
  display: table;
  letter-spacing: -1px;
  padding-right: 10px;
  z-index: 1;
  position: relative;
  margin: -15px 0 20px;
}
.iw-timeline-year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #323232;
  z-index: 3;
}
.iw-box-container {
  height: 500px;
}

.iw-box-year {
  position: relative;
  display: block;
  width: 100%;
  height: 40%;
}
.iw-text-year-box {
  position: absolute;
  left: 38%;
  top: 20%;
}
.iw-boxx {
  padding: 2em 3em;
  height: 350px;
  overflow: auto;
  background-color: white;
  margin-right: 20px;
}

.iw-line-year-box {

}
.iw-box-year::after {
  position: absolute;
  width: 100%;
  top: 54px;
  left: 0;
  content: "";
  border-bottom: 1px #2250FC solid;
}
.iw-dot-blue-year-out {
  width: 30px;
  height: 30px;
  background: transparent;
  border: #B5C5FE 1px solid;
  border-radius: 50%;
  display: table;
  padding: 6px;
  position: relative;
  left: 25%;
  margin-bottom: 15px;
}
.iw-dot-blue-year-fill {
  background-color: #2250FC;
  border-radius: 50%;
  display: table-cell;
}
.iw-regis {
  padding: 0 !important;
}

.iw-search-org {
  font-size: 15px !important;
  padding: 10px 16px !important;
}

.modal-backdrop.show {
  opacity: 0 !important;
  position: unset;
}
.modal {
}</pre></body></html>