<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url('../Fonts/IranSansEn/eot/IRANSansWeb.eot');
    src: url('../Fonts/IranSansEn/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    /*url('../Fonts/IranSansEn/woff2/IRANSansWeb.woff2') format('woff2')*/
    url('../Fonts/IranSansEn/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/IranSansEn/ttf/IRANSansWeb.ttf') format('truetype');
}
* {
    margin: 0 0;
    padding: 0 0;
}

body {
    font-family:iransans,Times New Roman !important;
    font-size: 16px;
       direction: ltr;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
      font-family:iransans,Times New Roman !important;
}
.min_height {
    min-height: 500px;
    margin-top: 20px;
}
.navbar-right { float: left !important;}
.mrg-top {
    margin-top: 50px;
}

.mrg-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mrg-bottom {
    margin-bottom: 50px;
}

.brdtop {
    border-top: 1px solid #ccc;
}

.comment-border {
    border-bottom: 1px solid #ccc;
}

.brdbottom {
    border-bottom: 2px solid #ccc;
}

.padding-10 {
    padding: 10px;
}

.floatright {
    float: left;
}

.floatleft {
    float: left;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #333;
}
img {
    max-width: 100%;
    object-fit: cover;
}
/******Header******/
.top {
    width: 100%;
    background-color: #333;
    height: 30px;
}

header {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
}

.logo_main {
    width: 100%;
    height: 70px;
    text-align: left;
    font-size: 15px;
}

.logo_main img {
    height: 100%;
    max-width: 100px;
}

@media (max-width: 768px) {
    .logo_main {
        text-align: center;
    }
}

/******Navbar*******/

