/* MONTSERRAT */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800|Poppins&display=swap');
/* POPPINS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* ROBOTO ITALIC */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* ROBOTO SHERIF */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* ROBOTO CONDENS */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
/* RELWAY */
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
/* OSWALD */
@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Raleway:wght@700&display=swap');

:root {
  --color-main: #db4a45;
  --color-second: #b9120d;
  --white: #ffffff;
  --acsent-color: #575757;
}



html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto';
  /* font-family: 'Roboto Serif', sans-serif; */
  /* font-family: 'Raleway', sans-serif; */
  background-color: #FFF;
  /* margin-top: 80px; */
}

.container-fluid-custom {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .container-fluid-custom {
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* SECTION TOP */
.section-top-header {
  background-color: var(--color-main);
  color: #fff;
}

/* JUDUL BERANDA */
.judul-beranda {
  /* font-family: 'Montserrat', sans-serif; */
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}






/* NAVBAR */
.navbar {
  background-color: #ffffff;
  font-family: 'Oswald', sans-serif;
  height: auto;
}

.nav-link {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14pt;
}

a.nav-link:link,
a.nav-link:visited {
  color: var(--color-main);
}

a.nav-link:hover {
  color: var(--color-second);
  text-decoration: none;
}

.brand-dekstop {
  padding-bottom: 5px;
}

a.brand-mobile:link,
a.brand-mobile:visited {
  font-family: 'Oswald', sans-serif;
  color: var(--color-main);
  font-weight: 600;
  font-size: 20pt;
  text-transform: capitalize;
}

a.brand-mobile:hover {
  color: #F6F6F6;
  text-decoration: none;
}

.navbar .navbar-toggler {
  color: var(--color-main);
  cursor: pointer;
}

@media (min-width: 992px) {
  .navbar {
    border-top: none;
  }

  .nav-link {
    margin-right: 0px;
  }
}

/* SECTION INTRO BERANDA */
.section-intro-beranda {
  min-height: 100vh;
  background-image: url('../image/bg_intro.jpg');
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-color: #ffffff;
}

.section-intro-beranda .container-intro-beranda {
  margin-top: 70px;
}

.section-intro-beranda .title {
  font-size: 30px;
  font-weight: 600;
  color: var(--color-main);
}

.section-intro-beranda .deskripsi {
  text-align: justify;
}

.section-intro-beranda .tombol:link,
.section-intro-beranda .tombol:visited {
  display: block;
  padding: 15px 15px;
  color: var(--color-main);
  /* background-color: #ffffff; */
  border: 2px solid var(--color-main);
  text-decoration: none;
  border-radius: 8px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.section-intro-beranda .tombol:hover {
  color: #FFF;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  transition: 0.5s;
}

.section-intro-beranda .img-intro {
  width: 80%;
}

@media (min-width: 576px) {
  .section-intro-beranda .container-intro-beranda {
    margin-top: 70px;
  }

  .section-intro-beranda .title {
    font-size: 30px;
  }

  .section-intro-beranda .img-intro {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .section-intro-beranda .container-intro-beranda {
    margin-top: 70px;
  }

  .section-intro-beranda .title {
    font-size: 30px;
  }

  .section-intro-beranda .img-intro {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .section-intro-beranda .container-intro-beranda {
    margin-top: 0px;
  }

  .section-intro-beranda .title {
    font-size: 40px;
  }

  .section-intro-beranda .img-intro {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .section-intro-beranda .container-intro-beranda {
    margin-top: 0px;
  }

  .section-intro-beranda .title {
    font-size: 50px;
  }

  .section-intro-beranda .img-intro {
    width: 80%;
  }
}

@media (min-width: 1400px) {
  .section-intro-beranda .container-intro-beranda {
    margin-top: 0px;
  }

  .section-intro-beranda .title {
    font-size: 50px;
  }

  .section-intro-beranda .img-intro {
    width: 80%;
  }
}

/* CUSTOM TABS */
.nav-link-tab {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.nav-tabs .nav-link-tab.active {
  color: var(--white);
  background-color: var(--color-main)
}

/* CONTAINER TOP MENAMPILKAN INFO LINK DI BERANDA AGENDA DAN AUDENSI */
.container-top {
  margin-top: -100px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 10px;
}

.link-card:link,
.link-card:visited {
  background-color: #ffffff;
  /* position: static; */
  width: 100%;
  padding: 10px 0px;
  /* margin-top: 40px; */
  border: 1px solid #ff8383;
  border-radius: 7px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 3px 3px 5px #b4b4b4;
}

.link-card:hover {
  box-shadow: 3px 3px 5px #8a8a8a;
}

.link-card .box-icon {
  /* padding: 10px 20px; */
  width: 55px;
  height: 55px;
  border-radius: 50%;
  /* background-color: #c80000; */
  background: linear-gradient(90deg, rgba(85, 33, 33, 1) 0%, rgba(255, 0, 0, 1) 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-card .box-icon i {
  font-size: 20px;
  position: absolute;
}

.link-card .box-title {
  margin-left: 10px;
}

.link-card .title {
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.link-card .jumlah {
  color: #3a3a3a;
  font-size: 12px;
}

@media (min-width: 576px) {
  .container-top {
    margin-top: -100px;
  }

  .link-card .title {
    font-size: 20px;
    line-height: 20px;
  }

  .link-card .jumlah {
    font-size: 14px;
  }

  .link-card .box-icon {
    width: 55px;
    height: 55px;
  }

  .link-card .box-icon i {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .container-top {
    margin-top: -100px;
  }

  .link-card .title {
    font-size: 25px;
    line-height: 25px;
  }

  .link-card .jumlah {
    font-size: 14px;
  }

  .link-card .box-icon {
    width: 65px;
    height: 65px;
  }

  .link-card .box-icon i {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .container-top {
    margin-top: -100px;
  }

  .link-card .title {
    font-size: 23px;
    line-height: 23px;
  }

  .link-card .jumlah {
    font-size: 14px;
  }

  .link-card .box-icon {
    width: 65px;
    height: 65px;
  }

  .link-card .box-icon i {
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
  .container-top {
    margin-top: -100px;
  }

  .link-card .title {
    font-size: 30px;
    line-height: 30px;
  }

  .link-card .jumlah {
    font-size: 14px;
  }

  .link-card .box-icon {
    width: 80px;
    height: 80px;
  }

  .link-card .box-icon i {
    font-size: 30px;
  }
}


/* TITLE GENERAL */
.title-light {
  font-size: 24px;
  color: var(--color-main);
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}

.title-dark {
  font-size: 24px;
  color: #E5E4E9;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}

.subtitle-light {
  font-size: 17px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .title-light {
    font-size: 34px;
    line-height: 30px;
  }

  .subtitle-light {
    font-size: 25px;
    font-weight: 600;
  }

  .title-dark {
    font-size: 34px;
  }
}

/* LINK GENERAL */
.link-light:link,
.link-light:visited {
  color: #000000;
  font-size: 14pt;
  font-weight: 500;
  text-decoration: none;
}

.link-light:hover {
  color: #AD3127;
}

.link-dark:link,
.link-dark:visited {
  color: #cdcdcd;
  font-size: 14pt;
  font-weight: 600;
}

.link-dark:hover {
  color: #FF8E25;
  text-decoration: none;
}

.link-selengkapnya:link,
.link-selengkapnya:visited {
  font-size: 16px;
  color: #b60000;
  text-decoration: none;
}

.link-selengkapnya:hover {
  color: #3d3d3d;
}




/* FRONT END */
/* LINK TOP */
.box-link-top {
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}


a.box-link-top:link,
a.box-link-top:visited {
  background-color: #B6120E;
  border: 2px solid #B6120E;
  color: #FFF;
  box-shadow: 10px 10px 10px grey;
}

a.box-link-top:hover {
  background-color: #ffffff;
  border: 2px solid #B6120E;
  color: #B6120E;
  text-decoration: none;
}

.img-link-top {
  width: 80%;
}

.title-link-top {
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  margin-top: 0px;
}

.title-link-agenda {
  font-size: 16pt;
}

.title-link-audensi {
  font-size: 20pt;
}

@media (min-width: 992px) {
  .img-link-top {
    width: 90%;
  }

  .title-link-top {
    text-align: left;
    margin-top: 0px;
  }

  .title-link-agenda {
    font-size: 17pt;
    line-height: 25px;
  }

  .title-link-audensi {
    font-size: 23pt;
  }
}

/* TITLE JADWAL AGENDA */
.title-agenda {
  color: #000000;
  font-size: 16pt;
  font-weight: 500;
}



/* SECTION PERMOHONAN */
.section-permohonan {
  padding: 50px 0;
  background-color: #B9120D;
}

.title-ajukan {
  font-size: 25pt;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}

.caption-ajukan {
  font-size: 16pt;
  color: #ffffff;
}

.box-tombol-permohonan {
  margin-top: 40px;
}

a.tombol-permohonan:link,
a.tombol-permohonan:visited {
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 14pt;
  font-weight: 600;
  border-radius: 10px;
  padding: 20px;
}

a.tombol-permohonan:hover {
  color: #B9120D;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .section-permohonan {
    padding: 100px 0;
  }
}

.judul-section {
  font-size: 22pt;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  margin-bottom: 29px;
}

@media (min-width: 992px) {
  .judul-section {
    font-size: 26pt;
    text-align: left;
    margin-bottom: 20px;
  }
}

/* SAMBUTAN BERANDA */
.title-sambutan {
  font-size: 22pt;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 20px;
  line-height: 30px;
}

@media (min-width: 992px) {
  .title-sambutan {
    font-size: 26pt;
    margin-bottom: 20px;
  }
}

.box-sambutan {
  margin-bottom: 10px;
  border: 1px solid #ffffff;
  box-shadow: 3px 3px 10px rgb(181, 181, 181);
}

.icon-sambutan {
  font-size: 30px;
  color: #c11212;
}

.judul-sambutan {
  font-size: 12pt;
  line-height: 20px;
}

a.link-sambutan:link,
a.link-sambutan:visited {
  color: var(--color-main);
  text-decoration: none;
}

a.link-sambutan:hover {
  color: var(--color-second);
}

/* LINK DISPOSISI */
a.link-disposisi:link,
a.link-disposisi:visited {
  color: var(--color-main);
  text-decoration: none;
}

a.link-disposisi:hover {
  color: var(--color-second);
}


/* GALERY FOTO BERANDA */
.wraper-galery-f {
  width: 100%;
  height: 120px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}


/* BERITA BERANDA */
.section-berita-f {
  padding: 50px 0;
  background-color: #F5F5F5;
}

.wraper-img-berita-fluid-f {
  width: 100%;
  height: 350px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.overlay-berita {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
  height: 100%;
  /* opacity: 0.5; */
  z-index: 1;
  position: relative;
}

.box-link-berita-fluid {
  bottom: 0;
  position: absolute;
  padding: 0px 20px 10px 20px;
}

.tanggal-berita-fluid-f {
  color: #f5f5f5;
  font-size: 10pt;
}

.link-berita-fluid {
  font-size: 18px;
  text-decoration: none;
  bottom: 0;
}

a.link-berita-fluid:link,
a.link-berita-fluid:visited {
  color: #ffffff;
}

a.link-berita-fluid:hover {
  color: #e2e2e2;
}

.box-berita-f {
  margin-bottom: 10px;
}

.link-berita-f {
  font-size: 16px;
}

a.link-berita-f:link,
a.link-berita-f:visited {
  color: #292929;
  text-decoration: none;
}

a.link-berita-f:hover {
  color: #b9120d;
}

.wraper-img-berita-f {
  width: 100%;
  height: 90px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.tanggal-berita-f {
  /* margin-top: 10px; */
  font-size: 9pt;
  color: #494949;
}

.judul-berita-f {
  font-size: 13pt;
  font-weight: 400;
  line-height: 25px;
}

a.selengkapnya-berita-f:link,
a.selengkapnya-berita-f:visited {
  border: 1px solid #B9120D;
  border-radius: 9px;
  color: #B9120D;
  font-weight: 700;
  text-align: center;
  padding: 10px 50px;
  display: block;
  text-decoration: none;
}

a.selengkapnya-berita-f:hover {
  background-color: #B9120D;
  color: #ffffff;
}

@media (min-width: 576px) {
  .wraper-img-berita-fluid-f {
    height: 400px;
  }
}

@media (min-width: 768px) {
  .wraper-img-berita-fluid-f {
    height: 470px;
  }

  .link-berita-fluid {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .wraper-img-berita-fluid-f {
    height: 370px;
  }

  .box-berita-f {
    margin-bottom: 20px;
  }

  .wraper-img-berita-f {
    height: 120px;
  }

  .tanggal-berita-f {
    margin-top: 0px;
    margin-bottom: 6px;
  }

  .judul-berita-f {
    font-size: 15pt;
  }

  .link-berita-fluid {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .wraper-img-berita-fluid-f {
    height: 430px;
  }

  .link-berita-fluid {
    font-size: 20px;
  }
}

@media (min-width: 1400px) {
  .wraper-img-berita-fluid-f {
    height: 490px;
  }

  .link-berita-fluid {
    font-size: 22px;
  }
}


/* BERITA VIEW */
.section-berita {
  padding: 50px 0;
  background-color: #F5F5F5;
}

.box-berita {
  margin-bottom: 10px;
}

a.link-berita:link,
a.link-berita:visited {
  color: #292929;
  text-decoration: none;
}

a.link-berita:hover {
  color: #b9120d;
}

.wraper-img-berita {
  width: 100%;
  height: 90px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.tanggal-berita {
  /* margin-top: 10px; */
  font-size: 9pt;
  color: #494949;
}

.judul-berita {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

a.selengkapnya-berita:link,
a.selengkapnya-berita:visited {
  color: #1d1d1d;
  font-weight: 700;
  text-align: center;
  padding: 16px 0;
}

a.selengkapnya-berita:hover {
  color: #494949;
  text-decoration: none;
}

@media (min-width: 576px) {
  .wraper-img-berita {
    height: 200px;
  }

  .tanggal-berita {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .wraper-img-berita {
    height: 150px;
  }
}

@media (min-width: 992px) {
  .box-berita {
    margin-bottom: 20px;
  }

  .wraper-img-berita {
    height: 250px;
  }

  .tanggal-berita {
    margin-top: 10px;
  }

  .judul-berita {
    font-size: 18px;
    line-height: 20px;
  }

  a.selengkapnya-berita:hover {
    background-color: #1f1f1f;
    color: #eeeeee;
  }
}


/* ALBUM FOTO */
a.widget-album-link:link,
a.widget-album-link:visited {
  color: #E5E4E9;
}

a.widget-album-link:hover {
  color: var(--color-main);
  background-color: #000;
  text-decoration: none;
}

.kolom-album {
  padding: 2px;
}

.box-album {
  margin-bottom: 0px;
  position: relative;
}

.box-album .wraper-image-album {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.box-album .image-album .gradient-image-album {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…IxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.05) 100%);
}

.box-album .box-content-album {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}

.box-album .box-content-album .title-album {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 500;
  /* color: #d2d2d2; */
}

.box-album .box-content-album .time-album {
  margin: 0;
  padding: 0;
  /* margin-bottom: 5px; */
  font-size: 10px;
  /* color: #e4e4e4; */
  /* line-height: 22px; */
}

@media (min-width: 992px) {
  .box-album .wraper-image-album {
    height: 290px;
  }

  .box-event .box-content-album {
    padding: 20px;
  }

  .box-album .box-content-album .title-album {
    font-size: 18px;
  }

  .box-album .box-content-album .time-album {
    font-size: 12px;
  }
}

/* GALERI FOTO */
.square-box {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.square-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media (min-width: 992px) {
  .square-box {
    height: 400px;
  }
}

/* SIDEBAR KONTENT */
.wraper-img-sidebar {
  width: 100%;
  height: 90px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.judul-sideber {
  font-size: 16px;
  line-height: 20px;
  margin-top: 4px;
}

.date-sidebar {
  font-size: 8pt;
  color: #494949;
}

a.link-sidebar:link,
a.link-sidebar:visited {
  color: var(--color-main);
  text-decoration: none;
}

a.link-sidebar:hover {
  color: var(--acsent-color);
}

@media (min-width: 992px) {
  .wraper-img-sidebar {
    height: 80px;
  }
}


/* SIDEBAR BERITA (RECENT NEWS) */
.list-recent-news {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #777777;
  font-size: 14pt;
  line-height: 20px;
}

a.link-recent-news:link,
a.link-recent-news:visited {
  color: #4d4d4d;
}

a.link-recent-news:hover {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}

/* SIDEBAR AGENDA HARI INI */
.box-agenda-hari-ini {
  /* background-color: #fbfbfb; */
  /* height: 500px; */
  overflow: auto;
  padding-top: 15px;
}

.judul-agenda-hari-ini {
  color: #495057;
  font-size: 14pt;
  font-weight: 500;
  line-height: 25px;
}


/* ======================================== */
/* BREADCRUMB */
.breadcrumb-container {
  background-color: #F6F6F6;
  margin-top: 60px;
  padding: 10px 0;
}

.breadcrumb-box {
  font-size: 11pt;
  /* font-family: 'Oswald', sans-serif; */
}

.breadcrumb-active {
  font-weight: 500;
  color: var(--acsent-color);
}

a.breadcrumb-link:link,
a.breadcrumb-link:visited {
  color: var(--color-main);
  font-weight: 500;
  text-decoration: none;
}

a.breadcrumb-link:hover {
  color: var(--acsent-color);
}



/* FOOTER */
hr.hr-footer {
  border-top: 1px solid #a5a5a5;
}

.footer-content {
  padding: 70px 10px;
  background-color: #f5f5f5;
}

.title-footer {
  font-size: 15pt;
  padding-bottom: 10px;
  font-weight: 600;
  color: #b9120d;
  font-family: 'Oswald', sans-serif;
}

.footer-content .col-tentang {
  font-size: 14pt;
  line-height: 25px;
  color: #0f0f0f;
  text-align: justify;
}

ul.list-menu-footer {
  padding-left: 0;
}

.list-menu-footer li {
  list-style-type: none;
  padding-bottom: 10px;
}

a.menu-footer:link,
a.menu-footer:visited {
  color: #0f0f0f;
  font-weight: 400;
  text-align: center;
}

a.menu-footer:hover {
  color: #e84200;
  text-decoration: none;
}

.kontak-footer {
  color: #0f0f0f;
}

.box-icon-kontak {
  width: 25px;
  text-align: center;
  padding-right: 10px;
  color: #0f0f0f;
}

.footer-copyright {
  font-size: 10pt;
  color: #ffffff;
  background-color: #b9120d;
  padding: 20px 0;
  text-align: center;
}

.icon-sosmed-footer {
  height: 50px;
  /* padding: 10px; */
  border-radius: 5px;
  /* background-color: #6b4e4e; */
  margin-right: 20px;
  color: #fff;
  font-size: 14pt;
}

a.icon-footer:link,
a.icon-footer:visited {
  color: #00235B;
  font-size: 16pt;
  border: 1px solid #ffffff;
  padding: 10px 17px 10px 17px;
  border-radius: 50%;
  margin-right: 10px;
}

a.icon-footer:hover {
  color: #ffffff;
  background-color: #00235B;
  border: 1px solid #00235B;
  text-decoration: none;
}


@media (min-width: 992px) {
  .footer-copyright {
    font-size: 10pt;
  }

}


/* ICON SHARE KONTEN */
a.icon-share-konten:link,
a.icon-share-konten:visited {
  color: #333333;
  font-size: 12pt;
  border: 1px solid #707070;
  padding: 7px 13px 6px 13px;
  border-radius: 50%;
  margin-right: 10px;
}

a.icon-share-konten:hover {
  color: #ffffff;
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
  text-decoration: none;
}



/* PAGINATION */
.pagination>li>a {
  background-color: #eee;
  color: var(--color-main);
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #5a5a5a;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a {
  color: white;
  background-color: var(--color-main) !Important;
  border: solid 1px var(--color-main) !Important;
}

.pagination>.active>a:hover {
  background-color: var(--color-main) !Important;
  border: solid 1px var(--color-main);
}



.body-instafeed {
  float: left;
  width: 100%;
}

@media (min-width: 992px) {
  .body-instafeed {
    width: 70%;
  }
}






/* TENTANG */
.single-timeline-content {
  position: relative;
  z-index: 1;
  padding: 30px 30px 25px;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  border: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
  .single-timeline-content {
    padding: 20px;
  }
}

.single-timeline-content .timeline-icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 30px;
  height: 30px;
  background-color: #f1c40f;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  text-align: center;
  max-width: 30px;
  border-radius: 50%;
  margin-right: 15px;
}

.single-timeline-content .timeline-icon i {
  color: #ffffff;
  line-height: 30px;
}

.single-timeline-content .timeline-text h6 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-timeline-content .timeline-text p {
  font-size: 13px;
  margin-bottom: 0;
}

.single-timeline-content:hover .timeline-icon,
.single-timeline-content:focus .timeline-icon {
  background-color: #020710;
}

.single-timeline-content:hover .timeline-text h6,
.single-timeline-content:focus .timeline-text h6 {
  color: #3f43fd;
}


/* SHARE BUTTON */
.info-kontak-share-link {
  width: 45px;
  height: 45px;
  margin-right: 20px;
  background-color: transparent;
  outline: 2px solid var(--color-main);
  border-radius: 50%;
  color: var(--color-main);
  text-decoration: none;
  font-size: 20px;
  display: grid;
  place-items: center;
}

.info-kontak-share-link:hover {
  color: var(--white);
  outline-offset: 3px;
  transition: all 0.3s;
  transform: scale(1.15);
}

.info-kontak-share-link i {
  transform: scale(1.15);
}

.info-kontak-share-icon-facebook:hover {
  background-color: #1877F2;
}

.info-kontak-share-icon-instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,
      #d6249f 60%, #285aeb 90%);
}

.info-kontak-share-icon-youtube:hover {
  background-color: #e52d27;
}

.info-kontak-share-icon-tiktok:hover {
  background-color: #000000;
}

.info-kontak-share-icon-twitter:hover {
  background-color: #1DA1F2;
}

.info-kontak-share-icon-whatsapp:hover {
  background-color: #25D366;
}

.info-kontak-share-icon-copy:hover {
  background-color: #232323;
  cursor: pointer;
}

/* TOAST SWEET ALERT CUSTOM COLOR */
.colored-toast {
  background-color: var(--color-main) !important;
}

.colored-toast .swal2-header .swal2-title {
  color: #ffffff;
}

.colored-toast .swal2-close {
  color: #ffffff;
}

.colored-toast .swal2-html-container {
  color: #ffffff;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a.widget-link:link,
a.widget-link:visited {
  color: #E5E4E9;
}

a.widget-link:hover {
  color: #FF8E25;
  background-color: #000;
  text-decoration: none;
}

.widget.single-news {
  margin-bottom: 20px;
  position: relative;
}

.widget.single-news .wraper-news {
  width: 100%;
  height: 290px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.widget.single-news .image .gradient {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…IxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.05) 100%);
}

.widget.single-news .details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

.widget.single-news .details .title {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
  font-family: 'Oswald', sans-serif;
  font-size: 18pt;
  font-weight: 500;
  /* color: #d2d2d2; */
}

.widget.single-news .details .content {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  font-size: 12pt;
  /* color: #e4e4e4; */
  /* line-height: 22px; */
}






/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* CALLOUT */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

.bs-callout h4 {
  margin-top: 0;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-success {
  background-color: #D1E7DD;
  border-color: #008f4f;
}

.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #d9534f;
}

.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f0ad4e;
}

.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #5bc0de;
}