﻿:root {
    --Green: #93C572;
    --Gray: #4B4B4B;
}

﻿@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: '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/IRANSansWeb.woff2' ) format( 'woff2' );
}

@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' );
}

@font-face {
    font-family: 'Gandom';
    src: url( '../fonts/Gandom.ttf?#' ) format( 'opentype' );
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;
    font-family: 'Gandom';
}

a {
    text-decoration: none;
}


.BtnMe {
    position: relative;
    display: block;
    background-color: white;
    padding: 1em 2em;
    font-weight: bold;
    font-size: 1.3em;
    width: fit-content;
}

    .BtnMe:before {
        content: '';
        position: absolute;
        background-color: var(--Green);
        right: 0;
        top: 0;
        bottom: 0;
        width: 10px;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .BtnMe:hover:before {
        width: 100%;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .BtnMe:hover span {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: white !important;
        position: relative;
    }

.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.2em !important;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    background-color: white;
    color: #171717;
    text-align: right;
    scroll-behavior: smooth;
}

footer {
    background: var(--Gray);
    padding: 2em;
    text-align: center;
    color: white;
    overflow: hidden;
    position: relative;
}

.footerblog {
    background: var(--Green);
}

footer hr {
    border-color: rgba(255,255,255,0.2) !important;
    padding: 0;
    margin: 0.5em 0;
}

footer a {
    color: white;
}

footer h3 {
    color: var(--Green);
    font-weight: bold;
}

footer p {
    font-size: 1.3em;
}

.ulfooter {
    list-style: none;
    color: white;
}

    .ulfooter li {
        padding: 0.2em;
    }

    .ulfooter a {
        color: white;
    }

        .ulfooter a:hover {
            color: var(--Green);
        }

.footerblog .ulfooter a:hover {
    color: var(--Green);
}

.Latin {
    font-family: Calibri;
    direction: ltr;
}

a {
    text-decoration: none;
    color: black;
    padding: 3em 1em;
}

    a:hover {
        text-decoration: none;
        color: var(--Gray);
        font-weight: bold;
    }

.header-top-right a {
    text-decoration: none;
    color: black;
    padding: 3em 1em;
    display: block;
    position: relative;
}

    .header-top-right a:hover {
        text-decoration: none;
        background-color: #f3f3f3;
        -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;
        z-index: 10;
    }

        .header-top-right a:hover:before {
            content: '';
            -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;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 0.5em;
            background-color: var(--Green);
        }

.DropMenu ul a {
    padding: 1em;
    text-align: right !important;
}

    .DropMenu ul a:hover {
        background-color: transparent;
    }

        .DropMenu ul a:hover:before {
            display: none;
        }

.activeAHeader {
    text-decoration: none;
    background-color: #f3f3f3;
    -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;
}

    .activeAHeader:before {
        content: '';
        -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;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 0.5em;
        background-color: var(--Green);
    }


header {
    /*background-color: var(--Green);*/
    background-color: white;
    /*background-image: -moz-linear-gradient(top, white, #BDBDBD);
    background-image: -o-linear-gradient(top, white, #fbf1de);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#BDBDBD));
    background-image: -webkit-linear-gradient(top, white, #BDBDBD);
    background-image: linear-gradient(to top, white, #BDBDBD);*/
    position: relative;
    width: 100%;
    padding-top: 1em;
    -moz-box-shadow: 0 0 1em 0 silver;
    -webkit-box-shadow: 0 0 1em 0 silver;
    box-shadow: 0 0 1em 0 silver;
    z-index: 99;
}

    header:before {
        content: '';
        background-color: var(--Gray);
        position: absolute;
        left: 0;
        right: 0;
        height: 1em;
        top: 0;
    }

.header-logo {
    text-align: center;
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    padding: 1em;
    width: fit-content;
    margin: auto;
}

    .header-logo img {
        width: 6em;
    }

    .header-logo h1 {
        color: var(--Green);
        font-weight: bold;
        font-size: 1.2em;
        padding: 0;
        margin: 0.2em 0;
    }

    .header-logo .hd-lg:nth-child(3) {
        width: 7em;
    }

.header-menu {
    text-align: right;
    padding: 0.1em;
}

    .header-menu li {
        padding: 0;
        min-width: 7em;
    }

        .header-menu li a {
            font-weight: bold;
            display: block;
            text-align: center;
        }

.header-top {
    padding: 0 3em;
    display: flex;
}

    .header-top i {
        font-size: 1.5em;
        color: var(--Gray);
    }

    .header-top ul {
        margin-bottom: 0;
        width: fit-content;
        display: flex;
        gap: 0; /* حذف فاصله بین آیتم‌ها */
        padding: 0;
        margin: 0;
        list-style: none;
    }

.BackGray {
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.2);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.header-top-right {
    flex: 1;
}

.header-top-left {
    flex: 1;
    direction: ltr;
    text-align: left;
    padding-top: 3em;
}

.btn-close-fix-menu i {
    cursor: pointer;
    color: white;
}

.header-fix-menu {
    background-color: var(--Green);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    width: 20em;
    max-width: 80%;
    padding: 1em;
    display: none;
}

    .header-fix-menu a {
        color: white;
        display: block;
        padding: 1em 2em;
        font-size: 1.2em;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .header-fix-menu a:hover {
            padding: 1em 3em 1em 2em;
        }

.header-slider {
    position: relative;
}

.header-footer {
    position: relative;
}

#header-svg {
    position: absolute;
    bottom: -59px;
    left: 0;
    right: 0;
    z-index: 11;
    transform: rotate( 180deg);
}

    #header-svg path {
        fill: #fff;
    }

#bigHalfCircle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
}

    #bigHalfCircle path {
        fill: #fff;
    }

#header-svg-public {
    position: absolute;
    top: -0.1em;
    left: 0;
    right: 0;
    z-index: 11;
    transform: rotate(180deg);
}

    #header-svg-public path {
        fill: white;
    }

