/* * {
  border: 1px solid red!important;
} */

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #5fb759;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}

.logo img{
    height: 3rem;
}

.bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-fill-page{
  width: 100%;
  height: 320px;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}
.contact-info-detail .fa {
  float: left;
}

.contact-info-detail .contact-text {
  float: left;
  width: 320px;
}

#contact-us .head-about p {
  font-size: 22px;
  font-weight: 600;
}

#contact-us .head-about .tagline {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#contact-us a{
  text-decoration: none;
  color: inherit;
}

#contact-us .about-info{
  margin-bottom: 30px;
}

#contact-us .about-info .spac{
  margin-bottom: 10px;
}

#contact-us .about-info .isolate-class-info {
  border: #d6d6d6 1px solid;
  padding: 20px 30px;
  border-radius: 5px;
}


#berita {
  margin-top: 40px;
}

.line-bottom {
  margin: 80px 0;
  border-bottom: 5px solid #f7f7f7;
}

.bullhorn-cirlce{
  width: 50px;
  height: 50px;
  background-color: #5fb759;
  border-radius: 50%;
  transition: ease-in-out 0.5s;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06);
}

.bullhorn-cirlce:hover{
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}


.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonials-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonials-area .owl-next,
.testimonials-area .owl-prev {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  top: 50%;
  left: -100px;
  margin-top: -20px;
  color: #b7b7b7;
  font-size: 50px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
}

.testimonials-area .owl-next:focus,
.testimonials-area .owl-next:hover,
.testimonials-area .owl-prev:focus,
.testimonials-area .owl-prev:hover {
  color: #ffffff;
}

.testimonials-area .owl-next {
  left: auto;
  right: -100px;
}
  .testimonials-area:focus .owl-prev,
  .testimonials-area:hover .owl-prev {
    left: 0;
    opacity: 1;
    visibility: visible; }
  .testimonials-area:focus .owl-next,
  .testimonials-area:hover .owl-next {
    left: auto;
    right: 0;
    opacity: 1;
    visibility: visible; }

