﻿:root {
    --One: #001047;
    --Two: #1946da;
}

@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;
}

.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: #171717;
    padding: 1em 2em;
    color: white;
    overflow: hidden;
    position: relative;
    margin-top: 1em;
}

.footerblog {
    background: var(--Two);
}

footer hr {
    border-color: rgba(255,255,255,0.2) !important;
    padding: 0;
    margin: 0.5em 0;
}

.ulfooter {
    list-style: none;
    color: white;
}

footer .col-md-2, footer .col-md-6, footer .col-md-12, footer .col-md-4 {
    float: right;
    text-align: center;
}

.ulfooter li {
    padding: 0.2em;
    font-size: 1.2em;
}

.ulfooter a {
    color: white;
}

    .ulfooter a:hover {
        color: var(--Two);
    }

.footerblog .ulfooter a:hover {
    color: var(--One);
}

.Latin {
    font-family: Calibri;
    text-align: left;
    direction: ltr;
}

a {
    text-decoration: none;
    color: black;
}

    a:hover {
        text-decoration: none;
        color: var(--One);
        -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;
    }

header {
    position: relative;
    width: 100%;
}

.header-logo {
    width: 100%;
    text-align: center;
}

    .header-logo img {
        width: 18em;
    }

    .header-logo .hd-lg:nth-child(3) {
        width: 7em;
    }

.header-menu {
    text-align: center;
    padding: 0;
    display: inline-block;
}

    .header-menu li {
        display: inline-block;
        padding: 0 0.5em;
    }

        .header-menu li a {
            font-weight: bold;
        }

.header-top {
    padding: 2em 10% 0.5em;
    display: flex;
    color: #001047;
    background-color: #fafafa;
    border-bottom: 1px solid rgba(238, 235, 225, 1);
}

    .header-top a {
        color: var(--One);
    }

    .header-top i {
        font-size: 1.5em;
        color: var(--Two);
    }

    .header-top div:nth-child(1) {
        flex: 3;
        padding-top: 2em;
    }

    .header-top div:nth-child(2) {
        flex: 1;
    }

.header-top-left {
    direction: ltr;
    text-align: left;
}

.btn-close-fix-menu i {
    cursor: pointer;
    color: white;
}

.header-fix-menu {
    background-color: var(--Two);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999999;
    width: 20em;
    max-width: 80%;
    padding: 1em;
    display: none;
}

    .header-fix-menu a {
        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-fix-menu a {
        color: white;
    }

.LogoTxt {
    margin: 0;
    font-weight: bold;
    font-family: arial;
    font-size: 2em;
    direction: ltr;
}

    .LogoTxt img {
        width: 7em !important;
    }

.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(--One);
    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(--One);
    z-index: 999;
    height: 3.5em;
}

.navblog {
    background-color: var(--Two);
}

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(--Two);*/
    /*border: 2px solid rgba(238, 235, 225, 1);*/
    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(--Two);
    border: 2px solid rgba(238, 235, 225, 1);
    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: rgba(238, 235, 225, 1);
}

    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(--One);
        background-color: rgba(238, 235, 225, 1);
        width: 2em;
        height: 2em;
    }

    .headtext li {
        color: var(--One);
        margin: 0.5em;
        padding: 0.5em 1em;
        font-size: 1.1em;
        display: inline-block;
        background-color: white;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        -o-border-radius: 2em;
        border-radius: 2em;
        -moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
        -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
        box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
    }


