

mark {
    background: 0 0;
    color: inherit
}

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

li, ol, ul {
    list-style: none
}



img {
    border: none;
    height: auto;
    max-width: 100%
}

hr {
    background: 0 0;
    border-style: solid;
    border-width: 0;
    height: auto;
    margin: 0
}



:focus {
    outline: 0
}

::selection {
    background: #6ac847;
    color: #fff
}

::-moz-selection {
    background: #6ac847;
    color: #fff
}

textarea {
    display: block
}

input, select, textarea {
    background: #fff;
    border: 1px solid #eaeff5;
    border-radius: 3px;
    color: #949494;

    font-size: 13px;
    padding: 13px 15px;
    width: 100%;
    -webkit-transition: color .15s ease-in-out, background .15s ease-in-out, border .15s ease-in-out;
    -moz-transition: color .15s ease-in-out, background .15s ease-in-out, border .15s ease-in-out;
    -ms-transition: color .15s ease-in-out, background .15s ease-in-out, border .15s ease-in-out;
    -o-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
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #949494
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #949494
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #949494
}



*, :after, :before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}


.button, button, input[type=submit] {
    border: none;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;

    font-size: 16px;
    line-height: 1.5em;
    vertical-align: middle;
    width: auto;
    position: relative;
    -webkit-transition: box-shadow .2s ease-in-out, background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, top .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out, background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, top .2s ease-in-out;
    -ms-transition: box-shadow .2s ease-in-out, background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, top .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out, background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, top .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, top .2s ease-in-out;
    top: 0
}

.modal-contact-form.button:not(.button-transparent), .modal-contact-form button:not(.button-transparent),.modal-contact-form input[type=submit]:not(.button-transparent) {
    border-radius: 50px;
    padding: 11px 28px
}

.button.button-default:not(.button-transparent):not(.button-bordered), button.button-default:not(.button-transparent):not(.button-bordered), input[type=submit].button-default:not(.button-transparent):not(.button-bordered) {
    background: #401e86;
    color: #fff;
    box-shadow: 0 2px 5px rgba(255, 255, 255, .25), 0 5px 15px rgba(106, 200, 71, .35)
}


.kt-modal-inner {
    background-color: #fff;
    overflow-x: auto;
    border-radius: 5px;
    box-shadow: 0 8px 50px rgba(52, 72, 107, .1);
    cursor: default;
    display: inline-block;
    font-weight: 400;
    left: -99999px;
    opacity: 0;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
    -webkit-transition: transform .35s cubic-bezier(.45, .01, .05, .92), opacity .35s cubic-bezier(.45, .01, .05, .92);
    -moz-transition: transform .35s cubic-bezier(.45, .01, .05, .92), opacity .35s cubic-bezier(.45, .01, .05, .92);
    -ms-transition: transform .35s cubic-bezier(.45, .01, .05, .92), opacity .35s cubic-bezier(.45, .01, .05, .92);
    -o-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: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.kt-modal-inner.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition: transform .45s cubic-bezier(.45, .01, .05, .92), opacity .45s cubic-bezier(.45, .01, .05, .92);
    -moz-transition: transform .45s cubic-bezier(.45, .01, .05, .92), opacity .45s cubic-bezier(.45, .01, .05, .92);
    -ms-transition: transform .45s cubic-bezier(.45, .01, .05, .92), opacity .45s cubic-bezier(.45, .01, .05, .92);
    -o-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)
}

.kt-modal-inner.kt-contact-modal {
    max-width: 1060px
}

.kt-modal-inner.kt-buy-modal {
    max-width: 300px
}

.kt-modal-inner.kt-buy-modal .kt-modal-close {
    left: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    margin-top: 3px
}

.kt-modal-inner.kt-buy-modal .kt-modal-close:after, .kt-modal-inner.kt-buy-modal .kt-modal-close:before {
    height: 26px
}

.kt-modal-holder {
    font-size: 0;
    text-align: center
}

.kt-modal-holder:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.kt-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;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.kt-modal-outer-holder {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999
}

