.newsContainer {
    max-width:1300px;
    margin:0 auto !important;
}





.sindleNews {
    background: url("/media/images/NewStyle/img/elements/articleBG.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
}

.header-area .main-header{
    background-color: rgba(5, 6, 23, 0.8) !important;
}

.mobile_menu .slicknav_menu .slicknav_nav{
    background-color:rgba(27, 28, 34, 0.9) !important;
}


.newsContainer img{
    width:80% !important;
    margin:0 10% 50px;
}

.time{
    margin: 1% 0 0 50%;
}

.sindleNews h1{
    font-family:Beirot;
    text-align:right;
    direction:rtl;
    font-size:200%;
}

.content span{
    color:#4a4a4a !important;
}

.time {
    font-family:Iranyekan;
    text-align:right;
    direction:rtl;
    color:#c4c1c1 !important;
    font-size:12px;
}

.sindleNews a{
    font-family:Iranyekan;
    text-align:center;
    direction:rtl;
}

.readMoreBtn{
    font-family: IranYekan !important;
    border-radius: 25px;
    color: #333232;
    font-size: 13px;
    padding: 10px 30px;
    background-color:yellow;
    position: absolute;
    left: 4%;
    
}

.margin{
    margin-top:10%;
}


.readMoreBtn:hover{
    background-color: #333232;
    color: white;
}



    .active
    {
        padding: 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #E7002A !important;
        color: #fff !important;
        border-color: #E7002A !important;
    }
    .wrapperr{
        margin: 0;
        padding: 50px 18%;
    }
    .time{
        display: inline-table;
        margin-right: 10px;
    }


    .time ,.dispp2,.newsSidebar h2,.newsSidebar ul li a {
        color: #fff;
    }
    .imageb{
        width: 100%;
        border-radius: 5px ;
    }

    .backBtn{
        right: 83%;
    }
    .artia h1{
        color: #000;
    }

.artia {
        background-color:white;
        padding:5% 3% !important;
        max-width:65%;
        margin-left:0 !important;
    }

    .newsContainer p{
        color:#4a4a4a;
        margin-bottom:40px;
    }

.sidebar{
    text-align:right;
    width:32%;
    margin-left:4%;
}

.newsSidebar{
    background-color:#424242;
    padding:7%;
    border-radius:5px;
}

.newsSidebar li{
    border-bottom:solid 1px white;
    padding:1% 0 6%;
}

.newsSidebar li a{
    transition:all 0.3s ease-out 0s;
}

.newsSidebar li a:hover{
    color:rgb(255,216,6);
}

.newsSidebar h2{
    font-family:Beirot;
    font-size:250%;
    margin-bottom:38px;
}
.image-blog{
    text-align:center;
}



.image-blog img {
    width:59%;
}

@media only screen and (max-width:1500px){
    .newsContainer{
        max-width:1100px;
    }
}

@media only screen and (max-width:1250px){
    .newsContainer{
        max-width:900px;
    }
}


@media only screen and (max-width:991px){
    .image-blog img{
        width:70%;
    }
    
    .artia {
        max-width:90%;
        margin:0 auto !important;
    }
    
    .newsContainer{
        margin:5% 0;
    }
    
    .sidebar{
        display:none;
    }
    
    .sindleNews {
        padding:100px 0 ;
    }
    
}


@media only screen and (max-width:575px){
    .image-blog img{
        width:100%;
    }
    .artia{
        padding:5% 3% 10% !important;
    }
}

