﻿/*
Author: Balsa Web Design
Author URI: https://balsaweb.com
*/

/***********************************************************************************
*********************************fancy[start]***************************************
***********************************************************************************/

div#fancy_overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    background-color: #333;
}

div#fancy_loading {
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    background: transparent;
    z-index: 100;
}

    div#fancy_loading div {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 480px;
        background: transparent url(../images/fancy_progress.png) no-repeat;
    }

div#fancy_close {
    position: absolute;
    top: -12px;
    right: -12px;
    height: 30px;
    width: 30px;
    background: transparent url(../images/fancy_closebox.png);
    cursor: pointer;
    z-index: 100;
    display: none;
}

div#fancy_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 96;
}

#fancy_frame {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

img#fancy_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 92;
}

div#fancy_title {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}

    div#fancy_title table {
        margin: 0 auto;
    }

    div#fancy_title div {
        color: #FFF;
        font: bold 12px Arial;
        padding-bottom: 2px;
    }

td#fancy_title_left {
    height: 32px;
    width: 15px;
    background: transparent url(../images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
    height: 32px;
    background: transparent url(../images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
    height: 32px;
    width: 15px;
    background: transparent url(../images/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #444;
    background: #FFF;
}

a#fancy_left, a#fancy_right {
    position: absolute;
    bottom: 10px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    background-image: url(data:image/gif;base64,AAAA);
    z-index: 100;
}

a#fancy_left {
    left: 0px;
}

a#fancy_right {
    right: 0px;
}

