body {
  background-color: #FFFFFF;
}
.background {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.je-header {
  display: table !important;
  margin: auto !important;
  padding: 0 !important;
}
.je-header .container {
  display: table-cell;
  vertical-align: middle;
}
#je-header-logo {
  display: inline;
}
.je-header-logo-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  margin: 5px auto !important;
  width: 180px !important;
}
.je-nav-login-container {
  margin: 0 15px 0 15px !important;
}
.je-nav-login-container a {
  font-size: 15px !important;
  font-family: 'Oxygen', sans-serif !important;
  color: #FF6700;
}
.je-nav-login-container > .btn-group {
  margin-top: 8px;
}
.je-nav-login-container .dropdown-menu {
  border-radius: 5px !important;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.je-nav-login-container .dropdown-menu i {
  margin-right: 10px !important;
}
.je-nav-login-container ul li {
  border-bottom: 1px solid #F5F5F5;
}
.je-nav-login-container ul li a {
  padding: 10px 15px;
}
.je-nav-login-container .je-login-btn {
  border-right-style: solid;
  border-right-color: #D1CFCF;
  border-right-width: 2px;
  font-size: 15px !important;
  font-family: 'Oxygen', sans-serif !important;
  color: #FF6700;
}
.je-login-btn {
  display: inline-block;
  margin-right: 15px;
  padding: 0 15px 0 15px;
}
.je-nav-login-container .je-register-btn {
  position: relative;
  font-size: 15px !important;
  font-family: 'Oxygen', sans-serif !important;
  color: #FFFFFF;
}
.je-register-btn {
  display: inline-block;
  padding: 6px 21px 6px 21px;
  border-radius: 50px !important;
}
.marquee {
  width: 100%;
  overflow: hidden;
  background: rgba(255,255,255,0.8);
  font-size: 14px;
  padding: 5px 0;
  position: absolute;
  z-index: 90;
  border: 0;
}
.marquee a{
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.je-slider-container {
  margin-top: 60px;
  /* background-color: #F3F2F0; */

  /* min-height: 80vh; */
  /* height: 90vh; */
}
.je-slider-item {
  padding-top: 25px;
  margin-left: -1px;
  position: relative;
  min-height: 35vw;
  width: 58vw;
}
.je-slider-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10%;
  left: 0;
}
.je-slider-content-title {
  position: relative;
  padding-top: 20px;
  font-size: 20px;
  font-family: 'Oxygen-Bold', sans-serif;
  text-align: center;
  color: #FFFFFF;
}
.je-slider-content-divider {
  position: relative;
  margin: 10px auto;
  height: 4px;
  width: 100px;
  border-radius: 2px !important;
  background-color: #FFFFFF;
  opacity: .8;
}
.je-slider-content-desc {
  position: relative;
  padding: 0 15%;
  font-family: 'Oxygen-Bold', sans-serif;
  text-align: center;
  color: #FFFFFF;
}
.je-slider-img {
  position: relative;
  margin: 0 auto 36px auto;
  height: 25vw;
  width: 45vw;
  border-radius: 10px !important;
  background-size: cover !important;
  background-position: center center !important;
  background-color: #FFFFFF !important;
  overflow: hidden;
}
.je-slider-arrow {
  border-radius: 100px !important;
  background-color: #FFFFFF;
  overflow: hidden;
  z-index: 9;
}
.je-slider-arrow-img {
  width: 50px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#je-slider-arrow-left {
  position: absolute;
  left: 1.5%;
  top: 38%;
}
#je-slider-arrow-right {
  position: absolute;
  right: 1.5%;
  top: 38%;
  transform: rotate(180deg);
}
.je-slider-arrow:hover {
  transform: scale(1.1);
  cursor: pointer;
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
}
.je-slider-arrow:active {
  transform: scale(.9);
}
#je-slider-arrow-right:hover {
  transform: scale(1.1) rotate(180deg);
}
#je-slider-arrow-right:active {
  transform: scale(.9) rotate(180deg);
}

