.pt-110-pb-70 {
    padding-top:110px;padding-bottom:70px;
}
.mb-2 {
    margin-bottom: 1rem !important;
}
.mb-3 {
    margin-bottom: 1.5rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-2 {
    margin-left: 2rem;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-bold {
    font-weight: bold;
}
.text-muted {
    color: #adadad;
}
.text-lazcoal {
    color: #C87F26;
}
.text-dark {
    color: #2C2E43;
}
.fz-18 {
    font-size: 18px;
}
.bg-grey {
    background-color: #f3f5f6;
}
.portfolio-item-fw-bg:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 10px 20px;
}
.button_outline_orange {
    background-color: #fff;
    color: #c87f26;
    padding: 7px 20px;
    border: 2px solid #c87f26;
}
.btn-blog {
    background-color: #000;
    color: #fff;
    padding: 11px 20px;
    border-radius: 5px;
}
.btn-blog:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
    .pt-110-pb-70 {
        padding-top:40px;padding-bottom:40px;
    }
    .share_sosmed {
        display: flex;
        justify-content: space-evenly;
    }
    .tp-caption.title-index {
        line-height: 10px !important;
        height: 10px !important;
        min-width: 330px !important;
    }
    .tp-caption.title {
        min-width: 280px !important;
    }
    .tp-caption.paragraph {
        min-width: 330px !important;
        font-size: 13px !important;
        transform: translateY(-4px) !important;
    }
}