:root {
    --primary: #6D3C2E;
    --secondary: #AC6249;
    --light: #f6f7fc;
    --abu: #9C9996;
    --dark: black;
}

.rad-30{
    border-radius: 30px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99
}

#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 linear;
    visibility: visible;
    opacity: 1
}

.btn,
.team-item img {
    transition: .5s
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover,
.btn.btn-primary,
.btn.btn-secondary,
.footer .copyright a:hover,
.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: #fff
}

.btn.btn-primary:hover {
    background: 0 0;
    color: var(--primary);
    border-color: var(--primary)
}

.btn.btn-secondary:hover,
.service-item a.btn:hover,
.team-item a.btn:hover {
    background: var(--primary);
    border-color: var(--primary)
}

.btn-square {
    width: 38px;
    height: 38px
}

.btn-sm-square {
    width: 32px;
    height: 32px
}

.btn-lg-square {
    width: 48px;
    height: 48px
}

.btn-lg-square,
.btn-sm-square,
.btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s
}

.navbar .navbar-brand img {
    max-height: 60px
}

.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    color: #696e77;
    font-weight: 500;
    outline: 0
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover,
.service-item a.btn,
.team-item a.btn {
    color: var(--primary)
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px
}

@media (max-width:991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px
    }
    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px
    }
    .navbar .nav-item .dropdown-menu {
        padding-left: 30px
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1
}

.carousel-control-next,
.carousel-control-prev {
    width: 15%
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 50px
}

.page-header {
    background: url(../img/carousel-1.jpg) center center/cover no-repeat
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .5)
}

@media (min-width:992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1
    }
    .container.facts {
        max-width: 100% !important
    }
    .container.facts .facts-text {
        padding-left: calc(((100% - 960px)/ 2) + .75rem)
    }
    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px)/ 2) + .75rem)
    }
}

@media (min-width:1200px) {
    .container.facts .facts-text {
        padding-left: calc(((100% - 1140px)/ 2) + .75rem)
    }
    .container.facts .facts-counter {
        padding-right: calc(((100% - 1140px)/ 2) + .75rem)
    }
}

@media (min-width:1400px) {
    .container.facts .facts-text {
        padding-left: calc(((100% - 1320px)/ 2) + .75rem)
    }
    .container.facts .facts-counter {
        padding-right: calc(((100% - 1320px)/ 2) + .75rem)
    }
}

.container.facts .facts-counter .h-100,
.container.facts .facts-text .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

/* .service-item,
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07)
}

.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center
}

.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px
}

.service-item a.btn:hover,
.team-item a.btn:hover {
    color: #fff
} */



/*** Service ***/
@media only screen and (max-width: 767px) {
    .service-item {
        text-align:center;
        height:220px;
    }
    
    .icon-shopee{
        width:10px; 
        height:10px;    
    }
}

@media only screen and (min-width: 900px) {
    .service-item {
        height:160px;
    }
    
    .icon-shopee{
        width:17px; 
        height:17px;    
    }
}

.service-item {
    padding:10px;
    background: transparent;
    transition: .5s;
}
.service-item p{
    color: var(--secondary);
}

.service-item h5{
    color: var(--secondary);
}

.service-item:hover {
    margin-top: -10px;
    background: transparent;
}

.service-item:hover p{
    color: var(--primary);
}

.service-item:hover h5{
    color: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: #545454;
}

.appointment {
    background: linear-gradient(rgba(109, 60, 46, .9), rgba(109, 60, 46, .9)) 0 0/cover, url(../img/carousel-1.jpg) center center/cover no-repeat
}

.team-item:hover img {
    transform: scale(1.1)
}

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1
}

.animated.pulse {
    animation-duration: 1.5s
}

.testimonial-left,
.testimonial-right {
    position: relative
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px dashed var(--primary);
    border-radius: 10px
}

.testimonial-left img:first-child,
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%)
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%)
}

.testimonial-left img:nth-child(3),
.testimonial-right img:first-child {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center
}

.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--primary);
    border-radius: 10px;
    font-size: 22px;
    transition: .5s
}

.testimonial-carousel .owl-nav .owl-next:hover,
.testimonial-carousel .owl-nav .owl-prev:hover {
    background: var(--secondary)
}

.footer {
    color: #a7a8b4
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #a7a8b4;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    margin-right: 10px
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none
}

.footer .btn.btn-square {
    color: #fff;
    border: 1px solid #fff
}

.footer .btn.btn-square:hover {
    color: var(--primary);
    border-color: #fff;
    background: #fff
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1)
}

.footer .copyright a {
    color: var(--secondary)
}

.img-zoom {
    transition: .3s ease-in-out
}

.artikel-item:hover .img-zoom,
.pengumuman-item:hover .img-zoom {
    transform: scale(1.2)
}

.owl-carousel .owl-stage {
    display: flex
}

.artikel-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%
}

.artikel-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.artikel-carousel .owl-dots,
.gallery-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.artikel-carousel .owl-dot,
.gallery-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border: 1px solid var(--dark);
    border-radius: 10px;
    transition: .5s
}

.artikel-carousel .owl-dot.active,
.gallery-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--dark);
    transform: scale(1.2)
}