.navbar {
    border: none;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.navbar-nav {
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .navbar-nav &gt; li {
        float: left;
    }

    .navbar-nav &gt; li &gt; a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
/******Footer*******/
.footer {
    width: 100%;
    float: left;
    background-color: #333;
 
}

.publisher {
    float: left;
    color: #FFF;
    width: 100%;
    text-align: center;
}

.footer_publisher {
    display: inline-block;
    margin-right: 50px;
    padding-top: 5px;
}

.footer_publisher a {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.footer_publisher a:hover {
    color: #FFF;
}

.footercols {
    font-family:iransans,Times New Roman !important;
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
}

.footercols ul {
    font-family:iransans,  Times New Roman !important;
    list-style: none;
    width: 100%;
    float: left;
}

.footercols ul li h5 {
    font-family:iransans,  Times New Roman !important;
    width: 100%;
    float: left;
    color: #FFF;
    margin-bottom: 6px;
    font-size: 15px;
    margin-top: 0px;
}

.footercols ul li h5 a {
    font-family:iransans,  Times New Roman !important;
    color: #FFF;
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 0px !important;
}

.footercols ul li h5 a i {
    padding-left: 10px;
    color: #FFF;
    transition: all .4s ease-in-out;
    font-size: 10px;
}

h4.ww {
    font-family:iransans,  Times New Roman !important;
    color: #EEE !important;
    font-size: 22px;
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 2px solid #FFF;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

h4.ww a {
    font-family:iransans,  Times New Roman !important;
    color: #EEE !important;
    font-size: 22px;
    position: relative;
    display: block;
    width: 100%;
}
/*******Menu********/
.menu {
    float: left;
    color: #333;
       direction: ltr;
}

.menu a {
    float: left;
    color: #333;
    text-decoration: none;
    text-align: center;
    margin: auto;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
       direction: ltr;
}



/*MAinpage*/
/*****Right-Body******/
.blogbox {
    position: relative;
       direction: ltr;
    float: left;
    width: 100%;
}

.blog-title {
   text-align: left;
    font-size: 20px;
    border-bottom: 1px solid #bbb;
    font-weight: bold;
    color: #47484a;
    padding: 10px;
    margin-bottom: 10px;
}

.blog-main {
    width: 100%;
    min-height: 100px;
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
}

.blog-main:last-child {
    border-bottom: none;
}

.list-marked {
   text-align: left;
    padding-right: 0;
    list-style: none;
}

.list-marked li {
    padding-right: 15px;
    position: relative;
    list-style: none;
    display: inline-block;
    float: left;
    width: 100%;
    color: #82b62d;
    font-size: 16px;
    padding: 10px;
}

.list-marked li a {
    text-decoration: none;
    padding-right: 15px;
    position: relative;
    list-style: none;
    display: inline-block;
    color: #82b62d;
    font-size: 16px;
}

.list-marked li a:hover {
    text-decoration: none;
    padding-right: 15px;
    position: relative;
    list-style: none;
    display: inline-block;
    color: #ffa200;
    font-size: 16px;
}

.list-marked i {
    display: inline-block;
    float: left;
    color: #ccc;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}

.btn-tag {
    padding: 0 20px 1px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-transform: none;
    border-width: 1px;
    color: #ffa200;
    background: transparent;
    border: 1px solid #ffa200;
    border-radius: 5px;
    float: right;
       direction: ltr;
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
}

.btn-tag:hover {
    color: #fff;
    background-color: #98cb45;
    border-color: #98cb45;
    text-decoration: none;
}

.btn-tag:active {
    color: #fff;
    background-color: #98cb45;
    border-color: #98cb45;
    text-decoration: none;
}
/***left-Body****/
.post-main {
    width: 100%;
}

.post-img img {
    float: left;
    width: 100%;
    height: 400px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.post-img img:hover {
    transform: scale(1.03);
}

.post-title {
    float: left;
       direction: ltr;
   text-align: left;
    padding: 10px;
    color: #82b62d;
    font-size: 20px;
}

.post-Details-img img {
    float: left;
    width: 100%;
    height: 400px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.post-title span {
    float: left;
       direction: ltr;
   text-align: left;
    padding: 10px;
    color: #82b62d;
    font-size: 30px;
}

.post-title:hover {
       direction: ltr;
   text-align: left;
    padding: 10px;
    color: #333;
    font-size: 20px;
}

.post-details {
    width: 100%;
    float: left;
}

.post-details span {
    float: left;
       direction: ltr;
   text-align: left;
    padding: 10px;
    color: #ffa200;
    font-size: 16px;
}

.post-details span:hover {
    float: left;
       direction: ltr;
   text-align: left;
    padding: 10px;
    color: #82b62d;
    font-size: 16px;
}

.post-description {
    float: left;
    direction: ltr;
    text-align: justify;
    padding: 10px;
    height: 100px;
    overflow: hidden;
}

.post-des {
    width: 100%;
    float: left;
       direction: ltr;
    text-align: justify;
    padding: 10px;
    font-family:iransans,  Times New Roman !important;
    font-size: 16px;
}
.post-des * {
     font-family:iransans,  Times New Roman !important; 
}
.post-des a {
     font-family:iransans,  Times New Roman !important; 
      color: #ffa200;
    font-weight: bold;
}
.post-tag {
    width: 100%;
    margin-bottom: 100px;
    float: left;
}
/*******Post*Details*********/
.commentTitle {
    font-size: 26px;
    width: 100%;
    float: left;
    border-bottom: 2px solid #ccc;
    padding: 10px;
}

.commentform {
    float: left;
       direction: ltr;
    margin-top: 20px;
}

.commentform input[type=text] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border: 2px solid #EEE;
    padding-right: 15px;
    border-radius: 5px;
}

.commentform input[type=email] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border: 2px solid #EEE;
    padding-right: 15px;
    border-radius: 5px;
}

.commentform input[type=Number] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border: 2px solid #EEE;
    padding-right: 15px;
    border-radius: 5px;
}

.commentform input[type=submit] {
    height: 40px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #FFF;
    border: none;
    background-color: #82b62d;
    border-color: #82b62d;
    padding: 9px 32px;
    font-size: 16px;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
    min-width: 155px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-width: 2px;
    transition: .3s;
    backface-visibility: hidden;
}

.commentform input[type=submit]:hover {
    height: 40px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #FFF;
    border: none;
    padding: 9px 32px;
    font-size: 16px;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
    min-width: 155px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-width: 2px;
    transition: .3s;
    backface-visibility: hidden;
    background-color: #ffa200;
    border-color: #ffa200;
}

.commentform input[type=submit]:active {
    height: 40px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #FFF;
    border: none;
    padding: 9px 32px;
    font-size: 16px;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
    min-width: 155px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-width: 2px;
    transition: .3s;
    backface-visibility: hidden;
    background-color: #ffa200;
    border-color: #ffa200;
}

.commentform textarea {
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid #EEE;
    padding-right: 15px;
    border-radius: 5px;
}

.Commentimg img {
    border: 2px solid #82b62d;
    border-radius: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 70px;
    height: 70px;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    float: left;
}

.commentimg:first-child {
    border-top: none;
}

.Comment {
    position: relative;
    margin-right: 7px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    padding: 10px;
   box-sizing: border-box;
    word-break: break-all;
  }

.titledg span {
    font-size: 18px;
    display: inline-block;
    width: 50%;
    height: 30px;
    float: left;
    line-height: 20px;
    color: #82b62d;
    font-weight: bold;
    text-align: justify;
       direction: ltr;
    padding-right: 10px;
}

.titledg-date {
    float: left;
    color: #ffa200;
}


.b-date {
    float: left;
    height: 40px;
}

.b-space {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
}

.text-orange-peel {
    color: #ffa200;
}

.text-orange-peel:hover {
    color: #cc8200;
}

.page .text-middle {
    vertical-align: middle;
}

.Reply {
    width: 100%;
    float: left;
    margin-top: 8px;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #ffa200;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
    outline: none;
}

.like-icon i {
    float: right;
    padding-right: 10px;
    color: #91bf47;
    font-size: 18px;
}

.Dislike-icon i {
    float: right;
    padding-right: 10px;
    color: Red;
    font-size: 18px;
}

.like-icon i:hover {
    font-size: 22px;
}

.Dislike-icon i:hover {
    font-size: 22px;
}

.like-number {
    font-size: 15px;
    float: right;
    display: inline-block;
    padding: 0 10px;
    margin: 0 2PX;
    color: #8BC34A;
}

.Dislike-number {
    font-size: 15px;
    float: right;
    display: inline-block;
    padding: 0 10px;
    margin: 0 2PX;
    color: Red;
}

.advis {
    min-height: 200px;
    float: left;
    width: 100%;
}


/*******Error-Page******/

    .minheights {
        min-height: 650px;
    }

    .errorbody {
           direction: ltr;
        float: left;
        text-align: center;
        background-color: #FFF;
        width: 100%;
        height: auto;
    }

    .color {
        color: #008080 !important;
    }
        .errorbody img {
            margin-top: 100px;
        }
    .errorbody h1 {
        color: red;
        text-align: center;
      font-family:iransans,  Times New Roman !important;
    }

    .errorbody h3 {
        font-family:iransans,  Times New Roman;
        color: #333;
        text-align: center;
        padding: 20px;
    }

    .errorbody h3 a {
        font-family:iransans,  Times New Roman !important;
        color: #d82627;
        text-align: center;
        padding: 20px;
        text-decoration: none;
    }

/*************************************BREADCRUMB**************************************/
.breadcrumb_UI {
    width: 100%;
    display: block;
    float: left;
    list-style: none;
    margin: 30px 0;
    padding: 0;
    line-height: 30px;
}

.breadcrumb_UI li {
    float: left;
    padding: 0 20px;
    position: relative;
}

.breadcrumb_UI li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #00264b;
    right: 0;
    transform: rotate(15deg);
    top: 0;
    bottom: 0;
    margin: auto;
}

.breadcrumb_UI li:last-child:after {
    content: none;
}

.breadcrumb_UI li a {
    color: #000;
}

.breadcrumb_UI li a:hover {
    text-decoration: none;
    color: #c9de75;
}

.breadcrumb_UI li:last-child {
    color: #f8a202;
    font-weight: bold;
}</pre></body></html>