.menu-link {
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.925rem;
    font-weight: 500;
}

.bg-color-2 {
    background-color: #f4ba40 !important;
}
.color-2 {
    color: #f4ba40 !important;
}

.feature-box-border .feature-box {
    position: relative;
}

.feature-box-border .feature-box:not(.noborder)::after {
    content: "";
    position: absolute;
    top: calc(64px + 16px);
    left: 59px;
    width: 2px;
    height: calc(100% - 16px);
    background-color: #eee;
    z-index: 0;
}

.feature-box-border .fbox-color.feature-box:not(.noborder)::after {
    background-color: #2f50a0;
}

.feature-box-border .fbox-icon i,
.feature-box-border .fbox-border.fbox-light .fbox-icon i {
    line-height: 60px;
    font-size: 24px;
    z-index: 1;
    text-align: center;
}

.fbox-border.fbox-light .fbox-icon a {
    background-color: #fff;
}

.fbox-border.fbox-effect .fbox-icon i::after {
    background-color: #2f50a0;
}

.bg-color-50 {
    background-color: rgba(15, 100, 88, 0.4) !important;
    background-color: #2f50a052 !important;
}

.dark .line {
    border-color: rgb(255, 205, 140, 0.2) !important;
}

.section-mobile {
    width: calc(100vw - 30px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .section-mobile {
        width: calc(100vw - 60px);
    }
}

.grid-border {
    overflow: hidden;
}

.grid-border [class^="col-"]:before,
.grid-border [class^="col-"]:after {
    content: "";
    position: absolute;
}

.grid-border [class^="col-"]:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #70706b50;
}

.grid-border [class^="col-"]:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #70706b50;
}

.pricing-price {
    font-size: 5rem;
}

/* Services */
.section-visi .btn-link {
    font-size: 14px;
}

.section-visi .card {
    border: 0;
    overflow: hidden;
    background: #fff;
    background-clip: padding-box;
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
    border-radius: 50px 0 50px 0;
}

.section-visi .card::before {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(to right, #2f50a0, lightblue);
}

.section-visi .card.border-color-pink::before {
    background: linear-gradient(to right, #f4ba40, #e7dabf);
}

.footer-big-contacts {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.footer-big-contacts span {
    display: block;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 2px;
}

.dark .footer-big-contacts {
    color: rgba(255, 255, 255, 0.8);
}

/* layanan */

.testi-content p {
    line-height: 1.95;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
}

.play-icon {
    transition: transform 0.3s ease;
}

.play-icon:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.play-icon i {
    width: 80px;
    height: 80px;
    line-height: 81px;
    font-size: 28px;
    padding-left: 5px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    background-color: #fff;
    z-index: 2;
    transition: all 0.3s ease;
}

.play-icon:hover i {
    background-color: #7e9680;
    background-color: var(--themecolor, #7e9680);
    color: #fff;
}

.owl-carousel .jumbotron {
    height: 450px;
}

.owl-item .jumbotron {
    opacity: 0.5;
    transform: scale(0.95);
    transition: all 0.5s ease;
}

.owl-item .jumbotron-text {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.4s 0.2s ease;
}

.owl-item.active .jumbotron,
.owl-item.active .jumbotron-text {
    opacity: 1;
    transform: scale(1);
}

#oc-layanan .owl-nav [class*="owl-"] {
    opacity: 1;
    left: 61px !important;
    height: 60px;
    line-height: 60px;
    border: none;
    color: #333;
    background-color: transparent;
    font-size: 28px;
    border-radius: 0;
}

#oc-layanan.owl-nav .owl-next {
    left: auto;
    right: -61px;
}

#oc-layanan .owl-nav .owl-next {
    left: auto !important;
    right: 62px !important;
    border-radius: 0;
}

#oc-layanan .owl-nav [class*="owl-"]:hover {
    transform: scale(1.3);
    background-color: transparent !important;
    color: #7e9680 !important;
    color: var(--themecolor, #7e9680) !important;
}

.device-md #oc-layanan .owl-nav .owl-prev {
    left: 67px !important;
}
.device-md #oc-layanan .owl-nav .owl-next {
    right: 67px !important;
}

.device-sm #oc-layanan .owl-nav .owl-prev,
.device-xs #oc-layanan .owl-nav .owl-prev {
    left: 27px !important;
}

.device-sm #oc-layanan .owl-nav .owl-next,
.device-xs #oc-layanan .owl-nav .owl-next {
    right: 27px !important;
}

/* galleri */

/* img-hover-wraps */
.img-hover-wrap {
    -webkit-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -moz-transform-style: flat !important;
    -webkit-backface-visibility: hidden;
}

.img-hover-wrap:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
    z-index: 2;
}

.img-hover-card > a::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.img-hover-wrap:hover .img-hover-card > a::after {
    background-color: rgba(0, 0, 0, 0.6);
}

.img-hover-card {
    position: relative;
    display: block;
    will-change: transform;
    transition: all 0.3s ease;
    box-shadow: 0 10px 40px transparent;
}

.img-hover-card a {
    width: 100%;
    max-width: 100%;
    display: block;
    z-index: 99;
}

.img-hover-card.hover-in {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.img-hover-card.hover-3d {
    z-index: 2;
}

.img-hover-card.hover-out {
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.img-hover-wrap:hover .img-hover-card {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.img-hover-wrap .img-hover-detail {
    position: absolute;
    top: auto;
    left: 40px;
    bottom: 40px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1) translateY(40px) translateZ(50px);
    -ms-transform: scale(1) translateY(30px) translateZ(50px);
    -o-transform: scale(1) translateY(30px) translateZ(50px);
    transform: scale(1) translateY(30px) translateZ(50px);
    -webkit-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}

.img-hover-wrap:hover .img-hover-detail {
    opacity: 1;
    -webkit-transform: scale(1.06) translateY(-5px) translateZ(50px);
    -ms-transform: scale(1.06) translateY(-5px) translateZ(50px);
    -o-transform: scale(1.06) translateY(-5px) translateZ(50px);
    transform: scale(1.06) translateY(-5px) translateZ(50px);
}

.img-hover-wrap .img-hover-title {
    margin: 0 0 6px 0;
    font-size: 17px;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    z-index: 9;
}

.img-hover-wrap .img-link {
    opacity: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.img-hover-wrap:hover .img-link {
    opacity: 1;
}

.img-hover-detail a {
    color: #fff;
}

/* testimonial */
#testimonial .testimonials-carousel .owl-stage {
    padding-top: 40px;
}

#testimonial .testimonials-carousel .owl-item {
    opacity: 0.6;
    transition: transform 0.3s ease;
    transform: scale(0.8);
}

#testimonial .testimonials-carousel .owl-item.active.center {
    opacity: 1;
    transform: scale(1);
}

#testimonial .testimonial {
    border: 0;
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
    border-radius: 0.25rem;
    padding: 25px;
}

#testimonial .testi-image {
    float: none;
    margin: -55px auto 0;
    margin-bottom: 20px;
}

#testimonial .testi-content p {
    text-align: center;
    font-style: normal;
    font-size: 16px;
}

#testimonial .testi-meta {
    text-align: center;
    margin-top: 20px;
}

/* contact */

.contact-section {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 50%;
    padding: 60px 60px 60px 180px;
    z-index: 0;
}
.contact-image {
    position: relative;
    width: 60%;
    margin-top: 30px;
    z-index: 2;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
    .contact-section {
        position: relative;
        display: block;
        width: 100%;
        padding: 20px;
    }
    .contact-image {
        width: 100%;
        margin-top: 0;
    }
}
