
.blog-detail{
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}
.blog-search{
    display: flex;
    margin: 0 8% 25px;
}
.block-header{
    margin: 0 8%;
}
.blog-search input{
    flex: 90%;
    max-width: 90%;
    height: 55px;
    background: #e6e6e6;
    border: 0;
    padding: 0 19px;
}
.blog-search button{
    flex: 150px;
    max-width: 150px;
    position: relative;
    border: 0;
    background: #f15a24;
}
.blog-search button span{
    color: #fff;
    line-height: 0;
    padding: 0 16px;
    text-align: right;
    width: 100%;
    display: block;
    font-family: 'PelakBold';
}
.blog-search button i{
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 19px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(
            45deg
    );
    transform: rotate(
            45deg
    );
    transition: all 300ms;
    box-sizing: border-box;
    margin: 0 8px;
}
#sync1{
    margin: 0 8% 30px;
       width: 84%;
    height: 450px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel .owl-item img{
    height: 100%;
        object-fit: cover;
}
.owl-carousel .owl-item{
 height: 100%;
}
.owl-carousel .owl-stage-outer{
    direction: ltr;
height:100%!important
}
.owl-carousel .owl-stage{
height:100%!important
}
.owl-theme .owl-prev, .owl-theme .owl-next{
    background: inherit!important;

}
.item-title{
    position: absolute;
    right: 50px;
    bottom: 50px;
    padding: 15px 50px;
    border-radius: 50px;
    background: #fff;
    font-family: PelakBold;
}
.item-title:hover{
    background: #f15a24;
    color: #fff;
}
.owl-prev{
    left: -60px;
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)

}
.owl-next{
    right: -60px;
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)

}
.owl-nav{
    width: 100%;
}

.last-article{
    background: #1a1a1a;
    padding: 60px;
}
.last-article h4{
    font-size: 20px;
    text-align: center;
    color: #a2a2a2;
    font-family: PelakBold;
}
.last-article .sub-title{
    font-size: 18px;
    text-align: center;
    color: #a2a2a2;
    display: block;
    margin: 25px 0;
}
.description h2, .description h3, .description h4, .form-row__block:first-child .field-comment, .col-xl-12 label{
font-size: 23px;
}
.last-article-search{
    display: flex;
    width: 65%;
    margin: 100px auto 33px;
    justify-content: center;
}
.last-article-search input{
    flex: 90%;
    max-width: 90%;
    height: 55px;
    background: #e6e6e6;
    border: 0;
    padding: 0 19px;
}
.last-article-search button{
    flex: 100px;
    max-width:  100px;
    position: relative;
    border: 0;
    background: #f15a24;
    border-radius: 0!important;
}
.last-article-search button span{
    color: #fff;
    line-height: 0;
    padding: 0 16px;
    text-align: center;
    width: 100%;
    display: block;
}


.blog-block{
    display: flex;
    padding: 33px 0 40px;
    flex-wrap: wrap;
}
.blog-block__list{
    text-align: center;
    flex: 24%;
    max-width: 25%;
    padding: 29px 0 10px;
    background: #ccc;
}
.blog-block__list:nth-child(even){
    background: #b3b3b3;
}
.bottom{
    background: #b3b3b3;
}
.bottom:nth-child(even){
    background: #ccc;
}

.blog-block__list:hover{
    background: #666666;
}
.blog-block__list:hover h3{
    color: #fff;
}
.blog-block__list:hover p{
    color: #f15a24;
}
.blog-block__list:hover time{
    border-top: 1px solid #fff;
    color: #fff;
}


.thumbnails-box{
    width: 140px;
    height: 140px;
    border-radius: 100px;
    margin: 0 auto 25px;
    background: #b3b3b3;
    position: relative;
}
.thumbnails-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}
.blog-block__list a {
        margin: 0 0 15px;
    display: block;
}
.blog-block__list:nth-child(even) .thumbnails-box{
    background: #ccc;
}
.bottom:nth-child(even) .thumbnails-box{
    background: #b3b3b3;
}
.bottom .thumbnails-box{
    background: #ccc;
}
.thumbnails-box .number{
    font-size: 50px;
    line-height: 100px;
    text-align: center;
    padding: 0;
}
.thumbnails-box:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    bottom: 18px;
    left: 5px;
    background: #f15a24;
    border-radius: 50px;
}
.blog-block__list h2{
    font-size: 20px;
    color: #f15a24;
width: 84%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 28px;
    height: auto;
    line-height: 36px;
}
.blog-block__list p{
    width: 233px;
    margin: 0 auto 0;
    line-height: 38px;
    font-size: 20px;
    height: 170px;
}
.thumbnails-box a{
    display:inline;
}
.blog-block__list time{
    width: 54%;
    font-family: IRANSans;
    margin: auto;
    border-top: 1px solid #4d4d4d;
    height: 43px;
    line-height: 40px;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
}

.pagination {
    padding: 20px 0;
}
.pagination ul {
    margin: auto;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.pagination a {
    display: inline-block;
    padding: 10px 18px;
    color: #0c0c0c;
    font-family: IRANSans;
    margin: 0 10px;
}
.pagination.p1 a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    transition: all 300ms;
    border-radius: 5px;
    margin: 0 3% 11px;
}
@media (min-width: 768px) {
    .pagination.p1 a {
        width: 35px;
        height: 35px;
        line-height: 36px;
        font-size: 16px;
        margin: 0;
    }
}
.pagination.p1 a:hover {
    transition: all 300ms;
    background-color: #f15a24;
    color: #fff;
}
.pagination.p1 a.is-active {
    color: #f15a24;
}
.pagination.p1 a.is-active:hover{
    color: #fff;
}