@import url("../fonts/roboto/stylesheet.css");
/*------------------------------------*\
	Index & Home
\*------------------------------------*/

/* ---------- layouting ------------ */
/*Spacing*/
.py-1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.py-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
/*----*/
.pt-2 {
    padding-top: 1rem;
}
.pt-3 {
    padding-top: 3rem;
}
.pt-5 {
    padding-top: 5rem;
}
.pt-7 {
    padding-top: 7rem;
}
/*----*/
.pb-1 {
    padding-bottom: .5rem;
}
.pb-2 {
    padding-bottom: 1rem;
}
.pb-3 {
    padding-bottom: 3rem;
}
.pb-4 {
    padding-bottom: 4rem;
}
.pb-5 {
    padding-bottom: 5rem;
}
.pb-6 {
    padding-bottom: 6rem;
}
.pb-7 {
    padding-bottom: 7rem;
}
.pb-8 {
    padding-bottom: 8rem;
}
.pb-9 {
    padding-bottom: 9rem;
}
/*----*/

.px-1 {
    padding-left: .5rem;
    padding-right: .5rem;
}
.px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.px-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
.px-8 {
    padding-left: 4rem;
    padding-right: 4rem;
}
.px-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}
.px-10 {
    padding-left: 5rem;
    padding-right: 5rem;
}
/*----*/
.pl-0 {
    padding-left: 0!important;
}
.pl-3 {
    padding-left: 3rem;
}
.pl-6 {
    padding-left: 6rem;
}
.pl-8{
    padding-left: 8rem;
}
/*---*/
.pr-0 {
    padding-right: 0!important;
}
/*---*/
.m-0 {
    margin: 0!important;
}
/*---*/
/*.my-3 {
    margin-top: -23.5rem;
    margin-bottom: 1.5rem;
}*/
/*---*/
.mb-0 {
    margin-bottom: 0!important;
}
.mb-1 {
    margin-bottom: .5rem;
}
.mb-2 {
    margin-bottom: 1rem;
}
.mb-3 {
    margin-bottom: 1.5rem;
}
.mb-4 {
    margin-bottom: 2rem;
}
.mb-5 {
    margin-bottom: 2.5rem;
}
/*---*/
.mt-2 {
    margin-top: 1rem;
}
.mt-3 {
    margin-top: 1.5rem;
}
 /*.mt-4 {
    margin-top: 2rem;
   margin-left: -29px;
}*/
.mt-5 {
    margin-top: 3rem;
}
/*---*/
.ml-0 {
    margin-left: 0!important;
}
/*---*/
.mr-1 {
    margin-right: .5rem;
}
.mr-3 {
    margin-right: 1.5rem;
}

.nospace {
    margin: 0!important;
    padding: 0!important;
}
.float-right{
    float: right;
}
.alamat {
	margin-top: -62px;
}

/*********************************
 Warna Icon Sosmed
*********************************/
.facebook-icon {
    color: #fff!important;
    background: #3b5998!important;
}
.twitter-icon {
    color: #fff!important;
    background: #00aced!important;
}
.instagram-icon {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff!important;
}
.youtube-icon {
    background: #ff0000!important;
    color: #fff!important;
}
.rss-icon {
    background: #ffbb52!important;
    color: #fff!important;
}

.desa-indikator {
    display: flex;
    justify-content: center;
}

/*header*/
/**/
.btn-search {
    color: #fff!important;
    background-color: #3d599d;
    border-color: #3d599d;
    border-radius: 50%;
}

/*------*/
.judul {
    margin-bottom: 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 50px;
    line-height: 55px;
    white-space: nowrap;
    letter-spacing: 0;
}
.sub-text {
    white-space: nowrap;
    color: rgb(130, 133, 142);
    letter-spacing: 0;
}
.title {
    font-size: 2.5rem;
    color: rgb(14, 69, 105);
    /*text-transform: uppercase;*/
    line-height: 0.8;
    font-weight: 800;
}
.deskrip {
    text-align: center;
    padding-top: 1.25rem;
}
.landingpage {
   /* width: 100vw;
    min-height: 100vh;
    overflow: hidden;*/
    padding: 0 0 0 0;
}
#about-slider {
    overflow: hidden;
    width: 100%;
}
#about-slider img {
    object-fit: cover;
}
.owl-item img {
    width: 100%;
}
.owl-theme .owl-dots {
    padding-top: 3rem;
}
.bg-img .item {
    width: 100%;
    height: 662px;
}
.bg-img .item img {
    object-fit: cover;
    position: absolute;
    top: -10%;
    right: 0;
    width: 100%;
}
.home-content {
    position: relative;
    z-index: 99;
    /*width: 980px;*/
    max-width: 100%;
    padding-top: 55px;
    margin: 150px 100px 50px;
}
.owl-carousel .owl-stage-outer {
    overflow: inherit!important;
}
/* img.indikator {
    width: 337px;
} */

