@charset "UTF-8";
@keyframes ajaxLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ajaxLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?cwfcu8');
    src:  url('../fonts/icomoon.eot?cwfcu8#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?cwfcu8') format('truetype'),
    url('../fonts/icomoon.woff?cwfcu8') format('woff'),
    url('../fonts/icomoon.svg?cwfcu8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-spinner6:before {
    content: "\e97f";
}


.dai-ajax-button {
    position: relative
}

.dai-ajax-button:after {
    animation: ajaxLoading .8s linear infinite;
    -webkit-animation: ajaxLoading .8s linear infinite;
    bottom: 0;
    content: '\e97f';
    display: block;
    font-family: 'icomoon';
    font-size: 16px;
    height: 1em;
    left: 0;
    line-height: 1em;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 1em;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    color: #fff
}

.dai-modal-holder:before {
    display: inline-block;
    vertical-align: middle
}

.dai-modal-inner {
    background-color: #fff;
    background-image: url(../images/indexbg2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .06);
    cursor: default;
    display: inline-block;
    font-weight: 400;
    left: -99999px;
    opacity: 0;
    position: absolute;
    vertical-align: middle;
    overflow-x: auto;
    /*width: 100%;*/
    z-index: 2;
    -webkit-transition: transform .35s cubic-bezier(.45, .01, .05, .92), opacity .35s cubic-bezier(.45, .01, .05, .92);
    -webkit-transition: opacity .35s cubic-bezier(.45, .01, .05, .92), -webkit-transform .35s cubic-bezier(.45, .01, .05, .92);
    transition: opacity .35s cubic-bezier(.45, .01, .05, .92), -webkit-transform .35s cubic-bezier(.45, .01, .05, .92);
    transition: transform .35s cubic-bezier(.45, .01, .05, .92), opacity .35s cubic-bezier(.45, .01, .05, .92);
    transition: transform .35s cubic-bezier(.45, .01, .05, .92), opacity .35s cubic-bezier(.45, .01, .05, .92), -webkit-transform .35s cubic-bezier(.45, .01, .05, .92);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.dai-modal-inner.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition: transform .45s cubic-bezier(.45,.01,.05,.92),opacity .45s cubic-bezier(.45,.01,.05,.92);
    -webkit-transition: opacity .45s cubic-bezier(.45,.01,.05,.92),-webkit-transform .45s cubic-bezier(.45,.01,.05,.92);
    transition: opacity .45s cubic-bezier(.45,.01,.05,.92),-webkit-transform .45s cubic-bezier(.45,.01,.05,.92);
    transition: transform .45s cubic-bezier(.45,.01,.05,.92),opacity .45s cubic-bezier(.45,.01,.05,.92);
    transition: transform .45s cubic-bezier(.45,.01,.05,.92),opacity .45s cubic-bezier(.45,.01,.05,.92),-webkit-transform .45s cubic-bezier(.45,.01,.05,.92);
    border: 1px solid #cecece;
}

.dai-modal-content {
    position: relative
}

.dai-modal-holder {
    font-size: 0;
    text-align: center
}

.dai-modal-holder:before {
    content: '';
    height: 100%;
    width: 0
}

.dai-modal-overlay {
    background: rgba(255, 255, 255, .9);
    bottom: 0;
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.dai-modal-outer-holder {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 999999
}

.dai-modal-outer-holder.active .dai-modal-overlay {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.dai-modal-outer-holder .dai-modal-holder, .dai-modal-outer-holder .wrapper {
    height: 100%;
    position: relative;
    z-index: 2
}

.dai-modal-outer-holder .dai-modal-transparent-overlay {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.dai-modal-close {
    cursor: pointer;
    height: 24px;
    margin-left: 33.3333%;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 24px;
    z-index: 2
}

.dai-modal-close:after, .dai-modal-close:before {
    background-color: #e0e0e0;
    bottom: 0;
    content: '';
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px
}

.dai-modal-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dai-modal-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

/*@supports (-ms-overflow-style:none) {*/
/*}*/

/*body, html {*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*    position: relative;*/
/*    overflow-x: hidden !important*/
/*}*/

.dai-popup-modal .dai-modal-close:after, .dai-popup-modal .dai-modal-close:before {
    height: 22px;
    background: #ff6868
}

.dai-popup-modal-image:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    bottom: 0;
    content: '';
    display: block;
    height: 55%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

.dai-popup-modal-image img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1
}

.dai-popup-modal .dai-modal-close {
    left: 20px;
    top: 20px;
    right: auto;
    margin-left: 0;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .94);
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .15)
}

.dai-popup-modal-inner h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    letter-spacing:0;
    color: #46484d;
    line-height: 1.5;
}

.dai-popup-newsletter button {
    white-space: nowrap;
    padding: 11px 20px;
    width: auto
}

.dai-popup-modal-image {
    position: relative
}

.dai-popup-modal {
    max-width: 500px;
    background: #fff
}

.dai-popup-modal-inner {
    padding: 25px 40px 40px
}

.dai-popup-newsletter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dai-popup-newsletter button {
    margin: 5px
}

