body {
  font-family: 'Poppins', sans-serif;
  color: #000;
  background-color: #ffffff;
  position: relative;
}

.layout_padding {
  padding-top: 60px;
  padding-bottom: 120px;
  padding-right: 120px;
  padding-left: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 55px;
  height: 5px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*header section*/
.hero_area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../img/bg_prayer_times_dark.png);
  background-size: cover;
  background-attachment: fixed;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.hero_area.sub_pages {
  height: auto;
}

.content_section .mid_container {
  padding-top: 20px;
}

.content_section .mid_container .box {
  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;
  text-align: center;
  margin: 25px 10px 0 10px;
}

.content_section .mid_container .box .img-box {
  /*height: 50px;*/
  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;
}

.content_section .mid_container .box .img-box img {
  max-width: 100%;
}

.content_section .mid_container .box .detail-box h5 {
  margin-top: 50px;
  font-weight: bold;
  color: #000;
}

.content_section .mid_container .box .detail-box h6 {
  font-weight: bold;
  color: #000;
}

.content_section .mid_container .box .clock-box{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_section .mid_container .box .clock-box span{
  font-size: 80px;
  font-weight: bold;
  width: 110px;
  display: inline-block;
  text-align: center;
  position: relative;
}

.content_section .mid_container .box .clock-box span::after{
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

#hour::after {
  content: 'JAM';
}

#min::after {
  content: 'MENIT';
}

#sec::after {
  content: 'DETIK';
}

.content_section .bot_container {
  padding-top: 20px;
}

.content_section .bot_container .box {
  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;
  text-align: center;
  margin: 25px 10px 0 10px;
}

.content_section .bot_container .box-terbit {
  background-image: url(../img/terbit_dark.png);
  background-size: cover;
}

.content_section .bot_container .box .img-box {
  /*height: 100px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  text-align: center;
  position: relative;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content_section .bot_container .box .img-box .tx-terbit-time {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content_section .bot_container .box .img-box .tx-subuh-time {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content_section .bot_container .box .img-box .tx-dzuhur-time {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content_section .bot_container .box .img-box .tx-ashar-time {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content_section .bot_container .box .img-box .tx-maghrib-time {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content_section .bot_container .box .img-box .tx-isya-time {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content_section .bot_container .box .img-box img {
  max-width: 100%;
}

.content_section .bot_container .box .detail-box h5 {
  font-weight: bold;
}

/* footer section*/

.footer_section {
  position: absolute;
  bottom: 0;
  background-color: #000;
  width: 100%;
  height: 40px;
  font-weight: 500;
}

.footer_section p {
  padding-top: 5px;
  padding-left: 20px;
  text-align: left;
  color: #fff;
}

.footer_section a {
  margin-top: 10px;
  padding-right: 20px;
  text-align: right;
  font-weight: bold;
  color: #fff;
}

/* end footer section*/

table.table-bordered {
    border:2px solid grey;
    margin-top:20px;
  }
table.table-bordered > thead > tr > th {
    border:2px solid grey;
}
table.table-bordered > tbody > tr > td {
    border:2px solid grey;
}

/*# sourceMappingURL=style.css.map */