.shape-candlewood {
    background-image: url("../../assets/images/ilustration/ellipse2.png");
    background-repeat: no-repeat;
    background-size: 100% 70%;
    height: 100%;
}

.shadow-candlewood {
    background-image: url("../../assets/images/ilustration/shadow.png");
    background-repeat: no-repeat;
    background-size: 100% 93%;
}

.shape-about-candlewood {
    background-image: url("../../assets/images/ilustration/tentangkami.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.shape-about-footer-candlewood {
    background-image: url("../../assets/images/ilustration/tentangkamifooter.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.shape-service-candlewood {
    background-image: url("../../assets/images/ilustration/service.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.shape-service-footer-candlewood {
    background-image: url("../../assets/images/ilustration/servicefooter.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.shape-maintenance-candlewood {
    background-image: url("../../assets/images/ilustration/maintenance.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.shape-maintenance-body-candlewood {
    background-image: url("../../assets/images/ilustration/maintenancebody.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.shape-maintenance-footer-candlewood {
    background-image: url("../../assets/images/ilustration/maintenancefooter.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.shape-project-candlewood {
    background-image: url("../../assets/images/ilustration/project.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.shape-project-footer-candlewood {
    background-image: url("../../assets/images/ilustration/projectfooter.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.shape-event-candlewood {
    background-image: url("../../assets/images/ilustration/event.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.shape-event-footer-candlewood {
    background-image: url("../../assets/images/ilustration/eventfooter.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.box-candlewood {
    width: 80%;
    height: 250px;
    margin: auto;
    text-align: center;
    background-color: #927A62;
    border-radius: 30px;
    padding-top:60px;
}

.box-candlewood:hover {
    width: 85%;
    height: 270px;
    margin: auto;
    text-align: center;
    background-color: #927A62;
    border-radius: 30px;
    padding-top:60px;
}

/* CUSTOME PAGE */
@media (min-width: 1200px) {
    .content-up-candle {
      margin-top:-50px;
    }
}

@media (max-width: 768px) {
    .content-up-candle {
      margin-top:0px;
    }
}

/* OVERLAY */
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    height: 324px;
    width: 550px;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
  }
  
.hoverLay:hover .overlay {
    opacity: 0.8;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.ta-center {
    text-align: center !important;
}

.ta-right {
    text-align: right !important;
}

.ta-left {
    text-align: left !important;
}

.white {
    color: #fff !important;
}

.yellow-candle {
    color: #FFC640 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.fsb {
    font-weight: bold !important;
}

.font14 {
    font-size: 14px !important;
}

.font17 {
    font-size: 17px !important;
}

.font18 {
    font-size: 18px !important;
}

.font19 {
    font-size: 19px !important;
}

.font20 {
    font-size: 20px !important;
}

.font21 {
    font-size: 21px !important;
}

.font22 {
    font-size: 22px !important;
}

.font23 {
    font-size: 23px !important;
}