#je-projects {
  padding-bottom: 40px;
  height: 150px;
  /* background: rgba(243,242,240,1);
  background: -moz-linear-gradient(top, rgba(243,242,240,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,242,240,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(243,242,240,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(243,242,240,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(243,242,240,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(243,242,240,1) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f0', endColorstr='#ffffff', GradientType=0 ); */
}
.je-project-item {
  /* margin-left: -1px; */
  position: relative;
  margin: 10px 50px;
  /* height: 100%; */
  /* width: 20vw; */
  /* border-radius: 10px !important; */
  /* background-color: #FFFFFF; */
  border-radius: 10px !important;
  cursor: pointer;
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  overflow: hidden;
}
.je-project-item:hover {
  transform: scale(1.02);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
}
.je-project-item:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.je-project-item img {
  height: 100px;
  width: auto !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#visi-misi-section {
  padding: 30px 0 100px;
  background-color: #F3F6F9;
}
.visi-misi-wrapper {
  position: relative;
  /* min-height: 150px; */
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
  overflow: hidden;
}
.visi-misi-number {
  height: 90px;
  width: 90px;
  border-radius: 45px !important;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 9;
  left: -45px;
  top: calc(50% - 45px);
  overflow: hidden;
  padding-left: 52px;
  line-height: 90px;
  font-family: 'Oxygen-Bold', sans-serif;
  color: #FC6D83 !important;
  font-size: 30px;
}
.visi-misi-title {
  position: absolute;
  top: 30px;
  left: 95px;
  font-family: 'Oxygen-Bold', sans-serif;
  color: #FFFFFF !important;
  font-size: 13px;
}
.visi-misi-title-2 {
  position: absolute;
  top: 30px;
  left: 95px;
  padding: 0 10px;
  font-family: 'Oxygen-Bold', sans-serif;
  color: #FFFFFF !important;
  font-size: 13px;
  border-radius: 45px !important;
  background-color: #FFFFFF;
  z-index: 8;
  overflow: hidden;
}
.visi-misi-title-2 span {
  color: #FC6D83 !important;
}
.visi-misi-title-line {
  height: 4px;
  width: 29px;
  background-color: #FFFFFF;
  float: left;
  margin: 8px 16px 0 0;
  border-radius: 2px !important;
}
.visi-misi-item-dummy {
  opacity: 0;
  border-radius: 10px !important;
  padding: 20px 90px;
}
.visi-misi-item {
  position: absolute;
  top: 100%;
  right: 0;
  /* bottom: 0; */
  left: 0;
  padding: 20px 90px;
  /* height: 100%; */
  /* display: table; */
}
.visi-misi-item p, .visi-misi-item-dummy p {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  padding-top: 45px;
  letter-spacing: 1px;
  font-family: 'Oxygen-Bold', sans-serif;
  color: #FFFFFF !important;
  font-size: 19px;
}

.visi-misi-slide-down {
  animation: slideDown 1.5s linear;
  animation-fill-mode: forwards;
}
.visi-misi-slide-down p {
  transform: translateY(20px);
  opacity: 0;
  animation: slideDownText 1.5s linear;
  animation-fill-mode: forwards;  
}

.visi-misi-slide-up {
  animation: slideUp 1.5s linear;
  animation-fill-mode: forwards;  
}
.visi-misi-slide-up p {
  transform: translateY(0px);
  opacity: 1;
  animation: slideUpText 1.5s linear;
  animation-fill-mode: forwards;  
}

@keyframes slideDown {
  0% {
    top: 100%
  }
  25% {
    top: 40%
  }
  50%, 100% {
    top: 0%;
  }
}
@keyframes slideDownText {
  0% {
    transform: translateY(20px);
  }
  50% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    top: 0%
  }
  25% {
    top: 20%
  }
  75% {
    top: 90%
  }
  100% {
    top: 100%;
  }
}
@keyframes slideUpText {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  50% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    transform: translateY(20px);
  }
}

.visi-misi-arrow {
  border-radius: 100px !important;
  background-color: #FFFFFF;
  overflow: hidden;
  z-index: 9;
}
.visi-misi-arrow-img {
  width: 30px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#visi-misi-arrow-top {
  position: absolute;
  opacity: .3;
  right: 30px;
  top: calc(50% - 35px);
  transform: rotate(90deg);
}
#visi-misi-arrow-bottom {
  position: absolute;
  right: 30px;
  top: calc(50% + 5px);
  transform: rotate(-90deg);
}
.visi-misi-arrow:hover {
  cursor: pointer;
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
}
.visi-misi-arrow:active {
  transform: scale(.9);
}
#visi-misi-arrow-top:hover {
  transform: scale(1.1) rotate(90deg);
}
#visi-misi-arrow-top:active {
  transform: scale(.9) rotate(90deg);
}
#visi-misi-arrow-bottom:hover {
  transform: scale(1.1) rotate(-90deg);
}
#visi-misi-arrow-bottom:active {
  transform: scale(.9) rotate(-90deg);
}

