@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
nav .nav-item {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

nav .dropdown-item {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

nav .navbar-brand {
  color: white !important;
}

.custom-navbar {
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
}

.custom-navbar .bg-navbar {
  background-color: rgba(20, 20, 20, 0);
}

.custom-navbar .navbar {
  background-color: rgba(0, 0, 0, 0) !important;
}

.custom-navbar .navbar .nav-link {
  color: #fff !important;
}

.custom-navbar .navbar .nav-link:hover {
  color: #ffc93c !important;
  -webkit-transition: color 125ms linear;
  transition: color 125ms linear;
}

.custom-navbar .navbar .nav-link.active {
  font-weight: bold;
  color: #fff !important;
}

.custom-navbar .navbar .nav-link.active:hover {
  color: #fff !important;
}

.custom-navbar .navbar .nav-link a {
  font-size: 20px;
}

.custom-navbar .navbar img {
  max-width: 80px;
}

.custom-navbar .navbar-toggler {
  border: 1px solid white !important;
}

.custom-navbar .btn-navbar-right {
  margin-top: -10px !important;
  margin-bottom: -8px !important;
  margin-right: -18px !important;
  padding-top: 10px !important;
  height: 50px;
}

.custom-navbar .btn-login {
  background-color: #ffc93c;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding-top: 4px !important;
  border-radius: 25px;
}

.custom-navbar .btn-login:hover {
  background-color: #4cd32a;
  color: #fff;
}

.custom-navbar .navbar-brand {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.custom-navbar.scrolled {
  background-color: rgba(126, 160, 77, 0.8) !important;
  -webkit-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}

.carousel {
  margin-top: -80px !important;
}

.carousel .carousel-item h5, .carousel .carousel-item p {
  color: white;
  font-family: 'Assistant', sans-serif;
}

.carousel .carousel-caption h5 {
  font-size: 28px;
  cursor: default;
}

.carousel .carousel-caption p {
  font-size: 18px;
  cursor: default;
}

.our-services {
  padding: 60px 200px 15px 200px;
  background-color: #e0ece4;
  min-height: 450px;
}

.our-services h3 {
  font-family: 'Patua One', cursive;
  font-size: 35px;
  margin-bottom: 50px;
  cursor: default;
}

.our-services .row-1point {
  margin-top: 20px;
}

.our-services .row-3point {
  margin-top: -35px;
}

.our-services .services-details img {
  min-width: 150px;
  max-height: 150px;
}

.our-services .services-details h4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 25px;
  font-weight: bold;
  cursor: default;
}

.our-services .services-details a {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  color: #7A7979;
  cursor: pointer;
}

.our-services * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.our-services body {
  margin: 0;
  padding: 0;
}

.our-services .container {
  max-width: 1200px;
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.our-services .content h2 {
  font: 700 1.8rem 'Niramit', sans-serif;
  letter-spacing: 2px;
}

.our-services .content p {
  font: 11px 'Dosis', sans-serif;
  color: grey;
  margin-top: -22px;
  letter-spacing: 1.5px;
}

.our-services .content h2, .our-services .content p {
  text-align: center;
}

.our-services .content {
  padding: 18px 25px;
}

.our-services .box_icon i {
  font-size: 35px;
  width: 100px;
  height: 100px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  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;
  position: absolute;
  margin-top: -60px;
  margin-left: -50px;
  top: 0;
  left: 50%;
}

.our-services .boxes {
  padding-bottom: 70px;
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 25px;
}

.our-services .box {
  background-color: #f6eef3;
  position: relative;
  border-radius: 30px;
}

.our-services .box h4 {
  font: 600 1.4rem 'Niramit', sans-serif;
  padding-top: 25px;
  margin-top: 25px;
}

.our-services .box p {
  font: 16px 'Dosis', sans-serif;
  padding: 0 10px 20px 10px;
}

.our-services .box p, .our-services .box h4 {
  text-align: center;
}

.our-services .box_icon:hover i {
  background-color: #008080;
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
}

hr {
  background-color: gray;
}

.about-us .row {
  padding: 0 !important;
  margin: 0 !important;
}

.about-us .content-about {
  margin-bottom: 20px;
}

.about-us .content-about {
  margin-top: 20px;
}

.about-us .left-box {
  background-color: #fff;
  padding: 50px 75px 50px 150px !important;
}

.about-us .left-box h3 {
  font-size: 28px;
  font-weight: bold;
}

.about-us .right-box {
  background-color: #e0ece4;
  padding: 50px 150px 50px 75px !important;
  background-size: cover;
}

.about-us .right-box h3 {
  font-size: 28px;
  font-weight: bold;
}

.about-us .right-box .visi-misi {
  font-size: 18px;
  font-weight: 500;
}

.modal-body p {
  font-family: 'EB Garamond', serif;
  font-size: 20px;
}

.section-footer {
  background-image: url("../images/footer/Bg-2.jpg");
  font-family: 'Montserrat', sans-serif;
}

.section-footer .container {
  padding-top: 50px !important;
  padding-bottom: 30px !important;
}

.section-footer a, .section-footer p, .section-footer h5 {
  color: #fff;
}

.section-footer h5 {
  font-size: 25px;
  font-weight: 700;
}

.section-footer a, .section-footer p {
  font-size: 18px;
  text-decoration: none;
}

.section-footer .bg-footer {
  background-color: rgba(20, 20, 20, 0.35);
}

.section-footer .img-logo {
  margin-left: -20px;
  margin-top: 80px;
  max-width: 450px;
}

.section-footer .bg-footer-cp {
  background-color: rgba(20, 20, 20, 0.65);
  border: 0;
  cursor: default;
}

.section-footer .footer-info {
  padding-left: 50px;
  cursor: default;
}

.section-footer .footer-info a:hover {
  color: #ffc93c;
}

.section-footer .footer-contact {
  cursor: default;
}

.section-footer .caption-footer {
  margin-left: -20px !important;
}

.section-footer .caption-footer.phone {
  padding-top: 3px !important;
}

.btn-kontak {
  position: fixed;
  bottom: 2%;
  right: 2%;
  padding: 15px;
  border-radius: 15px;
  font-size: 20px;
  z-index: 1;
}

@media (max-width: 580px) {
  .custom-navbar {
    background-image: none;
    background-color: #7ea04d;
  }
  .custom-navbar .navbar .nav-link {
    color: black !important;
    padding-left: 8px;
  }
  .nav-item a {
    color: black !important;
  }
  .carousel {
    margin-top: 80px;
  }
  .carousel .carousel-item img {
    min-height: 500px;
    background-size: cover;
  }
  .navbar-brand img {
    max-width: 90px !important;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: -10px;
  }
  .our-services {
    padding: 60px 0 15px 0;
    background-color: #e0ece4;
    max-height: 1600px;
  }
  .our-services .row-1point {
    margin-top: -40px;
  }
  .our-services .row-3point {
    margin-top: -90px;
  }
  .our-services h3 {
    font-family: 'Patua One', cursive;
    font-size: 25px;
    margin-bottom: 50px;
  }
  .our-services .services-details h4 {
    font-size: 18px;
  }
  .our-services .box {
    margin-top: 60px;
    background-color: #fff;
    position: relative;
    border-radius: 30px;
  }
  .our-services .custom-row {
    margin-top: 5px;
  }
  .carousel-caption h5 {
    font-size: 24px;
  }
  .carousel-caption p {
    font-size: 14px;
  }
  .section-footer {
    background-image: none;
    background-color: #7ea04d;
  }
  .section-footer .container {
    padding-top: 25px !important;
    padding-bottom: 15px !important;
  }
  .section-footer h5 {
    margin-top: 10px;
    margin-bottom: 10px  !important;
  }
  .section-footer .img-logo {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .section-footer .footer-info {
    padding-left: 15px;
    margin: 0;
  }
  .section-footer .footer-info h5 {
    font-size: 16px;
  }
  .section-footer .footer-info a {
    font-size: 14px;
  }
  .section-footer .footer-contact h5 {
    font-size: 16px;
    cursor: default;
  }
  .section-footer .footer-contact a {
    font-size: 14px;
  }
  .section-footer .caption-footer {
    margin-left: -10px !important;
  }
  .bg-footer-cp p {
    font-size: 10px;
    cursor: default;
  }
  .img-logo {
    padding-left: 50px;
  }
  .btn-kontak {
    position: fixed;
    bottom: 2%;
    right: 2%;
    padding: 20px;
    border-radius: 15px;
    z-index: 1;
  }
  .about-us {
    min-height: 450px;
  }
  .about-us .title-about {
    margin-top: 10px;
    margin-bottom: -15px;
  }
  .about-us .title-about p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
  }
  .about-us hr {
    margin-bottom: 30px;
  }
  .about-us .content-about {
    margin-bottom: 20px;
  }
  .about-us .content-about h3 {
    font-size: 24px;
  }
  .about-us .left-box {
    padding: 50px 30px 50px 30px !important;
  }
  .about-us .right-box {
    padding: 50px 15px 50px 15px !important;
  }
}
/*# sourceMappingURL=main.css.map */