.loading {
    position: fixed;
    background: white;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    right: 0px;
    top: 0px;
    /* bottom: 0px; */
    transform: translateY(-0px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading .file_image {
    background-image: url(loading-gif-png-5.gif);
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center;
    /* margin: 0 auto; */
    /* margin: 50%; */
}
.realedit {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #057345;
    color: white;
    padding: 2px 12px;
    text-transform: capitalize;
    z-index: 99 !important;
}
.realedit {
    color:white !important;
}
#button {
    display: inline-block;
    background-color: #057345 !important;
    border: 1px solid #e6e6e647;
}
a:hover {
    text-decoration: none !important;
}
.title-block1 {
    background: #057345;
    padding-left: 20px;
    /* line-height: 45px; */
    font-size: 17px;
    color: white;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
 h1,h2,h3,h4,h5,h6,ul,li,a,div,p,span,table,th{
    font-family: 'Battambang','arial';
}
div#slide2 .title {
    font-family: 'Hanuman','arial';
}
.newsList1 .title {
    font-family: 'Hanuman','arial';
}
marquee a {
    font-family: 'Hanuman','arial';
}
body {
    background-color: #f0f0f0 !important;
}
.pagination-block {
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
}
.pagination {
    margin-top: 50px;
    margin-bottom: 0px;
}
.pcate_action ul.pagination {
    margin-bottom: 0px;
}
.pcate_action ul.pagination a {
    display: flex;
    color: #057345;
}
l.pagination li span {
    color: #187d53;
}
.home a {
    color: #8d8d8d;
}
.pcate_action ul.pagination li.active span {
    color: white;
}