.single-testimonial-slide {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .single-testimonial-slide {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .single-testimonial-slide .testimonial-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    width: 180px;
    margin-right: 30px;
    border-radius: 50%; }
    .single-testimonial-slide .testimonial-thumb img {
      border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .single-testimonial-slide .testimonial-thumb {
        margin-bottom: 50px; } }
  .single-testimonial-slide .testimonial-content {
    position: relative;
    z-index: 1; }
    .single-testimonial-slide .testimonial-content h5 {
      font-family: 'Satisfy', cursive;
      font-size: 40px;
      font-weight: 400;
      line-height: 1.8;
      /*font-style: italic;*/
      margin-bottom: 15px;
      color: #ffffff; }
    .single-testimonial-slide .testimonial-content h6 {
      font-weight: 500;
      color: #ffffff; }
    .single-testimonial-slide .testimonial-content p {
      margin-bottom: 0;
      color: #ffffff; }

.bullhorn {
  width: 25px;
  margin: 3px 0 0 12px;
  padding-top: 10px;
}

.pangumuman {
  margin-bottom: 50px;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-gradient-overlay {
  position: relative;
  z-index: 1;
}

.bg-gradient-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #5fb759;
  background: -webkit-linear-gradient(to right, #0bac00, #82ff76);
  background: linear-gradient(to right, #0bac00, #82ff76);
  opacity: 0.85;
}

.features-content p {
  font-size: 13px;
  margin-top: -10px;
}


.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }


#isi-pengumuman > a,
#isi-pengumuman > a:hover,
#isi-pengumuman > a:focus,
#isi-pengumuman > a:active,
#berita-card > a,
#berita-card > a:hover,
#berita-card > a:focus,
#berita-card > a:active{
    text-decoration: none;
    color: inherit;
}

.lihat-berita {
  margin-top: 15px;
}

.berita-info {
font-size: 13px;
}

.isi-berita{
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1px;
}

figure {
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
  border-radius: 2px;
}

.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
  height: 250px;
  display: block;
  background-size: cover;
}

.hover01 figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.features-item {
  border: rgb(247, 247, 247) 1px solid;
  border-radius: 2px;
  margin: 0 -5px;
  background-color: #F7F7F7;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06);
}

.pengumuman-hover{
  padding: 20px 20px 0 20px;
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.pengumuman-hover:hover{
  transform: translateY(2px);
}

#social {
  height: 400px;
  overflow: auto;
}

#berita-card{
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#berita-card:hover {
  background-color: #F7F7F7;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06);
  -webkit-transition: .3s ease-in-out;
}

.kosong {
  width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 20px;
}

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

.post-share-area {
  margin-top: -20px;
}

.post-share-area a:hover {
  transform: translateY(-1px);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06);
}

.post-share-area a {
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  display: inline-block;
  width: 120px;
  padding: 12px 0;
  border-radius: 40px;
  background-color: #00aeef;
  color: #ffffff;
  margin-right: 6px;
  text-align: center;
  font-size: 14px;
}

.post-share-area a i {
  margin-right: 5px;
}

.post-share-area a:last-child {
  margin-right: 0;
}

.post-share-area a.facebook {
  background-color: #4b6cd0;
}

.post-share-area a.tweet {
  background-color: #49a7f3;
}

.post-share-area a.google-plus {
  background-color: #d34836;
}

.post-share-area a.pinterest {
  background-color: #bd081c;
}

.post-share-area a.whatsapp {
  background-color: #25d366;
}


.single-blog-item {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.single-blog-item .blog-content {
  background-color: #ffffff;
  padding: 0 5px 0 20px;
}

.single-blog-item .blog-content a {
  text-decoration: none;
  color: inherit;
}

.single-blog-item .blog-content .post-title {
  font-size: 20px;
  font-weight: 700;
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
}

.single-blog-item .blog-content .post-title:focus, .single-blog-item .blog-content .post-title:hover {
  color: #5fb759;
}

.single-blog-item .blog-content p {
  font-weight: 500;
  padding: 0;
}

.single-blog-item .blog-content .post-meta a {
  font-size:12px;
  display: inline-block;
  color: #b7b7b7;
  margin-right: 15px;
}

.single-blog-item .blog-content .post-meta a i {
  color: #5fb759;
}

.single-blog-item .blog-content .post-meta a:last-child {
  margin-right: 0;
}

.single-blog-item .blog-content .post-meta a:focus, .single-blog-item .blog-content .post-meta a:hover {
  color: #5fb759;
}

.single-blog-item.style-2 {
  box-shadow: none;
  margin-bottom: 40px;
  border-radius: 5px;
}

.single-blog-item.style-2 .blog-content{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 100%;
  width: 100%;
}

.single-blog-item.style-2 .blog-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  width: 30%;
}

#clients {
  padding: 30px 0;
  margin-top: 80px;
}

#clients img {
  max-width: 100%;
  opacity: 0.7;
  transition: 0.3s;
  padding: 15px 15px;
}

#clients img:hover {
  opacity: 1;
}

#clients h2{
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 0px;
}

/* Blur effect */
body.modal-open header,
body.modal-open footer,
body.modal-open .banner-slider,
body.modal-open #sekapur,
body.modal-open #features,
body.modal-open #clients,
body.modal-open #projects,
body.modal-open .testimonials-area
body.modal-open #scrolltop {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}

body.swal2-shown header,
body.swal2-shown header,
body.swal2-shown #contact-us,
body.swal2-shown #map{
  -webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}


.slideDown{
  text-align:center;
  padding: 5px 0;
  background: #9ed4d4;

	animation-name: slideDown;
	-webkit-animation-name: slideDown;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

#button {
  display: inline-block;
  background-color: #5fb759;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: .2s ease-in-out;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #309228;
  transform: translateY(-5px);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06);
}

#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #1bb1dc;
}


.blog-content p {
  line-height: 1.4;
}

.blog-content .post-meta{
  margin-bottom: 10px;
}

