﻿.imgreport {
    max-height: 330px;
    height: 330px;
    max-width: 100%;
}

owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    font-family: 'fontAwesome';
}

.owl-carousel .owl-nav .owl-prev:before {
    /*fa-chevron-left*/
    content: "\f053";
    margin-right: 10px;
}

.owl-carousel .owl-nav .owl-next:after {
    /*fa-chevron-right*/
    content: "\f054";
    margin-right: 10px;
}

.text-divider {
    margin: 2em 0;
    line-height: 0;
    text-align: right;
    color: #808080;
    font-weight: 600;
    font-family: 'IRANSans-web' !important;
    /*word-spacing: 0.0625em;*/
    font-size: .7em !important;
}
    /*.text-dividernews {
    margin: 2em 0;
    line-height: 0;
    text-align: right;
    color: #808080;
    font-weight: 600;
    font-family: 'IRANSans-web' !important;
    font-size: .7em!important;
}*/

    .text-divider span {
        /*background-color: #f5f5f5;*/
        padding: 1.5em;
    }

/*.text-divider:before {
        content: " ";
        display: block;
        border-top: 1px solid #808080;
        border-bottom: 1px solid #808080;
        margin-right: 70px;
    }*/



.text-dividernews span {
    /*background-color: #f5f5f5;*/
    padding: 1.5em;
}

/*.text-dividernews:before {
        content: " ";
        display: block;
        border-top: 1px solid #808080;
        border-bottom: 1px solid #808080;
        margin-right: 50px;
    }*/
h3.h3 {
    text-align: right;
    /*padding: 1.5em 0em;*/
    text-transform: capitalize;
    font-size: 12px;
    font-family: 'IRANSans-web' !important;
}


/******************  News Slider Demo-3 *******************/
.post-slide3 {
    /*margin: 0 5px;*/
    padding: 0 15px 10px 15px;
    background: #fff;
    /*box-shadow: 0 1px 2px rgba(43,59,93,.3);*/
    margin-bottom: 1em
}

    .post-slide3 .post-img {
        position: relative;
        /*margin-bottom: 10px*/
    }

        .post-slide3 .post-img img {
            width: 100%;
            height: auto;
         
        }

    .post-slide3 .post-icon {
        width: 60px;
        height: 60px;
        display: block;
        position: absolute;
        bottom: 25px;
        left: 25px;
        text-align: center;
        background: #333;
        opacity: 0;
        border-radius: 3px;
        transition: all .3s ease-in-out 0s
    }

    .post-slide3:hover .post-icon {
        opacity: 1
    }

    .post-slide3 .post-icon i {
        font-size: 20px;
        color: #fff;
        line-height: 60px
    }

    .post-slide3 .post-bar {
        margin: 0;
        padding: 0;
        list-style: none;
        text-transform: uppercase
    }

        .post-slide3 .post-bar li {
            display: inline-block;
            font-size: 15px;
            color: #676767;
            margin-right: 5px
        }

            .post-slide3 .post-bar li:after {
                content: "/";
                margin-left: 5px
            }

            .post-slide3 .post-bar li:last-child:after {
                content: ""
            }

            .post-slide3 .post-bar li a {
                color: #8e44ad;
                transition: all .3s ease 0s
            }

                .post-slide3 .post-bar li a:hover {
                    color: #333;
                    text-decoration: none
                }

                .post-slide3 .post-bar li a:after {
                    content: ",";
                    margin: 0 5px
                }

                .post-slide3 .post-bar li a:last-child:after {
                    content: ""
                }

    .post-slide3 .post-title {
        margin: 10px;
        /*margin-right: 0;*/
        text-transform: capitalize;
        direction: rtl;
        font-family: 'IRANSans-web' !important;
        line-height: 20px;
        text-align: justify;
    }

        .post-slide3 .post-title a {
            font-size: 12px;
            font-weight: 600;
            color: #3c3c3c;
            transition: all .3s linear 0s;
            font-family: 'IRANSans-web' !important;
        }

            .post-slide3 .post-title a:hover {
                color: #007bff;
                text-decoration: none
            }

    .post-slide3 .post-description {
        font-size: 11px;
        color: #676767;
        /*line-height: 24px;*/
        /*padding-bottom: 15px*/
        text-align: justify;
        font-family: 'IRANSans-web' !important;
        direction: rtl;
    }

     

        .post-slide3 .post-description a:hover {
            text-decoration: none;
        }

    .post-slide3 .read-more {
        display: inline-block;
    }

        .post-slide3 .read-more:hover {
            text-decoration: none
        }

        .post-slide3 .read-more i {
            font-size: 11px;
            color: #333;
            margin-right: 5px;
            transition: all .4s linear 0s
        }

        .post-slide3 .read-more span {
            font-size: 11px;
            color: #333;
            opacity: 1;
            text-transform: uppercase;
            transition: all .4s linear 0s
        }

        .post-slide3 .read-more:after {
            content: "";
            display: block;
            width: 40%;
            position: relative;
            /*bottom: -20px;*/
            /*border-bottom: 3px solid #333;*/
            opacity: 0;
            transition: all .4s linear 0s
        }

    .post-slide3:hover .read-more span, .post-slide3:hover .read-more:after {
        opacity: 1
    }

    .post-slide3 .read-more:hover i, .post-slide3 .read-more:hover span, .post-slide3 .read-more:hover:after {
        color: #007bff;
        border-bottom-color: #8e44ad
    }
