.mb-16 {
    margin-bottom: 16px!important;
}

.mt-12 {
    margin-top: 12px;
}

.mb-12 {
    margin-bottom: 12px;
}

.w-95 {
    width: 95%;
}

.mt-64 {
    margin-top: 64px!important;
}

.mb-32 {
    margin-bottom: 32px!important;
}

.mt-128 {
    margin-top: 128px!important;
}

.mt-175 {
    margin-top: 175px;
}

.mt-72 {
    margin-top: 72px!important;
}

.mt-36 {
    margin-top: 36px!important;
}

.mt-100- {
    margin-top: -100px!important;
}

.mt-162 {
    margin-top: 162px!important;
}

.pt-24 {
    padding-top: 24px;
}

.p-28 {
    padding: 28px;
}

.p_12 {
    padding: 12px;
}

.f8 {
    background: #F8F8F8;
}

.fd {
    background: #FDFDFD;
}

.ml-28 {
    margin-left: 28px;
}

.mt-28 {
    margin-top: 28px;
}

.ml-24 {
    margin-left: 24px;
}

.ml-48 {
    margin-left: 48px;
}

.ml-144 {
    margin-left: 144px;
}

a {
    text-decoration: none!important;
    /* color: unset!important; */
}

p {
    margin: 0px;
}

#article_sec_1 p{
    margin-bottom: 1rem;
    
}
.left-33 {
    left: 33%;
}

.mt-48 {
    margin-top: 48px!important;
}

.w-80 {
    width: 80%;
}

.text_orange {
    color: #F25C05;
}

.w-90 {
    width: 85%;
}

.text-orange {
    color: #F25C05!important;
}

.trans_0 {
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
}

.p-2r {
    padding: 1.25rem!important;
}

.border_blue {
    border-bottom: 1px solid #245178;
}

.h-200 {
    height: 200px;
}

.pointer {
    cursor: pointer;
}

.ml-12pr {
    margin-left: 16%!important;
    margin-right: 0;
}

.opacity-0 {
    opacity: 0;
}

.word-break {
    word-break: break-all;
}
.font-14{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
}
.w-fit {
    width: fit-content;
}

.border-x-table {
    border-right: 1px solid #F2F2F2!important;
    border-left: 1px solid #F2F2F2!important;
}

@media(max-width: 991px) {
    .mt-100- {
        margin-top: 0!important;
    }
    footer .mt-128 {
        margin-top: 0!important;
    }
}