body{
    direction: ltr;
}

.projects_sec .item .text_box {
    right: unset;
    left: 0;
}

.blog_pg .search_box .form-group .search_butn {
    left: unset;
    right: 0px;
    border-radius: 0 15px 15px 0;
}

.blog_pg .blog_card .more_butn i.fas.fa-long-arrow-left ,
.job_det .text_box .box .primary_butn i.fas.fa-long-arrow-left ,
.header .item .text_box .butn i ,
.about_sec .text_box .butn i ,
.projects_sec .item .text_box .butn i{
    transform: rotate(180deg);
}

.share_box .share_links {
    inset-inline-start: unset;
    inset-inline-end: 0;
}
.header .item .text_box  {
    background: linear-gradient(to right, #dadefa80, transparent);
}