* {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 13px;
}

body {
  background-color: #F1F1F1;
  font-family: 'Open Sans', sans-serif;
}

.error-msg {
  color: #ff0000;
}

.img-bg img.desktop,
.img-bg img.mobile {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.img-bg img.mobile {
  display: none;
}

.navbar, #navbarNav, .navbar-nav {
  min-height: 80px;
}

.navbar-nav .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}

.navbar-nav .nav-item .nav-link.active {
  border-bottom: 2px solid #302A69;
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar-nav .nav-item:hover, .navbar-nav .nav-item:focus {
  background-color: rgba(255, 255, 255, 0.74);
  -webkit-box-shadow: inset -1px -6px 0px -1px #000000;
  box-shadow: inset -1px -6px 0px -1px #000000;
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar-main {
  padding: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.3)), to(#ff9900));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.3), #ff9900);
  -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.46);
}

.navbar-main .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-main .nav-link {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #302A69;
}

.hero .caption p {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.hero .caption p.primary {
  color: #ffffff;
}

.hero .caption p.secondary {
  color: #302A69;
}

.hero .info {
  padding: 30px;
}

.hero .info p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}

.hero .statistik {
  margin-top: 60px;
}

.hero .statistik .media {
  padding: 10px;
  padding-top: 14px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.46);
}

.hero .statistik .media .col-xs-12 {
  margin-bottom: 10px;
}

.hero .statistik .media .card .card-body p.middle {
  font-size: 36px;
  font-weight: 600;
  color: #ff9000;
  line-height: 49px;
}

.hero .statistik .media .card .card-body p.bottom {
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}

.hero .search {
  margin-top: 50px;
  position: relative;
}

.hero .search input[type="text"].form-control {
  height: 80px;
  border-radius: 10px;
  font-size: 20px;
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hero .search input[type="text"].form-control::-moz-placeholder {
  font-size: 20px;
  color: #b3abab;
}

.hero .search input[type="text"].form-control:-moz-placeholder {
  font-size: 20px;
  color: #b3abab;
}

.hero .search input[type="text"].form-control:-ms-input-placeholder {
  font-size: 20px;
  color: #b3abab;
}

.hero .search .btn {
  position: absolute;
  border: none;
  top: 14px;
  right: 12px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  border-radius: 20%;
  background-color: #ff9000;
  color: #ffffff;
  z-index: 30;
  -webkit-transition: .3;
  transition: .3;
}

.hero .search .btn:hover {
  background-color: #ffffff;
  color: #ff9000;
  border: 1px solid #ff9000;
}

.caption-single span {
  font-size: 36px;
  font-weight: 600;
}

.caption-single span.alpha {
  color: #333333;
}

.caption-single span.delta {
  color: #ff9000;
}

.team {
  margin-top: 60px;
}

.team .caption {
  margin-bottom: 40px;
}

.team .caption span {
  font-size: 60px;
  font-weight: 600;
}

.team .caption span.alpha {
  color: #333333;
}

.team .caption span.delta {
  color: #ff9000;
}

.team .top {
  margin: 10px;
}

.team .media .card {
  padding: 10px;
  margin-bottom: 10px;
}

.team .media .card img.card-img-top {
  height: 130px;
  width: 130px;
}

.team .team-detail .content {
  background-color: #ffffff;
  padding: 15px 20px;
}

.team .team-detail .content .tab-content {
  padding: 20px 10px 10px 0;
}

.team .team-detail img {
  width: 140px;
  height: 140px;
}

.input-icon {
  position: relative;
}

.input-icon .icon {
  position: absolute;
  top: 32px;
  right: 10px;
}

.input-icon .icon i {
  font-size: 16px;
}

.card .bottom-line:not(:last-child) {
  margin: 0 10px;
  border-bottom: 1px solid #b3abab;
  margin-bottom: 5px;
}

.card img.card-img-top.x1 {
  margin: 0 auto;
  height: 130px;
  width: 130px;
}

.card img.card-img-top.x2 {
  margin: 0 auto;
  height: 180px;
  width: 180px;
}

.card .btn {
  display: block;
  margin: 0 20px;
}

.card.card-no-border {
  border: none;
}

.card.stay-on {
  position: relative;
}

.card.list .card-body {
  padding-left: 0;
}

.card.list .card-body ul {
  list-style: none;
  padding: 0;
}

.card.list .card-body ul li {
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

.card.list h5 {
  border-bottom: 1px solid #333333;
  padding: 5px 0;
}

.search-room {
  position: relative;
}

.search-room .search-result {
  position: absolute;
  text-align: left;
  background-color: #ffffff;
  margin-top: 5px;
  margin-left: -10px;
  z-index: 15;
  padding: 10px;
  border: 2px solid #333333;
}

#pengalaman .list {
  border-bottom: 1px solid #333333;
  margin-bottom: 20px;
}

#pengalaman .list h5 {
  border-bottom: 1px solid #333333;
  width: 180px;
  padding: 5px;
}