.kt-modal-outer-holder.active .kt-modal-overlay {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.kt-modal-outer-holder .kt-modal-holder, .kt-modal-outer-holder .wrapper {
    height: 100%;
    position: relative;
    z-index: 2
}

.kt-modal-outer-holder .kt-modal-transparent-overlay {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.kt-modal-content {
    position: relative
}

.kt-modal-close {
    cursor: pointer;
    height: 30px;
    position: absolute;
    left: 40px;
    top: 40px;
    width: 30px;
    z-index: 2
}

.kt-modal-close:after, .kt-modal-close:before {
    background-color: #d7dbe0;
    bottom: 0;
    content: '';
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px
}

.kt-modal-close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.kt-modal-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.kt-form-errors-inner {
    display: block;
    font-size: 14px;
    padding-bottom: 15px
}

.kt-form-errors-inner strong {
    color: #ff5e5e
}


.kt-form-errors {
    overflow: hidden
}

.modal-contact-form {
    margin-top: 30px
}

.contact-form-email, .contact-form-name, .contact-form-phone, .contact-form-website, .modal-contact-form-email, .modal-contact-form-name, .modal-contact-form-phone, .modal-contact-form-website, .submit-review-form-company, .submit-review-form-name {
    float: right;
    margin-bottom: 16px;
    width: calc(50% - 8px)
}

.contact-us-button.button {
    padding: 14px 20px
}

.contact-form-email, .contact-form-name, .modal-contact-form-email, .modal-contact-form-name, .submit-review-form-name {
    margin-left: 16px
}

.contact-form {
    margin-top: 35px
}

#contact-form-file {
    display: none
}



form .contact-form-submit {
    margin-top: 15px;
    float: right;
    text-align: center;
    width: calc(50% - 8px)
}

.contact-form-text {
    margin-bottom: 1px
}

.contact-form-subject {
    margin-bottom: 16px
}


.visible-in-tablet {
    display: none
}

.modal-contact-right-inner {
    bottom: 0;
    right: 0;
    padding: 60px 40px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;

}

.modal-contact-bottom {
    bottom: 40px;
    left: 0;
    padding: 0 40px 40px;
    position: absolute;
    right: 0
}

.modal-contact-right {
    border-radius: 0 5px 5px 0;
    bottom: 0;
    right: 0;
    text-align: right;
    position: absolute;
    top: 0;
    width: 33.3333%;
    overflow: hidden;
    z-index: 3;
    height:470px;
}

.modal-contact-right:after, .modal-contact-right:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0
}

.modal-contact-right:before {
    background: linear-gradient(-45deg, #2e2e45 0, #6200ff 100%);
    z-index: 2;
    top: 0;
    transform: skewX(8deg);
    transform-origin: right top;
    border-radius: 50px 0 0 15px
}

.modal-contact-right:after {
    background: #dee0e2;
    z-index: 1;
    top: 0;
    transform: skewX(-6deg);
    transform-origin: right bottom;
    border-radius: 0 0 0 50px
}

.modal-contact-left {
    margin-right: 33.3333%;
    padding: 60px 40px 40px;
    text-align: right
}

.modal-contact-left .button {
    float: left;
    border-radius: 5px;
    margin-top: 16px
}

.modal-contact-title {
    color: #474b53;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.7
}

.modal-contact-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8
}

.modal-contact-logo {
    font-size: 0
}

.modal-contact-logo h3, .modal-contact-logo img {
    display: inline-block;
    vertical-align: middle
}

.modal-contact-logo img {
    width: 60px;
    margin-left: 20px
}

.modal-contact-logo h3 {
    font-size: 26px;
    color: #fff
}

.modal-contact-bottom-text, .modal-contact-bottom-title {
    display: block;
    font-size: 18px;
    line-height: 1.7
}

.modal-contact-bottom-title {
    color: #fff;
    padding-top: 20px;
    text-align: right
}

.modal-contact-bottom-text {
    color: #e4ffd9
}

.modal-contact-bottom-text a {
    color: inherit !important
}

.modal-contact-bottom-text small {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    vertical-align: middle
}

.kt-ajax-button {
    position: relative
}

.kt-ajax-button:after {
    animation: ajaxLoading .8s linear infinite;
    -webkit-animation: ajaxLoading .8s linear infinite;
    bottom: 0;
    content: '\f021';
    display: block;
    font-family: FontAwesome;
    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;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    color: #fff
}

