/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  /*height: 200vh;*/
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

p {
  color: #111111;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

span.icon-menu.h3 {
  color: #ffffff;
}

@media screen and (max-width: 425px) {
  .top-bar .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-bar {
  padding: 0;
  background: #333333;
}

.top-bar a {
  color: #aaaaaa;
  font-size: 10px;
}

.site-navbar {
  margin-bottom: 0px;
  /*z-index: 1999;*/
  position: relative;
  width: 100%;
  padding: 0px 50px;
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}

.site-navbar .site-logo {
  position: absolute;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0;
  margin: 0;
  padding: 0;
  /*z-index: 3;*/
}

@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #0e29cd !important;
  font-weight: 700;
  background: transparent;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  margin-right: -8px;
}

.site-navbar .site-navigation .site-menu>li>a {
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px 0px;
  color: #0e29cd !important;
  display: inline-block;
  font-weight: 500;
  font-size: 0.8em;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #fff !important;
  background: #0e29cd;
  padding-top: 18px;
  background: linear-gradient(-45deg, #0e29cd, #0e29cd, #031f88, #031f88);
  background-size: 400% 400% !important;
  animation: gradient 15s ease infinite;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 3px solid #0e29cd;
  border-radius: 0 0 12px 12px;
  -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #333333 !important;
  font-weight: 500;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #0e29cd !important;
  background: rgba(14, 41, 205, 0.05);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 240px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child {
  border-bottom: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 12px 20px;
  display: block;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: rgba(14, 41, 205, 0.08);
  font-weight: 600;
  color: #0e29cd !important;
  padding-left: 25px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

/*.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {*/
/*  left: 100%;*/
/*  top: 0; }*/

/* Default: open to the right */
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

/* Alternative: open to the left */
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children.open-left>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children.open-left>ul {
  left: auto;
  right: 100%;
  top: 0;
}


.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  /*background: #be8217;*/
  color: #ffffff !important;

}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  height: calc(100vh);
  box-sizing: border-box;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.15);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.15);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  color: #333333;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #0e29cd;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 40px 20px;
  height: calc(100vh - 72px);
  box-sizing: border-box;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 12px 40px 12px 20px;
  display: block;
  position: relative;
  color: #333333;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #0e29cd;
  background: rgba(14, 41, 205, 0.05);
}

.site-mobile-menu .site-nav-wrap .show a:hover {
  color: #0e29cd;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #0e29cd;
  background: rgba(14, 41, 205, 0.08);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 5px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  color: #333333;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: rgba(14, 41, 205, 0.1);
  color: #0e29cd;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 15px;
}

.site-mobile-menu .site-nav-wrap>li>a:hover {
  padding-left: 25px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: rgba(14, 41, 205, 0.03);
  border-left: 3px solid #0e29cd;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.02);
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 14px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a:hover {
  padding-left: 45px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 13px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a:hover {
  padding-left: 65px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  overflow-x: clip;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
  background: #ffa500;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}

.sticky-wrapper .site-navbar ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li .dropdown a {
  color: #333333 !important;
}

.sticky-wrapper .site-navbar ul li a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  /*background: #fff;*/
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li .dropdown a {
  color: #333333 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #fff !important;
  font-weight: 500;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}


@media (min-width: 1600px) {
  .site-navbar {
    padding: 0px 50px;
  }

}

@media (min-width: 992px) {
  .site-navbar .site-navigation {
    padding-left: 310px;
    /* Menjaga jarak dari logo absolute (width 300px) */
  }

  .site-navbar .site-navigation .site-menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
  }

  .site-navbar .site-navigation .site-menu>li>a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 0.75em;
    white-space: nowrap;
  }

  .site-navbar .site-navigation .site-menu>li:hover {
    z-index: 9999;
  }

  .site-navbar .site-navigation .site-menu .has-children>a {
    padding-right: 20px;
  }

  .site-navbar .site-navigation .site-menu>li:nth-last-child(-n+4)>.dropdown {
    left: auto;
    right: 0;
  }
}

@media (max-width: 1180px) {
  .site-navbar {
    padding: 0px 25px;
  }

}


@media (max-width: 1080px) {
  .site-navbar {
    padding: 0px 0px 0px 10px;
  }

  .site-navbar .site-navigation .site-menu .has-children>a {
    padding-right: 20px !important;
  }

  .site-navbar .site-navigation .site-menu>li>a {
    padding-right: 8px !important;
    padding-left: 8px !important;
    font-size: 0.7em !important;
  }
}

@media (max-width: 1000) {
  .site-navbar {
    padding: 0px 25px;
  }
}

@media (max-width: 980px) {
  .site-navbar {
    padding: 0px 25px;
  }

}

@media (max-width: 900px) {
  .site-navbar {
    padding: 0px 25px;
  }

}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {

  .site-navbar {
    padding: 0px 20px;
  }

}


@media (max-width: 576px) {
  .site-navbar {
    padding: 0px 10px;
  }

}

@media (max-width: 380px) {
  .site-navbar {
    padding: 0px 10px;
  }

}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #67b0d1;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

#main {
  margin-top: 90px;
}

.trending-area .trending-main .trending-top .trend-top-img {
  overflow: hidden;
  position: relative;
}

.trending-area .trending-main .trending-top .trend-top-img::before {
  background: -moz-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00021a47', endColorstr='#99021a47', GradientType=0);
}

.trending-area .trending-main .trending-top .trend-top-img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: "";
}

