@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
* {
  font-family: "Inter", sans-serif;
}

p {
  margin-bottom: 0;
}

body {
  font-family: "Inter", sans-serif;
  background: #ffff;
}

.container {
  max-width: 1228px;
}

.container-banner {
  max-width: 1428px;
}

.btn-primary {
  background: #3aab38;
  border-radius: 12px;
  padding: 14px 40px;
  border: none;
  font-weight: 500;
  font-size: 14px;
}

.btn-sm {
  padding: 0 !important;
  width: 32px;
  height: 32px;
  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;
}

.btn-primary:hover {
  background: #175516;
  color: #fafafa;
}

.btn-secondary {
  background-color: #fafafa;
  border-radius: 12px;
  padding: 14px 40px;
  border: none;
  color: #131313;
  font-weight: 500;
  font-size: 14px;
}

.btn-secondary:hover {
  background-color: #175516;
  color: #fff;
}

.section-title span {
  color: #34a70b;
  font-weight: 700;
}

.carousel-container {
  margin-top: 80px;
}

#hero {
  height: 100vh;
}

#hero .carousel-indicators li {
  background: #ffe8a2;
}

#hero .container-carousel {
  width: 100%;
}

#hero .container-carousel .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 91vh;
}

#hero .container-carousel .banner .content-left .section-title {
  text-align: center;
}

#hero .container-carousel .banner .content-left .section-title h2 {
  font-size: 38px;
  color: #fafafa !important;
  position: relative;
  font-family: "Inter", sans-serif;
  line-height: 142.336%;
}

#hero .container-carousel .banner .content-left .section-title h2 span {
  font-weight: 700;
}

#hero .container-carousel .banner .content-left .section-title p {
  color: #333;
  font-size: 14px;
  line-height: 186%;
  letter-spacing: 0.48px;
}

#hero .container-carousel .banner .content-left .section-title .button-group {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

#hero .container-carousel .banner .content-left .section-title .statistik-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}

#hero .container-carousel .banner .content-left .section-title .statistik-content .statistik-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#hero .container-carousel .banner .content-left .section-title .statistik-content .statistik-item img {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 105px;
}

#hero .container-carousel .banner .content-left .section-title .statistik-content .statistik-item .box-content {
  margin-left: 30px;
  border-radius: 16px;
  background: #efefef;
  height: 159px;
  padding: 15px 15px 15px 40px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#hero .container-carousel .banner .content-left .section-title .statistik-content .statistik-item .box-content p {
  font-size: 12px;
  color: #333;
  font-weight: 600;
}

#hero .container-carousel .banner .content-left .section-title .statistik-content .statistik-item .box-content p span {
  color: #34a70b;
}

#hero .container-carousel .banner .content-left .section-title .statistik-content .statistik-item .box-content h4 {
  text-align: right;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
}

#hero .container-carousel .banner .content-left .section-title .statistik-content .statistik-item-2 {
  border-radius: 16px;
  background: #efefef;
  height: 159px;
  padding: 15px;
  width: 220px;
}

#hero .container-carousel .banner .content-left .section-title .statistik-content .statistik-item-2 img {
  height: 90px;
  border-radius: 11px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#hero .container-carousel .banner .content-left .section-title .statistik-content .statistik-item-2 p {
  margin-top: 8px;
  font-size: 12px;
  color: #333;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.54px;
}

#hero .container-carousel .banner .content-right {
  padding: 0;
  position: relative;
}

#hero .container-carousel .banner .content-right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  overflow: initial;
}

#hero .container-carousel .banner .content-right svg {
  position: absolute;
}

#hero .container-carousel .banner .content-right .circle-1 {
  bottom: -30px;
  right: -80px;
}

#hero .container-carousel .banner .content-right .circle-2 {
  top: 60px;
  left: -30px;
}

