.carousel-item {
  height: 90vh;
  /* min-height: 350px; */
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
  stroke-width: 1;
}

.services-icon {
  margin-bottom: 20px;
  font-size: 30px;
}
bgc2, .vLine, .hLine {
    background-color: #0F52BA;
}

.quote-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
.services-icon {
    font-size: 60px;
    margin-left: 2rem;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.submenu{
  text-align: -webkit-match-parent;
  color: grey;
}

.judul{
    color: #404040;
    padding-bottom: 10px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    font-size: 45px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Montserrat',Helvetica,sans-serif;
    font-weight: 700;
}
.judul-putih{
    color: white;
    padding-bottom: 10px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    font-size: 45px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Montserrat',Helvetica,sans-serif;
    font-weight: 700;
}
.focus-box {
    display: inline-block;
    float: none !important;
    margin-right: -10px;
    vertical-align: top;
    margin-bottom: 25px;
}
.service-icon {
    width: 160px;
    height: 160px;
    margin: auto;
    border-radius: 50%;
    border: 10px solid #ececec;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.service-icon:hover{
  border: 10px solid #090;
}

.text-hijau{
  color:#090;
}

.hr-hijau{
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #090;
    width: 80px;
}
.hr-merah{
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid red;
    width: 100%;
    align-content:left;
}
.hr-hijau2{
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #090;
    width: 100%;
}
.hr-merah2{
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #e96656;
    width: 100%;
}
.fs70{
  font-size: 70px;
}
.fs60{
  font-size: 60px;
  font-family: 'Montserrat',Helvetica,sans-serif;
    font-weight: 300;
    text-align: center;
}
.fs40{
  font-size: 45px;
}
.fs40j{
  font-size: 45px;
}
.fs16{
  font-size:16px;
}
.fs16j{
  font-size:16px;
}
.fs15{
  font-size:15px;
}
.fs14{
  font-size:14px;
}

.img-o{
  border-radius:50%;
}

.fs18{
  font-size:18px;
}

.fs30{
  font-size:30px;
}

.fs17{
  font-size:17px;
}

.fs13{
  font-size:13px;
}

.fs38{
  font-size: 38px;
  line-height: 1.375em;
  color: #fff;
  text-shadow: 0 2px 2px rgb(0 0 0 / 99%);
  margin: 0.1em 0;
}

.fs32{
  font-size: 32px;
  line-height: 1.375em;
  color: #fff;
  text-shadow: 0 2px 2px rgb(0 0 0 / 99%);
  margin: 0.1em 0;
}

.fs25{
  font-size: 25px;

}

.text-grey{
  color:grey;
}

.fw{
  font-family: 'Montserrat',Helvetica,sans-serif;
    font-weight: 700;
}

.bg-black{
  background-color: black;
}

.img-part{
  width: 120px;
  height: auto;
}

.des{
  color:grey;
  font-size: 12px;
  text-align: center;
}

.garis{
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
    border: 0;
    border-top: 2px solid #090;
    /* width: 100px; */
}

.blog .carousel-indicators {
left: 0;
/* top: auto; */
bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
background: #a3a3a3;
border-radius: 50%;
width: 8px;
height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}

/* galery */
figure {
    margin: 0;
    /* position: relative; */
}

figure img {
    width: 100%;
    display: block;
	position: relative;
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

figure:hover img {
    top: 50px;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.4);
    transform: scale(0.5);
}

figure:hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 4;
}

figure a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	padding: 20px;
	background: #2c3f52;
	color: #ed4e6e;

	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}

figcaption span:before {
	content: 'by ';
}

figcaption a {
    text-align: center;
    padding: 3px 25px;
    border-radius: 2px;
    display: inline-block;
    background: #ffc107;
    color: #fff;
}

figcaption a:hover {
    color: #fff;
    text-decoration: none;
}
.fs12{
  font-size: 12px;
}
.container .box{
    position: relative;
    width: 350px;
    height: 250px;
    margin: 20px;
    transform-style: preserve-3d;
    perspective: 1000px;
    cursor: pointer;
}