.gallery-overlay {
    opacity: 0;
    /* transition: .2s ease-in-out; */
    transition: all .3s ease-in-out;
    background: linear-gradient(rgba(172, 98, 73, .30), rgba(172, 98, 73, 1));
}

.gallery-item:hover .gallery-overlay {
    opacity: 1
}

.btn-square-contact {
    width: 75px;
    height: 75px;
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
    font-size: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400
}

.btn-square-contact:hover {
    color: var(--primary);
    background: 0 0
}

.keunggulan-container {
    background-color: var(--light);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.keunggulan-container:hover {
    background: linear-gradient(rgba(172, 98, 73, .50), rgba(172, 98, 73, 1));
    /* background-color: var(--primary); */
    color: var(--light) !important;
}


.section-title {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: .9rem;
    opacity: .5
}

.text-white .h1,
.text-white .h2,
.text-white .h3,
.text-white .h4,
.text-white .h5,
.text-white .h6,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: #fff !important
}

.button-33 {
    background-color: #c2fbd7;
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset, rgba(44, 187, 99, .15) 0 1px 2px, rgba(44, 187, 99, .15) 0 2px 4px, rgba(44, 187, 99, .15) 0 4px 8px, rgba(44, 187, 99, .15) 0 8px 16px, rgba(44, 187, 99, .15) 0 16px 32px;
    color: green;
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation
}

.button-33:hover {
    box-shadow: rgba(44, 187, 99, .35) 0 -25px 18px -14px inset, rgba(44, 187, 99, .25) 0 1px 2px, rgba(44, 187, 99, .25) 0 2px 4px, rgba(44, 187, 99, .25) 0 4px 8px, rgba(44, 187, 99, .25) 0 8px 16px, rgba(44, 187, 99, .25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg)
}

.contact-btn {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 99
}

@keyframes stretch {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(.9)
    }
}

.keunggulan-container:hover .keunggulan-icon {
    animation-name: stretch;
    animation-duration: .4s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running
}

/*--------------------------------------------------------------
# Button Custom
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .btn-custom {
        padding:5px;
        font-size:10px;
    }
    
    .btn-custom2{
        padding:5px;
        font-size:10px;
    }
    
    .btn-custom3{
        padding:5px;
        font-size:10px;
    }
}

@media only screen and (min-width: 800px) {
    .btn-custom {
        padding:10px;
        font-size:14px;
    }
    
    .btn-custom2{
        padding:10px;
        font-size:14px;
    }
    
    .btn-custom3{
        padding:10px;
        font-size:14px;
    }
}

.btn-custom {
    box-sizing: border-box;
    font-family: 'Russo One', sans-serif;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 30px;
    /* height: 40px;
    width: 200px; */
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    position: relative;
    z-index: 1;
}

.btn-custom::before,
.btn-custom::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background-color: #fff;
    left: 0;
    z-index: -1;
    transition: all .25s;
}

.btn-custom::before{
    top: 50%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.btn-custom::after{
    bottom: 50%;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.btn-custom:hover{
    color: var(--primary);
}

.btn-custom:hover::before,
.btn-custom:hover::after{
    height: 50%;
}

.btn-custom2 {
    box-sizing: border-box;
    font-family: 'Russo One', sans-serif;
    font-weight: bold;
    color: var(--primary);
    cursor: pointer;
    background: #fff;
    border: 2px solid var(--primary);
    border-radius: 30px;
    /* height: 40px;
    width: 200px; */
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.btn-custom2::before,
.btn-custom2::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background-color: var(--primary);
    left: 0;
    z-index: -1;
    transition: all .25s;
}

.btn-custom2::before{
    top: 50%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.btn-custom2::after{
    bottom: 50%;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.btn-custom2:hover{
    color: var(--light);
}

.btn-custom2:hover::before,
.btn-custom2:hover::after{
    height: 50%;
}

.btn-custom3 {
    box-sizing: border-box;
    font-family: 'Russo One', sans-serif;
    font-weight: bold;
    color: var(--light);
    cursor: pointer;
    background: transparent;
    border: 2px solid var(--light);
    border-radius: 30px;
    /* height: 40px;
    width: 200px; */
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.btn-custom3::before,
.btn-custom3::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background-color: var(--primary);
    left: 0;
    z-index: -1;
    transition: all .25s;
}

.btn-custom3::before{
    top: 50%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.btn-custom3::after{
    bottom: 50%;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.btn-custom3:hover{
    color: var(--light);
}

.btn-custom3:hover::before,
.btn-custom3:hover::after{
    height: 50%;
}

.kanan-kiri{
    margin-left: 20%;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: white;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 12px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 4px 8px 4px;
    transition: all ease-in-out 0.3s;
    border-radius: 50px;
    background: #f2f2f2;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #e96b56;
    color: #fff;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(109, 60, 46, 0.6);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(109, 60, 46, 0.6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: var(--light);
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}

/*--------------------------------------------------------------
# Sidebar Detail Artikel
--------------------------------------------------------------*/

.block-21 .blog-img {
    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: #000000;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: var(--primary);
}

.block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta > div a {
    color: gray;
}