
:root {
    --primary: #A9FF0A;
    --orange: #FBBC04;
    --abu: #eee;
    --putih: white;
    --hitam:#000;
}

/*** Control Tambahan Start ***/
ul li::marker {
    content: '✅';
    color: var(--primary);
}

.text-utama{
    color: var(--bs-primary);
}

.text-orange{
    color: var(--orange);
}

.text-hitam{
    color: var(--hitam);
}

.text-putih{
    color: var(--putih);
}

.bg-abu{
    background-color: var(--abu);
}

.bg-utama-trans{
    background-color: rgba(169, 255, 10, 0.5);
}
.bg-utama{
    background-color: var(--bs-primary);
}

.bg-hitam{
    background-color: var(--hitam);
}

.bg-putih{
    background-color: var(--putih);
}

.fz-10{
    font-size: 10px;
}

.fz-12{
    font-size: 12px;
}

.fz-15{
    font-size: 15px;
}

.fz-18{
    font-size: 18px;
}

.fz-25{
    font-size: 25px;
}

@media only screen and (min-width: 992px) {
    .wdt-25{
        width: 25% !important;
    }
    .wdt-50{
        width: 50% !important;
    }
}

@media only screen and (max-width: 767px) {
    .wdt-25{
        width: 100% !important;
    }
    .wdt-50{
        width: 100% !important;
    }
}
/*** About Start ***/
.about-aircon-content {
    border: 10px solid #f1f1f1;
    margin-right: -120px;
    margin-top: 100px;
    padding: 70px 160px 40px 40px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-aircon-content {
        padding: 40px 160px 40px 40px;
        margin-right: -150px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .about-aircon-content {
        padding: 20px 20px 20px 20px;
        margin-right: 0;
        margin-top: 0;
    }
    .sec-title h2 {
        font-size:30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-aircon-content {
        padding: 40px 40px 40px 40px;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.about-image {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .about-image {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .about-image img {
        top: 15px;
        left: -10px;
    }
}

.about-image img {
    position: relative;
    z-index: 11;
    width: 100%;
}

.about-image .about-image-box {
    position: absolute;
    width: 95%;
    height: 95%;
    top: 60px;
    left: -30px;
    background: #eee;
    border-radius: 10px;
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    .about-image .about-image-box {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.about-title {
    margin-top: -100px;
    position: absolute;
    background: #eee;
    right: 100px;
    padding: 8px 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-title {
        margin-top: -70px;
        right: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .about-title {
        margin-top: 0;
        position: inherit;
        right: 0;
        padding: 8px 0px;
    }
    section, .about-section-three, .main-footer .widgets-section {
        padding: 50px 0 10px !important;
    }

    .main-footer .about-widget .logo-box img {
        width:250px !important;
    }

    .page-title .title {
        font-size: 20px;
        line-height:30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-title {
        margin-top: 0;
        position: inherit;
        right: 0;
        padding: 0px 0px;
    }
    
}

.about-title h3 {
    color: var(--hitam);
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 600;
}

.about-title h3 span {
    color: var(--bs-primary);
}

@media only screen and (max-width: 767px) {
    .about-title h3 {
        font-size: 20px;
        letter-spacing: 1px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-title h3 {
        font-size: 30px;
        letter-spacing: 1px;
    }
}

.about-info > h4 {
    font-size: 22px;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 20px;
    color: var(--bs-primary-2);
}

@media only screen and (max-width: 767px) {
    .about-info > h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.about-info p {
    font-size: 14px;
    margin-bottom: 15px;
}

.about-info .social-link {
    margin-top: 30px;
}

.about-info .social-link .social-title h4 {
    font-size: 22px;
    color: var(--bs-primary-2);
    margin-bottom: 15px;
    font-weight: 600;
}

.about-info .social-link ul li {
    display: inline-block;
    margin-right: 12px;
}

.about-info .social-link ul li a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    border-radius: 50%;
    display: block;
}

.about-info .social-link ul li a:hover {
    color: #fff;
    background: var(--bs-primary);
}

.top-border::after {
    height: 10px;
    width: 70px;
    left: 0;
    top: -10px;
    background: var(--bs-primary);
    content: "";
    position: absolute;
}

.top-border::before {
    height: 70px;
    width: 10px;
    left: -10px;
    top: -10px;
    background: var(--bs-primary);
    content: "";
    position: absolute;
}

.bottom-border::after {
    height: 10px;
    width: 70px;
    right: -10px;
    bottom: -10px;
    background: var(--bs-primary);
    content: "";
    position: absolute;
}

.bottom-border::before {
    height: 70px;
    right: -10px;
    bottom: -10px;
    background: var(--bs-primary);
    content: "";
    position: absolute;
    width: 10px;
    z-index: 9;
}
/*** About End ***/

/*** Control Tambahan End ***/

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 25px;
    height: 25px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 400px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-kedua {
    box-shadow: inset 0 0 0 0 var(--hitam);
    background-color: var(--hitam);
}

.btn.btn-kedua:hover {
    box-shadow: inset 400px 0 0 0 var(--bs-light) !important;
    color: var(--hitam) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*--------------------------------------------------------------
# galeri
--------------------------------------------------------------*/
.galeri-item {
    transition: .5s;
}

.galeri-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.galeri-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.galeri-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.galeri-item:hover .galeri-social {
    background: rgba(255, 255, 255, .7);
}

.galeri-item:hover .galeri-social p {
    color: #fff;
}

.galeri-item:hover .galeri-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.galeri-item:hover .galeri-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.galeri-item:hover .galeri-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.galeri-item:hover .galeri-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.galeri-item .galeri-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.galeri-item:hover .galeri-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}

/*** CTA Start ***/
.cta-section {
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: "";
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    top: -100px;
    left: -30px;
    margin: auto;
    width: 200px;
    height: 200px;
}

.cta-section::after {
    content: "";
    border: 20px solid var(--primary);
    border-radius: 50%;
    position: absolute;
    bottom: -100px;
    right: 0;
    left: 0;
    margin: auto;
    width: 150px;
    height: 150px;
}

.cta h3{
    color: var(--putih);
}

.cta p{
    color: var(--putih);
}

/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--hitam) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--hitam) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--hitam);
    background: var(--bs-primary);
    border-radius: 3px;
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--hitam) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--hitam) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 25px 0;
    color: var(--putih);
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 17px 0;
    color: var(--putih);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-var(--putih));
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-var(--putih));
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        /* color: var(--bs-dark) !important; */
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: rgba(0, 0, 0, .8);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 4px;
        top: 12px;
        /* bottom: -1px; */
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
    outline: 2px var(--bs-primary) solid;
    color: var(--bs-primary);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
    outline: 2px var(--bs-primary) solid;
    color: var(--bs-primary);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-dark) !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        transition: 0.5s;
    }

    .header-carousel .owl-nav .owl-prev {
        width: 25px;
        height: 25px;
        font-size: 17px;
        outline: 1px var(--bs-primary) solid;
    }

    .header-carousel .owl-nav .owl-next {
        width: 25px;
        height: 25px;
        font-size: 17px;
        outline: 1px var(--bs-primary) solid;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }

}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 70px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-var(--putih)) !important;
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(169, 255, 10, .3);
}

