.komentar-avatar-default {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #01747b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.custom-section * {
    color: inherit !important;
}
.custom-img-overlay {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.caption-container {
    padding: 20px 30px;
    border-radius: 4px;
    text-align: center;
}

.caption-title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.caption-desc {
    font-size: 16px;
    color: #eee;
}

.menu-card {
    height: 250px;
    object-fit: cover;
}

.card-title {
    color: #01747b;
}

.card-title-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-shadow-1c {
    -webkit-box-shadow: 0 30px 90px #bbb;
    box-shadow: 0 30px 90px #bbb;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* PRIMARy COLOR #01747b */
/* Second COLOR #f08619 */
a {
    color: #01747b;
}

html .btn-primary {
    background-color: #01747b;
    border-color: #01747b #006d72 #006d72;
}
html .bg-color-primary,
html .bg-primary {
    background-color: #01747b !important;
}

html .btn-primary:hover,
html .btn-primary.hover {
    background-color: #00555a;
    border-color: #00555a #00555a #00555a;
    color: #fff;
}

.thumb-info .thumb-info-type,
.thumb-info .thumb-info-action-icon,
.thumb-info-social-icons a,
.thumbnail .zoom,
.img-thumbnail .zoom,
.thumb-info-ribbon {
    background-color: #f08619;
}

html .text-color-primary,
html .text-primary {
    color: #01747b !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
    background-color: #01747b !important;
    border-color: #01747b;
}

html .bg-color-hover-primary:hover,
html .bg-hover-primary:hover {
    background-color: #01747b !important;
}

#header .header-body {
    background-color: #01747b;
    border-top: 3px solid #006d72;
}

#header .header-btn-collapse-nav {
    background: #01747b;
    border-color: #01747b;
}

#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #ffffff !important;
}

.heading.heading-bottom-border h1 {
    border-bottom: 5px solid #f08619;
    padding-bottom: 4px;
    font-weight: 600;
    color: #01747b;
}

.header-top {
    background-color: #f08619;
}

#footer {
    background: #01747b;
    border-top: 4px solid #01747b;
}

#footer .footer-copyright {
    background: #f08619;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        color: #ffffff;
    }
    #header .header-nav-main nav > ul > li.open > a,
    #header .header-nav-main nav > ul > li:hover > a {
        background: #f08619;
    }
    #header .header-nav-main nav > ul > li.dropdown.open > a:before,
    #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
        border-bottom-color: #f08619;
    }

    #header .header-nav.header-nav-line nav > ul li:hover > a:before {
        background-color: #f08619;
    }
}

@media (max-width: 991px) {
    #header
        .header-nav-main:not(.header-nav-main-mobile-dark)
        nav
        > ul
        > li
        > a {
        color: #01747b !important;
    }
    #header
        .header-nav-main:not(.header-nav-main-mobile-dark)
        nav
        > ul
        > li
        > a {
        color: #01747b;
    }
}

.icons-light li a {
    background-color: #ffffff !important;
}

.text-color-1 {
    color: #01747b !important;
}