.entry {
  background-color: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.entry .entry-img {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 10px 0 !important;
}

.entry .entry-img .img-fluid {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 20px;
}

.entry .entry-img:hover .img-product {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  cursor: pointer;
}

.entry .entry-img:hover .opacity {
  visibility: visible;
  padding: 45% 0;
}

.entry .entry-title {
  padding: 0px !important;
  margin: 0 0 10px 0;
}

.entry .entry-title a {
  color: #4f4f4f !important;
  font-weight: 400;
  font-size: 16px;
}

.entry .entry-meta {
  color: #707070 !important;
  font-size: 14px;
  padding: 0px !important;
}

.entry .entry-content {
  width: 100%;
  font-size: 14px;
  padding: 0px !important;
}

.form-control {
  height: 49px;
  border-radius: 12px;
}

.filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#shadow-host-companion {
  display: hidden !important;
  padding: 0 !important;
}

.search-form .inputer {
  border-radius: 9px;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #b3b3b3;
  padding: 10px 19px;
}

.search-form .inputer input {
  border: none;
  background-color: #fafafa;
}

.search-form .inputer input:focus,
.search-form .inputer button:focus {
  outline: none;
}

.search-form .inputer button {
  border: none;
  background: none;
}

.breadcrumbs {
  padding: 100px 0 20px 0;
  margin: 0;
}

.breadcrumbs a,
.breadcrumbs h2 {
  color: #333;
}

.breadcrumbs h2 {
  font-weight: 700;
}

#main #services {
  font-size: 14px;
  line-height: 186%;
  letter-spacing: 0.48px;
}

#main #services img {
  width: 100%;
  border-radius: 26px;
}

#main #services h4 {
  font-size: 36px;
  font-weight: 800;
  line-height: 142.336%;
  margin-bottom: 50px;
}

#main #services .content-text {
  color: #333;
  line-height: 186%;
  letter-spacing: 0.48px;
  font-size: 14px;
}

#main #services .button-group {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

#main #services .col-lg-6 {
  position: relative;
}

#main #services .col-lg-6 svg {
  position: absolute;
}

#main #services .col-lg-6 .circle-1 {
  bottom: -30px;
  right: -80px;
}

#main #services .col-lg-6 .circle-2 {
  top: 60px;
  left: -30px;
}

#main #services .col-lg-4 {
  position: relative;
}

#main #services .col-lg-4 svg {
  position: absolute;
}

#main #services .col-lg-4 .circle-1 {
  top: 0px;
  right: -50px;
}

#main #services .col-lg-4 .circle-2 {
  bottom: 95px;
  left: 8px;
  z-index: -9;
}

#main #blog .section-title span {
  color: #0a1c5f;
  font-weight: 700;
}

#main #blog a .entry {
  color: #333;
  font-size: 14px;
  margin-bottom: 18px;
}

#main #blog a .entry .entry-img {
  width: 100%;
  margin-bottom: 10px;
  height: 289px;
  overflow: hidden;
  border-radius: 20px;
}

#main #blog a .entry .entry-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 289px;
}

#main #blog a .entry .entry-title {
  margin: 0;
  font-size: 16px !important;
  margin-bottom: 10px;
}

#main #blog a .entry .entry-meta {
  color: #707070 !important;
  color: #707070 !important;
}

#main #blog a:hover h2 {
  color: #0a1c5f;
}

#main #blog a:hover .entry-img img {
  height: 309px;
  width: 120%;
}

#blog .list-data .container-content3 {
  width: 100%;
  height: 443px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

#blog .list-data .container-content3 h2 {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 40px 20px 40px;
  border-bottom: 1px solid #cbcbcb;
  background: linear-gradient(129deg, #34d004 0%, #eae303 100%), #fff;
}

#blog .list-data .container-content3 ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

#blog .list-data .container-content3 ul li {
  list-style: none;
  padding: 20px 40px;
  background: #fff;
  border-bottom: 1px solid #cbcbcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#blog .list-data .container-content3 ul li p {
  margin-bottom: 0;
}

#blog .list-data .container-content3 ul li a {
  color: #34a70b;
}

#blog .list-data .container-content3 ul li:hover {
  background: #34a70b;
  color: #fff !important;
}

#blog .list-data .container-content3 ul li:hover a {
  color: #fff;
}

