﻿:root {
    --OneColor: rgb(4,140,7);
    --TwoColor: rgb(255,140,0);
    --TreeColor: rgb(65,195,210);
}

@font-face {
    font-family: 'BYekan';
    src: url( '../fonts/BYekan.eot?#' ) format( 'eot' ), /* IE6�8 */ url( '../fonts/BYekan.woff' ) format( 'woff' ), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url( '../fonts/BYekan.ttf' ) format( 'truetype' ); /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'Avini';
    src: url( '../fonts/AVINY.TTF' ) format( 'truetype' );
}

@font-face {
    font-family: 'BKoodakNULL';
    src: url( '../fonts/Koodak/BKoodakBold.eot?#' ) format( 'eot' ), /* IE6�8 */ url( '../fonts/Koodak/BKoodakBold.woff' ) format( 'woff' ), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url( '../fonts/Koodak/BKoodakBold.ttf' ) format( 'truetype' ); /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'BKoodak';
    src: url( '../fonts/IRANYEKANBOLD(FANUM).TTF' ) format( 'truetype' );
}

@font-face {
    font-family: 'Sarbaz';
    src: url( '../fonts/Sarbaz-Black.otf' ) format( 'opentype' );
}

@font-face {
    font-family: 'sepahbod';
    src: url( '../fonts/sepahbod.otf?#' ) format( 'opentype' );
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;
    font-family: 'BKoodak';
}

.Font-Sepahbod {
    font-family: 'sepahbod' !important;
    font-size: 1.5em !important;
}

.Font-IranSans {
    font-family: 'BKoodak' !important;
    font-size: 2em !important;
    font-weight: bold;
}

.Font-Sarbaz {
    /*    font-family: 'Sarbaz' !important;
*/ font-size: 1.5em !important;
    font-weight: bold !important;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    background-color: white;
    color: black;
    text-align: right;
    scroll-behavior: smooth;
}

.Latin {
    font-family: Calibri;
    text-align: left;
    direction: ltr;
}