.PubHeader {
    /*background-color: var(--Green);
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;*/
    background-color: white;
    background-image: -moz-linear-gradient(top, white, #BDBDBD);
    background-image: -o-linear-gradient(top, white, #fbf1de);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#BDBDBD));
    background-image: -webkit-linear-gradient(top, white, #BDBDBD);
    background-image: linear-gradient(to top, white, #BDBDBD);
    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: absolute;
    height: 100%;
    width: 100%;
    background-image: url('../Pic/BackKol.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    animation: headimg 1s ease-in-out;
}

.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: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.5em;
    background-color: var(--Green);
    z-index: 999;
    height: 3.5em;
}

.navblog {
    background-color: var(--Green);
}

nav ul {
    list-style: none;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-right: 10em;
}

nav li {
    display: inline-block;
}

nav a {
    display: block;
    color: white;
    padding: 0.3em 0.5em;
    font-size: 1.5em;
    /* 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;
    }

.logo {
    position: absolute;
    right: 6em;
    background-color: white;
    top: 0;
    padding: 0.5em;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    /*background-color: var(--Green);*/
    /*border: 2px solid #eff2f9;*/
    box-shadow: 0 0 0.3em 0.05em silver;
    /*padding: 0.3em 2em;*/
    /*-moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;*/
    z-index: 999999999999999999999;
}

    .logo img {
        width: 5em;
    }

.Bar {
    position: absolute;
    background-color: var(--Green);
    border: 2px solid #eff2f9;
    box-shadow: 0 0 0.2em 0.2em #048006;
    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;
}

@media screen and (max-width: 900px) {
    .Bar {
        display: block;
    }

    nav ul {
        display: none;
        list-style: none;
        width: 20em;
        margin: 0 auto;
        top: 3.5em;
        bottom: 0;
        right: 0;
        position: fixed;
        padding-right: 0;
        background-color: rgba(4, 140, 7, 0.95);
        z-index: 9999999999999;
    }

    nav li {
        display: block;
        /*padding:0.2em 1em;
        margin:0.5em 0;*/
        border-bottom: 2px solid rgba(255,255,255,0.2);
    }
}

.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;
}

nav div {
    position: absolute;
    left: 5em;
    top: 0.5em;
    color: #eff2f9;
}

    nav div a {
        display: inline-block;
    }

.headtext {
    padding: 7em 1em 1em 1em;
    color: white;
    position: relative;
    text-align: center;
}

    .headtext h1 {
        font-size: 2em;
        color: black;
        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(--Green);
        background-color: #eff2f9;
        width: 2em;
        height: 2em;
    }

    .headtext li {
        color: var(--Green);
        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: var(--Gray);
    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(--Green);
    }

.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(--Green);
}

.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: 0em 0em 1.5em 0em;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 10em;
}

.DTittleIPublic {
    position: absolute;
    top: 17em;
}

.SliderI {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center
}

    .SliderI div {
        width: 10em;
        height: 11em;
        /*height: 9em;*/
        text-align: center;
        padding: 0.5em;
    }

.SliderII {
    width: 80% !important;
    margin: auto;
    left: 0;
    right: 0;
}

.DTittleI h2 {
    color: var(--Green);
    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;
}

    .DTittleI h2 img {
        width: 100%;
    }

    .DTittleI h2 span {
        background-color: var(--Green);
        color: white;
        padding: 0.2em;
        width: 100%;
        display: block;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        margin-top: 0.5em;
    }

    .DTittleI h2:hover {
        /*background-color: white;
        background-image: -moz-linear-gradient(top, white, #BDBDBD);
        background-image: -o-linear-gradient(top, white, #fbf1de);
        background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#BDBDBD));
        background-image: -webkit-linear-gradient(top, white, #BDBDBD);
        background-image: linear-gradient(to top, white, #BDBDBD);*/
        /*border: 2px solid var(--Green);*/
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

@media screen and (max-width: 1240px) {
    .DTittleI {
        width: 80%;
    }
}

@media screen and (max-width: 1085px) {
    .DTittleI {
        width: 90%;
    }
}

@media screen and (max-width: 965px) {
    .SliderI div {
        width: 11em;
        height: 11em;
        padding: 1em;
    }
}

@media screen and (max-width: 888px) {
    .DTittleI {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .DTittleI {
        width: 90%;
        top: 12em;
    }

    .SliderI div {
        width: 10em;
        height: 12em;
        /*height: 9em;*/
        padding: 0.5em;
    }

    .SliderI h2 {
        padding: 2em 0;
    }
}

@media screen and (max-width: 735px) {
    .DTittleI {
        width: 70%;
    }
}

@media screen and (max-width: 580px) {
    .DTittleI {
        width: 80%;
    }
}

@media screen and (max-width: 510px) {
    .DTittleI {
        width: 90%;
    }
}

@media screen and (max-width: 452px) {
    nav div {
        left: 1em;
    }

    .DTittleI {
        width: 90%;
    }

    .SliderI div {
        width: 10em;
        /*height: 8.5em;*/
        padding: 0.5em;
    }

    .SliderI h2 {
        padding: 2em 0;
    }

    /*.DTittleI i {
        margin: 0em 1em 1.2em 1em;
    }*/
}

@media screen and (max-width: 406px) {
    .DTittleI {
        width: 100%;
    }

    .SliderI div {
        padding: 0.5em;
    }
}

@media screen and (max-width: 365px) {
    .headtext {
        padding: 7em 1em 1em 1em;
    }

    .SliderI div {
        width: 8em;
        /*height: 7em;*/
        padding: 0.2em;
    }

    .SliderI h2 {
        font-size: 0.9em;
    }

    .SliderI i {
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@media screen and (max-width: 325px) {
    .SliderI div {
        width: 7em;
        /*height: 6em;*/
        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) {

    .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;
    font-size: 1.2em;
    text-align: justify;
    line-height: 1.7em;
}

    .DContent h2 {
        color: var(--Green);
    }

    .DContent p {
        text-align: justify;
    }

    .DContent ul {
        padding-right: 2em;
    }

    .DContent h6 {
        color: var(--Green);
        font-size: 1em;
    }

    .DContent h5 {
        color: var(--Green);
        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(--Green);
    }

    .DContentNewADD td {
        text-align: right !important;
    }

.errstar {
    color: red;
    font-weight: bold;
}


.modal-title {
    color: #f38212;
}

.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.8);
    height: 100%;
    width: 100%;
    text-align: center;
    background-image: url('../images/loader.gif');
    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: 10em;
    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 1em 0.5em var(--Green);
    -webkit-box-shadow: 0 0 1em 0.5em var(--Green);
    box-shadow: 0 0.7em 0.5em 0.2em var(--Green);
    transform-origin: top left;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1 !important;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
}

    .LogTitleList li {
        display: block;
    }

        .LogTitleList li a {
            color: var(--Green) !important;
        }

            .LogTitleList li a:hover {
                color: var(--Green) !important;
            }

.LogTitle {
    cursor: pointer;
}

.DLeft {
    text-align: left;
}

.NumberMakoos {
    position: absolute;
    left: 1.1em;
    top: 4.2em;
    padding: 0.5em 2em;
    background-color: var(--Green);
    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(--Green);
    }

.SectionDirect {
}

.SDL {
    text-align: center;
    background-color: var(--Green);
    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(--Green);
    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(--Green);
    overflow: hidden;
}

    .PopShow a {
        color: white;
    }

        .PopShow a:hover {
            color: aquamarine;
        }

.PopTitle {
    background-color: var(--Green);
    text-align: center;
    color: white;
    padding: 1em;
}

.PopBodyL {
    width: 30%;
    /*background-color: rgba(4,140,7,0.8);*/
    /*background-image: url('../Pic/third-party-insurance.jpg');*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    height: 100%;
    position: absolute;
    left: 0;
    /*-webkit-border-bottom-right-radius: 100%;
    border-bottom-right-radius: 100%;*/
    /*-webkit-border-top-right-radius: 30%;
    border-top-right-radius: 30%;*/
}

.PopBody {
    width: 70%;
}

    .PopBody .minh {
        width: 90%;
        height: 15em;
        font-size: 1.5em !important;
        text-align: center;
        line-height: 15em;
        background-color: rgb(250,250,250);
    }

.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');
}

.travelinsurance {
    background-image: url('../Pic/travel-insurance.jpg');
}

.motorcycleinsurance {
    background-image: url('../Pic/motorcycle.png');
}

@media screen and (max-width: 800px) {
    .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;
    }

    /*header {
        height: 100% !important;
    }*/

    .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;
}

.PopBody h1 {
    text-align: center;
}

.PopFooter {
}

.Slid2 {
    position: absolute;
    width: 100%;
    background-color: white;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    overflow: hidden;
    top: 2em;
}

.Slid2SHOW {
    -moz-box-shadow: 0 0 1em 0.5em rgb(230,230,230);
    -webkit-box-shadow: 0 0 1em 0.5em rgb(230,230,230);
    box-shadow: 0 0 1em 0.5em rgb(230,230,230);
    border: 1px solid silver;
    min-height: 34em;
}

.DTittleIPublic .Slid2 {
    position: relative;
}

th, td {
    text-align: center;
    vertical-align: middle !important;
}

.orangecolor {
    color: var(--Green);
}


#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: 35%;
    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(--Green);
    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(--Green);
        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(--Green);
        stroke-dasharray: 5;
    }

.spanAct span {
    background-color: var(--Green);
}

.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(--Green);
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

.tooltip.top .tooltip-arrow {
    border-top-color: var(--Green);
}

.bgsuc {
    background-color: white;
    border: 2px solid var(--Green);
}

.DivMoshakasat {
    position: relative;
    /*height: 8em;*/
    padding-bottom: 4em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.CompanyBox {
    position: relative;
    padding: 0;
}

    .CompanyBox .CompanyBoxBase {
        display: flex;
    }

        .CompanyBox .CompanyBoxBase .Car {
            position: relative;
            cursor: pointer;
            overflow: hidden;
            flex: 1;
            border-bottom: 5px solid var(--Green);
        }

            .CompanyBox .CompanyBoxBase .Car:before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                background: rgba(0, 0, 0, 0.7);
                background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.9) 100%);
                background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.9) 100%);
                background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.9)));
                background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.9) 100%);
                background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.9) 100%);
                z-index: 9;
            }

        .CompanyBox .CompanyBoxBase strong {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            color: white;
            text-align: center;
            top: 40%;
            font-size: 1.5em;
            font-weight: bold;
            z-index: 91;
        }

        .CompanyBox .CompanyBoxBase img {
            width: 100%;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

        .CompanyBox .CompanyBoxBase .Car:hover img {
            -moz-transform: scale(1.2) rotate(5deg);
            -ms-transform: scale(1.2) rotate(5deg);
            -o-transform: scale(1.2) rotate(5deg);
            -webkit-transform: scale(1.2) rotate(5deg);
            transform: scale(1.2) rotate(5deg);
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

        .CompanyBox .CompanyBoxBase .Car .CarLogo {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            max-width: 12em;
            bottom: 2em;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .CompanyBox .CompanyBoxBase .Car .CarLogo img {
                width: 100%;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                -webkit-transition: 0.3s;
                transition: 0.3s;
            }

.CarActive {
    /* border-top: 5px solid var(--Green);
    border-left: 5px solid var(--Green);
    border-right: 5px solid var(--Green);
    border-bottom: 5px solid transparent !important;*/
}

    .CarActive .CarLogo {
        background-color: #93c572bf;
        top: 0;
        bottom: 0 !important;
        z-index: 9;
        max-width: 100% !important;
        padding: 5em;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .CarActive .CarLogo img {
            max-width: 15em;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 2em;
            margin: auto;
            top: 0;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

    .CarActive strong {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: 1em !important;
        font-size: 2em !important;
        margin: auto !important;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.CompanyBox .CompanyBoxBase .Car .CarLogo:hover img {
    -moz-transform: scale(1) rotate(0deg) !important;
    -ms-transform: scale(1) rotate(0deg) !important;
    -o-transform: scale(1) rotate(0deg) !important;
    -webkit-transform: scale(1) rotate(0deg) !important;
    transform: scale(1) rotate(0deg) !important;
}


.CompanyBox .CompanyBoxBase .CarActive:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.CompanyBox .CarGroups {
    /*    border-right: 5px solid var(--Green);
    border-left: 5px solid var(--Green);
    border-bottom: 5px solid var(--Green);
*/ margin-top: -1em;
    padding: 2em;
    text-align: center;
    display: none;
}

    .CompanyBox .CarGroups h5 {
        font-weight: bold;
        font-size: 1.5em;
    }

    .CompanyBox .CarGroups .CarGroupsBase {
        display: flex;
        justify-content: center;
        gap: 5px;
        position: relative;
    }

        .CompanyBox .CarGroups .CarGroupsBase a {
            flex: 1;
            max-width: 15em;
            border: 2px solid var(--Green);
            padding: 1em;
            cursor: pointer;
        }

.CarSelectActive {
    /*    border-bottom: 2px solid white !important;*/
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 12em;
    max-width: 12em !important;
    height: 12em;
    position: absolute;
    top: 7em;
    background-color: white;
    overflow: hidden;
}


    .CarSelectActive span {
        position: absolute;
        bottom: 0em;
        left: 0;
        right: 0;
        background-color: var(--Green);
        text-align: center;
        color: white;
        padding: 0.2em 0;
    }

    .CarSelectActive img {
        margin-top: -0.5em;
    }

.CarSelectNoActive {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 7em;
    max-width: 7em !important;
    height: 7em;
    position: relative;
    overflow: hidden;
}

    .CarSelectNoActive span {
        position: absolute;
        bottom: 0em;
        left: 0;
        right: 0;
        background-color: var(--Green);
        text-align: center;
        color: white;
        padding: 0.2em 0;
    }

    .CarSelectNoActive img {
        margin-top: -0.5em;
    }

.CompanyBox .CarGroups .CarGroupsBase img {
    width: 100%;
}

.CompanyBox .CarGroups .CarGroupsBase span {
}

.CompanyBox .CarGroups .CarGroupsBaseSub {
    margin-top: 12em;
    display: flex;
    justify-content: center;
    /*    border: 2px solid var(--Green);*/
    display: none;
    flex-wrap: wrap;
}

    .CompanyBox .CarGroups .CarGroupsBaseSub a {
        max-width: 20em;
        padding: 1em;
        border: 2px solid var(--Green);
        margin: 0.5em;
        min-width: 10em;
    }

    .CompanyBox .CarGroups .CarGroupsBaseSub img {
        width: 3em;
    }

    .CompanyBox .CarGroups .CarGroupsBaseSub span {
        font-size: 1.3em;
        font-weight: bold;
    }

@media screen and (max-width: 800px) {

    .CarActive .CarLogo img {
        max-width: 6em;
        bottom: 0em;
    }

    .CompanyBox .CompanyBoxBase strong {
        display: none;
    }

    .DivMoshakasat {
        position: relative;
        height: 5em;
    }

    .DivCompareKol {
        display: none;
    }

    .DivCompareTop {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        margin: 0 0 15px 0;
    }

        .table-responsive > .table-bordered {
            border: inherit;
        }
}

@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(--Green);
    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(--Green);
}

.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(--Green);
        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 {
        text-align: center;
        font-weight: bold;
        color: var(--Green);
    }

.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(--Green);
}

.Advert h4 {
    min-height: 2.1em;
}

.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;
    }
}

.MenuDrop {
    position: relative;
}

    .MenuDrop i {
        padding-right: 0.3em;
    }

.menudiv {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: var(--Green);
    padding: 0.5em;
    width: 10em;
    top: 2em;
    right: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.navblog .menudiv {
    background-color: var(--Green);
}

.popmenu {
    position: relative;
    right: 0;
    left: 0;
}

.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(--Green);
}

.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(--Green) !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(--Green);
}*/

.BlBack {
    height: 24em;
}

.showStarG {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--Green);
    height: 20px;
    mix-blend-mode: color;
}