.service .service-item .service-img:hover img {
    transform: scale(1);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(169, 255, 10, .5);
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: rgba(169, 255, 10, .5);
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--orange) !important;
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--hitam);
}

/*** Service End ***/

/*** Feature Start ***/
@media (min-width: 992px) {
    .feature .feature-item {
        height: 150px;
    }
}

@media (max-width: 768px) {
    .feature .feature-item {
        height: 165px;
    }
}

.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item .feature-icon .bg-unggul {
    background: var(--hitam);
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-icon .bg-unggul {
    background: var(--hitam);
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-dark);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}
/*** Feature End ***/


/*** Appointment Start ***/
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.appointment .appointment-form {
    background: rgba(239, 162, 134, 0.3);
}

.appointment .appointment-form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Youtube Video start ***/
.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 33px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 33px solid var(--bs-var(--putih));
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** Appointment End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px;
}

.team .team-item:hover .team-img::before {
    background: rgba(169, 255, 10, .3);
}

.team .team-item .team-content {
    color: var(--hitam);
    transition: 0.5s;
}

.team .team-item .team-content h5 {
    color: var(--bs-secondary);
    transition: 0.5s;
}

.team .team-item:hover .team-content h5 {
    color: var(--bs-dark);
}

.team .team-item:hover .team-content {
    background: var(--abu);
    color: var(--hitam);
}
/*** Team End ***/