.trending-area .trending-main {
  border-bottom: 1px solid #eeeeee;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-img {
  overflow: hidden;
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-img img {
  width: 100%;
  border-radius: 5px;
  transform: scale(1);
  transition: all 0.5s ease-out 0s;
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap span {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  padding: 10px 15px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}

.color1 {
  background: #ffe7e6;
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 {
  font-size: 18px;
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 a {
  font-weight: 500;
  line-height: 1.4;
}

.trending-area .trending-main .trand-right-single:last-child {
  border-bottom: 0;
}

.trending-area .trending-main .trand-right-single {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.trending-area .trending-main .trand-right-single .trand-right-img img {
  border-radius: 6px;
}

/* PRELOADER CSS */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 1000;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../loading-web-optimized.gif) center center no-repeat, -webkit-radial-gradient(rgba(20, 20, 20), rgba(0, 0, 0));
  /*background: url(../../images/ZI_.jpg) center center no-repeat, radial-gradient(rgba(20, 20, 20), rgba(0, 0, 0));*/
  /*Spinner Hapus dibawah jika mau pakai spinner*/
  /*background: -webkit-radial-gradient(rgba(20, 20, 20), rgba(0, 0, 0));*/
  /*background: radial-gradient(rgba(20, 20, 20), rgba(0, 0, 0));*/
  /*background-size: 90% auto, 20%;*/
  /*end of Spinner*/
  /* background: radial-gradient(rgba(20, 20, 20), rgba(0, 0, 0));
  background: -webkit-radial-gradient(rgba(20, 20, 20), rgba(0, 0, 0));*/
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  /*Spinner Hapus dibawah jika mau pakai spinner*/
  /*-webkit-animation: spinner 150ms infinite linear;*/
  /*-moz-animation: spinner 150ms infinite linear;*/
  /*-ms-animation: spinner 150ms infinite linear;*/
  /*-o-animation: spinner 150ms infinite linear;*/
  /*animation: spinner 150ms infinite linear;*/
  /*end of Spinner*/
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 998;
  background: #67b0d1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #86c0da;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 24px 0;
  background: rgba(103, 176, 209, 0.8);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(55, 142, 181, 0.9);
  padding: 12px;
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header.header-scrolled {
    padding: 15px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  margin-left: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  background: rgba(255, 255, 255, 0.2);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 10px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
  color: #2f4d5a;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #67b0d1;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(43, 111, 142, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2f4d5a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #67b0d1;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #67b0d1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(55, 142, 181, 0.5), rgba(55, 142, 181, 0.2)), url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -90px;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -1px 0 2px #2f4d5a;
}

#hero h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: -1px 0 2px #2f4d5a;
}

#hero .btn-get-started {
  font-size: 36px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.15);
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f4f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #2f4d5a;
  z-index: 2;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  background: url(../img/section-title-bg.png) no-repeat;
  z-index: -1;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  /*background-color: #f8fbfd;*/
  background: linear-gradient(rgb(153 33 9 / 56%), rgb(244 174 72 / 87%)), url(../pn-atambua.jpg) fixed center center;
  min-height: 40px;
}

.breadcrumbs a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  color: #eaf5ffbd !important;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #eaf5ffbd !important;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url(../logo.png) center no-repeat;
  background-size: contain;
  background-origin: content-box;
  padding: 30px 0;
  position: relative;
}

.about .row {
  margin-top: auto;
}

.about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(#f4ae488f, #007bffe0);
  /*z-index: 9;*/
}

.about .container {
  position: relative;
  /*z-index: 10;*/
}

.about .content {
  padding: 20px 20px 20px 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #fff;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  display: inline-block;
  background: #67b0d1;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.about .content .about-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .about-btn:hover {
  background: #7bbad7;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}

.cta .icon-boxes .icon-box i {
  /*font-size: 40px;*/
  font-size: 2.5em;
  color: #fff;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  /*font-size: 20px;*/
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #fff;
}

.cta .icon-boxes .icon-box h4 {
  /*font-size: 20px;*/
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #fff;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #fff;
}

.cta .icon-boxes .icon-box p {
  /*font-size: 15px;*/
  font-size: 1em;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: justify;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 #99210917;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  /*z-index: 1;*/
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #fcb225;
  top: 0;
  border-radius: 0px;
  box-shadow: 0px 0px 30px 20px #007bff;
}

.services .title:hover::before {
  color: #FFB74C;

}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  color: #0f3fff;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #fff;
}

.services .description {
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a {
  color: #007bff;
}

.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/


.counts {
  padding-bottom: 30px;
  /*background: url(../logo.png) center right no-repeat;*/
  background: linear-gradient(#007bffe0, #f4ae488f);
  /*background: linear-gradient(to right, #46211a, #992109eb), url(../logo.png) center right no-repeat;*/
  background-size: 100% auto, contain;
  background-position: 95% 50%;
}


.counts .persen:after {
  content: '\00a0%';
}

.counts h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.counts a {
  color: #2f4d5a;
}

.counts a:hover {
  color: #fcb225;
}


.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color: #67b0d1;
  float: left;
  line-height: 0;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2f4d5a;
  /*margin-left: 60px;*/
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #49788c;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #49788c;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #6e9fb4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgb(25 25 112 / 95%), rgb(244 174 72 / 95%)), url(../PTSP1.jpg) fixed center center;
  background-size: cover;
  padding: 35px 0;
}

.cta a {
  color: #fffffe;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.cta a:hover {
  color: #f4ae48;
}


.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline solid rgb(255 255 255);
  text-underline-offset: 10px;
  padding-bottom: 10px;
}

@media (max-width: 514px) {
  .cta h3 {
    line-height: 42px;
  }

}

.cta p {
  color: #fff;
  font-weight: 600;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.cta .cta-btn:hover {
  border-color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: linear-gradient(rgb(15 63 254), rgb(72 112 244));
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fcb225;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #ffffff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 1vw;
  text-align: center;
  background: rgba(103, 176, 209, 0.75);
  transition: 0.3s;
  width: 100%;
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 575px) {
  .portfolio .portfolio-wrap .portfolio-links a {
    font-size: 3vw;
  }
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(103, 176, 209, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a+a {
  border-left: 1px solid #8ec4dd;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #67b0d1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #67b0d1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(47, 77, 90, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #d5e9f2;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #67b0d1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #67b0d1;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #2f4d5a;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #2f4d5a;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #52869d;
}

.team .member .social a:hover {
  color: #67b0d1;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 80px;
}

.contact .info-box {
  color: #444444;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #67b0d1;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f0f7fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #67b0d1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #67b0d1;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #8ec4dd;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #263f49;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-top: -90px;
  margin-bottom: 15px;
  background: white;
  color: #2f4d5a;
  border-top: 4px solid #67b0d1;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2f4d5a;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #67b0d1;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #b5d9e9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a2cfe3;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #67b0d1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #409cc5;
}

#footer .copyright {
  border-top: 1px solid #385b6b;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 576px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }

  .cta .icon-boxes {
    text-align: center !important;
  }

  .cta .icon-boxes .icon-box p {
    text-align: center;
  }
}


/*--------------------------------------------------------------
# Custom_New 5
--------------------------------------------------------------*/

.media-body {
  text-align: justify;
}

/*Custom*/
.line2 {
  background: rgb(95, 95, 95);
  position: relative;
  height: 1px;
  width: 95%;
  margin-bottom: 1rem;
}

h3.customtitle {
  text-align: center;
  padding: 0px 0px 10px 0px;
  font-weight: bold;
  text-transform: uppercase;
  color: #6b6b6b;
}

h3.customtitle1 {
  overflow: hidden;
  text-align: center;
  color: white;
  font-weight: 900;
}

h3.customtitle1:before,
h3.customtitle1:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 15%;
}

h3.customtitle1:before {
  right: 0.5em;
  margin-left: -50%;
}

h3.customtitle1:after {
  left: 0.5em;
  margin-right: -50%;
}


#services img {
  width: 100%;
}