.container .box .body{
    position: absolute;
    /* top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 1s ease;
}





.container .box .body .content div h3{
    letter-spacing: 1px;
}

.box1 {
    padding: 20px 0px;
    margin-top: 50px;
    background:#FFF;
    text-align: center;
    height:520px;
    margin-bottom: 100px;
}

.box-title1 {
    color: #428bca;
}

.text-green{
    color: #16a803;
}

 .profile1 {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
}

#footer {
    background: #272727 !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 15px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:16px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:25px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}



section{
  padding: 0rem;
  min-height: 400px;
}

.text-gelap{
  color:#1b8720;
}

.bg-box {
  /* Warna background hitam tipis */
  background-color: rgba(0,0,0,0.4);

  /* Tambah efek blur pada background */
  backdrop-filter: blur(1px);

  width: 100%;
}

.bg-box2 {
  /* Warna background hitam tipis */
  background-color: green;

  /* Tambah efek blur pada background */
  backdrop-filter: blur(5px);

  width: 100%;
}
.pic-1{
  height: 200px;
  width: 200px;
  border-radius: 50%;
}
.box3{position:relative}
.box3 .box-content,.box3:after,.box3:before{position:absolute;left:7%;right:7%;transition:all .3s}
.box3:after,.box3:before{display:block;background:rgba(0,0,0,.3);top:10%;bottom:10%;z-index:1;transform:scale(0,1)}
.box3:after{top:10.8%;bottom:10.8%;transform:scale(1,0)}
.box3:hover:after,.box3:hover:before{transform:scale(1);animation:animate 1.5s}
.box3:hover:before{border-top:1px solid #fff;border-bottom:1px solid #fff}
.box:hover:after{border-left:1px solid #fff;border-right:1px solid #fff}
.box img{width:100%;height:auto;transition:all .3s}
.box3:hover img{transform:scale(1.2);filter:blur(15px);-moz-filter:blur(15px);-webkit-filter:blur(15px)}
.box3 .box-content{padding:30px 10px;top:10%;;opacity:0;z-index:2}
.box3:hover .box-content{box-shadow:0 0 0 0px grey;opacity:2;transition:all .3s}
.box3 .title{font-size:24px;font-weight:600;color:#88c425;margin:0 0 5px}
.box3 .post{display:block;margin:0 0 5px;font-size:14px;color:rgba(255,255,255,.8)}
.box3 .description{font-size:14px;color:#fff;margin:0 0 20px;}
.box3 .icon{padding:0;margin:0;list-style:none}
.box3 .icon li{display:inline-block;margin:0 10px 0 0}
.box3 .icon li a{display:block;width:25px;height:25px;line-height:30px;color:#fff;background:transparent;transition:all .5s}
.box3 .icon a:hover{text-decoration:none;animation:animate-hover .5s;transition:all .3s}
@keyframes animate{0%,100%{opacity:1}
}
@keyframes animate-hover{0%{box-shadow:0 0 0 10px rgba(255,255,255,.3)}
50%{box-shadow:0 0 0 5px rgba(255,255,255,.3)}
100%{box-shadow:0 0 0 0 rgba(255,255,255,.3)}
}
.box10,.box11,.box12,.box14,.box4,.box5,.box6,.box7,.box9{box-shadow:0 0 3px rgba(0,0,0,.3)}
@media only screen and (max-width:990px){.box3{margin-bottom:30px}
.box3 .box-content{padding:10px}
.box3 .description{margin-bottom:10px}
}


.text-right{
  text-align:right;
}

.d-margin{
  margin-top:700px;
}

.wj900{
  width: 900px;
}
.wj700{
  width: 700px;
}
.wj650{
  width: 650px;
}
.wj670{
  width: 670px;
}
.map{
  margin-left:20%;
}
.h-60{
  height: 60px;
}

.ml-4rem{
  margin-left:4rem;
}

.mb-60{
    margin-top:160px;
}

.cap-car{
     
}

.w-70ss{
    width:70%;
    height:auto;
}

.w-6{
    width:6%;
}

.t-content{
    text-align:justify; font-size:16px;
}
.w-post{
    margin-left: auto;margin-right: auto;width:500px;
}
.w-postt{
    margin-left: auto;margin-right: auto;width:700px;
}