.hero {
  background: url(../img/bg-hero-2.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  height: 95vh;
}

.my-navbar {
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 0px;
  color: white;
}

.hero-logo {
  width: 20vh;
}

.hero-content h1 {
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
  font-size: 38px;
}

.hero-content h3 {
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
}

.slogan {
  text-shadow: 0px 0px 8px rgba(0, 0, 0);
}

.tri-slogan .col-3 {
  background: white;
  border-radius: 10px;
  padding: 20px 5px;
}

.bg-gradient-biru {
  background: rgb(0, 80, 154);
  background: -moz-linear-gradient(90deg, rgba(0, 80, 154, 1) 33%, rgba(0, 132, 255, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 80, 154, 1) 33%, rgba(0, 132, 255, 1) 100%);
  background: linear-gradient(90deg, rgba(0, 80, 154, 1) 33%, rgba(0, 132, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00509a", endColorstr="#0084ff", GradientType=1);
}

.judul {
  font-family: "Saira";
  color: #0084ff;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.mt-10vh {
  margin-top: 10vh;
}

.about {
  margin-top: 10px;
  text-align: center;
  padding: 10vh 40px;
  width: 90%;
}

.komitmen {
  background: url(../img/contruction.png) no-repeat;
  background-size: 100%;
  overflow: hidden;
  height: 400px;
}

.legalitas {
  background: url(../img/legality.png);
  background-size: 100%;
  overflow: hidden;
  height: 400px;
}

.form-email {
  background: url(../img/contruction.png) no-repeat;
  background-size: cover;
}

.contact-us {
  background: url(../img/legality.png) no-repeat;
  background-size: cover;
}

.contact-us i {
  width: 35px;
  height: 35px;
  color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 8px;
  margin-right: 10px;
}

.fa-map-marker-alt {
  padding-left: 10px;
  padding-right: 10px;
}

.footer {
  background: #173172;
  margin-top: 15vh;
}

.menu:hover {
  color: gold !important;
}


/* ------------------------------------------------------------------------------- */
/* Mobile CSS                                                                      */
/* ------------------------------------------------------------------------------- */

@media (max-width: 575.98px) {
  .my-navbar .col-4 {
    width: 85%;
  }

  .my-navbar h5 {
    letter-spacing: 0.5px !important;
  }

  .menu-dekstop {
    display: none !important;
  }

  .menu-mobile {
    display: block !important;
    width: 15%;
    padding-right: 15px;
  }

  .menu-mobile i {
    color: white;
    font-size: 24px;
  }

  .dropdown-menu {
    position: absolute !important;
    width: 92vw !important;
    margin: 10px auto !important;
  }

  .dropdown-menu li {
    padding: 8px 0px;
  }

  .hero {
    height: 95vh;
  }

  .hero-logo {
    width: 40%;
    margin-top: 15px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .slogan {
    width: 85vw;
    font-size: 16px;
  }

  .hero-content a {
    margin: 0px 10px !important;
    padding: 5px 25px !important;
  }

  .tri-slogan {
    margin-top: -65px !important;
  }

  .tri-slogan .col-3 {
    width: 80vw;
    margin-bottom: 30px;
  }

  .about {
    width: 90%;
    padding: 0px;
    text-align: justify;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .about h2 {
    text-align: center;
  }

  .about h6 {
    text-align: center;
    margin-bottom: 20px !important;
  }

  .tujuan {
    flex-direction: column;
    margin: 0px !important;
    padding: 0px !important;
  }

  .tujuan .col-5 {
    width: 100vw !important;
    margin: 0px !important;
    padding: 0px !important;
  }

  .tujuan .col-5 img {
    height: 200px;
  }

  .tujuan-content {
    padding: 0px !important;
    width: 100vw;
  }

  .tujuan-content h2 {
    text-align: center;
    margin-top: 30px;
  }

  .visimisi {
    padding: 0px !important;
  }

  .visi {
    flex: none !important;
    width: 100% !important;
    padding: 0px;
    margin-right: 0px !important;
    margin-top: -30px !important;
  }

  .visi .d-flex {
    padding: 0px 0px !important;
    margin-top: 10px !important;
    font-size: 15px;
  }

  .visi-img {
    display: none;
    margin: 10px !important;
  }

  .visimisi i {
    margin-left: 10px !important;
  }

  .misi-img {
    display: none;
    margin: 0px !important;
  }

  .misi {
    flex: none !important;
    width: 100% !important;
    padding: 0px;
    margin-left: 0px !important;
    margin-top: -60px !important;
  }

  .misi .d-flex {
    padding: 0px 0px !important;
    margin-top: 10px !important;
    font-size: 15px;
  }

  .komitmen {
    background-size: cover;
    flex: none !important;
    width: 100vw !important;
    margin-top: -50px;
    padding: 40px 20px;
    height: auto !important;
  }

  .komitmen h3 {
    font-size: 18px;
    margin-bottom: 10px !important;
  }

  .komitmen h5 {
    font-size: 16px;
    margin-bottom: 10px !important;
    font-weight: normal;
  }

  .komitmen a {
    margin-top: 20px !important;
    padding: 2px 20px !important;
    font-size: 15px;
  }

  .komitmen .col-8 {
    width: 90%;
  }

  .legalitas {
    background-size: cover;
    flex: none !important;
    width: 100vw !important;
    padding: 40px 20px;
    height: auto !important;
  }

  .legalitas .col-8 {
    width: 95%;
  }

  .legalitas .col-1 {
    margin: 0px !important;
    margin-right: 10px !important;
  }

  .legalitas h5 {
    font-size: 15px;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
  }

  .legalitas h6 {
    font-size: 13px;
  }

  .legalitas i {
    font-size: 28px !important;
  }

  #services {
    padding-top: 0px !important;
  }

  .services-slogan {
    width: 90% !important;
    margin: auto;
  }

  .services-slogan span {
    font-size: 14px !important;
    font-weight: normal;
  }

  .list-services {
    flex: none !important;
    width: 100%;
    margin-bottom: 30px;
  }

  .list-services img {
    width: 100%;
    height: 180px;
  }

  #services .row:nth-last-of-type(1) {
    margin-top: 0px !important;
  }

  #marketing {
    padding: 50px 20px !important;
    margin-top: 30px !important;
    background: rgb(234, 234, 234);
  }

  .marketing-web {
    display: none !important;
  }

  .marketing-img {
    flex: none !important;
    width: 100% !important;
  }

  .marketing-content h2 {
    text-align: center;
    letter-spacing: 0px;
    font-size: 20px;
  }

  .marketing-content .col {
    margin-bottom: 10px !important;
    background: white;
  }

  .marketing-content h5 {
    font-size: 15px;
  }

  .marketing-content .fa-chevron-down {
    margin-top: 2px !important;
  }

  .multi-collapse {
    font-size: 14px !important;
  }

  #contact {
    padding: 0px !important;
    margin-top: 0px !important;
    width: 100vw;
    margin-bottom: 0px !important;
  }

  #contact .row {
    margin-top: 0px !important;
    padding-top: 0px !important;
    width: 100vw;
  }

  .form-email {
    width: 100vw;
  }

  .form-email .col-9 {
    width: 90% !important;
  }

  .contact-us {
    width: 100vw;
    padding: 50px 10px;
  }

  .contact-us .col-9 {
    width: 90% !important;
  }

  .contact-us i {
    width: 30px;
    height: 30px;
    font-size: 16px !important;
    vertical-align: middle;
    padding-top: 7px;
  }

  .contact-us h5 {
    font-size: 16px;
    align-items: center;
  }

  .contact-us .fa-map-marker-alt {
    padding-left: 9px !important;
  }

  .sosial-media i {
    font-size: 32px !important;
  }

  .footer {
    margin-top: 3px !important;
    font-size: 13px;
  }


  /* End mobile css */
}