#blog .list-data .container-content3 ul {
  overflow-y: scroll;
  margin-right: -11px;
}

#blog .list-data .container-content3 .content-bottom {
  padding: 10px 0;
  border-top: 1px solid #cbcbcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#blog .container-content {
  background: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 22px;
}

#blog .graphic {
  border-radius: 22px;
  border: 1px solid #cbcbcb;
  background: #fff;
  padding: 45px 25px;
}

#blog .grid-2 {
  margin-top: 100px;
}

#services .card-employe {
  border: 1px solid #dddddd;
  text-align: center;
  border-radius: 24px;
  padding: 32px;
  width: 230px;
  -webkit-transition: 1s all;
  transition: 1s all;
  cursor: pointer;
}

#services .card-employe img {
  width: 160px !important;
}

#services .card-employe:hover {
  -webkit-box-shadow: 0px 56px 30px -41px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 56px 30px -41px rgba(0, 0, 0, 0.25);
}

#header {
  background: rgba(19, 19, 19, 0.47) !important;
  /* blur/glassmorphism */
  -webkit-box-shadow: 0px 4.747px 37.973px 0px rgba(35, 63, 120, 0.03);
          box-shadow: 0px 4.747px 37.973px 0px rgba(35, 63, 120, 0.03);
  -webkit-backdrop-filter: blur(11.27333px);
          backdrop-filter: blur(11.27333px);
  color: #fafafa;
  padding: 14px;
}

#header .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .nav-menu ul li a {
  font-size: 14px;
}

#header .nav-menu ul li a img {
  width: 20px !important;
  height: 20px !important;
  margin-right: 0 !important;
}

#header .nav-menu ul .img-icon {
  padding: 10px 0 10px 22 px;
}

#header .nav-menu .scrollable-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  left: -20vw;
  height: auto;
  width: 40vw;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#header .nav-menu .scrollable-menu li {
  width: 190px;
}

.sm-nav {
  padding: 12px !important;
  background: white !important;
}

.sm-nav a {
  color: #4f4f4f !important;
  font-size: 12px !important;
  padding: 10px 12px;
  margin: 20px 0;
}

#about {
  padding: 12em 0 12em 0;
}

#about .title {
  margin-top: 5rem;
}

#about .title .section-description {
  padding-bottom: 30px;
}

#about .title .section-description p {
  font-size: 15px;
  line-height: 30px;
}

.sidebar {
  margin: 0px !important;
}

#cta {
  padding: 3rem 0;
}

#cta .items {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

#cta .items .box {
  background: rgba(46, 46, 46, 0.4);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  padding: 10px 10px;
  font-weight: 12px;
  margin: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

#cta .items .box p {
  margin: 0 !important;
  font-size: 14px !important;
}

#cta .items .box:hover {
  background: rgba(242, 19, 19, 0.4);
}

#faq {
  margin: 4rem 0 4rem 0;
  background-color: #f9fbfc;
}

#faq .title {
  margin-top: 3rem;
}

#faq .faq-list {
  padding: 0;
}

#faq .faq-list ul li {
  background-color: #fff;
}

#faq .faq-list ul li a {
  color: #4f4f4f;
  font-size: 14px;
}

#faq .faq-list .icon-help {
  color: #4f4f4f;
}

#faq .faq-list p {
  color: #878787;
  font-size: 14px;
  padding-left: 30px;
}

#faq .image img {
  width: 100%;
}

#faq .col-lg-4 {
  position: relative;
}

#faq .col-lg-4 svg {
  position: absolute;
}

#faq .col-lg-4 .circle-1 {
  top: 10px;
  left: -30px;
}

#faq .col-lg-4 .circle-2 {
  bottom: -30px;
  right: -30px;
  z-index: -9;
}

#footer {
  background: #fff;
}

#footer .footer-top {
  background: #1e1e1e;
  color: #fff !important;
}

#footer .footer-top .footer-info img {
  margin-right: 20px;
}

#footer .footer-top .footer-info h3 {
  letter-spacing: 0.095em;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.54px;
  font-family: Inter;
  margin: 0;
  line-height: 148.523%;
  padding: 0;
}

