@font-face {
    font-family: "evra-light";
    src: url("../fonts/evra/Effra_Lt.ttf");
}

@font-face {
    font-family: "evra-regular";
    src: url("../fonts/evra/Effra_Rg.ttf");
}

@font-face {
    font-family: "evra-medium";
    src: url("../fonts/evra/Effra_Md.ttf");
}

@font-face {
    font-family: "evra-bold";
    src: url("../fonts/evra/Effra-Bold.ttf");
}

.row-rtl {
    direction: ltr;
}

.m-one-side {
    padding: 0 5%;
    margin-right: 50px;
}
.p-custom {
    padding-right: 3%;
    padding-left: 0%;
}
.pa-ma {
    padding: 0 5%;
    margin-right: 50px;
}

.padding-image {
    padding-right: 3%;
}
.single-blog img {
    border-radius: 2px;
    width: 760px !important;
    height: 340px !important;
}
.article-text {
    text-align: right;
}
.blog-article-details,
.post-details,
.post-details a {
    color: #838383;
}
.blog-article-details li {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}
.blog-article-details li i {
    padding-left: 5px;
}
.blog-article-content {
    margin-top: 20px;
    margin-bottom: 120px;
    text-align: right;
}
.five-category {
    margin-bottom: 40px;
}
.category {
    padding: 15px;
    text-align: right;
}
.category li a {
    color: black;
    text-decoration: none;
    transition: 0.3s all;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.category li a:hover {
    color: #ff532b;
}

.five-post img {
    width: 100px;
    height: 100px;
    padding: 5px;
}
.li_one_post li {
    margin-bottom: 30px;
}

.text-ellipsis--2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
    direction: ltr;
}
/* .single-blog a {
    text-decoration: none;
    display: inline-block;
} */

.div-article-name {
    text-align: right;
    padding-top: 25px;
    padding-bottom: 5px;
    padding-right: 5px;
}
.div-article-name a {
    color: #252525;
    font-size: 45px;
    line-height: 70px;
    font-weight: 700;
    text-align: right;
    transition: 0.5s all;
}
.div-article-name a:hover {
    color: #ff532b;
    /* color: black; */
}

.button_cat {
    margin-left: 5px;
    margin-right: 5px;
    height: 25px;
    text-align: center;
    line-height: 0.4 !important;
}
.post-details span {
    margin-left: 2px;
    margin-right: 2px;
}

.pagination {
    margin: 30px 0 50px 0;
}

.pagination li {
    margin-right: 5px;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination li a {
    display: block;
    width: 40px;
    height: 40px;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    color: #252525;
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.pagination li.active a,
.pagination li a:hover {
    border-left-color: #ff532b;
    border-right-color: #ff532b;
    background-size: 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(51deg, #ff532b, #ff532b),
        linear-gradient(51deg, #ff532b, #ff532b);
}