.showStar i {
    color: silver;
    font-size: 1em;
}

/*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(--Green);
        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;
}


.IndexPicCenter {
    display: flex;
    flex-wrap: wrap;
}

    .IndexPicCenter img {
        width: 100%;
    }

    .IndexPicCenter div {
        width: 33.33%;
    }

    .IndexPicCenter h3 {
        color: var(--Green)
    }

@media screen and (max-width: 500px) {
    .IndexPicCenter div {
        width: 100%;
    }

    .BimehModel div {
        width: 50%;
        float: right;
    }
}




/*Comments*/
.showPayam div {
    text-align: right !important;
}

.UCom {
    padding-right: 5em;
}

b {
    color: var(--Green);
    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(--Green);
    }

    to {
        color: var(--Green);
    }
}

@-moz-keyframes Cheshmak {
    from {
        color: var(--Green);
    }

    to {
        color: var(--Green);
    }
}

@-webkit-keyframes Cheshmak {
    from {
        color: var(--Green);
    }

    to {
        color: var(--Green);
    }
}


.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: #f8f8f8;
    border-radius: 4px;
    direction: rtl;
}

    .breadcrumb > li {
        display: inline-block;
        font-size: 1em;
    }

    .breadcrumb > .active {
        color: var(--Green);
    }

.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(--Green);
        display: inline-block;
    }


.DivMojavez {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Mojavez {
    background-color: white;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    margin: 0 0.5em;
    height: 10em;
    width: 10em;
    text-align: center;
}

    .Mojavez img {
        height: 100% !important;
    }

.divLogo {
    text-align: center;
}

.MyLogo {
    display: block;
}

    .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(--Green);
}

.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(--Green) !important;
}


.BlogIMG {
    width: 35em !important;
    max-width: 100% !important;
    height: auto !important;
}


.BlogTable th {
    color: var(--Green) !important;
}

@media screen and (max-width: 600px) {
    .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(--Green);
}

    .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;
    }

.mini-services {
    padding-top: 2em;
    padding-bottom: 3em;
}

    .mini-services .text-center i {
        font-size: 2em;
        color: var(--Green);
        padding: 0.5em;
    }

    .mini-services .text-center h4 {
        color: #171717;
        font-weight: bold;
    }

        .mini-services .text-center h4:hover {
            color: var(--Green);
        }

.products-section {
    background-color: #eff2f9;
    width: 100%;
    padding: 3em 1em 4em 1em;
    text-align: center;
}

    .products-section .row {
        margin: 0;
    }

    .products-section h3 {
        text-align: center;
        font-weight: bold;
    }

.product-section-show {
    position: relative;
    overflow: hidden;
    background-color: white;
    margin: 0.5em 0;
    padding: 1em;
}