/*Profil*/
#profil {
    /*padding: 48px 0;
    margin-top: 24px;*/
}
#profil .motif {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 30%;
    height: 97%;
    z-index: -99;
    background: #EEEAED;
}
.mt-4.text-center {
    margin-left: -69px;
}
#profil .profil-garis {
    position: absolute;
    top: -3px;
    left: 130px;
    right: 0;
    width: 100%;
    height: 150px;
    border-left: 8px #FDD502 solid; 
}
#profil .kotak {
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px;
    margin: 0px 0 20px;
    text-align: center;
    vertical-align: middle;
}
#profil .feature h5 {
    color: #0E4569;
    margin-bottom: 0;
    font-size: 14px;
}
.judul-sm {
    margin-bottom: 10px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color: rgb(14, 69, 105);
    font-size: 25px;
    line-height: 35px;
    white-space: nowrap;
    letter-spacing: 0;
}
.btn-zoom:hover{
    -webkit-transform: scale(1.1);
}

/*Indikator header*/
#indikator {
    background-size: contain;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-perencana {
    display: block;
    color: #333;
    /*border: 1px solid #ddd;*/
    box-shadow: 0px 20px 40px -15px rgba(0,0,0,0.1);
    border-radius: 3px;
    padding: 30px 15px;
    margin: 0 0 30px;
}
.card-perencana .media {
    margin: 0;
}
.card-title{
    margin-bottom: .75rem;
}
.row-perencana > div:nth-child(4n+1) {
    clear: both;
}
.ikon {
    height: 80px;
}

/*Breadcrumb Alamat Header*/
.layout {
    /*position: absolute;*/
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: auto;
}
.layout-north {
    bottom: auto;
}
.page-header {
    border: none;
    margin: 0px!important;
    /*padding: 3px;*/
    height: 30px;
    z-index: 99!important;
    overflow: hidden!important;
    width: 100%!important;
    height: auto!important;
}

/*Produk*/
#produk .title {
    font-size: 3rem;
    text-transform: uppercase;
}
.judul-content {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.judul-content-sm {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px!important;
    color: #0E4569;
}
.content {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #888888;
}
.content-sm {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #888888;
    margin-bottom: 20px!important;
    padding-right: inherit;
}
.garis {
    border-bottom: 2px dotted #ccc;
    margin-bottom: 20px;
}
.title-blog {
	text-transform: uppercase;
    font-size: 25px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 800;
    color: #0e4569;
    margin-bottom: 0;
}
.title-blog:after {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background: url(../images/separate.png) center;
    background-repeat: no-repeat;
    margin: 20px auto 0px;
}
/*------------------------------------*\
	Isi Menu Navbar
\*------------------------------------*/

/*Error Page --- 404/402/504*/
#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 920px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.notfound .notfound-404 {
  position: absolute;
  height: 100px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Maven Pro', sans-serif;
  color: #ececec;
  font-weight: 900;
  font-size: 276px;
  margin: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound h2 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 43px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px;
}

.notfound p {
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}

.notfound a {
  font-family: 'Maven Pro', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #189cf0;
  display: inline-block;
  padding: 16px 38px;
  border: 2px solid transparent;
  border-radius: 40px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
/* .form-group.text-left {
    display: initial;
} */

.notfound a:hover {
  background-color: #fff;
  border-color: #189cf0;
  color: #189cf0;
}

p[title]:hover:after {
    content: attr(title);
    padding: 10px;
    background-color: white;
    position: absolute;  
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 h1 {
    font-size: 162px;
  }
  .notfound h2 {
    font-size: 26px;
  }
}