.cusPad{
  padding: 100px 0px;
}
.grey-bg {
    background: #F4F1EE;
  }
  .white-bg {
    background: #fff;
  }

.section_gallery{
    position: relative;
    padding: 100px 0px;
    /*background-color: antiquewhite;*/
}
.kf-gallery-item {
    margin-top: 30px;
    position: relative;
    width: 100%;
  }
  .kf-gallery-item .image {
    position: relative;
    height: 370px;
  }
  .kf-gallery-item .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .kf-gallery-item .image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #090c0f;
    opacity: 0;
    pointer-events: none;
    -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
    transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  }
  .kf-gallery-item .desc {
    padding: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
  }
  .kf-gallery-item .value {
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0;
    -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
    transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
  .kf-gallery-item .name {
    margin-bottom: 2px;
  }
  .kf-gallery-item .name .value {
    color: #fff;
    font-weight: bold;
  }
  .kf-gallery-item .name .value span{
    position: relative;
    display: inline-flex;
    background-color: #af7245;
    font-size: 12px;
    font-weight: 200;
    text-transform: capitalize;
    border-radius: 50px;
    padding: 1px 15px;
  }
  .kf-gallery-item .subname .value {
    color: #0e1317;
    background: #fff;
  }
  .kf-gallery-item:hover .image:after {
    opacity: 0.8;
  }
  .kf-gallery-item:hover .value {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }


  /* STYLES SHAPE */
  .section_gallery .shape__1 {
    top: 0px;
    left: 0;
  }
  .section_gallery .shape__2 {
    bottom: 60px;
    right: 0;
  }

  .section_about{
    position: relative;
  }
  .section_about .shape__1 {
    top: 80px;
    left: 0;
  }
  .section_about .shape__2 {
    top: -60px;
    right: 0;
  }
  .section_about .shape__3 {
    top: 40%;
    left: 0;
  }
  .section_about .shape__4 {
    top: 40%;
    right: 0;
  }
  .section_about .shape__5 {
    bottom: 80px;
    left: 0;
  }
  .section_about .shape__6 {
    bottom: -60px;
    right: 0;
  }
  .section_home{
    position: relative;
  }
  .section_home .shape__1 {
    bottom: 0px;
    left: 0;
  }
  .section_home .shape__2 {
    top: -60px;
    right: 0;
  }


  /* Problem & Issues */
  .box-content-img-1{
    position: relative;
    width: 100%;
    height: 240px;
  }
  .box-content-img-1 img{
    height: 240px;
  }
  
  .box-content-text-1{
    position: relative;
    width: 100%;
    padding: 30px;
  }
  .box-content-text-1 li{
    margin: 0;
    padding: 0;
    list-style: disc;
  }

  .box-content-img-2{
    position: relative;
    width: 100%;
    height: 500px;
  }
  .box-content-img-2 img{
    height: 500px;
  }

  .box-content-text-2{
    position: relative;
    width: 100%;
  }
  .box-content-text-2 ol li{
    margin: 0;
    padding: 0;
    list-style: disc;
    text-align: left;
  }
  ul.gradient-list {
    counter-reset: gradient-counter;
    list-style: none !important;
    margin: 0 0;
    padding-left: 10px;
  }
  ul.gradient-list > li {
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 1rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
  }
  ul.gradient-list > li::before, ul.gradient-list > li::after {
    background: #af7245;
    border-radius: 10px;
    content: "";
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  ul.gradient-list > li::before {
    content: counter(gradient-counter);
    color: #fff;
    text-align: center;
    z-index: 1;
    font-size: 20px;
    font-weight: bold;
  }
  
  ul.gradient-list > li + li {
    margin-top: 2rem;
  }

  .box-formulasi-img{
    position: relative;
    width: 100%;
  }

  .box-formulasi-text{
    position: relative;
    width: 100%;
  }
  .box-formulasi-text h6{
    font-weight: bold;
  }


  .box-content-text-3{
    position: relative;
    width: 100%;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cusLi{
    position: relative;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 16px;
  }
  .cusLi span{
    display: inline-block;
    background-color: #af7245;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
  }
  .box-content-img-3 img{
    height: 550px;
  }


  /* ----------- TESTIMONI VIDEO ----------*/
  .slick-wrapper-video {
    position: relative;
    width: 100%;
  }
  .slick-wrapper-video .slide-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
  }


.manfaatCus{
  position:relative;
  width:100%;
  margin-top:-100px;
  text-transform: uppercase;
}
.manfaatCus h2{
  font-weight: 800;
  font-size: 30px;
  color: #090c0f;
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 50px;
}

.box-bahanbaku,.box-bahanbaku-text{
    position: relative;
    width: 100%;
    min-height: 125px;
}
.box-bahanbaku-text h6{
  font-weight: 600;
}
.box-bahanbaku-text p{
  font-size: 14px;

}



/* slick custome arrow*/
.btn-wrap {
	text-align: center;
	width: 100%;
  padding-top: 40px;
}
.btn-wrap button {
	background-color: #af7245;
  border-radius: 50%;
	border: none;
	margin: 10px;
	font-size: 30px;
	font-weight: 600;
	transition: all 0.5s;
  width: 60px;
  height: 60px;
  line-height: 60px;

}
.btn-wrap button.slick-disabled {
	opacity: 0.6;
}


/* Accordion */
.accor-button:focus,.accor-button2:focus {
  outline: 0;
}
.accor-button {
    margin: 0;    
    background: #fff;
    border: none;    
    outline: none;
    width: 100% !important;
    display: block;
    text-align: left;    
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 20px !important;
    font-weight: 500;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: #3E3F66;
}
.accor-button2 {
    margin: 0;    
    background: inherit;
    border: none;    
    outline: none;
    width: 100%;
    display: block;
    text-align: left;    
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 50px !important;
    font-weight: 500;
    font-size: 14px;
    color: #3E3F66;
}
.box-kota{
  background: #FBFBFB !important;
}
.box-member{
  padding: 30px !important;
}

.box-member{
  padding: 30px !important;
}
.box-memberlist{
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.box-memberDetail{
  position: relative;
  width: 100%;
  background: #fff;
  padding: 15px 30px 15px 30px;
  margin-bottom: 15px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.box-memberDetail h6{
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 0;
  color: #3E3F66;
}
.box-memberDetail h2{
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 0;
  color: #3E3F66;
}
.box-memberDetail a{
  display: inline-block;
  background: #af7245;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 10px;  
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.box-memberDetail a:hover{
    background: #3E3F66;
    color: #fff;
}
.countWa{
	font-size: 100px;
}

.box-women{
  position: relative;
  width: 100%;
  border-radius: 20px;
  background: #ffeff7;
  padding: 50px;
}

.icon img{
  width: 40px;
  height: 40px;
}

/*.imgAboutCus{
  width: 198px;
  height: 198px;
}*/

.section-footer{
  position: relative;
  width: 100%;
  background-color: #000;
}
.box-footer-img,.box-footer-address{
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #000;
}
.box-footer-img img{
  position: relative;
  height: 500px;
}

.box-footer-address{
  padding: 80px;
}
.single-contact {
  padding-bottom: 20px;
  text-align: left;
}
.single-contact h2 {
  font-size: 16px;
  margin-top: 0px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 5px;
  color: #95633d;
}
.single-contact p {
  font-size: 14px;
  margin-top: 0px;
  text-transform: capitalize;
  font-weight: 400;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 0;
  color: #fff;
  margin-left: 47px;
}
.contact-icon {
  float: left;
  padding-bottom: 0px;
  margin-right: 15px;
  font-size: 32px !important;
  color: #95633d;
  margin-top: -10px;
}
.single-contact ul{
  list-style: none;
  display: inline-flex;
}
.single-contact ul li{
  padding-right: 15px;
}
.single-contact img{
  position: relative;
  width: 100%;
  padding-top: 15px;
}
.bottom_footer2 {
  background-color: var(--bg-purple);
  padding: 20px 0px;
}
.bottom_footer2 p {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
}
.bottom_footer2 .developer_text {
  text-align: right;
}
.bottom_footer2 .developer_text a {
  color: #000;
  text-decoration: none;
}

.box-item-left{
  position: relative;
  width: 380px;
  min-height: 40px;
  display: inline-block;
}
.box-item-left .icon{
  position: relative;
  float: right;
  height: 40px;
  height: 40px;
}
.box-item-left .text{
  position: relative;
  width: 330px;  
  float: left;
}
.box-item-right{
  position: relative;
  width: 380px;
  min-height: 40px;
  display: inline-block;
}
.box-item-right .icon{
  position: relative;
  float: left;
  height: 40px;
  height: 40px;
}
.box-item-right .text{
  position: relative;
  width: 330px;  
  float: right;
}

.box-kenapa{
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}
.box-kenapa .box-number{
  background-color: #95633d;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: grid;
  float: left;
}
.box-kenapa .box-number-text{  
  display: grid;
  padding-left: 30px;
  text-align: left;
}