@import "/public/__Global/Styles/global.css";

/*root*/
:root {
    --base-color: #F39C12;
    --back-color: #F2F2F2;
    --box-color: #2C3E50;
    --div-color: #FFEBCA;

    --pop-color: #1f96fc;
    --bilt-color: #21aef1;
    --boarder-color: #033541;
    --select-color: #ffdd00;
    --hover-color: #ffa200;

    --green-color: #3cb878;
    --snow-color: #f8f8f8;
    --red-color: #cd0303;
    --yellow-color: #ffcc00;
    --gold-color: gold;
}

::-webkit-scrollbar-thumb {
    background: var(--box-color) !important;
}

html {
    position: relative;
    direction: rtl;
    display: block;
    clear: both;
    height: 100vH;
    width: 100vW;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    z-index: 0;
    background: var(--back-color);
    transform-style: preserve-3d;
    perspective: 1000px;
    perspective-origin: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body {
    position: relative;
    direction: ltr;
    display: block;
    clear: both;
    height: 100%;
    width: 100%;
    margin: 0px auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    background: var(--back-color);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.base {
    position: relative;
    display: block;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    background: var(--back-color);
    padding: 0;
    direction: ltr;
    overflow: hidden;
    overflow-y: auto;
    clear: both;
    z-index: 0;
}

.icon {
    position: absolute;
    margin: auto;
    display: block;
    z-index: 1;
}

.clear {
    position: relative;
    display: block;
    height: 7px;
    clear: both;
}

img.logo_log {
    position: relative;
    width: 125px;
    max-width: 70%;
    margin: 3% auto 20% auto;
    text-align: center;
    justify-content: center;
    display: block;
    border-radius: 26px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 55%);
    background: #ffffff;
    overflow: hidden;
    height: 125px;
    max-height: 50%;
    padding: 15px;
}

img.logo_name {
    position: absolute;
    width: 125px;
    max-width: 90%;
    margin: auto;
    text-align: center;
    justify-content: center;
    display: block;
    overflow: hidden;
    max-height: 50%;
    top: 10%;
    right: 0;
    left: 0;
}

form, .form {
    position: relative;
    display: block;
    margin: auto;
    padding: 0;
    direction: rtl;
    clear: both;
    z-index: 1;
}

form label, .form label {
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 5px;
    direction: rtl;
    clear: both;
    z-index: 1;
    -moz-transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

form label input, .form label input {
    position: relative;
    display: block;
    margin: 5px auto;
    padding: 5px 15px;
    direction: rtl;
    clear: both;
    z-index: 1;
    width: calc(80% - 30px);
    font-family: 'stedad', 'sans';
    color: rgba(0, 0, 0, 0.6);
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 55%);
    border-radius: 25px;
    font-size: 19px;
    border: unset;
}

form label input::placeholder, .form label input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

form label input[type="submit"], .form label input[type="submit"] {
    width: 50%;
    min-width: 120px;
    background: var(--base-color);
    color: #181818;
    font-family: 'stedad_b';
    font-size: 25px;
    cursor: pointer;
}

form pre, .form pre {
    text-align: center;
    position: relative;
    display: block;
    margin: 10px auto 40px auto;
    font-size: 12px;
    font-family: 'stedad', 'sans';
    color: rgba(0, 0, 0, 0.9);
}

form pre b, .form pre b {
    font-size: 13px;
    font-family: 'stedad_b';
    color: var(--base-color);
    position: relative;
}

tv {
    position: relative;
    margin: 10% 1% 1% 1%;
    display: block;
    clear: both;
    padding: 2%;
    overflow: hidden;
    direction: rtl;
}

tv menu {
    position: relative;
    margin: auto;
    display: grid;
    grid-template-columns: 30% 40% 30%;
    padding: 10px 0px 20px 0px;
    opacity: 1;
    width: 100%;
    clear: both;
    text-align: center;
    border-radius: 5px;
}

tv menu li {
    position: relative;
    display: inline-block;
    margin: 3%;
}

tv menu li.active {
    margin: 7%;
    top: 0px;
}

tv menu li i {
    position: relative;
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
    text-align: center;
    justify-content: center;
    overflow: hidden;
}

tv menu li.active i {
    width: 120px;
    height: 120px;
    border-radius: 26px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 55%);
    background: #ffffff;
}

tv menu li span {
    position: absolute;
    text-align: center;
    justify-content: center;
    font-family: 'stedad_b';
    font-size: 12px;
    right: 0;
    left: 0;
    bottom: 30px;
    color: var(--box-color);
}

tv menu li.active span {
    font-size: 4vW;
    bottom: -35px;
}

i img, i svg, i i {
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    clear: both;
}

tv menu li i img, tv menu li i svg {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 75%;
    height: 75%;
}

app {
    position: relative;
    display: block;
    clear: both;
    margin: auto auto 11vH auto;
    width: 100%;
    z-index: 0;
}

span.btn {
    position: relative;
    display: block;
    margin: 15px auto;
    padding: 10px;
    direction: rtl;
    clear: both;
    text-align: center;
    justify-content: center;
    z-index: 1;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 55%);
    border-radius: 25px;
    border: unset;
    width: 70%;
    min-width: 120px;
    background: var(--box-color);
    color: var(--back-color);
    text-shadow: 2px -2px 2px #818181;
    font-family: 'stedad_b';
    font-size: 25px;
    cursor: pointer;
}

input:-internal-autofill-selected {
    background-color: unset !important;
    background: none !important;
    color: rgb(107, 107, 107) !important;
}

input[type="file"]::before {
    content: attr(placeholder);
    display: inline-block;
    background: -webkit-linear-gradient(top, var(--base-color), var(--hover-color));
    background: linear-gradient(top, var(--base-color), var(--hover-color));
    background: -moz-linear-gradient(top, var(--base-color), var(--hover-color));
    border: 1px solid #999;
    border-radius: 15px;
    padding: 5px 8px;
    outline: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    direction: rtl;
}

input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
    display: none;
}

