<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">




.form-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

body.rtl #sp-top-bar .sp-module {
    margin: 0 20px 0 0;
}

body.rtl .sp-contact-info {
    float: left;
}

body.rtl .sp-module-content .mod-languages ul.lang-inline li {
    margin: 0 0 0 5px;
}

body.rtl #offcanvas-toggler {
    float: left;
}

    body.rtl #offcanvas-toggler &gt; i {
        padding: 0 10px 0 0;
    }

body.rtl .close-offcanvas {
    right: auto;
    left: 10px;
}

body.rtl .offcanvas-menu {
    -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), left 400ms cubic-bezier(0.7,0,0.3,1);
    transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), left 400ms cubic-bezier(0.7,0,0.3,1);
}

body.rtl .body-innerwrapper:after {
    left: 0;
}

body.rtl .offcanvas-menu {
    left: -280px;
}

body.rtl.offcanvas .offcanvas-menu {
    left: 0;
}

body.rtl .sp-megamenu-parent {
    float: left;
}

    body.rtl .sp-megamenu-parent &gt; li.sp-has-child &gt; a:after {
        display: none;
    }

    body.rtl .sp-megamenu-parent &gt; li.sp-has-child &gt; a:before {
        content: " \f107";
        font-family: FontAwesome;
        margin-left: 5px;
    }

    body.rtl .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child &gt; a:after {
        float: left;
        content: " \f104";
    }

body.rtl .sp-module ul &gt; li &gt; a:before {
    margin-right: 0;
    margin-left: 8px;
    content: "\f104";
    float: right;
}

body.rtl .entry-header.has-post-format {
    margin-left: 0;
    margin-right: 68px;
}

body.rtl .post-format {
    left: auto;
    right: -68px;
}

body.rtl .article-info &gt; dt &gt; i,
body.rtl .article-info &gt; dd &gt; i {
    margin-right: 0;
    margin-left: 3px;
}

body.rtl .entry-link:before {
    top: auto;
    left: auto;
    right: -60px;
    transform: rotate(-90deg);
}

body.rtl .entry-quote:before {
    left: auto;
    transform: rotate(-15deg);
    top: auto;
    right: -40px;
}

body.rtl .categories-list .page-header a.pull-right {
    float: left !important;
}

body.rtl .newsfeed-category .category li .pull-left {
    float: right !important;
}

body.rtl .search .btn-toolbar .pull-left {
    float: right !important;
}


.slider-image {
    width: 100%;
    height: 350px !important;
}

/*#sp-component .item {
    padding: 0px !important;
}*/





/*--------------*/

.page-content2 {
    padding-top: 1em;
    min-height: 5px;
    /*overflow: hidden;*/
}

.inner-container {
    max-width: 980px;
    width: 98%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 10px;
    min-height: 100px;
    background-color: #fff;
    /* background: url(../images/innerpage-bg.png); */
    /*overflow: hidden;*/
    /*-webkit-box-shadow: 0 0px 40px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0px 40px 1px rgba(0,0,0,0.2);*/
    box-shadow: 0 2px 2px 2px #ccc;
    border-radius: 5px;
    margin-bottom: 1em;
}



.breadcrumbs {
    display: block;
    width: 100%;
    height: 37px;
    /* font-family: byekan; */
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    z-index: 10000;
    line-height: 37px;
    margin-bottom: 10px;
}

.breadcrumbs {
    color: #7e7e7e !important;
    left: 0 !important;
}

    .breadcrumbs img, .breadcrumbs a, .breadcrumbs span {
        float: right;
    }

    .breadcrumbs span {
        padding-right: 6px !important;
    }

    .breadcrumbs a {
        height: 35px;
        line-height: 35px;
        padding: 0px 6px 0px 0px;
        color: #7e7e7e;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }


.content-width {
    width: 98%;
    margin: 0 auto;
    max-width: 962px;
    position: relative;
}

footer .footer-links {
    background-image: url('images/footer-bottom-bg.png');
    line-height: 3em;
    text-align: center;
    color: #a0a1a2;
}

footer .footer-column {
    width: 33%;
    float: right;
    margin-left: 2%;
    padding: 12px 10px 0px 0px;
}

footer .footer-links a {
    color: #a0a1a2;
    /* font-size: 0.9em; */
    transition: color 0.3s;
    margin: 0 1em;
    font-size: 10px;
}

footer .footer-copyright {
    /*background-image: url(../../default/images/footer-logo.png);*/
    /*background-repeat: no-repeat;
    background-position: center center;*/
    width: 29%;
    float: right;
    min-height: 18em;
    height: 161px;
    display: table;
}

footer .footer-column h3 {
    font: 14px 'IRANSansWeb' !important;
    color: #ffffff;
    border-bottom: 1px solid #f4f4f4;
    padding: 0;
    margin: 0;
    height: 44px;
    line-height: 44px;
}

footer .footer-column a {
    border-bottom: 1px dotted #898989;
    color: #a0a1a2;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    /* font-family: BYekan; */
    transition: color 0.3s;
}

footer .footer-column a {
    display: block;
}

.footer-copyright h2 {
    color: #aaa;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    text-shadow: black 0 0 22px;
}
</pre></body></html>