#footer .footer-top .footer-info p {
  line-height: 186%;
  letter-spacing: 0.51px;
  color: #9c9c9c;
  font-size: 14px;
}

#footer .footer-top .footer-links h3 {
  letter-spacing: 0.095em;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}

#footer .footer-top .footer-links li {
  line-height: 166.02%;
  letter-spacing: 0.105em;
  font-weight: 400;
  color: #9c9c9c;
  font-size: 14px;
}

#footer .footer-top .footer-links li a {
  color: #9c9c9c;
}

#footer .footer-top .footer-links li a:hover {
  color: #ffff;
}

#footer .copyright {
  color: #333;
}

.modal-body,
.modal-header,
.modal-footer {
  padding: 1.5rem !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #0a1c5f !important;
  cursor: no-drop;
}

.pattern-bg {
  width: 280px !important;
  position: absolute;
}

.pattern-sm {
  width: 120px !important;
  position: absolute;
}

.pattern-md {
  width: 180px !important;
  position: absolute;
}

.lt {
  left: 0;
}

.lb {
  left: 0;
}

.rt {
  right: 0;
}

.rb {
  right: 0;
}

.card-info-data {
  padding: 40px 0 !important;
}

.card-info-data .item {
  background: #fafafa;
  padding: 24px;
  width: 240px;
  gap: 32px;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-info-data .item .icon {
  font-size: 64px !important;
  color: #0a1c5f;
}

.card-info-data .item h2 {
  color: #131313;
  font-weight: 700;
}

.card-info-data .item p {
  color: #3f3f3f;
}

.contact {
  padding: 8rem 0;
}

.contact input::-webkit-input-placeholder,
.contact textarea::-webkit-input-placeholder {
  color: #bdbdbd !important;
  font-size: 14px;
  font-weight: 300;
}

.contact input:-ms-input-placeholder,
.contact textarea:-ms-input-placeholder {
  color: #bdbdbd !important;
  font-size: 14px;
  font-weight: 300;
}

.contact input::-ms-input-placeholder,
.contact textarea::-ms-input-placeholder {
  color: #bdbdbd !important;
  font-size: 14px;
  font-weight: 300;
}

.contact input::placeholder,
.contact textarea::placeholder {
  color: #bdbdbd !important;
  font-size: 14px;
  font-weight: 300;
}

.contact input {
  padding: 24px 20px !important;
}

.contact .image img {
  width: 100%;
}

.pengumuman h2 {
  color: #fafafa;
}

.pengumuman p {
  color: #fafafa;
}

.pengumuman p span {
  color: #fafafa !important;
}

.pengumuman .entries .entry {
  background: none;
}

.pengumuman a:hover h2 {
  color: #dddddd !important;
}

@media (max-width: 1400px) {
  .container {
    max-width: 1200px;
  }
  .container-banner {
    max-width: 1428px;
  }
}

@media (max-width: 1228px) {
  .container {
    max-width: 1000px;
  }
  .container-banner {
    max-width: 1428px;
  }
}

@media (max-width: 768px) {
  .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .grid-2 {
    margin-top: 40px !important;
  }
  #header {
    top: 0;
  }
  .sm-nav .d-flex {
    visibility: visible;
  }
  #header .logo {
    font-size: 28px;
    display: none !important;
  }
  #hero .container .justify-content-between {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  #hero .container .justify-content-between img {
    width: 100%;
  }
  .carousel-container .section-title {
    padding-bottom: 0 !important;
  }
  .carousel-container .section-title h2 {
    font-size: 28px !important;
    text-align: center;
  }
  .carousel-container .section-title .statistik-content {
    display: none !important;
  }
  .carousel-container .btn-secondary,
  .carousel-container .btn-primary {
    font-size: 13px;
  }
  .filter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 376px) {
  #hero .container .justify-content-between p {
    font-size: 16px;
  }
  #hero .container .justify-content-between img {
    display: none;
  }
}
/*# sourceMappingURL=theme-1.css.map */