@keyframes centertext {
    0% {
        opacity: 0;
        margin-left: -10em;
    }

    50% {
        opacity: 0;
        margin-left: -10em;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

@keyframes centerh1 {
    0% {
        opacity: 0;
        margin-left: +10em;
    }

    50% {
        opacity: 0;
        margin-left: +10em;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

.slide {
    bottom: 4em;
    right: 0;
    left: 0;
    position: absolute;
}

    .slide div {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 30em;
        opacity: 0;
        right: 0;
        margin: auto;
        animation: slideimg 30s linear infinite;
    }

.headtext h3 {
    color: dimgray;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 1.3em;
}

.DTittle {
    width: 90%;
    background-color: white;
    -moz-border-radius: 5em;
    -webkit-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
    padding: 0em 1em 1.5em 1em;
    margin: auto;
    margin-top: -5em;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: hidden;
    border: 0.2em solid rgba(238, 235, 225, 1);
}

    .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(--Two);
    }

.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(--Two);
}

.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(--One);
    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(--One);
        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(--Two);*/
        -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 2em 2em 2em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    font-size: 1.2em;
    text-align: justify;
    line-height: 1.7em;
}

    .DContent h2 {
        color: var(--Two);
    }

    .DContent p {
        text-align: justify;
    }

    .DContent ul {
        padding-right: 2em;
    }

    .DContent h6 {
        color: var(--Two);
        font-size: 1em;
    }

    .DContent h5 {
        color: var(--One);
        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(--Two);
    }

    .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 rgb(3, 113, 6);
    -webkit-box-shadow: 0 0 1em 0.5em rgb(3, 113, 6);
    box-shadow: 0 0.7em 0.5em 0.2em rgb(3, 113, 6);
    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(--One) !important;
        }

            .LogTitleList li a:hover {
                color: var(--Two) !important;
            }

.LogTitle {
    cursor: pointer;
}

.DLeft {
    text-align: left;
}

.NumberMakoos {
    position: absolute;
    left: 1.1em;
    top: 4.2em;
    padding: 0.5em 2em;
    background-color: var(--One);
    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(--Two);
    }

.SectionDirect {
}

.SDL {
    text-align: center;
    background-color: var(--Two);
    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(--Two);
    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(--Two);
    overflow: hidden;
}

    .PopShow a {
        color: white;
    }

        .PopShow a:hover {
            color: aquamarine;
        }

.PopTitle {
    background-color: var(--One);
    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(--Two);
}


#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 rgba(238, 235, 225, 1);
    }

        .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(--Two);
    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(--One);
        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(--One);
        stroke-dasharray: 5;
    }

.spanAct span {
    background-color: var(--Two);
}

.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(--Two);
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

.tooltip.top .tooltip-arrow {
    border-top-color: var(--Two);
}

.bgsuc {
    background-color: white;
    border: 2px solid var(--Two);
}

.DivMoshakasat {
    position: relative;
    /*height: 8em;*/
    padding-bottom: 4em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 800px) {
    .DivMoshakasat {
        position: relative;
        height: 5em;
    }

    .DivCompareKol {
        display: none;
    }

    .DivCompareTop {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        margin: 0 0 15px 0;
    }
}

@media screen and (max-width: 770px) {
    .DivMoshakasat {
        position: relative;
        height: auto;
        margin-bottom: 0.5em;
        padding: 0;
    }

    .DivCompareKol {
        margin-top: 1em;
        position: relative;
        height: auto;
    }

        .DivCompareKol div {
            width: 50%;
            float: right;
        }

    .DivCompareTop {
        width: 100% !important;
        margin: 0em 0 3em 0;
        padding: 0;
    }

    .DFRight {
        float: left;
        width: 33.33%;
        padding: 0;
    }

    .spT2 {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .DivCompareKol div {
        width: 100%;
        float: right;
    }
}

.JarimehDirkard {
    font-size: 0.8em;
    position: absolute;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 2.75em;
    left: -2em;
    background-color: var(--Two);
    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(--One);
}

.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(--Two);
        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(--One);
    }

.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(--One);
}

.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(--One);
    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(--Two);
}

.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(--One);
}

.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(--Two) !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(--One);
}*/

.BlBack {
    height: 24em;
}

.showStarG {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--Two);
    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(--One);
        padding: 0.5em 0;
        border-bottom: 0.1em solid rgba(238, 235, 225, 1);
        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(--Two)
    }

@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(--Two);
    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(--One);
    }

    to {
        color: var(--Two);
    }
}