/*
.dai-popup-newsletter input{
    background: #fff !important;
    border: 1px solid #ededed !important;
    border-radius: 3px !important;
    color: #7f8187 !important;
    font-family: "IRANSans" !important;
    font-size: 13px !important;
    width: 100% !important;
    -webkit-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out !important;
    transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    text-indent: .01px !important;
    text-overflow: "" !important;
}
*/
.dai-popup-newsletter input {
    border: 0 !important;
    background: #f0f2f7 !important;
    padding: 13px 15px !important;
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    width: auto !important;
    margin: 5px !important;
}

.dai-popup-modal-text {
    font-size: 14px;
    margin: 12px auto 22px;
    line-height: 1.9;
    letter-spacing: 0;
    color: #7f8187;
}

@media (max-width: 1023px) {
    /*body {*/
    /*    -webkit-text-size-adjust: none*/
    /*}*/

    .dai-modal-inner {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    .dai-modal-inner {
        overflow-x: hidden
    }
}

/*@media (max-width: 991px) {*/
/*    .wrapper {*/
/*        padding: 0 20px*/
/*    }*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .wrapper {*/
/*        padding: 0 15px*/
/*    }*/
/*}*/

@media (max-width: 550px) {
    .dai-popup-modal-inner {
        padding: 20px 30px 30px
    }

    .dai-popup-newsletter .button {
        width: 100%
    }
}

/*@media (max-width: 374px) {*/
/*    .wrapper {*/
/*        padding: 0 10px*/
/*    }*/
/*}*/

.dai-newsletter-message {
    display: block;
    border-radius: 3px;
    line-height: 1.7;
    padding: 14px 15px 13px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    text-align: right
}

.dai-newsletter-message a {
    color: inherit;
    font-weight: 500;
    text-decoration: underline
}

.dai-newsletter-message.success {
    background: #eff6e0;
    color: #7cab23
}

.dai-newsletter-message.error {
    color: #d84a4d;
    background: #fce9ea
}

.is-loading .dai-ajax-button, .dai-ajax-button.is-loading {
    color: transparent !important
}

.is-loading .dai-ajax-button:after, .dai-ajax-button.is-loading:after {
    opacity: 1
}

.button.clicked {
    opacity: .6;
    cursor: not-allowed
}

.newsletter-holder .dai-newsletter-email {
    background: rgba(255, 255, 255, .12);
    color: #e1e1e1;
    margin-left: 15px;
    border: 0
}

.newsletter-holder .dai-newsletter-email::-webkit-input-placeholder {
    color: #e1e1e1
}

.newsletter-holder .dai-newsletter-email::-moz-placeholder {
    color: #e1e1e1
}

.newsletter-holder .dai-newsletter-email:-ms-input-placeholder {
    color: #e1e1e1
}

.newsletter-holder .dai-newsletter-email {
    background: rgba(255, 255, 255, .12);
    color: #e1e1e1;
    margin-left: 15px;
    border: 0
}

.newsletter-holder .dai-newsletter-email::-webkit-input-placeholder {
    color: #e1e1e1
}

.newsletter-holder .dai-newsletter-email::-moz-placeholder {
    color: #e1e1e1
}

.newsletter-holder .dai-newsletter-email:-ms-input-placeholder {
    color: #e1e1e1
}

.dai-modal-outer-holder .button, .dai-modal-outer-holder button, .dai-modal-outer-holder input[type="submit"] {
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.6em;
    padding: 13px 25px 11px;
    font-weight: 400;
    width: auto;
    -webkit-transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
    transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
}

.dai-newsletter-holder input, select, textarea {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 3px;
    color: #7f8187;
    font-family: "IRANSans";
    font-size: 13px !important;
    width: 100%;
    -webkit-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
}

/* کد تایید جدید */

.grid-row {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}


.jcc {
    -ms-flex-pack: center;
    justify-content: center
}

.aic {
    -ms-flex-align: center;
    align-items: center
}

.ltr {
    direction: ltr
}

.top-nav > ul > li:not(:hover) > a:before {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.verify-code-group {
    margin-bottom: 20px
}

.verify-code-group label {
    padding: 0 10px;
    position: relative;
    z-index: 0
}

.verify-code-group label:after {
    content: '';
    position: absolute;
    border: 1px solid #eee;
    width: 22px;
    height: 1px;
    bottom: 15px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.verify-code-group input {
    width: 54px;
    height: 54px;
    border-radius: 12px !important;
    border: 2px solid #eee !important;
    background: 0 0 !important;
    font-size: 27px;
    text-align: center;
    color: #5e5e5e;
    padding: 0 5px 8px !important;
    font-weight: 400
}

/* Chrome, Safari, Edge, Opera */
.verify-code-group input::-webkit-outer-spin-button,
.verify-code-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.verify-code-group input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 480px) {
    .verify-code-group {
        margin: 0 -20px 55px
    }

    .verify-code-group label {
        padding: 0 2px
    }

    .verify-code-group label:after {
        content: none !important
    }

    .verify-code-group input {
        width: 47px;
        height: 47px;
        border-radius: 4px;
        padding: 0 !important
    }
}

/* پایان کد تایید جدید */