input[type="file"]:active::before {
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    background: -moz-linear-gradient(top, #f9f9f9, #e3e3e3);
}


.popup_box {
    position: fixed;
    margin: auto;
    width: 100vW;
    height: 100vH;
    display: block;
    clear: both;
    z-index: 500;
    background: rgb(255 255 255 / 90%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.popup_box object.box_show_link {
    position: relative;
    display: block;
    width: 97%;
    height: 97%;
    max-width: 98vW;
    min-width: 200px;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    border-radius: 10px;
    margin: 1.5vH auto;
    opacity: 1;
    overflow: hidden;
}

.popup_box object.box_show_link .close {
    position: relative !important;
    background: transparent;
    display: block;
    margin: 0px auto auto 0px;
    font-size: 17px;
    font-weight: 100;
    padding: 15px 20px;
    border-radius: 3px 3px 0px 0px;
    text-align: left;
    direction: ltr;
    color: var(--base-color);
    z-index: 20;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.popup_box object.box_show_link .close:before {
    cursor: pointer;
}

.popup_box object.box_show_link .show_responsive {
    position: relative;
    width: 100%;
    height: auto;
    max-height: calc(95vH - 50px);
    min-height: calc(200px - 50px);
    margin: auto;
    display: block;
    direction: ltr;
    overflow: auto;
}

.popup_box object.box_show_link .show_responsive iframe {
    position: relative;
    overflow: hidden;
    display: block;
    clear: both;
    width: calc(95vW - 40px);
    max-width: calc(100% - 40px);
    margin: auto 20px 20px 20px;
    height: calc(88vH - 40px);
    max-height: calc(100% - 40px);
    z-index: 0;
    border-radius: 5px;
    box-shadow: inset 0px 0px 50px #181818;
}


.owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    width: 100% !important;
}

.owl-item, .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-item img {
    display: block;
    margin: 0 auto;
}

.owl-dots.disabled, .owl-nav.disabled {
    display: none
}

.no-js, .owl-loaded {
    visibility: visible;
    opacity: 1;
}

.owl-dot, .owl-nav .owl-next, .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-loading {
    opacity: 0;
    display: block
}

.owl-hidden {
    opacity: 0
}

.owl-refresh .owl-item {
    visibility: hidden
}

.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-rtl {
    direction: rtl;
}

.owl-rtl .owl-item {
    float: right;
    min-width: 130px;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-animated-in {
    z-index: 0
}

.owl-animated-out {
    z-index: 1
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

.owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-video-playing .owl-video-play-icon, .owl-video-playing .owl-video-tn {
    display: none
}

.owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-buttons.disabled {
    display: none !important;
}

.owl-item .owl-lazy {
    opacity: 1
}

span.in_close {
    position: relative;
    display: inline-block;
    margin: auto 5px;
    height: 51px;
    top: 20px;
}

.flex {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    margin: auto;
    clear: both;
    direction: ltr;
}

.flex[role="row"] {
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
}

.flex[role="list"] {
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.flex li {
    position: relative;
    width: auto;
    height: auto;
    display: block;
    clear: both;
    padding: 0px 0px;
    margin: auto;
    border-radius: 25px;
}

.flex li img {
    position: relative;
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    cursor: pointer;
    border: 1px dashed #100f0fa6;
}

._audio, ._video, ._img, ._file, ._embed {
    max-width: 100% !important;
    clear: both !important;
    display: block !important;
    margin: 3% auto 3% auto !important;
    position: relative !important;
    max-height: 350px !important;
    overflow: hidden !important;
    border-radius: 5px !important;
    direction: rtl;
    text-align: center;
}

._embed {
    min-height: 210px;
}

video#show_video {
    position: relative;
    width: 95vW;
    max-width: 95%;
    height: 30vH;
    /*margin: 20px auto;*/
    margin: 5% auto 3% auto !important;
    display: block;
    border-radius: 25px;
    background: #181818 url(/public/files/upload/videoposter.svg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

footer {
    position: fixed;
    display: block;
    clear: both;
    margin: auto auto auto auto;
    width: 100%;
    height: auto;
    background: var(--box-color);
    z-index: 10;
    right: 0;
    left: 0;
    /*bottom: -110%;*/
    bottom: 0%;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer p {
    position: relative;
    display: block;
    color: var(--back-color);
    font-size: 12px;
    font-family: 'stedad', 'sans';
    padding: 10px 20px;
    text-align: justify;
    line-height: 30px;
    font-style: normal;
    direction: rtl;
}

footer h3 {
    position: relative;
    display: block;
    font-size: 15px;
    font-family: 'stedad', 'sans';
    padding: 20px 20px 0px 20px;
    text-align: justify;
    font-weight: 900;
    direction: rtl;
    color: var(--base-color);
}

footer span {
    position: absolute;
    margin: auto;
    width: 40px;
    height: 40px;
    background: var(--box-color);
    border-radius: 5px;
    top: -25px;
    right: 0;
    left: 0;
    z-index: -1;
}

footer span svg {
    position: absolute;
    width: 60%;
    height: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

footer span:nth-child(1) {
    right: 100px;
}

footer span:nth-child(2) {
    left: 100px;
}

ul.list {
    position: relative;
    display: block;
    margin: auto;
    clear: both;
}

ul.list li {
    position: relative;
    margin: 10px 5%;
    display: block;
    padding: 30px 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 55%);
    border-radius: 26px;
    cursor: pointer;
    direction: rtl;
    font-family: 'stedad_b';
    font-weight: 900;
    font-size: 15px;
    line-height: 20px;
    color: var(--box-color);
    text-align: center;
}

span.slidebox {
    position: relative;
    margin: 25px auto 30px auto;
    width: 85vW;
    border-radius: 25px;
    background: #d9d9d9;
    display: block;
    height: auto;
    overflow: hidden;
}

span.slidebox img.slide {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 25px;
}

.row {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
}

span.slidebox h3 {
    background: rgba(255, 255, 255, 0.74);
    border-radius: 9px;
    width: 50%;
    max-height: 13%;
    padding: 20px 0px;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 22px;
    font-family: 'kalame_b';
    color: var(--box-color);
}

search {
    position: relative;
    margin: 5% auto 30px auto;
    display: block;
    background: #FFFEFE;
    border-radius: 9px;
    padding: 10px;
    max-width: 300px;
    direction: rtl;
}

search input[type="search"] {
    border: 1px solid var(--box-color);
    border-radius: 9px;
    position: relative;
    font-family: 'kalame';
    font-size: 17px;
    color: var(--box-color);
    padding: 3px 7px;
    width: 60%;
    margin: auto;
    display: inline-block;
    direction: rtl;
}

search input[type="search"]::placeholder {
    font-family: 'titr_r';
    color: var(--box-color);
    opacity: 0.7;
}

search span.btn {
    display: inline-block;
    width: 30%;
    margin: auto;
    padding: 3px;
    font-size: 14px;
    color: var(--box-color);
    background: var(--base-color);
    box-shadow: unset;
    font-family: 'stedad', 'sans';
    text-shadow: unset;
    clear: unset;
    min-width: 70px;
    border-radius: 9px;
    cursor: pointer;
}

page_number {
    position: relative;
    display: block;
    margin: 20px auto 40px auto !important;
    clear: both;
    direction: ltr;
}

page_number num {
    position: relative;
    margin: auto 10px;
    background: var(--snow-color);
    border: 1px solid var(--box-color);
    border-radius: 5px;
    z-index: 1;
    color: var(--box-color);
    text-align: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 15px;
    font-family: 'per_add';
    direction: ltr;
    font-weight: 700;
    display: inline-block;
}

page_number num.true {
    background: var(--box-color);
    border: 1px solid transparent;
    color: var(--base-color);
    font-weight: 900;
}

.box_list {
    position: relative;
    display: block;
    margin: 10px 25px;
    text-align: center;
    justify-content: center;
    background: #B3E1AB;
    border-radius: 26px;
    padding: 21px 15px;
    font-family: 'stedad', 'sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
}

.teacher_box {
    position: relative;
    margin: 120px 15px 20px 15px;
    background: #E5E5E5;
    border-radius: 20px;
    display: block;
    padding: 65px 1%;
}

.teacher_box img {
    border-radius: 26px;
    background: #f8f8f8;
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 2;
    top: -60px;
    right: 0;
    left: 0;
    display: block;
}

.teacher_box h1 {
    position: relative;
    font-family: 'stedad', 'sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 39px;
    text-align: right;
    color: var(--box-color);
    display: block;
    margin: 10px 20px;
}

.teacher_box span {
    position: relative;
    font-family: 'stedad', 'sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: var(--box-color);
    display: block;
    margin: 10px 50px;
    text-align: right;
}

.teacher_box span b {
    position: relative;
    font-family: 'stedad', 'sans';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: var(--green-color);
    display: inline-block;
    text-align: left;
    width: 65%;
    direction: rtl;
}

.teacher_box p {
    position: relative;
    font-family: 'stedad_b';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    color: var(--box-color);
    display: block;
    margin: 50px 30px 15px 30px;
    text-align: right;
    direction: rtl;
}

.teacher_box p b {
    color: #181818;
    display: inline-block;
    text-shadow: 0px 0px 1.5px #181818;
}

.teacher_box p a {
    position: relative;
    display: inline-block;
    margin: 5px 5px;
    padding: 5px 10px;
    font-family: 'stedad', 'sans';
    font-weight: 600;
    border-radius: 5px;
    background: #d5d5d5;
    color: #171e26;
    cursor: pointer;
    text-decoration: none;
}

.teacher_box li {
    position: relative;
    display: block;
    margin: auto;
    width: 95%;
    min-height: 100%;
    height: auto;
    direction: rtl;
    text-align: center;
    justify-content: center;
}

.teacher_box li img {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    width: 95%;
    height: auto;
    max-height: 95%;
    border-radius: 5px;
}

.teacher_box li h1 {
    position: relative;
    margin: auto;
    padding: 5px 10px;
    font-size: 18px;
    font-family: 'stedad_b';
    border-radius: 5px;
    background: var(--div-color);
    color: var(--box-color);
    display: flex;
    flex-direction: row;
}

.teacher_box li span {
    position: relative;
    margin: 15px auto;
    padding: 20px;
    font-size: 15px;
    font-family: 'stedad', 'sans';
    font-weight: 600;
    border-radius: 5px;
    background: #dddddc;
    color: var(--box-color);
    display: block;
}

.teacher_box li span b {
    color: #0a7d00;
    font-weight: 900;
    font-family: 'stedad_b';
    margin: auto 35% auto 10px;
    position: relative;
}

.teacher_box li h1 span {
    background: transparent;
    display: block;
    position: relative;
    margin: auto 5px;
    font-size: 15px;
    font-family: 'stedad', 'sans';
    font-weight: 600;
    border-radius: 5px;
    color: var(--box-color);
    display: block;
    padding: unset;
}


textbar {
    position: fixed;
    margin: auto;
    display: block;
    background: #8715c7;
    width: 100vW;
    height: 100vH;
    z-index: 401;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    justify-content: center;
}

textbar text {
    position: absolute;
    margin: 43vH auto;
    display: block;
    color: #f8f8f8;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    justify-content: center;
    font-family: 'stedad', 'sans';
    font-size: 4.5vW;
}

.btn-p, .btn {
    padding: 10px;
    position: relative;
    display: block;
    max-width: 80%;
    background: var(--base-color);
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    font-family: 'kalame_b';
    font-weight: 900;
    color: snow;
    cursor: pointer;
    margin: 15px auto;
    clear: both;
}

.btn-p:hover, .btn:hover {
    background: var(--hover-color);
}

input.text {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    position: relative;
    display: block;
    margin: 20px auto 5px auto;
    padding: 5px 50px 5px 5px;
    direction: rtl;
    text-align: right;
    width: calc(100% - 55px - 5%);
    height: auto;
    border-radius: 6px;
    border: 3px solid transparent;
    background: #464545;
    color: #adadad;
    font-size: 14px;
    font-family: 'stedad', 'sans';
    max-width: 69%;
}


.user_M_dashboard {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    padding: 10px 0px;
}

.user_M_dashboard center {
    overflow: hidden;
    position: relative;
    margin: auto;
    background: center center repeat;
    background-size: calc(100px * 3) calc(57.5px * 3);
    z-index: 0;
    box-shadow: 0px 0px 10vW rgb(43 41 41 / 86%) inset;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.user_M_dashboard center img {
    position: relative;
    display: block;
    margin: auto;
    border-radius: 50%;
    max-width: 100%;
    width: 120px;
    height: 120px;
    max-height: 100%;
}

.user_M_dashboard ul.pro_file {
    position: relative;
    margin: 10px 15px;
    padding: 2px;
    display: block;
    z-index: 0;
}

.user_M_dashboard ul.pro_file li {
    position: relative;
    margin: 10px auto;
    padding: 15px 50px 15px 20px;
    font-family: 'stedad_b';
    font-size: 15px;
    direction: rtl;
    display: block;
    text-align: right;
    border: 3px solid #f8f8f8;
    border-radius: 12px;
    background: #272727;
    color: #eee;
}

.user_M_dashboard ul.pro_file li i {
    width: 25px !important;
    height: 25px !important;
    font-size: 25px !important;
    color: #f8f8f8;
    top: 0;
    bottom: 0;
    right: 10px !important;
}

.user_M_dashboard ul.pro_file li svg.icon {
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #f8f8f8;
    top: 0;
    bottom: 0;
    right: 10px;
}

.user_M_dashboard ul.pro_file li span[for] {
    position: absolute !important;
    margin: auto !important;
    font-size: 25px !important;
    top: 0;
    bottom: 0;
    left: 10px !important;
}

.fui-noty {
    background: center center no-repeat;
    background-size: cover;
}


input[type="checkbox"], input[type="radio"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 0.01px;
    width: 0.01px;
    margin: auto;
    padding: 0;
}

input[type="radio"] + span {
    box-shadow: 3px 3px 3px #00000091;
    position: relative;
    display: inline-block;
    text-indent: 0px;
    background: #e7e5e566;
    border: 1px solid #0b0b0b;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    cursor: pointer;
    top: 7px;
    margin: 0px 5px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

input[type="radio"] + span i {
    display: none !important;
    position: absolute;
    color: var(--gold-color) !important;
    font-size: 0% !important;
    text-align: center;
    z-index: 10;
    top: -20px !important;
    bottom: 0 !important;
    height: 105% !important;
    width: 105% !important;
    right: -15px;
    left: 0 !important;
    margin: 10px auto;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

input[type="radio"]:checked + span i {
    display: block !important;
    font-size: 220% !important;
}

input[type="checkbox"] + span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    background: #ccc;
    width: 60px;
    height: 30px;
    border-radius: 100px;
    margin: 0px 10px;
    top: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

input[type="checkbox"] + span:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--pop-color);
    color: #f8f8f8;
    border-radius: 100px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s;
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s;
    -webkit-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0);
}

input[type="checkbox"] + span:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    height: 26px;
    width: 26px;
    background: white;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
}

input[type="checkbox"]:checked + span, span[checked="checked"], span:checked {
    background: #1f5823;
}

input[type="checkbox"]:checked + span:after, span[checked="checked"]:after, span:checked:after {
    left: calc(100% - 28px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.3s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
}

form label i, .form label i, form label svg, .form label svg {
    position: absolute;
    margin: auto;
    display: block;
    z-index: 1;
    left: 70px;
    right: unset !important;
    top: 0;
    bottom: 0;
    cursor: pointer;
    font-size: 25px;
    width: 25px !important;
    height: 25px !important;
}

.flex li span {
    position: absolute;
    background: rgb(24 24 24 / 74%);
    color: #f8f8f8;
    margin: auto;
    display: block;
    width: calc(100% - 10px);
    padding: 5px;
    font-family: 'titr_r';
    font-size: 14px;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 0px 0px 25px 25px;
    text-align: center;
}

span.in_close svg {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 60px !important;
    max-height: 60px !important;
    display: block !important;
    cursor: pointer !important;
    right: unset !important;
    left: unset !important;
    bottom: unset !important;
    top: unset !important;
}

/*app img.logo_log, app img.logo_name {*/
/*    display: none;*/
/*    visibility: hidden;*/
/*}*/

.flex li h3 {
    width: 40px;
    height: 40px;
    background: var(--hover-color);
    display: block;
    position: absolute;
    bottom: 10px;
    left: 15px;
    border-radius: 0px 20px 0px 15px;
    margin: auto;
    z-index: 2;
}

.flex li h3 svg, .flex li h3 i {
    position: absolute;
    margin: auto;
    width: 17px;
    height: 17px;
    font-size: 17px;
    color: #dfe0df;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
}

.teacher_box i {
    border-radius: 5px;
    width: 30px;
    height: 35px;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    display: block;
    padding: 5px;
}

b d, d {
    text-decoration: line-through;
    text-decoration-color: var(--red-color);
    text-decoration-thickness: from-font;
    font-family: 'per_add';
    font-size: 16px;
    display: block;
    top: -1px;
    position: relative;
    color: #727272;
    transform: rotate(-8deg);
    transform-origin: center;
}

b g, g {
    font-size: 16px;
    display: block;
    font-family: 'per_add';
    font-weight: bolder;
    text-align: center;
    justify-content: center;
    position: relative;
    text-shadow: 0px 0px 1px var(--boarder-color);
    direction: rtl;
    margin: 7px auto auto auto;
}


ul.li3 li:nth-child(1) {
    grid-area: child1;
}

ul.li3 li:nth-child(2) {
    grid-area: child2;
}

ul.li3 li:nth-child(3) {
    grid-area: child3;
}

ul.li3 {
    position: relative;
    display: grid;
    margin: auto;
    max-width: 95vW;
    width: 1000px;
    grid-template-areas:
        'child1 child3 child3'
        'child2 child3 child3';
    direction: rtl;
    clear: both;
}

ul.li3 li {
    position: relative;
    margin: auto;
    padding: 7px 0px;
    display: block;
    clear: both;
}

ul.li3 li img, ul.li3 li video {
    display: block;
    clear: both;
    position: relative;
    cursor: pointer;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
}

span.lin_text {
    display: block;
    margin: 2% auto;
    clear: both;
    direction: rtl;
    padding: 10px 5px 10px 5px;
    font-size: 18px;
    font-family: 'stedad_b';
    color: #2C3E50;
    position: relative;
    text-align: center;
    justify-content: center;
}

span.lin_text i {
    position: relative;
    margin: 5px auto;
    display: block;
    font-size: 35px;
    width: 35px;
    height: 35px;
}

ul.list_V, ul.list_V2 {
    direction: rtl;
    max-width: 100%;
    grid-template-columns: 50% 50%;
    margin: 2% auto;
}

ul.list_V li {
    position: relative;
    display: block;
    clear: both;
    margin: 5px;
    padding: 10px 15px 10px 50px;
    background: var(--div-color);
    font-size: 15px;
    font-family: 'stedad', 'sans';
    text-align: center;
    cursor: pointer;
    border-radius: 7px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul.list_V li:hover, ul.list_V li:focus {
    font-family: 'stedad_b';
    background: var(--base-color);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul.list_V li i {
    position: absolute;
    margin: auto;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 0;
    bottom: 0;
    left: 15px;
}

ul.list_V2 li {
    position: relative;
    display: block;
    clear: both;
    margin: 5px;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    font-family: 'stedad', 'sans';
    text-align: center;
    cursor: pointer;
    border-radius: 7px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

ul.list_V2 li img {
    position: relative;
    display: block;
    margin: auto;
    clear: both;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    cursor: pointer;
}

ul.list_V2 li h1, .flex li h1 {
    direction: rtl;
    position: relative;
    margin: auto;
    padding: 15px 15px 2px 15px;
    font-family: 'stedad_b';
    display: block;
    font-size: 16px;
    cursor: pointer;
}

ul.list_V2 li h2, .flex li h2 {
    direction: rtl;
    position: relative;
    margin: auto;
    padding: 0px 15px;
    font-family: 'stedad', 'sans';
    display: block;
    font-size: 14px;
    cursor: pointer;
}

ul.list_V2 li h3, .flex li h4 {
    direction: rtl;
    position: relative;
    margin: auto;
    padding: 3px 10px;
    font-family: 'per_add';
    display: block;
    font-size: 12px;
    cursor: pointer;
}


.hr {
    margin: 14px 0;
    display: flex;
    flex-direction: row;
    clear: both;
    width: 100%;
    font-family: naz_300;
    font-size: 12px;
    text-align: center;
}

.hr i {
    margin: auto 2px;
    position: relative !important;
    color: var(--red-color);
}

.hr:before, .hr:after {
    content: '';
    flex: 1 1;
    margin: auto 5px;
    border-bottom: 2px dashed var(--box-color);
}

.hr span {
    margin: -5px 7px;
    font-size: 13px;
    color: var(--red-color);
    direction: rtl;
}

.hr span img {
    position: relative;
    display: block;
    margin: auto;
    width: 25px;
    height: 25px;
}

header {
    direction: ltr;
    position: relative;
    margin: 0px auto 0px auto;
    display: block;
    width: 100vW;
    height: auto;
    clear: both;
    z-index: 100;
    padding: 0vH 0px 0px 0px;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.head_s {
    direction: ltr;
    position: relative;
    margin: -2% auto;
    display: block;
    width: 100%;
    height: auto;
    min-height: 10vH;
    clear: both;
    z-index: 80;
    padding: 0px;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*header .head_line {*/
/*    position: fixed;*/
/*    display: block;*/
/*    margin: 0px auto;*/
/*    height: 17vH;*/
/*    width: 100%;*/
/*    max-width: 100vW;*/
/*    z-index: 5;*/
/*    background: -webkit-linear-gradient(180deg, rgb(44 62 80) 0%, rgb(44 62 80 / 100%) 40%, transparent 95%);*/
/*    background: -moz-linear-gradient(180deg, rgb(44 62 80) 0%, rgb(44 62 80 / 100%) 40%, transparent 95%);*/
/*    background: linear-gradient(180deg, rgb(44 62 80) 0%, rgb(44 62 80 / 100%) 40%, transparent 95%);*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*    direction: rtl;*/
/*    top: 0%;*/
/*    right: 0;*/
/*    left: 0;*/
/*    -webkit-transition: all 0.5s ease;*/
/*    -moz-transition: all 0.5s ease;*/
/*    -o-transition: all 0.5s ease;*/
/*    transition: all 0.5s ease;*/
/*}*/

/*header .header_filds {*/
/*    position: relative;*/
/*    display: grid;*/
/*    margin: 2% auto;*/
/*    width: 100%;*/
/*    clear: both;*/
/*    grid-template-columns: 5% 15% 45% 35%;*/
/*}*/

/*header .header_filds spare {*/
/*    position: relative;*/
/*    display: block;*/
/*    margin: auto;*/
/*    padding: 0;*/
/*    z-index: 1;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*header logo {*/
/*    position: relative;*/
/*    display: block;*/
/*    margin: 5% 5%;*/
/*    max-height: 100%;*/
/*    max-width: 100%;*/
/*    padding: 0% 0%;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*    right: 0;*/
/*    left: 0;*/
/*}*/

/*header logo img {*/
/*    width: auto;*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*    max-height: 100%;*/
/*    margin: auto;*/
/*    position: relative;*/
/*    display: block;*/
/*    clear: both;*/
/*}*/

/*header logo svg:nth-child(1) {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin: auto;*/
/*    position: relative;*/
/*    display: block;*/
/*    clear: both;*/
/*}*/

/*header logo svg:nth-child(2) {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin: 12px auto;*/
/*    position: relative;*/
/*    display: block;*/
/*    clear: both;*/
/*}*/

/*header menu {*/
/*    margin: auto;*/
/*    display: block;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*}*/

/*header slot {*/
/*    position: relative;*/
/*    margin: auto;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*header slot i {*/
/*    position: absolute;*/
/*    display: block;*/
/*    width: max(1vW, 3vH);*/
/*    height: max(1vW, 3vH);*/
/*    font-size: max(1vW, 3vH);*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    cursor: pointer;*/
/*    -webkit-transition: all 0.5s ease;*/
/*    -moz-transition: all 0.5s ease;*/
/*    -o-transition: all 0.5s ease;*/
/*    transition: all 0.5s ease;*/
/*}*/

/*header slot i svg {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*    clear: both;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*}*/

/*header slot[sl="1"], header slot[sl="2"] {*/
/*    width: calc(35%);*/
/*    height: calc(90% - 20px);*/
/*    border: 1px solid transparent;*/
/*    border-radius: 50%;*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*    -webkit-transition: all 0.5s ease;*/
/*    -moz-transition: all 0.5s ease;*/
/*    -o-transition: all 0.5s ease;*/
/*    transition: all 0.5s ease;*/
/*    z-index: 1;*/
/*    margin: 11% 6% auto 6%;*/
/*    display: inline-block;*/
/*    float: right;*/
/*    background: #428ded;*/
/*}*/

/*header slot[sl="1"] {*/
/*    background: var(--red-color);*/
/*}*/

/*header slot[sl="2"] {*/
/*    background: var(--green-color);*/
/*}*/

/*header list slot i {*/
/*    left: 0;*/
/*    width: max(1.5vW,1.5vH);*/
/*    height: max(1.5vW,1.5vH);*/
/*    color: #f8f8f8;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    font-size: 18px;*/
/*}*/

slider {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    height: 97%;
    z-index: -1;
    /*background: #c9c9c9 url('/public/files/icons/headbg5.png');*/
    background: rgb(44 62 80);
    overflow: hidden;
}

i[rol="godown"] {
    position: absolute;
    display: block;
    margin: auto;
    color: #f8f8f8;
    bottom: 15%;
    width: max(10vW, 10vH);
    height: max(10vW, 10vH);
    z-index: 3;
    right: 5%;
    cursor: pointer;
    filter: drop-shadow(0px 0px 5px var(--box-color));
}

i[rol="godown"] svg g {
    fill: var(--box-color);
    text-shadow: 0px 0px 1px var(--box-color);
    box-shadow: 0px 0px 1px var(--box-color);
    filter: drop-shadow(0px 0px 1px var(--box-color));
    animation: svg 3s linear infinite;
    -moz-animation: svg 3s linear infinite;
    -webkit-animation: svg 3s linear infinite;
}


@-moz-keyframes svg {
    0% {
        fill: var(--base-color);
        text-shadow: 0px 0px 2px var(--base-color);
        box-shadow: 0px 0px 2px var(--base-color);
        filter: drop-shadow(0px 0px 2px var(--base-color));
    }
    50% {
        fill: var(--box-color);
        text-shadow: 0px 0px 1px var(--box-color);
        box-shadow: 0px 0px 1px var(--box-color);
        filter: drop-shadow(0px 0px 1px var(--box-color));
    }
    100% {
        fill: var(--base-color);
        text-shadow: 0px 0px 2px var(--base-color);
        box-shadow: 0px 0px 2px var(--base-color);
        filter: drop-shadow(0px 0px 2px var(--base-color));
    }
}

@-webkit-keyframes svg {
    0% {
        fill: var(--base-color);
        text-shadow: 0px 0px 2px var(--base-color);
        box-shadow: 0px 0px 2px var(--base-color);
        filter: drop-shadow(0px 0px 2px var(--base-color));
    }
    50% {
        fill: var(--box-color);
        text-shadow: 0px 0px 1px var(--box-color);
        box-shadow: 0px 0px 1px var(--box-color);
        filter: drop-shadow(0px 0px 1px var(--box-color));
    }
    100% {
        fill: var(--base-color);
        text-shadow: 0px 0px 2px var(--base-color);
        box-shadow: 0px 0px 2px var(--base-color);
        filter: drop-shadow(0px 0px 2px var(--base-color));
    }
}

@keyframes svg {
    0% {
        fill: var(--base-color);
        text-shadow: 0px 0px 2px var(--base-color);
        box-shadow: 0px 0px 2px var(--base-color);
        filter: drop-shadow(0px 0px 2px var(--base-color));
    }
    50% {
        fill: var(--box-color);
        text-shadow: 0px 0px 1px var(--box-color);
        box-shadow: 0px 0px 1px var(--box-color);
        filter: drop-shadow(0px 0px 1px var(--box-color));
    }
    100% {
        fill: var(--base-color);
        text-shadow: 0px 0px 2px var(--base-color);
        box-shadow: 0px 0px 2px var(--base-color);
        filter: drop-shadow(0px 0px 2px var(--base-color));
    }
}


slot.in_search {
    z-index: 10 !important;
    margin: 0% 5% !important;
    width: calc(100% - 7%) !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

slot.in_search i {
    right: 10px;
    left: unset;
    transform: rotate(30deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.4s ease;
}

slot.in_search input {
    position: absolute;
    margin: auto;
    display: block;
    border: unset;
    color: var(--box-color);
    font-size: 12px;
    font-family: 'stedad', 'sans';
    padding: 10px 40px 10px 15px;
    opacity: 1;
    border-radius: 10vH;
    background: var(--back-color);
    width: calc(100% - 55px);
    height: calc(60% - 20px);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.clear {
    display: block;
    clear: both;
}

slot.in_search input::placeholder {
    color: #383535;
    font-size: 10px;
}

/*header label {*/
/*    position: relative;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin: auto;*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*    min-height: 32px;*/
/*}*/

/*header label .menofot {*/
/*    display: block;*/
/*    position: relative;*/
/*    margin: auto;*/
/*    cursor: pointer;*/
/*    z-index: 400;*/
/*    padding: 5px;*/
/*    border-radius: 7px;*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    right: -5px;*/
/*    top: 3px;*/
/*}*/

/*header label .menofot .menubar {*/
/*    position: relative;*/
/*    box-sizing: border-box;*/
/*    color: var(--base-color);*/
/*    transition: 0.7s cubic-bezier(0.53, 0, 0.15, 1.3);*/
/*    z-index: 100;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*    margin: auto;*/
/*    right: 0;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*}*/

/*header label .menofot .containerz {*/
/*    position: absolute;*/
/*    -moz-transition: all 0.5s ease;*/
/*    -webkit-transition: all 0.5s ease;*/
/*    transition: all 0.5s ease;*/
/*    top: 0px;*/
/*    bottom: 0;*/
/*    display: block;*/
/*    right: 0;*/
/*    left: 0;*/
/*    margin: auto;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/

/*header label .menofot .toggle {*/
/*    position: absolute;*/
/*    height: 30px;*/
/*    width: 30px;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    right: 0;*/
/*    left: 0;*/
/*}*/

/*header label .menofot .toggle:before {*/
/*    top: -20px !important;*/
/*}*/

/*header label .menofot .toggle:after {*/
/*    top: 20px !important;*/
/*}*/

/*header label .menofot .toggle:after, .toggle:before, span#line_3 {*/
/*    content: '';*/
/*    cursor: pointer;*/
/*    background: var(--base-color);*/
/*    margin: auto;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    transition: 0.6s cubic-bezier(0.53, 0, 0.15, 1.3);*/
/*    -webkit-transition: 0.6s cubic-bezier(0.53, 0, 0.15, 1.3);*/
/*    -moz-transition: 0.6s cubic-bezier(0.53, 0, 0.15, 1.3);*/
/*    width: 100%;*/
/*    height: 3.5px;*/
/*    border-radius: 3px;*/
/*}*/

/*header label .menofot .toggle.close:before {*/
/*    transform: rotate(-225deg);*/
/*    -webkit-transform: rotate(-225deg);*/
/*    top: 0 !important;*/
/*}*/

/*header label .menofot .toggle.close:after {*/
/*    transform: rotate(225deg);*/
/*    -webkit-transform: rotate(225deg);*/
/*    top: 0 !important;*/
/*}*/

/*header label i {*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 10%;*/
/*}*/

/*header label i img {*/
/*    position: absolute;*/
/*    margin: auto;*/
/*    display: block;*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    top: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*}*/

/*header label i.back {*/
/*    position: relative;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    font-size: 25px;*/
/*    color: var(--base-color);*/
/*    top: 8px;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: -5px;*/
/*    cursor: hand;*/
/*    transition: all 0.4s ease;*/
/*    -moz-transition: all 0.4s ease;*/
/*    -webkit-transition: all 0.4s ease;*/
/*}*/

/*header label span#start {*/
/*    position: relative;*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*    font-family: 'titr_r';*/
/*    font-size: 30px;*/
/*    color: #f8f8f8;*/
/*    display: block;*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*    top: 5px;*/
/*    right: -25px;*/
/*    direction: ltr;*/
/*}*/

/*header slot b#bascount {*/
/*    position: absolute;*/
/*    margin: auto;*/
/*    background: #f8f8f8;*/
/*    padding: 6px 3px 3px 3px;*/
/*    width: calc(20px - 0px);*/
/*    height: calc(20px - 4px);*/
/*    text-align: center;*/
/*    border-radius: 50%;*/
/*    font-size: 10px;*/
/*    font-family: 'per_add';*/
/*    z-index: 2;*/
/*    bottom: -5%;*/
/*    right: -10%;*/
/*    color: var(--red-color);*/
/*}*/


img.slide_1, img.slide_4 {
    position: relative;
    display: block;
    margin: 3px auto;
    width: 1260px;
    max-width: 97vW;
    max-height: 100vH;
    clear: both;
    direction: rtl;
    border-radius: 3px;
    cursor: pointer;
}

ul.slide_box {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 100vW;
    height: auto;
    clear: both;
    direction: rtl;
    border-radius: 3px;
}

ul.slide_box li {
    display: block;
    width: 100%;
    min-height: 60vH;
    height: auto;
    position: relative;
}

ul.slide_box li img, ul.slide_box li video {
    position: relative;
    margin: auto;
    width: 100%;
    height: 0px;
    display: none !important;
    opacity: 0;
    clear: both;
    direction: rtl;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

ul.slide_box li img.active, ul.slide_box li video.active {
    filter: drop-shadow(0px 0px 5px var(--box-color));
    box-shadow: inset 0px 0px 5px var(--box-color);
    display: block !important;
    opacity: 1;
    height: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}


page_number {
    position: relative;
    display: block;
    margin: 20px auto 40px auto !important;
    clear: both;
    direction: ltr;
}

page_number num {
    position: relative;
    margin: auto 10px;
    background: var(--snow-color);
    border: 1px solid var(--box-color);
    border-radius: 5px;
    z-index: 1;
    color: var(--box-color);
    text-align: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 15px;
    font-family: 'per_add';
    direction: ltr;
    font-weight: 700;
    display: inline-block;
}

page_number num.true {
    background: var(--box-color);
    border: 1px solid transparent;
    color: var(--base-color);
    font-weight: 900;
}

.slideshow-container {
    position: relative;
    display: block;
    margin: 30px auto 120px auto;
    clear: both;
    max-width: 1280px;
    height: 360px;
}

.slideshow-container .mySlides {
    --w: calc(1.5 * 350px);
    position: absolute;
    margin: auto;
    width: var(--w);
    height: calc(var(--w) / 2);
    z-index: 1;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 2px #585858;
    filter: blur(3px);
    background: #ececec;
    display: none !important;
}

.slideshow-container .mySlides.right {
    right: 100px;
    display: block !important;
}

.slideshow-container .mySlides.left {
    left: 100px;
    display: block !important;
}

.slideshow-container .mySlides.active {
    --w: calc(2 * 470px);
    position: absolute;
    margin: auto;
    width: var(--w);
    height: calc(var(--w) / 2);
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 5px #585858;
    filter: blur(0px);
    display: block !important;
}

.slideshow-container .mySlides.active, .slideshow-container .mySlides.left, .slideshow-container .mySlides.right, .flex li h3 {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}


.slideshow-container .mySlides img {
    display: block;
    margin: auto;
    clear: both;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.dot_list {
    text-align: center;
    position: absolute;
    margin: auto;
    max-width: 100%;
    height: 20px;
    padding: 5px;
    bottom: 15%;
    right: 0px;
    left: 0px;
    z-index: 2;
    justify-content: center;
}

.dot_list span.dot {
    position: relative;
    display: inline-block;
    margin: 5px 3px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: rgb(23 22 22 / 49%);
    opacity: 0.5;
    cursor: pointer;
}

.dot_list span.dot.active {
    opacity: 1;
    width: 16px;
    height: 16px;
}

right_tolbar {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(67 68 71 / 30%);
    z-index: 490;
}

.right_tolbar {
    position: fixed;
    margin: auto;
    display: block;
    width: 100vW;
    height: 100vH;
    clear: both;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 150;
    background: rgb(28 26 26 / 60%);
}

.right_tolbar object.box_show_link .show_responsive, .phone_mode object.box_show_link .show_responsive {
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    direction: ltr;
    overflow: hidden;
    overflow-y: auto;
    background: #f6f6f6;
    display: block;
}

.right_tolbar object.box_show_link .show_responsive {
    background: #ffffff;
    border-radius: 0px 0px 0px 20px;
}

.right_tolbar object.box_show_link {
    position: absolute;
    width: 0%;
    max-width: 320px;
    opacity: 0;
    height: 100%;
    background: transparent;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: -5px 0px 15px 0px #3333337d;
    overflow: hidden;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px 0px 0px 20px;
}

.show_object {
    width: 85% !important;
    opacity: 1 !important;
    -moz-transition: all 1s ease !important;
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
}

.right_tolbar object.box_show_link .close.icon.fui-cross {
    position: relative;
    top: 0;
    margin: auto;
    padding: 20px;
    background: #374859;
    color: var(--base-color);
    font-size: 18px;
    font-weight: 900;
    overflow: hidden;
    text-align: right;
    padding-right: 20px;
    display: block;
    z-index: 2;
    font-family: 'stedad_b';
    direction: rtl;
}

.right_tolbar object.box_show_link .close.icon.fui-cross:before {
    font-family: 'Flat-UI-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--base-color);
    position: absolute;
    width: 20px;
    height: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    font-weight: 100;
    font-size: 20px;
    cursor: pointer;
    left: 10%;
}


.inline {
    position: relative;
    display: inline-flex;
    margin: -2px 5px;
}

#animation {
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -moz-animation-direction: normal;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    animation-direction: normal;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    -moz-transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

@-webkit-keyframes start {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes start {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes start {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#start {
    opacity: 1;
    -webkit-animation-name: start;
    -moz-animation-name: start;
    animation-name: start;
}

.right_tolbar .show_responsive ul {
    display: block;
    margin: auto;
    direction: rtl;
    padding: 5px;
    position: relative;
    min-height: calc(100% - 10px);
    background: rgb(44 62 80 / 95%);
    background-size: auto;
}

.right_tolbar .show_responsive ul li {
    display: block;
    margin: 10px;
    direction: rtl;
    padding: 10px 55px 10px 15px;
    position: relative;
    font-size: 15px;
    font-family: 'naz_200';
    cursor: pointer;
    background: rgb(248 248 248 / 5%);
    border-radius: 10px;
    color: var(--back-color);
    max-height: 50px;
    overflow: hidden;
}

.right_tolbar .show_responsive ul li:hover {
    font-size: 16px;
    font-family: 'naz_500';
    border-right: 8px solid var(--base-color);
    background: var(--box-color);
    color: snow;
}

.right_tolbar .show_responsive ul li:hover a {
    color: snow !important;
}

.right_tolbar .show_responsive ul li i {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #f8f8f8;
    cursor: pointer;
}

.right_tolbar .show_responsive ul li img.icon {
    width: 35px;
    height: 35px;
    border: 2px solid var(--bilt-color);
    border-radius: 5px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 10px;
    cursor: pointer;
}

.right_tolbar .show_responsive ul li a {
    color: #f8f8f8 !important;
    font-size: 18px;
    font-family: 'naz_900';
}

.right_tolbar .show_responsive ul li:hover i {
    color: var(--select-color);
}

.right_tolbar .show_responsive ul li img, .right_tolbar .show_responsive ul li svg {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    background: rgb(248 248 248 / 15%);
    padding: 5px;
    top: -5px;
}

.section_fild div {
    position: relative;
    margin: 2% 5%;
    clear: both;
    display: block;
}

.section_fild div img {
    max-width: 100%;
    position: relative;
    clear: both;
    border-radius: 5px;
}

.section_fild .image_box {
    grid-area: image_box;
}

.section_fild .tezxter_box {
    grid-area: tezxter_box;
    background: var(--div-color);
    border-radius: 25px;
    min-height: 350px;
}

.section_fild .download_box {
    grid-area: download_box;
    height: auto;
    border-radius: 9px;
}

.section_fild {
    max-width: 98vW;
    grid-template-areas: 'image_box image_box image_box'
                         'image_box image_box image_box'
                         'image_box image_box image_box'
                         'download_box download_box download_box'
                         'download_box download_box download_box'
                         'tezxter_box tezxter_box tezxter_box'
                         'tezxter_box tezxter_box tezxter_box'
                         'tezxter_box tezxter_box tezxter_box';
}

.section_fild .tezxter_box ul.menu_list {
    display: block;
    position: relative;
    margin: 10px auto;
    clear: both;
    direction: rtl;
    text-align: center;
    justify-content: center;
}

.section_fild .tezxter_box ul.menu_list li {
    position: relative;
    display: inline-block;
    clear: both;
    margin: 5px;
    width: calc(50% - 45px);
    text-align: center;
    padding: 10px 15px;
    font-family: 'stedad', 'sans';
    font-size: 18px;
    cursor: pointer;
    opacity: 0.5;
}

.section_fild .tezxter_box p {
    position: relative;
    display: none;
    background: var(--back-color);
    margin: 10px;
    border-radius: 9px;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    direction: rtl;
    font-size: 16px;
    padding: 15px 10px;
    font-family: 'stedad', 'sans';
    min-height: 50%;
}

.voice_player {
    position: relative;
    display: block;
    margin: 5%;
    max-width: 98vW;
    clear: both;
    background: var(--div-color);
    border-radius: 25px;
    padding: 10px 0px;
}

.voice_player i#control_voice {
    width: 35%;
    cursor: pointer;
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 0px;
}

.voice_player i#timer_voice {
    position: relative;
    display: block;
    margin: auto;
    width: 80%;
    cursor: pointer;
    padding: 10px 0px;
}

.voice_player i#watch_voice {
    position: relative;
    display: block;
    margin: auto;
    width: 70%;
    cursor: pointer;
    font-size: 25px;
    color: var(--base-color);
    font-family: 'per_add';
    font-weight: 900;
    text-align: center;
    justify-content: center;
    padding: 10px 0px;
}

.section_fild .download_box {
    display: grid;
    grid-template-columns: 55% 45%;
    direction: rtl;
}

.section_fild .download_box span {
    display: block;
    clear: both;
    padding: 15px 15px;
    margin: 10px;
    background: var(--div-color);
    text-align: center;
    font-size: 13px;
    font-family: 'stedad', 'sans';
    cursor: pointer;
    border-radius: 25px;
}

.section_fild .download_box span:hover {
    background: var(--base-color);
}


.section_fild .tezxter_box ul.menu_list li:nth-child(1) {
    border-left: 2px solid var(--base-color);
}

.section_fild .tezxter_box ul.menu_list li.active {
    font-family: 'stedad_b';
    opacity: 1;
}

svg path {
    cursor: pointer;
}


.google_search {
    position: relative;
    display: block;
    clear: both;
    margin: auto;
    max-width: 95vW;
    direction: rtl;
}

.google_search div {
    margin: 5px auto;
    font-size: 20px;
    font-family: 'titr_r';
    text-align: justify;
}

.google_search div a {
    text-decoration-line: blink;
    font-family: 'titr';
    font-weight: bold;
    cursor: pointer;
    padding: 5px 15px;
    display: block;
}


table {
    direction: rtl;
    border-spacing: 1px;
    border-collapse: collapse;
    overflow: hidden;
    max-width: 1280px;
    width: 99%;
    min-width: 85%;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
    clear: both;
}

table * {
    position: relative;
}

table tbody {
    border-bottom: var(--base-color) 3px solid;
    box-shadow: 0px 0px 5px #231f1fa1;
}

table td, table th {
    min-width: 30px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px 10px;
    font-family: 'stedad_b';
    background: var(--div-color);
    border-radius: 9px;
}

table thead tr {
    padding: 10px;
    background: transparent;
    font-size: 16px;
    min-height: 45px;
}

table thead td {
    font-family: naz_900;
    background: var(--red-color);
    color: var(--back-color);
    font-size: 18px;
}

table tbody tr:nth-of-type(2n) {
    background: var(--base-color);
}

table tbody tr:nth-child(2n) {
    background: var(--box-color);
}

table tbody tr:nth-child(2n) td {
    color: #7d7d7b;
}

table tbody tr {
    min-height: 48px;
    border-bottom: 1px solid var(--green-color);
    background: var(--base-color);
}

table tbody tr:last-child {
    border: 0;
}

table td, table th {
    text-align: center;
    border-right: transparent 5px solid;
    border-left: transparent 5px solid;
}

table td.l, table th.l {
    text-align: right;
}

table td.c, table th.c {
    text-align: center;
}

table td.r, table th.r {
    text-align: center;
}

table th {
    color: #181818;
    text-align: center;
}

table td {
    font-family: naz_500;
    color: #b1afaf;
    font-size: 16px;
    direction: rtl;
}

table td img {
    display: table;
    position: relative;
    margin: auto;
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    padding: 5px;
}

table td i.icon {
    position: relative !important;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #626262;
    cursor: pointer;
    padding: 5px;
    right: unset !important;
    left: unset !important;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

table td i.icon:hover {
    color: var(--back-color);
}

table tfoot td {
    background: #535758 !important;
    color: #f7f7f7 !important;
}

.dixbox {
    position: relative;
    margin: 25% 10% 5% 10%;
    border-radius: 25px;
    background: #2C3E50;
    cursor: pointer;
    padding: 15px 20px;
    text-align: center;
    justify-content: center;
    color: #f8f8f8;
    font-family: 'stedad_b';
    display: block;
}

.dixbox svg {
    position: absolute;
    margin: auto;
    display: block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    top: 0;
    bottom: 0;
    left: 5%;
}

.snow_box {
    position: relative;
    margin: 10px auto;
    display: block;
    direction: rtl;
    text-align: center;
    justify-content: center;
    background: #f8f8f8;
    padding: 25px 15px;
    border-radius: 35px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.eshterakshower {
    position: relative;
    margin: 10px 2% 15px 2%;
    display: block;
    direction: rtl;
    text-align: center;
    justify-content: center;
    background: #f8f8f8;
    padding: 40px 15px;
    border-radius: 35px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eshterakshower div {
    position: relative;
    display: block;
    margin: auto;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 100%;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eshterakshower div span.esh {
    position: relative;
    margin: 2% 5%;
    padding: 10px;
    text-align: center;
    justify-content: center;
    background: #FFEBCA;
    display: block;
    border-radius: 30px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eshterakshower div span.esh:hover {
    background: #F39C12;
}

.eshterakshower div span.esh.active {
    background: #128ef3;
}

.eshterakshower div span.esh.active h1, .eshterakshower div span.esh.active h3, .eshterakshower div span.esh.active h4 {
    color: #f8f8f8;
}

.eshterakshower div span.esh svg {
    position: absolute;
    margin: auto;
    display: block;
    width: 40px;
    height: 40px;
    top: -20px;
    right: 0;
    left: 0;
    z-index: 5;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eshterakshower div span.esh svg path {
    fill: #F39C12 !important;
}

.eshterakshower div span.esh:hover svg path, .eshterakshower div span.esh.active svg path {
    fill: #2C3E50 !important;
}

.eshterakshower div span.esh h4 {
    position: relative;
    margin: 20px 12% auto 12%;
    display: block;
    clear: both;
    font-size: 24px;
    font-family: 'naz_900';
    text-align: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eshterakshower div span.esh h3 {
    position: relative;
    margin: 20px 20% auto 20%;
    display: block;
    clear: both;
    font-size: 15px;
    font-family: 'naz_300';
    text-align: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eshterakshower div span.esh h1 {
    position: relative;
    margin: 25px 10px auto 10px;
    display: block;
    clear: both;
    font-size: 20px;
    font-family: 'naz_900';
    text-align: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eshterakshower div span.esh p {
    display: block;
    position: relative;
    margin: 25px 10%;
    padding: 15px 15px;
    border-radius: 20px;
    background: #F39C12;
    font-size: 16px;
    font-family: 'stedad_b';
    text-align: center;
    justify-content: center;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eshterakshower div span.esh p[role="1"] {
    opacity: 1;
    overflow: unset;
    width: unset;
    height: unset;
    display: block;
}

.eshterakshower div span.esh p[role="2"] {
    opacity: 0;
    overflow: hidden;
    width: 0px;
    height: 0px;
    display: none;
}

.eshterakshower div span.esh:hover p[role="1"], .eshterakshower div span.esh.active p[role="1"] {
    opacity: 0;
    overflow: hidden;
    width: 0px;
    height: 0px;
    display: none;
}

.eshterakshower div span.esh:hover p[role="2"], .eshterakshower div span.esh.active p[role="2"] {
    opacity: 1;
    overflow: unset;
    width: unset;
    height: unset;
    background: #2C3E50;
    color: #f8f8f8;
    display: block;
}

textarea {
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 10px;
    direction: rtl;
    clear: both;
    z-index: 1;
    width: calc(100% - 20px);
    font-family: 'stedad', 'sans';
    color: rgba(0, 0, 0, 0.6);
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 55%);
    border-radius: 25px;
    font-size: 14px;
    border: unset;
    text-align: left;
    direction: ltr;
    min-height: 150px;
}


.clickerboxer {
    position: relative;
    display: block;
    margin: 10px auto;
    max-width: calc(100% - 100px);
    width: 1200px;
    text-align: right;
    direction: rtl;
    padding: 15px 50px 15px 15px;
    font-size: 20px;
    font-family: 'kalame_b';
    color: #181828;
    cursor: pointer;
    background: #dddddc;
    border: 2px solid #d6d3d3;
    border-radius: 5px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.clickerboxer i {
    position: absolute;
    margin: auto;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #181818;
    right: 15px;
    top: 0;
    bottom: 0;
    transform: rotateZ(180deg);
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

small a {
    text-decoration-line: unset;
    cursor: pointer;
    color: #0c0b0b;
    font-size: 12px;
    font-family: 'stedad', 'sans';
    display: block;
}

f {
    color: var(--red-color);
    text-decoration-line: line-through;
    margin: auto 10px;
}


.box_lists {
    position: relative;
    margin: 15px auto;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    direction: rtl;
    text-align: center;
}

.box_lists .lable, .informat .lable {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: calc(min(97vW, 1280px) / 2.5);
    height: auto;
    /* height: calc((min(97vW, 1280px) / 8) + 80px); */
    min-width: calc(150px / 1.5);
    min-height: 100%;
    /* min-height: calc(220px / 1.5); */
    background: white;
    margin: 5px 5px;
    border-radius: 20px;
    border: 0.5px solid rgb(44 62 80 / 33%);
    cursor: pointer;
    z-index: 5;
}

grid .lable {
    position: relative;
    display: block;
    overflow: hidden;
    width: calc(100% - 20px);
    height: auto;
    min-width: calc(100% - 20px);
    min-height: 100%;
    background: white;
    margin: 10px 10px;
    border-radius: 20px;
    border: 1px solid #2C3E50;
    cursor: pointer;
    z-index: 5;
}

.box_lists .lable img, .informat .lable img, grid .lable img {
    max-width: 100%;
    position: relative;
    display: block;
    margin: auto;
    clear: both;
    cursor: pointer;
    box-shadow: 0px 0px 1px #2C3E50;
    filter: saturate(1.5);
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.box_lists .lable:hover img, .informat .lable:hover img, grid .lable:hover img {
    filter: saturate(1);
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.box_lists .lable span.title, .informat .lable span.title, grid .lable span.title {
    display: block;
    margin: 10px 10px;
    font-family: 'naz_500';
    font-size: 12px;
    position: relative;
}

.box_lists .lable span.off, .informat .lable span.off, grid .lable span.off {
    position: absolute;
    padding: 3px 7px;
    background: var(--red-color);
    font-size: 11px;
    font-family: 'per_add';
    color: #f8f8f8;
    font-weight: 900;
    border-radius: 20px;
    bottom: 10px;
    right: 10px;
    text-align: center;
    justify-content: center;
    direction: rtl;
}

.box_lists .lable span.price[role="2"], .informat .lable span.price[role="2"], grid .lable span.price[role="2"] {
    position: absolute;
    font-size: 10px;
    font-family: 'per_add';
    color: #545454;
    font-weight: 700;
    bottom: 22px;
    left: 10px;
    text-align: center;
    justify-content: center;
    direction: rtl;
    text-decoration: line-through;
    display: block;
}

.box_lists .lable span.price[role="1"], .informat .lable span.price[role="1"], grid .lable span.price[role="1"] {
    position: absolute;
    font-size: 12px;
    font-family: 'per_add';
    color: var(--base-color);
    font-weight: 900;
    top: 5%;
    left: 5px;
    text-align: center;
    justify-content: center;
    direction: rtl;
    display: block;
}

grid.dipdip .lable {
    position: relative;
    display: block;
    overflow: hidden;
    width: calc(100% - 20px - 4%);
    min-height: calc(100% - 20px - 10%);
    height: auto !important;
    min-width: unset !important;
    background: transparent;
    margin: 10px 10px;
    border-radius: 20px;
    border: transparent;
    cursor: pointer;
    z-index: 5;
    padding: 5% 2%;
    filter: blur(2px);
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

grid.dipdip .center .lable {
    filter: blur(0px);
    padding: 5%;
    border: 2px dashed #2c3e50;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

span.lin_text b.asee {
    position: absolute;
    font-size: 15px;
    color: #f8f8f8;
    margin: auto;
    height: 18px;
    top: 0;
    bottom: 0;
    left: 5%;
    cursor: pointer;
    font-weight: 500;
    background: #428ded !important;
}

grid.dipdip .lable img {
    max-width: 95%;
    max-height: 95%;
    position: relative;
    display: block;
    margin: auto;
    border-radius: 15%;
    top: 0;
    bottom: 0;
    right: 0;
    border: 2px dashed #57565680;
    clear: both;
    overflow: hidden;
    cursor: pointer;
    box-shadow: inset 0px 0px 2px #2C3E50;
    filter: saturate(1.5);
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

grid.dipdip .center .lable img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 2px solid transparent;
}


grid.dipdip .lable span.title {
    position: relative;
    padding: 2px 1%;
    top: 10%;
}

grid.dipdip .lable span.title b {
    color: #082b79;
    font-size: 14px;
    display: none;
}

grid.dipdip .lable span.price {
    color: #428ded !important;
    left: 10%;
}

grid.dipdip .lable span.price[role="2"] {
    left: unset;
    right: 25%;
}

.box_lists.top {
    background: var(--boarder-color);
}

.box_lists.top .lable, .box_lists.off .lable, .informat.top .lable, .informatoff .lable {
    margin: 20px 5px;
    border-radius: 15px;
}

.box_lists.top .lable img, .box_lists.off .lable img, .informat.top .lable img, .informat.off .lable img {
    margin: 7px;
    width: calc(100% - 14px);
    border-radius: 15px;
    box-shadow: 0px 0px 5px #1c1b1b78;
}

.box_lists.top .lable span.price[role="1"], .box_lists.off .lable span.price[role="1"], .informat.top .lable span.price[role="1"], .informat.off .lable span.price[role="1"] {
    bottom: 20px;
    left: 10px;
}

.box_lists.top .lable span.price[role="2"], .box_lists.off .lable span.price[role="2"], .informat.top .lable span.price[role="2"], .informat.off .lable span.price[role="2"] {
    bottom: 3px;
    left: 5px;
}

.box_lists .titrer, .informat .titrer, grid .titrer {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 160px;
    height: 100%;
    background: var(--boarder-color);
    cursor: pointer;
    z-index: 7;
    top: 0;
    bottom: 0;
    right: 0;
}

.box_lists .titrer h1, .informat .titrer h1, grid .titrer h1 {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: 'stedad_b';
    text-align: center;
    justify-content: center;
    margin: 15px auto;
    color: #f8f8f8;
}

.box_lists .titrer img, .informat .titrer img, grid .titrer img {
    position: relative;
    margin: auto 10%;
    max-width: 80%;
    display: block;
}

span.lin_text[role="inline"] {
    text-align: right;
    justify-content: right;
    padding-right: 15%;
}

span.lin_text[role="inline"] i {
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    right: 2%;
}

span.lin_text[role="inline"] b.asee {
    position: absolute;
    font-size: 12px;
    color: #f8f8f8;
    margin: auto;
    height: 18px;
    top: 0;
    bottom: 0;
    left: 5%;
    cursor: pointer;
    font-weight: 300;
    background: #2c3e50 !important;
    font-family: 'stedad', 'sans' !important;
}

span.lin_text[role="inline"] b.asee i {
    top: 0px;
    width: 13px;
    height: 13px;
    font-size: 13px;
    right: 100%;
    bottom: 0;
    left: unset;
    color: #23942E;
    cursor: pointer;
}

.box_lists .lable h1, .informat .lable h1 {
    position: relative;
    font-size: 20px;
    font-family: 'titr';
    color: #727272;
    display: block;
    text-align: center;
    margin: 30% 5px 25% 5px;
}

.box_lists .lable h1 i, .informat .lable h1 i {
    position: relative;
    display: block;
    text-align: center;
}

footer menu {
    position: relative;
    display: grid;
    /*grid-template-columns: 19.8% 19.8% 19.8% 19.8% 19.8%;*/
    grid-template-columns: 33.2% 33.2% 33.2%;
    margin: auto;
    direction: rtl;
}

footer menu li {
    position: relative;
    margin: 15% auto;
    display: block;
    clear: both;
    text-align: center;
    padding: 0%;
}

footer menu li i {
    position: relative;
    margin: auto;
    display: block;
    max-width: 85%;
    height: auto;
    text-align: center;
    z-index: 10;
    width: max(4vW, 4vH);
    height: max(4vW, 4vH);
}

footer menu li i svg path {
    stroke: var(--hover-color);
    fill: var(--hover-color);
    opacity: 0.5;
}

footer menu li.active i svg path {
    opacity: 1 !important;
}


gradiyan {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 20vH;
    right: 0;
    left: 0;
    bottom: -3%;
    background: -webkit-linear-gradient(90deg, rgb(242 242 242) 10%, rgb(242 242 242 / 95%) 50%, transparent 90%);
    background: -moz-linear-gradient(0deg, rgb(242 242 242) 10%, rgb(242 242 242 / 95%) 50%, transparent 90%);
    background: linear-gradient(0deg, rgb(242 242 242) 10%, rgb(242 242 242 / 95%) 50%, transparent 90%);
}

ul.cater_list {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
}

ul.cater_list li {
    position: relative;
    display: block;
    margin: auto;
    clear: both;
    overflow: hidden;
    border-bottom: 1.5px solid #181818;
}

ul.cater_list li img {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    z-index: 0;
}

ul.cater_list li b {
    left: 0;
    position: absolute;
    background: rgb(24 24 24 / 74%);
    display: block;
    color: #f8f8f8;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 21px;
    font-family: 'titr';
    padding-top: 20%;
}


header .head_line {
    position: relative;
    display: block;
    margin: 0px auto;
    height: 8vH;
    min-height: 50px;
    max-height: 100px;
    width: 100%;
    max-width: 100vW;
    z-index: 5;
    justify-content: center;
    text-align: center;
    direction: rtl;
    top: 0%;
    right: 0;
    left: 0;
    background: rgb(44 62 80);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*header .head_line[rol='2'] {*/
/*    background: rgb(44 62 80);*/
/*    height: 17.2vH;*/
/*}*/

header .header_liner {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}


.menofot {
    display: block;
    margin: auto;
    cursor: pointer;
    border-radius: 7px;
}

.menofot .menubar {
    position: relative;
    box-sizing: border-box;
    color: var(--base-color);
    transition: 0.7s cubic-bezier(0.53, 0, 0.15, 1.3);
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.menofot .containerz {
    position: absolute;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 0px;
    bottom: 0;
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}

.menofot .toggle {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
}

.menofot .toggle:before {
    top: -14px !important;
}

.menofot .toggle:after {
    top: 15px !important;
}

.menofot .toggle:after, .toggle:before, span#line_3 {
    content: '';
    cursor: pointer;
    background: var(--base-color);
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: 0.6s cubic-bezier(0.53, 0, 0.15, 1.3);
    -webkit-transition: 0.6s cubic-bezier(0.53, 0, 0.15, 1.3);
    -moz-transition: 0.6s cubic-bezier(0.53, 0, 0.15, 1.3);
    width: 100%;
    height: 3px;
    border-radius: 3px;
}

.menofot .toggle.close:before {
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    top: 0 !important;
}

.menofot .toggle.close:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 0 !important;
}


header .header_liner .menofot {
    bottom: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 35px !important;
    height: 35px !important;
    right: 5% !important;
}

header .header_liner .menofot .menubar {
    width: 35px !important;
    height: 35px !important;
}

header .header_liner .menofot .toggle {
    height: 35px !important;
    width: 35px !important;
}


header .header_liner img.logobig {
    position: absolute;
    margin: auto;
    display: block;
    width: auto;
    height: 170%;
    top: -20%;
    bottom: 0;
    right: 7%;
}

header .header_liner img.logobig2 {
    position: absolute;
    margin: auto;
    display: block;
    max-width: 125px;
    max-height: 125%;
    top: -1px;
    bottom: 0;
    right: 18%;
}

header .header_liner .minimal_menu {
    position: absolute;
    margin: auto;
    display: block;
    width: auto;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 24%;
}

header .header_liner .minimal_menu li {
    border-radius: 15vW;
    position: relative;
    margin: 2.5vH 2% auto 1%;
    padding: 10px 15px;
    display: inline-block;
    background: rgb(44 62 80);
    color: #f8f8f8;
    font-size: 14px;
    font-family: 'stedad_b';
    cursor: pointer;
    right: -2.5%;
}

header .header_liner i.listerm1, header .header_liner i.listerm2, header .header_liner i.listerm3 {
    position: absolute;
    margin: auto;
    display: block;
    width: min(4.5vH, max(4.5vW, 35px));
    height: min(4.5vH, max(4.5vW, 35px));
    top: -5px;
    bottom: 0;
}

header .header_liner i.listerm1 svg, header .header_liner i.listerm2 svg, header .header_liner i.listerm3 svg {
    fill: #F39C12;
    stroke: #F39C12;
}

header .header_liner i.listerm3 {
    left: 25%;
}

header .header_liner i.listerm2 {
    left: 15%;
}

header .header_liner i.listerm1 {
    left: 2.5%;
}

header .header_liner i.listerm3 b#bascount {
    position: absolute;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 11px;
    font-family: 'per_add';
    color: var(--red-color);
    bottom: 0;
    right: -5px;
    left: 0;
    top: -8px;
    height: 15px;
    width: 20px;
    font-weight: 900;
}


header .header_liner .in_search {
    position: absolute;
    margin: auto;
    display: block;
    width: 45vW;
    height: 100%;
    z-index: 2;
    right: 18%;
}

header .header_liner .in_search input {
    position: absolute;
    margin: auto auto auto auto;
    display: block;
    clear: both;
    width: calc(100% - 34px);
    padding: 9px 12px 7px 22px;
    border: 4px solid #F39C12;
    border-radius: 15vW;
    font-family: 'farnaz';
    color: #f8f8f8;
    font-size: 12px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: calc(55% - 16px);
}

header .header_liner .in_search input::placeholder {
    color: #F39C12;
    font-size: 12px;
}

header .header_liner .in_search i {
    position: absolute;
    margin: auto;
    display: block;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 5px;
    color: #F39C12;
}

header .header_liner .in_search i svg {
    fill: #F39C12;
    stroke: #F39C12;
}

header list slot b#bascount {
    position: absolute;
    margin: auto;
    background: #f8f8f8;
    padding: 6px 3px 3px 3px;
    width: calc(20px - 0px);
    height: calc(20px - 4px);
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    font-family: 'per_add';
    z-index: 2;
    bottom: -5%;
    right: -10%;
    color: var(--red-color);
}

header .header_liner .menofot .toggle:after, .toggle:before, span#line_3 {
    background: var(--base-color) !important;
    height: 5px !important;
    border-radius: 6px !important;
}

header .header_liner .menofot .toggle:before {
    top: -20px !important;
}

header .header_liner .menofot .toggle:after {
    top: 20px !important;
}

header .header_liner .menofot .toggle.close:before {
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    top: 0 !important;
}

header .header_liner .menofot .toggle.close:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 0 !important;
}

.fixergo {
    position: absolute;
    margin: auto;
    width: 100%;
    text-align: center;
    justify-content: center;
    z-index: 10;
    height: 40px;
    top: 0;
    bottom: 0;
}

.fixergo span.go_right, .fixergo span.go_left {
    position: absolute;
    z-index: 4;
    display: block;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin: auto;
    color: #f8f8f8;
    background: linear-gradient(to top, #f6b93b, #ffdd59);
    border-radius: 10px;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.fixergo span.go_right i, .fixergo span.go_left i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.fixergo span.go_right {
    top: 0;
    bottom: 0;
    right: 4%;
}

.fixergo span.go_left {
    top: 0;
    bottom: 0;
    left: 4%;
}

.about {
    position: relative;
    margin: 10px auto;
    padding: 2%;
    display: block;
}

.about h1 {
    position: relative;
    display: block;
    margin: 5px auto;
    font-size: 20px;
    font-family: 'stedad_b';
    font-weight: 900;
}

.about h3 {
    position: relative;
    display: block;
    margin: 10px auto;
    font-size: 17px;
    font-family: 'stedad';
    font-weight: 300;
    text-align: justify;
    direction: rtl;
}

.about h2 {
    position: relative;
    display: block;
    margin: 20px 1%;
    font-size: 12px;
    font-family: 'stedad';
    font-weight: 600;
    direction: rtl;
    text-align: right;
    padding: 5px 40px 5px 5px;
}

.about h2 i {
    position: absolute;
    margin: auto;
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 0;
    bottom: 0;
    right: 0;
}


form label h1, .form label h1 {
    position: relative;
    display: block;
    margin: 1% auto !important;
    clear: both;
    font-size: 15px;
    font-family: 'stedad_b';
    padding: 15px 5px;
    color: #333333;
}

form label h2, .form label h2 {
    position: relative;
    display: block;
    margin: 1% auto !important;
    clear: both;
    font-size: 11px;
    font-family: 'stedad';
    padding: 5px 5px;
    color: #333333b3;
}

form label h3, .form label h3 {
    position: relative;
    display: block;
    margin: 1% auto !important;
    clear: both;
    font-size: 13px;
    font-family: 'stedad';
    padding: 10px 5px;
    color: #333333c3;
}


form label .container {
    display: flex;
    gap: 10px;
    direction: ltr;
    margin: auto;
    width: 90%;
}

.container input {
    text-align: center !important;
    font-size: 20px !important;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    position: relative !important;
    display: block !important;
    margin: auto !important;
    padding: 10px 10px 10px 10px !important;
    font-family: 'per_add' !important;
    color: #383838 !important;
    width: calc(100% - 100px - 15%) !important;
    border-radius: 6px !important;
    border: 1px solid #9A9A9A !important;
    background: #ededed !important;
    box-shadow: unset !important;
}

.btn-sub {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    position: relative;
    margin: 20px auto;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'stedad_b';
    color: #ffffff;
    width: calc(100% - 120px - 5%);
    height: auto;
    border: unset;
    border-radius: 6px;
    background: var(--base-color);
    display: block;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 0px transparent, inset 0px 0px 0px transparent;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

*[type="submit"]:hover, *[class="btn-"]:hover, *[class^="btn-"]:hover, *[class*="btn-"]:hover {
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    animation: gelatine 0.5s 1;
}

*[type="submit"]:active, *[class="btn-"]:active, *[class^="btn-"]:active, *[class*="btn-"]:active {
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    animation: gelatine 0.5s 1;
}

*[type="submit"]:focus, *[class="btn-"]:focus, *[class^="btn-"]:focus, *[class*="btn-"]:focus {
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    animation: gelatine 0.5s 1;
}

@keyframes gelatine {
    0%,
    100% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}

.loadingbox {
    position: relative;
    margin: 10% auto 5% auto;
    display: block;
    z-index: 300;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

h1.title_bar {
    position: absolute;
    margin: auto;
    display: block;
    clear: both;
    padding: 10px 15px;
    background: #ff7200;
    color: #f8f8f8;
    font-size: 12px;
    font-family: 'stedad_b';
    direction: rtl;
    border-radius: 6px;
    top: -20px;
    right: 25px;
}

.row h1.title_bar {
    position: relative !important;
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
}

span.lin_text2 {
    display: block;
    margin: 2% auto;
    clear: both;
    width: calc(95% - 90px);
    max-width: 95vW;
    direction: rtl;
    padding: 10px 85px 10px 5px;
    font-size: 18px;
    font-family: 'stedad_b';
    color: #2c3e50;
    position: relative;
    font-weight: 700;
}

span.lin_text2 i {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    right: 10px;
    top: 0;
    bottom: 0;
    color: #2c3e50;
    border: 2px solid #2c3e50;
    padding: 5px;
}

span.lin_text2 i svg, span.lin_text2 i svg * {
    fill: #ff7200 !important;
    stroke: #ff7200 !important;
}

span.lin_text2 b.asee {
    position: absolute;
    font-size: max(10px, min(2.9vW, 1.6vH));
    color: #ff7200 !important;
    margin: auto;
    height: 18px;
    top: 0;
    bottom: 0;
    left: 5%;
    cursor: pointer;
    font-weight: 300;
    background: transparent !important;
    font-family: 'stedad' !important;
    padding: 13px 15px 10px 15px;
}

span.lin_text2 b.asee i {
    top: 5px;
    width: max(13px, min(3.9vW, 1.9vH));
    height: max(13px, min(3.9vW, 1.9vH));
    font-size: max(13px, min(3.9vW, 1.9vH));
    right: 100%;
    bottom: 0;
    left: unset;
    color: #23942E;
    cursor: pointer;
}

footer menu li i.icon {
    position: relative !important;
}

span.btn_sub {
    text-align: center;
    position: absolute;
    margin: auto;
    display: block;
    width: 80px;
    height: auto;
    padding: 10px 15px;
    z-index: 10;
    cursor: pointer;
    background: #2c3e50;
    bottom: 30%;
    left: 0;
    right: 0;
    opacity: 0.2;
    color: #f8f8f8;
    font-family: 'stedad_b';
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

span.btn_sub:hover {
    opacity: 1;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.infor_mation_list {
    position: relative;
    margin: 2% 5%;
    border: 1px solid #2c3e50;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    height: 140px;
}

.infor_mation_list img {
    position: absolute;
    margin: auto;
    display: block;
    clear: both;
    width: 192px;
    height: 108px;
    top: 0;
    bottom: 0;
    left: 5%;
    overflow: hidden;
    border: 4px solid #2c3e50;
    border-radius: 5px;
    opacity: 0.4;
}

.infor_mation_list h1 {
    font-family: 'stedad_b';
    position: relative;
    z-index: 4;
    direction: rtl;
    margin: 2% 2% auto 2%;
    color: #2c3e50;
    padding: 10px 10px 5px 10px;
    font-size: 18px;
    font-weight: 900;
}

.infor_mation_list h2 {
    font-family: 'stedad';
    position: relative;
    z-index: 4;
    direction: rtl;
    margin: 1%;
    color: #2c3e50;
    padding: 5px 15px 5px 5px;
    font-size: 12px;
    font-weight: 900;
}

.infor_mation_list i {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    padding: 15px;
    background: #f8f8f87a;
    top: 0;
    bottom: 0;
    left: 10%;
    color: #ffffff;
    text-shadow: 0px 0px 7px #181818;
    cursor: pointer;
}