@media only screen and (max-width: 768px) {
  .visi-misi-title, .visi-misi-title-2 {
    left: 54px;
  }
  .visi-misi-item {
    padding: 20px 70px 20px 50px;
  }
  .visi-misi-number {
    height: 60px;
    width: 60px;
    left: -25px;
    top: calc(50% - 30px);
    padding-left: 32px;
    line-height: 60px;
    font-size: 26px;
  }
  .visi-misi-item p, .visi-misi-item-dummy p {
    font-size: 14px;
  }
  .visi-misi-item-dummy {
    padding: 20px 60px;
  }
}


#statistics-section {
  position: relative;
  margin-top: -80px;
  /* padding-bottom: 90px; */
  z-index: 10;
}
.je-statistics-bg {
  position: absolute;
  top: 10%;
  right: 0;
  bottom: 60px;
  left: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}
.je-statistics-bg-solid {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  background-color: #F3F6F9;
}
.je-chart {
  margin: 10px 0 10px 0;
}
.je-badge {
  color: #FFFFFF !important;
  padding: 5px;
  letter-spacing: 1px;
  font-family: 'Oxygen-Bold', sans-serif;
  font-size: 11px;
  display: inline;
  border-radius: 4px !important;
  /* color: #FFFFFF; */
  /* background: rgba(255,103,0,1);
  background: -moz-linear-gradient(-45deg, rgba(255,103,0,1) 0%, rgba(255,148,99,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,103,0,1)), color-stop(100%, rgba(255,148,99,1)));
  background: -webkit-linear-gradient(-45deg, rgba(255,103,0,1) 0%, rgba(255,148,99,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(255,103,0,1) 0%, rgba(255,148,99,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(255,103,0,1) 0%, rgba(255,148,99,1) 100%);
  background: linear-gradient(135deg, rgba(255,103,0,1) 0%, rgba(255,148,99,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6700', endColorstr='#ff9463', GradientType=1 ); */
}