.swap img:last-child {
  display: none
}

.swap:hover img:first-child {
  display: none
}

.swap:hover img:last-child {
  display: inline-block
}

#services .container {
  background: linear-gradient(-45deg, #0e29cd, #0e29cd, #031f88, #031f88);
  border-radius: 10px;
  animation: gradient 15s ease infinite;
  background-size: 400% 400% !important;
}

span.customtitleanimasi {
  color: #6b6b6b;
  line-height: 35px;
  letter-spacing: 1px;
}

.pe7s {
  text-align: center;
  /*font-family: "Lato", sans-serif;*/
}

.pe7s i {
  font-size: 70px;
  color: #9F2709;
  text-align: center;
}

.pe7s i:hover {
  transition-duration: 1s;
  color: #36332f;

}

.pe7s h5 {
  margin-bottom: 0.75rem !important;
  margin-top: 0.75rem !important;
  color: #9F2709;
}

.pe7s a,
h5:hover {
  transition-duration: 1s;
  text-decoration: none;
  color: #FF9900;
}

.wrapperheader {
  /*background: #992109!important;*/
  background: linear-gradient(-45deg, #0e29cd, #0e29cd, #031f88, #031f88);
  background-size: 400% 400% !important;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.counts a {
  color: #fff;
}

.customcarousel {
  padding: 10px;
}

@media (max-width: 768px) {
  .customcarousel {
    padding: 5px;
  }
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 0 !important;
}

.customcarousel .customcarouselitem {
  height: 450px;
}

.customcarouselitem img {
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: auto !important;
}

.carousel-caption {
  width: 100% !important;
  background-color: #000000b8 !important;
  right: 0% !important;
  left: 0% !important;
  bottom: 0px !important;
  z-index: auto;
}

.carousel-caption h5 {
  text-align: left;
  padding: 0px 20px;
  text-transform: uppercase;
  color: white;
}

.carousel-caption p {
  text-align: left;
  padding: 0 20px;
  color: #fff;
}

@media (max-width: 768px) {
  .carousel-caption h5 {
    font-size: 14px !important;
  }

  .carousel-caption p {
    font-size: 12px !important;
  }
}

.carousel-caption h5:hover {
  color: #FFA113;
}

.carousel-caption a:hover {
  text-decoration: none;
}

/*Jam Layanan*/

.jamlayanan .card-block {
  padding: 10px 15px !important;
  min-height: 505px;
  z-index: 0;
}

.jamlayanan h5 {
  margin-bottom: 10px;
  color: #992109;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.jamlayanan i {
  font-size: 20px;
  background-color: #992109;
  color: #f3d5cf;
}

.jamlayanan .float-right.text-muted {
  font-size: 12px;
}

.task-list {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 15px 0 0;
}

.task-list:after {
  content: "";
  position: absolute;
  background: #ecedef;
  height: 100%;
  width: 2px;
  top: 0;
  left: 30px;
  z-index: -1;
}

.task-list li {
  /*margin-bottom: 30px;*/
  padding-left: 55px;
  position: relative;
}

.task-list li h6 {
  margin-bottom: 0px;
}

.task-list li:last-child {
  margin-bottom: 0;
}

.task-list li .task-icon {
  position: absolute;
  left: 22px;
  /*top: 13px;*/
  border-radius: 50%;
  /*padding: 2px;
  width: 17px;
  height: 17px;*/
  z-index: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.jamlayanan {
  border-radius: 0;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.jamlayanan .card-header {
  background-color: transparent;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 25px;
  position: relative;
}

.jamlayanan .card-header h5 {
  margin-bottom: 0;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.1;
  position: relative;
}

.jamlayanan .card-header h5:after {
  content: "";
  background-color: #04a9f5;
  position: absolute;
  left: -25px;
  top: 0;
  width: 4px;
  height: 20px;
}

.jamlayanan .card-header.borderless {
  border-bottom: none;
}

.jamlayanan .card-header.borderless h5:after {
  display: none;
}

.jamlayanan .card-header .card-header-right {
  right: 10px;
  top: 10px;
  display: inline-block;
  float: right;
  padding: 0;
  position: absolute;
}

@media only screen and (max-width: 575px) {
  .jamlayanan .card-header .card-header-right {
    display: none;
  }
}

.jamlayanan .card-header .card-header-right .dropdown-menu {
  margin-top: 0;
}

.jamlayanan .card-header .card-header-right .dropdown-menu li a {
  font-size: 14px;
  text-transform: capitalize;
}

.jamlayanan .card-header .card-header-right .btn.dropdown-toggle {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jamlayanan .card-header .card-header-right .btn.dropdown-toggle i {
  margin-right: 0;
}

.jamlayanan .card-header .card-header-right .btn.dropdown-toggle:after {
  display: none;
}

.jamlayanan .card-header .card-header-right .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.jamlayanan .card-footer {
  border-top: 1px solid #f1f1f1;
  background: transparent;
  padding: 25px;
}

.jamlayanan .card-block,
.jamlayanan .card-body {
  padding: 30px 25px;
}

.jamlayanan.card-load {
  position: relative;
  overflow: hidden;
}

.jamlayanan.card-load .card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999;
}

.jamlayanan.card-load .card-loader i {
  margin: 0 auto;
  color: #04a9f5;
  font-size: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card.full-card {
  z-index: 99999;
  border-radius: 0;
}

.bg-c-green {
  background: #FF9900 !important;
}

.bg-c-green:hover {
  transition-duration: 1s;
  background: #992109 !important;
}

h6 {
  font-size: 14px;
}

/*jam layanan*/

/*Berita*/

a.btn--accent {
  font-size: 1rem;
  padding: 0.35em 0.75em;
  line-height: 1;
  background-color: transparent;
  border: 0.125rem solid #2a2a2a;
  border-radius: 2rem;
  cursor: pointer;
  transition: 0.1s;
  outline: 0;
}

a.btn--accent .fa {
  font-size: 0.75em;
  margin-left: 0.5em;
}

a.btn--accent {
  border-color: #992109;
  color: #992109;
}

a.btn--accent:hover {
  background-color: #992109;
  color: #fff;
  text-decoration: none;
}

.posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
}

@media (max-width: 1140px) {
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .posts {
    grid-template-columns: repeat(1, 1fr);
  }
}

.post__image {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.post__image:before,
.post__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.post__image:before {
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  filter: blur(0);
  transition: 2s cubic-bezier(0, 0.6, 0.2, 1);
}

.post__image:after {
  background: linear-gradient(30deg, #042A4F 0%, #E65891 100%);
  background-size: 100% 300%;
  background-position: bottom left;
  opacity: 0.15;
  transition: 2s cubic-bezier(0, 0.6, 0.2, 1);
}

.post__content {
  /*margin: -3rem 1.5rem 0;*/
  padding: 1.5rem;
  background-color: #ffffffb8;
  border-radius: 3px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
  transition: margin 0.2s ease-in-out;
  position: relative;
  /*z-index: 1;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.post__inside {
  overflow: hidden;
  height: 4.85rem;
  transition: height 0.2s ease-in-out;
}

.post__title {
  font-size: 1.1rem;
  line-height: 1.1;
  margin: 0 0 5rem;
  font-weight: 300;
  color: #042A4F;
  font-family: "Lato", sans-serif;
}

.post__excerpt {
  overflow: hidden;
  margin: 0;
  max-height: 6.25rem;
  position: relative;
}

.post__button {
  margin-top: 1rem;
}

/* ====== HOVER ====== */
.post:hover .post__content {
  margin-top: -6.8rem;
}

.post:hover .post__inside {
  height: 11.65rem;
}

.post:hover .post__image:after {
  opacity: 0.5;
}

.post:hover .post__image:before {
  transform: scale(1.1);
  filter: blur(10px);
}


/*end berita*/
/*Survei*/

.survei {
  background-color: #fff;
  border-radius: 0px !important;
  border: none;
  position: relative;
  margin-bottom: 30px;
  border: 0px solid rgba(0, 0, 0, 0.125) !important;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
  text-align: center;

}

.survei img {
  height: 140px !important;
}

.survei .card-header {
  /*background-color: #992109;*/
  border-radius: 0px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 20px;
}

.survei .p-4 {
  padding-top: 0.5rem !important;
}

.survei div.col-6 {
  padding: 0px 5px !important;
}

.survei div.ket {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.l-bg {
  background: linear-gradient(#172b7fdb, #f4ae48e3) !important;
  color: #fff;
}

.survei .card-statistic-3 .card-icon-large .fas,
.survei .card-statistic-3 .card-icon-large .far,
.survei .card-statistic-3 .card-icon-large .fab,
.survei .card-statistic-3 .card-icon-large .fal {
  font-size: 110px;
}

.survei .card-statistic-3 .card-icon {
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  color: #000;
  position: absolute;
  right: 1%;
  top: 25%;
  opacity: 0.1;
}

/* end Survei*/


/*Statistik*/

.statistik {
  background-color: #fff;
  border-radius: 0px !important;
  border: none;
  position: relative;
  margin-bottom: 30px;
  border: 0px solid rgba(0, 0, 0, 0.125) !important;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);

}

.statistik .card-header {
  background: linear-gradient(#0a407b, #2314008f) !important;
  border-radius: 0px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
}

.statistik td,
.jsgrid .jsgrid-table td {
  font-size: 0.875rem;
  padding: 2% !important;
  vertical-align: middle !important;
  border-top: 0px !important;
}

.statistik a {
  color: #332e2e;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
}

.statistik a:hover {
  transition-duration: 1s;
  text-decoration: none;
  font-weight: bold;
  color: #FF9900;
}

.badge {
  border-radius: 0;
  font-size: 12px;
  line-height: 1;
  padding: 10% !important;
  font-weight: normal
}

.badge-outline-primary {
  color: #405189;
  border: 1px solid #405189
}

.badge.badge-pill {
  border-radius: 10px;
  font-weight: 700;
}

.badge-outline-info {
  color: #3da5f4;
  border: 1px solid #3da5f4
}

.badge-outline-danger {
  color: #f1536e;
  border: 1px solid #f1536e
}

.badge-outline-success {
  color: #00c689;
  border: 1px solid #00c689
}

.badge-outline-warning {
  color: #fda006;
  border: 1px solid #fda006
}

/*end Statistik*/


/*Motto Pengadilan*/

.motto {
  background: linear-gradient(rgb(25 25 112 / 95%), #2E2E2E), url(../PTSP1.jpg) fixed center center;
  background-size: cover;
  padding: 20px 0;
}

.motto h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

/*end of Motto Pengadilan*/

/*Footer*/

#try .col-6.col-sm-3.col-md-3.col-lg-3 {
  padding: 3px;
}


.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: relative;
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
  color: #fff;
}


.ftco-section {
  padding: 12em 0;
  background: #f8f8f8;
}

.ftco-section h2 {
  margin-bottom: 0;
}

footer {
  padding: 7em 0;
}

.footer-01 {
  background: #2E2E2E;
  position: relative;
  z-index: 0;
  overflow: hidden;
  /*width: 1200px;*/
  margin: auto;
  padding: 10px;
}

.footer-01 .ftco-footer-social li a:hover {
  color: #FF9D0A;
  transition: 0.5s;
}

.footer-01:after {
  position: absolute;
  top: -300px;
  left: -100px;
  width: 800px;
  height: 800px;
  content: '';
  /*background: url(../images/blob-shape.svg);*/
  background-position: center center;
  background-size: cover;
  z-index: -1;
  opacity: .05;
}

.footer-01 a {
  color: #ffffff !important;
}

.footer-01 a:hover {
  color: #fcb225 !important;
}

.footer-01 p {
  color: rgba(255, 255, 255, 0.6);
}

.footer-01 .copyright {
  color: rgba(255, 255, 255, 0.3);
  color: #999999;
}

.footer-01 .footer-heading {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
}

.footer-01 .footer-heading:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 40px;
  height: 2px;
  background: #0f3fff;
}

.footer-01 ul.list-unstyled li a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-01 .ftco-footer-social li a {
  background: #0a30c8;
  color: #fff;
}


/*end of Footer*/

body {
  margin: auto;
  /*padding: 10px 1px;*/
  /*background-image:url(https://www.pn-atambua.go.id/templates/new3/assets/background-batik-putih.png);*/
}

#jadwalsidang {
  width: 100%;
  margin: 5px 0px;
  /*background: #3a3333;*/
}

#jadwalsidang .row {
  width: 100%;
}

.ikm {
  border-radius: 0.25rem;
  background-color: #1aa539;
  padding: 10px 0px 10px 0px;
}

.ikm-header {
  text-transform: uppercase;
  text-align: center;
}

.nilai-ikm {
  font-size: 110px;
  font-weight: 700;
}

.isi-ikm td {
  padding: 1px !important;
}

.marque-ikm {
  height: 100px;
  /* background: black; */
  margin: auto;
  display: block;
  padding: 15px;
}


@media screen and (max-width: 865.98px) {
  .ikm-header {
    font-size: 13px !important;
  }
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.marque {
  height: 300px;
  background: black;
  margin: auto;
  display: block;
}


.titlefas {
  text-align: center;
  font-size: 15px;
  margin-bottom: 5px;
}

.isfas {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}

.my-custom-scrollbar {
  position: relative;
  height: 200px;
  overflow: auto;
}

.table-wrapper-scroll-y {
  display: block;
}


.ap {
  font-size: 13px;
  margin: 1px 0px;
  text-align: justify;
  color: #8F2424;
  font-weight: 500;
  padding: 3px 3px;
}

.ab {
  color: #8F2424;


}

.ap:hover,
.ab:hover {

  color: #808080;
  text-decoration: none;

}




.wrapper {
  /*max-width: 1200px;*/
  margin: auto;
  /*box-shadow: 1px 5px 5px 1px #888888;*/
  padding: 5px;
  /*background: #fff;*/
  /*border-radius: 5px;*/
}

.wrapper_isi {
  width: 80%;
  margin: auto;
  text-align: justify;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 2px 10px 5px 10px !important;
  opacity: 0.7;
  border-radius: 0px;
  display: none;
}

.btn-primary,
.btn-primary:active {
  color: #fff !important;
  /*background-color: #0a30c8!important;*/
  border-color: #00000059 !important;
  border-radius: 50px !important;
  background: linear-gradient(-45deg, #0e29cd, #0e29cd, #031f88, #031f88) !important;
  background-size: 400% 400% !important;
  animation: gradient 15s ease infinite;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #daa3a8 !important;
}

.headline {
  /* font-family: Arial, Helvetica, sans-serif; */
  /* font-size: 22px; */
  letter-spacing: -2px;
  /* word-spacing: 2px; */
  color: #000000;
  font-weight: 700;
  text-decoration: none solid rgb(68, 68, 68);
  font-style: normal;
  /* font-variant: small-caps; */
  text-transform: uppercase;
  /* text-shadow: 2px 2px 2px #CE5937; */
  /* margin: 0px 0px 0px 5px; */
}

.detailberita img {
  width: 100%;
  height: auto;
}

.detailberita .widget img {
  width: auto !important;
  height: auto;
}

.isi_content img {
  width: 100%;
  height: auto;
}

.isi_content table {
  width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 500px) {
  .isi_content table {
    font-size: 10px;
  }
}

.isi_content tbody {
  border: 1px solid;
}

.isi_content tr {
  border: 1px solid;
}

.isi_content td {
  border: 1px solid;
}


.profil img {
  width: 60%;
  height: auto;
}

.profil table {
  width: 100% !important;
  height: auto !important;
  table-layout: fixed;
  border-collapse: unset;
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 575px) {
  .profil table {
    font-size: 1vw;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 575px) {
  .profil table {
    font-size: 2.5vw;
  }
}

.profil td {
  padding: 1px;
}

.profil td img {
  width: 100%;
  height: auto;
}

.profil tbody {
  border: 1px solid;
}

.profil tr {
  border: 1px solid;
}

.accord {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);

}

.accord .btn {
  width: 100%;
  border-width: 0;
  letter-spacing: 0;
  margin: 0;
  padding: 10px 10px 10px 15px;
  border-radius: 0;
  text-align: left;
  -webkit-justify-content: left;
  text-decoration: none;
  color: #000000;

}

.csbutton {
  float: right;
  /* padding: 4px; */
  margin: 0px 5px 10px 0px;
  background: -webkit-linear-gradient(top, #b32b2d 0%, #5a1617 100%);
  padding: 2px 5px 4px 5px;
  color: white;
  font-size: 14px;
}

.csbutton:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: -webkit-linear-gradient(top, #c93133 0%, #7a1e1f 100%);
}

.btnaccord {
  border-width: 0;
  letter-spacing: 0;
  margin: 0;
  padding: 10px 10px 10px 15px;
  border-radius: 0;
  text-align: left;
  -webkit-justify-content: left;
  text-decoration: none;
  color: #000000;
}



.csbutton:hover {
  background: -webkit-linear-gradient(top, #c93133 0%, #7a1e1f 100%);
  color: white;
  font-size: 14px;
}


.accord:hover {
  background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
}

.lead {
  font-size: 1rem !important;
  font-weight: 300;
  line-height: 16px;
  padding: 0px 0px 0px 3px;
}

.author {
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
  padding: 0px 0px 0px 3px;
}

.page-navigate,
.actions {
  display: block;
  /* height: 17px; */
  /* margin: 10px 0 25px 14px;
    padding: 0px 5px;*/
  /* width: 99%; */
}

.page-navigate a {
  color: black;
  text-decoration: none;
  /* font-size: 15px; */
}

.page-navigate a:hover {
  color: red;
  text-decoration: none;
  /* font-size: 15px; */
}

.page-navigate,
.page-navigate .previous,
.actions .prev {
  float: left
}

.postheadericons .author,
.postheadericons .category,
.page-navigate .page,
.page-navigate .pages,
.page-navigate .current,
.page-navigate .next-link,
.page-navigate .previous,
.comment-post .reply,
.actions .next,
.actions .prev {
  width: auto;
  display: block;
  float: left;
  padding: 0px 5px;
  margin-right: 5px;
  border-width: 1px;
  border-style: solid;
  /* border-radius: 4px; */
  border-color: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  transition: all 0.3s linear;
  text-shadow: 0 1px 0 #F7F7F7;
  box-shadow: 0px 1px 1px 1px #C0C0C0;


}

.page-navigate .current {
  background: -webkit-linear-gradient(top, #c93133 0%, #7a1e1f 100%);
  /* border-color: #7B1F21; */
  color: #FFFFFF !important;
  text-shadow: none !important;
  box-shadow: 0px 1px 1px 1px #C0C0C0;
}

.page-navigate .next {
  padding: 3px 6px
}

.page-navigate .current,
.page-navigate .pages {
  color: #000000;
}

.breadcrumb {
  background-color: white;
}

.breadcrumbs a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

/*Whatapps Widget*/



/*End of Whatapps Widget*/


@media (min-width: 1600px) {
  .customcarousel .customcarouselitem {
    height: 650px;
  }

}


@media (max-width: 1000) {
  .customcarousel .customcarouselitem {
    height: 500px;
  }


  .dropdown-menu {
    width: 200px;
  }

  .jamlayanan h5 {
    font-size: 2vw;
  }

  .jamlayanan .card-block {
    min-height: 0px;
  }
}

@media (max-width: 1080px) {
  .customcarousel .customcarouselitem {
    /*height: 20px;*/
    height: 325px;
  }

}

@media (max-width: 980px) {
  .customcarousel .customcarouselitem {
    /*height: 20px;*/
    height: 270px;
  }

}

@media (max-width: 900px) {
  .customcarousel .customcarouselitem {
    /*height: 20px;*/
    height: 250px;
  }

}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {

  .customcarousel .customcarouselitem {
    height: 250px;
  }

  .dropdown-menu {
    width: 100%;
  }

  h3.customtitle {
    font-size: 4vw !important;
  }

  .jamlayanan .card-block {
    padding: 0px 0px !important;
    min-height: 0px;
  }

  .jamlayanan h5,
  .jamlayanan h6,
  .jamlayanan span,
  .jamlayanan p {
    font-size: 1.6vw;
  }

  .jamlayanan .float-right.text-muted {
    font-size: 1.2vw;
  }

  .jamlayanan i {
    font-size: 2.6vw;
  }

}



@media (max-width: 576px) {
  #services .container {
    border-radius: 0px;
  }

  .customcarousel .customcarouselitem {
    /*height: 250px;*/
    height: 165px;
  }

  .dropdown-menu {
    width: 100%;
  }

  h3.customtitle {
    font-size: 4vw !important;
  }

  .jamlayanan {
    margin-top: 1.5rem !important;

  }

  .jamlayanan .card-block {
    padding: 20px 15px !important;
    min-height: 0px;
    margin-top: 1.5rem !important;

  }

  .jamlayanan h5,
  .jamlayanan h6,
  .jamlayanan span,
  .jamlayanan p {
    font-size: 5vw;
  }

  .jamlayanan .float-right.text-muted {
    font-size: 4vw;
  }

  .jamlayanan i {
    font-size: 5vw;
    top: 13px;
  }

  .widget {
    margin-top: 1.5rem !important;
  }

}

@media (max-width: 380px) {
  .customcarousel .customcarouselitem {
    /*height: 250px;*/
    height: 100px;
  }

}


/*--------------------------------------------------------------
# End Custom_New 5
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Slider Penghargaan
--------------------------------------------------------------*/

.slider-penghargaan {
  /*margin: 0 auto;
  max-width: 940px;*/
  border: solid 2px white;
  border-radius: 6px;
}

.slider-penghargaan-view {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.slider-penghargaan-group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide-penghargaan {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide-penghargaan:first-child {
  display: block;
}

.slide-penghargaan:nth-of-type(1) {
  background: #D7A151;
}

.slide-penghargaan:nth-of-type(2) {
  background: #F4E4CD;
}

.slide-penghargaan:nth-of-type(3) {
  background: #C75534;
}

.slide-penghargaan:nth-of-type(4) {
  background: #D1D1D4;
}

.slider-penghargaan-buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #000000 !important;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
  color: #428CC6 !important;
  cursor: pointer;
}

.directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px;
}

.previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}

.previous_btn,
.next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover,
.next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }

  .next_btn {
    right: 50px;
  }
}

/* min-width: 1200px - ~~~~~ */
@media (min-width: 1200px) {
  .slider-penghargaan-view {
    height: 223px;
  }

  .slider-penghargaan-buttons {
    bottom: 25px;
  }

}

/* min-width: 992px - 1200px */
@media (max-width: 1200px) {
  .slider-penghargaan-view {
    height: 180px;
  }

  .slider-penghargaan-buttons {
    bottom: 25px;
  }

}

@media (max-width: 991px) {
  .slider-penghargaan-view {
    height: 442px;
  }

  .slider-penghargaan-buttons {
    bottom: 50px;
  }

}

/* min-width: 384px - 992px */
@media (max-width: 767px) {
  .slider-penghargaan-view {
    height: 310px;
  }

  .slider-penghargaan-buttons {
    bottom: 40px;
  }

}

/* min-width: 384px - 992px */
@media (max-width: 539px) {
  .slider-penghargaan-view {
    height: 309px;
  }

  .slider-penghargaan-buttons {
    bottom: 40px;
  }

}

@media (max-width: 441px) {
  .slider-penghargaan-view {
    height: 260px;
  }

  .slider-penghargaan-buttons {
    bottom: 40px;
  }

}

@media (max-width: 421px) {
  .slider-penghargaan-view {
    height: 245px;
  }

  .slider-penghargaan-buttons {
    bottom: 25px;
  }

}


@media (max-width: 380px) {
  .slider-penghargaan-view {
    height: 195px;
  }

  .slider-penghargaan-buttons {
    bottom: 20px;
  }

}

@media (max-width: 367px) {
  .slider-penghargaan-view {
    height: 185px;
  }

  .slider-penghargaan-buttons {
    bottom: 20px;
  }

}

@media (max-width: 360px) {
  .slider-penghargaan-view {
    height: 178px;
  }

  .slider-penghargaan-buttons {
    bottom: 20px;
  }

}

/*--------------------------------------------------------------
# End Slider Penghargaan
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# AZNews
--------------------------------------------------------------*/

.trending-area .trending-main .trending-top .trend-top-img {
  overflow: hidden;
  position: relative;
}

.trending-area .trending-main .trending-top .trend-top-img::before {
  background: -moz-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00021a47', endColorstr='#99021a47', GradientType=0);
}

.trending-area .trending-main .trending-top .trend-top-img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: "";
}

.trending-area .trending-main {
  border-bottom: 0px solid #eeeeee;
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-img {
  overflow: hidden;
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-img img {
  width: 100%;
  border-radius: 5px;
  transform: scale(1);
  transition: all 0.5s ease-out 0s;
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap span {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  padding: 10px 15px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 {
  font-size: 1rem;
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 a {
  font-weight: 500;
  line-height: 1.4;
}

.trending-area .trending-main .trand-right-single:last-child {
  border-bottom: 0;
}

.trending-area .trending-main .trand-right-single {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.trending-area .trending-main .trand-right-single .trand-right-img img {
  border-radius: 6px;
}

.color1 {
  background: #0e29cdd9 !important;
  color: #ffffff !important;
}

/*Link Terkait*/

.color2 {
  background: #ffa500 !important;
  color: #0e29cd !important;
  letter-spacing: 1px;
}

.weekly2-news-area h5 {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.weekly2-news-area h5:hover {
  color: #31302e;
}

.weekly2-news-area .weekly2-wrapper .dot-style .slick-dots {
  text-align: center;
  right: -2px;
  top: -25px;
  position: absolute;
}

.weekly2-news-area .weekly2-wrapper .dot-style .slick-dots li {
  display: inline-block;
}

.weekly2-news-area .weekly2-wrapper .dot-style .slick-dots button {
  text-indent: -100000px;
  height: 8px;
  width: 8px;
  border: 0;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: #d6d6d6;
}

.weekly2-news-area .weekly2-wrapper .dot-style .slick-active button {
  background: #ffa500;
  height: 9px;
  width: 38px;
  border-radius: 10px;
}

.dot-style .slick-dots button {
  text-indent: -100000px;
  height: 8px;
  width: 8px;
  border: 0;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: #d6d6d6;
}

.dot-style .slick-active button {
  background: #ffa500;
  height: 9px;
  width: 38px;
  border-radius: 10px;
}

.weekly2-news-area .weekly2-wrapper .weekly2-single .weekly2-caption {
  padding: 0px 5px;
}

.weekly2-news-area .weekly2-wrapper .weekly2-single .weekly2-caption span {
  color: #000;
  text-transform: uppercase;
  font-size: 0.6rem;
  width: 100%;
  text-align: center;
  font-weight: 500;
  padding: 10px 15px;
  line-height: 1;
  /*margin-bottom: 15px;*/
  display: inline-block;
}

.weekly2-news-area .weekly2-wrapper .weekly2-single .weekly2-caption p {
  margin-top: 0;
  margin-bottom: 0;
}

.weekly2-news-area .weekly2-wrapper .weekly2-single .weekly2-caption h4 a {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
}

.weekly2-news-area .weekly2-wrapper .dot-style .slick-active button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

/*end of Link Terkait*/

/*--------------------------------------------------------------
# End AZNews
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Text Style
--------------------------------------------------------------*/

#intan {
  background: linear-gradient(rgb(25 25 112 / 95%), rgb(0 0 0 / 86%)), url(../ptsp_pttunbanjarmasin.jpeg) fixed center center;
  background-size: cover;
  padding: 35px 0;
  height: 243px;
}

.intan {
  color: #c8cd0e;
  margin: 0;
  padding-bottom: 6rem;
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  font-family: "Teko", sans-serif;
  font-size: 5rem;
  letter-spacing: 10px;
  animation: glow 2s ease-in-out infinite alternate;
  text-align: center;
}

@keyframes glow {
  from {
    text-shadow: 0 0 20px #12a9db;
  }

  to {
    text-shadow: 0 0 30px #ffa500, 0 0 10px #4dbbc7;
  }
}

.sign {
  /*position: absolute;*/
  display: contents;
  /* text-align: justify; */
  justify-content: center;
  align-items: center;
  /* width: 50%; */
  /* height: 50%; */
  background-image: radial-gradient(ellipse 50% 35% at 50% 50%, #6b1839, transparent);
  transform: translate(-50%, -50%);
  letter-spacing: 2;
  /* left: 50%; */
  /* top: 50%; */
  font-family: "Teko", sans-serif;
  /* font-family: "Clip"; */
  text-transform: uppercase;
  font-size: 2em;
  color: #c8cd0e;
  /* text-shadow: 0 0 30px #ffa500, 0 0 10px #4dbbc7; */
  /* text-shadow: 0 0 20px #12a9db; */
  /* text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd, -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd, 0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483; */
  animation: shine 2s forwards, flicker 3s infinite;
}

@keyframes blink {

  0%,
  22%,
  36%,
  75% {
    /*color: #ffe6ff;
    text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
      -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
      0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;*/
    color: #fdfde5;
    text-shadow: 0 0 0.6rem #fdfde5, 0 0 1.5rem #f8fc63, -0.2rem 0.1rem 1rem #f8fc64, 0.2rem 0.1rem 1rem #f8fc61, 0 -0.5rem 2rem #f5fa24, 0 0.5rem 3rem #f9ff23;
  }

  28%,
  33% {
    /*color: #ff65bd;
    text-shadow: none;*/
    color: #c8cd0e;
    text-shadow: none;
  }

  82%,
  97% {
    /*color: #ff2483;
    text-shadow: none;*/
    color: #c8cd0e;
    text-shadow: none;
  }
}

.flicker {
  animation: shine 2s forwards, blink 3s 2s infinite;
}

.fast-flicker {
  animation: shine 2s forwards, blink 10s 1s infinite;
  font-size: 3rem;
}


@keyframes shine {
  0% {
    /*color: #6b1839;
    text-shadow: none;*/
  }

  100% {
    /*color: #ffe6ff;
    text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
      -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
      0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;*/
  }
}

@keyframes flicker {
  from {
    opacity: 1;
  }

  4% {
    opacity: 0.9;
  }

  6% {
    opacity: 0.85;
  }

  8% {
    opacity: 0.95;
  }

  10% {
    opacity: 0.9;
  }

  11% {
    opacity: 0.922;
  }

  12% {
    opacity: 0.9;
  }

  14% {
    opacity: 0.95;
  }

  16% {
    opacity: 0.98;
  }

  17% {
    opacity: 0.9;
  }

  19% {
    opacity: 0.93;
  }

  20% {
    opacity: 0.99;
  }

  24% {
    opacity: 1;
  }

  26% {
    opacity: 0.94;
  }

  28% {
    opacity: 0.98;
  }

  37% {
    opacity: 0.93;
  }

  38% {
    opacity: 0.5;
  }

  39% {
    opacity: 0.96;
  }

  42% {
    opacity: 1;
  }

  44% {
    opacity: 0.97;
  }

  46% {
    opacity: 0.94;
  }

  56% {
    opacity: 0.9;
  }

  58% {
    opacity: 0.9;
  }

  60% {
    opacity: 0.99;
  }

  68% {
    opacity: 1;
  }

  70% {
    opacity: 0.9;
  }

  72% {
    opacity: 0.95;
  }

  93% {
    opacity: 0.93;
  }

  95% {
    opacity: 0.95;
  }

  97% {
    opacity: 0.93;
  }

  to {
    opacity: 1;
  }
}

#flip {
  height: 50px;
  overflow: hidden;
  text-align: -webkit-center;
}

#flip>div {
  color: #fff;
  padding: 4px 12px;
  height: 42px;
  margin-bottom: 60px;
  width: fit-content;
  /*display: inline-block;*/
}

#flip .text1 {
  background: #0e29cd;
  animation: slide 5s linear infinite;
}

#flip .text2 {
  background: #4ec7f3;
}

#flip .text3 {
  background: #ffa500;
}

#flip .text4 {
  background: #ec143c;
}

@keyframes slide {
  0% {
    margin-top: -300px;
  }

  5% {
    margin-top: -200px;
  }

  33% {
    margin-top: -200px;
  }

  38% {
    margin-top: -100px;
  }

  66% {
    margin-top: -100px;
  }

  72% {
    margin-top: -0;
  }

  100% {
    margin-top: 0;
  }
}


@media (max-width: 545px) {
  #flip>div {
    height: 30px;
    margin-bottom: 70px;
    padding: 3px 12px;
  }

  #flip {
    height: 35px;
  }
}

@media (max-width: 485px) {
  #flip>div {
    height: 30px;
    margin-bottom: 70px;
    padding: 3px 12px;
  }

  #flip {
    height: 35px;
  }
}

@media (max-width: 381px) {
  #flip>div {
    height: 30px;
    margin-bottom: 70px;
    padding: 7px 12px;
  }

  #flip {
    height: 35px;
  }
}