.link-disable {
  pointer-events: none;
    cursor: default;
}

.page-item.active .page-link {
  background-color: #5fb759!important;
  border-color: #5fb759!important;
  color: #F7F7F7!important;
}

.page-link {
  color: #5fb759!important;
  padding: 8px 12px;
  font-size: 0.9rem;
}

.blog-thumbnail {
  width: 25px;
	height: 150px;
	margin: 0;
	padding: 0;
	overflow: hidden;
  border-radius: 2px;
}

.blog-thumbnail .hover2 {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
  height: 250px;
  display: block;
  background-size: cover;
}

.blog-thumbnail .hover2:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.color-icon {
  color: #5fb759;
}

.sticky-top{
  top: 100px;
  z-index: 1!important;
}

.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.blog-thumbnail-sidebar {
    margin: 0 10px 0 0;
}

.blog-thumbnail-sidebar img {
  height: 70px;
  width: 70px;
  border-radius: 2px;
  overflow: hidden;
  margin: 5px 5px 5px 0;
  padding: 0;
  border-radius: 2px;
}

.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

#sekapur .kata-sambutan {
  margin: 20px 0;
}

#sekapur .kata-sambutan p {
  font-size: 1rem!important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.single-news-area .blog-content-sidebar .post-date {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.single-news-area .blog-content-sidebar .post-title{
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  /* text-transform: uppercase; */
  /* letter-spacing: 0.3px; */
  display: block;
  /* line-height: 1.3; */
  /* margin-bottom: 6px; */
}

.single-widget-area h5{
  font-size: 18px;
}

.single-widget-area .question-text{
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1.5;
}

.single-widget-area .radio{
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1.5;
}

.single-widget-area  input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.single-widget-area input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #5fb759;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.button-small {
  padding: 8px 20px!important;
  font-size: 12px!important;
}

.download-sidebar {
  margin-bottom: 10px;
}

.download-sidebar .post-date {
  /* margin-top: -2px; */
}

#accordion {
  margin-bottom: -20px!important;
}


#about .fa {
  padding: 20px;
  font-size: 25px;
  /* width: 50px; */
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  border-radius: 4px;
}

/* Add a hover effect if you want */
#about .fa:hover {
  opacity: 0.7;
  transform: translateY(-2px);
    animation: slideIn 0.5s forwards;
    animation-delay: 1.1s;
}

/* Set a specific color for each brand */

/* Facebook */
#about .fa-facebook {
	padding: 20px 25px;
  background: #3B5998;
  color: white;
}

/* Twitter */
#about .fa-twitter {
  background: #55ACEE;
  color: white;
}

#about .fa-instagram {
	background: #883188;
	color: white;
  }

#about .fa-youtube {
	background: #f54646;
	color: white;
  }


.single-news-area{
  margin-bottom: 6px;
  transition: ease-in-out 0.5s;
}

.single-news-area:hover{
  -ms-transform: translateY(5px);
  transform: translateX(5px);
}

.answer label{
  transition: ease-in-out 0.2s;
}

.answer label:hover {
  font-weight: 400!important;
  color: #5fb759;
}