@-moz-keyframes Cheshmak {
    from {
        color: var(--One);
    }

    to {
        color: var(--Two);
    }
}

@-webkit-keyframes Cheshmak {
    from {
        color: var(--One);
    }

    to {
        color: var(--Two);
    }
}


.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: #fafafa;
    border-bottom: 1px solid rgba(238, 235, 225, 1);
    border-radius: 4px;
    direction: rtl;
}

    .breadcrumb > li {
        display: inline-block;
        font-size: 1em;
    }

    .breadcrumb > .active {
        color: var(--Two);
    }

.Divbreadcrumb nav {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 0;
    background-color: transparent;
    z-index: 0;
    height: auto;
}

    .Divbreadcrumb nav a {
        color: var(--One);
        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(--One);
}

.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(--Two) !important;
}


.BlogIMG {
    width: 35em !important;
    max-width: 100% !important;
    height: auto !important;
}


.BlogTable th {
    color: var(--Two) !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(--Two);
}

    .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(--One);
        padding: 0.5em;
    }

    .mini-services .text-center h4 {
        color: #171717;
        font-weight: bold;
    }

        .mini-services .text-center h4:hover {
            color: rgb(3, 113, 6);
        }

.products-section {
    width: 100%;
    padding: 3em 1em 4em 1em;
    text-align: center;
    margin: auto;
    max-width: 1300px;
}

    .products-section .row {
        margin: 0;
    }

    .products-section h3 {
        text-align: center;
        font-weight: bold;
        color: var(--Two);
        font-size: 2em;
        padding-bottom: 1em;
    }

.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 span {
    position: absolute;
    font-weight: bold;
    bottom: 1.5em;
    padding: 0.5em 2em;
    left: 0;
    -webkit-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    -webkit-border-top-right-radius: 1em;
    border-top-right-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;
}

.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 h2 {
    position: relative;
    font-weight: bold;
    font-size: 1.5em;
    padding: 1em 0 1em;
    text-align: center;
    z-index: 9;
    color: var(--One);
}

.blog-section p {
    position: relative;
    font-size: 1.2em;
    text-align: right;
    z-index: 9;
    color: gray;
}

.BlogImg {
    position: relative;
    width: 100%;
    height: 18em;
    overflow: hidden;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

    .BlogImg img {
    }

.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 {
    background-color: rgba(238, 235, 225, 1);
    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.3);
    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: gray;
    }

    .ProductsDiv h4 {
        color: var(--Two);
        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(--Two);
        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: gray;
        }

    .ProductsDiv h5 {
        color: var(--Two);
        text-align: right;
        padding: 0.5em;
        margin: 0;
    }

        .ProductsDiv h5 span {
            color: gray;
        }

