/* Minification failed. Returning unminified contents.
(28,1): run-time error CSS1019: Unexpected token, found '@import'
(28,9): run-time error CSS1019: Unexpected token, found 'url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css')'
 */
@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 400;
    src: url(../Content/HedringStyle/notoKufiArabic/NotoKufiArabic-Regular.eot);
    src: url(../Content/HedringStyle/notoKufiArabic/NotoKufiArabic-Regular.eot?#iefix) format('embedded-opentype'),
        url(../Content/HedringStyle/notoKufiArabic/NotoKufiArabic-Regular.woff2) format('woff2'), 
        url(../Content/HedringStyle/notoKufiArabic/NotoKufiArabic-Regular.woff) format('woff'),
        url(../Content/HedringStyle/notoKufiArabic/NotoKufiArabic-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    font-style: normal;
    font-weight: 700;
    src: url(../Content/HedringStyle/notoKufiArabic/NotoKufiArabic-Bold.eot);
    src: url(../Content/HedringStyle/notoKufiArabic/NotoKufiArabic-Bold.eot?#iefix) format('embedded-opentype'), url(../Content/HedringStyle/notoKufiArabic/NotoKufiArabic-Bold.woff2) format('woff2'), url(../Content/HedringStyle/notoKufiArabic/NotoKufiArabic-Bold.woff) format('woff'), url(../Content/HedringStyle/notoKufiArabic/NotoKufiArabic-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'iran';
    src: url('../Content/HedringStyle/Persian-Font-IranSans/iran.eot') format('embedded-opentype'), url('../Content/HedringStyle/Persian-Font-IranSans/iran.ttf') format('truetype'), url('../Content/HedringStyle/Persian-Font-IranSans/iran.woff') format('woff'), url('../Content/HedringStyle/Persian-Font-IranSans/iran.woff2') format('woff2');
}
.iransansfont{

font-family: 'iran';
font-weight: bold !important;
}
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
.wrapper {
    margin-top: 0px;
}

.bg-header {
    background-image: url('../Content/HedringStyle/images/hedring-bg-min.png');
    background-repeat: no-repeat;
    /*background-size: 100%;*/
    background-position: bottom;
    background-size: cover
}

.font-details {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: bold !important;
}

.logo-text:hover {
    color: #f00;
}

.text-red {
    color: #f00;
}

.glyphicon {
    margin-right: 4px !important; /*override*/
}

.pagination .glyphicon {
    margin-right: 0px !important; /*override*/
}

.pagination a {
    color: #555;
}

.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.news-item {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}

.post-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

    .post-item .post-image {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-bottom: 15px;
    }

        .post-item .post-image .post-meta {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            box-shadow: inset 0 -45px 60px -30px #000;
        }

            .post-item .post-image .post-meta .post-meta-date {
                right: 15px;
                direction: ltr;
                bottom: 10px;
                color: #fff;
                display: block;
                font-size: 14px;
                position: absolute;
            }

    .post-item .post-info h3 {
        font-size: 14px;
        line-height: 1.5;
        font-family: 'iran';
        font-weight: bold !important;
    }

.section-posts-3 .post-item .post-info .divider {
    margin: 15px 0;
}

.divider-line {
    width: 70px;
    line-height: 1;
}

.divider {
    height: 5px;
    display: block;
    position: relative;
    margin: 15px auto;
    background-color: #2775FF;
    margin-right: 10px;
}

.section-posts-3 .post-item .post-info p {
    color: #666;
    font-size: 14px;
}

a, a:hover, a:focus, a:active, button, button:focus {
    outline: 0;
    border: none;
    text-decoration: none;
}

    a, a:hover, button {
        color: inherit;
        background-color: inherit;
    }

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.post-image {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 540px;
    height: 200px;
}

    .post-image img {
        max-width: 100%;
        transition: all 2.0s;
        display: block;
        width: 100%;
        height: 200px;
        transform: scale(1);
    }

    .post-image:hover img {
        transform: scale(1.9);
    }

.btn-label {
    position: relative;
    right: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 0px 3px 3px 0px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.btn {
    margin-bottom: 10px;
    font-family: 'iran' !important;
}


.primary-box, .offer-box .offer {
    border-radius: 5px;
    box-shadow: 0 0 15px 0px #aaa;
    margin-bottom: 22px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.absolute-badge.warning {
    background: #fbc02d;
    color: #000;
}

.absolute-badge {
    background: #03a9f4;
    font-size: 8pt;
    border-radius: 25px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 2;
    vertical-align: middle;
    text-align: center;
    padding: 5px 15px;
    overflow: hidden;
    min-width: 70px;
}

.offer a {
    color: #575757;
}

.primary-box .img-box, .offer .img-box {
    position: relative;
}

.offer .texts-box {
    position: relative;
    padding: 10px;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

    .profile-inline ~ .card-title {
        display: inline-block;
        margin-left: 4px;
        vertical-align: top;
    }

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

    .meta a {
        text-decoration: none;
        color: rgba(0, 0, 0, .4);
    }

        .meta a:hover {
            color: rgba(0, 0, 0, .87);
        }

.card img {
    max-width: 100%;
    transition: all 2s;
    display: block;
    width: 100%;
    height: 200px;
    transform: scale(1);
}

.color-transition {
    background-color: rgba(0,0,0,.03);
    text-align: center;
}

.divbtnborder {
    height: 33px;
}

    .divbtnborder button {
        border-radius: 0px !important;
    }

.btn-successBoldColor {
    background-color: orangered !important;
    border-color: orangered !important;
}

    .btn-successBoldColor:hover {
        background-color: #ff6a00 !important;
        border-color: #ff6a00 !important;
    }


.btn {
    font-family: 'iran' !important;
}
.fa-instagram {
    color: #B83180;
    font-size:20px;
}
.fa-telegram {
    color: #35ACE4;
    font-size: 20px;
}

table thead tr th {
    text-align: center !important;
}