/*** testimonial Start ***/
/* .testimonial {
    background: linear-gradient(rgba(169, 255, 10, 0.9), rgba(169, 255, 10, 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
} */

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: transparent;
}

.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid var(--bs-light);
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}


.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--primary) !important;
    color: var(--bs-light) !important;
}


@media (max-width: 900px) {
    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -190px;
        margin-left: 40px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -190px;
        margin-right: 40px;
    }
    
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-light);
    background: transparent;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--primary) !important;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
    transition: 0.5s;
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}


/* Testimonial Section Title Start */
.testimonial .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.testimonial .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--hitam) !important;
}

.testimonial .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--hitam) !important;
}

.testimonial .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--hitam) !important;
}

.testimonial .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--hitam) !important;
}

.scroll{
    display:block;
    height: 160px;
    overflow:auto;
}
/*** Testimonial End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(169, 255, 10, .5);
}

.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*** Blog End ***/


/*** Contact Start ***/
.contact {
    background: linear-gradient(rgba(169, 255, 10, 0.9), rgba(169, 255, 10, 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.contact .contact-form .btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-var(--putih)) !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    color: var(--bs-light);
}



/* Testimonial Section Title Start */
.contact .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.contact .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-var(--putih)) !important;
}

.contact .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-var(--putih)) !important;
}

.contact .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-var(--putih)) !important;
}

.contact .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-var(--putih)) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-item a {
    line-height: 35px;
    color: var(--putih);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: var(--hitam) !important;
}
/*** copyright end ***/

/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*================================================
Blog Details Page CSS
=================================================*/
.blog-details-text-area img {
    border-radius: 15px;
}

.blog-details-text-area span {
    display: inline-block;
    padding: 8px 25px;
    border-radius: 25px;
    color: var(--whiteColor);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color: var(--hitam);
    position: relative;
    top: -20px;
    left: 20px;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--fontFamily2);
}

.blog-details-text-area .blog-date {
    margin-bottom: 15px;
}

.blog-details-text-area .blog-qoute {
    padding: 30px;
    position: relative;
    margin-bottom: 20px;
}

.blog-details-text-area .blog-qoute i {
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: var(--hitam);
}

.blog-details-text-area .blog-qoute p {
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: var(--blackColor);
    font-size: 17px;
    font-weight: 600;
}

.recent-news-card {
    margin-top: 20px;
    min-height: 90px;
    position: relative;
    padding-left: 105px;
}

.recent-news-card img {
    position: absolute;
    left: 0;
}

.recent-news-card h5 {
    line-height: 1.4;
    padding-top: 5px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px !important;
    font-size: var(--fontSize);
}

.recent-news-card p {
    font-size: 14px;
}

.blog-text-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 5px;
    padding: 3px 15px 15px 15px;
    background-color: var(--abu);
}

.blog-text-footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.blog-text-footer ul li {
    display: inline-block;
}

.blog-text-footer ul li span {
    font-weight: 600;
    /*margin-right: 10px;*/
    padding: 0px !important;
    background-color: transparent !important;
}

.blog-text-footer .tag-area {
    margin-top: 12px;
}

.blog-text-footer .tag-area ul li {
    margin-right: 5px;
    cursor: pointer;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.blog-text-footer .tag-area ul li i {
    color: var(--hitam);
}

.blog-text-footer .tag-area ul li:hover {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    color: var(--hitam);
}

.blog-text-footer .tag-area ul li:first-child {
    padding: 0px;
}

.blog-text-footer .social-icons {
    margin-top: 12px;
}

.blog-text-footer .social-icons ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--hitam);
    background-color: white;
    -webkit-box-shadow: var(--boxShadow);
            box-shadow: var(--boxShadow);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.blog-text-footer .social-icons ul li a:hover {
    color: var(--whiteColor);
    background-color: var(--hitam);
}

.bd-comments {
    margin-top: 30px;
}

.bd-comments h3 {
    font-size: var(--card-title-fontSize);
    font-weight: 700;
}