.ProductH2 {
    position: relative;
    color: white;
    background-color: var(--One);
    -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 rgba(238, 235, 225, 1);
    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 {
    color: white;
    background-color: var(--Two);
    /*-webkit-border-top-left-radius: 1em;
    border-top-left-radius: 1em;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;*/
    /*border: 1px solid rgba(255, 140, 0, 0.5);*/
}

    .LiActive a {
        color: white;
    }


.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 rgba(238, 235, 225, 1);
    z-index: 9999;
    -moz-box-shadow: 0 0 10px 0 rgba(238, 235, 225, 1);
    -webkit-box-shadow: 0 0 10px 0 rgba(238, 235, 225, 1);
    box-shadow: 0 0 10px 0 rgba(238, 235, 225, 1);
    /*-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(--Two);
        font-size: 1.5em;
        line-height: 3em;
        font-weight: bold;
    }

    .AddressFooter i {
        color: #c39216;
        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: white;
    background-color: var(--Two);
    border-color: transparent;
    outline: none;
    font-size: 1.2em;
    border: 1px solid var(--Two);
}

    .btn-success:hover {
        color: var(--One);
        background-color: white;
        border-color: transparent;
        border: 1px solid var(--Two);
    }

    .btn-success:focus, .btn-success:active, .btn-success:active:hover {
        color: #ffffff;
        background-color: var(--One);
    }

.TellDiv {
    position: fixed;
    background-color: var(--Two);
    -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(--Two);
    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-image: url('../images/back.jpg');
    background-repeat: no-repeat;
    background-color: #e6e7eb;
    padding-left: 20em;
}

@media screen and (max-width: 800px) {
    .BackZeitoon {
        padding-left: 1em;
    }
}

.Pishnehadat {
    text-align: center;
}

    .Pishnehadat .form-control {
        border-color: #ebebeb;
    }

    .Pishnehadat h4 {
        color: gray;
    }

.backBlack {
    position: relative;
    z-index: 999999;
    padding-bottom: 2em;
}

#Sabadid {
    padding: 0 0.2em 0 1em;
    text-align: center;
    color: #1946da !important;
}

.BasketFix {
    position: relative;
}

.MenuFixF {
    position: fixed;
    bottom: 0;
    top: 0;
    right: -150%;
    background-color: var(--Two);
    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(--Two);
    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: #fafafa;
    z-index: 9999999999999999999999999;
    -moz-box-shadow: 0 0 10px 0px var(--One);
    -webkit-box-shadow: 0 0 10px 0px var(--One);
    box-shadow: 0 0 10px 0px var(--One);
}

.BasketFixScroll {
    position: relative;
    z-index: 9999999999999999999999999999999999999999999999999999999999;
    position: fixed;
    top: 1.2em;
}

    .BasketFixScroll img {
        width: 4em !important;
        position: absolute;
        top: -0.3em;
    }
/*.BasketFixScroll i, .BasketFixScroll span, .BasketFixScroll #Sabadid {
        color: white !important;
    }*/
.NoPadding {
    margin: 5px;
}

.BackZeitoon i {
    color: var(--Two);
}

.Contact {
    padding: 3em 1em;
    text-align: center;
}

    .Contact span {
        display: block;
    }

    .Contact i {
        font-size: 1em;
        text-align: center;
        display: inline-block;
        background-color: var(--Two);
        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 {
    list-style: none;
    margin: 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;
        position: absolute;
        top: 0;
        left: 0;
    }

@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(--Two);
    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: 1em !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;
        border: none;
    }

        .product-con .txt {
            height: auto;
            position: relative;
            background-color: transparent;
            top: initial;
            right: initial;
            display: block;
            color: #000;
            z-index: 11;
            opacity: 1;
            padding: 0;
            padding-top: 10px;
            width: 100%;
            transition-delay: 0s;
        }

    .bg {
        position: relative;
    }

    .product-con .txt .head {
        border-bottom: 1px solid #000;
    }
}

@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(--One);
    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(--Two);
    color: white;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    left: 0;
    padding: 0.1em 1em;
}

.LabelDarsad {
    position: absolute;
    background-color: var(--Two);
    color: white;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
    right: 0;
    padding: 0.1em 1em;
}

.BorderFigure {
    position: relative;
    border: 1px solid silver;
}