.product-img {
    position: relative;
    overflow: hidden;
}

    .product-img img {
        width: 100%;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

/*.product-section-show:hover .product-img img {
    -moz-transform: rotate(5deg) scale(1.2);
    -ms-transform: rotate(5deg) scale(1.2);
    -o-transform: rotate(5deg) scale(1.2);
    -webkit-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2);
}*/

.product-section-show:hover .color-top-img {
    opacity: 0;
    visibility: hidden;
}

.product-section-show h2 {
    position: absolute;
    font-weight: bold;
    font-size: 1.3em;
    top: 0.5em;
    background-color: white;
    padding: 1em 2em;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
    -webkit-border-top-left-radius: 1em;
    border-top-left-radius: 1em;
    -moz-box-shadow: 0 0 0.5em 0 #BDBDBD;
    -webkit-box-shadow: 0 0 0.5em 0 #BDBDBD;
    box-shadow: 0 0 0.5em 0 #BDBDBD;
    right: -0.5em;
    z-index: 9;
}

.color-top-img {
    background-color: #aed28d;
    /*background-image: -moz-linear-gradient(top, silver, gray);
    background-image: -o-linear-gradient(top, silver, gray);
    background-image: -webkit-gradient(linear, left top, left bottom, from(silver), to(gray));
    background-image: -webkit-linear-gradient(top, silver, gray);
    background-image: linear-gradient(to top, silver, gray);*/
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .color-top-img img {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.blog-section {
    background-color: white;
}

    .blog-section h2 {
        position: relative;
        font-weight: bold;
        font-size: 1.5em;
        line-height: 1.5em;
        top: 0;
        background-color: white;
        padding: 0.5em;
        text-align: right;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        right: 0;
        z-index: 9;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: var(--Gray);
        min-height: 4em;
    }

    .blog-section button {
        position: relative;
        font-weight: bold;
        bottom: 0;
        padding: 0.5em 2em;
        left: 0;
        -moz-border-radius: 0.5em !important;
        -webkit-border-radius: 0.5em !important;
        border-radius: 0.5em !important;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.silver-div {
    margin-top: -3em;
    padding-top: 3em;
}

.video {
    width: 100%;
}

.headimgs {
    position: relative;
}

.headimgsdiv {
    position: absolute;
    z-index: 2;
    background-color: rgba(0,0,0,0);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 1em 2em;
}

.row {
    margin: 0;
}

@media screen and (max-width: 500px) {
    .Divbreadcrumb {
        display: none;
    }

    .header-menu li {
        padding: 0 0.5em;
    }

    #header-svg {
        bottom: -29px;
        height: 30px;
    }

    #bigHalfCircle {
        height: 30px;
    }

    #header-svg-public {
        bottom: -29px;
        height: 30px;
    }
}


.container-fluid {
    padding-right: 0;
    padding-left: 0;
}


.ProductsDiv {
    text-align: right;
}

    .ProductsDiv img {
        width: 100%;
        margin: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .ProductsDiv p {
        color: var(--Gray);
    }

    .ProductsDiv h4 {
        color: var(--Green);
        text-align: right;
        font-size: 1.2em;
        padding: 0.5em;
        -webkit-border-top-left-radius: 1em;
        border-top-left-radius: 1em;
        -webkit-border-top-right-radius: 1em;
        border-top-right-radius: 1em;
        margin: 0;
    }

    .ProductsDiv h6 {
        color: var(--Green);
        text-align: right;
        padding: 0.5em;
        -webkit-border-bottom-left-radius: 1em;
        border-bottom-left-radius: 1em;
        -webkit-border-bottom-right-radius: 1em;
        border-bottom-right-radius: 1em;
        margin: 0;
    }

        .ProductsDiv h6 span {
            color: var(--Gray);
        }

    .ProductsDiv h5 {
        color: var(--Green);
        text-align: right;
        padding: 0.5em;
        margin: 0;
    }

        .ProductsDiv h5 span {
            color: var(--Gray);
        }

.ProductH2 {
    position: relative;
    color: white;
    background-color: var(--Green);
    -webkit-border-top-right-radius: 0.5em;
    border-top-right-radius: 0.5em;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
    margin: 0;
    padding: 0 1em 0.2em 1em;
    width: fit-content;
}

    .ProductH2 i {
        color: white;
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        position: absolute;
        top: 0.2em;
    }

    .ProductH2 span {
        padding-right: 1.2em;
        color: white;
        font-size: 0.9em;
        font-weight: bold;
    }

.RightUlGroups {
    list-style: none;
    padding-right: 0 !important;
    border-left: 1px solid #eff2f9;
    height: 100%;
    padding-left: 1em;
    display: flex;
}

    .RightUlGroups img {
        width: 1.5em;
        /*background-color: white;
        padding: 0.2em;
        margin: -0.5em;*/
    }

    /*.RightUlGroups span {
        padding-right:0.7em;
    }*/

    .RightUlGroups li {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        padding: 0.3em;
    }

        .RightUlGroups li:hover {
            padding-right: 1em;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

.LiActive {
    background-color: var(--Gray);
    font-weight: bold;
}

    .LiActive a {
        color: var(--Green);
    }


.pJust {
    text-align: justify !important;
    font-size: 1.1em;
    line-height: 2em;
    font-family: 'BKoodak' !important;
}

    .pJust p {
        /*text-align: center;*/
        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 #00a958;
    }

    .pJust img {
        max-width: 100%;
        height: auto;
    }


.FixMenuProductAct {
    position: fixed;
    padding-bottom: 2em;
    left: 0;
    right: 0;
    top: 0;
    background-color: white;
    border-bottom: 2px solid #eff2f9;
    z-index: 9999;
    -moz-box-shadow: 0 0 10px 0 #eff2f9;
    -webkit-box-shadow: 0 0 10px 0 #eff2f9;
    box-shadow: 0 0 10px 0 #eff2f9;
    /*-moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);*/
}

    .FixMenuProductAct .ProductH2 {
        width: 100%;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }

    .FixMenuProductAct img {
        display: none;
    }

.PreFooter {
    background-image: url('../images/content.jpg');
    background-repeat: no-repeat;
    background-color: #e6e7eb;
    padding: 0;
}

    .PreFooter .col-sm-6 {
        padding: 0;
    }

.AddressFooter {
    padding: 5em 3em 0 10em;
    line-height: 2em;
    font-size: 1.2em;
}

    .AddressFooter ul {
        list-style: none;
    }

    .AddressFooter .AddTitr {
        color: var(--Green);
        font-size: 1.5em;
        line-height: 3em;
        font-weight: bold;
    }

    .AddressFooter i {
        color: var(--Green);
        font-size: 1.5em;
        padding-left: 0.5em;
    }

@media screen and (max-width: 600px) {
    .AddressFooter {
        padding: 2em 1em 2em 10em;
        font-size: 1em;
    }
}

.btn-success {
    color: #ffffff;
    background-color: var(--Green);
    border-color: transparent;
    outline: none;
}

    .btn-success:hover {
        color: #ffffff;
        background-color: var(--Green);
        border-color: transparent;
    }

    .btn-success:focus, .btn-success:active, .btn-success:active:hover {
        color: #ffffff;
        background-color: var(--Green);
        border-color: transparent;
    }

.TellDiv {
    position: fixed;
    background-color: var(--Green);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: 1em;
    bottom: 1em;
    color: white;
    -moz-box-shadow: 0 0 10px 3px rgb(230, 230, 230);
    -webkit-box-shadow: 0 0 10px 3px rgb(230 230 230);
    box-shadow: 0 0 10px 3px rgb(230 230 230);
    z-index: 9999999;
    animation: TellDiv 2s infinite ease-in-out;
}

    .TellDiv a {
        color: white;
        display: block;
        padding: 1em 1.3em;
    }

    .TellDiv i {
        font-size: 1.5em;
    }

@keyframes TellDiv {
    0% {
        transform: scale(1)rotate(0deg);
    }

    50% {
        transform: scale(1.2)rotate(45deg);
    }

    100% {
        transform: scale(1)rotate(0deg);
    }
}

@-moz-keyframes TellDiv {
    0% {
        transform: scale(1)rotate(0deg);
    }

    50% {
        transform: scale(1.2)rotate(45deg);
    }

    100% {
        transform: scale(1)rotate(0deg);
    }
}

@-webkit-keyframes TellDiv {
    0% {
        transform: scale(1)rotate(0deg);
    }

    50% {
        transform: scale(1.2)rotate(45deg);
    }

    100% {
        transform: scale(1)rotate(0deg);
    }
}

.topVideos {
    margin-top: 25%;
    padding: 2em;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
}

    .topVideos img {
        width: 15em;
    }

@media screen and (max-width: 600px) {
    .topVideos {
        margin-top: 20%;
        padding: 1em;
    }

        .topVideos img {
            width: 10em;
        }
}

footer i {
    background-color: white;
    color: var(--Green);
    padding: 0.5em;
    font-size: 1.3em;
    margin: 0 0.5em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 2em;
    text-align: center;
}

.BackZeitoon {
    background-repeat: no-repeat;
    background-color: #e6e7eb;
}

.Pishnehadat {
    text-align: center;
}

    .Pishnehadat .form-control {
        border-color: #ebebeb;
    }

    .Pishnehadat h4 {
        color: var(--Gray);
    }

.backBlack {
    position: relative;
    z-index: 9;
    padding-bottom: 2em;
    color: var(--Gray);
    margin-top: -1.5em;
}

#Sabadid {
    padding: 0 0.2em 0 1em;
    text-align: center;
    color: var(--Green) !important;
}

.BasketFix {
    position: relative;
}

.MenuFixF {
    position: fixed;
    bottom: 0;
    top: 0;
    right: -150%;
    background-color: var(--Green);
    padding: 1em;
    min-width: 25em;
    max-width: 90%;
    /*-webkit-border-bottom-left-radius: 2em;
    border-bottom-left-radius: 2em;*/
    color: white;
    z-index: 999999999999999999999999999999999999;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    overflow-y: scroll;
}

.MenuFixFTop {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: var(--Green);
    padding: 0.5em 1em;
    min-width: 18em;
    -webkit-border-top-right-radius: 2em;
    border-top-right-radius: 2em;
    color: white;
    z-index: 99999999999999999999999999999999;
    text-align: left;
    display: none;
}

.DownArrow {
    position: absolute;
    left: 1em;
    cursor: pointer;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.UpArrow {
    cursor: pointer;
}

.TopFixDiv {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 4em;
    background-color: var(--Gray);
    z-index: 9999999999999999999999999;
    -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;
}

    .TopFixDiv img {
        height: 85%;
        top: 0.2em;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        width: fit-content;
    }

.BasketFixScroll {
    position: relative;
    z-index: 9999999999999999999999999999999999999999999999999999999999;
    position: fixed;
    top: -1.5em;
    /*right: 0.7em;*/
}

    .BasketFixScroll i {
        color: white;
    }

/*.BasketFixScroll i, .BasketFixScroll span, .BasketFixScroll #Sabadid {
        color: white !important;
    }*/

.NoPadding {
    margin: 5px;
}

.BackZeitoon i {
    color: var(--Green);
}

.Contact {
    padding: 3em 1em;
    text-align: center;
}

    .Contact span {
        display: block;
    }

    .Contact i {
        font-size: 2em;
        background-color: var(--Green);
        color: white;
        padding: 0.5em;
        width: 2em;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-bottom: 0.5em;
    }

    .Contact .row {
        padding-top: 3em;
    }

.ContentBasket a {
    cursor: pointer;
}

.rslides {
    margin: 3em 0;
}

.figcaption {
    position: absolute;
    z-index: 11;
    bottom: 0;
    color: #fff !important;
    left: 0;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,.6);
    text-align: center !important;
    padding: 10px;
    opacity: 1;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 10;
}

.product-con {
    width: 100%;
    height: calc(25vw - 63px);
    position: relative;
    border: 1px solid rgba(0,0,0,.6);
}

    .product-con .txt {
        height: 100%;
        position: absolute;
        background-color: rgba(0,0,0,.7);
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        color: #fff;
        z-index: 11;
        padding: 20px;
        width: 100%;
        opacity: 0;
        transition: all .3s;
        transition-delay: .3s;
    }

    .product-con:hover .txt {
        opacity: 1;
        transition-delay: 0s;
    }

    .product-con:hover figcaption {
        opacity: 0;
    }

    .product-con .txt .head {
        font-size: 20px;
        border-bottom: 1px solid #fff;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        display: block;
        font-weight: bold;
    }

    .product-con .txt .size {
        float: right;
    }

    .product-con .txt .price {
        float: left;
        font-weight: bold;
        font-size: 16px;
    }

@media screen and (max-width: 500px) {
    .product-con .txt .price {
        min-width: 10em;
        text-align: left;
    }
}

.product-con .txt > .row {
    opacity: 1;
    width: 100%;
    transition: all .2s;
}

.BtnAddSabad {
    width: calc(100% - 79px);
    text-align: center;
    display: inline-block;
    float: right;
    font-size: 18px;
    border: 1px solid #000;
    padding: 7px 6px 7px 6px;
    transition: all .3s;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: var(--Green);
    color: white;
}

    .BtnAddSabad:hover {
        background-color: black;
        color: white;
    }

.boxtedad {
    position: relative;
    top: 0;
    left: 0;
    width: 80px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    display: table-cell;
    height: 2.45em;
}

.q-button {
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #000;
    font-size: 17px;
    cursor: pointer;
    padding: 5px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.q-con {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
}

.NONinput {
    width: 100%;
    padding: 4px 4px 3px 4px;
    float: none;
    display: inline-block;
    font-size: 19px;
    margin: 0;
    border: none;
    text-align: center;
    background-color: transparent;
    height: 2em;
}

@media screen and (max-width: 800px) {
    .PriceShow {
        position: relative !important;
        top: 0 !important;
        left: 0em !important;
        font-size: 1.5em !important;
        text-align: left !important;
        margin-bottom: 1em !important;
    }
}

@media screen and (max-width: 760px) {
    .figcaption {
        display: none;
    }

    .product-con {
        width: 100%;
        height: calc(100vw - 40px);
        position: relative;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
        border: 1px solid black;
        overflow: hidden;
    }

        .product-con .txt {
            height: auto;
            position: absolute;
            text-align: center;
            background-color: white;
            top: initial;
            right: initial;
            display: block;
            color: black;
            z-index: 11;
            opacity: 1;
            padding: 0;
            padding-top: 10px;
            width: 100%;
            transition-delay: 0s;
            bottom: 0;
            border-top: 1px solid black;
        }

    .bg {
        position: relative;
    }

    .product-con .txt .head {
        border-bottom: 0;
    }
}

@media (min-width: 1600px) {
    .col-lg-4 {
        width: 25%;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 90%;
    }
}

.ShowHajm {
    border: 1px solid black;
    padding: 0.5em 1em;
    flex: 1;
    text-align: center;
}

.ShowHajmAct {
    background-color: black;
    color: white;
}

.stars {
    list-style: none;
    padding: 0;
    margin: 8px 0;
    float: left;
}

    .stars li {
        display: inline-block;
        float: left;
        font-size: 15px;
        line-height: 12px;
        margin-right: 2px;
        color: #000;
    }

    .stars i {
        color: rgba(0,0,0,0.5);
    }

.rate {
    width: 10em;
    float: left;
    text-align: left;
    padding-top: 10px;
    margin-bottom: 30px;
    font-size: 13px;
    position: relative;
}

.blackStar {
    background-color: var(--Green);
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    left: 0;
    top: 3.5em;
    mix-blend-mode: color;
}


.BlogShow {
    float: right;
}

@media screen and (max-width: 500px) {
    .BlogShow {
        width: 100%;
    }
}


@media (min-width: 1600px) {
    .product-section-show {
        min-height: 35em;
    }

    .product-img img {
        min-height: 35em;
    }
}

@media (min-width: 1900px) {
    .product-section-show {
        min-height: 40em;
    }

    .product-img img {
        min-height: 40em;
    }
}

.AdvertIMG {
    background-image: url('/images/Advert.jpg');
    width: 100%;
    height: 35em;
    background-position: center;
}

.AdvertSec .col-md-6 {
    padding: 4em;
}

.AdvertSec h2 {
    color: black;
    text-align: right;
    font-size: 2em;
    padding: 1em 0;
}

.AdvertSec p {
    font-size: 1.3em;
    text-align: justify;
    line-height: 1.5em;
}

.LabelHamkar {
    position: absolute;
    background-color: var(--Green);
    color: white;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    left: 0;
    padding: 0.1em 1em;
    z-index: 99999;
}

.LabelDarsad {
    position: absolute;
    background-color: var(--Green);
    color: white;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
    right: 0;
    padding: 0.1em 1em;
    z-index: 99999;
}

.BorderFigure {
    position: relative;
    border: 1px solid silver;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

.BannerShow img {
    width: 100%;
}

.btn-close-RightNav, .bars-show-RightNav {
    display: none;
}

@media screen and (max-width: 1200px) {
    .NavBarFix {
        right: 5em !important;
    }
}

@media screen and (max-width: 1900px) {
    .NavBarFix {
        right: 1em !important;
    }
}

@media screen and (max-width: 800px) {
    .bars-show-RightNav {
        display: block;
        position: fixed;
        background-color: black;
        /* border: 1px solid silver; */
        top: 5em;
        font-size: 1.2em;
        left: -0.2em;
        z-index: 99999999999;
        padding: 1em;
        color: white;
        -webkit-border-bottom-right-radius: 1em;
        border-bottom-right-radius: 1em;
        -webkit-border-top-right-radius: 1em;
        border-top-right-radius: 1em;
    }

        .bars-show-RightNav i {
            animation: Bar 3s forwards infinite;
        }

    .btn-close-RightNav {
        display: block;
    }

    .ProductsDiv {
        width: 100% !important;
    }

    .RightNav {
        z-index: 9999;
        background-color: #eff2f9;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 99999999999;
        width: 20em;
        max-width: 80%;
        padding: 1em;
        display: none;
    }
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #000;
    border: 1px solid #000 !important;
    cursor: default;
}

.nav-tabs > li > a {
    border: 1px solid #000;
    margin-right: 0;
}

.comment-row .head-row .head {
    width: calc(100% - 100px);
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #000;
    border: none;
}

.comment-row .answer-row {
    background-color: #e4dfd4;
    padding: 10px;
    margin-top: 10px;
}

.comment-row .date {
    text-align: left;
    font-size: 13px;
}

.comment-row {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

@keyframes Bar {
    0% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-moz-keyframes Bar {
    0% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-webkit-keyframes Bar {
    0% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 500px) {
    .miniserviseF1 {
        text-align: center;
    }

        .miniserviseF1 div {
            width: 47% !important;
            display: inline-block;
            padding: 0.2em 0;
            margin: 0.4em 0.2em;
        }

        .miniserviseF1 .text-center {
            border: 1px solid var(--Green);
        }

    .NoPaddingMob {
        padding: 1em !important;
    }

    #maindesc {
        padding-top: 1em;
    }
}


/* width */
.MenuFixF::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.MenuFixF::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.MenuFixF::-webkit-scrollbar-thumb {
    background: black;
}

    /* Handle on hover */
    .MenuFixF::-webkit-scrollbar-thumb:hover {
        background: black;
    }


#btnSearch {
    background-color: transparent;
    border: 0;
    padding: 0 1em;
}

.DivSearchBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    padding: 5em 5em;
    background-color: rgba(0,0,0,0.9);
    z-index: 9999999999999;
    display: none;
}

.btnClose {
    color: white;
    background-color: transparent;
    border: 0;
    font-size: 2em;
    position: absolute;
    top: 1em;
}

.ShowSearch {
    display: flex;
    flex-wrap: wrap;
}

    .ShowSearch .FltDiv {
        width: 25%;
    }

@media screen and (max-width: 760px) {
    .ShowSearch .figcaption {
        display: block;
    }

    .ShowSearch .txt {
        display: none;
    }

    .ShowSearch .bg {
        position: absolute;
    }
    /*.ShowSearch .product-con {
        height: auto;
    }*/
}

@media screen and (max-width: 800px) {
    .ShowSearch .FltDiv {
        width: 33.33%;
    }
}

@media screen and (max-width: 700px) {
    .ShowSearch .FltDiv {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .ShowSearch .FltDiv {
        width: 100%;
    }
}


.new-box {
    animation: append-animate .3s linear;
    /*display: none;*/
}

@-webkit-keyframes append-animate {
    from {
        transform: translateX(-10%);
    }

    to {
        transform: translateX(0%);
    }
}

.products-section .col-md-4, .products-section .col-sm-12 {
    float: right;
}

.DropMenu:hover ul {
    display: block;
}

.DropMenu ul {
    position: absolute;
    background-color: white;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
    margin-right: -1em;
    display: none;
    z-index: 99999;
}

    .DropMenu ul li {
        display: block;
        width: 15em;
        padding: 0;
    }

        .DropMenu ul li:hover {
            background-color: #f7f8fa;
        }


.SliderBox {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 50em;
}

    .SliderBox .LeftSlider {
        background-image: url(/images/SlideLeft.png);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 45%;
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .SliderBox .RightSlider {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background-color: #f3f3f3;
    }

    .SliderBox .TextSlider {
        position: absolute;
        z-index: 9999999999;
        left: 0;
        right: 0;
        margin: auto;
        width: fit-content;
        text-align: center;
        top: 0;
        bottom: 0;
        align-content: center;
    }

        .SliderBox .TextSlider h1 img {
            width: 10em;
            height: auto;
            animation: moveLeftRight 2s ease-in-out infinite;
        }

        .SliderBox .TextSlider h3 {
            letter-spacing: 5px;
            font-family: arial;
            color: var(--Gray);
            opacity: 0;
            animation: moveLeftRight 2s ease-in-out 1s infinite;
        }

    .SliderBox img {
        height: 90%;
        position: absolute;
        right: 45%;
        top: 5%;
    }

    .SliderBox .BoxSlid {
        position: absolute;
        bottom: 0;
        opacity: 0;
    }

.LeftSlider .BoxSlid {
    left: 0;
}

.RightSlider .BoxSlid {
    right: 0;
    left: 0;
    top: 0;
}


.BoxSlid {
    visibility: hidden;
}

    .BoxSlid h2 {
        padding: 8% 3% 0 3%;
        width: 35%;
        font-weight: bold;
        text-align: right;
        line-height: 1.5em;
    }

    .BoxSlid h3 {
        padding: 0 3% 0 3%;
        width: 35%;
        text-align: right;
        font-size: 1.3em;
    }

    .BoxSlid a {
        position: relative;
        margin: 2% 2%;
        display: block;
        background-color: white;
        padding: 1em 2em;
        font-weight: bold;
        font-size: 1.3em;
        width: fit-content;
    }

        .BoxSlid a span {
            z-index: 99;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            position: relative;
        }

        .BoxSlid a:hover span {
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            color: white !important;
        }

        .BoxSlid a:before {
            content: '';
            position: absolute;
            background-color: var(--Green);
            right: 0;
            top: 0;
            bottom: 0;
            width: 10px;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

        .BoxSlid a:hover:before {
            width: 100%;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

    .BoxSlid strong {
        position: absolute;
        left: 5%;
        bottom: 10%;
        font-size: 8em;
        font-family: arial;
        color: rgba(0, 0, 0, 0.1);
    }

.SliderNumber {
    position: absolute;
    right: 1%;
    bottom: 15%;
    color: rgba(0, 0, 0, 0.1);
}

    .SliderNumber a {
        font-family: 'sepahbod';
        padding: 0.5em;
        color: rgba(0, 0, 0, 0.1);
        font-size: 2em;
    }


.BS1 {
    animation: SliderAnim 40s ease-in-out 0s infinite;
}

    .BS1 img {
        animation: SliderAnimimg 40s ease-in-out 0s infinite;
    }

    .BS1 h2 {
        animation: SliderAnimtxt 40s ease-in-out 0s infinite;
        font-family: 'sepahbod';
    }

    .BS1 h3 {
        animation: SliderAnimtxtb 40s ease-in-out 0s infinite;
    }

    .BS1 a {
        animation: SliderAnimtxtp 40s ease-in-out 0s infinite;
    }

.BS2 {
    animation: SliderAnim 40s ease-in-out 10s infinite;
}

    .BS2 img {
        animation: SliderAnimimg 40s ease-in-out 10s infinite;
    }

    .BS2 h2 {
        animation: SliderAnimtxt 40s ease-in-out 10s infinite;
        font-family: 'sepahbod';
    }

    .BS2 h3 {
        animation: SliderAnimtxtb 40s ease-in-out 10s infinite;
    }

    .BS2 a {
        animation: SliderAnimtxtp 40s ease-in-out 10s infinite;
    }



.BS3 {
    animation: SliderAnim 40s ease-in-out 20s infinite;
}

    .BS3 img {
        animation: SliderAnimimg 40s ease-in-out 20s infinite;
    }

    .BS3 h2 {
        animation: SliderAnimtxt 40s ease-in-out 20s infinite;
        font-family: 'sepahbod';
    }

    .BS3 h3 {
        animation: SliderAnimtxtb 40s ease-in-out 20s infinite;
    }

    .BS3 a {
        animation: SliderAnimtxtp 40s ease-in-out 20s infinite;
    }


.BS4 {
    animation: SliderAnim 40s ease-in-out 30s infinite;
}

    .BS4 img {
        animation: SliderAnimimg 40s ease-in-out 30s infinite;
    }

    .BS4 h2 {
        animation: SliderAnimtxt 40s ease-in-out 30s infinite;
        font-family: 'sepahbod';
    }

    .BS4 h3 {
        animation: SliderAnimtxtb 40s ease-in-out 30s infinite;
    }

    .BS4 a {
        animation: SliderAnimtxtp 40s ease-in-out 30s infinite;
    }

.SliderNumber a:nth-child(1) {
    animation: SliderAnimBN 40s ease-in-out 0s infinite;
}

.SliderNumber a:nth-child(2) {
    animation: SliderAnimBN 40s ease-in-out 10s infinite;
}

.SliderNumber a:nth-child(3) {
    animation: SliderAnimBN 40s ease-in-out 20s infinite;
}

.SliderNumber a:nth-child(4) {
    animation: SliderAnimBN 40s ease-in-out 30s infinite;
}


.BS1 img {
    height: 100%;
    top: 0;
}

.BS2 img {
    height: 80%;
}

.BS3 img {
    height: 80%;
}


@keyframes SliderAnimtxt {
    0% {
        padding-top: 8%;
    }

    3% {
        padding-top: 7%;
    }

    100% {
        padding-top: 7%;
    }
}

@keyframes SliderAnimtxtb {
    0% {
        padding-top: 1%;
    }

    3% {
        padding-top: 0;
    }

    100% {
        padding-top: 0;
    }
}

@keyframes SliderAnimtxtp {
    0% {
        margin-top: 3%;
    }

    3% {
        margin-top: 2%;
    }

    100% {
        margin-top: 2%;
    }
}

@keyframes SliderAnimimg {
    0% {
        right: 45%;
    }

    3% {
        right: 35%;
    }

    100% {
        right: 35%;
    }
}

@keyframes SliderAnim {
    0% {
        opacity: 0;
        visibility: visible;
    }

    3% {
        opacity: 1;
    }

    23% {
        opacity: 1;
    }

    26% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes SliderAnimBN {
    0% {
        color: rgba(0, 0, 0, 0.1);
    }

    3% {
        color: rgba(0, 0, 0, 1);
    }

    23% {
        color: rgba(0, 0, 0, 1);
    }

    26% {
        color: rgba(0, 0, 0, 0.1);
    }
}

@keyframes moveLeftRight {
    0% {
        opacity: 1;
        transform: translateX(20px); /* حرکت به سمت راست */
    }

    50% {
        opacity: 1;
        transform: translateX(-20px); /* حرکت به سمت راست */
    }

    100% {
        opacity: 1;
        transform: translateX(20px); /* حرکت به سمت راست */
    }
}

.CollectionBox {
    padding: 5em 3em 0;
    position: relative;
    text-align: center;
}

.DiscountBox {
    padding: 5em 3em 3em;
    position: relative;
    text-align: center;
}

@media (min-width: 992px) {
    .CollectionBox .col-md-4,
    .DiscountBox .col-md-6 {
        float: right;
    }
}

.DiscountBox h3 {
    font-weight: bold;
    font-size: 2em;
    margin-top: 3em;
    text-align: right;
    line-height: 1.5em;
}

.DiscountBox p {
    margin: auto;
    line-height: 2em;
    text-align: right;
}

.DiscountBox a {
    margin-top: 2em;
}

.BoxProduct {
    position: relative;
    margin-bottom: 3em;
}

    .BoxProduct img {
        width: 100%;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
        border: 1px solid black;
    }

    .BoxProduct h3 {
        font-weight: bold;
        font-size: 1.5em;
        margin-top: 0;
    }

.CollectionBox .BoxProduct h3 {
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 1em;
    background-color: #000000a1;
    color: white;
    padding: 1em;
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
}


.BoxProduct h4 {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.5em;
}

.BoxProduct button {
    color: var(--Green);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: transparent;
    border: 0;
    font-weight: bold;
    margin: auto;
    margin-top: 1em;
    border-bottom: 1px solid var(--Green);
    display: none;
}

.BoxProduct:hover button {
    display: block;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.BoxProduct:hover h4 {
    display: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.BoxProduct:hover img {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.8;
    filter: contrast(1.2);
}

.title_img {
    width: 10em;
    display: block;
    margin: auto;
    margin-top: 2em;
}

.ShoarBase {
}

    .ShoarBase .ShoarBox {
        padding: 4em;
        border: 1px solid silver;
        margin: 5em 0;
    }

.BoxAddress {
    padding: 3em;
}

@media (min-width: 992px) {
    .BoxAddress .col-md-4, .BoxAddress .col-md-8 {
        float: right;
    }
}


.InfoBox {
    background-color: var(--Green);
    padding: 3em;
    text-align: center;
}

    .InfoBox svg {
        width: 5em;
    }

    .InfoBox h3 {
        color: white;
    }

    .InfoBox h5 {
        margin-top: 1em;
        font-size: 1.5em;
        color: white
    }

    .InfoBox h6 {
        font-size: 1.3em;
        color: white
    }

    .InfoBox .col-md-2 {
        padding: 0.5em;
    }

        .InfoBox .col-md-2 div {
            border: 1px solid white;
        }


.FooterMenu {
    padding: 1em 3em;
    text-align: center;
    display: flex;
    border-top: 1px solid var(--Green);
}

    .FooterMenu a {
        position: relative;
        display: block;
        background-color: white;
        font-weight: bold;
        font-size: 1.3em;
        width: fit-content;
        margin: 2%;
        padding: 1em 2em;
    }

        .FooterMenu a:before {
            content: '';
            position: absolute;
            background-color: var(--Green);
            right: 0;
            top: 0;
            bottom: 0;
            width: 10px;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

        .FooterMenu a:hover span {
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            color: white !important;
            position: relative;
        }

        .FooterMenu a:hover::before {
            width: 100%;
            transition: 0.3s;
        }

.InfoSec {
    padding: 0;
    position: relative;
}

    .InfoSec .InfoImg {
        position: relative;
        overflow: hidden;
    }

        .InfoSec .InfoImg:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
            background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
            background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
            background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
            background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
        }

        .InfoSec .InfoImg img {
            width: 100%;
        }

        .InfoSec .InfoImg p {
            position: absolute;
            top: 0;
            color: white;
            padding: 3em;
            text-align: justify;
            font-size: 1.5em;
            line-height: 2em;
        }


        .InfoSec .InfoImg .BtnMe {
            font-size: 1em;
            padding: 0.5em 2em;
            margin-top: 1em;
        }



@media screen and (max-width: 1200px) {
    .header-top-right {
        display: none;
    }

    .header-top {
        padding: 2em 3em;
    }

    .header-top-left {
        padding-top: 1.5em;
        padding-bottom: 1em;
    }
}

@media screen and (max-width: 1000px) {

    .BoxSlid h2 {
        padding: 4% 2% 0 2%;
        font-size: 2em;
    }

    .BoxSlid a {
        padding: 0.5em 2em;
    }

    .BoxSlid h3 {
        padding: 0 2% 0 2%;
        font-size: 1.2em;
    }

    .InfoSec .InfoImg p {
        font-size: 1.2em;
    }

    .InfoBox h3 {
        font-size: 1.5em;
    }

    .DiscountBox h3 {
        margin-top: 1em;
    }

    .BtnMe {
        padding: 0.5em 2em;
    }

    .DiscountBox {
        padding: 5em 3em 0em;
    }

    .blog-section h2 {
        font-size: 1.2em;
    }

    footer h3 {
        font-size: 1.3em;
    }

    footer p {
        font-size: 1.2em;
    }

    .products-section {
        padding: 3em 1em 1em 1em;
    }

    .SliderBox {
        height: 30em;
    }

        .SliderBox .TextSlider h1 img {
            width: 6em;
        }

        .SliderBox .TextSlider h3 {
            font-size: 1em;
        }
}


@media screen and (max-width: 900px) {
    .header-logo {
        left: auto;
        right: 3em;
    }

    .BS1 img,
    .BS2 img,
    .BS3 img,
    .BS4 img {
        height: 25em;
    }

    @keyframes SliderAnimimg {
        0% {
            right: 45%;
        }

        3% {
            right: 25%;
            left: 25%;
            margin: auto;
        }

        100% {
            right: 25%;
            left: 25%;
            margin: auto;
        }
    }

    .BoxSlid h2 {
        position: relative;
        padding: 1em;
        font-size: 2em;
        width: 100%;
        text-align: center;
        top: 12em;
    }

    .BoxSlid h3 {
        padding: 1em;
        font-size: 1.3em;
        position: relative;
        width: 100%;
        text-align: center;
        top: 16.5em;
    }

    .BoxSlid a {
        margin: auto;
        padding: 0.5em 2em;
        top: 16em;
    }

    .BoxSlid strong {
        bottom: 40%;
    }

    .SliderNumber {
        bottom: 5%;
    }

    .SliderBox {
        height: 50em;
    }

    .blog-section h2 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 700px) {
    .header-logo img {
        width: 5em;
    }

    .header-top-left a {
        padding: 3em 0;
    }

    .header-logo {
        right: 0em;
    }

    .DiscountBox {
        padding: 2em;
    }

    .CollectionBox .col-xs-6 {
        padding: 0 0.5em;
    }

    .CompanyBox .CarGroups .CarGroupsBaseSub span {
        font-size: 1em;
    }

    .CompanyBox .CarGroups .CarGroupsBaseSub img {
        display: block;
        margin: auto;
    }

    .InfoSec .InfoImg p {
        font-size: 0.8em;
    }

    .products-section .col-md-4, .products-section .col-sm-12 {
        float: none;
    }

    .FooterMenu {
        display: flex;
        flex-wrap: wrap;
    }

        .FooterMenu a {
            padding: 1em;
            flex: 40%;
            margin: 0;
        }
}

@media screen and (max-width: 550px) {

    @keyframes SliderAnimimg {
        0% {
            right: 45%;
        }

        3% {
            right: 15%;
            left: 15%;
            margin: auto;
        }

        100% {
            right: 15%;
            left: 15%;
            margin: auto;
        }
    }

    .CompanyBox .CompanyBoxBase strong {
        font-size: 1em;
    }

    .CompanyBox .CarGroups .CarGroupsBaseSub img {
        width: 2em;
    }

    .InfoSec {
        padding: 0;
    }

        .InfoSec .InfoImg p {
            padding: 2em;
        }

        .InfoSec .InfoImg {
            position: relative;
            overflow: visible;
            height: 27em;
        }

            .InfoSec .InfoImg img {
                height: 100%;
                width: auto;
            }

    .header-logo img {
        width: 7em;
    }

    .header-logo {
        margin: auto;
        left: 0;
    }

    .header-top {
        display: block;
        padding: 2em 2em 0;
    }

    .header-top-left a {
        padding: 2em 0;
    }

    .BS1 img, .BS2 img, .BS3 img, .BS4 img {
        height: 20em;
    }

    .BoxSlid strong {
        bottom: 45%;
        font-size: 6em;
    }

    .header-top-left {
        margin-top: 7em;
        text-align: center;
    }

    .DiscountBox p {
        width: 100%;
        text-align: justify;
    }

    .DiscountBox a {
        margin-bottom: 2em;
    }

    .DiscountBox {
        padding: 2em 1em;
    }

        .DiscountBox .col-xs-6 {
            width: 50%;
            padding: 0;
            min-height: 25em;
        }

    .InfoBox svg {
        width: 4em;
    }

    .CollectionBox {
        padding: 5em 1em;
    }

    .BoxProduct {
        margin-bottom: 1em;
    }

    .InfoBox {
        padding: 1em;
    }

        .InfoBox .col-xs-6 {
            padding: 2em;
        }

            .InfoBox .col-xs-6 h3 {
                font-size: 15px;
            }

    .ShoarBase .ShoarBox {
        padding: 2em;
    }

    .CollectionBox .BoxProduct h3 {
        font-size: 1em;
        bottom: 1em;
    }

    .DiscountBox h3 {
        margin: 0;
        font-size: 1.5em;
        padding-bottom: 1em;
    }

    footer p {
        font-size: 0.9em;
    }

    footer h3 {
        font-size: 1em;
        line-height: 2em;
    }
}


.boxMain {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

    .boxMain img {
        width: 100%;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0;
    }

    .boxMain .Box {
        padding: 1em;
        position: relative;
        flex: 100%;
        display: flex;
    }

    .boxMain .main {
        position: relative;
        width: 100%;
    }

        .boxMain .main:nth-child(1) {
            z-index: 9;
        }

            .boxMain .main:nth-child(1) img {
                width: 95%;
                margin-left: -7em;
            }

        .boxMain .main:nth-child(2) img {
            width: 80%;
            margin-top: 2em;
        }

    .boxMain .SubMan {
        width: 100%;
        position: relative;
        display: flex;
        gap: 0.5em;
    }

        .boxMain .SubMan img {
            flex: 1;
            -moz-border-radius: 1em;
            -webkit-border-radius: 1em;
            border-radius: 1em;
            border: 1px solid black;
        }

        .boxMain .SubMan div {
            padding: 0.5em 0;
            cursor: pointer;
            max-width: 18%;
        }

.ShowHajmActC:before {
    content: '';
    position: absolute;
    border: 5px solid var(--Green);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -moz-border-radius: 0em;
    -webkit-border-radius: 0em;
    border-radius: 0em;
}

.MojoodyShow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background-color: red;
    color: white;
    z-index: 9;
    width: fit-content;
    padding: 0 0.5em;
    -moz-border-radius: 0 0 1em 1em;
    -webkit-border-radius: 0 0 1em 1em;
    border-radius: 0 0 1em 1em;
    display: none;
}

@media screen and (max-width: 500px) {
    .FltDiv {
        min-height: 22em !important;
    }

    .price-row {
        display: none;
    }

    .head {
        font-size: 20px;
    }

    .TopFixDiv img {
        width: auto;
    }

    .BasketFixScroll {
        right: 85%;
    }

    .DContent ul {
        padding-right: 0;
    }

    .row {
        padding: 0;
    }

    .boxMain .Box {
        padding: 0.5em;
    }

    .BoxProduct h3 {
        font-size: 1.1em;
    }

    BoxProduct h4 {
        font-size: 1.3em;
    }

    .boxMain .SubMan img {
        -moz-border-radius: 0.5em;
        -webkit-border-radius: 0.5em;
        border-radius: 0.5em;
    }
}

.PubHeaderAll {
    position: relative;
}

    .PubHeaderAll img {
        width: 100%;
    }

    .PubHeaderAll h3 {
        position: absolute;
        top: 20%;
        padding: 1em 1em 1em 2em;
        color: var(--Gray);
        font-size: 2.5em;
        width: max-content;
        line-height: 1.5em;
        right: 0;
        background-color: rgba(255, 255, 255, 0.7);
        font-weight: bold;
        z-index: 99;
    }

.BackFade {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, white 20%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .97;
    z-index: 9;
}

.aboutBoxPersenel {
    padding: 6em 2em;
    text-align: center;
}

    .aboutBoxPersenel .aboutBoxPersenelBase {
        padding: 2em;
    }

    .aboutBoxPersenel img {
        width: 100%;
    }

    .aboutBoxPersenel h2 {
        font-weight: bold;
        font-size: 1.7em;
    }

    .aboutBoxPersenel h3 {
        font-size: 1.3em;
    }

    .aboutBoxPersenel .aboutBoxPersenelBase::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 5px solid var(--Green);
        clip-path: inset(0 100% 100% 0);
        transition: clip-path 0.3s ease-in-out;
    }

    .aboutBoxPersenel .aboutBoxPersenelBase:hover::before {
        clip-path: inset(0 0 0 0);
    }

@media (min-width: 992px) {
    .aboutBoxPersenel .col-md-4 {
        float: right;
    }
}

.history .history-video {
    width: 40%;
    align-content: space-evenly;
}

.history .history-text {
    padding: 10px 20px 10px 40px;
    width: 100%;
}

    .history .history-text .text {
        line-height: 2em;
        text-align: justify;
        font-size: 1.5em;
        color: var(--Gray);
    }


.history {
    background-image: url(/images/BackFade.jpg);
    width: 100%;
    display: flex;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding: 4em 2em 8em;
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.ShoarBox {
    padding: 1em 2em;
    margin: 0;
    background-color: var(--Green);
    color: white;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.history .history-text .point div {
    flex: 100%;
}

.history .history-text .tittle {
    font-size: 35px;
    font-weight: bold;
    padding: 0 1em 2em;
    display: block;
    color: var(--Green);
    text-align: center;
}

.box-section {
    display: flex;
    gap: 20px;
    padding: 20px;
}

    .box-section .box {
        border: 1px solid #ddd;
        width: 33.33%;
        box-shadow: 0 5px 45px 0 rgba(0, 0, 0, .1);
    }

    .box-section .box-line {
        height: 6px;
        background-color: var(--Gray);
        transition: background-color 0.6s ease;
    }

    .box-section .box:hover .box-line {
        background-color: var(--Green);
    }

    .box-section .box-content {
        display: flex;
        padding: 10px 20px;
    }

    .box-section .box-text {
        padding: 10px;
        direction: rtl;
        text-align: justify;
    }

        .box-section .box-text h3 {
            font-size: 1.5em;
            margin-bottom: 10px;
            color: #333;
            font-weight: bold;
            line-height: 1.5em;
            margin-top: 0;
        }

        .box-section .box-text p {
            color: black;
            line-height: 1.7em;
            padding-left: 1em;
            font-size: 1.3em;
        }

    .box-section .box-image {
        width: 30%;
        padding: 10px;
        text-align: center;
        align-content: center;
    }
