body{
    background-color: rgb(246, 246, 246);
}

#services-form input ,#services-form select{
    border: none;
    background: #eee;
    border-radius: 10px;
    padding: 0 15px 0px 0;
}
#services-form textarea{
    min-height: 10px;
    max-height: 100px;
    border-radius: 10px;
    background: #eee;
    border: none;
}
.post-header{
    margin-top: 32px;
}
.post-thumbnail img {
    border-radius: 16px;
}
.post-header h1{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 32px;
    line-height: 32px;
}
.post-header span {
    display: block;
    margin-bottom: -5px;
    direction: rtl;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px 0 !important;
}

.post-sidebar-box {
    background: #fff;
    padding: 32px;
    box-shadow: 0 3px 5px 0 rgba(170,179,217,.1);
    text-align: justify;
}
.post-sidebar-box ul{
    padding: 0;
    font-size: 14px;
}
.post-sidebar-box ul li a{
    text-decoration: none;
    color: #000;
}
.post-header span:last-child {
    border-bottom: none;
    padding: 10px 0 0 0;
}

.post-header span i{
    font-size: 16px;
    margin-left: 2%;
    color: #16a149;
}
.post-header p{
    line-height: 32px;
    font-size: 14px;
    padding: 7px;
}
#services-form input#gform_submit_button_1{
    height: 60px;
}
#services-form #btn-close{
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid;
}
.post-header .post-details a,#services-form input#gform_submit_button_1{
    background: #0023D4;
    color: #fff;
    display: block;
    margin-bottom: 16px;
    padding: 12px;
    width: 100%;
}

.post-header .post-details a:last-child{
    margin-left: 0;
}

.about-post{
    padding-top: 16px;
    line-height: 32px;
    padding-bottom: 32px;
}
.about-post h2 , .about-post h3 , .about-post h4 .about-post h5{
    font-size: 20px;
    margin: 32px 0 32px 0;
    color: #535353;
    border-radius: 16px;
}
.post-content ,.post-details{
    background: #fff;
    padding: 32px;
    box-shadow: 0 3px 5px 0 rgba(170,179,217,.1);
    text-align: justify;
    border-radius: 16px;
}
.post-details{
    margin-bottom: 32px;
    min-height: 442px;
}
.post-content p{
    margin: 0;
}
.post-content img{
    margin: 16px 0 16px 0;
}
.post-banner img{
    padding: 0;
}
.post-modal-btn{
    border: 1px solid #fff;
    color: #fff;
    background: #2e3192;
    text-align: center;
    margin-top: 32px;
    padding: 10px 10px 10px 10px;
    display: block;
    width: 30%;
    margin-right: 16px;
    float: right;
}
#SafedesignModal{
    direction: rtl;
}
#SafedesignModal .modal-footer img{
    width: 100px;
    cursor: pointer;
}
#SafedesignModal .modal-footer ul{
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
}
#SafedesignModal .modal-footer ul li{
    margin-right: 16px;
}
#SafedesignModal .modal-footer ul li:first-child{
    margin-right: 0;
}
.category-sidebar-box{
    background: #fff;
    padding: 32px;
    direction: rtl;
    box-shadow: 0 3px 5px 0 rgba(170,179,217,.1);
    margin-bottom: 16px;
}
.sidebar .lang img{
    width: 49%;
    display: inline-flex;
}
.category-sidebar-box a.btn-success{
    background: #16a149;
    color: #fff;
    font-weight: 500;
    margin-top: 32px;
}
.category-sidebar-box span{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
    display: block;
    position: relative;
}

.category-sidebar-box ul{
    list-style: none;
    padding: 0;
}
.category-sidebar-box ul li{
    margin-bottom: 16px;
}
.sidebar.sticky-top{
    top: 16px !important;
}
.sidebar-social-media{
    direction: rtl;
}
.sidebar-social-media span{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 16px;
    display: block;
}
.sidebar-social-media ul{
    display: flex;
    list-style: none;
    padding: 0;
}

.sidebar-social-media ul li{
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(170,179,217,.1);
    padding: 16px;
    width: 33%;
    justify-content: center;
    display: grid;
}
.sidebar-social-media ul li i{
    display: block;
    text-align: center;
    font-size: 30px;
    margin-bottom: 16px;
}
.sidebar-social-media ul li.instagram{
    margin: 0 16px 0 16px;
}
.sidebar-social-media ul li.instagram i{
    background: linear-gradient( to right, #833ab4,#fd1d1d,#fcb045 );
    -webkit-background-clip: text;
    color: transparent;
}
.sidebar-social-media ul li.instagram p{
    background: linear-gradient( to right, #833ab4,#fd1d1d,#fcb045 );
    -webkit-background-clip: text;
    color: transparent;
}
.sidebar-social-media ul li.telegram i{
     background: #229ED9;
     -webkit-background-clip: text;
     color: transparent;
 }
.sidebar-social-media ul li.telegram p{
    background: #229ED9;
    -webkit-background-clip: text;
    color: transparent;
}
.sidebar-social-media ul li.linkedin i{
    background: #0a66c2;
    -webkit-background-clip: text;
    color: transparent;
}
.sidebar-social-media ul li.linkedin p{
    background: #0a66c2;
    -webkit-background-clip: text;
    color: transparent;
}
.Related-articles{
    margin-bottom: 32px;
}
.Related-articles h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 32px;
    text-align: center;
}
.Related-articles .item{
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(170,179,217,.1);

}
.Related-articles a{
    color: #5E5E5E;
    text-decoration: none;
    direction: rtl;
}

.Related-articles .item .Related-articles-details{
    padding: 32px;
    text-align: right;

}
.Related-articles .item .Related-articles-details span{
    font-size: 16px;
    margin-bottom: 16px;
    display: block;
}
.Related-articles .item .Related-articles-details p{
line-height: 32px;
}
@media (max-width: 768px) {
    .post-header h1 {
        font-size: 20px;
    }
    .post-details {
        min-height: 250px;
        margin-top: 32px;
        z-index: 1;
    }
    .about-post .sidebar{
        display: none;
    }
}