html,
body {
  overflow-x: hidden;
  font-family: "Dosis", sans-serif;
  scroll-behavior: smooth;
}

.coloring {
  color: #e0ab0b;
}

#navbar {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
}

.lanting p {
    padding: 0 25px;
    line-height: 22px;
}

#navbar.header-scrolled {
  height: 70px;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}
#navbar.header-scrolled .logo {
  margin-top: -9px !important;
}
#navbar.header-scrolled .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 50px;
  max-width: 200px;
}

@media (max-width: 991px) {
  #navbar {
    height: 60px;
    padding: 10px 0;
  }

#navbar.header-scrolled {
    padding: 28px 0;
}

  .logo {
    margin-top: 7px !important;
  }
  .logo img {
    max-width: 220px;
    margin-top: -3px!important;
  }
}
#navbar .logo {
  margin-top: -25px;
}
#navbar .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 70px;
  transition: 1s;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav ul li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding-left: 20px;
}
.main-nav ul li a {
  display: block;
  position: relative;
  transition: 0.3s;
  padding-top: 5px;
  color: #242424 !important;
  font-size: 20px;
}
.main-nav ul li a:hover {
  color: #e0ab0b !important;
  text-decoration: none;
}
.main-nav ul li .btn-kontak {
  border-radius: 50px;
  background: #e0ab0b;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff !important;
  font-size: 18px;
}
.main-nav ul li .btn-kontak:hover {
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
  color: white !important;
  background: #e0ab0b;
  background: linear-gradient(27deg, #e0ab0b 0%, #df021b 47%, #fc5467 100%);
}
.main-nav ul li .btn-kontak:active {
  background-color: #e0ab0b;
}
.main-nav ul li .btn-unduh {
  border-radius: 50px;
  background: none;
  color: #e0ab0b !important;
  font-size: 18px;
  border: 1px solid #e0ab0b;
  opacity: 1;
}
.main-nav ul li .btn-unduh:hover {
  opacity: 0.8;
}
.main-nav ul li .btn-unduh:active {
  color: black !important;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background-color: white;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav * a {
  display: block;
  position: relative;
  color: #242424;
  padding: 10px 20px;
  font-size: 20px;
}
.mobile-nav * a:hover {
  color: #e0ab0b;
  text-decoration: none;
}
.mobile-nav * .btn-kontak {
  text-align: left;
  color: white;
  background: #e0ab0b;
  width: 85%;
  margin-left: 15px;
  border-radius: 5px;
  text-align: center;
  margin-top: 10px !important;
}
.mobile-nav * .btn-kontak:hover {
  background: #e01028;
  color: white;
}
.mobile-nav * .btn-unduh {
  text-align: left;
  margin-left: 15px;
  border-radius: 5px;
  text-align: center;
  color: #242424;
  background: none;
  width: 85%;
  border: 0.5px solid #f7baba;
}
.mobile-nav * .btn-unduh:hover {
  background: #fff0f0;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 2px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #e0ab0b;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

main {
  margin-top: 90px;
}

header {
  padding: 100px 0 165px;
  margin-top: 0px;
  background-size: cover;
  height: 650px;
  color: #242424;
}
header h1 {
  font-size: 36px;
  font-weight: 700;
}
header .sub-title-a {
  font-size: 19px;
}
header .appDemo .carousel-item img {
  width: 250px;
}
header .appDemo ol li {
  bottom: -20px !important;
  width: 15px;
}

.section-purpose {
  padding: 195px 0 165px;
  margin-top: -120px;
  background-image: url(../images/Background.png);
  background-size: cover;
  max-height: 650px;
}
.section-purpose .purpose-content {
  padding-top: 60px;
}
.section-purpose .purpose-title {
  margin-top: -30px;
  padding-bottom: 30px;
  color: white;
}
.section-purpose p {
  color: white;
  font-weight: normal !important;
  font-size: 18px;
  text-shadow: 1px 0px 12px black;
}

@media (max-width: 767px) {
  .section-purpose {
    background-position: center;
    min-height: 850px;
    padding-top: 240px;
  }
  .section-purpose .purpose-content {
    padding-top: 0px;
  }
  .section-purpose .purpose-title {
    margin-top: -60px;
    color: white;
  }
}
.section-types {
  background-color: #F5F5F5;
  padding-bottom: 30px;
  padding-top: 60px;
}
.section-types h2 {
  font-weight: bold;
}
.section-types .types-title {
  padding: 50px;
}
.section-types .purpose-title {
  margin-top: 50px;
  color: white;
}
.section-types .types-content {
  padding-bottom: 30px;
}
.section-types .types-content .sub-title .img-types {
  width: 50px;
  float: left;
}
.section-types .types-content .sub-title .text-title {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  color: #e0ab0b;
}
.section-types .types-content .sub-title .description p {
  float: left;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-news {
  padding-top: 100px;
  min-height: 300px;
}
.section-news .btn-more {
  border-radius: 25px;
  background: white;
  border: 1px solid #000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #000;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0.6;
}
.section-news .btn-more:hover {
  opacity: 1;
}
.section-news .news-title {
  padding-bottom: 30px;
}
.section-news .news-title h1 {
  font-weight: bolder;
  font-size: 30px;
}
.section-news .news-title h1 .coloring {
  color: #242424;
}
.section-news .welcome-blog-post-slide .single-blog-post-slide {
  height: 300px;
  position: relative;
  z-index: 1;
  filter: grayscale(100%);
}
.section-news .welcome-blog-post-slide .single-blog-post-slide:hover {
  filter: none !important;
}
.section-news .welcome-blog-post-slide .single-blog-post-slide:hover .single-blog-post-content {
  display: block !important;
}
.section-news .welcome-blog-post-slide .single-blog-post-slide .single-blog-post-content {
  position: absolute;
  top: 130px;
  left: 30px;
  z-index: 5;
  width: 85%;
  background-color: white;
  border-radius: 2px;
  display: none;
}
.section-news .single-blog-post-slide h3 a {
  color: #e0ab0b;
  font-size: 22px;
  margin-bottom: 7px;
  font-weight: 600;
}
.section-news .card-stories h3 a {
  color: #302e2e;
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: 600;
}
.section-news .card-stories h3 a:hover {
  color: #e0ab0b;
}
.section-news .single-blog-post-slide .date p {
  color: #242424;
  font-size: 14px;
  display: inline-block;
}
.section-news .btn-news-all {
  border: 1px solid #e0ab0b;
  font-size: 16px;
  color: #e0ab0b !important;
  margin: 20px 80px;
  border-radius: 50px;
  font-weight: 500;
}
.section-news .btn-news-all:hover {
  color: whitesmoke;
}

.section-blog-content {
  margin-top: 90px;
}
.section-blog-content h2 {
  font-size: 40px;
  color: #303030;
}
.section-blog-content .img-blog {
  max-width: 100%;
  height: auto;
}
.section-blog-content p {
  font-size: 19px;
  color: #303030;
  font-weight: 500;
}

@media (max-width: 767px) {
  .section-blog-content {
    margin-top: 50px;
  }
}
.login-header {
  background: url(../images/banner-post.png);
  height: 300px;
}

.section-login-landing .landing-user {
  margin-top: -300px;
}
.section-login-landing .landing-user .login-title {
  color: white;
}
.section-login-landing .landing-user .login-title h2 {
  font-size: 36px;
  font-weight: 600;
}
.section-login-landing .landing-user .login-title p {
  font-size: 18px;
}
.section-login-landing .landing-user .login-title hr {
  width: 30%;
}
.section-login-landing .landing-user .card-user {
  border-radius: 10px;
  height: 250px;
}
.section-login-landing .landing-user .card-user a {
  text-decoration: none;
}
.section-login-landing .landing-user .card-user a img {
  width: 38%;
  height: 44%;
  margin: 0 auto;
  margin-top: 40px;
  transition: 1;
}
.section-login-landing .landing-user .card-user a img:hover {
  width: 36%;
}
.section-login-landing .landing-user .card-user a p {
  font-size: 22px;
  color: #e0ab0b;
  font-weight: 500;
}

footer {
  background-color: #242424;
}
footer .side-left .icon-footer {
  width: 50px;
}
footer .side-left .img-footer {
  width: 180px;
}
footer .side-left a {
  color: white;
  font-size: 20px;
  text-decoration: none;
}
footer .side-left a:hover {
  color: #e0ab0b;
}
footer .side-right .img-footer {
  width: 180px;
}
footer .side-right .logo-smd {
  width: 75px;
}
footer hr {
  border: 1px solid #3e3e3e;
}
footer a {
  color: white;
  text-decoration: underline;
}
footer a:hover {
  color: #e0ab0b;
}

@media (max-width: 767px) {
  footer .side-left .img-footer {
    width: 170px;
  }
  footer .side-right .logo-smd {
    width: 50px;
  }
}/*# sourceMappingURL=main.css.map */