  * {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }

  /* navbar */
  .nav-item {
    margin: 10px;
  }

  .nav ul li a {
    color: #0558a5;
    font-size: 17px;
  }

  .nav ul li a:hover {
    color:  rgb(158, 0, 0);
    text-shadow: 2px 2px 2px  #a3bfe6;
  }

  /* header */
  .mainheader p {
    font-size: 100px;
    text-shadow: 2px 2px 4px #000000;
  }

    .header {
    color: rgb(158, 0, 0);
    font-size: 94px;
    text-shadow: 2px 2px 4px #212121;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  

  /* index */
  .indeximg {
    background-image: linear-gradient(#9e0000, #05335b);
    height: 600px;
    background-size: cover;
  }


  .mainheader {
    color: white;
    padding-top: 210px;
    text-align: center;
  }

  .video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
  }
  .video-wrapper video {
    height: 500px;
  }

  .carousel-item {
    padding: 1em;
  }
  .card-wrapper {
    display: flex;
  }

  .card-wrapper .card {
    margin: 0.5em;
    width: calc(100/3);
    border: none;
  }

  .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .image-wrapper img {
    max-height: 100px;
  }

  /* about */
  
  .m {
    background-color: #05335b;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-around;
  }

  .visi .card {
    max-width: 80%;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .misi .card {
    max-width: 80%;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .vismis {
    text-align: center;
    font-size: 20px;
  }

  .h1m {
    padding-top: 20px;
    font-family: Verdana;
  }

  .latar img {
    height: 350px;
    max-width: 500px;
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .latar-title {
    text-align: center;
    max-width: 100%;
  }

  .latar-text {
    text-align: justify;
    font-size: 18px;
  }




  /* service */

  .services {
  display: flex;
  justify-content: center;
  background-color: #05335b;
  }

  .service {
    padding-top: 30px;
  }

  .service-items h2 {
    color: white;
    text-align: center;
    padding: 20px;
  }

  .service-items {
    padding: 20px;
  }

  .service-items img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-right: 30px;
    margin-left: 30px;
  }

  .text {
    font-size: 20px;
    margin-top: 30px;
    max-width: 360px;
    text-align: justify;
    color: white;
  }




  /* contact */
  .contactimg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.305), rgba(0, 0, 0, 0.305)), url(/assets/img/jhfg.png);
    height: 400px;
    background-size: cover;
  }

  .form-contact {
    margin: 20px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-contact h1 {
    font-size: 50px;
    margin-bottom: 30px;
    color:#aa1e1e;
    text-shadow: 2px 2px 2px #858989;
  }

  .contact-form {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-group input {
    border: none;
    margin: 10px 20px;
    border-bottom: solid 1px #ccc;
    padding: 4px 4px;
  }
  textarea {
    width: 35%;
    border: solid 1px #ccc;
    outline: none;
    box-sizing: border-box;
  }
  .form-button {
    text-align: center;
  }

  .form-button .btn {
    font-size: 18px;
    padding: 10px;
    width: 150px;
    margin: 20px auto;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 30px;
    color: white;
    background-color:rgb(5, 88, 165);
    transition: all 0.3s ease;
  }

  .form-button .btn:hover {
    background-color: #9e0000;
    color: white;
  }

  .map {
    width: 100%;
    padding-bottom: 30px;
    padding: 0px 30px;
    margin: center;
  }




  
  /* footer */
footer {
  position: fixed;
  bottom: 0;
}

@media (max-height: 800px) {
  footer {
    position: static;
  }
  header {
    padding-top: 40px;
  }
}

.footer-distributed {
  background-color: #bcdefa;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 30px 30px 30px 30px;
  display: flex;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align:middle;
}





        /* start */

.footer-distributed .footer-left {
  width: 25%;

}

.pt {
  padding-top: 20px;
  font-family: 'Times New Roman';
  color: rgb(158, 0, 0);
}
/* The company logo */

.footer-distributed .footer-left img {
  width: 50%;
}

.footer-distributed .footer-company-name {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}


        /* middle */

.footer-distributed .footer-right {
  width: 30%;

}

.footer-distributed .footer-company-about {

  color: #05335b;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-top: 1rem;
}


.footer-right h5 {
  color: #9e0000;
  text-align: center;
  font-weight: 600;
  font-family: cambria;
  font-size: 24px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 60px;
  cursor: pointer;

  border-radius: 2px;

  font-size: 40px;
  color: #05335b;
  text-align: justify;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}


        /* end */

.footer-distributed .footer-center {
  width: 35%;
}


.footer-distributed .footer-center i {
  color: #05335b;
  font-size: 30px;
  width: 30px;
  height: 38px;
  margin: 10px 10px;
  vertical-align: middle;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #05335b;
  vertical-align: middle;
  margin: 0;
  font-weight: normal;
  font-size: 18px;
}


.footer-center p span {
  font-weight: bold;
  font-family: optima;
}

.footer-center h5{
  color:  #9e0000;
  text-align: center;
  font-weight: 600;
  font-family: cambria;
  font-size: 24px;
}

.footer-center .o a {
  display: inline-block;
  color: #05335b;
  vertical-align: middle;
  margin: 0;
  font-weight: normal;
  font-size: 20px;
}





@media (max-width: 880px) {
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }
}

.footer-right{
  text-align: center;
}