.comment-card {
    margin-top: 30px;
    position: relative;
    padding-left: 90px;
}

.comment-card img {
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.comment-card h5 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: var(--fontSize);
}

.comment-card span {
    color: var(--paragraphColor);
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    font-family: var(--fontFamily);
}

.comment-card p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.comment-card a {
    color: var(--hitam);
    font-weight: 500;
}

.bd-form {
    margin-top: 30px;
    border-radius: 15px;
    background-color: #f9fafb;
    padding: 30px;
}

.bd-form h3 {
    font-size: var(--card-title-fontSize);
    font-weight: 700;
    margin-top: 0px;
}

.bd-form p {
    font-size: 14px;
    margin-bottom: 5px;
}

.bd-form .form-control {
    border: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 12px 15px;
    border-radius: 0px;
    background-color: var(--whiteColor);
}

.bd-form .default-button {
    margin-top: 15px;
}

/*================================================
# Side Bar Detail Artikel CSS
=================================================*/

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    position: sticky;
    top: 60px;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.block-21 .blog-img {
    border-radius: 5px;
    display: block;
    height: 80px;
    width: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 300;
}

.block-21 .text .heading a {
    color: var(--hitam);
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: var(--orange);
}

.block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta > div a {
    color: gray;
}

/*================================================
Sidebar area CSS
=================================================*/
.sidebar-card {
    padding: 30px 25px;
    border-radius: 15px;
    -webkit-box-shadow: var(--boxShadow);
            box-shadow: var(--boxShadow);
    background-color: var(--whiteColor);
}

.sidebar-card h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: var(--card-title-fontSize);
    font-weight: 700;
}

.sidebar-card h3::before {
    content: '';
    width: 30%;
    height: 2px;
    background-color: var(--hitam);
    position: absolute;
    left: 0;
    bottom: 0;
}

.popular-cases-sidebar-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
}

.popular-cases-sidebar-card img {
    margin-right: 15px;
    border-radius: 10px;
}

.popular-cases-sidebar-card h5 {
    line-height: 1.4;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 600;
}

.popular-cases-sidebar-card p a {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--fontFamily2);
}

.sidebar-category-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-category-card ul li {
    margin-top: 12px;
    font-weight: 500;
    font-size: var(--fontSize);
    font-family: var(--fontFamily2);
}

.sidebar-category-card ul li i {
    font-size: 12px;
    color: var(--hitam);
    margin-right: 5px;
}

.sidebar-event-info .sidebar-event-info-card {
    margin-bottom: 15px;
}

.sidebar-event-info .sidebar-event-info-card h6 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
}

.sidebar-event-info .sidebar-event-info-card p i {
    color: var(--hitam);
    margin-right: 3px;
}

.sidebar-event-organizer .seo-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
}

.sidebar-event-organizer .seo-name img {
    border-radius: 50%;
    margin-right: 10px;
}

.sidebar-event-organizer .seo-name h6 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
}

.sidebar-event-organizer .sidebar-event-organizer-card {
    margin-top: 15px;
}

.sidebar-event-organizer .sidebar-event-organizer-card h6 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}

.sidebar-event-organizer .sidebar-event-organizer-card p i {
    color: var(--hitam);
    margin-right: 3px;
}

.search-box .input-group {
    border: 1px solid #eeeeee;
    border-radius: 15px;
    overflow: hidden;
}

.search-box .form-control {
    background-color: var(--whiteColor);
    border: 0px;
    padding: 10px;
    border-radius: 15px 0px 0px 15px;
}

.search-box .btn {
    border-radius: 0px;
    color: var(--whiteColor);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color: var(--hitam);
}

.search-box .btn:hover {
    background-color: var(--secondColor);
}

.sidebar-tag ul {
    margin: 10px 0px 0px;
    padding: 0px;
    list-style: none;
}

.sidebar-tag ul li {
    display: inline-block;
}

.sidebar-tag ul li a {
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #eeeeee;
    background-color: var(--whiteColor);
    font-size: 14px;
    font-family: var(--fontFamily2);
    margin-right: 5px;
    margin-top: 10px;
}

.sidebar-tag ul li a:hover {
    color: var(--whiteColor);
    background-color: var(--hitam);
}
/*** Blog End ***/