﻿:root {
    --OneColor: rgb(4,140,7);
    --TwoColor: rgb(255,140,0);
    --TreeColor: rgb(214,214,0);
}

@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/IRANSansWeb.woff2' ) format( 'woff2' );
    /*src: url( '../fonts/Sarbaz-Black.otf' ) format( 'opentype' );*/
}

@font-face {
    font-family: 'sepahbod';
    src: url( '../fonts/sepahbod.otf?#' ) format( 'opentype' );
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;
    font-family: 'BKoodak';
}

.Font-Sepahbod {
    font-family: 'sepahbod' !important;
    font-size: 1.5em !important;
}

.Font-IranSans {
    font-family: 'BKoodak' !important;
    font-size: 2em !important;
    font-weight: bold;
}

.Font-Sarbaz {
    font-family: 'Sarbaz' !important;
    font-size: 1.2em !important;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    background-color: #fafafa;
    color: black;
    text-align: right;
    scroll-behavior: smooth;
}

.Latin {
    font-family: Calibri;
    text-align: left;
    direction: ltr;
}

a {
    text-decoration: none;
    color: black;
}

    a:hover {
        text-decoration: none;
        color: var(--TwoColor);
        -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 {
    max-width: 1800px;
    margin: auto;
    min-height: 80em;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
    -moz-box-shadow: 0 0 1em 0.5em silver;
    /* -webkit-box-shadow: 0 0 1em 0.5em silver; */
    /* box-shadow: 0 0 1em 0.5em silver;*/
}

.PubHeader {
    /*background-color: var(--OneColor);
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;*/
    background-color: #c0f4df;
    background-image: -moz-linear-gradient(top, #c0f4df, #fbf5de);
    background-image: -o-linear-gradient(top, #c0f4df, #fbf1de);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c0f4df), to(#fbf5de));
    background-image: -webkit-linear-gradient(top, #c0f4df, #fbf5de);
    background-image: linear-gradient(to top, #c0f4df, #fbf5de);
    overflow: hidden;
    position: relative;
    height: 20em;
    -moz-box-shadow: 0 0 1em 0.5em silver;
    -webkit-box-shadow: 0 0 1em 0.5em silver;
    box-shadow: 0 0 1em 0.5em silver;
}

.PubNoHeader {
    position: relative;
    margin-bottom: 1em;
    height: 3.3em;
    -moz-box-shadow: 0 0 1em 0.5em silver;
    -webkit-box-shadow: 0 0 1em 0.5em silver;
    box-shadow: 0 0 1em 0.5em silver;
}

.headimg {
    bottom: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url('../Pic/BackKol.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    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;
}

.AdsDiv {
    position: relative;
    background: white;
    padding: 4em 4em;
    max-width: 1800px;
    margin: auto;
}

    .AdsDiv .AdsBase {
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
        overflow: hidden;
    }

        .AdsDiv .AdsBase img {
            width: 100%;
        }

        .AdsDiv .AdsBase strong {
            position: absolute;
            color: white;
            right: 2em;
            font-size: 1.5em;
            top: 3em;
            text-align: center;
        }

        .AdsDiv .AdsBase span {
            display: block;
            background-color: var(--TwoColor);
            width: 7em;
            padding: 0.2em 0.5em 0.1em 0.5em;
            -moz-border-radius: 0.5em;
            -webkit-border-radius: 0.5em;
            border-radius: 0.5em;
            margin: auto;
            margin-top: 0.5em;
            cursor: pointer;
        }

.SettingDiv {
    position: relative;
    padding: 2em 4em;
    background-color: white;
    max-width: 1800px;
    margin: auto;
}

    .SettingDiv .SettingDivBase {
        position: relative;
        background-color: white;
        border: 1px solid var(--OneColor);
        border-radius: 2em;
        margin: 1em 0;
        padding: 1em 0.5em;
        min-height: 8em;
    }

        .SettingDiv .SettingDivBase a {
            display: flex;
        }

    .SettingDiv img {
        width: 25%;
        padding: 1.5em;
    }

    .SettingDiv .imgH {
        display: none;
    }

    .SettingDiv strong {
        font-weight: bold;
        font-size: 1.5em;
        color: #6d6b6b;
        line-height: 1.8em;
    }

    .SettingDiv .SettingDivBase:hover {
        background-color: var(--OneColor);
    }

        .SettingDiv .SettingDivBase:hover strong {
            color: white;
        }

        .SettingDiv .SettingDivBase:hover .imgB {
            display: none;
        }

        .SettingDiv .SettingDivBase:hover .imgH {
            display: inline-block;
        }

@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: 3em 0.5em;
    background-color: var(--OneColor);
    z-index: 999;
    height: 2em;
}

.SubNav {
    position: fixed;
    top: 5.5em;
    left: 0;
    right: 0;
    padding: 2.5em 0.5em;
    background-color: white;
    z-index: 990;
    height: 2em;
    -moz-box-shadow: 0 0 5px 5px silver;
    -webkit-box-shadow: 0 0 5px 5px silver;
    box-shadow: 0 0 5px 5px silver;
}

.SetTopSubNav {
    top: 0;
}

.navblog {
    background-color: var(--TwoColor);
}

nav ul {
    list-style: none;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-right: 0;
    margin-top: -1.7em
}

.SubNav ul {
    list-style: none;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-right: 0;
    margin-top: -1.2em
}

nav li {
    display: inline-block;
}

nav a {
    display: inline-block;
    color: white;
    padding: 0.3em 0.5em;
    font-size: 1.2em;
    /* font-size: 0.9em; */
}

    nav a:hover {
        color: var(--TwoColor);
    }

nav span {
    display: block;
    color: white;
    padding: 0.3em 0.5em;
    font-size: 1.2em;
    padding-bottom: 2.5em;
    /* font-size: 0.9em; */
}

    nav span:hover {
        color: white;
    }

.SubNav li {
    display: inline-block;
}

.SubNav a {
    display: inline-block;
    color: var(--OneColor);
    padding: 0.3em 0.5em;
    font-size: 1.2em;
    /* font-size: 0.9em; */
}

    .SubNav a:hover {
        color: var(--TwoColor);
    }

.SubNav span {
    display: block;
    color: white;
    padding: 0.3em 0.5em;
    font-size: 1.2em;
    padding-bottom: 2.5em;
    /* font-size: 0.9em; */
}

    .SubNav span:hover {
        color: white;
    }

.Bar {
    position: absolute;
    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;
    top: 1.5em
}

.HeaderpopUp {
    display: none;
}

.Slid2SHOW .HeaderpopUp {
    display: block;
    background-color: white;
}

.Slid2SHOW img {
    width: 100%;
}

.Slid2SHOW #ShowTextPopUp {
    position: absolute;
    top: 4.5em;
    right: -8em;
    left: 0;
    width: fit-content;
    margin: auto;
    font-size: 1.7em;
    color: var(--OneColor);
    border-radius: 3em;
    border: 1px solid var(--OneColor);
    padding: 0.3em 1em;
}

@media screen and (max-width: 900px) {
    nav ul {
        margin-top: -1.2em;
    }

    nav li {
        display: block;
        border-bottom: 0 !important;
        padding-right: 0 !important;
    }

    .Bar {
        display: block;
        z-index: 9999999999;
    }

    /*nav ul {
        display: none;
        list-style: none;
        width: 100%;
        margin: 0 auto;
        top: 0;
        bottom: 0;
        right: 0;
        position: fixed;
        padding-right: 0;
        background-color: var(--OneColor);
        z-index: 9999999999999;
        padding-top: 4em
    }

    nav li {
        display: block;*/
    /*padding:0.2em 1em;
        margin:0.5em 0;*/
    /*border-bottom: 2px solid rgba(255,255,255,0.2);
    }*/

    .SubNav ul {
        background-color: var(--OneColor);
        display: none;
        list-style: none;
        width: 100%;
        margin: 0 auto;
        top: 4em;
        bottom: 0;
        right: 0;
        position: fixed;
        padding-right: 0;
        z-index: 9999999999999;
        padding-top: 1em;
    }

    .SubNav li {
        display: block !important;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        padding-right: 1em
    }

    .SubNav a {
        color: white;
    }

    #OtherBimehs {
        display: none;
    }

    .SubNav {
        height: 0 !important;
        padding: 0 !important;
        box-shadow: none;
    }

    .menudiv {
        position: relative !important;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

    nav {
        display: block !important;
    }

    .AdsDiv .AdsBase strong {
        right: 1.5em;
        font-size: 1.1em;
        top: 1.2em;
    }

    .SecCarousel {
        padding: 2em 4em 4em !important;
    }

    .IndexPicCenter h3 {
        font-size: 18px !important;
    }

    .SecYadAvar .col-md-5 img {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .heightSlider {
        min-height: 25em !important;
    }
}

.btn {
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 0.5em 1em;
}

.BTL {
    left: 5%;
    position: absolute;
}

nav div {
    position: absolute;
    left: 5em;
    top: 1.8em;
    color: #f1f1f1;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

    nav div a {
        display: inline-block;
    }

.SubNav div {
    position: absolute;
    left: 5em;
    top: 1.8em;
    color: #f1f1f1;
    border: 1px solid white;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

    .SubNav div a {
        display: inline-block;
    }

.headtext {
    padding: 8.5em 1em 1em 1em;
    color: var(--OneColor);
    position: relative;
    text-align: center;
    max-width: 900px;
    margin: auto;
}

    .headtext img {
        width: 140%;
        margin: -6em -14em -6em -6em;
    }

    .headtext h1 {
        font-size: 2em !important;
        color: white;
        animation: centerh1 1slinear;
        font-family: 'Sepahbod' !important;
        font-weight: normal;
    }

    .headtext ul {
        list-style: none;
        animation: centertext 1s linear;
    }

    .headtext i {
        margin-left: 0.5em;
        padding: 0.5em 0.4em 0.3em 0.3em;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        color: var(--OneColor);
        background-color: #f1f1f1;
        width: 2em;
        height: 2em;
    }

    .headtext li {
        color: var(--OneColor);
        margin: 0.5em;
        padding: 0.5em 1em;
        font-size: 1.1em;
        display: inline-block;
        background-color: white;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        -o-border-radius: 2em;
        border-radius: 2em;
        -moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
        -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
        box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
    }


@keyframes centertext {
    0% {
        opacity: 0;
        margin-left: -10em;
    }

    50% {
        opacity: 0;
        margin-left: -10em;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

@keyframes centerh1 {
    0% {
        opacity: 0;
        margin-left: +10em;
    }

    50% {
        opacity: 0;
        margin-left: +10em;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

.slide {
    bottom: 4em;
    right: 0;
    left: 0;
    position: absolute;
}

    .slide div {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 30em;
        opacity: 0;
        right: 0;
        margin: auto;
        animation: slideimg 30s linear infinite;
    }

    .slide .carousel-caption {
        display: none;
        background-color: rgba(0,0,0,0.6);
        font-size: 2em;
        padding: 0.5em 0.5em 1.5em 0.5em;
        font-weight: bold;
    }

.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 #f1f1f1;
}

    .DTittle h2 {
        font-size: 1em;
        padding: 0em 1em 1em 1em;
    }

    .DTittle i {
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        display: block;
        margin: 0em 1em 1em 1em;
        color: var(--TwoColor);
    }

.DTittleI i {
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    display: block;
    margin: 0em 1em 2em 1em;
    color: var(--TwoColor);
}

.Slid2 i {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    display: inline-block;
    margin: 0em 1em 0 0;
    color: white;
}

.DTittleI {
    width: 100%;
    padding: 0em 0em 1.5em 0em;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 21.5em;
}

.DTittleIPublic {
    position: absolute;
    top: 17em;
}

.SliderI {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
}

    .SliderI div {
        width: 10em;
        height: 10em;
        text-align: center;
        position: relative;
        padding: 0.5em
    }

.SliderII {
    width: 100% !important;
    margin: auto;
    left: 0;
    right: 0;
}

.DTittleI h2 {
    line-height: 1.2em;
    position: relative;
    color: var(--OneColor);
    cursor: pointer;
    font-size: 0.9em;
    width: 100%;
    height: 100%;
    padding: 1em;
    background-color: white;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

    .DTittleI h2 img {
        width: 80%;
        display: block;
        margin: -0.5em auto 0 auto;
    }

    .DTittleI h2 span {
        color: var(--OneColor);
        font-weight: bold;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        bottom: 0;
        left: 0.5em;
        right: 0.5em;
        height: 2.5em;
    }

    .DTittleI h2:hover {
        display: block;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.iconW {
    display: none !important;
}


@media screen and (max-width: 452px) {
    .Font-IranSans {
        font-size: 1.8em !important;
    }

    .headtext h1 {
        margin-top: 0;
    }

    nav div {
        left: 1em;
        top: 1.4em;
    }

    .SubNav div {
        left: 1em;
        top: 1.4em;
    }

    .DTittleI {
        width: 90%;
    }

    .SliderI div {
        width: 10em;
        /*height: 8.5em;*/
        padding: 0.5em;
    }

    /*.DTittleI i {
        margin: 0em 1em 1.2em 1em;
    }*/
}

@media screen and (max-width: 450px) {
    .DTittleI {
        width: 100%;
        top: 13em;
    }

    .SliderI div {
        height: 10em;
    }

    .Font-IranSans {
        font-size: 1.8em !important;
    }

    .SliderI div {
        padding: 0.5em;
    }

    .headtext h1 {
        margin: 0.2em 0 0.5em 0;
        font-size: 1.2em !important;
    }

    .GreenColor {
        font-size: 1em !important;
    }

    .AdsDiv .AdsBase span {
        font-size: 0.8em;
    }

    .AdsDiv .AdsBase strong {
        top: 2.7em !important;
    }
}

@media screen and (max-width: 365px) {
    .Font-IranSans {
        font-size: 1.6em !important;
    }

    .headtext h1 {
        margin-top: 0 !important;
        font-size: 1.4em !important;
    }

    .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;
    }

    .Slid2SHOW img {
        width: 150%;
        margin-right: -8em;
    }

    .Slid2SHOW #ShowTextPopUp {
        right: -4em;
    }
}

@media screen and (max-width: 700px) {
    .DivCompareKol {
        top: 1.5em !important;
    }
}

.DContent {
    margin: 1em 0;
    background-color: white;
    padding: 1em 2em 2em 2em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    font-size: 1.2em;
    text-align: justify;
    line-height: 1.7em;
}

    .DContent h2 {
        color: var(--TwoColor);
    }

    .DContent p {
        text-align: justify;
    }

    .DContent ul {
        padding-right: 2em;
    }

    .DContent h6 {
        color: silver;
        font-size: 1em;
    }

    .DContent h5 {
        color: var(--OneColor);
        font-size: 1.2em;
    }

.DContentNew {
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 0.5em;
    margin-right: -0.5em;
    text-align: center;
}

    .DContentNew a {
        display: block;
        margin: 0.1em;
    }

    .DContentNew table {
        /*margin: 0 -0.4em 0 0;*/
    }

.DContentNewADD {
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 0.5em;
    margin-right: -0.5em;
    text-align: right !important;
}

    .DContentNewADD span {
        color: var(--TwoColor);
    }

    .DContentNewADD td {
        text-align: right !important;
    }

.errstar {
    color: red;
    font-weight: bold;
}


.modal-title {
    color: #fe2049;
}

.modal-header {
    /*display: -webkit-box;*/
}

#LogSection2, #LogSection3 {
    display: none;
}

.MSG {
    width: 100%;
    padding: 0.5em;
    color: white;
    display: none;
    text-align: center;
}

.Err {
    background-color: rgba(255,0,0,0.6);
}

.Suc {
    background-color: rgba(4, 140, 7, 0.6);
}


.loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    text-align: center;
    background-image: url('../media/loader.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.lc {
    position: absolute;
    right: 0px;
    font-size: 1.000em;
    font-family: Yekan;
    color: white;
    background-color: red;
    -moz-border-radius: 0.188em;
    -webkit-border-radius: 0.188em;
    border-radius: 0.188em;
    border: 0px solid white;
    padding: 0.625em;
    margin: auto;
}

.LogTitleList {
    position: absolute;
    top: 3em;
    left: 0.5em;
    width: 12em;
    padding: 0.5em;
    bottom: auto;
    right: auto;
    background-color: white;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    -moz-box-shadow: 0 0.3em 0.5em 0.1em black;
    -webkit-box-shadow: 0 0.3em 0.5em 0.1em black;
    box-shadow: 0 0.3em 0.5em 0.1em black;
    z-index: 1 !important;
    display: none;
}

    .LogTitleList li {
        display: block;
    }

        .LogTitleList li a {
            color: black !important;
        }

            .LogTitleList li a:hover {
                color: var(--TwoColor) !important;
            }

.LogTitle {
    cursor: pointer;
}

.DLeft {
    text-align: left;
}

.NumberMakoos {
    position: absolute;
    left: 1.1em;
    top: 4.2em;
    padding: 0.5em 2em;
    background-color: var(--OneColor);
    color: white;
    font-weight: bold;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

.select2-container {
    z-index: 99;
    width: 100% !important;
}

.datepicker-container {
    z-index: 99999999999999999999999999999999999 !important;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999999999999999999999999999999999;
    overflow-y: scroll;
}

.PopClose {
    color: white;
    top: 11%;
    right: 12%;
    z-index: 999999999999999999999999;
    font-size: 2em;
    position: absolute;
}

    .PopClose:hover {
        color: var(--TwoColor);
    }

.SectionDirect {
}

.SDL {
    text-align: center;
    background-color: var(--OneColor);
    color: white;
    position: absolute;
    right: 5%;
    padding: 0.5em 1em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    cursor: pointer;
}

.SDN {
    text-align: center;
    background-color: var(--OneColor);
    color: white;
    position: absolute;
    left: 5%;
    padding: 0.5em 1em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    cursor: pointer;
}

.PopShow {
    position: absolute;
    margin: auto;
    left: -100%;
    top: 10%;
    margin-bottom: 10%;
    width: 80%;
    background-color: white;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    border: 0.3em solid var(--TwoColor);
    overflow: hidden;
}

    .PopShow a {
        color: white;
    }

        .PopShow a:hover {
            color: aquamarine;
        }

.PopTitle {
    background-color: var(--OneColor);
    text-align: center;
    color: white;
    padding: 1em;
}

.PopBodyL {
    width: 0;
    /*background-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;
    background-position: left top;
    height: 100%;
    position: absolute;
    left: 2em;
}

.PopBody {
    width: 80%;
    margin: auto;
}

    .PopBody .minh {
        width: 90%;
        height: 15em;
        font-size: 1.5em !important;
        text-align: center;
        line-height: 15em;
        background-color: rgb(250,250,250);
    }

.thirdpartyinsurance {
    background-image: url('../Pic/third-party-insurance.jpg');
}

.fireinsurance {
    background-image: url('../Pic/fire-insurance.jpg');
}

.elevatorinsurance {
    background-image: url('../Pic/ElevatorPic.png');
}

.carbodyinsurance {
    background-image: url('../Pic/car-body-insurance.jpg');
}

.healthinsurance {
    background-image: url('../Pic/health-insurance.jpg');
}

.coronainsurance {
    background-image: url('../Pic/corona-insurance.png');
}

.earthquakeinsurance {
    background-image: url('../Pic/earthquake-insurance.jpg');
}

.lifeinsurance {
    background-image: url('../Pic/life-insurance.jpg');
}

.physicianliabilityinsurance {
    background-image: url('../Pic/physician-liability-insurance.jpg');
}

.otherinsurance {
    background-image: url('../Pic/other-insurance.png');
}

.shookainsurance {
    background-image: url('../Pic/shooka-insurance.png');
}

.travelinsurance {
    background-image: url('../Pic/travel-insurance.jpg');
}

.motorcycleinsurance {
    background-image: url('../Pic/motorcycle.png');
}

@media screen and (max-width: 800px) {

    .PopBody {
        width: 100%;
    }

    .headtext {
        padding: 10em 1em 1em 1em;
    }

    .PopBodyL {
        width: 50%;
        left: 0;
        right: 0;
        margin: auto;
        top: -3em;
        display: none;
    }

    .PopBody {
        width: 100%;
    }

    .Slid2SHOW .PopBody {
        padding-top: 2em;
    }

    .Slid2SHOW:before {
        height: 18.5em !important;
    }

    .Slid2 {
        top: -4em !important;
    }

    .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;
    }

    .Slid2SHOW #ShowTextPopUp {
        font-size: 1.3em;
        top: 6em;
        right: 5em;
    }

    .Slid2SHOW img {
        width: 200%;
        margin-right: -6em;
    }
}

.mobhide hr {
    padding: 0;
    margin: 0.2em 0;
}

@media screen and (max-width: 500px) {

    .Slid2 {
        top: 0 !important;
    }

    .mobhide {
        display: none;
    }

    .DivFloatNoMob {
        float: none !important;
        padding-left: 0;
    }

    .rslides span {
        padding: 0 0.3em;
        font-size: 0.8em !important;
    }

    .Slid2SHOW img {
        margin-right: -4em;
    }

    .Slid2SHOW #ShowTextPopUp {
        font-size: 1em;
        top: 2.5em;
        left: 0.5em;
        right: 5em;
    }

    .alertDanger {
        font-size: 1.3em !important;
    }
}

@media screen and (min-width: 501px) {
    .mobshow {
        display: none;
    }
}

.PopBody select {
    height: 3em !important;
}

.PopBody h1 {
    text-align: center;
}

.Slid2 {
    position: absolute;
    width: 100%;
    background-color: #f1f1f1;
    overflow: hidden;
    top: 2em;
}

.Slid2SHOW {
    position: fixed;
    top: 0;
    box-shadow: none;
    border: 1px solid silver;
    z-index: 9999;
    padding: 1em;
    min-height: 35em;
    background-color: white;
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
}

    .Slid2SHOW:before {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        /*background-image: url(../media/background-buyprocessing.png);*/
        top: 0;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .Slid2SHOW p {
        color: var(--OneColor) !important;
    }

    .Slid2SHOW h4 span {
        color: var(--TwoColor) !important;
    }

    .Slid2SHOW h4 {
        color: var(--OneColor) !important;
    }

    .Slid2SHOW h5 {
        color: var(--TwoColor) !important;
    }

    /*.Slid2SHOW form {
        min-height: 30em;
    }*/

    .Slid2SHOW hr {
        border-color: var(--TwoColor);
    }

.select2-container {
    z-index: 999999999;
}


.DTittleIPublic .Slid2 {
    position: relative;
}

th, td {
    text-align: center;
    vertical-align: middle !important;
}

.orangecolor {
    color: var(--TwoColor);
}


#S1 .col-sm-6 {
    float: right !important;
}

.AddOrderSales .col-md-6 {
    float: right !important;
}

.myradio {
    font-size: 0.85em !important;
    text-align: right;
    padding: 0.2em 0.3em 0.2em 0.2em !important;
}

.DivCompareTop {
    padding-right: 0;
    position: relative;
    direction: rtl;
}

    .DivCompareTop h6 {
        cursor: pointer;
        margin-bottom: -2em;
        border-bottom: 1px solid #f1f1f1;
    }

        .DivCompareTop h6 span i {
            /*content: " \2771 ";*/
        }

.h6spani {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.h6spaniA {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.DivCompareKol {
    direction: rtl;
    position: relative;
    top: 2.5em;
    width: 100%;
    height: 5em;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    background-color: white;
    /*-moz-box-shadow: 0 10px 15px 0px silver;
    -webkit-box-shadow: 0 10px 15px 0px silver;
    box-shadow: 0 10px 15px 0px silver;*/
    z-index: 99;
    /*display: none;*/
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.DivCompareKolShow {
    /*position: absolute;*/
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: auto;
    overflow: visible;
    -moz-box-shadow: 0 10px 15px 0px silver;
    -webkit-box-shadow: 0 10px 15px 0px silver;
    box-shadow: 0 10px 15px 0px silver;
    display: block !important;
}

.DivCompareKol .col-sm-6 {
    float: right !important;
}

.DivYes {
    display: none;
}

.DivRefresh {
    position: fixed;
    left: 0;
    top: 45%;
    background-color: white;
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    -moz-box-shadow: 10px 0px 15px 0px silver;
    -webkit-box-shadow: 10px 0px 15px 0px silver;
    box-shadow: 10px 0px 15px 0px silver;
    padding: 0.5em;
}

    .DivRefresh input {
        width: 4em;
    }

.DivPooshesh {
    position: fixed;
    left: 0;
    top: 4em;
    cursor: pointer;
    background-color: white;
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    -moz-box-shadow: 10px 0px 15px 0px silver;
    -webkit-box-shadow: 10px 0px 15px 0px silver;
    box-shadow: 10px 0px 15px 0px silver;
    padding: 0.5em;
    display: none;
    z-index: 999;
}


.backgroundchange {
    background-color: var(--TwoColor);
    color: white;
}

@media screen and (max-width: 1199px) {
    .DivPooshesh {
        display: block;
    }

    .DContentNew {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: scroll;
        right: 0;
        z-index: 99999999999999999999999999999999999999;
        background-color: white;
        margin: 0;
        -moz-box-shadow: 0px 0px 15px 0px silver;
        -webkit-box-shadow: 0px 0px 15px 0px silver;
        box-shadow: 0px 0px 15px 0px silver;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .DContentNewFix {
        display: block;
        position: relative;
        z-index: 9;
    }
}

.spantop {
    text-align: center;
}

.spanbot {
    text-align: center;
}

    .spanbot span {
        padding: 0.1em 0.5em;
        background-color: var(--OneColor);
        color: white;
        -moz-border-radius: 0.5em;
        -webkit-border-radius: 0.5em;
        border-radius: 0.5em;
    }

.NumberSVG {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 3.1em;
    padding: 0 2em;
    left: 0em;
}

    .NumberSVG line {
        stroke: var(--OneColor);
        stroke-dasharray: 5;
    }

.spanAct span {
    background-color: var(--TwoColor);
}

.Taahod tr, .Taahod td, .Taahod h6 {
    padding: 0.2em !important;
}

.Taahod tr, .Taahod td {
    text-align: right;
}

.Taahod h6 {
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
}

.AddOrderSales .NumberSVG {
    top: 3.1em;
}

#Tab2, #Tab1, #Tab3 {
    cursor: pointer;
}

.TextSenter {
    text-align: center;
}



.NoMarginB {
    margin-bottom: 0;
    margin-top: 0.3em;
    padding: 0.5em 1em 1em 1em;
}

.table {
    margin-bottom: 0;
}

.Gaptop {
    margin-top: 1em;
}

.spT2 {
    color: silver;
    padding-right: 0.5em;
    font-size: 0.7em !important;
}

.ImgGift {
    width: 50px;
}

.tooltip-inner {
    font-family: 'BKoodak' !important;
    font-size: 1.1em !important;
    background-color: var(--TwoColor);
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

.tooltip.top .tooltip-arrow {
    border-top-color: var(--TwoColor);
}

.bgsuc {
    background-color: #c0f4df;
    border: 2px solid var(--TwoColor);
}

.DivMoshakasat {
    position: relative;
    /*height: 8em;*/
    padding-bottom: 4em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 800px) {
    .DivMoshakasat {
        position: relative;
        height: 5em;
    }

    .DivCompareKol {
        display: none;
    }

    .DivCompareTop {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        margin: 0 0 15px 0;
    }
}

@media screen and (max-width: 770px) {
    .DivMoshakasat {
        position: relative;
        height: auto;
        margin-bottom: 0.5em;
        padding: 0;
    }

    .DivCompareKol {
        margin-top: 1em;
        position: relative;
        height: auto;
    }

        .DivCompareKol div {
            width: 50%;
            float: right;
        }

    .DivCompareTop {
        width: 100% !important;
        margin: 0em 0 3em 0;
        padding: 0;
    }

    .DFRight {
        float: left;
        width: 33.33%;
        padding: 0;
    }

    .spT2 {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .DivCompareKol div {
        width: 100%;
        float: right;
    }
}

.JarimehDirkard {
    font-size: 0.8em;
    position: absolute;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 2.75em;
    left: -2em;
    background-color: var(--TwoColor);
    padding: 0.2em 0.5em;
    color: white;
    -webkit-border-top-left-radius: 1em;
    border-top-left-radius: 1em;
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;
}

input.invalid, textarea.invalid {
    border: 2px solid red;
}

input.valid, textarea.valid {
    border: 2px solid var(--OneColor);
}

.error {
    display: none;
    margin-left: 10px;
}

.error_show {
    color: red;
    margin-left: 10px;
}

.DirRight .form-group {
    float: right !important;
}

    .DirRight .form-group span {
        color: var(--TwoColor);
        font-weight: bold !important;
    }


.errstarshow {
    display: none;
}

.NoWork, .NoWork i {
    /*color: silver !important;*/
}

    .NoWork span {
        background-color: silver !important;
    }
/*.NoWork img {
        filter: grayscale(100%);
    }*/


.FPage {
    text-align: center;
}

    .FPage h4 {
        text-align: right;
        color: #8f8f8f !important;
        background-color: transparent;
        font-size: 1.5em !important;
        font-family: 'BKoodak' !important;
        font-weight: bold;
        max-width: 1300px;
    }

.WarpIcon {
    padding: 3em 1em;
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .WarpIcon div {
        align-items: center;
        padding: 0.2em;
    }

        .WarpIcon div img {
            width: 4.5em;
        }



.Advert h2 {
    font-size: 1.5em;
    min-height: 2.5em;
    text-align: center;
}

.Advert h1 {
    text-align: center;
    color: var(--OneColor);
}

.Advert h4 {
    min-height: 2.1em;
}

.Advert img {
    width: 100%;
}

.Advert .col-sm-4, .Advert .col-md-3, .Advert .col-md-1, .Advert .col-md-7, .Advert .col-md-4 {
    float: right;
}

.rslides {
    margin: 0;
    padding: 0 !important;
}

    .rslides img {
        width: 100%;
    }

    .rslides span {
        background-color: rgba(0,0,0,0.5);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
        padding: 1em;
        font-size: 1.3em !important;
    }

.CircleImg {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 15em;
    height: 15em;
    border: 5px solid #e6e7e8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .CircleImg img {
        width: 100%;
    }

.detailB {
    text-align: center;
    color: #05478f;
}

.DetailUl li {
    text-align: right;
    padding: 0.1em 0;
    display: inline-block;
    font-size: 80%;
}

.DetailUl .btn {
    padding: 0em 0.4em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

.DetailUl {
    list-style: none;
    padding: 0 !important;
}

@media screen and (max-width: 500px) {
    .No500 {
        display: none;
    }
}

.pJust {
    text-align: justify !important;
    font-size: 1.1em;
    line-height: 2em;
    font-family: 'BKoodak' !important;
}

    .pJust p {
        text-align: justify !important;
        font-family: 'BKoodak' !important;
    }

    .pJust li {
        text-align: justify !important;
        font-family: 'BKoodak' !important;
    }

    .pJust span {
        text-align: justify !important;
        font-family: 'BKoodak' !important;
    }

    .pJust td p {
        text-align: center !important;
    }

    .pJust table {
        direction: ltr !important;
        width: 100%;
    }

    .pJust td {
        border: 1px solid var(--OneColor);
    }

.MenuDrop {
    position: relative;
}

    .MenuDrop i {
        padding-right: 0.3em;
    }

.navblog .menudiv {
    background-color: var(--TwoColor);
}

.popmenu {
    position: relative;
    right: 0;
    left: 0;
    display: block !important;
}

.block {
    width: 100% !important;
}

#PuProduct .DTittleIPublic {
    position: relative !important;
    top: 0 !important;
}

#PuProduct .DTittleI {
    position: relative !important;
    top: 0 !important;
}

#PuProduct .Slid2 {
    top: 0 !important;
    min-height: 35em;
}

#PuProduct .SliderII {
    width: 100% !important;
}


.LogoShow {
    background-color: white;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    display: flex;
    flex-wrap: wrap;
}

    .LogoShow div {
        width: 25%;
        padding: 0.5em;
    }

    .LogoShow img {
        width: 100%;
    }


.NetworkLogo {
    text-align: center;
}

    .NetworkLogo img {
        width: 2em;
    }

.footNetworkImg img {
    width: 2em;
    margin: 0 0.5em;
}

.nav-tabs > li {
    float: right;
}

.TableQuis {
    margin: 0.5em 0;
    text-align: right;
    border: 1px solid rgb(230,230,230);
}

.MyTq {
    text-align: right !important;
    font-weight: bold;
    color: var(--OneColor);
}

.MyTP {
    text-align: right !important;
    padding-right: 2em !important;
    font-weight: normal;
}

.MyPayam {
    position: fixed;
    bottom: 1em;
    right: -100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 1em;
}


.StarDiv i {
    cursor: pointer;
    color: rgba(0,0,0,0.3);
}

.HoverStar {
    color: var(--TwoColor) !important;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.TableStar {
    width: 100%;
}

    .TableStar td {
        width: 50%;
    }

        .TableStar td:nth-child(1) {
            text-align: right;
        }

        .TableStar td:nth-child(2) {
            text-align: left;
            position: relative;
        }

.showStar {
    position: relative;
}

/*.showStarG i {
    color:var(--OneColor);
}*/

.BlBack {
    height: 17em;
}

.showStarG {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--OneColor);
    height: 20px;
    mix-blend-mode: color;
}


/*img Loading attribute*/

.fail img {
    display: none;
}

.tab-pane {
    position: relative;
}


.dl-horizontal {
    padding: 0.5em;
    margin: 0;
}

    .dl-horizontal dt {
        float: right;
        padding: 0.5em 0;
    }

    .dl-horizontal dd {
        color: var(--OneColor);
        padding: 0.5em 0;
        border-bottom: 0.1em solid #f1f1f1;
        width: 100%;
    }

.DetailSub .col-md-6, .DetailSub .col-md-4, .DetailSub .col-md-8, .DetailSub .col-md-3 {
    float: right !important;
}


.IndexPicCenter {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2em 4em;
}

    .IndexPicCenter h3 {
        font-size: 23px;
        font-weight: bold;
    }

.SecWhatText {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100% !important;
    text-align: center;
}

    .SecWhatText p {
        text-align: center !important;
        padding: 1em 3em !important;
    }

.IPC2 {
    display: none;
}

.MainIPC div {
    width: 100% !important;
    margin: auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.IndexPicCenter img {
    width: 100%;
    padding: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: -1.5em;
    max-width: 10em;
}

.IndexPicCenter div {
    width: 33.33%;
}

    /*.IndexPicCenter div:hover img {
        background-color: var(--OneColor);
    }*/

    .IndexPicCenter div:hover .IPC2 {
        display: block;
    }

    .IndexPicCenter div:hover .IPC1 {
        display: none;
    }

.IndexPicCenter .LineHight {
    width: 0.1em;
    height: 100%;
    background-color: #f1f1f1;
    margin: auto;
}

.MainIPC {
    position: relative;
    width: 100% !important;
    margin: 0;
}

.MainIPCBase {
    background-color: var(--OneColor);
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

.IndexPicCenter h3 {
    color: white;
    font-family: 'Sepahbod';
    font-size: 1.5em;
    position: relative;
}

    .IndexPicCenter h3:after {
        content: '';
        position: absolute;
        background-color: white;
        height: 1px;
        width: 70%;
        bottom: -0.5em;
        left: 0;
        right: 0;
        margin: auto;
    }

@media screen and (max-width: 500px) {
    .BimehModel div {
        width: 50%;
        float: right;
    }
}




/*Comments*/
.showPayam div {
    text-align: right !important;
}

.UCom {
    padding-right: 5em;
}

b {
    color: var(--TwoColor);
    display: block;
    text-align: right;
    padding: 1em 0 0 0;
    margin-bottom: 0;
}



/*Cheshmak*/
.Cheshmak {
    animation-name: Cheshmak;
    animation-duration: 0.3s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes Cheshmak {
    from {
        color: var(--OneColor);
    }

    to {
        color: var(--TwoColor);
    }
}

@-moz-keyframes Cheshmak {
    from {
        color: var(--OneColor);
    }

    to {
        color: var(--TwoColor);
    }
}

@-webkit-keyframes Cheshmak {
    from {
        color: var(--OneColor);
    }

    to {
        color: var(--TwoColor);
    }
}


.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 500ms;
}

.Divbreadcrumb {
    padding: 0 !important;
    margin-bottom: 0 !important;
    font-size: 0.9em;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: white;
    border-radius: 4px;
    direction: rtl;
}

    .breadcrumb > li {
        display: inline-block;
        font-size: 0.8em;
    }

    .breadcrumb > .active {
        color: var(--TwoColor);
    }

.Divbreadcrumb nav {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 0.5em;
    background-color: transparent;
    z-index: 0;
    height: auto;
}

    .Divbreadcrumb nav a {
        color: var(--OneColor);
    }

.Divbreadcrumb .SubNav {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 0.5em;
    background-color: transparent;
    z-index: 0;
    height: auto;
}

    .Divbreadcrumb .SubNav a {
        color: var(--OneColor);
    }


.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 1em;
    height: 10em;
    width: 10em;
    text-align: center;
}

    .Mojavez img {
        height: 100% !important;
    }

.MyLogo {
    display: block;
    z-index: 99;
    position: relative;
    text-align: center;
    margin-bottom: 2em;
}

    .MyLogo img {
        width: 15em;
        padding: 0.5em;
    }

    .MyLogo .logoLT:nth-child(3) {
        width: 20em;
        padding: 0.5em;
    }

    .MyLogo:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: white;
        left: 0;
        right: 0;
        top: 0.8em;
    }

    .MyLogo:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: white;
        left: 0;
        right: 0;
        top: 4.7em
    }

.logoLT {
    width: 5em;
}

label {
    width: 100%;
}

.h1Title {
    text-align: center !important;
    font-family: 'sepahbod';
    font-size: 1.3em;
    color: var(--TwoColor);
    display: none;
}

.thumbnail {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

.BlogHeader {
    padding: 0 !important;
    overflow: hidden !important;
}

.flexDiv {
    display: flex;
    flex-wrap: wrap;
}

.flexA {
    flex: 25%;
}


.headerMob {
    height: 850px !important;
}


[itemscope] {
    display: none;
}

@media (min-width: 768px) {
    .floatright {
        float: right !important;
    }
}


.IAlert {
    color: var(--TwoColor) !important;
}


.BlogIMG {
    width: 35em !important;
    max-width: 100% !important;
    height: auto !important;
}


.BlogTable th {
    color: var(--TwoColor) !important;
}

@media screen and (max-width: 600px) {

    .IndexPicCenter div {
        width: 100%;
    }

    .MainIPC div {
        width: 8em !important;
        height: 8em !important;
    }

    .MainIPC {
        height: 8em !important;
    }

    nav div {
        top: 1.4em;
    }

    .SubNav div {
        top: 1.4em;
    }

    .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;
        }

    nav {
        padding: 2.5em 0.5em;
    }

    .SubNav {
        padding: 2.5em 0.5em;
        z-index: 9999;
        padding: 2.5em 0.5em;
        background: transparent;
        box-shadow: none;
        top: 7em;
        height: 100%;
    }

    .Bar {
        top: 1em;
    }
}

#bar1 span, #bar2 span {
    background-color: white !important;
}

.btnShare {
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 0.1em 1em;
    background-color: var(--TwoColor);
}

    .btnShare i {
        color: white;
    }

.pJust .PicSenter {
    text-align: center !important;
}

.TopOver img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .TopOver img:hover {
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.pJust a img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .pJust a img:hover {
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.MobileBtn {
    padding: 0.25em 1em;
}

.DTittleI h2:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*.DTittleI h2:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: var(--OneColor);
}

    .DTittleI h2:hover span {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: block;
        color: white;
    }

    .DTittleI h2:hover .iconB {
        display: none !important;
    }
*/
/*  .DTittleI h2:hover .iconW {
        display: block !important;
    }*/


.form-group label {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.form-group:hover label {
    color: var(--TwoColor) !important;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding-right: 0.5em;
}

.GreenColor {
    font-weight: normal;
    position: relative;
    text-align: center;
    padding: 0.5em 0;
    color: white;
    font-size: 1.35em;
}

@media screen and (max-width: 700px) {
    .widget-icon {
        width: 50px !important;
        height: 50px !important;
    }

    #box-widget-icon {
        width: 50px !important;
        height: 50px !important;
        padding-top: 30px !important;
    }
}



.btn-success {
    background-color: var(--TwoColor);
}

.btn-warning {
    background-color: #fe2049;
}


.footNetworkImg {
    text-align: center !important;
}


.PopBody a, .PopBody h5 i {
    color: #fe2049 !important;
}

.SectionDirect a {
    color: white !important;
}

.SecCarousel {
    position: relative;
    width: 100%;
    background-color: var(--OneColor);
    padding: 2em;
    margin-top: 4em
}

    .SecCarousel .carousel-indicators {
        background-color: var(--OneColor);
        width: 10em !important;
        left: 0 !important;
        right: 0;
        padding: 0.5em 1em !important;
        margin: auto;
        position: absolute;
        -webkit-border-top-left-radius: 1em;
        border-top-left-radius: 1em;
        -webkit-border-top-right-radius: 1em;
        border-top-right-radius: 1em;
    }

    .SecCarousel .carousel-indicators {
        bottom: -10px;
    }

        .SecCarousel .carousel-indicators li {
            background-color: white;
        }

        .SecCarousel .carousel-indicators .active {
            background-color: var(--TwoColor);
        }

    .SecCarousel .slide {
        position: relative !important;
        bottom: 0;
        overflow: hidden;
        -moz-border-radius: 3em !important;
        -webkit-border-radius: 3em !important;
        border-radius: 3em !important;
    }

    .SecCarousel .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .SecCarousel div {
        opacity: 1;
        width: 100%;
    }

    .SecCarousel .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    }

        .carousel-item-next, .carousel-item-prev, .SecCarousel .carousel-item.active {
            display: block;
        }

.SecWhat {
    background-color: white;
    padding: 0;
    max-width: 1800px;
    margin: auto;
}

    .SecWhat .SecWhatBase {
        background-color: #8f8f8f;
        max-width: 1300px;
        margin: auto;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
    }

    .SecWhat .TitleH4Rad {
        text-align: center;
        background-color: transparent !important;
        color: white !important;
        font-weight: bold;
        font-size: 1.5em !important;
        font-family: 'Sepahbod' !important;
        padding: 2em 1em 0.5em 1em;
    }

.BlogIRad .TitleH4Rad {
    padding: 0;
    font-size: 2em !important;
    font-family: 'BKoodak' !important;
    font-weight: bold;
}

.SecWhat .TitleH4Rad i {
    background-color: var(--OneColor);
}

.SecWhat hr {
    margin-top: 0;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid var(--OneColor);
}

.SecWhat p {
    padding: 1em 4em;
    color: white;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: justify;
}

.SecYadAvar {
    background-color: white;
    padding-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    position: relative;
    max-width: 1800px;
    margin: auto;
}

@media (min-width: 992px) {
    .SecYadAvar .col-md-5,
    .SecYadAvar .col-md-1 {
        float: right;
    }
}

.TitleH4Rad {
    text-align: center;
    font-weight: bold;
    background-color: var(--OneColor);
    color: white !important;
    margin: auto;
    font-size: 1.3em !important;
    position: relative;
    padding: 2em 0 1em;
    overflow: hidden;
    text-align: right;
    color: #8f8f8f !important;
    background-color: transparent;
    font-size: 1.5em !important;
    font-family: 'BKoodak' !important;
    font-weight: bold;
    max-width: 1300px;
}

    .TitleH4Rad img {
        background-color: var(--OneColor);
        position: absolute;
        left: 3em;
        top: 0;
    }

.SecYadAvar .TitleH4Rad img {
    background-color: #bfbfbf !important;
}

.TitleH4Rad i {
    color: var(--OneColor);
    padding: 0;
    font-size: 1em;
}

.SecYadAvar .btn-success {
    background-color: var(--OneColor);
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    font-size: 1.3em;
    font-weight: bold;
}

.SecYadAvar .row {
    margin-right: 0;
    margin-left: 0;
    background-color: #7dbb96;
    max-width: 1300px;
    margin: auto;
    border-radius: 2em;
    padding: 0 0 0.5em 0;
    background-image: url(/media/reminder.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
}

@media only screen and (max-width: 1000px) {
    .SecYadAvar .row {
        background-image: url(/media/reminder-mobile.webp);
        background-position: top !important;
    }

    .PadTopYadAvar {
        padding-top: 20em !important;
    }

        .PadTopYadAvar .row {
            background-color: transparent;
            background-image: none;
        }
}

.SecYadAvar .col-md-5, .SecYadAvar .col-md-1 {
    padding: 1em 1em 0 1em;
}

    .SecYadAvar .col-md-5 img {
        width: 90%;
        padding-bottom: 2em;
        margin-top: -4em
    }

.SecYadAvar .col-sm-12 {
    width: 100%;
    padding: 0.5em 2em;
    color: white;
}

.SecYadAvar .col-md-6:nth-child(2) {
    padding: 4em 2em 2em 2em;
}

/*.SecYadAvar:before {
        content: " ";
        position: absolute;
        width: 50%;
        right: 0;
        top: 0.1em;
        bottom: 0;
        background-color: #f4eb91;
        -webkit-border-top-left-radius: 3em;
        border-top-left-radius: 3em;
        -webkit-border-bottom-left-radius: 3em;
        border-bottom-left-radius: 3em;
    }*/

@media screen and (max-width: 1200px) {
    .SecYadAvar img {
        width: 100%;
    }

    .SettingDiv strong {
        font-size: 1.3em;
    }

    .AdsDiv .AdsBase strong {
        right: 1.7em;
        font-size: 1.3em;
        top: 1.5em;
    }

    .Slid2SHOW #ShowTextPopUp {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 1050px) {

    .SettingDiv strong {
        font-size: 1.2em;
    }

    .SecWhatText {
        font-size: 0.7em;
    }
}

@media screen and (max-width: 800px) {

    .IndexPicCenter img {
        width: 100%;
    }

    .headtext .col-md-6 {
        width: 100% !important;
        display: block !important;
    }

    .headtext img {
        width: 30em !important;
        margin: -4em -6em -5em -6em !important;
    }

    .headtext h1 {
        margin-bottom: 0;
    }

    .DTittleI {
        top: 25em;
    }

    header {
        min-height: 100em;
    }

    .DivBox3 {
        flex: 49.5% !important;
        max-width: 49.5% !important;
    }
}

@media screen and (max-width: 700px) {


    .DivBox3 {
        flex: 89% !important;
        max-width: 89% !important;
    }

        .DivBox3 img {
            width: 110% !important;
            margin: -1em -10% 0 !important;
        }

    .AdsDiv .AdsBase {
        margin-bottom: 1em;
    }

        .AdsDiv .AdsBase strong {
            font-size: 1.5em;
        }

    .AdsDiv {
        padding: 3em 2em 2em !important;
    }

    .SecCarousel {
        padding: 1em 2em 0 !important;
    }

    .SettingDiv img {
        width: 5em;
    }

    .SettingDiv strong {
        font-size: 1.5em;
    }

    .SettingDiv .SettingDivBase {
        padding: 0.5em 0.5em;
    }

    .headtext {
        padding: 6em 1em 1em 1em;
    }

    .SecYadAvar img {
        -moz-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -o-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }

    .SecYadAvar .col-md-6 {
        float: none;
        padding: 1em;
    }

    .DTittleI {
        width: 100%;
        top: 18em;
    }

    .SecCarousel {
        padding: 1em;
        margin-top: 2em;
    }

    .IndexPicCenter h3 {
        font-size: 1em;
    }

    .SecYadAvar img {
        width: 80%;
    }

    .SecYadAvar:before {
        bottom: 55%;
    }

    .SecYadAvar .row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
    .SecWhat p {
        padding: 1em 3em;
    }

    .slide .carousel-indicators {
        display: none;
    }

    .slide .carousel-caption {
        font-size: 0.9em;
        padding: 0.5em 0.5em 0.5em 0.5em;
    }

    .SliderI div {
        height: 8em;
        width: 8em;
    }

    .DTittleI h2 span {
        font-size: 0.85em;
        margin-top: -1.8em !important;
    }

    .DTittleI {
        width: 100%;
    }
}

.BlackBack {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}


.btnCls {
    position: absolute;
    font-size: 2em;
    display: none;
    right: 1em;
}

.Slid2SHOW .btnCls {
    display: block;
}

.form-control {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}


.PopBody span {
    color: black !important;
}

    .PopBody span.btn.btn-info {
        color: white !important;
    }


.SecCarousel {
    background-color: white !important;
    padding: 2em 4em 6em !important;
    max-width: 1800px;
    margin: 0 auto;
    margin-top: 0 !important;
}

    .SecCarousel .carousel-indicators {
        background-color: transparent !important;
        bottom: 0 !important;
    }

        .SecCarousel .carousel-indicators .active {
            background-color: var(--OneColor) !important;
        }

.BlogIRad {
    padding: 0 2em 0;
    max-width: 1800px;
    margin: 0 auto;
    background-color: white;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1em solid var(--OneColor);
}

    .BlogIRad .btn-warning {
        margin-bottom: 2em;
        background-color: var(--TwoColor);
        font-size: 1.5em;
        margin: 2em 0;
        background-color: var(--OneColor);
        font-size: 1.5em;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
    }

.TitleH4Rad img {
    width: auto !important;
}

.BlogPicBottom {
    width: 25em !important;
    display: block;
    margin: auto;
    max-width: 90%;
    border: 0 !important;
}

@media screen and (max-width: 1000px) {
    .SecYadAvar .col-md-5 img {
        width: 80%;
        padding-top: 5em;
    }
}

#CustomerTel2 {
    padding-right: 0;
}

@media screen and (max-width: 950px) {
    nav li {
        display: inline-block !important;
    }

    #CustomerTel2 {
        position: absolute;
        right: 41%;
        top: 1.8em;
        font-size: 1.15em;
    }

        #CustomerTel2 strong {
            display: none;
        }

    #CustomerTel2 {
        position: absolute;
        right: auto;
        top: 1.5em;
        font-size: 1.15em;
        left: 0;
    }
}

@media screen and (max-width: 600px) {
    #CustomerTel2 {
        position: absolute;
        right: 34%;
        top: 1.8em;
        font-size: 0.95em;
    }

    nav li {
        display: block !important;
    }
}

@media screen and (max-width: 800px) {
    .AdsDiv .AdsBase strong {
        right: 1.7em;
        font-size: 1em;
        top: 1.1em;
    }

    .AdsDiv {
        position: relative;
        background: white;
        padding: 3em 2em;
    }

    .SecCarousel {
        padding: 2em 2em 6em !important;
        margin-top: 0 !important;
    }

    .SliderI {
        max-width: 420px;
    }

    .Slid2SHOW:before {
        background-position: bottom;
        height: 11.5em !important;
    }

    .SecWhatText {
        font-size: 0.5em;
    }

    .IndexPicCenter {
        padding: 1em 2em;
    }
}

.alertDanger {
    text-align: center;
    background-color: var(--TwoColor);
    color: white;
    padding: 0.5em 1em 0.3em;
    font-weight: bold;
    font-size: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    width: fit-content;
    margin: auto;
}

@media screen and (max-width: 600px) {
    .TitleH4Rad img {
        width: 4em !important;
        left: 1em;
    }

    .TitleH4Rad {
        padding: 1.4em 0;
    }

    .col-md-5 {
        width: 100%;
    }

    .MyLogo {
        margin-bottom: 0;
    }

    .SecWhatText {
        top: 0.6em;
        right: 0;
        font-size: 0.7em !important;
    }

    .IndexPicCenter {
        padding: 2em 1em 1em 1em;
    }

        .IndexPicCenter img {
            padding: 0;
            margin: -1em;
        }

    header {
        min-height: 83em;
    }

    .BlogIRad {
        padding: 0em 2em 2em;
    }

        .BlogIRad .centerSlick h4 a {
            font-size: 0.8em !important;
        }

    .MainIPC {
        height: 6em !important;
        background-color: transparent;
    }

    .SecYadAvar .col-md-5 img {
        margin-top: -2em;
        margin-left: 3em;
        width: 80%;
        padding-top: 5em;
    }
}


.select2-container--default .select2-selection--single {
    background-color: #f1f1f1;
    border: 1px solid #aaa;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

.form-control {
    background-color: white;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 35px;
    height: 35px;
    margin-top: -10px;
    font-size: 29px;
    background-color: rgb(245,245,245);
    border-radius: 50%;
    padding-top: 0.1em;
}


a:hover {
    opacity: 0.9;
}

.centerSlick .slick-center {
    opacity: 1;
    z-index: 9999;
}

.BlogIRad .slick-slide {
    border: 4px solid var(--OneColor);
    background-color: white;
    color: var(--OneColor);
    margin: 0.5em;
    padding: 0.5em !important;
    float: left;
    min-height: 1px;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden;
}

.BlogIRad .SliderI {
    max-width: 100%;
    padding: 0 5%;
}

    .BlogIRad .SliderI div {
        flex: 1;
        text-align: center;
        position: relative;
        padding: 0.5em;
        height: auto;
    }

.BlogIRad img {
    width: 100%;
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
    border: 1px solid rgb(245,245,245);
}

.BlogIRad .centerSlick h4 {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    background-color: white;
    min-height: auto;
    padding: 0 0.3em;
}

    .BlogIRad .centerSlick h4 a {
        color: var(--OneColor);
        font-size: 0.6em !important;
    }

.BlogIRad .slick-prev, .BlogIRad .slick-next {
    top: 50%;
    background: transparent;
}

    .BlogIRad .slick-prev:before, .BlogIRad .slick-next:before {
        font-size: 30px;
        color: rgb(90,90,90);
    }

.BlogIRad .ReadMoreBlog {
    /*font-size: 1em !important;*/
    display: block;
    width: fit-content;
    /*margin: 0.5em 0 0 0 !important;*/
    padding: 0.2em 0.5em;
}


.LineSub {
    border-bottom: 5px solid var(--OneColor);
    position: absolute;
    bottom: 3em;
    left: 1em;
    right: 0;
    width: 25em;
    margin: auto;
}

.LineSubN {
    border-bottom: 1px solid var(--OneColor);
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    margin: auto;
}

.Camera {
    position: absolute;
    width: 1.5em !important;
    left: 0;
    bottom: 0;
    border: 0 !important;
    border-radius: 0 !important;
}


@media screen and (max-width: 600px) {

    .BlogIRad .slick-prev, .BlogIRad .slick-next {
        top: 45%;
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .BlogIRad .slick-slide {
        margin-right: 1.2em;
    }



    .slick-prev {
        left: -25px;
    }

    .slick-next {
        right: -25px;
    }

    .BlogIRad .SliderI {
        padding: 0 !important;
    }

    .BlogIRad .centerSlick h4 a {
        font-size: 0.5em !important;
    }

    .SecCarousel .slide {
        -moz-border-radius: 1em !important;
        -webkit-border-radius: 1em !important;
        border-radius: 1em !important;
    }

    .SecCarousel {
        padding: 0em 2em 0em !important;
    }

    .LineSub {
        left: 0em;
        width: 15em !important;
    }

    .heightSlider {
        min-height: 20em !important;
    }

    .BlogIRad .centerSlick h4 {
        font-size: 0.9em;
    }

    .SettingDiv {
        padding: 2em 2em;
    }

        .SettingDiv .col-sm-6 {
            width: 49%;
            display: inline-block;
            padding: 0 0.5em;
        }

        .SettingDiv .SettingDivBase {
            border-radius: 1em;
            margin: 0.5em 0;
        }

        .SettingDiv img {
            width: 2.5em !important;
            padding: 0.5em 0 0.5em 0.5em;
        }

    .TitleH4Rad {
        padding: 0;
    }

    #CollaborationTop {
        display: none;
    }

    .SecYadAvar {
        margin-top: 2em;
    }

    .MainIPC {
        margin: 0;
    }
}

@media screen and (max-width: 500px) {
    .LineSub {
        left: 0em !important;
        width: 35% !important;
    }

    #CustomerTel {
        font-size: 1em;
        padding-right: 2em;
        padding-top: 0.7em;
    }

    .SettingDiv strong {
        font-size: 1.2em;
    }

    .SecCarousel {
        padding: 0em 2em 0em !important;
    }

    .BlogIRad .btn-warning {
        margin-top: 3em;
        background-color: #f9ac1e;
        font-size: 1em;
    }
}

.BeforMenuA, .BeforTitle, .BeforMenu {
    display: none !important;
}

.MenuShowMob {
    display: none !important;
}


.BlogFix {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
}

    .BlogFix div {
        width: 50%;
        -moz-border-radius: 3em;
        -webkit-border-radius: 3em;
        border-radius: 3em;
        padding: 1em;
        position: relative;
    }

        .BlogFix div:before {
            content: '';
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            background-color: rgba(0, 0, 0, 0.6);
            left: 1em;
            right: 1em;
            position: absolute;
            top: 1em;
            bottom: 1em;
            z-index: 1;
            -moz-border-radius: 2em;
            -webkit-border-radius: 2em;
            border-radius: 2em;
            display: none;
        }

        .BlogFix div:hover h4 {
            display: block;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

        .BlogFix div:hover:before {
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            display: block;
        }

    .BlogFix a {
        color: white;
        display: block;
    }

    .BlogFix img {
        width: 100%;
    }

    .BlogFix h4 {
        position: absolute;
        top: 20%;
        text-align: center;
        left: 0;
        right: 0;
        display: none;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: 9;
    }

        .BlogFix h4 .ReadMoreBlog {
            margin: auto !important;
            margin-top: 1em !important;
            font-size: 0.8em !important;
            background-color: var(--TwoColor);
        }

.DivBox3 {
    flex: 31.5%;
    max-width: 31.5%;
}

    .DivBox3 img {
        width: 110% !important;
        margin: 0.7em -5% 0 !important;
    }

@media only screen and (max-width: 1200px) {
    .SecYadAvar {
        width: 90% !important;
    }

    .SecWhat {
        width: 90% !important;
    }

    .SecYadAvar .row {
        background-position: -16em;
    }
}

@media only screen and (max-width: 1000px) {
    .SecWhat p {
        padding: 1em 2em;
    }

    .IndexPicCenter {
        padding: 2em 2em;
    }
}

@media only screen and (max-width: 600px) {

    .DivBox3 img {
        width: 100% !important;
        margin: -0.5em 0% 0 !important;
    }

    .headtext {
        padding: 6em 1em 1em 1em !important;
    }

    .SecWhat p {
        padding: 1em 1em;
    }

    .IndexPicCenter {
        padding: 0 2em;
    }

    .FPage h4 {
        font-size: 1.2em !important;
        padding-bottom: 1em;
    }

    .SettingDiv .col-sm-6 {
        width: 100%;
        display: block;
        padding: 0 0.5em;
    }

    .SettingDiv .SettingDivBase {
        min-height: auto;
    }

    .BlogFix div {
        width: 100%;
    }
}