.marquee {
  /*  background: black;*/
  width: 100%;
  /*  padding-top: 2em;*/
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
}

.marquee span {
  background: black;
  position: fixed;
  bottom: 0%;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #f3f7a8;
  letter-spacing: 1px;
  font-size: 1em;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 20px 0px 0px;
  animation: marquee-animation 60s linear infinite;
}

@keyframes marquee-animation {
  0% {
    transform: translate(20%, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.marquee .img-1 {
  display: inline-block;
  width: 0.3%;
  margin-left: 5px;
  vertical-align: sub;
  /*  position: fixed;*/
  /*  bottom: 10%;
  left: 10%;
  transform: translate(-50%, -50%);*/
}

.img-2 {
  position: fixed;
  top: 50%;
  right: 10%;
  transform: translate(-50%, -50%);
}

/*Galeri Youtube*/

.galeriyoutube {
  padding: 15px;
  background: #ffffff;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
}

.galeriyoutube div {
  position: relative;
  margin-bottom: 15px;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.customcarouselitem img {
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: auto !important;
}

.customcarouselitem img.img-berita-fit {
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transform: none !important;
}

.galeriyoutube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: none;
}

.galeriyoutube span {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: #0e29cd #f0f0f0;
}

.galeriyoutube span::-webkit-scrollbar {
  height: 6px;
}
.galeriyoutube span::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}
.galeriyoutube span::-webkit-scrollbar-thumb {
  background-color: #0e29cd;
  border-radius: 10px;
}

.galeriyoutube a {
  position: relative;
  display: block;
  flex: 0 0 calc(25% - 8px);
  border: 2px solid transparent;
  opacity: 0.6;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  overflow: hidden;
}

@media (max-width: 576px) {
  .galeriyoutube a {
    flex: 0 0 calc(33.333% - 7px);
  }
}

.galeriyoutube a:visited,
.galeriyoutube a:nth-of-type(1) {
  border-color: transparent;
}

.galeriyoutube a:hover,
.galeriyoutube a:focus {
  opacity: 1;
  border-color: #0e29cd;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(14, 41, 205, 0.3);
}

.galeriyoutube a:active {
  transform: translateY(0);
}

.galeriyoutube img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  border-radius: 4px;
}


/*--------------------------------------------------------------
# End Text Style
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Slider Penghargaan
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# End Slider Penghargaan
--------------------------------------------------------------*/