.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: darkgray;
        /* 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: rgba(238, 235, 225, 1);
        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(--One);
        }

    .NoPaddingMob {
        padding: 1em !important;
    }

    #maindesc {
        padding-top: 1em;
    }

    .SequareBox .col-md-3 {
        width: 100% !important;
    }
}


/* 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;
}

.SequareBox .col-md-6, .SequareBox .col-md-3, .SequareBox .col-md-4 {
    float: right;
}

.SBMane {
    padding: 10px;
}

.SbSequareMarB {
    margin-bottom: 20px;
}

.SBMane div {
    width: 100%;
    background-color: var(--Two);
    padding: 5px;
    opacity: 0;
}

.SbSequare {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
}

    .SbSequare .video {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.SqBlack {
    background-color: rgba(48,39,28,.0) !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    opacity: 1 !important;
    color: white;
}

    .SqBlack h3 {
        position: absolute;
        height: 100%;
        font-weight: bold;
        right: 22px;
        font-size: 2em;
    }

    .SqBlack a {
        color: #fff;
    }

    .SqBlack .SpanBot {
        color: #fff;
        position: absolute;
        bottom: 22px;
        right: 28px;
        font-size: 1.2em;
        font-weight: 800;
    }

.BlackDivKol {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99999;
}

.BtnNo {
    background-color: transparent;
    border: 0;
}

.SbFull {
    background-position: center;
}

.hoverBTN .SqBlack {
    background-color: rgba(48,39,28,.6) !important;
    display: none;
}

.hoverBTN:hover .SqBlack {
    display: block;
}

.sbAbout {
    background-color: white !important;
}

    .sbAbout h4 {
        padding: 3em 2em 0 !important;
        font-weight: bold;
        font-size: 1.8em;
    }

    .sbAbout p {
        padding: 0 2em 0 2em !important;
        font-size: 1.3em;
        line-height: 1.8em;
    }

.sbContact {
    background-color: white !important;
}

    .sbContact h4 {
        padding: 2em 2em 0 !important;
        font-weight: bold;
        font-size: 1.8em;
    }

    .sbContact p {
        padding: 0 2em 0 3em !important;
        font-size: 1.3em;
        line-height: 1.8em;
    }

.dropdownNav {
    font-weight: bold;
}

    .dropdownNav:hover div {
        visibility: visible;
    }

    .dropdownNav div {
        position: absolute;
        background-color: #fafafa;
        z-index: 99999999;
        padding: 1em;
        border: 1px solid rgba(0,0,0,0.2);
        margin: 0px -3em 0 0;
        visibility: hidden;
    }

        .dropdownNav div a {
            display: block;
            padding: 0.5em;
        }

@media screen and (max-width: 1300px) {
    .header-menu {
        display: none;
    }
}


@media screen and (max-width: 1100px) {
    .sbAbout h4 {
        padding: 1em 1em 0 !important;
    }

    .sbAbout p {
        padding: 0 1em 0 1em !important;
    }

    .sbContact h4 {
        padding: 1em 1em 0 !important;
    }

    .sbContact p {
        padding: 0 1em 0 1em !important;
    }
}

@media screen and (max-width: 1000px) {
    .SequareBox .col-md-3 {
        width: 50%;
    }

    .SequareBox .col-md-4, .SequareBox .col-md-6 {
        width: 100%;
    }

    .SbFull {
        background-size: cover;
    }
}

@media screen and (max-width: 600px) {

    .headimgs {
        height: 15em !important;
    }

    .PopAddCard {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1em !important;
        background-image: url(../images/home-silver.jpg);
        z-index: 9999999999999999999999999;
        display: block;
        color: white;
    }

        .PopAddCard .q-button {
            color: white;
        }

    .sbAbout h4 {
        padding: 0 0 0 !important;
    }

    .sbAbout p {
        padding: 0 0 0 !important;
    }

    .sbContact h4 {
        padding: 0 0 0 !important;
    }

    .sbContact p {
        padding: 0 0 0 0 !important;
    }

    .sbAbout, .sbContact {
        font-size: 0.55em;
    }

    .SbFull {
        max-height: 30em;
        padding: 1em 2em !important;
    }

    .LogoTxt {
        font-size: 1.5em;
    }

    .header-top {
        padding: 2em 1em 0.5em;
    }

    .FlexBtnTop a {
        padding: 0.3em 0.6em !important;
    }
}


.price-row {
    position: relative;
}

.BlBack {
    position: relative;
    overflow: hidden;
}

.OverWhite {
    content: '';
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    width: 10em;
    height: 200%;
    top: -10em;
    left: -25em;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 999999999999;
}

.BlBack:hover .OverWhite {
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    top: -2em;
    left: 28em;
}

.SqBlackLatin {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    color: white;
    padding: 0.5em;
    font-family: arial;
    width: 12em;
    margin: auto;
    bottom: 2em;
}

.FlexBtnTop {
    margin: 1em 0 1em
}

    .FlexBtnTop a {
        background-color: darkgray;
        padding: 0.3em 1em;
        color: white;
        font-weight: bold;
        -webkit-border-top-right-radius: 0.5em;
        border-top-right-radius: 0.5em;
        -webkit-border-bottom-left-radius: 1em;
        border-bottom-left-radius: 1em;
    }

.col-md-12 {
    width: 100%;
    float: left;
}

h1.head {
    max-width: 60%;
    text-align: center;
}

.SecSlider {
    padding: 5em 1em 12em;
    position: relative;
    overflow: hidden;
}

    .SecSlider h1 {
        text-align: center;
        color: var(--One);
        font-weight: bold;
        font-size: 3em;
        line-height: 1.7em;
    }

    .SecSlider h2 {
        text-align: center;
        font-size: 1.5em;
        max-width: 30em;
        line-height: 1.7em;
        margin: auto;
        color: gray;
    }

.ElRight {
    position: absolute;
    right: 1em;
    bottom: -5em;
    animation: Element 10s ease-in-out infinite;
}

.ElLeft {
    position: absolute;
    left: 1em;
    bottom: -5em;
    animation: Element 10s ease-in-out infinite;
}

@keyframes Element {
    0% {
        -moz-transform: translate3d(0px, 0px, 0px) scale3d(1.00458, 1.00458, 1) rotateX(0deg) rotateY(-18.6251deg) rotateZ(-9.0834deg) skew(0deg, 0deg);
        -ms-transform: translate3d(0px, 0px, 0px) scale3d(1.00458, 1.00458, 1) rotateX(0deg) rotateY(-18.6251deg) rotateZ(-9.0834deg) skew(0deg, 0deg);
        -o-transform: translate3d(0px, 0px, 0px) scale3d(1.00458, 1.00458, 1) rotateX(0deg) rotateY(-18.6251deg) rotateZ(-9.0834deg) skew(0deg, 0deg);
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.00458, 1.00458, 1) rotateX(0deg) rotateY(-18.6251deg) rotateZ(-9.0834deg) skew(0deg, 0deg);
        transform: translate3d(0px, 0px, 0px) scale3d(1.00458, 1.00458, 1) rotateX(0deg) rotateY(-18.6251deg) rotateZ(-9.0834deg) skew(0deg, 0deg);
    }

    50% {
        -moz-transform: translate3d(0px, 0px, 0px) scale3d(1.01389, 1.01389, 1) rotateX(0deg) rotateY(14.444deg) rotateZ(7.222deg) skew(0deg, 0deg);
        -ms-transform: translate3d(0px, 0px, 0px) scale3d(1.01389, 1.01389, 1) rotateX(0deg) rotateY(14.444deg) rotateZ(7.222deg) skew(0deg, 0deg);
        -o-transform: translate3d(0px, 0px, 0px) scale3d(1.01389, 1.01389, 1) rotateX(0deg) rotateY(14.444deg) rotateZ(7.222deg) skew(0deg, 0deg);
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.01389, 1.01389, 1) rotateX(0deg) rotateY(14.444deg) rotateZ(7.222deg) skew(0deg, 0deg);
        transform: translate3d(0px, 0px, 0px) scale3d(1.01389, 1.01389, 1) rotateX(0deg) rotateY(14.444deg) rotateZ(7.222deg) skew(0deg, 0deg);
    }

    100% {
        -moz-transform: translate3d(0px, 0px, 0px) scale3d(1.00458, 1.00458, 1) rotateX(0deg) rotateY(-18.6251deg) rotateZ(-9.0834deg) skew(0deg, 0deg);
        -ms-transform: translate3d(0px, 0px, 0px) scale3d(1.00458, 1.00458, 1) rotateX(0deg) rotateY(-18.6251deg) rotateZ(-9.0834deg) skew(0deg, 0deg);
        -o-transform: translate3d(0px, 0px, 0px) scale3d(1.00458, 1.00458, 1) rotateX(0deg) rotateY(-18.6251deg) rotateZ(-9.0834deg) skew(0deg, 0deg);
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.00458, 1.00458, 1) rotateX(0deg) rotateY(-18.6251deg) rotateZ(-9.0834deg) skew(0deg, 0deg);
        transform: translate3d(0px, 0px, 0px) scale3d(1.00458, 1.00458, 1) rotateX(0deg) rotateY(-18.6251deg) rotateZ(-9.0834deg) skew(0deg, 0deg);
    }
}


.BoxTree {
    padding: 5em;
    text-align: center;
    display: flex;
    grid-column-gap: 30px;
}

    .BoxTree h2 {
        font-size: 1.2em;
        font-weight: bold;
        position: absolute;
        top: 1em;
        text-align: center;
        width: 100%;
    }

    .BoxTree p {
        font-size: 1.2em;
        font-weight: bold;
        position: absolute;
        top: 2em;
        text-align: center;
        width: 100%;
    }

    .BoxTree a {
        position: absolute;
        bottom: 1em;
        color: white;
        border-radius: 2em;
        border: 2px solid white;
        padding: 0.5em;
    }

    .BoxTree .BoxTree1 {
        background-color: #fafafa;
        padding: 1em;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
        position: relative;
        flex: 1;
    }

    .BoxTree .BoxTree2 {
        position: relative;
        flex: 1.42;
        margin-left: -13%;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
        overflow: hidden;
    }

    .BoxTree .BoxTree3 {
        position: relative;
        flex: 1;
    }

    .BoxTree .BoxTree1 img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
    }

    .BoxTree .BoxTree2 img {
        width: 100%;
    }

    .BoxTree .BoxTree3 img {
        width: 100%;
    }

    .BoxTree .BoxTree1 h2 {
        font-size: 1.5em;
        text-align: left;
        padding: 0 1em;
    }

    .BoxTree .BoxTree2 h2 {
        top: -0.5em;
        text-align: right;
        padding: 0.5em 1em;
        font-size: 1.5em;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.8);
        color: var(--One);
    }

    .BoxTree .BoxTree3 h2 {
        color: white;
        text-align: center;
        padding: 0 1em;
        width: 58%;
        left: 0;
        line-height: 1.8em;
        font-size: 1.5em;
        top: 0;
    }

    .BoxTree .BoxTree2 p {
    }

    .BoxTree .BoxTree3 p {
        color: white;
        text-align: center;
        padding: 0 1em;
        width: 58%;
        left: 0;
        top: 8em;
        font-size: 0.9em;
        line-height: 1.8em;
    }

    .BoxTree .BoxTree1 p {
        top: 5em;
        width: 70%;
        left: 0;
        line-height: 1.7em;
        text-align: left;
        padding: 0 0.5em;
    }

    .BoxTree .BoxTree1 a {
        color: var(--One);
        border-color: var(--One);
        left: 2em;
        bottom: 2em;
    }

    .BoxTree .BoxTree2 a {
        color: var(--One);
        border-color: var(--One);
        right: 1em;
        left: 1em;
        margin: auto;
        width: fit-content;
        background-color: white;
    }

    .BoxTree .BoxTree3 a {
        right: 2em;
        bottom: 2em;
    }

.ShowHajmActC:before {
    content: '';
    position: absolute;
    border: 3px solid white;
    width: 90%;
    height: 90%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.SecInfo {
    padding: 5em 2em;
    display: flex;
    margin: auto;
    max-width: 1300px;
}

    .SecInfo .DivInfoRight {
        padding: 1em;
        flex: 1;
    }

        .SecInfo .DivInfoRight h2 {
            color: var(--One);
            line-height: 1.5em;
            font-weight: bold;
        }

        .SecInfo .DivInfoRight p {
            color: gray;
            font-size: 1.2em;
            line-height: 1.5em;
        }

        .SecInfo .DivInfoRight a {
            margin-top: 1em;
        }

        .SecInfo .DivInfoRight .InfoNumberBase {
            display: flex;
        }

            .SecInfo .DivInfoRight .InfoNumberBase .InfoNumber {
                padding: 1em;
                flex: 1;
            }

                .SecInfo .DivInfoRight .InfoNumberBase .InfoNumber h3 {
                    color: var(--Two);
                    font-weight: bold;
                    text-align: center;
                    font-size: 4em;
                }

                .SecInfo .DivInfoRight .InfoNumberBase .InfoNumber p {
                    text-align: center;
                }

    .SecInfo .DivInfoLeft {
        padding: 1em;
        background-color: #fafafa;
        flex: 1;
    }

        .SecInfo .DivInfoLeft h3 {
            color: var(--One);
            line-height: 1.5em;
            font-weight: bold;
        }

        .SecInfo .DivInfoLeft p {
            color: gray;
            font-size: 1.2em;
            line-height: 1.5em;
        }

.InfoTick {
}

    .InfoTick ul {
        list-style: none;
    }

        .InfoTick ul li {
            padding: 0.5em 0;
        }

.Mokaab {
    animation: MokaabCorcle 10s ease-in-out infinite;
    width: 90%;
    margin-top: -3em;
}

.MokaabBase {
    position: relative;
    overflow: hidden;
}

@keyframes MokaabCorcle {
    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);
    }
}

.Asset {
    animation: AssetAnim 10s ease-in-out infinite;
    width: 90%;
    margin-top: -3em;
}

@keyframes AssetAnim {
    0% {
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

.AboutpopAbs {
    border: 1px solid var(--white);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #ffffff4d;
    border-radius: 20px;
    padding: 15px;
    position: absolute;
    display: flex;
    bottom: 3em;
    left: -3em;
}

    .AboutpopAbs div {
        background-color: #d9dee799;
        margin: 0 0.3em;
        border-radius: 50%;
        padding: 0.5em;
    }

        .AboutpopAbs div img {
            width: 100%;
        }

.SecVideoAbout .AboutpopAbs {
    display: block;
    bottom: 3em;
    left: 3em;
    top: 3em;
}

    .SecVideoAbout .AboutpopAbs div {
        background-color: transparent;
    }

        .SecVideoAbout .AboutpopAbs div h3 {
            font-size: 5em;
            text-align: right;
            color: var(--Two);
            font-weight: bold;
        }

        .SecVideoAbout .AboutpopAbs div p {
            font-weight: bold;
        }

.abtimg {
    padding: 0.5em;
    border: 1px solid var(--Two);
    border-radius: 0.5em;
    margin-left: 0.5em;
}

.SecMap {
    position: relative;
}

    .SecMap img {
        width: 100%;
    }

    .SecMap strong {
        font-size: 2em;
    }

    .SecMap p {
        font-size: 1.5em;
    }

@media only screen and (max-width: 600px) {
    .LogoTxt img {
        width: 5em !important;
        margin-top: 0.5em;
    }

    .SecSlider h1 {
        font-size: 2em;
        line-height: 1.5em;
    }

    .SecSlider {
        padding: 1em 1em 12em;
    }

    .ElLeft {
        width: 12em;
        bottom: 0;
    }

    .ElRight {
        bottom: 0;
        width: 12em;
    }

    .btn-success {
        font-size: 1em;
    }

    .BoxTree {
        padding: 1em;
        display: block;
        max-width: 100%;
        overflow: hidden;
    }

        .BoxTree .BoxTree1 {
            min-height: 16em;
            margin-bottom: 1em;
        }

            .BoxTree .BoxTree1 h2 {
                font-size: 1.2em;
            }

        .BoxTree p {
            font-size: 1em;
        }

        .BoxTree .BoxTree1 p {
            top: 5em;
            width: 70%;
            left: 0;
            line-height: 1.5em;
            text-align: left;
            padding: 0 0.5em;
        }

        .BoxTree .BoxTree2 {
            min-height: 8em;
        }

            .BoxTree .BoxTree2 img {
                display: none;
            }

    .SecInfo {
        padding: 2em 2em;
        display: block;
    }

    .BlogImg {
        height: 13em;
    }
}
