body{background: #faf5ef}
a, button {color: #000; outline: medium none;text-decoration: none;}
.f_border{-webkit-text-stroke: 2px #333;text-shadow: 1px -2px 0px #333;}
.bd-navbar {
    padding: .75rem 0;
    background-color: transparent;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(255,255,255,0.15)
}

.bd-navbar::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
    content: "";
    background-image: linear-gradient(to bottom, rgba(244,121,108, 1), rgba(244,121,108, 0.95))
}
.card_t {
    border-bottom: 1px solid #ccc;
    margin-bottom:2rem;
    padding-top: 2rem;
}
.card_t span {
    border-bottom: 1px solid rgba(0,0,0,.44);
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: -1px;
    font-weight: bolder;
}
.card_t a {
    font-size: 1rem;
    border: none;
    display: inline-block;
    padding: 20px 0 0 0;
    margin: 0;
    text-decoration: none;
    font-weight: bolder;
}
.payway i{
    margin-right: 10px;
}
.div-shadow{
    box-shadow: 0 8px 17px rgba(0,0,0,0.1),0 6px 20px rgba(0,0,0,0.1);
}
.nidx_ban_img{width: 100%;height: auto}
.area_t3_t{
    /* margin-top: -88px;*/
    margin:0;
    color: #fff;
    background-color: #333;
    opacity: 30%;
}
.ad_left {
    position: fixed;
    top: 100px;
    left: 15px;
    width: 150px;
    display: block;
    opacity: 70%;
}
.ad_right {
    position: fixed;
    top: 100px;
    right: 15px;
    width: 150px;
    display: block;
    opacity: 70%;
}
.renews-div p{width: 100%;display: block;line-height:1.5;}
.t_div { position: relative; padding-bottom: 20px;}
.t_f{margin-bottom: 0;font-size: 22px;}
.t_b_line {width: 100%;height: 5px;position: absolute;left: 0;bottom: 0; border: 1px solid #DFDFDF;border-left: none; border-right: 0;}
.t_b_line::before { content: "";position: absolute;left: 0;top: -1px;width: 40px;height: 5px;background: #F4796C;}
.t_b_line::after { content: "";position: absolute;left: 36px;top: -1.5px; width: 10px;height: 6px;background: #FFF;clip-path: polygon(40% 0,100% 0,60% 100%,0 100%)}
.t_list a {color: inherit;display: inline;padding-bottom: 0;-webkit-transition: background-size .8s cubic-bezier(0.25,0.8,0.25,1);transition: background-size .8s cubic-bezier(0.25,0.8,0.25,1);background-image: -webkit-gradient(linear,left top,left bottom,from(currentColor),color-stop(98%,currentColor));background-image: linear-gradient(to bottom,currentColor 0,currentColor 98%);background-size: 0 1px;background-repeat: no-repeat;background-position: left 100%}
.t_list a:hover{color:#000000}
.t_list a:hover{ background-size: 100% 1px}

/**
Pagination Style
*/
.pagination-div {
    padding-top: 40px;
    text-align: center;
}
ul.pagination  {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0; }
.pagination li {
    display: inline-block;
    list-style: none;
    float:left;
    margin-top: 7px; }
.pagination li:not(:last-child) {
    margin-right: 7px; }
.pagination li a ,.pagination li span{
    background: transparent;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    line-height: 33px;
    min-width: 35px;
    height: 35px;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #454545;
    border: 1px solid #d1d1d1;
    border-radius: 100px;
    font-size: 1.2rem; }
.pagination li.active span, .pagination li:hover a {
    background: #00AC1F;
    border-color: #00AC1F;
    color: #ffffff; }
@media only screen and (max-width: 767px) {
    .pagination {
        padding-top: 30px; } }
