section.single-blog-details img{
    -webkit-border-top-left-radius: 280px;
}
section.single-blog-details .Information{
    margin-top: 16px;
    text-align: right;
    direction: rtl;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
section.single-blog-details .Information h1{
font-size: 25px;
    font-weight: 700;
    margin-bottom: 32px;
}
section.single-blog-details .Information ul {
    padding-right: 0;
    display: inline-flex;
    list-style: none;
    padding-left: 10px;
}
section.single-blog-details .Information ul li{
margin-left: 16px;
}
section.single-blog-details .Information ul li:last-child{
    margin-left:0;
}
section.single-blog-details .Information a {
    background: #484848;
    color: #fff;
    padding: 8px;
    border-radius: 8px;
    font-size: 12px;
}
section.single-blog-details .Information span{
    font-size: 12px;
    font-weight: 400;
    color: #A1A1A1;
}
section.single-blog-details .Information span::after {
    content: "/";
}
section.single-blog-details .Information span:last-child::after {
    content: "";
}
section.single-content .content {
    line-height: 32px;
    text-align: justify;
    background: #F5F5F5;
    padding: 32px;
    -webkit-border-top-left-radius: 80px;
}
section.single-content .content h2,section.single-content .content h3,section.single-content .content h4,section.single-content .content h5,section.single-content .content h6{
    font-size: 20px;
    margin-bottom: 16px;
    direction: rtl;
    text-align: right;
}
section.single-content .content ul ,section.single-content .content ol{
    padding: 0 16px 0 0;
}
section.single-content .content ul li::marker,section.single-content .content ol li::marker{
    color: #FDB813;
}
section.single-content .content img{
    margin:16px 0 16px 0;
}
section.single-content .content h2::before,section.single-content .content h3::before,section.single-content .content h4::before,section.single-content .content h5::before,section.single-content .content h6::before{
    content: "\f0c8";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    margin-left: 10px;
    color: #FDB813;
    transform: rotate(44deg);
    display: inline-flex;
}
section.single-content .sidebar{
     background: #484848;
     padding: 16px;
 }
section.single-content .sidebar a{
    color: #a1a1a1;
}
section.single-content .sidebar .sidebar-title{
    color: #fff;
    margin-bottom: 16px;
    display: block;
}
section.single-content .sidebar .item {
    margin-bottom: 32px;
}
section.single-content .sidebar .item  span.title{
    display: block;
    background: #fff;
    padding: 20px;
}
section.single-content .sidebar .item  span.title::before{
    content: "\f0c8";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    margin-left: 10px;
    color: #FDB813;
    display: inline-flex;
}
.comment {
    line-height: 32px;
    text-align: justify;
    background: #F5F5F5;
    padding: 32px;
    margin-top: 32px;
}
.comment #respond {
    background: #fff;
    padding: 16px;
}
.comment .commentlist li{
    background: #fff;
    padding: 16px;
    margin-bottom: 16px;
    color: #A1A1A1;
    font-size: 13px;
}

.comment ol li a{
    color: #A1A1A1;
}
.comment h3 {
    font-size: 20px;
}
.comment label {
    display: block;margin-left: 16px;
}
.comment-reply-link {
    color: #000 !important;
    font-weight: 700;
}
.comment-reply-link::before {
    content: '\f3e5';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 7px;
    color: #A1A1A1;
    display: inline-flex;
}

.comment textarea{
    width: 100%;
    border: 1px solid #E8E8E8;
}
.comment input{
    border: 1px solid #E8E8E8;
}
.comment .comment-form-author {
    display: inline-flex;
}
.comment .comment-form-email {
    display: inline-flex;
    margin-left: 16px;
}
.comment-form-cookies-consent input,.comment-form-cookies-consent label{
    display: inline-flex;
}
.comment .commentlist {
    list-style: none;
    padding: 0;
}
#submit {
    background: #FFCE34;
    color: #000;
    font-weight: 700;
    border-radius: 10px 0 0 0;
    font-size: 15px;
    width: 200px;
    padding: 8px;
    display: flex;
    margin-right: auto;
}
section.article .title{
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 32px;
}
section.article .owl-carousel .item p.title i{
    font-size: 10px;
    margin-left: 12px;
    color: #FFCE34;
}
section.article{
    background: black;
    margin-top: 64px;
    padding-top: 16px;
}
section.article .owl-carousel .item p.title{
    background: #fff;
    font-size: 16px;
    padding: 16px;
    color: #1A1A1A;
    font-weight: 400;
    text-align: right;
}