@keyframes ajaxLoading {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ajaxLoading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


@media (max-width: 867px) {
    .modal-contact-right {
        position: relative;
        width: 100%;
        border-radius: 5px 5px 0 0
    }

    .modal-contact-right:before {
        transform: skewY(2deg);
        border-radius: 0 0 15px 50px
    }

    .modal-contact-right:after {
        transform: skewY(-1deg);
        bottom: 0;
        transform-origin: left bottom;
        top: auto;
        border-radius: 0 0 0 15px
    }

    .modal-contact-right-inner {
        position: relative
    }

    .modal-contact-bottom {
        position: relative;
        padding: 15px 0 50px
    }

    .modal-contact-left {
        margin-right: 0;
        padding: 40px
    }

    .kt-contact-modal .kt-modal-close {
        z-index: 6
    }

    .kt-contact-modal .kt-modal-close:after, .kt-contact-modal .kt-modal-close:before {
        background: #fff
    }
}



@media (max-width: 649px) {

    .modal-contact-left {
        padding: 40px 30px
    }

    .modal-contact-right-inner {
        padding: 40px 30px 0
    }

    .modal-contact-bottom {
        padding-bottom: 40px
    }

    .contact-form-email, .contact-form-name, .contact-form-phone, .contact-form-website, .modal-contact-form-email, .modal-contact-form-name, .modal-contact-form-phone, .modal-contact-form-website, .submit-review-form-company, .submit-review-form-name {
        width: 100%
    }

    .contact-form-email, .contact-form-name, .modal-contact-form-email, .modal-contact-form-name, .submit-review-form-name {
        margin-left: 0
    }

}

.input {
    position: relative;
    margin-bottom: 45px;
    padding: 5px;
    border: 1px solid #e6ebf1;
    border-radius: 3px;
    background-color: #fff
}

.input:focus {
    border: 1px solid #398439
}

.input input, .input select {
    font-size: 14px;
    padding: 17px 10px 1px 5px;
    display: block;
    border: none;
    height: 38px;
    font-family: IRANSans, Tahoma;
    font-weight: 500;
    color: #474b53
}

.input select {
    padding: 0
}

.input input:focus {
    outline: 0
}

.input label {
    color: #949494;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    pointer-events: none;
    right: 15px;
    top: 12px;
    width: 100% !important;
    text-align: right !important;
    transition: .1s ease all;
    -moz-transition: .1s ease all;
    -webkit-transition: .1s ease all
}

.input.active label {
    top: 5px;
    font-size: 13px;
    font-weight: 300
}

div.input {
    margin-bottom: 10px;
    padding-top: 7px
}

div.input {
    margin-bottom: 10px;
    padding-top: 7px
}

div.input.error .error-message {
    margin: 0 10px;
    padding: 8px 0 3px
}

form .input.required label:after {
    color: #e32;
    content: '*';
    display: inline
}
.img-fix{
    position: fixed;
    bottom:100px;
    left: 10px;
    width:70px;
    cursor: pointer;
    z-index:1001;
}

.active-page{
	border: 1px solid black;
    /* padding: 10px 0; */
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 0 9px 3px black;
}

 .loader3 {
        position: fixed;
        top: 100px;
        right: 47%;
        color: red;
        font-size: 90px;
        text-indent: -9999em;
        overflow: hidden;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        margin: 72px auto;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
        animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    }

    @-webkit-keyframes load6 {
        0% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        }
        5%,
        95% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        }
        10%,
        59% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
        }
        20% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
        }
        38% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
        }
        100% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        }
    }

    @keyframes load6 {
        0% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        }
        5%,
        95% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        }
        10%,
        59% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
        }
        20% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
        }
        38% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
        }
        100% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        }
    }

    @-webkit-keyframes round {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes round {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    .tooltipc .tooltiptextc {
        visibility: visible;
        width: 120px;
        background-color: #2e2e45;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 114%;
        left: 143%;
        margin-left: -60px;
    }

    .tooltipc .tooltiptextc::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 11%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #2e2e45 transparent transparent transparent;
    }
.xmas{
position:fixed;
right:0;
top:20%;
}
    @media (max-width: 867px){
        .img-fix{
            display:none !important;
        }
.xmas{
display:none !important;
}
    }
.off-co{
position:fixed;
left:20px;
bottom:200px;
}
.of-co{
 animation-name: example;
  animation-duration: 4s;
  animation-direction: reverse; 
animation-iteration-count: infinite;
font-weight:bold;
    margin-right: 5px;
    font-size: 17px;
}
@keyframes example {
  0%   {color:red; }
  25%  {color:yellow;}
  50%  {color:blue; }
  75%  {color:green; }
  100% {color:red;}
}

@media screen and (max-width: 767px) {
  .off-co{
bottom:16px;
left:-6px;
}
.of-co{
display:none;
}
}

.crisp-client .crisp-kv6t .crisp-1xry .crisp-unoo .crisp-7doi{
		background-color: purple !important;
	}
.crisp-client .crisp-1rjpbb7 .crisp-ws3gf1, .crisp-client .crisp-1rjpbb7 .crisp-13h0akn:before, .crisp-client .crisp-1rjpbb7 .crisp-13h0akn:after {
    background-color: purple !important;
}
#gtx-trans{
opacity:0;
}