#pengalaman .list h5 i {
  color: #333333;
}

.load-more {
  text-align: center;
}

.load-more a {
  color: #302A69;
  font-weight: 300px;
  font-size: 24px;
  text-decoration: none;
}

.load-more a:hover {
  color: #ff9000;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer {
  margin-top: 60px;
  color: #ffffff;
  font-size: 14px;
}

.footer .media {
  padding: 30px 0;
  background-color: #333333;
}

.footer .media ul {
  margin: 0;
  padding: 0;
}

.footer .media ul li {
  margin-bottom: 30px;
  list-style: none;
}

.footer .media ul li img {
  height: 60px;
}

.footer .media ul li .icon {
  float: left;
}

.footer .media ul li .text {
  margin-left: 40px;
}

ul.inline li {
  margin-right: 10px;
  float: left;
}

ul.inline li a {
  color: #ffffff;
}

ul.inline li a:hover {
  color: #ff9000;
  -webkit-transition: .3s;
  transition: .3s;
}

ul.link li {
  line-height: 5px;
}

ul.link li a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

ul.link li a:hover {
  color: #ff9000;
  -webkit-transition: .3s;
  transition: .3s;
}

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}

.timeline > li:after {
  clear: both;
}

.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}

.timeline > li > .timeline-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}

.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}

.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}

.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}

.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}

.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}

.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd;
}

.login {
  background-color: #ffffff;
  padding: 10px 50px 50px;
  border-radius: 10px;
}

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

.login .header .caption {
  font-size: 36px;
}

.login .header .description {
  font-size: 20px;
}

.login .the-input {
  margin: 0 auto;
  background-color: #FAFAFA;
  border-radius: 10px;
  padding: 20px;
}

.login .the-submit {
  margin: 0 auto;
}

.login .the-submit .btn {
  margin: 0 20px;
  border-radius: 5px;
}

@media (max-width: 575px) {
  .hero .statistik .media {
    margin-top: -80px;
    background-color: transparent;
  }
}

@media (max-width: 992px) {
  .navbar, #navbarNav, .navbar-nav {
    min-height: 12px;
  }
  .navbar-nav .nav-item .nav-link {
    display: table-cell;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 12px;
    padding-left: 10px;
  }
  .navbar-nav .nav-item .nav-link.active {
    border: none;
  }
  .navbar-nav .nav-item:hover, .navbar-nav .nav-item:focus {
    border: none;
    background-color: rgba(255, 255, 255, 0.39);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .hero .search .btn {
    position: relative;
    background-color: #ffffff;
    color: #ff9000;
  }
  .hero .search .btn:hover {
    background-color: #ff9000;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .hero .search input[type="text"].form-control {
    text-align: center;
  }
  .hero .search input[type="text"].form-control::-moz-placeholder {
    text-align: center;
  }
  .hero .search input[type="text"].form-control:-moz-placeholder {
    text-align: center;
  }
  .hero .search input[type="text"].form-control:-ms-input-placeholder {
    text-align: center;
  }
  .img-bg img.desktop {
    display: none;
  }
  .img-bg img.mobile {
    display: block;
  }
  .team .caption span {
    font-size: 54px;
  }
  .team .caption span.alpha {
    color: #333333;
  }
  .team .caption span.delta {
    color: #333333;
  }
}
/*# sourceMappingURL=style.css.map */