a {
    text-decoration: none;
    color: black;
}

    a:hover {
        text-decoration: none;
        color: var(--OneColor);
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

.NavRightHelp {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    background-color: var(--TwoColor);
    overflow: hidden;
    width: 3em;
    z-index: 999999999999;
    top: 30%;
    right: 0;
    padding: 1em;
    height: 20em;
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
}

    .NavRightHelp .NavRightUl {
        display: none;
    }

    .NavRightHelp strong {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        border-radius: 50%;
        width: 3em;
        height: 3em;
        top: 43%;
        right: -1em;
        text-align: center;
        line-height: 1em;
        font-weight: bold;
        font-size: 3em;
        color: white;
        cursor: pointer;
        -moz-transform: rotateY(45deg);
        -ms-transform: rotateY(45deg);
        -o-transform: rotateY(45deg);
        -webkit-transform: rotateY(45deg);
        transform: rotateY(45deg);
    }

/* width */
.NavRightHelpActive::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.NavRightHelpActive::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.NavRightHelpActive::-webkit-scrollbar-thumb {
    background: var(--OneColor);
}

    /* Handle on hover */
    .NavRightHelpActive::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.NavRightHelpActive {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 20em;
    max-width: 90%;
    /*height: 30em;
    max-height: 60%;*/
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    height: 100%;
    position: fixed;
}

    .NavRightHelpActive a, .NavRightHelpActive span {
        color: white;
    }

    .NavRightHelpActive .NavRightUl {
        display: block;
        list-style: none;
        padding: 1em
    }

    .NavRightHelpActive strong {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        left: 0;
        right: auto;
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        background-color: white;
        color: var(--TwoColor);
        height: 1em;
        width: 1em;
        font-size: 2em;
    }

    .NavRightHelpActive .LastLi {
        position: relative;
        top: 0;
        text-align: center;
        left: 0;
        right: 0;
        margin: 3em 0;
    }

        .NavRightHelpActive .LastLi a {
            color: white;
        }

    .NavRightHelpActive li {
        padding: 0.5em 0;
    }

    .NavRightHelpActive .menudiv {
        opacity: 0;
        position: relative;
        background-color: transparent;
        width: 90%;
        top: 0;
        padding: 0;
        right: 0;
    }

    .NavRightHelpActive .popmenu {
        padding: 0 !important;
        background-color: transparent;
    }


header {
    background-color: rgb(252,247,217);
    overflow: hidden;
    position: relative;
    width: 100%;
    -moz-box-shadow: 0 0 1em 0.5em silver;
    -webkit-box-shadow: 0 0 1em 0.5em silver;
    box-shadow: 0 0 1em 0.5em silver;
    max-width: 1800px;
    margin: auto;
    -webkit-border-bottom-left-radius: 10em;
    border-bottom-left-radius: 10em;
    -webkit-border-bottom-right-radius: 10em;
    border-bottom-right-radius: 10em;
    border-bottom: 5px solid var(--OneColor);
    padding-bottom: 15em;
}

/*header:after {
        content: '';
        background-image: -moz-linear-gradient(top, black, transparent);
        background-image: -o-linear-gradient(top, black, transparent);
        background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
        background-image: -webkit-linear-gradient(top, black, transparent);
        background-image: linear-gradient(to top, black, transparent);
        left: 0;
        right: 0;
        bottom: 0;
        height: 20em;
        position: absolute;
    }*/

.PubHeader {
    background-color: #c0f4df;
    background-image: -moz-linear-gradient(top, #c0f4df, #fbf5de);
    background-image: -o-linear-gradient(top, #c0f4df, #fbf1de);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c0f4df), to(#fbf5de));
    background-image: -webkit-linear-gradient(top, #c0f4df, #fbf5de);
    background-image: linear-gradient(to top, #c0f4df, #fbf5de);
    overflow: hidden;
    position: relative;
    height: 20em;
    -moz-box-shadow: 0 0 1em 0.5em silver;
    -webkit-box-shadow: 0 0 1em 0.5em silver;
    box-shadow: 0 0 1em 0.5em silver;
}

.PubNoHeader {
    position: relative;
    margin-bottom: 1em;
    height: 3.3em;
    -moz-box-shadow: 0 0 1em 0.5em silver;
    -webkit-box-shadow: 0 0 1em 0.5em silver;
    box-shadow: 0 0 1em 0.5em silver;
}

.headimg {
    position: relative;
    height: auto;
    width: 90%;
    animation: headimg 1s ease-in-out;
    top: 0;
    text-align: center;
    margin: auto;
}

    .headimg img {
        width: 60em;
        margin: -8em 0;
        z-index: 0;
        position: relative;
        max-width: 90%;
    }

.Pubheadimg {
    position: absolute;
    height: 100%;
    width: 100%;
    /*background-image: url('../Pic/Back.png');
    background-attachment: fixed;
    background-position: bottom center;
    background-position-y: -15em;
    background-repeat: no-repeat;
    background-size: cover;*/
    opacity: 0.02;
    animation: headimg 1s ease-in-out;
}

@keyframes headimg {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        bottom: -5em;
    }

    100% {
        opacity: 0.05;
        bottom: 0;
    }
}

.dback1 {
    background-color: rgba(5, 155, 5, 0.1);
    height: 100%;
    width: 30%;
    left: -10em;
    position: absolute;
    transform: rotate(10deg) scale(1.3);
}

.dback2 {
    background-color: rgba(5, 155, 5, 0.2);
    height: 100%;
    width: 30%;
    right: -5em;
    position: absolute;
    transform: rotate(10deg) scale(1.3);
}

nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 2em 0.5em 0.5em 0.5em;
}

    nav img {
        left: 1em;
        position: absolute;
        margin: auto;
        right: 1em;
        width: 95%;
        top: 0.5em;
        z-index: -1;
    }

.navblog {
    background-color: var(--TwoColor);
}

nav ul {
    list-style: none;
    width: 100%;
    margin: 0 auto;
    padding-right: 3em;
}

nav li {
    display: inline-block;
}

nav a {
    display: inline-block;
    color: white;
    padding: 0.3em 2em;
    font-size: 1.2em;
    /* font-size: 0.9em; */
}

    nav a:hover {
        color: white;
    }

nav span {
    display: block;
    color: white;
    padding: 0.3em 0.5em;
    font-size: 1.2em;
    /* font-size: 0.9em; */
}

    nav span:hover {
        color: white;
    }

.MenuUl {
    position: absolute;
    top: 0.5em;
    height: 8em;
    margin: auto;
    padding: 2em 0.5em 0.5em 0.5em;
    background-position: center;
    left: 0;
    right: 0;
    max-width: 1300px;
    z-index: 999;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.MyLogo .logo {
    top: 0.5em;
}

    .MyLogo .logo img {
        width: 10em;
    }

.Bar {
    position: absolute;
    /*background-color: var(--TwoColor);
    border: 2px solid #eff2f9;
    box-shadow: 0 0 0.2em 0.2em var(--OneColor);*/
    padding: 0.3em 1em 0em 1em;
    font-size: 1.2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    display: none;
}

.BarIMG {
    display: none;
}

.BarIMGMob {
    display: none;
}

.BeforMenuA, .BeforTitle, .BeforMenu {
    display: none;
}

@media screen and (max-width: 900px) {
    .BarIMG {
        display: block;
    }

    nav {
        padding: 4em 0.5em 0.5em 0.5em;
    }

        nav ul {
            display: none;
            list-style: none;
            width: 100%;
            margin: 0 auto;
            top: 0;
            bottom: 0;
            right: 0;
            position: fixed;
            padding-right: 0;
            background-color: var(--OneColor);
            z-index: 9999999999999;
            padding-top: 4em
        }

        nav li {
            display: block;
            /*padding:0.2em 1em;
        margin:0.5em 0;*/
            border-bottom: 2px solid rgba(255,255,255,0.2);
            padding-right: 1em;
        }

    .BeforMenuA, .BeforMenu {
        display: inline;
    }

        .BeforMenu i {
            font-size: 0.7em;
            padding-right: 2em;
        }

    .BeforTitle {
        display: block;
    }
}

.btn {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    padding: 0.5em 1em;
}

.BTL {
    left: 5%;
    position: absolute;
}

.LastLi {
    position: absolute;
    top: 2.8em;
    color: #eff2f9;
    text-align: left;
    margin: auto;
    left: 2em;
    padding-left: 1em;
    z-index: 9999;
}

    .LastLi a {
        display: inline-block;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        padding: 0.2em 1em;
        border: 1px solid white;
    }

.headtext {
    padding: 0;
    color: white;
    position: relative;
    text-align: center;
    padding-top: 8em;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    z-index: 1;
}

    .headtext h2 {
        font-size: 4em !important;
        color: var(--OneColor);
        animation: centerh1 1s linear;
    }

    .headtext ul {
        list-style: none;
        animation: centertext 1s linear;
    }

    .headtext i {
        margin-left: 0.5em;
        padding: 0.5em 0.4em 0.3em 0.3em;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        color: var(--OneColor);
        background-color: #eff2f9;
        width: 2em;
        height: 2em;
    }

    .headtext li {
        color: var(--OneColor);
        margin: 0.5em;
        padding: 0.5em 1em;
        font-size: 1.1em;
        display: inline-block;
        background-color: white;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        -o-border-radius: 2em;
        border-radius: 2em;
        -moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
        -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
        box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
    }


@keyframes centertext {
    0% {
        opacity: 0;
        margin-left: -10em;
    }

    50% {
        opacity: 0;
        margin-left: -10em;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

@keyframes centerh1 {
    0% {
        opacity: 0;
        margin-left: +10em;
    }

    50% {
        opacity: 0;
        margin-left: +10em;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

.slide {
    bottom: 4em;
    right: 0;
    left: 0;
    position: absolute;
}

    .slide div {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 30em;
        opacity: 0;
        right: 0;
        margin: auto;
        animation: slideimg 30s linear infinite;
    }

.headtext h3 {
    color: dimgray;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 1.3em;
}

.DTittle {
    width: 90%;
    background-color: white;
    -moz-border-radius: 5em;
    -webkit-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
    padding: 0em 1em 1.5em 1em;
    margin: auto;
    margin-top: -5em;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: hidden;
    border: 0.2em solid #eff2f9;
}

    .DTittle h2 {
        font-size: 1em;
        padding: 0em 1em 1em 1em;
    }

    .DTittle i {
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        display: block;
        margin: 0em 1em 1em 1em;
        color: var(--TwoColor);
    }

.DTittleI i {
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    display: block;
    margin: 0em 1em 2em 1em;
    color: var(--TwoColor);
}

.Slid2 i {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    display: inline-block;
    margin: 0em 1em 0 0;
    color: white;
}

.DTittleI {
    width: 100%;
    padding: 0 0 2em;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    margin-top: -15.8em;
    max-width: 1800px;
}

.DTittleIPublic {
    position: absolute;
    top: 17em;
}

.SliderI {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 5%;
}

    .SliderI div {
        flex: 1;
        text-align: center;
        padding: 0.5em;
        position: relative;
    }

.SliderII {
    width: 80% !important;
    margin: auto;
    left: 0;
    right: 0;
}

.DTittleI h2 {
    color: var(--OneColor);
    cursor: pointer;
    font-size: 1em;
    width: 100%;
    height: 100%;
    padding: 0;
    /*padding: 2.5em 0;*/
    /*background-color: white;*/
    /*-moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;*/
    /*-moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
    box-shadow: 1px 2px 4px rgba(0,0,0,0.3);*/
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
}

    .DTittleI h2 img {
        width: 100%;
        padding: 2.5em;
    }

    .DTittleI h2 span {
        width: 100%;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: relative;
        padding: 1em 0;
        font-weight: bold;
        color: white;
        font-size: 1.2em;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background-color: var(--TwoColor);
        display: block;
    }

    .DTittleI h2:hover {
        /*background-color: #c0f4df;
        background-image: -moz-linear-gradient(top, #c0f4df, #fbf5de);
        background-image: -o-linear-gradient(top, #c0f4df, #fbf1de);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#c0f4df), to(#fbf5de));
        background-image: -webkit-linear-gradient(top, #c0f4df, #fbf5de);
        background-image: linear-gradient(to top, #c0f4df, #fbf5de);*/
        /*border: 2px solid var(--TwoColor);*/
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }


@media screen and (max-width: 452px) {
    .Font-IranSans {
        font-size: 1.8em !important;
    }

    .headtext h1 {
        margin-top: 0;
    }

    nav div {
        left: 1em;
    }
}

@media screen and (max-width: 406px) {
    .Font-IranSans {
        font-size: 1.8em !important;
    }


    .centerSlick:before {
        left: 1em !important;
    }

    .centerSlick:after {
        right: 1em !important;
    }
}

@media screen and (max-width: 365px) {
    .Font-IranSans {
        font-size: 1.6em !important;
    }

    .headtext h1 {
        margin-top: 0 !important;
        font-size: 1.4em !important;
    }

    .SliderI i {
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    .DTittleI h2 span {
        font-size: 0.8em !important;
    }
}

@media screen and (max-width: 325px) {
    /*.SliderI div {
        width: 7em;
        padding: 0.1em;
    }

    .SliderI h2 {
        font-size: 0.8em;
    }*/

    .SliderI i {
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}


.MySlickArm {
    direction: ltr !important;
    text-align: center;
}

.Gap {
    margin-top: 6em;
}

.LGap {
    margin-top: 3em;
}

.HGap {
    position: relative;
    height: 15em;
}

@media screen and (max-width: 900px) {

    .MenuDrop {
        display: block !important;
        right: 3.5em;
    }

    .menudiv {
        position: relative !important;
        padding: 0.5em !important;
        width: 100% !important;
        top: 0 !important;
        right: 0 !important;
    }

    .popmenu a {
        display: inline-block !important;
    }

    .NavRightUl .MenuDrop {
        display: block !important;
        right: 0;
    }

    .HGap {
        height: 22em;
    }

    .DivCompareKol div {
        width: 100%;
    }

    .DivCompareKol {
        right: 1em;
    }
}

@media screen and (max-width: 700px) {
    .DivCompareKol {
        top: 1.5em !important;
    }
}

.DContent {
    margin: 1em 0;
    background-color: white;
    padding: 1em 2em 2em 2em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    font-size: 1.2em;
    text-align: justify;
    line-height: 1.7em;
}

    .DContent h2 {
        color: var(--TwoColor);
    }

    .DContent p {
        text-align: justify;
    }

    .DContent ul {
        padding-right: 2em;
    }

    .DContent h6 {
        color: var(--TwoColor);
        font-size: 1em;
    }

    .DContent h5 {
        color: var(--OneColor);
        font-size: 1.2em;
    }

.DContentNew {
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 0.5em;
    margin-right: -0.5em;
    text-align: center;
}

    .DContentNew a {
        display: block;
        margin: 0.1em;
    }

    .DContentNew table {
        /*margin: 0 -0.4em 0 0;*/
    }

.DContentNewADD {
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 0.5em;
    margin-right: -0.5em;
    text-align: right !important;
}

    .DContentNewADD span {
        color: var(--TwoColor);
    }

    .DContentNewADD td {
        text-align: right !important;
    }

.errstar {
    color: red;
    font-weight: bold;
}


.modal-title {
    color: var(--TwoColor);
}

.modal-header {
    /*display: -webkit-box;*/
}

#LogSection2, #LogSection3 {
    display: none;
}

.MSG {
    width: 100%;
    padding: 0.5em;
    color: white;
    display: none;
    text-align: center;
}

.Err {
    background-color: rgba(255,0,0,0.6);
}

.Suc {
    background-color: rgba(4, 140, 7, 0.6);
}


.loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    text-align: center;
    background-image: url('../media/loader.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.lc {
    position: absolute;
    right: 0px;
    font-size: 1.000em;
    font-family: Yekan;
    color: white;
    background-color: red;
    -moz-border-radius: 0.188em;
    -webkit-border-radius: 0.188em;
    border-radius: 0.188em;
    border: 0px solid white;
    padding: 0.625em;
    margin: auto;
}

.LogTitleList {
    position: absolute;
    top: 3em;
    left: 0.5em;
    width: 12em;
    padding: 0.5em;
    bottom: auto;
    right: auto;
    background-color: white;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    -moz-box-shadow: 0 0.3em 0.5em 0.1em black;
    -webkit-box-shadow: 0 0.3em 0.5em 0.1em black;
    box-shadow: 0 0.3em 0.5em 0.1em black;
    z-index: 1 !important;
    display: none;
}

    .LogTitleList li {
        display: block;
    }

        .LogTitleList li a {
            color: var(--OneColor) !important;
        }

            .LogTitleList li a:hover {
                color: var(--TwoColor) !important;
            }

.LogTitle {
    cursor: pointer;
}

.DLeft {
    text-align: left;
}

.NumberMakoos {
    position: absolute;
    left: 1.1em;
    top: 4.2em;
    padding: 0.5em 2em;
    background-color: var(--OneColor);
    color: white;
    font-weight: bold;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

.select2-container {
    z-index: 99;
    width: 100% !important;
}

.datepicker-container {
    z-index: 99999999999999999999999999999999999 !important;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999999999999999999999999999999999;
    overflow-y: scroll;
}

.PopClose {
    color: white;
    top: 11%;
    right: 12%;
    z-index: 999999999999999999999999;
    font-size: 2em;
    position: absolute;
}

    .PopClose:hover {
        color: var(--TwoColor);
    }

.SectionDirect {
}

.SDL {
    text-align: center;
    background-color: var(--OneColor);
    color: white;
    position: absolute;
    right: 5%;
    padding: 0.5em 1em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    cursor: pointer;
}

.SDN {
    text-align: center;
    background-color: var(--OneColor);
    color: white;
    position: absolute;
    left: 5%;
    padding: 0.5em 1em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    cursor: pointer;
}

.PopShow {
    position: absolute;
    margin: auto;
    left: -100%;
    top: 10%;
    margin-bottom: 10%;
    width: 80%;
    background-color: white;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    border: 0.3em solid var(--TwoColor);
    overflow: hidden;
}

    .PopShow a {
        color: white;
    }

        .PopShow a:hover {
            color: aquamarine;
        }

.PopTitle {
    background-color: var(--OneColor);
    text-align: center;
    color: white;
    padding: 1em;
}

.PopBodyL {
    width: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    height: 100%;
    position: absolute;
    left: 2em;
    -webkit-border-top-left-radius: 2em;
    border-top-left-radius: 2em;
    -webkit-border-bottom-left-radius: 2em;
    border-bottom-left-radius: 2em;
}

.PopBody {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

    .PopBody .minh {
        width: 90%;
        height: 15em;
        font-size: 1.5em !important;
        text-align: center;
        line-height: 15em;
        background-color: rgb(250,250,250);
    }

.Slid2SHOW .popUpImg {
    display: block !important;
    width: 100%;
    background-image: url(/media//BackFarayand.jpg);
    height: 20em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #07080c;
}

.thirdpartyinsurance {
    background-image: url('../Pic/third-party-insurance.jpg');
}

.fireinsurance {
    background-image: url('../Pic/fire-insurance.jpg');
}

.elevatorinsurance {
    background-image: url('../Pic/ElevatorPic.png');
}

.carbodyinsurance {
    background-image: url('../Pic/car-body-insurance.jpg');
}

.healthinsurance {
    background-image: url('../Pic/health-insurance.jpg');
}

.coronainsurance {
    background-image: url('../Pic/corona-insurance.png');
}

.earthquakeinsurance {
    background-image: url('../Pic/earthquake-insurance.jpg');
}

.lifeinsurance {
    background-image: url('../Pic/life-insurance.jpg');
}

.physicianliabilityinsurance {
    background-image: url('../Pic/physician-liability-insurance.jpg');
}

.otherinsurance {
    background-image: url('../Pic/other-insurance.png');
}

.shookainsurance {
    background-image: url('../Pic/shooka-insurance.png');
}

.travelinsurance {
    background-image: url('../Pic/travel-insurance.jpg');
}

.motorcycleinsurance {
    background-image: url('../Pic/motorcycle.png');
}


.ReminderBackMob {
    display: none;
}


@media screen and (max-width: 800px) {

    .ReminderBackMob {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0;
        top: 0;
        z-index: 0;
    }

    .SecYadAvar .row1 {
        width: 100% !important;
    }

    .ReminderBack {
        margin: 0em auto auto auto !important;
    }

    .PopBodyL {
        display: none;
    }

    .PopBody {
        width: 100%;
    }

    .mobrow {
        margin: 0 !important;
    }

        .mobrow .form-group {
            width: 100% !important;
        }

    .SDN {
        left: 5%;
        width: 8em;
    }

    .SDL {
        right: 5%;
        right: inherit;
        width: 8em;
    }

    .BTL {
        left: 5% !important;
        position: absolute;
        left: inherit;
    }
}

@media screen and (max-width: 700px) {
    .DContent {
        padding: 1em 0.5em;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
    }
}

.mobhide hr {
    padding: 0;
    margin: 0.2em 0;
}

@media screen and (max-width: 500px) {
    .mobhide {
        display: none;
    }

    .DivFloatNoMob {
        float: none !important;
        padding-left: 0;
    }

    .rslides span {
        padding: 0 0.3em;
        font-size: 0.8em !important;
    }
}

@media screen and (min-width: 501px) {
    .mobshow {
        display: none;
    }
}

.PopBody select {
    height: 3em !important;
    z-index: 999999999;
    position: relative;
}

.PopBody h1 {
    position: fixed;
    top: 2em;
    right: 4em;
    font-size: 3em;
    color: white;
    font-family: 'BKoodak';
    display: block !important;
}

.Slid2 {
    position: absolute;
    width: 100%;
    background-color: rgb(235,235,235);
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    /*overflow: hidden;*/
    top: -20em;
}

.Slid2SHOW {
    -moz-box-shadow: 0 0 1em 0.5em rgb(100,100,100);
    -webkit-box-shadow: 0 0 1em 0.5em rgb(100,100,100);
    box-shadow: 0 0 1em 0.5em rgb(100,100,100);
    border: 1px solid silver;
    min-height: 34em;
    overflow-y: scroll;
}

    .Slid2SHOW hr {
        border-top: 1px solid var(--TwoColor);
    }

.DTittleIPublic .Slid2 {
    position: relative;
}

th, td {
    text-align: center;
    vertical-align: middle !important;
}

.orangecolor {
    color: var(--TwoColor);
}


#S1 .col-sm-6 {
    float: right !important;
}

.AddOrderSales .col-md-6 {
    float: right !important;
}

.myradio {
    font-size: 0.85em !important;
    text-align: right;
    padding: 0.2em 0.3em 0.2em 0.2em !important;
}

.DivCompareTop {
    padding-right: 0;
    position: relative;
    direction: rtl;
}

    .DivCompareTop h6 {
        cursor: pointer;
        margin-bottom: -2em;
        border-bottom: 1px solid #eff2f9;
    }

        .DivCompareTop h6 span i {
            /*content: " \2771 ";*/
        }

.h6spani {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.h6spaniA {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.DivCompareKol {
    direction: rtl;
    position: relative;
    top: 2.5em;
    width: 100%;
    height: 5em;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    background-color: white;
    /*-moz-box-shadow: 0 10px 15px 0px silver;
    -webkit-box-shadow: 0 10px 15px 0px silver;
    box-shadow: 0 10px 15px 0px silver;*/
    z-index: 99;
    /*display: none;*/
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.DivCompareKolShow {
    /*position: absolute;*/
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: auto;
    overflow: visible;
    -moz-box-shadow: 0 10px 15px 0px silver;
    -webkit-box-shadow: 0 10px 15px 0px silver;
    box-shadow: 0 10px 15px 0px silver;
    display: block !important;
}

.DivCompareKol .col-sm-6 {
    float: right !important;
}

.DivYes {
    display: none;
}

.DivRefresh {
    position: fixed;
    left: 0;
    top: 45%;
    background-color: white;
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    -moz-box-shadow: 10px 0px 15px 0px silver;
    -webkit-box-shadow: 10px 0px 15px 0px silver;
    box-shadow: 10px 0px 15px 0px silver;
    padding: 0.5em;
}

    .DivRefresh input {
        width: 4em;
    }

.DivPooshesh {
    position: fixed;
    left: 0;
    top: 4em;
    cursor: pointer;
    background-color: white;
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    -moz-box-shadow: 10px 0px 15px 0px silver;
    -webkit-box-shadow: 10px 0px 15px 0px silver;
    box-shadow: 10px 0px 15px 0px silver;
    padding: 0.5em;
    display: none;
    z-index: 999;
}


.backgroundchange {
    background-color: var(--TwoColor);
    color: white;
}

@media screen and (max-width: 1199px) {
    .DivPooshesh {
        display: block;
    }

    .DContentNew {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: scroll;
        right: 0;
        z-index: 99999999999999999999999999999999999999;
        background-color: white;
        margin: 0;
        -moz-box-shadow: 0px 0px 15px 0px silver;
        -webkit-box-shadow: 0px 0px 15px 0px silver;
        box-shadow: 0px 0px 15px 0px silver;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .DContentNewFix {
        display: block;
        position: relative;
        z-index: 9;
    }
}

.spantop {
    text-align: center;
}

.spanbot {
    text-align: center;
}

    .spanbot span {
        padding: 0.1em 0.5em;
        background-color: var(--OneColor);
        color: white;
        -moz-border-radius: 0.5em;
        -webkit-border-radius: 0.5em;
        border-radius: 0.5em;
    }

.NumberSVG {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 3.1em;
    padding: 0 2em;
    left: 0em;
}

    .NumberSVG line {
        stroke: var(--OneColor);
        stroke-dasharray: 5;
    }

.spanAct span {
    background-color: var(--TwoColor);
}

.Taahod tr, .Taahod td, .Taahod h6 {
    padding: 0.2em !important;
}

.Taahod tr, .Taahod td {
    text-align: right;
}

.Taahod h6 {
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
}

.AddOrderSales .NumberSVG {
    top: 3.1em;
}

#Tab2, #Tab1, #Tab3 {
    cursor: pointer;
}

.TextSenter {
    text-align: center;
}



.NoMarginB {
    margin-bottom: 0;
    margin-top: 0.3em;
    padding: 0.5em 1em 1em 1em;
}

.table {
    margin-bottom: 0;
}

.Gaptop {
    margin-top: 1em;
}

.spT2 {
    color: silver;
    padding-right: 0.5em;
    font-size: 0.7em !important;
}

.ImgGift {
    width: 50px;
}

.tooltip-inner {
    font-family: 'BKoodak' !important;
    font-size: 1.1em !important;
    background-color: var(--TwoColor);
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

.tooltip.top .tooltip-arrow {
    border-top-color: var(--TwoColor);
}

.bgsuc {
    background-color: #c0f4df;
    border: 2px solid var(--TwoColor);
}

.DivMoshakasat {
    position: relative;
    /*height: 8em;*/
    padding-bottom: 4em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 800px) {
    .DivMoshakasat {
        position: relative;
        height: 5em;
    }

    .DivCompareKol {
        display: none;
    }

    .DivCompareTop {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        margin: 0 0 15px 0;
    }
}

@media screen and (max-width: 770px) {
    .DivMoshakasat {
        position: relative;
        height: auto;
        margin-bottom: 0.5em;
        padding: 0;
    }

    .DivCompareKol {
        margin-top: 1em;
        position: relative;
        height: auto;
    }

        .DivCompareKol div {
            width: 50%;
            float: right;
        }

    .DivCompareTop {
        width: 100% !important;
        margin: 0em 0 3em 0;
        padding: 0;
    }

    .DFRight {
        float: left;
        width: 33.33%;
        padding: 0;
    }

    .spT2 {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .DivCompareKol div {
        width: 100%;
        float: right;
    }
}

.JarimehDirkard {
    font-size: 0.8em;
    position: absolute;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 2.75em;
    left: -2em;
    background-color: var(--TwoColor);
    padding: 0.2em 0.5em;
    color: white;
    -webkit-border-top-left-radius: 1em;
    border-top-left-radius: 1em;
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;
}

input.invalid, textarea.invalid {
    border: 2px solid red;
}

input.valid, textarea.valid {
    border: 2px solid var(--OneColor);
}

.error {
    display: none;
    margin-left: 10px;
}

.error_show {
    color: red;
    margin-left: 10px;
}

.DirRight .form-group {
    float: right !important;
}

    .DirRight .form-group span {
        color: var(--TwoColor);
        font-weight: bold !important;
    }


.errstarshow {
    display: none;
}

.NoWork, .NoWork i {
    /*color: silver !important;*/
}

    .NoWork span {
        background-color: silver !important;
    }
/*.NoWork img {
        filter: grayscale(100%);
    }*/


.FPage {
    text-align: center;
}

    .FPage h4 {
        font-size: 2em;
        text-align: center;
        font-weight: bold;
        color: var(--OneColor);
    }

    .FPage p {
        line-height: 2em;
        padding: 1em 2em;
        text-align: justify;
        font-size: 1.2em;
    }

.WarpIcon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .WarpIcon div {
        align-items: center;
    }

        .WarpIcon div img {
            width: 3.5em;
        }



.Advert h2 {
    font-size: 1.5em;
    min-height: 2.5em;
    text-align: center;
}

.Advert h1 {
    text-align: center;
    color: var(--OneColor);
}

.Advert h4 {
    min-height: 2.1em;
}

.centerSlickBlog h4 {
    padding: 1em 0.5em;
    font-weight: bold;
    margin: 0;
    min-height: 5em;
    background-color: rgb(252, 247, 217);
}

.centerSlickBlog .btn-primary {
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.Advert img {
    width: 100%;
}

.Advert .col-sm-4, .Advert .col-md-3, .Advert .col-md-1, .Advert .col-md-7, .Advert .col-md-4 {
    float: right;
}

.rslides {
    margin: 0;
    padding: 0 !important;
}

    .rslides img {
        width: 100%;
    }

    .rslides span {
        background-color: rgba(0,0,0,0.5);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
        padding: 1em;
        font-size: 1.3em !important;
    }

.CircleImg {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 15em;
    height: 15em;
    border: 5px solid #e6e7e8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .CircleImg img {
        width: 100%;
    }

.detailB {
    text-align: center;
    color: #05478f;
}

.DetailUl li {
    text-align: right;
    padding: 0.1em 0;
    display: inline-block;
    font-size: 80%;
}

.DetailUl .btn {
    padding: 0em 0.4em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

.DetailUl {
    list-style: none;
    padding: 0 !important;
}

@media screen and (max-width: 500px) {
    .No500 {
        display: none;
    }
}

.pJust {
    text-align: justify !important;
    font-size: 1.1em;
    line-height: 2em;
    font-family: 'BKoodak' !important;
}

    .pJust p {
        text-align: justify !important;
        font-family: 'BKoodak' !important;
    }

    .pJust li {
        text-align: justify !important;
        font-family: 'BKoodak' !important;
    }

    .pJust span {
        text-align: justify !important;
        font-family: 'BKoodak' !important;
    }

    .pJust td p {
        text-align: center !important;
    }

    .pJust table {
        direction: ltr !important;
        width: 100%;
    }

    .pJust td {
        border: 1px solid var(--OneColor);
    }

.MenuDrop {
    position: relative;
}

    .MenuDrop i {
        padding-right: 0.3em;
    }

.menudiv {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: transparent;
    padding: 0.5em;
    width: 15em;
    top: 2em;
    right: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.navblog .menudiv {
    background-color: var(--TwoColor);
}

.popmenu {
    background-color: var(--OneColor);
    position: relative;
    right: 0;
    left: 0;
    display: block;
    padding: 0.3em 0.2em;
    margin-bottom: 0.1em;
}

    .popmenu a {
        color: white;
        display: block;
        padding: 0.5em;
    }

.MenuDrop:hover .menudiv {
    display: block;
    opacity: 1;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.block {
    width: 100% !important;
}

#PuProduct .DTittleIPublic {
    position: relative !important;
    top: 0 !important;
}

#PuProduct .DTittleI {
    position: relative !important;
    top: 0 !important;
}

#PuProduct .Slid2 {
    top: 0 !important;
    min-height: 35em;
}

#PuProduct .SliderII {
    width: 100% !important;
}


.LogoShow {
    background-color: white;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    display: flex;
    flex-wrap: wrap;
}

    .LogoShow div {
        width: 25%;
        padding: 0.5em;
    }

    .LogoShow img {
        width: 100%;
    }


.NetworkLogo {
    text-align: center;
}

    .NetworkLogo img {
        width: 2em;
    }

.footNetworkImg img {
    width: 2em;
    margin: 0 0.5em;
}

.nav-tabs > li {
    float: right;
}

.TableQuis {
    margin: 0.5em 0;
    text-align: right;
    border: 1px solid rgb(230,230,230);
}

.MyTq {
    text-align: right !important;
    font-weight: bold;
    color: var(--OneColor);
}

.MyTP {
    text-align: right !important;
    padding-right: 2em !important;
    font-weight: normal;
}

.MyPayam {
    position: fixed;
    bottom: 1em;
    right: -100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 1em;
}


.StarDiv i {
    cursor: pointer;
    color: rgba(0,0,0,0.3);
}

.HoverStar {
    color: var(--TwoColor) !important;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.TableStar {
    width: 100%;
}

    .TableStar td {
        width: 50%;
    }

        .TableStar td:nth-child(1) {
            text-align: right;
        }

        .TableStar td:nth-child(2) {
            text-align: left;
            position: relative;
        }

.showStar {
    position: relative;
}

/*.showStarG i {
    color:var(--OneColor);
}*/

.BlBack {
    height: 17em;
}

.showStarG {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--OneColor);
    height: 20px;
    mix-blend-mode: color;
}


/*img Loading attribute*/

.fail img {
    display: none;
}

.tab-pane {
    position: relative;
}


.dl-horizontal {
    padding: 0.5em;
    margin: 0;
}

    .dl-horizontal dt {
        float: right;
        padding: 0.5em 0;
    }

    .dl-horizontal dd {
        color: var(--OneColor);
        padding: 0.5em 0;
        border-bottom: 0.1em solid #eff2f9;
        width: 100%;
    }

.DetailSub .col-md-6, .DetailSub .col-md-4, .DetailSub .col-md-8, .DetailSub .col-md-3 {
    float: right !important;
}

.SecWhat {
    background-color: transparent;
    padding: 2em 1em 4em 1em;
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 1800px;
}

    .SecWhat h2 {
        color: rgb(90,90,90);
        font-size: 3em;
        font-weight: bold;
        background-color: rgb(235,235,235);
        border-radius: 1em;
        padding: 0.5em;
    }

    .SecWhat .BackIMG {
        width: 100%;
        margin-top: 2em;
    }

.IndexPicCenter {
    position: relative;
    justify-content: center;
    display: flex;
    width: 90%;
    padding: 2em 0 0 0;
    margin: auto;
}

    .IndexPicCenter img {
        width: 5em;
        margin: 0 1em;
    }

    .IndexPicCenter div {
        color: white;
        font-size: 1.3em;
        position: relative;
        background-color: var(--TwoColor);
        display: flex;
        margin: 0 1em;
        -moz-border-radius: 2em 4em 4em 2em;
        -webkit-border-radius: 2em 4em 4em 2em;
        border-radius: 2em 4em 4em 2em;
        min-width: 18em;
    }

        .IndexPicCenter div:nth-child(2) {
            -moz-border-radius: 4em 2em 2em 4em;
            -webkit-border-radius: 4em 2em 2em 4em;
            border-radius: 4em 2em 2em 4em;
        }

    .IndexPicCenter p {
        color: white;
        padding: 1em;
    }

    .IndexPicCenter .LineHight {
        width: 0.1em;
        height: 100%;
        background-color: #eff2f9;
        margin: auto;
    }


    .IndexPicCenter h3 {
        color: var(--TwoColor);
        margin-right: -2em;
        margin-top: 3em;
        text-align: right;
    }

@media screen and (max-width: 500px) {
    .IndexPicCenter div {
        flex: 50%;
    }

    .BimehModel div {
        width: 50%;
        float: right;
    }

    .IndexPicCenter h3 {
        font-size: 1em;
        text-align: right;
        margin: 0 -2em 0 0;
        text-align: right;
    }
}




/*Comments*/
.showPayam div {
    text-align: right !important;
}

.UCom {
    padding-right: 5em;
}

b {
    color: var(--TwoColor);
    display: block;
    text-align: right;
    padding: 1em 0 0 0;
    margin-bottom: 0;
}



/*Cheshmak*/
.Cheshmak {
    animation-name: Cheshmak;
    animation-duration: 0.3s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes Cheshmak {
    from {
        color: var(--OneColor);
    }

    to {
        color: var(--TwoColor);
    }
}

@-moz-keyframes Cheshmak {
    from {
        color: var(--OneColor);
    }

    to {
        color: var(--TwoColor);
    }
}

@-webkit-keyframes Cheshmak {
    from {
        color: var(--OneColor);
    }

    to {
        color: var(--TwoColor);
    }
}


.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 500ms;
}

.Divbreadcrumb {
    padding: 0 !important;
    margin-bottom: 0 !important;
    font-size: 0.9em;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: white;
    border-radius: 4px;
    direction: rtl;
}

    .breadcrumb > li {
        display: inline-block;
        font-size: 0.8em;
    }

    .breadcrumb > .active {
        color: var(--TwoColor);
    }

.Divbreadcrumb nav {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 0.5em;
    background-color: transparent;
    z-index: 0;
    height: auto;
}

    .Divbreadcrumb nav a {
        color: var(--OneColor);
    }

.divLogo {
    text-align: center;
}

.MyLogo {
    display: none;
}

    .MyLogo img {
        background-color: white;
        -webkit-border-bottom-left-radius: 1em;
        border-bottom-left-radius: 1em;
        -webkit-border-bottom-right-radius: 1em;
        border-bottom-right-radius: 1em;
        margin: -1em 0 0.5em 0;
        width: 7em;
        padding: 0.5em;
    }

.logoLT {
    width: 5em;
}

label {
    width: 100%;
}

.h1Title {
    text-align: center !important;
    font-family: 'sepahbod';
    font-size: 1.3em;
    color: var(--OneColor);
}

.thumbnail {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

.BlogHeader {
    padding: 0 !important;
    overflow: hidden !important;
}

.flexDiv {
    display: flex;
    flex-wrap: wrap;
}

.flexA {
    flex: 25%;
}


.headerMob {
    height: 850px !important;
}


[itemscope] {
    display: none;
}

@media (min-width: 768px) {
    .floatright {
        float: right !important;
    }
}


.IAlert {
    color: var(--TwoColor) !important;
}


.BlogIMG {
    width: 35em !important;
    max-width: 100% !important;
    height: auto !important;
}


.BlogTable th {
    color: var(--TwoColor) !important;
}

.WebShow {
    display: block
}

.MobileShow {
    display: none
}

@media screen and (max-width: 600px) {

    .WebShow {
        display: none
    }

    .MobileShow {
        display: block
    }

    .NoPadMobile .col-md-9 {
        padding: 0.5em !important;
    }

    .container {
        padding: 0.5em !important;
    }

    .btn-group, .btn-group-vertical {
        position: relative;
        display: flex;
        vertical-align: middle;
        flex-wrap: wrap;
    }

        .btn-group > .btn, .btn-group-vertical > .btn {
            position: relative;
            float: none;
            flex: 1;
            border-radius: 0;
        }
}

.btnShare {
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 0.1em 1em;
    background-color: var(--TwoColor);
}

    .btnShare i {
        color: white;
    }

.pJust .PicSenter {
    text-align: center !important;
}

.TopOver img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .TopOver img:hover {
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.pJust a img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .pJust a img:hover {
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.MobileBtn {
    padding: 0.25em 1em;
}


/*.DTittleI h2:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}*/

/*.DTittleI h2:hover span {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: block;
    }*/


.form-group label {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.form-group:hover label {
    color: var(--TwoColor) !important;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding-right: 0.5em;
}

.GreenColor {
    color: var(--TwoColor);
    font-weight: bold;
}

@media screen and (max-width: 700px) {
    .widget-icon {
        width: 50px !important;
        height: 50px !important;
    }

    #box-widget-icon {
        width: 50px !important;
        height: 50px !important;
        padding-top: 30px !important;
    }
}


.btn-success {
    background-color: var(--OneColor);
}

.btn-warning {
    background-color: var(--TwoColor);
}

.SecYadAvar .row2 .btn-success {
    font-size: 1em;
    margin-top: 2em;
    background-color: var(--OneColor) !important;
}

.footNetworkImg {
    text-align: center !important;
}


.headtext p {
    color: var(--OneColor);
    font-size: 1.7em;
    padding-top: 0.5em;
}


.SecYadAvar {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 2em 2em 4em 2em;
    margin: auto;
    width: 90%;
    max-width: 1800px;
    overflow: hidden;
}

.ReminderBack {
    width: 80%;
    position: relative;
    margin: -3em auto auto auto;
}

.Reminder {
    width: 15em !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.SecYadAvar .row1 {
    width: 50%;
}

.SecYadAvar .row2 {
    width: 50%;
    color: black;
}

.SecYadAvar h4 {
    width: 100%;
    font-size: 2em !important;
    padding: 2em 1em;
    line-height: 1.5em;
    color: black;
}

.SecYadAvar hr {
    width: 100%;
}

.SecYadAvar .floatright {
    width: 100%;
}

@media screen and (max-width: 450px) {
    .SecYadAvar div {
        flex: 2;
        padding: 0 1em;
    }
}

@media screen and (max-width: 800px) {

    .centerSlick:before {
        left: 2em !important;
    }

    .centerSlick:after {
        right: 2em !important;
    }

    .BlogIRad h4 {
        font-size: 1em;
    }

    .IndexPicCenter span {
        bottom: 1em;
        font-size: 0.8em;
    }

    .SecYadAvar {
        display: block;
        padding-bottom: 10em;
        margin-bottom: 2em;
        position: relative;
    }

        .SecYadAvar .row {
            width: 100%;
            margin: 0;
        }

        .SecYadAvar .row2 {
            width: 100%;
        }

    .SecYadAvar {
        background-position-x: initial;
        padding-bottom: 6em;
    }

        .SecYadAvar h4 {
            padding: 0 0 2em 0;
        }

    .DTittleI h2 {
        margin: 0;
    }

    .SecWhat {
        background-color: transparent;
        padding: 2em 0;
        position: relative;
    }
}



@media screen and (max-width: 600px) {

    .BarIMG {
        display: none;
    }

    .BarIMGMob {
        display: block;
    }

    .MenuUl {
        padding-top: 8em !important;
    }

    .headimg {
        padding-top: 3em;
    }

    .DTittleI {
        margin-top: -12em;
    }

        .DTittleI h2 img {
            padding: 1.5em;
        }
}

@media screen and (max-width: 500px) {

    .IndexPicCenter h3 {
        text-align: center;
    }

    .Slid2 {
        top: -12em !important;
    }

    .headtext p {
        font-size: 0.8em !important;
    }

    .headimg {
        padding-top: 5em;
    }
}

.BlackBack {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.Slid2SHOW {
    box-shadow: none;
    border: 0;
    z-index: 9999;
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    width: 100% !important;
    border-radius: 0;
}

.select2-container {
    z-index: 999999999;
}


@media screen and (max-width: 800px) {

    .PopBodyL {
        display: block;
        position: absolute;
        top: -12em;
        height: 14em;
        left: 0;
        right: 0;
        margin: auto;
        width: 99%;
        max-width: 30em;
        background-size: contain;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
    }
}

.DTittleI h2 {
    overflow: hidden;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

/*Slick*/
.slick-slide {
    display: none;
    margin: 0.5em;
    float: left;
    text-align: center;
    min-height: 1px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    direction: ltr !important;
    background-color: transparent;
    border: none;
}

    .slick-slide h2 {
        margin: 0;
        background-color: white;
        -moz-border-radius: 45% 45% 3em 3em;
        -webkit-border-radius: 45% 45% 3em 3em;
        border-radius: 45% 45% 3em 3em;
        overflow: hidden;
        padding: 1em 0 0 0;
    }

.slick-center img {
    background-color: white !important;
}

.slick-center .iconColor {
    display: block !important;
    margin-bottom: 1.5em;
    /*    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);*/
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.centerSlick .slick-center {
    padding-bottom: 1em;
}

.centerSlick .slick-center {
    /*    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);*/
    opacity: 1;
}

    .centerSlick .slick-center h2 span {
        display: block;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .centerSlick .slick-center h2:after {
        display: none;
    }

.slick-prev, .slick-next {
    top: 70%;
    background: white;
    border: none;
    border: 3px solid var(--OneColor);
}

.centerSlickBlog .slick-prev, .centerSlickBlog .slick-next {
    top: 50%;
    background: rgb(230,230,230);
    border: none;
}

.btnBlog {
    padding: 1em 4em;
}


.lineSoft {
    content: ' ';
    background-color: #3dc1ce;
    height: 0.1em;
    position: absolute;
    bottom: 7em;
    left: 0;
    right: 0;
}

.slick-prev {
    left: 1%;
}

.slick-next {
    right: 1%;
}


@media screen and (max-width: 1100px) {

    .PopBody h1 {
        top: 2em;
        right: 1em;
    }

    .SecYadAvar {
        padding: 3em;
    }

        .SecYadAvar .row2 {
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

    .IndexPicCenter p {
        font-size: 1em;
    }

    .boxShow a p {
        font-size: 1.2em !important;
    }
}

@media screen and (max-width: 1050px) {
    .SecYadAvar {
        padding: 2em;
    }
}

@media screen and (max-width: 900px) {
    .PopBody h1 {
        font-size: 2em;
    }

    .MenuUl {
        background-image: none;
        height: 100%;
        bottom: 0;
        position: fixed;
        padding-top: 6em;
    }

    .SecYadAvar h4 {
        line-height: 1em;
        padding: 1em 0;
    }
}

.textMob {
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 3.5em;
    top: 2.5em;
    z-index: 9;
    color: white;
    display: none;
}


.logoLTMob {
    display: none;
}

@media screen and (max-width: 610px) {

    .SecYadAvar {
        padding: 0;
    }

    .headtext h1 {
        margin: 0.2em 0 0.5em 0;
        font-size: 3.1em !important;
    }

    .headtext {
        width: 90%;
    }

        .headtext h2 {
            font-size: 1.8em !important;
        }

        .headtext p {
            font-size: 1.5em;
        }

    .Slid2SHOW {
        top: -10em;
        box-shadow: none;
        border: 1px solid silver;
        z-index: 9999;
    }

    .SecYadAvar .row1 {
        width: 100%;
    }

    .SecYadAvar .row2 {
        width: 100%;
        padding: 1em 1em 5em 1em;
    }

    .SecYadAvar {
        margin-bottom: 0;
        padding-bottom: 0;
    }

        .SecYadAvar h4 {
            font-size: 1.5em !important;
            display: block;
            width: 100%;
        }

    .SliderI div {
        padding: 0;
    }

    /* .centerSlick .slick-center {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }*/

    .MyLogo .logo {
        position: absolute;
        top: 0.5em;
        left: 0;
        right: 0;
    }

        .MyLogo .logo img {
            width: 7.5em;
        }

    .SecWhat h2 {
        font-size: 2em;
    }

    .SecWhat .BackIMG {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-top: 14em;
        margin-right: -5.5em;
        width: 28em;
    }

    .IndexPicCenter img {
        width: 5em;
    }

    .IndexPicCenter span {
        bottom: 0.7em;
    }

    .Reminder {
        top: 13em;
    }

    .logoLT {
        display: none;
    }

    .logoLTMob {
        display: block;
    }

    .IndexPicCenter div {
        flex: 1;
    }
}

.select2-container--default .select2-selection--single, .form-control {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    background-color: rgb(245,245,245);
    height: 40px;
}

.btnCls {
    position: absolute;
    font-size: 2em;
    display: none;
    right: 1em;
}

.Slid2SHOW .btnCls {
    display: block;
    z-index: 9;
    color: white;
}


@media screen and (max-width: 500px) {

    .slick-slide h2 {
        padding: 0.5em;
    }

    .DTittleI h2 span {
        font-size: 1em;
    }

}

@media screen and (max-width: 400px) {

    .BarIMGMob {
        left: 0;
        right: 0;
    }

    .SecWhat h2 {
        font-size: 1.5em;
    }

    .SecWhat .BackIMG {
        margin-top: 15em;
        margin-right: -6.5em;
    }

        .SecYadAvar .row2 {
            width: 100%;
            padding: 0;
        }
}

.slick-prev:before {
    content: '>';
    font-weight: bold;
    font-family: fangsong;
    color: var(--OneColor);
}

.slick-next:before {
    content: '<';
    font-weight: bold;
    font-family: fangsong;
    color: var(--OneColor);
}

.SecCarousel {
    background-color: transparent !important;
    margin: 4em 0 !important;
    padding: 0 !important;
}

    .SecCarousel .slide {
        box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.1);
        width: 90%;
        margin: auto;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
        max-width: 1400px;
        box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.1);
    }

.centerSlickBlog .slick-slide {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgb(230, 230, 230);
    background-color: white;
}

.centerSlickBlog img {
}

.BlogIRad {
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: transparent;
}

.TitleH4Rad {
    background-color: white;
    padding: 0.5em 1em;
    width: fit-content;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    margin: auto;
}

.BlogIRad h4 {
    font-size: 2em !important;
    color: black;
}

.centerSlickBlog {
    background-color: transparent;
    box-shadow: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 5%;
    height: 100% !important;
}

.boxShow {
    max-width: 1800px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 2em 6em 2em;
    justify-content: center;
    margin: auto;
}

    .boxShow a {
        flex: 1;
        background-color: rgb(252, 247, 217);
        text-align: center;
        margin: 0 1em;
        border: 3px solid var(--OneColor);
        -moz-border-radius: 3em;
        -webkit-border-radius: 3em;
        border-radius: 3em;
        padding: 2em;
    }

        .boxShow a img {
            width: 80%;
            margin: 1em 0;
        }

        .boxShow a p {
            font-size: 1.5em;
        }

@media screen and (max-width: 800px) {
    .headtext h2 {
        font-size: 3em !important;
    }

    .IndexPicCenter {
        display: block;
    }

        .IndexPicCenter div {
            margin: 1em;
            -moz-border-radius: 2em;
            -webkit-border-radius: 2em;
            border-radius: 2em;
            justify-content: center;
        }

            .IndexPicCenter div:nth-child(2) {
                -moz-border-radius: 2em;
                -webkit-border-radius: 2em;
                border-radius: 2em;
            }

    .boxShow a {
        flex: 40%;
        margin: 1em;
    }
}

@media screen and (max-width: 600px) {


    .SecCarousel {
        padding: 0 !important;
        margin: 0 !important;
    }

    .Slid2SHOW .popUpImg {
        height: 25em;
    }

    nav a {
        color: white;
    }

    nav span {
        color: white;
    }

    .popmenu {
        padding: 0;
    }

    .FPage p {
        padding: 1em;
    }

    .IndexPicCenter {
        overflow: hidden;
    }

        .IndexPicCenter div {
            display: block;
            margin: 1em 0;
            min-width: auto;
        }

        .IndexPicCenter p {
            text-align: center;
        }

        .IndexPicCenter img {
            margin: 0 0 1em 0;
        }
}


.btn-primary {
    color: #fff;
    background-color: var(--OneColor);
    border-color: #2e6da4;
}

.centerSlick {
    overflow: hidden;
}

/* .centerSlick:after {
        content: ' ';
        background-image: -moz-linear-gradient(right, var(--OneColor), transparent);
        background-image: -o-linear-gradient(right, var(--OneColor), transparent);
        background-image: -webkit-gradient(linear, right left, right left, from(var(--OneColor)), to(transparent));
        background-image: -webkit-linear-gradient(right, var(--OneColor), transparent);
        background-image: linear-gradient(to left, var(--OneColor), transparent);
        width: 10%;
        position: absolute;
        right: 4em;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

    .centerSlick:before {
        content: ' ';
        background-image: -moz-linear-gradient(left, var(--OneColor), transparent);
        background-image: -o-linear-gradient(left, var(--OneColor), transparent);
        background-image: -webkit-gradient(linear, left left, left right, from(var(--OneColor)), to(transparent));
        background-image: -webkit-linear-gradient(left, var(--OneColor), transparent);
        background-image: linear-gradient(to right, var(--OneColor), transparent);
        width: 10%;
        position: absolute;
        left: 4em;
        top: 0;
        bottom: 0;
        z-index: 1;
    }*/


@media screen and (min-width: 750px) and (max-width: 770px) and (min-height: 1015px)and (max-height: 1025px) {
    .SecYadAvar .row2 {
        margin-top: 25em;
    }
}