.agenda .table-header {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

.agenda table{
  background-color: rgb(245, 245, 245);
  transition: ease-in-out 0.9s;
}

.agenda table:hover {
  background-color: rgb(236, 236, 236);
}

.blog-details-area .image-berita,
.blog-details-area .image-pengumuman {
  width: 100%;
  border-radius: 2px;
  margin-bottom: 25px;
}

.blog-details-area .post-title {
  font-size: 28px;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
  transition: ease-in-out 0.8s;
}

.blog-details-area .post-title:focus, .blog-details-area .post-title:hover {
  color: #5fb759;
}

.blog-details-area .post-meta a {
  font-size:13px;
  display: inline-block;
  color: #b7b7b7;
  margin-right: 15px; }

.blog-details-area .post-meta a i {
  color: #5fb759; }

.blog-details-area .post-meta a:last-child {
  margin-right: 0; }

.blog-details-area.blog-content .post-meta a:focus, .single-blog-item .blog-content .post-meta a:hover {
  color: #5fb759;
}

.blog-details-area .isi-berita-long p {
  font-size: 16px;
  margin-bottom: 14px;
  /* letter-spacing: 0.2px; */
  /* line-height: 1.7; */
  /* word-spacing: 3px; */
}

.tabel-detail-agenda td,
.tabel-detail-agenda th {
  padding: .3rem;
}

.agenda .agenda-date {
  width: 100px;
}
.agenda .agenda-date .dayofmonth {
  width: 40px;
  font-size: 30px;
  line-height: 36px;
  float: left;
  text-align: right;
  margin-right: 10px;
}

.agenda .agenda-date .dayofweek {
  font-size: 16px;
}
.agenda .agenda-date .shortdate {
  font-size: 0.75em;
}

.agenda .agenda-time {
  width: 110px;
  font-size: 14px;
}

.agenda .agenda-events {
  font-size: 14px;
}

.agenda .agenda-events a,
.agenda .agenda-events a:focus,
.agenda .agenda-events a:active {
      color: inherit;
      text-decoration: none;
      transition: ease-in-out 0.3s;
}

.agenda .agenda-events:hover {
  color: #5fb759;

}

.post-share-area h5{
  font-size: 18px;
  margin-top: 60px;
}

.post-share-area a {
  margin-bottom: 50px;
}
.footer-contact a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.footer-contacta:hover {
    color:#ffffff;
    text-decoration:none;
    cursor:pointer;
}

.section-heading-buttom {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.news-header-area .blog-thumbnail {
    margin: 0 10px 0 0;
}

.news-header-area .blog-thumbnail img {
  height: 70px;
  width: 70px;
  border-radius: 2px;
  overflow: hidden;
  margin: 5px 5px 5px 0;
  padding: 0;
  border-radius: 2px;
}

.news-header-area .blog-content .post-date {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.news-header-area .blog-content .post-title{
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  /* text-transform: uppercase; */
  /* letter-spacing: 0.3px; */
  display: block;
  /* line-height: 1.3; */
  margin-bottom: 6px;
}

.icon-search .fa {
  font-size: 24px;
}

.icon-search .fa {
  vertical-align: top;
  margin-top: 7px;
}

.download-table .post-meta a {
  font-size:12px;
  display: inline-block;
  color: #b7b7b7;
  margin-right: 15px;
}

.download-table .post-meta a i {
  color: #5fb759;
}

.download-table .post-meta a:last-child {
  margin-right: 0;
}

.download-table .post-meta a:focus,
.download-table .post-meta a:hover {
  color: #5fb759;
}


.download-table .btn-download-table {
  color: #5fb759;
}

.download-table .judul-table-download {
  font-weight: 500;
  background-size: 100px 82px;
}

.detail-halaman .blog-details-area .img-head-halaman img {
  width: 100%;
  border-radius: 2px;
  margin-bottom: 25px;
}

.detail-halaman .blog-details-area p {
  font-size: 16px;
  margin-bottom: 14px;
}

.single-blog-item .agenda-box {
  height: 120px;
  width: 120px;
  background-color: rgb(216, 216, 216);
  border-radius: 2px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06);
}


.single-blog-item .agenda-box .agenda-box-tanggal {
  font-size: 45px;
  font-weight: 700;
  text-align: right;
  padding-right: 10px;
  margin-top: 5px;
  color: #fff;
  transition: ease-in-out 0.9s;
  /* text-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06); */
}

.single-blog-item .agenda-box .agenda-box-tanggal:hover {
  color: #5fb759;
}

.single-blog-item .agenda-box .agenda-box-hari {
  font-size: 14px;
  font-weight: 600;
  color: #777;
  text-align: right;
  padding-right: 12px;
  margin-top: -12px;
  text-transform: uppercase;
}

.single-blog-item .agenda-box .agenda-box-bulan {
  font-size: 12px;
  text-align: right;
  padding-right: 12px;
  margin-top: -1px;
  font-weight: 500;
  color: #777;
  /* text-transform: uppercase; */
}

.footer-area {
  position: relative;
  z-index: 1;
  padding-top: 50px; }

.single-footer-widget {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .single-footer-widget .widget-title {
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 25px;
    display: block; }
  .single-footer-widget p {
    color: #ffffff; }
  .single-footer-widget .footer-contact {
    position: relative;
    z-index: 1; }
    .single-footer-widget .footer-contact table td{
      margin-bottom: 5px;
      color: #ffffff;
      font-size: 14px; }

  .single-footer-widget .opening-hours {
    position: relative;
    z-index: 1; }
    .single-footer-widget .opening-hours li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      color: #ffffff;
      margin-bottom: 17px;
      font-size: 14px; }
      .single-footer-widget .opening-hours li:last-child {
        margin-bottom: 0; }
  .single-footer-widget .quick-links {
    position: relative;
    z-index: 1;
    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; }
    .single-footer-widget .quick-links li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 100%;
      width: 50%; }
      .single-footer-widget .quick-links li a {
        color: #ffffff;
        margin-bottom: 8px;
        display: block;
        font-size: 15px;}
        .single-footer-widget .quick-links li a:focus, .single-footer-widget .quick-links li a:hover {
          color: #ffffff; }
      .single-footer-widget .quick-links li:last-child a {
        margin-bottom: 0; }
  .single-footer-widget .footer-newsletter-form {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 25px; }
    .single-footer-widget .footer-newsletter-form input {
      width: 100%;
      height: 40px;
      background-color: #ffffff;
      border-radius: 2px;
      border: none;
      font-size: 12px;
      padding: 0 15px; }
    .single-footer-widget .footer-newsletter-form button {
      width: auto;
      padding: 0 15px;
      background-color: #00aeef;
      color: #ffffff;
      border: none;
      border-radius: 0 2px 2px 0;
      line-height: 40px;
      height: 40px;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      .single-footer-widget .footer-newsletter-form button:focus, .single-footer-widget .footer-newsletter-form button:hover {
        background-color: #000;
        color: #ffffff; }
  .single-footer-widget .footer-social-info a {
    display: inline-block;
    color: #ffffff;
    margin-right: 20px; }

    .copywrite-content {
      position: relative;
      z-index: 1;
      border-top: 1px solid #ffffff;
      padding: 20px 0;
      text-align: center; }
      .copywrite-content p {
        font-size: 12px;
        color: #b7b7b7;
        margin-bottom: 0; }
        .copywrite-content p span {
          font-weight: 500;
          color: #ffffff; }
        .copywrite-content p a {
          color: #ffffff; }

          .top-header-area {
            position: relative;
            z-index: 1;
            height: 40px;
            background: #033ba7;
              background: -webkit-linear-gradient(to right, #033ba7, #0278ff);
              background: linear-gradient(to right, #033ba7, #0278ff);
              opacity: 0.85; }
            .top-header-area .top-header-content a {
              display: inline-block;
              font-size: 12px;
              color: #fff; }
              .top-header-area .top-header-content a i {
                color: #00aeef;
                margin-right: 5px; }
              .top-header-area .top-header-content a:last-child {
                margin-left: 30px; }
                @media only screen and (max-width: 767px) {
                  .top-header-area .top-header-content a:last-child {
                    margin-left: 15px; } }
              @media only screen and (max-width: 767px) {
                .top-header-area .top-header-content a span {
                  display: none; } }
            .top-header-area .top-header-social-info a {
              color: #fff;
              display: inline-block;
              font-size: 14px;
              margin-left: 10px; }
              .top-header-area .top-header-social-info a:focus, .top-header-area .top-header-social-info a:hover {
                color: #00aeef; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-item .blog-content .post-title {
    font-size: 16px;
  }

  #about {
  margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .single-blog-item.style-2 .blog-content,
  .single-blog-item.style-2 .blog-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  #about {
  margin-bottom: 60px;
}
}


.footer-social-info{
  margin-top: 10px;
}