a#fancy_left:hover {
    background: transparent url(../images/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
    background: transparent url(../images/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

div#fancy_bg {
    display: none;
}

div.fancy_bg {
    position: absolute;
    display: block;
    z-index: 70;
}

div.fancy_bg_n {
    top: -18px;
    width: 100%;
    height: 18px;
    background: transparent url(../images/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
    top: -18px;
    right: -13px;
    width: 13px;
    height: 18px;
    background: transparent url(../images/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
    right: -13px;
    height: 100%;
    width: 13px;
    background: transparent url(../images/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
    bottom: -18px;
    right: -13px;
    width: 13px;
    height: 18px;
    background: transparent url(../images/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
    bottom: -18px;
    width: 100%;
    height: 18px;
    background: transparent url(../images/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
    bottom: -18px;
    left: -13px;
    width: 13px;
    height: 18px;
    background: transparent url(../images/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
    left: -13px;
    height: 100%;
    width: 13px;
    background: transparent url(../images/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
    top: -18px;
    left: -13px;
    width: 13px;
    height: 18px;
    background: transparent url(../images/fancy_shadow_nw.png) no-repeat;
}

/**********************************************************************************
*********************************fancy[end]****************************************
***********************************************************************************/

/*********************************************************************************
*********************************perfect-scrollbar[Start]**************************
***********************************************************************************/

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
}

    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        position: absolute;
        /* please don't change 'position' */
        background-color: #aaa;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
        bottom: 0;
        /* there must be 'bottom' for ps-scrollbar-x */
        height: 8px;
    }

    .ps-container > .ps-scrollbar-x-rail.in-scrolling {
        background-color: #eee;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
    }

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
}

    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        position: absolute;
        /* please don't change 'position' */
        background-color: #aaa;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
        right: 0;
        /* there must be 'right' for ps-scrollbar-y */
        width: 8px;
    }

    .ps-container > .ps-scrollbar-y-rail.in-scrolling {
        background-color: #eee;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
    }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

    .ps-container:hover > .ps-scrollbar-x-rail.in-scrolling, .ps-container:hover > .ps-scrollbar-y-rail.in-scrolling {
        background-color: #eee;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
    }

    .ps-container:hover > .ps-scrollbar-x-rail:hover {
        background-color: #eee;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
    }

        .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
            background-color: #999;
        }

    .ps-container:hover > .ps-scrollbar-y-rail:hover {
        background-color: #eee;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
    }

        .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
            background-color: #999;
        }

.contentHolder {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    height: 531px;
    overflow: hidden;
}

    .contentHolder .content {
        background-image: url('./azusa.jpg');
        width: 100%;
        max-height: 500px;
    }


/*********************************************************************************
*********************************perfect-scrollbar[end]****************************
***********************************************************************************/


/*********************************************************************************
*********************************BalsaCss[start]************************************
***********************************************************************************/


/*SocialNetworks*/
/********************************************************/
.fb {
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-right: 2px;
    background: url(../images/sociables-icons.jpg) no-repeat left top;
}

    .fb:hover {
        background: url(../images/sociables-icons.jpg) no-repeat left -28px;
    }

.twtr {
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-right: 2px;
    background: url(../images/sociables-icons.jpg) no-repeat left -56px;
}

    .twtr:hover {
        background: url(../images/sociables-icons.jpg) no-repeat left -84px;
    }

.lkdn {
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-right: 2px;
    background: url(../images/sociables-icons.jpg) no-repeat left -112px;
}

    .lkdn:hover {
        background: url(../images/sociables-icons.jpg) no-repeat left -140px;
    }

.youtb {
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-right: 2px;
    background: url(../images/sociables-icons.jpg) no-repeat left -168px;
}

    .youtb:hover {
        background: url(../images/sociables-icons.jpg) no-repeat left bottom;
    }


/********************************************************/


.mytextbox {
    border: none;
    height: 30px;
    width: 100%;
    max-width: 250px;
    font-family: IRANSans;
    font-weight: bold;
    font-size: 9pt;
    background: #F2F5FD;
    padding-right: 10px;
}

.textboxem:hover, .textboxem:focus {
    border-color: #a8a7a7;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.mybutton {
    padding: 3px;
    background: #3D3D3D;
    color: rgb(255, 255, 255);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    width: 100px;
    font: 13px 'IRANSans';
    height: 35px;
    border: none;
    border-radius: 20px;
}


    .mybutton:hover, .buttonem:focus {
        color: white;
        background-color: #212121;
    }

    .mybutton:active {
        -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    }

.mytblUser {
    background: #f0f0f0;
    float: right;
    margin: 20px;
    clear: both;
    box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
}

    .mytblUser tr th {
        background: #099edc;
        text-align: center;
        color: white;
        font: bold 9pt tahoma;
        height: 35px;
        background: #258dc8; /* Old browsers */
        background: -moz-linear-gradient(top, #258dc8 0%, #258dc8 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#258dc8), color-stop(100%,#258dc8)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #258dc8 0%,#258dc8 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #258dc8 0%,#258dc8 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #258dc8 0%,#258dc8 100%); /* IE10+ */
        background: linear-gradient(to bottom, #258dc8 0%,#258dc8 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
    }

    .mytblUser tr td {
        padding: 5px;
        background: white;
        padding: 5px;
    }



.farsifont {
    font: normal 18px/38px BKoodakBold,tahoma !important;
}


.nazartext {
    font: normal 10px/29px BKoodakBold,tahoma;
    overflow: hidden;
    display: block;
    padding: 12px;
}


.dimotbl {
    margin: 0px auto;
    direction: rtl;
}

.Archive {
    text-shadow: 1px 6px 5px #000;
    font: 20px 'BMahsa';
    float: left;
}

    .Archive a {
        color: #c19935;
    }



/********** مربوط به شبکه های اجتماعی ***********/

ul.share-buttons {
    list-style: none;
    padding: 0;
}

    ul.share-buttons li {
        display: inline;
        list-style: none;
        float: right;
        width: 45px;
    }

.share-title {
    margin-bottom: 15px;
    color: rgb(224, 179, 23);
}

.share-main {
    float: left;
}
/******************************************************/

/*********************************************************************************
*********************************DimoCss[end]************************************
***********************************************************************************/





/**********************************************************************************
*********************************Rate[start]***************************************
***********************************************************************************/


div.rating-cancel, div.star-rating {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden;
}

    div.rating-cancel, div.rating-cancel a {
        background: url(delete.gif) no-repeat 0 -16px;
    }

    div.star-rating, div.star-rating a {
        background: url(/App_Themes/images/star.gif) no-repeat 0 0px;
    }

        div.rating-cancel a, div.star-rating a {
            display: block;
            width: 16px;
            height: 100%;
            background-position: 0 0px;
            border: 0;
        }

div.star-rating-on a {
    background-position: 0 -16px !important;
}

div.star-rating-hover a {
    background-position: 0 -32px;
}
/* Read Only CSS */
div.star-rating-readonly a {
    cursor: default !important;
}
/* Partial Star CSS */
div.star-rating {
    background: transparent !important;
    overflow: hidden !important;
}


.ui-rater > span {
    vertical-align: top;
}

.ui-rater-rating {
    background: url('/App_Themes/images/giga-star.png') no-repeat;
    font-weight: bolder;
    height: 30px;
    width: 35px;
    display: block;
    background-size: 100% 100%;
    padding-top: 7px;
    /*padding-right: 12px;*/
    font-size: 12px;
    color: #000;
    text-align: center;
}

.ms_raterStar {
    float: left;
    width: 42px;
}

.ms_Sstars {
    float: right;
    width: 188px;
}


/**********************************************************************************
*********************************Rate[end]*****************************************
***********************************************************************************/


/**********************************************************************************
******************************Video-Group[start]***********************************
***********************************************************************************/

.dimo-chart {
    height: auto;
    width: 100%;
    margin: 0 auto;
}

    .dimo-chart img {
        width: 100%;
        height: 100%;
        display: block;
        z-index: 50000;
        margin: 0 auto;
    }

.dimo-video-tit {
    display: block;
    padding: 3px 0 10px 0;
    font-size: 15px;
    color: black;
    background: #e2b469;
    margin-bottom: 15px;
}

.one-video-box {
    margin: 5px 0px;
    padding: 10px;
    border: 1px solid #e9e9e9;
}


.p-vd {
    min-height: 75px;
    line-height: 28px;
}

.title-vd-bx {
    line-height: 24px;
    height: 60px;
}
/**********************************************************************************
********************************Video-Group[end]************************************
***********************************************************************************/
/**********************************************************************************
*********************************fancy[start]**************************************
***********************************************************************************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/App_Themes/images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('/App_Themes/images/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/App_Themes/images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/App_Themes/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999999999999;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        padding: 10px;
        line-height: 24px;
        white-space: nowrap;
        font: 8pt tahoma;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('/App_Themes/images/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url('/App_Themes/images/fancybox_loading@2x.gif');
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

.fancybox-buttons img {
    width: 237px;
    height: 166px;
    border: 16px solid #ddd;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    margin-left: 10px;
    margin-bottom: 0px;
}


/**********************************************************************************
*********************************fancy[end]****************************************
***********************************************************************************/


/**********************************************************************************
*********************************Gallery[start]************************************
***********************************************************************************/
.tp-grid {
    list-style-type: none;
    position: relative;
    display: block;
    margin-bottom: 37px;
}

    .tp-grid li {
        position: absolute;
        cursor: pointer;
        border: 10px solid #757C84;
        box-shadow: 0 2px 3px rgba(3, 3, 3, 0.77);
        display: none;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.no-js .tp-grid li {
    position: relative;
    display: inline-block;
}

.tp-grid li a {
    display: block;
    outline: none;
}

.tp-grid li img {
    display: block;
    border: none;
}

.tp-info, .tp-title {
    position: absolute;
    background: #fff;
    line-height: 20px;
    color: #333;
    top: 52%;
    width: 86%;
    padding: 10px;
    font-weight: 700;
    text-align: right;
    left: -100%;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1), 5px 0 5px -3px rgba(0,0,0,0.4), inset 0 0 5px rgba(0,0,0,0.04);
}

.touch .tp-info {
    left: 0px;
}

.no-touch .tp-info {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.no-touch .tp-grid li:hover .tp-info {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    transition-delay: 150ms;
}

.no-touch .tp-open li:hover .tp-info {
    left: 0px;
}

.tp-title {
    padding: 10px 35px 10px 10px;
    left: 0px;
    direction: rtl;
    z-index: 9999;
}

    .tp-title span:nth-child(2) {
        color: #aaa;
        padding: 0 5px;
        background: #F7F7F7;
        right: 0px;
        height: 100%;
        line-height: 40px;
        top: 0px;
        position: absolute;
        display: block;
    }

/* Custom elements style */
/*.wrapper {
	position: relative;
	padding: 0 0 50px 0;
}*/

.topbar {
    position: relative;
    padding: 20px 0;
    margin: 0 0 1%;
    z-index: 999;
    /*box-shadow: 0 1px 0 #aaa, 0 -1px 0 #aaa;*/
}

.back {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 51%;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #FFF;
    background: #ddd;
    background: rgba(141, 141, 141, 1);
    cursor: pointer;
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 36px;
}

.no-touch .back:hover {
    background: #fff;
    background: rgba(236, 168, 33, 1);
}

.topbar h2,
.topbar h3 {
    display: inline-block;
    font-weight: 300;
    font-size: 40px;
    width: 49%;
    min-width: 320px;
}

.topbar h2 {
    padding-right: 20px;
    color: #666;
}

.topbar h3 {
    text-align: right;
    padding-left: 20px;
    color: #aaa;
}

/* Loader */

.loader {
    left: 50%;
    position: absolute;
    margin-left: -120px;
}

    .loader i {
        display: inline-block;
        width: 40px;
        height: 40px;
        -webkit-animation: loading 1s linear infinite forwards;
        -moz-animation: loading 1s linear infinite forwards;
        -o-animation: loading 1s linear infinite forwards;
        -ms-animation: loading 1s linear infinite forwards;
        animation: loading 1s linear infinite forwards;
    }

.cssanimations .loader span {
    display: none;
}

.no-cssanimations .loader i {
    display: none;
}

.loader i:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loader i:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader i:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loader i:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loader i:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes loading {
    0% {
        opacity: 0;
        background-color: rgba(255,255,255,0.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(0.25) rotate(75deg);
        background-color: rgba(155,155,155,0.9);
    }
}

@-moz-keyframes loading {
    0% {
        opacity: 0;
        background-color: rgba(255,255,255,0.9);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(0.25) rotate(75deg);
        background-color: rgba(155,155,155,0.9);
    }
}

@-o-keyframes loading {
    0%; {
        opacity: 0;
        background-color: rgba(255,255,255,0.9);
    }

    100% {
        opacity: 1;
        -o-transform: scale(0.25) rotate(75deg);
        background-color: rgba(155,155,155,0.9);
    }
}

@-ms-keyframes loading {
    0% {
        opacity: 0;
        background-color: rgba(255,255,255,0.9);
    }

    100% {
        opacity: 1;
        -ms-transform: scale(0.25) rotate(75deg);
        background-color: rgba(155,155,155,0.9);
    }
}

@keyframes loading {
    0% {
        opacity: 0;
        background-color: rgba(255,255,255,0.9);
    }

    100% {
        opacity: 1;
        transform: scale(0.25) rotate(75deg);
        background-color: rgba(155,155,155,0.9);
    }
}
/**********************************************************************************
*********************************Gallery[end]**************************************
***********************************************************************************/






/**********************************************************************************
***************************Ferequently Question[start]******************************
***********************************************************************************/

.btm-bx-bc1 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.item-mg {
    margin-bottom: 0px;
    overflow: hidden;
    background: #f4f4f4;
    margin-bottom: 6px;
    padding: 5px;
    border-right: 3px solid #d7c17b;
}


    .item-mg:hover .icon-mg {
        background-position: 0 -60px;
    }

.btm-bx-bc1 section.item-mg, .icon-mg {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.item-mg h4 {
    font-size: 14px !important;
    display: block;
    color: #000;
    width: 88%;
    float: right;
    direction: rtl;
    text-align: justify;
    padding: 5px !important;
}

a.reply-btn {
    color: #FFFFFF;
    padding: 2px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    float: left;
    background: #e2b4694f;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3 ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    cursor: pointer;
}

.btm-bx-bc1 section div.more-info-balsa {
    padding: 2px 20px;
    line-height: 25px;
}

.balsa-q {
    line-height: 27px;
}

section .bx-mg-hd .more-info-balsa {
    display: none;
}


/**********************************************************************************
***************************Ferequently Question[end]*******************************
***********************************************************************************/


/**********************************************************************************
*********************************Nazar Box[start]**********************************
***********************************************************************************/

.comment-answer-bx {
    background: #f6d17f;
    color: black;
    width: 100%;
    border-radius: 15px;
    box-shadow: 2px 2px 5px #6565654f;
    overflow: hidden;
    padding: 15px;
    max-width: 900px;
    margin: 10px auto;
}

    .comment-answer-bx img {
        width: 30px !important;
        height: 30px !important;
        opacity: 0.6;
        margin: 0 !important;
    }

    .comment-answer-bx .left {
        float: left;
    }

    .comment-answer-bx p {
        margin-right: 45px;
    }

    .comment-answer-bx span {
        opacity: 0.8;
        font-size: 12px;
    }

.dimo-nazar-box {
    margin: 15px 0;
}

.nazarheader {
    padding: 3px 15px 3px 17px;
    margin-bottom: 19px;
    float: right;
    clear: both;
    font: 19px "bkoodakbold",arial;
    width: 100%;
}

.nazardetail {
    clear: both;
    color: #2F2F2F;
    overflow: hidden;
    height: auto;
    display: block;
    line-height: 25px;
    text-align: right;
}



.multitxtfield {
    width: 100%;
    height: 110px;
    border-radius: 2px;
    border: none 0;
    padding: 5px 10px;
    font: 14px "IRANSans",arial;
    color: #666 !important;
    background: #f2f2f2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    min-height: 172px;
}

.txtfield, .rlptxtfield {
    margin-left: 2%;
    width: 100%;
    background: url(../../images/cmnt.png) no-repeat right -7px top 10px,#f2f2f2;
    float: right;
    border-radius: 2px;
    border: none 0;
    font: 14px "IRANSans",arial;
    padding: 5px 43px;
    color: #666 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 4px;
    border: 1px solid #e2e2e2;
}

.txtfield2, .rlptxtfield2 {
    width: 100%;
    background: url(../../images/cmnt.png) no-repeat right -3px top -27px,#f2f2f2;
    margin: 2px 0 4px 0;
    box-shadow: none;
    float: right;
    border-radius: 2px;
    border: none 0;
    font: 14px "IRANSans",arial;
    padding: 5px 43px;
    color: #666 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: rtl;
    border: 1px solid #e2e2e2;
}


.sendComment {
    position: relative;
    z-index: 1001;
    margin-top: 2px;
    float: right;
    font-size: 14px;
    width: 100%;
    border: none;
    opacity: 0.6;
}

    .sendComment:hover {
        opacity: 1;
    }


/**********************************************************************************
**********************************Nazar Box[end]***********************************
***********************************************************************************/
























.balsa-onebyone-list {
    width: 100%;
    background: #fff;
    padding: 19px;
    margin: 0px auto;
    max-width: 1287px;
    display: block;
    float: right;
}

    .balsa-onebyone-list .itemli {
        padding: 3px;
        width: calc(100% /5 - 0.01px);
        display: block;
        float: right;
        position: relative;
    }

        .balsa-onebyone-list .itemli:after {
            content: "";
            position: absolute;
            top: 30%;
            left: 0;
            transform: translate(-50%, -30%);
            background: url(/App_Themes/images/special/digitalmarketing/Path1.svg) no-repeat;
            background-position: center center;
            background-size: contain;
            width: 90px;
            height: 17px;
        }

        .balsa-onebyone-list .itemli:nth-child(2n):after {
            background: url(/App_Themes/images/special/digitalmarketing/Path2.svg) no-repeat;
        }

        .balsa-onebyone-list .itemli:last-child:after {
            display: none;
        }

@media only screen and (max-width: 736px) {
    .balsa-onebyone-list .itemli {
        width: calc(100% /2 - 0.01px);
    }

        .balsa-onebyone-list .itemli:nth-child(2n):after {
            display: none;
        }
}

.nazartitle {
    font-size: 19px;
    border-bottom: 1px solid white;
    color: #323232;
    padding-right: 38px;
    font-family: bkoodakbold;
    clear: both;
}



.textbox {
    font: 12px IRANSans;
    padding: 5px;
    border: solid 1px #d2d1d1;
    outline: 0;
    width: 100%;
    background: rgba(248, 248, 248, 0.04);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

    .textbox:hover, .textbox:focus {
        -webkit-box-shadow: rgba(0, 0, 0, 0.31) 0px 0px 8px;
    }

.button {
    font: 8pt tahoma;
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    cursor: pointer;
}


    .button:hover, .button:focus {
        background: #356094;
        border: solid 1px #2A4E77;
        text-decoration: none;
    }

    .button:active {
        -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        background: #2E5481;
        border: solid 1px #203E5F;
    }

.ms_over {
    width: 100%;
    float: right;
    margin-top: 0px;
    min-width: 140px;
    color: #000;
    max-width: 500px;
    border-radius: 3px;
}

.ms_over2 {
    width: 100%;
    height: 100px;
    min-width: 180px;
    color: #000;
    border-radius: 3px;
}


.ms_txtmatn {
    text-align: center;
    padding-bottom: 2px;
}

.ms_boxSN { /* margin: 0px auto; */
    width: 100%;
    max-width: 902px;
}

.ntin {
    font: bold 8pt tahoma;
    color: #363434;
}



.ms_boxsender {
    width: 100%;
    float: right;
    margin-left: 40px;
    margin-top: 8px;
    max-width: 750px;
}

.ms_posN {
    width: 91px;
    float: right;
    direction: rtl;
    text-align: right;
    color: #000;
    margin-top: 8px;
}

.ms_over_Hc {
    border: 1px solid #E7E7E7;
    margin: 0px auto;
    margin-top: 9px;
    background: rgb(240, 240, 240);
    border-radius: 4px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 1000px;
}

.DimoContent {
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 3px 3px 0 0;
    direction: rtl;
    text-align: justify;
    padding: 7px 0px;
    color: #4d4d4d;
    margin: 0px auto;
    font-size: 15px;
    line-height: 33px;
    margin-top: 9px;
    margin-bottom: 3px;
    /*max-width: 1100px;*/
    min-height: 450px;
}

    .DimoContent ol li {
        list-style: inherit;
    }
    .DimoContent ul li {
        list-style: inside;
        list-style-type: disclosure-closed;
    }


    .DimoContent a {
        color: #000;
        text-decoration: none;
        font-weight: bold;
    }

        .DimoContent a:hover {
            color: #e2b469;
            text-decoration: none;
        }

    .DimoContent h2, .DimoContent h3 {
        font-weight: bold;
        font-size: 18px;
        padding: 20px 0 10px;
        line-height: 25px;
    }
     
        .DimoContent h4 {
            font-size: 15px;
            padding: 10px 0;
            font-weight: bold;
            line-height: 25px;
        }

    .DimoContent h5, .DimoContent h6 {
        font-size: 15px;
        padding: 10px 0;
        font-weight: bold;
        line-height: 25px;
    }

.list-blg li{
    list-style:none !important;
}

.dimo-box-news-Cnt img {
    border-radius: 10px;
    margin: 10px 0;
    /*box-shadow: 3px 3px 5px #b2b2b2;*/
}

.ms_btnDimoContent {
    height: 66px;
    width: 959px;
    background-image: url('/App_Themes/images/3img12.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}


.picUl {
    list-style: none;
    border-top: 1px solid rgba(153, 153, 153, 0.33);
    clear: both;
    padding: 0;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

    .picUl li {
        width: 74px;
        height: 74px;
        margin: 3px;
        float: right;
    }

        .picUl li a img {
            width: 74px;
            height: 74px;
            border: 0px;
            border: 2px solid #C1C1C1;
        }


.ms_posDN {
    width: 200px;
    float: right;
    font-size: 11px;
    direction: rtl;
    text-align: right;
    color: rgb(117, 124, 132);
    line-height: 29px;
}




/* Color */

.demo-2 {
    width: 100%;
    max-width: 210px;
}

    .demo-2 .box {
        box-shadow: inset 0 0 0 1px #757C84;
        border-radius: 3px;
    }

        .demo-2 .box:hover h3,
        .demo-2 .box:hover span {
            color: #1B1464;
        }

        .demo-2 .box svg line {
            stroke-width: 3px;
        }

        .demo-2 .box:hover svg line {
            stroke: #1B1464;
        }




article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}


figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.dimogrid {
    width: 100%;
    overflow: hidden;
    margin: 5px auto;
    position: relative;
    text-align: center;
}





.ms-pos {
    margin: 2px 9px;
    display: block;
}

.ms-tbC {
    float: right;
    text-align: right;
    direction: rtl;
    background: rgb(117, 124, 132);
    padding: 7px;
    border-radius: 14px;
    color: #fff;
}

    .ms-tbC table {
        width: 100%;
    }

.ms_txtC {
    float: right;
    line-height: 34px;
    text-align: justify;
    padding-left: 1%;
}



.ms_overColor {
    color: #B00004;
    font-weight: bolder;
    font-size: 22px;
    margin-right: 1%;
    clear: both;
    display: block;
    padding-top: 18px;
}

.dimo-pos-title {
    margin: 2px 9px;
    display: inline;
    width: 100px;
    margin-bottom: 20px;
}

.dimo-pos-tool {
    margin: 2px 9px;
    display: inline;
    width: 200px;
}

.ms_txtContact {
    width: 98%;
    border: none;
    background: rgba(231, 231, 231, 1);
    height: 32px;
    padding-right: 7px;
    float: left;
    text-align: right;
    color: #000;
    border: 1px solid rgb(182, 182, 182);
    border-radius: 7px;
    max-width: 200px;
}

.conbtn {
    text-align: center;
    margin: 10px;
}

.Grid {
    width: 100%;
    max-width: 1024px;
    overflow: hidden;
    direction: rtl;
}

    .Grid a {
        color: black;
        padding-right: 10px;
    }

.gridPaging a {
    width: 30px;
    height: 20px;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    border: 1px solid #33220f;
    background: #4f3920;
    color: white;
    margin: 2px;
}

    .gridPaging a:hover {
        background: #965810;
    }

.ms_over111 {
    float: left;
}

.social-title {
    float: right;
}

.introsocialul {
    margin: 0px auto 55px;
    padding: 0px;
    text-align: center;
}

    .introsocialul ul {
        float: right;
    }

    .introsocialul li {
        display: inline;
        overflow: hidden;
    }

    .introsocialul a:hover {
        text-decoration: none !important;
    }

.introsocialicon {
    font-size: 26px;
    margin: 5px 5px;
    color: rgb(117 115 115 / 65%);
}

    .introsocialicon:hover {
        color: rgb(184 160 84);
    }

.errornet {
    font: bold 9pt IRANSans;
    color: Red;
}

.info, .success, .warning, .error, .validation {
    display: block;
    margin: 0px;
    padding: 15px 45px 15px 50px;
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
    direction: rtl;
    font: 9pt IRANSans;
    background-size: 30px 30px;
    background-position: 99% 12px;
    clear: both;
}

.info {
    color: #ECA821;
    background-color: #4068B4;
    background-image: url('../images/Information.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../images/success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/Error.png');
}

#toTop {
    display: none;
    position: fixed;
    bottom: 40px;
    width: 51px;
    height: 51px;
    z-index: 99999999;
    opacity: 0.2;
    background: url(/App_Themes/images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
    right: 7% !important;
}

    #toTop:hover {
        outline: none;
        background-position: right 0;
        opacity: 0.7;
    }

.margintop15 {
    margin-top: 15px;
}

.dimo_introtitle {
    direction: rtl;
    text-align: center;
    line-height: 27px;
    font-size: 25px;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 500;
    padding-top: 10%;
}

    .dimo_introtitle h1 {
        font-size: 26px;
    }

.frmdetail {
    padding: 3px 0;
    margin-bottom: 0;
    overflow: hidden;
    visibility: hidden;
    height: 1px;
}

.balsa-headline-boxes {
    border: 1px solid #d5d5d5;
    float: right;
    margin-left: 2px;
    font-size: 11px;
    padding: 2px 7px;
    color: #838383;
}


.frmdetail a {
    color: #393939;
    text-decoration: none;
}

.balsa-headline-boxes i {
    float: right;
    padding-left: 6px;
    padding-top: 12px;
}

.dimo-icon {
    float: right;
}




.company-main-pic {
    width: 100%;
    max-width: 800px !important;
}

.theme-color-default {
    color: #fff;
    background-color: #e2b469;
}

    .theme-color-default:active {
        -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        color: #000;
    }

    .theme-color-default:hover {
        opacity: 1;
    }

.intro-social {
    float: left;
    direction: rtl;
    width: 345px;
}


.Divider {
    height: 2px;
    width: 99.7%;
    background: rgba(0, 74, 183, 0.61);
    overflow: hidden;
    position: relative;
    bottom: 21px;
}

.clear {
    clear: both;
}

.pricebox {
    border-top: 1px solid #C1C1C1;
    padding: 10px 5px;
    border-bottom: 1px solid #C1C1C1;
    overflow: hidden;
    font-size: 13px;
}

.pricefield {
    width: 100%;
    max-width: 190px;
    float: right;
}



.btbuy {
    background-image: url(/App_Themes/images/icons/buy.png);
    background-position: 108px 6px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: #fff;
    border: 1px solid rgba(83, 83, 83, 0);
    padding: 0px 32px 0 10px;
    width: 135px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0.6;
}

    .btbuy:hover {
        /*-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);*/
        opacity: 1;
    }

.PriceIcon {
    float: right;
}





.animated {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUpQuick {
    -webkit-animation-name: fadeInUpQuick;
    animation-name: fadeInUpQuick;
}

.fadeInRightQuick {
    -webkit-animation-name: fadeInRightQuick;
    animation-name: fadeInRightQuick;
}

.map-google-title {
    font: 13pt tahoma;
    padding-right: 10px;
}


.signupbanner {
}

.DimoTitle {
    font-size: 25px;
    margin: 20px 5px;
}

.dimo_reg {
    float: right;
    clear: both;
    text-align: right;
    width: 100%;
}

.dimo_tools {
    width: 100%;
    max-width: 600px;
}


.row-title {
    background: gainsboro;
    padding-right: 20px;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    height: 35px;
}

.ms_bxTmap {
    border-radius: 3px;
    width: 96%;
    padding: 5px 2px;
    margin: 0px auto;
    max-width: 1000px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #c5c5c5;
}


.col-dimo {
    height: auto;
    display: block;
    overflow: hidden;
    padding: 0 10px;
    margin: 0 10px;
    min-height: 300px !important;
    border-radius: 4px;
}



.col-dimo-menu-box {
    direction: rtl;
    padding: 2px 5px;
    background: #1c1f24;
}

.dimo-user-menu {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .dimo-user-menu li {
        background: #1c1f24;
        margin: 4px 0;
        border-radius: 2px;
        padding: 5px 10px;
        border-bottom: 1px solid rgb(56, 55, 55);
    }

        .dimo-user-menu li a {
            color: #fff;
            font-size: 13px;
        }

.dimo-user-welcome-text {
    width: 100%;
    overflow: hidden;
    background: rgba(241, 67, 67, 0.56);
    padding: 0 10px;
    margin-bottom: 10px;
}

.welcome-user-box {
    font-family: persian-fanni,arial;
    color: #fff;
    text-align: center;
    font-size: 11px;
}

.dimo-user-date {
    text-align: center;
    color: white;
    font: 10px IRANSans;
}

.dimo-userpic {
    width: 110px;
    max-height: 115px;
    border-radius: 50%;
    margin-top: 5px;
}

.user-pic-pos {
    text-align: center;
}

.regbtn {
    margin-top: 30px;
    background-color: #848383;
    background-image: url(/App_Themes/images/signup.png);
    background-position: 50px 5px;
    background-repeat: no-repeat;
    width: 80px;
    border-radius: 3px;
    border: none;
    padding: 2px 25px 2px 0;
    height: auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    .regbtn:hover {
        background-color: #cecece;
        color: black;
    }



.searchtitle {
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    padding: 10px;
    background: white;
    text-align: right;
    font-size: 15px;
    margin-bottom: 3px;
    direction: rtl;
}

    .searchtitle span {
        padding-right: 5px;
        font-size: 20px;
    }


.dimo-buy-img {
    width: 100%;
}


.buyboxes {
    padding: 15px 0;
    overflow: hidden;
    line-height: 46px;
}


.dimo-buy-img {
    width: 100%;
}

.dimo-buy-txt {
    height: 40px;
    width: 230px;
    border: none;
    background: rgba(255, 255, 255, 0.16);
    padding: 0 5px;
    border-radius: 3px;
    font-family: IRANSans,yekannumber;
}

.right {
    float: right !important;
}
.no-pn{
    padding:0 !important;
}

.dimo-no-pd {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: 0;
}

.dimo-right {
    float: right !important;
}


.dimo-buy-btn {
    background-image: url(../images/basket.png);
    background-position: 132px 6px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.24);
    border: none;
    width: 160px;
    margin-right: 15px;
    border-radius: 3px;
    padding-right: 30px;
}


.dimo-max-width {
    width: 100%;
}


.dimo-car-signup {
    border: 1px solid #444;
    min-height: 50px;
    margin: 10px;
    max-width: 827px;
    padding: 10px 0;
    line-height: 35px;
}

.dimo-car-bt-none {
    background: none;
    border: none;
}


.dimo-div-signup-btn {
    padding: 5px 14px;
    margin: 15px;
    width: 155px;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    display: block;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #ff7e66;
    direction: rtl;
}

    .dimo-div-signup-btn:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        background-color: #1c1f24;
        color: white;
    }

table-re {
    position: relative;
}

.nda {
    position: absolute;
    top: 8px;
    z-index: 2000;
    left: 109px;
}

.table-re thead {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background-color: #1c1f24;
    color: white;
}

.table-re table {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: none;
    direction: rtl;
}

    .table-re table tr {
        border-bottom: 1px solid #dedede;
        padding: 5px;
    }

    .table-re table th, .table-re table td {
        padding: 10px;
        text-align: center;
        line-height: 28px;
    }

    .table-re table th {
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px !important;
        background: rgba(160, 163, 156, 0.44);
    }

    .table-re table .price-th {
        width: 270px;
    }

    .table-re table div {
        margin: 0 5px;
    }

.basket-img {
    float: left;
    margin: 5px;
}

.basket-count {
    float: left;
    position: absolute;
    left: 16px;
    top: 3px;
}

.dimo-factor-title {
    background: #ede9e9;
    margin: 0;
    padding: 0 0 0 0 !important;
}

.dimo-factor-title-icon {
    float: right;
    margin: 0 0 0 20px;
    background: #39393a;
    width: 50px;
    text-align: center;
    color: white;
    font-size: 15px;
}

.dimo-factor-price {
    color: red;
    font-family: IRANSans,yekannumber;
}

.dimo-menu-fa {
    font-size: 14px;
    color: #fff;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.intro-header-bx {
    text-align: center;
    width: 100%;
    background: url(/App_Themes/images/special/introheader.jpg);
    min-height: 230px;
    background-size: 100% 100%;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    height: auto;
    position: relative;
}


.intro-header {
    width: 100%;
    height: auto;
    max-height: 300px;
}

.validator {
    color: red;
    font-size: 20px;
}

/**********************************************************************************
********************************contact[start]*************************************
***********************************************************************************/

.contact-body {
    background: #ffffffc7;
    direction: rtl;
    overflow: hidden;
    min-height: 385px;
    font-family: IRANSans,arial;
}

.contact-field-title {
    float: right;
}

.contact-txt {
    width: 97%;
    padding: 0 10px;
    font-family: IRANSans,Arial;
    height: 35px;
}

.contact-form-title {
    text-align: center;
    font-size: 20px;
    padding: 14px;
    line-height: 23px;
}

    .contact-form-title h1 {
        font-size: 20px;
    }

    .contact-form-title span {
        font-size: 14px;
        color: #7d7c7c;
    }

.dimo-contact-btn {
    opacity: 0.8;
    border: none;
    width: 100px;
    height: 35px;
    line-height: 25px;
    padding: 0;
}

.contact-body ul {
    margin: 33px;
    text-align: center;
}


.contact-tab {
    width: 49%;
    background: #f9f9f9;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    margin: 1px;
    text-align: center !important;
}

.contact-body i {
    border: 1px solid #a2a0a0;
    padding: 8px 12px;
    border-radius: 50%;
    margin-bottom: 8px;
}

.contact-body textarea {
    height: 80px;
    margin-top: 5px;
    line-height: 23px;
}

.dimo-map {
    width: 100%;
    margin: 10px auto;
    height: 205px;
    max-width: 445px;
}
/**********************************************************************************
*********************************contact[end]**************************************
***********************************************************************************/


/**********************************************************************************
********************************Prolist[start]*************************************
***********************************************************************************/

.ulProList {
    position: relative;
    margin: 0px auto;
    text-align: center;
    display: inline-block;
    width: 100%;
    display: none;
}

    .ulProList h4 {
        padding-top: 12px;
        text-decoration: none;
        color: #2c2f40;
        font-size: 15px;
    }

    .ulProList li {
        width: 100%;
        max-width: 250px;
        display: inline-block;
        margin: 10px;
        background: #e6e6e6;
        border: 1px dashed #9e9e9e;
        border-radius: 5px;
        padding: 12px;
        text-align: center;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffe8+0,d6dbbf+100;Wax+3D+%231 */
        background: #feffe8; /* Old browsers */
        background: -moz-linear-gradient(top, #feffe8 0%, #d6dbbf 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #feffe8 0%,#d6dbbf 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #feffe8 0%,#d6dbbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-9 */
    }

        .ulProList li a img {
            width: 227px;
            height: 209px;
            border: 1px solid #cccccc;
            border-radius: 1px;
            display: block;
            margin: 0px auto;
        }

.prolisttitle {
    font-size: 16px;
    min-height: 26px;
    overflow: hidden;
    line-height: 25px;
    font-weight: bold;
    color: #008f06;
    margin-top: 11px;
    margin-bottom: 0px;
    text-shadow: 1px 1px 1px #b7b7b7;
}


.pn-pro-bx {
    padding: 0 20px;
}

.dimo-product-bx {
    background-color: #fff;
    min-height: 385px;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.11);
    padding-bottom: 1px;
    margin-bottom: 20px;
}

    .dimo-product-bx:hover {
        box-shadow: 2px 3px 11px #808088;
    }

.dimo-img-pr {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.dimo-ti-bx {
    text-align: center;
    color: #34343c;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: bold;
}

.dimo-p-x {
    direction: rtl;
    text-align: justify;
    line-height: 25px;
    padding-top: 5px;
    padding: 5px 15px 10px 15px;
    color: #34343c;
    min-height: 88px;
}

.entry-view-footer {
    position: relative;
    background: #fff;
    z-index: 10;
    border: 1px solid #dddddd;
    margin: 0px 5px 10px 5px;
}

.count-dimo {
    color: black;
}

.prolistprice {
    font-family: IRANSans,bkoodakbold;
    color: black;
    line-height: 10px;
    top: -6px;
    position: relative;
    padding-top: 15px;
}

.first-gh {
    text-decoration: line-through;
    padding: 5px;
    font-family: IRANSans,bkoodakbold;
    font-size: 14px;
    color: #4D545A;
}



/**********************************************************************************
*********************************Prolist[end]**************************************
***********************************************************************************/


/**********************************************************************************
******************************NewsThreadly[start]**********************************
***********************************************************************************/


.dimo-box-news-Cnt h2, .dimo-box-news-Cnt h3 {
    font-size: 14pt;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
}

.dimo-box-news-Cnt h2 {
    color: #c39a58;
}

.post-slide_newslist {
    margin: 0px 0px 10px 0px;
    padding: 1px;
    width: calc(100% / 4 - 0.01px);
    display: block;
    float: right;
}

.dimo-news-search {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 20px 0;
    border: 1px solid #e6e5e5;
    padding: 10px;
    margin-top: 0px;
}

.dimo-news-search-btn {
    opacity: 0.6;
    border: none;
    width: 100%;
}

    .dimo-news-search-btn:hover {
        opacity: 1;
    }

.dimo-news-search-txt {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 0 10px;
}

.dimo-p9 {
    font-size: 11px;
    text-align: justify;
    line-height: 25px;
    font-size: 13px;
    direction: rtl;
    padding: 0 15px;
    color: #424242;
    margin-bottom: 0;
}

.dimo-t-dx {
    text-align: right;
    padding: 0px 15px 5px 15px;
    color: #34343c;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    margin: 5px 0;
}

.dimo-col-news {
    background-color: #fff;
    margin-bottom: 15px;
    border-bottom: 2px solid #85ab1c5c !important;
}

.img-6 {
    width: 140px !important;
    display: block;
    height: 135px !important;
}

.dimo_newsdtime {
    padding: 0 15px;
    color: #3e3d3d;
    font: 12px IRANSans,yekannumber;
}

.news-tab {
    padding: 0;
}

    .news-tab li {
        float: right !important;
    }

    .news-tab a {
        padding: 10px 20px !important;
    }

.dimo-news-row {
    width: 100%;
    margin: 5px 0;
    overflow: hidden;
    line-height: 21px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d0d0d0;
}

    .dimo-news-row p {
        color: #2d2b27;
        font-weight: 700;
        font-size: 13px;
        line-height: 26px;
        margin-right: 10px;
        letter-spacing: -0.4px;
    }

.news-box-title {
    padding: 0 10px;
    margin: 30px 0 5px 0;
    font-size: 16px;
}

    .news-box-title i {
        position: relative;
        top: 2px;
    }

.news-img-box {
    overflow: hidden;
    background: #fff;
    padding: 5px;
    border-radius: 37px;
    position: relative;
    bottom: -84px;
}

    .news-img-box img {
        width: 100%;
        border: 1px solid #f5f5f5;
        border-radius: 30px;
        box-shadow: 0 3px 10px -3px #eee;
        height: auto
    }

.news-img-colright {
    width: 100%;
    max-width: 220px;
    float: right;
    text-align: center;
}

    .news-img-colright img {
        width: 100%;
    }

.news-img-left {
    float: right;
    max-width: 700px;
    margin: 0 10px;
    direction: rtl;
    text-align: justify;
    font-size: 12px;
}

.news-title {
    direction: rtl;
    font-size: 26px;
    color: #ffffff;
    letter-spacing: -0.4px;
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 80px;
}

    .news-title a {
        color: #fff;
    }

        .news-title a:hover {
            color: #fff;
            text-decoration: none;
        }

.news-description {
    font-size: 15px;
    line-height: 32px;
    direction: rtl;
}

.Dimo-Newslabel {
    float: right;
    margin: 5px 1px;
    padding: 0 10px;
    border-radius: 15px;
    border: 1px solid #444;
}

    .Dimo-Newslabel a {
        color: #000;
        font-size: 12px;
        text-decoration: none;
    }




.balsaweb-date {
    position: relative;
    padding-left: 20px;
    min-height: 130px;
}

    .balsaweb-date > div {
        width: 130px;
        height: 130px;
        position: absolute;
        z-index: 1;
        text-align: center;
        color: #1e2f38;
    }

        .balsaweb-date > div:before {
            width: 130px;
            height: 130px;
            background: url(/App_Themes/images/about.svg) no-repeat 0 0;
            background-size: 130px 130px;
            position: absolute;
            content: '';
            z-index: 1;
            text-align: center;
            transform: rotate(-30deg);
            -moz-transform: rotate(-30deg);
            -webkit-transform: rotate(-30deg);
            opacity: 1;
            right: 0;
            top: 0;
        }

        .balsaweb-date > div:after {
            width: 130px;
            height: 130px;
            background: url(/App_Themes/images/about-2.svg) no-repeat 0 0;
            background-size: 130px 130px;
            position: absolute;
            content: '';
            z-index: 1;
            text-align: center;
            transform: rotate(-30deg);
            -moz-transform: rotate(-30deg);
            -webkit-transform: rotate(-30deg);
            opacity: 0;
            right: 0;
            top: 0;
        }

        .balsaweb-date > div span {
            position: relative;
            z-index: 2;
        }

        .balsaweb-date > div.history-item {
            right: 60px;
            top: 7px;
        }

        .balsaweb-date > div.working-item {
            right: -40px;
            /*top: 110px;*/
        }

        .balsaweb-date > div.print-item {
            right: -40px;
            /*top: 330px;*/
        }

            .balsaweb-date > div.working-item:before, .balsaweb-date > div.working-item:after, .balsaweb-date > div.print-item:before, .balsaweb-date > div.print-item:after {
                width: 160px;
                height: 160px;
                background-size: 160px 160px;
            }

        .balsaweb-date > div.categories-item {
            right: 60px;
            /*top: 230px;*/
        }

.balsaweb-day {
    display: block;
    color: #c5c0c0;
    font-size: 41px;
    padding-top: 31px;
    text-align: left;
    padding-left: 21px;
    letter-spacing: -1.4px;
    font-weight: 600;
}

.balsaweb-month {
    color: #b4b4b4;
    display: block;
    font-size: 15px;
    margin-top: 4px;
    text-align: left;
    padding-left: 35px;
    line-height: 23px;
}

.balsaweb-year {
    color: #b4b4b4;
    font-size: 12px;
    display: block;
    text-align: left;
    padding-left: 31px;
    margin-top: -5px;
}

.balsaweb-views {
    text-align: center;
    padding-left: 0px;
    font-size: 25px;
    letter-spacing: -1px;
}

    .balsaweb-views a {
        color: #c5c0c0;
    }

.box_section {
    padding: 0px 2px;
}

    .box_section .box_section-item:hover {
        border: 1px solid #D4AF73;
        transform: translateY(0px);
        box-shadow: 0 29px 29px -29px #D4AF73;
    }

    .box_section .box_section-item {
        overflow: hidden;
        transform: translateY(5px);
        margin: 0px 0px 10px;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
        box-shadow: 0 0 5px rgba(0,0,0,.1);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 10px;
        -webkit-transition: all .5s;
        -o-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        border: 1px solid rgb(183 183 183 / 14%);
    }

        .box_section .box_section-item .item_img {
            height: 150px;
            overflow: hidden;
            position: relative;
            margin-bottom: -15px;
            border-radius: 10px 10px 0px 0px;
            background: #000000;
            z-index: 0;
        }

            .box_section .box_section-item .item_img img {
                width: 100%;
                height: 180px;
                -o-object-fit: cover;
                object-fit: cover;
                -webkit-transition: all .5s;
                -o-transition: .5s all;
                -moz-transition: .5s all;
                -o-transition: all .5s;
                -moz-transition: all .5s;
                transition: all .5s;
            }

        .box_section .box_section-item:hover .item_img img {
            opacity: 0.5;
        }

        .box_section .box_section-item .item_main {
            z-index: 1;
            background: #fff;
        }

        .box_section .box_section-item .item_content {
            padding: 3px 17px 10px;
            background: #fff;
        }

.post-title {
    margin: 0px;
}

    .post-title a {
        font-size: 14px;
        font-weight: bold;
        color: rgb(51, 51, 51);
        display: inline-block;
        padding-bottom: 8px;
        transition: all 0.3s ease 0s;
        padding-top: 8px;
        line-height: 24px;
    }
        .post-title a span {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: unset;
        }

        .post-details {
            padding: 5px 29px 0px;
            align-items: center;
            position: relative;
            margin-top: -5px;
            margin: 0px auto;
            width: 234px;
        }

    .post-details:before, .post-wrap:after, .post-wrap:before {
        display: block;
        position: absolute;
        right: 19px;
        left: 0;
        margin: -5px auto 0;
        z-index: 1;
        content: "";
    }

    .post-details:before {
        width: 100%;
        height: 22px;
        background: url(/App_Themes/images/special/sprit.png) 23px -177px no-repeat;
    }

    .post-details span, .post-details span i {
        color: #9b9b9b;
        font-size: 12px;
        z-index: 2;
        position: relative;
        transition: all .2s linear;
    }

        .post-details span i {
            font-size: 11px;
            display: inline-block;
        }

        .post-details span.comments i {
            margin-left: 5px;
        }

span.divider-ver {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #9b9b9b;
    transition: all .2s linear;
    margin-right: 20px;
}

.post-details span.stars {
    margin-top: 5px;
}

    .post-details span.stars i {
        margin-right: 5px;
        font-size: 14px;
        transform: translateY(-2px);
        vertical-align: middle;
    }

.post-description {
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
}

.balsaweb-title {
    color: #D4AF73;
    display: block;
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 15px;
}

.balsaweb-centerBX {
    display: block;
    margin: 0px auto;
    height: auto;
    width: auto;
}

.balsa-sep-img {
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
}

.list-blg li a {
    display: block;
    padding: 6px 0;
}

.img-blg-nw {
    float: right;
    width: 73px;
    height: 65px;
    border-radius: 15%;
}

.ti-blg {
    display: inline-block;
    color: #2f2727;
    width: 61%;
    float: right;
}

    .ti-blg h3 {
        font-size: 12px;
        padding: 0px 6px;
        text-align: right;
        font-weight: bold;
        line-height: 25px;
    }

#news .date {
    color: #828282;
    font-size: 12px;
    margin: 11px auto;
    text-align: center;
}

    #news .date span {
        bottom: 0;
        color: #3c2458;
        display: inline-block;
        font-size: 13px;
        margin: 0 3px;
        position: relative;
    }

#news {
    display: none;
}

.balsaweb-pager {
    width: 100%;
    text-align: center;
}

.blog-hd {
    min-height: 94px;
}


#toc-wrapper {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 15px 0;
    background: #fafafa;
}

/*------------------------table of content[start]------------------------*/

/* سربرگ */
#toc-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px 12px;
    font-weight: bold;
    font-size: 15px;
    user-select: none;
}

/* آیکن */
.toc-icon {
    font-size: 20px;
    transition: 0.3s;
}

/* محتوای فهرست */
.toc-content {
    display: none; /* پیش‌فرض بسته باشد */
    padding: 10px 15px;
    border-top: 1px solid #ddd;
}
#table-of-contents {
    padding: 10px;
    direction: rtl;
    line-height: 30px;
    margin: 0px 12px;
}

    #table-of-contents ol {
        list-style: none;
        padding-right: 0
    }
        #table-of-contents ol li{
            list-style:none;
        }

        #table-of-contents a {
            color: #7a7a7a;
            font-weight: normal;
            font-size: 14px;
        }

/*----------------------table of content[end]------------------------*/

@media (min-width: 0px) and (max-width: 830px) {
    #news {
        display: block;
    }

    .sidebar {
        display: none;
    }

    .balsaweb-Baner {
        padding-top: 1px;
        margin-bottom: 0px;
    }

    .post-slide_newslist {
        width: calc(100% /2 - 0.01px);
    }
}

@media (min-width: 0px) and (max-width: 760px) {
    .balsaweb-Baner {
        background: none;
        padding-top: 9px;
        color: #4e3d3d;
        border-top: 9px solid rgb(227 225 225 / 53%);
        margin-top: 33px;
    }

    .news-img-box {
        padding: 0px;
        bottom: -50px;
        width: 70%;
        margin: 0px auto;
    }

    .news-title {
        direction: rtl;
        font-size: 18px;
        margin-bottom: 13px;
        line-height: 31px;
    }

    /*.news-title a {
                color: #4e3d3d;
            }*/

    .introsocialul {
        margin: 0px auto 30px;
    }
}

@media (min-width: 0px) and (max-width: 457px) {
    .post-slide_newslist {
        width: 100%;
    }
}
/**********************************************************************************
*******************************NewsThreadly[end]***********************************
***********************************************************************************/

/**********************************************************************************
********************************Preloader[start]***********************************
***********************************************************************************/


.preloadbox {
    background-image: url(/App_Themes/images/Preoloader/Preloader.gif);
    background-size: 155px;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.preloader {
    top: 0;
    left: 0;
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

    .preloader p {
        width: 100%;
        height: 40px;
        color: #09005f;
        text-align: center;
        vertical-align: middle;
        position: fixed;
        top: 65%;
        font-family: IRANSans,Arial;
    }

/**********************************************************************************
*********************************Preloader[end]************************************
***********************************************************************************/

/**********************************************************************************
**********************************PopUp[start]*************************************
***********************************************************************************/
.alert-box {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #0000009c;
    width: 100%;
    height: 100%;
    z-index: 999999;
    cursor: pointer;
}

.txt-popup a {
    color: #000;
}

.ms_pic {
    position: fixed;
    z-index: 999;
    left: 31%;
    top: 15%;
    z-index: 99999;
}

.msclose {
    position: fixed;
    top: 10%;
    left: 30%;
    cursor: pointer;
    width: 17px;
    opacity: 0.5;
}

    .msclose:hover {
        opacity: 1;
    }

.txt-popup {
    top: 8%;
    position: fixed;
    background: #ffffffa6;
    width: 100%;
    max-width: 600px;
    left: 29%;
    min-height: 265px;
    padding: 15px;
    text-align: justify;
    direction: rtl;
    line-height: 25px;
    border-radius: 5px;
    font-size: 13px;
}

    .txt-popup h3 {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .txt-popup img {
        margin-top: 10px;
    }
/**********************************************************************************
***********************************PopUp[end]**************************************
***********************************************************************************/

/**********************************************************************************
**********************************Nazar[start]*************************************
***********************************************************************************/

.nazar {
    padding: 10px 5px 0px;
    direction: rtl;
    color: rgb(255, 255, 255);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-border-radius: 7px;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    font: 13px iransans;
    line-height: 32px;
    margin: 20px auto;
    margin-bottom: 0;
    background: #f7be3d url(/App_Themes/images/icons/comment-icon.png) 10% 85% no-repeat;
}

.nazar-body {
    width: 100%;
    margin: 35px auto;
    max-width: 1140px;
}

    .nazar-body img {
        width: 100%;
        max-width: 190px;
        margin-top: 35px;
        margin-bottom: 10px;
        height: 190px;
    }

.nazar-contact {
    font-size: 15px;
}

    .nazar-contact p {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .nazar-contact span {
        margin-left: 20px;
    }

    .nazar-contact i {
        background: #a77400;
        padding: 9px;
        border-radius: 50%;
        font-size: 22px;
        float: right;
        margin-left: 5px;
        width: 39px;
        height: 39px;
        margin-right: 20px;
    }

        .nazar-contact i:hover {
            transition: .7s;
            -webkit-transition: .7s;
            -moz-transition: .7s;
            -ms-transition: .7s;
            -o-transition: .7s;
            -webkit-transform: rotate( 360deg );
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate( 360deg );
        }

    .nazar-contact a {
        color: #fff;
    }

.nazar-txt {
    width: 100%;
    border: none;
    background: none;
    margin-bottom: 5px;
    font: 14px iransans;
    color: #fff;
    letter-spacing: -0.5px;
    padding: 10px;
}

    .nazar-txt::placeholder {
        color: #fff;
    }

    .nazar-txt:hover {
        outline: 0;
        border: none !important;
    }

.nazar-area {
    min-height: 115px;
}

.chnazar {
    float: right;
}

    .chnazar label {
        color: black;
        font-weight: normal;
    }

.nazar h1 {
    width: 100%;
    text-align: center;
    color: #fff;
    font: bold 16px;
}

.sendComment-btn {
    width: 130px;
    display: block;
    padding: 4px 0;
    clear: both;
    text-align: center;
    margin: 0 auto;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
    background: #283648;
    -webkit-box-shadow: 0 11px 21px -4px #0000009e;
    -moz-box-shadow: 0 11px 21px -4px #0000009e;
    -ms-box-shadow: 0 11px 21px -4px #0000009e;
    -o-box-shadow: 0 11px 21px -4px #0000009e;
    box-shadow: 0 11px 21px -4px #0000009e;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    border: none !important;
}

    .sendComment-btn:hover {
        background: linear-gradient(to left,#f8587e 47%,#f8616d 67%);
        border: none !important;
    }

.nazar-txt-body {
    position: relative;
    border-bottom: 2px solid #fff;
    margin-bottom: 25px;
}

.focus-input2 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input2::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        background: #db1563;
        background: -webkit-linear-gradient( 45deg,#47505f,#deff00);
        background: -o-linear-gradient(45deg,#47505f,#deff00);
        background: -moz-linear-gradient(45deg,#47505f,#deff00);
        background: linear-gradient( 45deg,#47505f,#deff00);
    }

    .focus-input2::after {
        content: attr(data-placeholder);
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 13px;
        color: #fff;
        line-height: 1.2;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
    }

.nazar-txt:focus + .focus-input2::after {
    top: -13px;
    left: 0;
}

.nazar-txt:focus + .focus-input2::before {
    width: 100%;
}

.m-botton {
    margin-bottom: 20px;
}

.nazar-relation-text span {
    color: #fff;
    font-size: 16px;
}

.nazar-relation-text:hover {
    text-decoration: none !important;
    color: #fff;
}
/**********************************************************************************
***********************************Nazar[end]**************************************
***********************************************************************************/

/**********************************************************************************
********************************whatsapp[start]************************************
***********************************************************************************/

.whatsapp {
    position: fixed;
    bottom: 3%;
    left: 2%;
    z-index: 9999999;
}

    .whatsapp img {
        height: auto;
        width: 50px;
    }

    .whatsapp:after {
        width: 55px;
        height: 55px;
        box-sizing: border-box;
        content: '';
        display: block;
        position: absolute;
        top: -2px;
        left: -3px;
        pointer-events: none;
        border: 4px solid #cbab45;
        border-radius: 50%;
        -webkit-animation-duration: 1.6s;
        animation-duration: 1.6s;
        -webkit-animation-name: intervalHamburgerBorder;
        animation-name: intervalHamburgerBorder;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

/**********************************************************************************
*********************************whatsapp[end]*************************************
***********************************************************************************/

.services-items h4 {
    font-size: 15px;
    color: #000;
    margin-bottom: 12px;
    line-height: 30px;
    padding-top: 10px;
    font-weight: bold;
}

.services-items p {
    text-align: justify;
}

.default-title {
    padding: 0 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

.balsa-special-code {
    float: right;
    color: #f39c12;
}

.main-content {
    width: 100%;
    min-height: 200px;
    height: auto;
    display: block;
    overflow: hidden;
    background: #fff;
    clear: both;
}
    .main-content ol li{
        list-style:auto;
    }


    .box-intro {
        position: relative !important;
    }

.black-color {
    color: #232323;
}

.lst-style-active li {
    list-style: inside;
    list-style-type: disclosure-closed;
}

.sm-bx {
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 3px;
    margin: 5px 0;
    padding: 5px;
    overflow: hidden;
}

    .sm-bx img {
        float: right;
        width: 50px;
        height: 100%;
        margin-left: 10px;
    }

    .sm-bx h4 {
        float: right;
    }

    .sm-bx i {
        float: left;
        margin-left: 10px;
        margin-top: 18px;
        color: #e2b469;
    }

.tech-bx {
    overflow: hidden;
    margin: 10px 0;
}

    .tech-bx img {
        width: 100px;
        height: 100%;
        filter: grayscale(90%);
    }

    .tech-bx h3 {
        margin-bottom: 20px;
    }

    .tech-bx h5 {
        color: #e2b469;
        margin-bottom: 15px;
    }

    .tech-bx .mob-tech-img {
        height: auto;
        width: 100%;
        filter: grayscale(0%);
        margin-top: 15%;
    }

.item-bx {
    background: #e2b469;
    margin: 10px auto;
    width: 80%;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
}

.redquote {
    text-align: center;
    font-size: 17px;
    line-height: 35px;
    font-weight: 700;
    color: #9a1414;
    padding: 10px 5px;
    direction: rtl;
}

.page-map {
    background: url(/App_Themes/images/page-map-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px;
    line-height: 25px;
    color: #fff;
    border-radius:5px;
}
    .page-map h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }
.page-map ul li a{
    color:#fff;
    font-size:13px;
}
    .page-map ul li a:hover{
        text-decoration:none;
        font-weight:bold;
    }
    .page-map ul li a:before {
        content: "\f00c";
        font-family: 'FontAwesome';
        color: #fff;
        margin-left: 15px;
        float: right;
    }
.post-other-detail {
    background-color: #ede9e9;
    position: relative;
    padding: 15px;
    padding-right: 40px;
    margin: 20px 0;
    border-radius: 10px;
}
    .post-other-detail h5 {
        font-weight: bold;
        font-size: 14px;
        margin-bottom:13px;
    }
        .post-other-detail h5:before {
            background: url(/App_Themes/images/icons/post-other-detail-img.png);
            background-size: 25px 22px;
            background-repeat: no-repeat;
            content: "";
            width: 30px;
            height: 24px;
            position: absolute;
            right: 5px;
            top: 27px;
        }