.je-shadow-2 {
  -webkit-box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.2) !important;
  -moz-box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.2) !important;
  box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.2) !important;
}
.je-gradient-1 {
  background: rgba(252,110,152,1);
  background: -moz-linear-gradient(45deg, rgba(252,110,152,1) 0%, rgba(255,103,0,1) 68%, rgba(255,103,0,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(252,110,152,1)), color-stop(68%, rgba(255,103,0,1)), color-stop(100%, rgba(255,103,0,1)));
  background: -webkit-linear-gradient(45deg, rgba(252,110,152,1) 0%, rgba(255,103,0,1) 68%, rgba(255,103,0,1) 100%);
  background: -o-linear-gradient(45deg, rgba(252,110,152,1) 0%, rgba(255,103,0,1) 68%, rgba(255,103,0,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(252,110,152,1) 0%, rgba(255,103,0,1) 68%, rgba(255,103,0,1) 100%);
  background: linear-gradient(45deg, rgba(252,110,152,1) 0%, rgba(255,103,0,1) 68%, rgba(255,103,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6e98', endColorstr='#ff6700', GradientType=1 );
}
.je-gradient-2 {
  background: rgba(253,172,173,1);
  background: -moz-linear-gradient(45deg, rgba(253,172,173,1) 0%, rgba(238,130,132,1) 78%, rgba(238,130,132,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(253,172,173,1)), color-stop(78%, rgba(238,130,132,1)), color-stop(100%, rgba(238,130,132,1)));
  background: -webkit-linear-gradient(45deg, rgba(253,172,173,1) 0%, rgba(238,130,132,1) 78%, rgba(238,130,132,1) 100%);
  background: -o-linear-gradient(45deg, rgba(253,172,173,1) 0%, rgba(238,130,132,1) 78%, rgba(238,130,132,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(253,172,173,1) 0%, rgba(238,130,132,1) 78%, rgba(238,130,132,1) 100%);
  background: linear-gradient(45deg, rgba(253,172,173,1) 0%, rgba(238,130,132,1) 78%, rgba(238,130,132,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdacad', endColorstr='#ee8284', GradientType=1 );
}

/* TIMELINE */
.v2-timeline-wrapper {
  position: relative;
  padding: 20px;
  margin: 0 -4px;
  margin-top: -20px;
  margin-bottom: 25px;
  min-height: 180px;
  border: 4px solid #F1F4F7;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background-color: #FFFFFF;
  overflow: hidden;
  z-index: 2;
}
.v2-timeline-wrapper img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.v2-timeline-left-btn {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  padding: 77px 0 0 14px;
  background-color: #FFFFFF;
  cursor: pointer;
  z-index: 20;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
}
.v2-timeline-left-btn img {
  transform: rotate(90deg);
}
.v2-timeline-right-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  padding: 77px 0 0 14px;
  background-color: #FFFFFF;
  cursor: pointer;
  z-index: 20;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
}
.v2-timeline-right-btn img {
  transform: rotate(270deg);
}
.v2-timeline-scroller {
  overflow-x: scroll;
  /* height: 230px; */
}
.v2-timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 5%;
  height: 25px;
}
.v2-timeline-icon {
  height: 45px;
  margin-bottom: 10px;
}
.v2-timeline-baseline-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.v2-timeline-baseline {
  position: absolute;
  top: 10px;
  right: 1%;
  left: 1%;
  height: 5px;
  background-color: #D2D3D8;
  z-index: 1;
}
.v2-timeline-baseline-progress {
  position: absolute;
  top: 10px;
  height: 5px;
  border-radius: 10px;
  z-index: 2;
  background: rgba(93,97,117,1);
  background: -moz-linear-gradient(left, rgba(93,97,117,1) 0%, rgba(93,97,117,1) 37%, rgba(93,97,117,1) 85%, rgba(255,103,1,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(93,97,117,1)), color-stop(37%, rgba(93,97,117,1)), color-stop(85%, rgba(93,97,117,1)), color-stop(100%, rgba(255,103,1,1)));
  background: -webkit-linear-gradient(left, rgba(93,97,117,1) 0%, rgba(93,97,117,1) 37%, rgba(93,97,117,1) 85%, rgba(255,103,1,1) 100%);
  background: -o-linear-gradient(left, rgba(93,97,117,1) 0%, rgba(93,97,117,1) 37%, rgba(93,97,117,1) 85%, rgba(255,103,1,1) 100%);
  background: -ms-linear-gradient(left, rgba(93,97,117,1) 0%, rgba(93,97,117,1) 37%, rgba(93,97,117,1) 85%, rgba(255,103,1,1) 100%);
  background: linear-gradient(to right, rgba(93,97,117,1) 0%, rgba(93,97,117,1) 37%, rgba(93,97,117,1) 85%, rgba(255,103,1,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d6175', endColorstr='#ff6701', GradientType=1 );
}
.v2-timeline-item {
  position: relative;
  height: 79%;
  z-index: 3;
}
.v2-timeline-role {
  display: block;
  position: absolute;
  left: -30%;
  margin-top: 10px;
  width: 70px;
  font-family: 'Oxygen-Bold', sans-serif;
  font-size: 12px;
  color: #505A68;
}
.v2-timeline .active {
  height: 100%;
}
.v2-timeline-item img {
  height: 100%;
  vertical-align: unset;
}

.v2-timeline-centered {
  margin-top: 30px;
}
.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline::before {
  display: none;
}
.timeline h3 {
  margin-top: 0 !important;
}

.timeline-item {
  position: relative;
  padding-bottom: 30px !important;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.timeline-duration {
  margin-bottom: 20px;
  color: #E87E04!important;
  font-weight: 700;
}

.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #FF6B6B;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #FF6B6B;
}

.timeline-content {
  margin: 0px 0 0px 30px;
  padding: 20px !important;
  border-radius: 10px !important;
  background-color: #FFFFFF;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}
.v2-timeline-centered label {
  margin: 14px 0px;
  display: inline-block;
  padding: 8px 10px !important;
  white-space: inherit;
  text-align: inherit;
  line-height: inherit;
}

@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 45%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    display: inline-block;
    margin-bottom: 10px;
    text-align: left;
    margin-right: 34px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    display: inline-block !important;
    margin-bottom: 10px;
    text-align: right;
    /* margin-right: 34px; */
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #FF6B6B;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #FF6B6B;
}
/* TIMELINE */

.v2-lacak-info-wrapper {
  padding: 20px;
  margin: 80px 0 20px 0;
  border-radius: 10px;
  background-color: #f1f4f7;
}
.v2-lacak-info {
  text-align: center;
  font-family: 'Oxygen-Bold', sans-serif !important;
}
.v2-lacak-info span{
  color: #FF6B6B;
}
.v2-lacak-empty {

}
.v2-lacak-empty img {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  width: 160px;
  opacity: .7;
}
.v2-lacak-btn {
  display: block;
  padding: 8px 0px;
  margin: 50px auto;
  width: 280px;
  text-align: center;
  font-size: 15px;
  font-family: 'Oxygen-Bold', sans-serif !important;
  color: #FFFFFF;
  border-radius: 50px;
  cursor: pointer;
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
}

@media only screen and (max-width: 992px) {
  .je-header-logo-img {
    position: relative;
  }
  .je-container {
    padding-top: 100px;
  }
  .je-slider-container {
    margin-top: 0;
  }
  .je-slider-content-desc {
    padding: 0 20%;
  }
}

.page-footer{
  padding: 0;
  background: #FFFFFF;
  border-top: 2px solid #EDEDED;
}
.v2-footer-wrapper {
  padding: 20px 0 20px 0;
  min-height: 40px;
  background-color: #FFFFFF;
  overflow: hidden;
}
.v2-footer-wrapper p {
  margin: 4px 20px;
}
.v2-footer-title {
  font-size: 12px;
  font-family: 'Oxygen-Bold', sans-serif !important;
  color: #505A68;
}
.v2-footer-text {
  font-size: 12px;
  font-family: 'Oxygen', sans-serif !important;
  color: #505A68;
}
.v2-v-center {
  height: 40px;
}
.v2-v-center > div {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.v2-footer-wrapper .row .v2-v-center {
  border-right: 1px solid #D8D8D8;
}
.v2-footer-wrapper .row .v2-v-center:last-child {
  border-right: none;
}

@media only screen and (max-width: 768px) {
  .je-header {
    padding: 10px 0 !important;
  }
  #je-header-logo {
    margin: 0 auto;
    display: table;
    margin-bottom: 10px;
  }
  .je-header-logo-img {
    width: 100px;
  }
  .je-slider-content-desc {
    padding: 0 15%;
  }
  .je-slider-img {
    height: 50.6vw;
    width: 90vw;
  }
  .je-slider-item {
    min-height: 56vw;
    width: 100vw;
  }
  .v2-v-center {
    height: 60px;
  }
  .v2-footer-title {
    margin-top: 10px !important;
    text-align: center;
  }
  .v2-lacak-info-wrapper {
    margin: 110px 0 20px 0;
  }
}


.je-ramadhan-wrapper {
  display: block !important;
  position: fixed;
  bottom: 18px;
  right: 20px;
  font-family: "Open Sans", Arial, sans-serif;
  z-index: 99;
}
.je-ramadhan-img {
  height: 100px;
  cursor: pointer;
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
  animation: beat 2s linear infinite;
  animation-delay: 1s;
}
.je-ramadhan-widget-wrapper {
  float: left;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100px;
  width: 100px;
  border-radius: 100px !important;
  background-color: #FFFFFF;
  overflow: hidden;
  transform: scale(.8);
  opacity: 0;
  z-index: -99;
  -webkit-transition: 500ms !important;
  -moz-transition: 500ms !important;
  -o-transition: 500ms !important;
  transition: 500ms !important;
}
.je-ramadhan-active .je-ramadhan-widget-wrapper {
  /* display: block; */
  right: 120px;
  bottom: 12px;
  height: 400px;
  width: 300px;
  border-radius: 10px !important;
  transform: scale(1);
  opacity: 1;
  z-index: 99;
}
.je-ramadhan-container {
  /* background-image: url("https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/6d4D4HR/istiqlal-mosque-jakarta-indonesia-forth-biggest-in-the-world_vyzavzbjmx__F0000.png"); */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  align-items: center;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: -2;
}
.je-ramadhan-container:after {
  content: "";
  background: rgba(100, 100, 100, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.je-ramadhan-container p {
  margin: 10px 0;
}
.je-ramadhan-top {
  flex: 0.3;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.je-ramadhan-bottom {
  flex: .7;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.je-ramadhan-container #clock {
  font-size: 48px;
}
.je-ramadhan-bottom {
  width: 75%;
  font-weight: bold;
}
.je-ramadhan-table {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.je-ramadhan-bottom .je-ramadhan-table {
  border-bottom: 1px solid #FFFFFF;
}
.je-ramadhan-bottom .je-ramadhan-table:last-child {
  border-bottom: none;
}
.je-ramadhan-table p {
  margin: 8px 0;
}

@media only screen and (max-width: 768px) {
  .je-ramadhan-active .je-ramadhan-widget-wrapper {
    width: 240px;
  }
  .je-ramadhan-bottom {
    width: 70%;
  }
}


@keyframes beat {
  0% {
    transform: scale(.95);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(.95);
  }
}

.je-float{
	position:fixed;
  padding: 2rem 1rem;
	bottom:50%;
	left:0px;
	color:#FFF;
  z-index: 99;
	border-radius: 0px 15px 15px 0px !important;
  /* background: linear-gradient(to right, rgba(252,110,152,1)  0%, #FF8008 38%, #FF8008 78%, #ffc637 100%); */
	text-align:center;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  /* animation: ripple 2.5s linear infinite;
  animation-delay: 1s; */
}

.je-float:hover{
  transform: scale(1.1);
	color:#FFF;
}

.je-ripple-float {
  position: absolute;
  margin: 0 auto;
  top: 49%;
  left: 0;
  right: 0;
  height: 2px;
  width: 2px;
  border-radius: 1px !important;
  background-color: rgba(255,255,255,.5);
  animation: ripple 2.5s linear infinite;
  animation-delay: 1s;
}

.je-float-mobile{
	position:fixed;
  padding: 2rem 1rem;
	bottom:50%;
	right:0px;
	color:#FFF;
  z-index: 99;
	border-radius: 15px 0px 0px 15px !important;
	text-align:center;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
  /* animation: ripple 2.5s linear infinite;
  animation-delay: 1s; */
}

.je-float-mobile:hover{
  transform: scale(1.1);
	color:#FFF;
}

.je-inner-float{
	/* margin-top:22px; */
}

.sikm-container {
  margin-top: 8rem;
}

.col-captcha{
  margin-top: 1rem;
}

.group-catpcha {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .sikm-container {
    margin-top: 14rem;
  }
  .je-float {
    display: none;
  }
  .je-float-mobile {
    display: flex;
  }
}

@media only screen and (min-width: 769px) {
  .sikm-container {
    margin-top: 14rem;
  }
  .je-float {
    display: flex;
  }
  .je-float-mobile {
    display: none;
  }
  .group-catpcha {
    display: flex;
    flex-direction: row;
  }
}


@media only screen and (max-width: 599px) {
  .je-ketupat-float {
    display: block !important;
    position: absolute;
    height: 135px;
    z-index: 99;
    top: 0px;
    left: 75%;
    margin-top: -35px;
  }
  .swingimage{
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging-mobile 3.5s ease-in-out infinite;
    animation: swinging-mobile 3.5s ease-in-out infinite;
  }
  .col-captcha{
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .je-row-reverse {
    display: inline-block;
  }
  .je-col {
    padding: 0px;
  }
  .je-ketupat-float {
    display: block !important;
    position: absolute;
    height: 160px;
    z-index: 99;
    top: 0px;
    left: 75%;
    margin-top: -40px;
  }
  .swingimage{
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging-mobile 3.5s ease-in-out infinite;
    animation: swinging-mobile 3.5s ease-in-out infinite;
  }
}

.photo-user-sikm {
  position: absolute;
  right: 10%;
}

@media only screen and (max-width: 768px) {

  .slide-in-right-animation.start {
    left: -1000px;
    opacity: 0%;
    -webkit-animation: slideInLeft 1s forwards;
    -webkit-animation-delay: 0.75s;
    animation: slideInLeft 1s forwards;
    animation-delay: 0.75s;
  }

  .slide-in-left-animation.start {
    right: 10000px;
    opacity: 0%;
    -webkit-animation: slideInRight 1s forwards;
    animation: slideInRight 1s forwards;
  }
}

@media only screen and (min-width: 769px) { 
  .slide-in-left-animation.start {
    left: -1000px;
    opacity: 0%;
    -webkit-animation: slideInLeft 1s forwards;
    -webkit-animation-delay: 0.75s;
    animation: slideInLeft 1s forwards;
    animation-delay: 0.75s;
  }

  .slide-in-right-animation.start {
    right: 10000px;
    opacity: 0%;
    -webkit-animation: slideInRight 1s forwards;
    animation: slideInRight 1s forwards;
  }
}

@-webkit-keyframes slideInLeft {
  100% { left: 0; opacity: 100%; }
}

@keyframes slideInLeft {
  100% { left: 0; opacity: 100%; }
}

@-webkit-keyframes slideInRight {
  100% { left: 0; opacity: 100%; }
}

@keyframes slideInRight {
  100% { right: 0; opacity: 100%; }
}