@charset "UTF-8";
/*!
Theme Name: DONOCOO
Author: محمدرضا موسوی <info@hoovision.ir>
Author URI: https://hoovision.ir/
Version: 2.0.0
Description: قالب آژانس دیجیتال مارکتینگ دونوکو
*/


[class^="icon-"], [class*=" icon-"] {
    font-family: 'visionIcon' !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-signin:before {
    content: "\e904";
    color: var(--gold);
}

.icon-badge:before {
    content: "\e903";
    color: var(--gold);
}

.icon-arrow2:before {
    content: "\e901";
    color: var(--gold);
}

.icon-Menu-sign:before {
    content: "\e902";
    color: var(--gold);
}

.icon-Significon-Grid:before {
    content: "\e900";
    color: var(--gold);
}

.icon-significon-chat-copy-4:before {
    content: "\e905";
    color: var(--gold);
}

.icon-significon-phone:before {
    content: "\e906";
    color: var(--gold);
}

.icon-iconx:before {
    content: "\e910"
}

.icon-article:before {
    content: "\e90c"
}

.icon-video:before {
    content: "\e90d"
}

.icon-book:before {
    content: "\e90e"
}

.icon-podcast:before {
    content: "\e90f"
}

.icon-Significon-Check:before {
    content: "\e908";
    color: var(--gold);
}

.icon-icons8-replace:before {
    content: "\e909"
}

.icon-significon-archive:before {
    content: "\e90a"
}

.icon-significon-tag:before {
    content: "\e90b"
}

.icon-zarb:before {
    content: "\e907";
    color: #979797
}

.icon-significon-chat-copy-4:before {
    content: "\e905";
    color: var(--gold);
}

.icon-significon-phone:before {
    content: "\e906";
    color: var(--gold);
}

.icon-Significon-Grid:before {
    content: "\e900"
}

.icon-arrow2:before {
    content: "\e901"
}

.icon-Menu-sign:before {
    content: "\e902"
}

.icon-badge:before {
    content: "\e903"
}

.icon-signin:before {
    content: "\e904"
}


.home {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0
}

.holder {
    width: var(--ss-screenWidth);
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    max-height: 100%
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: start
}

section {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 5;
    transition: var(--ss-animation-time);
    transition-timing-function: var(--ss-animation-timing);
    overflow: hidden
}

.fix {
    position: fixed;
    z-index: 100
}

.top {
    top: 0
}

.top-10 {
    top: 10px
}

.top-20 {
    top: 20px
}

.top-30 {
    top: 30px
}

.top-40 {
    top: 40px
}

.top-50 {
    top: 50px
}

.bottom {
    bottom: 0
}

.bottom-10 {
    bottom: 10px
}

.bottom-20 {
    bottom: 20px
}

.bottom-30 {
    bottom: 30px
}

.bottom-40 {
    bottom: 40px
}

.bottom-50 {
    bottom: 50px
}

.right {
    right: var(--ss-right)
}

.left {
    left: var(--ss-left)
}

.x-center {
    left: 0;
    right: 0;
    margin: auto
}

.y-center {
    top: 0;
    bottom: 0;
    margin: auto
}

.center {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

.content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.sections-nav {
    position: absolute;
    pointer-events: none;
    display: flex;
    align-items: center;
    z-index: 50;
    height: 100%;
    top: 0;
    margin-left: -9px
}

.sections-nav .position-left, .sections-nav .position-right {
    height: 100%
}

.sections-nav li {
    float: right
}

.sections-nav > ul > li {
    width: 60px
}

.sections-nav.position-left {
    left: var(--ss-left);
    direction: ltr
}

.sections-nav.position-left li[data-name]:before {
    left: 0
}

.sections-nav.position-right {
    left: var(--ss-right)
}

.sections-nav li {
    pointer-events: all
}

.navbullet-1 li[data-name] {
    display: block;
    background: 0 0;
    padding: 3px 2px;
    cursor: pointer
}

.navbullet-1 li[data-name]:after {
    content: "";
    display: block;
    width: 16px;
    height: 3px;
    border-radius: 6px;
    background: #4a4a4a;
    transition: all .2s linear
}

.navbullet-1 li[data-name]:before {
    transition: all .2s linear;
    font-family: var(--main_font);
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.navbullet-1 li[data-name]:hover:before {
    opacity: 1;
    visibility: visible
}

.navbullet-1 li:hover:after {
    background: var(--ss-first-color)
}

.sections-nav-holder {
    pointer-events: auto;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

body .sections-nav-holder {
    display: none;
}

body.home .sections-nav-holder {
    display: block;
}

.navtype-2 .sections-nav-main > ul {
    position: absolute;
    width: 230px;
    height: 230px;
    left: -92px;
    top: -90px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease-out;
    cursor: auto
}

.navtype-2 .sections-nav-main > ul > li {
    transform: translate(7px, 10px);
    position: absolute;
    width: 100%;
    left: 0
}

.navbullet-2 li li {
    position: relative;
    width: 12px;
    height: 9px;
    background: var(--gold);
    border-radius: 2px;
    margin: 0 3px;
    cursor: pointer;
    pointer-events: auto;
    transition: .21s
}

.navbullet-2 li li:hover {
    opacity: 1 !important
}

.navtype-2 .sections-nav-main ul ul {
    opacity: 0;
    transform: translate(0, -10px);
    transition-duration: .4s
}

.navtype-2 .sections-nav-main:hover ul ul, .navtype-2 .sections-nav-main.open ul ul {
    opacity: 1;
    transform: translate(0, 0);
    transition-duration: .25s;
    transition-timing-function: ease
}

.navtype-2 .sections-nav-main:hover > ul > li:nth-child(0) ul, .navtype-2 .sections-nav-main.open > ul > li:nth-child(0) ul {
    transition-delay: 0;
}

.navtype-2 .sections-nav-main:hover > ul > li:nth-child(1) ul, .navtype-2 .sections-nav-main.open > ul > li:nth-child(1) ul {
    transition-delay: .1s;
}

.navtype-2 .sections-nav-main:hover > ul > li:nth-child(2) ul, .navtype-2 .sections-nav-main.open > ul > li:nth-child(2) ul {
    transition-delay: .2s;
}

.navtype-2 .sections-nav-main:hover > ul > li:nth-child(3) ul, .navtype-2 .sections-nav-main.open > ul > li:nth-child(3) ul {
    transition-delay: .3s
}

.navtype-2 .sections-nav-main:hover > ul > li:nth-child(4) ul, .navtype-2 .sections-nav-main.open > ul > li:nth-child(4) ul {
    transition-delay: .4s
}

.navtype-2 .sections-nav-main:hover > ul > li:nth-child(5) ul, .navtype-2 .sections-nav-main.open > ul > li:nth-child(5) ul {
    transition-delay: .5s
}

.navtype-2 .sections-nav-main:hover > ul > li:nth-child(6) ul, .navtype-2 .sections-nav-main.open > ul > li:nth-child(6) ul {
    transition-delay: .6s
}

.navtype-2 .sections-nav-main:hover > ul > li:nth-child(7) ul, .navtype-2 .sections-nav-main.open > ul > li:nth-child(7) ul {
    transition-delay: .7s
}

.navtype-2 .sections-nav-main:hover > ul > li:nth-child(8) ul, .navtype-2 .sections-nav-main.open > ul > li:nth-child(8) ul {
    transition-delay: .8s
}

.navtype-2 .sections-nav-main:hover ul, .navtype-2 .sections-nav-main.open ul, .navtype-2 .sections-nav-main > ul:hover {
    opacity: 1;
    visibility: visible
}

.navtype-2 .navigation-title {
    position: absolute;
    width: 80px;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 100%);
    line-height: 18px;
    color: var(--gold);
    text-align: center;
    font-size: 12px;
    pointer-events: none;
    text-shadow: 0 0 5px var(--primary);
    opacity: 0;
    transition: .2s linear
}

.navbullet-2 li li:after {
    content: '';
    position: absolute;
    width: 150%;
    height: 200%;
    left: -25%;
    top: -50%
}

.navtype-2 .sections-nav-main li li.active {
    opacity: 1 !important
}

body[data-animation='flip'] .home-main, body[data-animation='flip'] .home-main, body[data-animation='box'] .home-main, body[data-animation='box'] .home-main {
    perspective: var(--ss-perspective);
    min-height: 100vh
}

body[data-animation='default'] section.before {
    transform: translateY(-100%) scale(0.8);
    opacity: 0
}

body[data-animation='default'] section.active {
    transform: translateY(0) scale(1);
    opacity: 1
}

body[data-animation='default'] section.after {
    transform: translateY(100%) scale(0.8);
    opacity: 0
}

body.horizontal[data-animation='default'] section.before.horizontal {
    transform: translateX(-100%) scale(0.8);
    opacity: 0
}

body.horizontal[data-animation='default'] section.after.horizontal {
    transform: translateX(100%) scale(0.8);
    opacity: 0
}

body[data-animation='stack'] section.before {
    transform: translateY(0) scale(0.8);
    opacity: 0
}

body[data-animation='stack'] section.active {
    transform: translateY(0) scale(1);
    opacity: 1
}

body[data-animation='stack'] section.after {
    transform: translateY(100%) scale(0.8);
    opacity: 1
}

body.horizontal[data-animation='stack'] section.before.horizontal {
    transform: translateX(0) scale(0.8);
    opacity: 0
}

body.horizontal[data-animation='stack'] section.after.horizontal {
    transform: translateX(100%) scale(0.8);
    opacity: 1
}

body[data-animation='film'] section.before {
    transform: translateY(-100%) scale(1);
    opacity: 0
}

body[data-animation='film'] section.active {
    transform: translateY(0) scale(1);
    opacity: 1
}

body[data-animation='film'] section.after {
    transform: translateY(100%) scale(1);
    opacity: 1
}

body.horizontal[data-animation='film'] section.before.horizontal {
    transform: translateX(-100%) scale(1);
    opacity: 0
}

body.horizontal[data-animation='film'] section.after.horizontal {
    transform: translateX(100%) scale(1);
    opacity: 1
}

body[data-animation='card'] section.before {
    transform: translateY(-100%) scale(1);
    opacity: 1
}

body[data-animation='card'] section.active {
    transform: translateY(0) scale(1);
    opacity: 1
}

body[data-animation='card'] section.after {
    transform: translateY(100%) scale(1);
    opacity: 0
}

body.horizontal[data-animation='card'] section.before.horizontal {
    transform: translateX(-100%) scale(1);
    opacity: 1
}

body.horizontal[data-animation='card'] section.after.horizontal {
    transform: translateX(100%) scale(1);
    opacity: 0
}

body[data-animation='vertigo'], section[data-animation='vertigo'] {
    z-index: -10
}

body[data-animation='vertigo'] section.before {
    transform: translateY(0) scale(1.2) rotate(-5deg);
    opacity: 0
}

body[data-animation='vertigo'] section.active {
    transform: translateY(0) scale(1) rotate(0deg);
    opacity: 1;
    z-index: 10
}

body[data-animation='vertigo'] section.after {
    transform: translateY(0) scale(0.8) rotate(5deg);
    opacity: 0
}

body[data-animation='zoom'] section.before {
    transform: translateY(0) scale(1.2);
    opacity: 0
}

body[data-animation='zoom'] section.active {
    transform: translateY(0) scale(1) rotate(0deg);
    opacity: 1
}

body[data-animation='zoom'] section.after {
    transform: translateY(0) scale(0.8);
    opacity: 0
}

body[data-animation='flip'] section.before {
    transform: translateY(-80%) scale(1) rotate3d(1, 0, 0, -60deg);
    opacity: 0
}

body[data-animation='flip'] section.active {
    transform: translateY(0) scale(1);
    opacity: 1
}

body[data-animation='flip'] section.after {
    transform: translateY(80%) scale(1) rotate3d(1, 0, 0, 60deg);
    opacity: 0
}

body.horizontal[data-animation='flip'] section.before.horiz {
    transform: translateX(80%) scale(1) rotate3d(0, 1, 0, -60deg);
    opacity: 0
}

body.horizontal[data-animation='flip'] section.after.horiz {
    transform: translateX(-80%) scale(1) rotate3d(0, 1, 0, 60deg);
    opacity: 0
}

body[data-animation='box'] section.before {
    transform: translateY(-80%) scale(1) rotate3d(1, 0, 0, 60deg);
    opacity: 0
}

body[data-animation='box'] section.active {
    transform: translateY(0) scale(1);
    opacity: 1
}

body[data-animation='box'] section.after {
    transform: translateY(80%) scale(1) rotate3d(1, 0, 0, -60deg);
    opacity: 0
}

body.horizontal[data-animation='card'] section.before.horizontal {
    transform: translateX(-80%) scale(1) rotate3d(0, 1, 0, 60deg);
    opacity: 0
}

body.horizontal[data-animation='card'] section.after.horizontal {
    transform: translateX(80%) scale(1) rotate3d(0, 1, 0, -60deg);
    opacity: 0
}

section.before[data-animation='default'] {
    transform: translateY(-100%) scale(0.8) !important;
    opacity: 0 !important
}

section.active[data-animation='default'] {
    transform: translateY(0) scale(1) !important;
    opacity: 1 !important
}

section.after[data-animation='default'] {
    transform: translateY(100%) scale(0.8) !important;
    opacity: 0 !important
}

.horizontal section.before.horizontal[data-animation='default'] {
    transform: translateX(-100%) scale(0.8) !important;
    opacity: 0 !important
}

.horizontal section.after.horizontal[data-animation='default'] {
    transform: translateX(100%) scale(0.8) !important;
    opacity: 0 !important
}

section.before[data-animation='stack'] {
    transform: translateY(0) scale(0.8) !important;
    opacity: 0 !important
}

section.active[data-animation='stack'] {
    transform: translateY(0) scale(1) !important;
    opacity: 1 !important
}

section.after[data-animation='stack'] {
    transform: translateY(100%) scale(0.8) !important;
    opacity: 1 !important
}

.horizontal section.before.horizontal[data-animation='stack'] {
    transform: translateX(0) scale(0.8) !important;
    opacity: 0 !important
}

.horizontal section.after.horizontal[data-animation='stack'] {
    transform: translateX(100%) scale(0.8) !important;
    opacity: 1 !important
}

section.before[data-animation='film'] {
    transform: translateY(-100%) scale(1) !important;
    opacity: 0 !important
}

section.active[data-animation='film'] {
    transform: translateY(0) scale(1) !important;
    opacity: 1 !important
}

section.after[data-animation='film'] {
    transform: translateY(100%) scale(1) !important;
    opacity: 1 !important
}

.horizontal section.before.horizontal[data-animation='film'] {
    transform: translateX(-100%) scale(1) !important;
    opacity: 0 !important
}

.horizontal section.after.horizontal[data-animation='film'] {
    transform: translateX(100%) scale(1) !important;
    opacity: 1 !important
}

section.before[data-animation='card'] {
    transform: translateY(-100%) scale(1) !important;
    opacity: 1 !important
}

section.active[data-animation='card'] {
    transform: translateY(0) scale(1) !important;
    opacity: 1 !important
}

section.after[data-animation='card'] {
    transform: translateY(100%) scale(1) !important;
    opacity: 0 !important
}

.horizontal section.before.horizontal[data-animation='card'] {
    transform: translateX(-100%) scale(1) !important;
    opacity: 1 !important
}

.horizontal section.after.horizontal[data-animation='card'] {
    transform: translateX(100%) scale(1) !important;
    opacity: 0 !important
}

section.before[data-animation='vertigo'] {
    transform: translateY(0) scale(1.2) rotate(-5deg) !important;
    opacity: 0 !important
}

section.active[data-animation='vertigo'] {
    transform: translateY(0) scale(1) rotate(0deg) !important;
    opacity: 1 !important
}

section.after[data-animation='vertigo'] {
    transform: translateY(0) scale(0.8) rotate(5deg) !important;
    opacity: 0 !important
}

section.before[data-animation='zoom'] {
    transform: translateY(0) scale(1.2) !important;
    opacity: 0
}

section.active[data-animation='zoom'] {
    transform: translateY(0) scale(1) rotate(0deg) !important;
    opacity: 1;
    z-index: 10
}

section.after[data-animation='zoom'] {
    transform: translateY(0) scale(0.8) !important;
    opacity: 0;
    z-index: -10
}

section.before[data-animation='flip'] {
    transform: translateY(-80%) scale(1) rotate3d(1, 0, 0, -60deg) !important;
    opacity: 0 !important
}

section.active[data-animation='flip'] {
    transform: translateY(0) scale(1) !important;
    opacity: 1 !important
}

section.after[data-animation='flip'] {
    transform: translateY(80%) scale(1) rotate3d(1, 0, 0, 60deg) !important;
    opacity: 0 !important
}

.horizontal section.before.horizontal[data-animation='card'] {
    transform: translateX(-80%) scale(1) rotate3d(0, 1, 0, -60deg) !important;
    opacity: 0 !important
}

.horizontal section.after.horizontal[data-animation='card'] {
    transform: translateX(80%) scale(1) rotate3d(0, 1, 0, 60deg) !important;
    opacity: 0 !important
}

section.before[data-animation='box'] {
    transform: translateY(-80%) scale(1) rotate3d(1, 0, 0, 60deg) !important;
    opacity: 0 !important
}

section.active[data-animation='box'] {
    transform: translateY(0) scale(1) !important;
    opacity: 1 !important
}

section.after[data-animation='box'] {
    transform: translateY(80%) scale(1) rotate3d(1, 0, 0, -60deg) !important;
    opacity: 0 !important
}

.horizontal section.before.horizontal[data-animation='card'] {
    transform: translateX(-80%) scale(1) rotate3d(0, 1, 0, 60deg) !important;
    opacity: 0 !important
}

.horizontal section.after.horizontal[data-animation='card'] {
    transform: translateX(80%) scale(1) rotate3d(0, 1, 0, -60deg) !important;
    opacity: 0 !important
}

[data-aws^=slice-x] {
    opacity: 0;
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition-property: opacity, clip-path
}

[data-aws^=slice-y] {
    opacity: 0;
    clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
    transition-property: opacity, clip-path
}

.loaded .aws [data-aws^=slice], .aws[data-aws^=slice] {
    opacity: 1;
    clip-path: polygon(0 -30px, 100% -30px, 100% calc(100% + 30px), 0 calc(100% + 30px))
}

[data-aws^=fade][data-aws^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

.loaded .aws [data-aws^=fade][data-aws^=fade], .aws[data-aws^=fade][data-aws^=fade] {
    opacity: 1;
    transform: translateZ(0)
}

[data-aws=fade-up] {
    transform: translate3d(0, var(--aws-distance), 0)
}

[data-aws=fade-down] {
    transform: translate3d(0, var(--aws-ndistance), 0)
}

[data-aws=fade-right] {
    transform: translate3d(var(--aws-ndistance), 0, 0)
}

[data-aws=fade-left] {
    transform: translate3d(var(--aws-distance), 0, 0)
}

[data-aws=fade-up-right] {
    transform: translate3d(var(--aws-ndistance), var(--aws-distance), 0)
}

[data-aws=fade-up-left] {
    transform: translate3d(var(--aws-distance), var(--aws-distance), 0)
}

[data-aws=fade-down-right] {
    transform: translate3d(var(--aws-ndistance), var(--aws-ndistance), 0)
}

[data-aws=fade-down-left] {
    transform: translate3d(var(--aws-distance), var(--aws-ndistance), 0)
}

[data-aws^=zoom][data-aws^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

.loaded .aws [data-aws^=zoom][data-aws^=zoom], .aws[data-aws^=zoom][data-aws^=zoom] {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aws=zoom-in] {
    transform: scale(.75)
}

[data-aws=zoom-in-up] {
    transform: translate3d(0, var(--aws-distance), 0) scale(.75)
}

[data-aws=zoom-in-down] {
    transform: translate3d(0, var(--aws-ndistance), 0) scale(.75)
}

[data-aws=zoom-in-right] {
    transform: translate3d(var(--aws-ndistance), 0, 0) scale(.75)
}

[data-aws=zoom-in-left] {
    transform: translate3d(var(--aws-distance), 0, 0) scale(.75)
}

[data-aws=zoom-out] {
    transform: scale(1.2)
}

[data-aws=zoom-out-up] {
    transform: translate3d(0, var(--aws-distance), 0) scale(1.2)
}

[data-aws=zoom-out-down] {
    transform: translate3d(0, var(--aws-ndistance), 0) scale(1.2)
}

[data-aws=zoom-out-right] {
    transform: translate3d(var(--aws-ndistance), 0, 0) scale(1.2)
}

[data-aws=zoom-out-left] {
    transform: translate3d(var(--aws-distance), 0, 0) scale(1.2)
}

[data-aws^=slide][data-aws^=slide] {
    transition-property: transform
}

.loaded .aws [data-aws^=slide][data-aws^=slide], .aws[data-aws^=slide][data-aws^=slide] {
    transform: translateZ(0)
}

[data-aws=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aws=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aws=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aws=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aws^=flip][data-aws^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aws=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

.loaded .aws [data-aws=flip-left], .aws[data-aws=flip-left] {
    transform: perspective(2500px) rotateY(0)
}

[data-aws=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

.loaded .aws [data-aws=flip-right], .aws[data-aws=flip-right] {
    transform: perspective(2500px) rotateY(0)
}

[data-aws=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

.loaded .aws [data-aws=flip-up], .aws[data-aws=flip-up] {
    transform: perspective(2500px) rotateX(0)
}

[data-aws=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

.loaded .aws [data-aws=flip-down], .aws[data-aws=flip-down] {
    transform: perspective(2500px) rotateX(0)
}

.loaded .aws [data-aws], .aws[data-aws] {
    transition-duration: var(--aws-duration);
    transition-timing-function: var(--aws-easing);
    transition-delay: var(--aws-delay)
}

[data-aws=text-blur] span {
    opacity: 0;
    filter: blur(3px);
    display: inline-block;
    transition-duration: .2s
}

.loaded .aws [data-aws=text-blur] span, .aws[data-aws=text-blur] span {
    opacity: 1;
    filter: blur(0)
}

@media screen and (min-width: 768px) {
    [data-aws] {
        transition: 0s
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding-left: 50px
    }
}


:before, :after {
    font-family: var(--icon)
}

::-moz-selection {
    color: var(--primary);
    background: var(--gold)
}

::selection {
    color: var(--gold);
    background: rgba(212, 159, 134, 0.1)
}

html {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

body.home {
    overflow-x: hidden !important;
    direction: rtl;
    text-align: right;
    font-size: 15px;
    line-height: 2;

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--main_font)
}

body .header-menu a {
    font-size: 16px;
    font-weight: 600;
    margin-left: 25px;
}

body.home .header-menu a {
    color: var(--c-white);
    padding: 5px 10px;
    font-weight: 100;
    font-size: 14px;

}

body {
    background-attachment: fixed;
    background-size: cover;
}

body header.fix {
    background: #ffffffc5;
    box-shadow: 0px 0px 4px 0px silver;
}

body.home {
    background: none;
}

body.home::before,
body.home::after {
    content: "";
    position: fixed;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: opacity 0.8s ease;
    will-change: opacity;
}

body.home::before {
    background-image: var(--bg-current);
    opacity: 1;
}

body.home::after {
    background-image: var(--bg-next);
    opacity: 0;
}
body.bg-transition::after {
    opacity: 1;
}

body.home header.fix {
    box-shadow: none !important;
    background: transparent !important;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block
}

img {
    max-width: 100%;
    height: auto
}

a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: rgb(7, 163, 184);
    text-decoration: none;
}

li {
    list-style-type: none;
}

b, strong {
    font-weight: 400
}

a:hover {
    text-decoration: none;
    color: var(--gold)
}

button:focus, input:focus, textarea:focus {
    outline: none !important
}

.wrap-menu li {
    list-style: none
}

.slidedown {
    position: relative;
    width: 36px;
    min-width: 36px;
    height: 56px;
    -webkit-border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    border-radius: 0 0 25px 25px;


    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

body.home .slidedown {
    background: var(--primary);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.slidedown:before {
    content: '';
    height: 2cm
}

.slidedown:after {
    content: '';
    position: absolute;
    width: -webkit-calc(100% - 3px);
    width: -moz-calc(100% - 3px);
    width: calc(100% - 3px);
    height: 100%;
    -webkit-border-radius: 0 0 .6cm .6cm;
    -moz-border-radius: 0 0 .6cm .6cm;
    border-radius: 0 0 .6cm .6cm;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-top: 0;
    z-index: -1;
    left: 1px;
    opacity: .5
}

.slidedown i {
    background: url('https://test5.donooco-work.ir/wp-content/uploads/icon-World.svg') no-repeat;
    -webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
    -o-background-size: 24px auto;
    background-size: 24px auto;
    background-position: center 0;
    position: absolute;
    width: 35px;
    height: 70px;
    display: block;
    top: 21px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges
}

.slidedown i:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    background: var(--gold);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 4px;
    left: 10%;
    -webkit-filter: blur(14px);
    filter: blur(14px);
    opacity: .5;
    z-index: -1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.slidedown:hover i:before {
    width: 34px;
    height: 34px;
    -webkit-filter: blur(16px);
    filter: blur(16px);
    opacity: .8;
    left: 2px
}

.slidedown:hover i {
    background-position: center 6px
}

.menu-layout {
    position: fixed;
    background: var(--primary);
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .7s ease, left 0 .8s;
    -o-transition: all .7s ease, left 0 .8s;
    -moz-transition: all .7s ease, left 0 .8s;
    transition: all .7s ease, left 0 .8s
}

.menu-layout.active {
    -webkit-transition: all .7s ease, left 0;
    -o-transition: all .7s ease, left 0;
    -moz-transition: all .7s ease, left 0;
    transition: all .7s ease, left 0;
    visibility: visible;
    opacity: 1;
    left: 0
}

.menu-layout-contact-us {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    background-color: var(--primary);
    z-index: 99
}

.menu-layout-contact-us.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.secbg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    min-width: 2172px;
    min-height: 2172px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -5
}

.secbg.bg_effect_cover {
    background: url('../../img/bg-1980-1080-2.png');
    min-width: auto;
    min-height: auto;
    top: 0;
    left: 0
}

.portfolio-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.header-menu a:hover {
    color: var(--gold) !important
}

.header-menu li {
    padding: 5px
}

#header .sections-nav-main {
    display: none;
}

.logo-container {
    margin-left: 70px;
    margin-right: 10px;
}

.header-logo {
    position: absolute;
    width: 65px;
    top: 0;
}

body.home .header-logo {
    width: 37px;
    top: 20px;
}

.header-logo img {
    display: block;
}

.wrap-menu {
    width: -webkit-calc(50% - 53px);
    width: -moz-calc(50% - 53px);
    width: calc(50% - 53px);
    margin-top: 22px;
}

body .logo-desc {
    margin: 0px;
    padding: 0px;
}

body.home .logo-desc {
    margin-top: 12px;
    position: absolute;
    max-height: 142px;
}
.a:active, a:hover{
    color: var(--c-white) !important;
}
.login-icon {
    background: url('../../img/upload/signin.png')
}

.login-btn {
    margin-top: 21px
}

.side-menu-icon:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    left: 0;
    top: 28px
}


.side-menu-icon:before {
    content: "";
    background: url('https://test5.donooco-work.ir/wp-content/uploads/icon-download-cataloge.svg') no-repeat center center;
    background-size: contain;
    width: 29px;
    height: 29px;
    display: inline-block;
}


.login-btn {
    position: relative;
    width: 42px;
    padding: 0;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr
}

.side-menu {
    visibility: hidden;
    position: absolute;
    background: var(--primary);
    z-index: 10000;
    opacity: 0;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    -moz-transition: .35s ease;
    transition: .35s ease;
    left: 0;
    top: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 160px;
    padding: 10px;
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    border: 1px solid #17110e
}

.side-menu a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 10px
}

.side-menu li {
    margin-bottom: 20px;
    cursor: pointer
}

.side-menu li:last-child {
    margin-bottom: 0
}

.side-menu b {
    width: 100%;
    display: block;
    line-height: 20px;
    color: white;
    font-size: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.side-menu li:hover b {
    color: white;
}

.side-menu li:hover span {
    color: white;
}

.side-menu span {
    font-size: 9px;
    line-height: 11px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: white;
    display: block
}

.side-menu:hover {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.side-menu-icon:hover .side-menu {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1
}

/* .side-menu img {
    position: absolute;
    width: 16px;
    height: auto;
    right: 7px;
    -webkit-filter: grayscale(1) brightness(0.5);
    filter: grayscale(1) brightness(0.5);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.side-menu li:hover img {
    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1)
} */

.side-menu li:last-child img {
    width: 22px;
    right: 4px
}

#intro {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.intro-btn {
    position: relative;
    border: 1px solid #fff;
    padding: 6px 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: var(--light) !important;
    font-size: 16px;
    display: inline-block !important;
    background: transparent;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.intro-btn:hover {
    -webkit-box-shadow: 0 0 10px #bc897133;
    -moz-box-shadow: 0 0 10px #bc897133;
    box-shadow: 0 0 10px #bc897133;
    background: var(--primary);
    -webkit-backdrop-filter: saturate(0.2);
    backdrop-filter: saturate(0.2)
}

.intro-btn:after, .section-gallery-item > div:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -1px;
    bottom: -1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--gold);
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(44%, rgba(255, 255, 255, 0)), color-stop(49%, rgba(0, 0, 0, 1)), color-stop(51%, rgba(0, 0, 0, 1)), color-stop(56%, rgba(255, 255, 255, 0)));
    -webkit-mask-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 44%, rgba(0, 0, 0, 1) 49%, rgba(0, 0, 0, 1) 51%, rgba(255, 255, 255, 0) 56%);
    -webkit-mask-size: 240%;
    -webkit-mask-position: left center;
    -webkit-transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    transition: .8s
}

.section-gallery-item > div:before {
    -webkit-box-shadow: inset 0 0 16px #a6786378;
    -moz-box-shadow: inset 0 0 16px #a6786378;
    box-shadow: inset 0 0 16px #a6786378;
    opacity: .9;
    -webkit-transition: 0;
    -o-transition: 0;
    -moz-transition: 0;
    transition: 0
}

.intro-btn:hover:after, .section-gallery-item > div.t:before {
    -webkit-mask-position: right center;
    -webkit-transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    transition: .8s
}

.wrap-menu a {
    position: relative
}

.home_left.wrap-menu li:nth-child(1) a:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--gold);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    right: 12px;
    opacity: 1;
    zoom: -webkit-calc(1 / 1.25);
    zoom: -moz-calc(1 / 1.25);
    zoom: calc(1 / 1.25);
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    -moz-transition: .35s ease;
    transition: .35s ease
}

.home_left.wrap-menu li a:hover:after {
    right: 20px;
    opacity: 0
}

.home_right .menu-homepage-2-container {
    direction: ltr
}

.home-main section > canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2
}

.home-main h1, .home-main h2, .editor-home h1, .editor-home h2, .home-main h3, .editor-home h3, .home-main h4, .editor-home h4 {
    color: var(--light) !important;
    font-weight: 400;
    font-size: 25px !important;
    line-height: normal
}

.editor-home > h3, .editor-home > h2, .editor-home > h4, .editor-home > h5, .editor-home > h1 {
    margin-bottom: 10px
}

#header .wrap-menu a:before {
    content: '\e902';
    position: absolute;
    left: 0;
    font-size: 8px;
    width: 100%;
    text-align: center;
    top: -14px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    color: var(--gold);
    opacity: 0
}

.editor-home::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('http://localhost/donooco/wp-content/uploads/MAP.svg') no-repeat center center;
    background-size: contain;
    z-index: -1;
}

#header .wrap-menu a:hover:before {
    opacity: 1;
    top: -10px
}

#intro .intro-btn {
    padding: 6px 44px 6px 38px !important;
    width: auto
}

.home_right .header-menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.horse {
    position: absolute !important;
    bottom: 0;
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: calc(100% - 80px);
    left: -webkit-calc(var(--ss-left));
    left: -moz-calc(var(--ss-left));
    left: calc(var(--ss-left));
    z-index: -1;
    text-align: center;
    -webkit-transition: 1s 6s;
    -o-transition: 1s 6s;
    -moz-transition: 1s 6s;
    transition: 1s 6s;
}

.horse img {
    opacity: 0;
    visibility: hidden
}

.horse img, .horse canvas {
    position: absolute;
    width: auto;
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.home-main .short-desc, .slide-title b {
    color: var(--gray1);
    font-size: 18px;
    margin: 4px 0 12px
}

.home-main p {
    color: var(--c-white);
    text-align: justify;
}

section#intro .intro-btn:before {
    content: '';
    /* background: url('https://test5.donooco-work.ir/wp-content/uploads/icon-Goal.webp') no-repeat center center; */
    /* background-size: contain; */
    width: 26px;
    height: 26px;
    position: absolute;
    right: 11px;
    top: 7px;
}

.bg_effect_cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center
}

.home-main section .holder {
    padding: 0;
    padding: 0 4.5% 0 -moz-calc(4.5% + 50px);
    padding: 0 4.5% 0 calc(4.5% + 50px);
    max-width: 1600px
}

.photoFrame {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 46px solid transparent;
    background:
        linear-gradient(to top, #7a2262 0%, #2a0016 100%) border-box;
    width: 38vw;
    height: 39vw;
    max-width: 424px;
    max-height: 430px;
        background-clip: border-box;
    opacity: 0;
    float: right
}







.photoFrame.site-second-right:after, .photoFrame.site-second-right{
        background:
linear-gradient(to top, #c4774d 0%, #2a0016 100%) border-box ;
}
.website-type.site-second-left h2, .website-type.site-second-left .intro-btn:before{
 color: #fbab70 !important;
}
.website-type.site-second-left .intro-btn{
 color: white !important;
}


.photoFrame.site-third-right:after, .photoFrame.site-third-right{
        background:
linear-gradient(to top, #07143e 0%, #5c1a4a 100%) border-box ;
}
.website-type.site-third-left h2, .website-type.site-third-left .intro-btn:before{
 color: #9aa7e2 !important;
}
.website-type.site-third-left .intro-btn{
 color: white !important;
}


.photoFrame.site-fourth-right:after, .photoFrame.site-fourth-right{
        background:
linear-gradient(to top, #4d4d4d 0%, #2a0016 100%) border-box ;
}
.website-type.site-fourth-left h2, .website-type.site-fourth-left .intro-btn:before{
 color: #c4c3c3 !important;
}
.website-type.site-fourth-left .intro-btn{
 color: white !important;
}
#introduction .intro-btn:hover:before, #webdesign .intro-btn:hover:before{
 color: white !important;
}

#slider0 .intro-btn, #slider0 .intro-btn:before, #blog .intro-btn, #blog .intro-btn:before{
 color: white !important;
}

#slider0 .slide-title b{
    color: #dd7bc2 !important;
}

#slider0 .intro-btn::before, #blog .intro-btn::before{
    content: "" !important;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background: url("https://test5.donooco-work.ir/wp-content/uploads/7_Eye-icon.svg") no-repeat center;
    background-size: contain;
}

#contact .content-center h2, #contact .content-center .intro-btn, #contact .content-center .intro-btn:before{
 color: white !important;
}
#contact .content-center .short-desc {
     color:#dd7bc2 !important;
}
#contact .content-center .tel1 {
     color:#e8a7d7 !important;
}


#webdesign2 .intro-btn:hover:before, #webdesign3 .intro-btn:hover:before, #webdesign4 .intro-btn:hover:before {
 color: white !important;
}


#blog .post-date::before{
    color: white;
}






.dir-0 .photoFrame {
    float: left
}

.aws .photoFrame, .aws.photoFrame {
    -webkit-transition: all .6s ease, background .6s 1s;
    -o-transition: all .6s ease, background .6s 1s;
    -moz-transition: all .6s ease, background .6s 1s;
    transition: all .6s ease, background .6s 1s;
    opacity: 1
}

.photoFrame:after {
    content: '';
    position: absolute;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* border: 0 solid var(--secondary); */
    z-index: 1;
    opacity: 0;
    /* background: var(--background); */
    /* background: -moz-linear-gradient(0deg, #162a52 0%, #0d0520 100%); */
    /* background: -webkit-linear-gradient(0deg, #162a52 0%, #0d0520 100%); */
    /* background: -webkit-gradient(linear, left bottom, left top, from(#162a52), to(#0d0520)); */
    /* background: -webkit-linear-gradient(bottom, #162a52 0%, #0d0520 100%); */
    /* background: -moz-linear-gradient(bottom, #162a52 0%, #0d0520 100%); */
    /* background: -o-linear-gradient(bottom, #162a52 0%, #0d0520 100%); */
    background: linear-gradient(to top, #7a2262 0%, #2a0016 100%) !important;
    mix-blend-mode: luminosity;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.aws .photoFrame:after, .aws.photoFrame:after {
    border-width: 20px;
    opacity: 1;
    -webkit-transition: 1s .4s;
    -o-transition: 1s .4s;
    -moz-transition: 1s .4s;
    transition: 1s .4s
}

.aws .photoFrame:before, .aws.photoFrame:before {
    top: -60px;
    opacity: 1;
    -webkit-transition: 1s 1.4s ease;
    -o-transition: 1s 1.4s ease;
    -moz-transition: 1s 1.4s ease;
    transition: 1s 1.4s ease
}

.photoFrame figure {
    /*height: 100%;*/
    margin-top: -12%;
    margin-bottom: -1%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.photoFrame figure.small {
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    margin-top: 20px;
    margin-bottom: 0
}

.photoFrame figure img {
    position: relative;
    z-index: 2;
    display: block;
    opacity: 0
}

.photoFrame canvas {
    z-index: 3;
    position: absolute
}

.photoFramePro figure img {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px)
}

.aws .photoFramePro figure img {
    -webkit-animation: float;
    -moz-animation: float;
    -o-animation: float;
    animation: float;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.photoFramePro .bTazhib {
    position: absolute;
    bottom: -25%
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@-moz-keyframes float {
    0% {
        -moz-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -moz-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@-o-keyframes float {
    0% {
        -o-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }
}

.aws .photoFrame img, .aws.photoFrame img {
    -webkit-transition: 1.5s 2.5s ease-out;
    -o-transition: 1.5s 2.5s ease-out;
    -moz-transition: 1.5s 2.5s ease-out;
    transition: 1.5s 2.5s ease-out;
    opacity: 1
}

.photoFrame img {
    max-width: 120%;
    max-height: 120%;
    width: 100%;
    height: 100%;
}

.photoFrame h3 {
    position: relative;
    width: 100%;
    text-align: center;
    line-height: 60px;
    background: #0D031E;
    background: -moz-linear-gradient(0deg, rgba(13, 3, 30, 1) 0%, rgba(13, 3, 30, 1) 35%, rgba(24, 50, 93, 1) 95%);
    background: -webkit-linear-gradient(0deg, rgba(13, 3, 30, 1) 0%, rgba(13, 3, 30, 1) 35%, rgba(24, 50, 93, 1) 95%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 3, 30, 1)), color-stop(35%, rgba(13, 3, 30, 1)), color-stop(95%, rgba(24, 50, 93, 1)));
    background: -webkit-linear-gradient(bottom, rgba(13, 3, 30, 1) 0%, rgba(13, 3, 30, 1) 35%, rgba(24, 50, 93, 1) 95%);
    background: -moz-linear-gradient(bottom, rgba(13, 3, 30, 1) 0%, rgba(13, 3, 30, 1) 35%, rgba(24, 50, 93, 1) 95%);
    background: -o-linear-gradient(bottom, rgba(13, 3, 30, 1) 0%, rgba(13, 3, 30, 1) 35%, rgba(24, 50, 93, 1) 95%);
    background: linear-gradient(0deg, rgba(13, 3, 30, 1) 0%, rgba(13, 3, 30, 1) 35%, rgba(24, 50, 93, 1) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0D031E", endColorstr="#18325D", GradientType=1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: var(--gold);
    font-size: 18px;
    z-index: 5;
    opacity: 0;
    font-weight: 400;
    direction: ltr
}

.photoFrame h3 span, .personnel h3 span {
    display: inline-block;
    -webkit-transform: rotateX(40deg) translateY(-26px);
    -moz-transform: rotateX(40deg) translateY(-26px);
    transform: rotateX(40deg) translateY(-26px);
    -webkit-transition: 0 1s;
    -o-transition: 0 1s;
    -moz-transition: 0 1s;
    transition: 0 1s;
    opacity: 0
}

.personnel-holder .personnel {
    padding: 0 11%
}

.personnel-holder .photo h3 {
    padding: 7px 0;
    font-size: 18px
}

.personnel-holder .info h3 {
    line-height: 26px
}

.personnel h3 {
    font-size: 16px
}

.photoFrame h3 span.s, .personnel h3 span.s {
    display: inline-block;
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
    opacity: 1
}

.aws .photoFrame h3 span.s, .aws .personnel h3 span.s, .aws.photoFrame h3 span.s {
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease
}

.aws .photoFrame h3, .aws.photoFrame h3 {
    opacity: 1;
    -webkit-transition: 1s .4s ease;
    -o-transition: 1s .4s ease;
    -moz-transition: 1s .4s ease;
    transition: 1s .4s ease
}

.bTazhib, .bTazhib:before {
    height: 23%;
    width: 100%;
    background-image: url('../../img/upload/Circle-2.svg');
    -webkit-background-size: 70% auto;
    -moz-background-size: 70% auto;
    -o-background-size: 70% auto;
    background-size: 70% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 3;
    margin-top: -6px;
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px)
}

.website-types {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    padding-right: 6% !important
}

.website-type {
	color: white !important;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    -webkit-clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
    clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
    -webkit-transition: 1s 0 ease;
    -o-transition: 1s 0 ease;
    -moz-transition: 1s 0 ease;
    transition: 1s 0 ease
}

.website-type.active {
    visibility: visible;
    opacity: 1;
    -webkit-clip-path: polygon(-1% 0, 101% 0, 101% 100%, -1% 100%);
    clip-path: polygon(-1% 0, 101% 0, 101% 100%, -1% 100%);
    -webkit-transition: 1s .3s ease;
    -o-transition: 1s .3s ease;
    -moz-transition: 1s .3s ease;
    transition: 1s .3s ease
}

.website-type.deactive {
    opacity: 0;
    -webkit-transition: .4s 0;
    -o-transition: .4s 0;
    -moz-transition: .4s 0;
    transition: .4s 0
}

.aws .bTazhib {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 1s 1.3s ease;
    -o-transition: 1s 1.3s ease;
    -moz-transition: 1s 1.3s ease;
    transition: 1s 1.3s ease
}

.bTazhib:before {
    content: '';
    -webkit-filter: sepia(1) saturate(1.7) hue-rotate(-17deg) brightness(6);
    filter: sepia(1) saturate(1.7) hue-rotate(-17deg) brightness(6);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    -webkit-mask-image: url(../img/mask3.png);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center 240%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: none
}

.photoFrame:hover .bTazhib:before {
    -webkit-transition: .7s 0 linear;
    -o-transition: .7s 0 linear;
    -moz-transition: .7s 0 linear;
    transition: .7s 0 linear;
    -webkit-mask-position: center 0
}

.intro-btn {
    max-width: 300px;
    margin-top: 22px
}

.slide-title .intro-btn {
    min-width: 200px
}

.layout-btns div {
    display: inline-block;
    min-width: 40%
}

.layout-btns .intro-btn {
    display: block;
    padding: 6px 32px 6px 16px
}

.layout-btns {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: 15px !important;
}

.intro-btn.lbtn {
    text-align: right;
    padding: 6px 16px 6px 32px
}

.module-contact .mobile-btn {
    margin-bottom: 14px
}

.intro-btn:before {
    content: "\e900";
    color: var(--gold);
    position: absolute;
    right: 10px;
}

.intro-btn.lbtn:before {
    right: auto;
    left: 10px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.layout-btns > i {
    display: block;
    width: 6px;
    height: 6px;
    background: var(--gold);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 22px
}

.sections-nav-main {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background: url('https://test5.donooco-work.ir/wp-content/uploads/icon-Goal.svg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges
}

.icon-zarb {
    position: absolute;
    top: 36px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    margin-right: 53px;
    z-index: 200
}

.openedMenu .icon-zarb {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 1s 1s;
    -o-transition: 1s 1s;
    -moz-transition: 1s 1s;
    transition: 1s 1s
}

.openedMenu .slidedown, .openedMenu .sections-nav-main {
    opacity: 0 !important;
    visibility: hidden
}

/* .sections-nav-main:before, .icon-zarb:before {
    content: '';
    position: absolute;
    width: 52px;
    height: 52px;
    top: -10px;
    left: -10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--secondary);
    -webkit-box-shadow: 0 0 0 #b8866f22;
    -moz-box-shadow: 0 0 0 #b8866f22;
    box-shadow: 0 0 0 #b8866f22;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
} */

.icon-zarb:before {
    content: '\e907';
    color: var(--gold);
    font-size: 25px;
    line-height: 46px;
    text-align: center;
    width: 46px;
    height: 46px;
    top: -7px;
    left: -7px
}

.sections-nav-main:hover:before, .icon-zarb:hover:before {
    -webkit-box-shadow: 0 0 50px var(--gold);
    -moz-box-shadow: 0 0 50px var(--gold);
    box-shadow: 0 0 50px var(--gold);
}

/* .sections-nav-main:after, .icon-zarb:after {
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    top: -18px;
    left: -18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--secondary);
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
} */

/* .sections-nav-main:hover:after, .icon-zarb:hover:after {
    border: 1px solid rgba(255, 255, 255, 0.62);
} */

.sections-nav-next, .sections-nav-prev, .glider-prev, .glider-next {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    margin-top: 60px;
    cursor: pointer;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    z-index: 5
}

.sections-nav-next:before, .sections-nav-prev:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: var(--gold);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 7px;
    left: 7px;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    z-index: -1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.sections-nav-next:after, .sections-nav-prev:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('https://test5.donooco-work.ir/wp-content/uploads/icon-star.svg') no-repeat center;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px;
    -o-background-size: 18px;
    background-size: 28px;
    top: 0;
    left: 0
}

.sections-nav-next:hover:before, .sections-nav-prev:hover:before {
    opacity: .5;
}

.sections-nav-prev {
    margin-top: auto;
    margin-bottom: 60px;
    -webkit-transform: rotatex(180deg) translateY(0);
    -moz-transform: rotatex(180deg) translateY(0);
    -ms-transform: rotatex(180deg) translateY(0);
    -o-transform: rotatex(180deg) translateY(0);
    transform: rotatex(180deg) translateY(0)
}

.sections-nav-main {
    cursor: pointer
}

.sections-nav-prev.disable, .sections-nav-next.disable {
    visibility: hidden;
    opacity: 0
}

.sections-nav-main.hover li > ul > li {
    opacity: 1 !important
}

.copyright {
    font-size: 11px;
    color: #fff;
    padding: 15px 0
}

.copyright:before {
    content: '';
    display: inline-block;
    background: url('../../img/upload/LOGO.svg');
    background-repeat: no-repeat;
    width: 16px;
    height: 22px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    float: right;
    margin: 1px 0 0 10px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.trusted {
    text-align: left;
    margin-top: 5px;
    padding: 7px 0
}

footer .row {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.downsign {
    position: relative;
    background: url("../../img/sep/downsign.webp") no-repeat;
    background-position: center bottom;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    min-width: 150px !important;
    height: 50px;
    zoom: .75;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges
}

.downsign.down {
    -webkit-transform: translateY(9px) !important;
    -moz-transform: translateY(9px) !important;
    -ms-transform: translateY(9px) !important;
    -o-transform: translateY(9px) !important;
    transform: translateY(9px) !important;
    -webkit-transition: .5s !important;
    -o-transition: .5s !important;
    -moz-transition: .5s !important;
    transition: .5s !important;
    opacity: 0 !important
}

.downsign:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -webkit-calc(50% - 200px);
    left: -moz-calc(50% - 200px);
    left: calc(50% - 200px);
    width: 400px;
    height: 110px;
    background: url("../../img/sep/downsign.webp") no-repeat center top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    opacity: .6;
    z-index: -1;
    -webkit-transition: .45s ease-in-out;
    -o-transition: .45s ease-in-out;
    -moz-transition: .45s ease-in-out;
    transition: .45s ease-in-out
}

.downsign:hover:before {
    top: -46%;
    opacity: .65
}

.website-switch-holder {
    position: absolute;
    width: 105%;
    left: 2.5%;
    z-index: 5;
    pointer-events: visible;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

/* #awards .photoFrame {
    float: none;
    margin: auto
}

#awards .editor-home {
    padding: 0
}

#awards .layout-btns {
    padding: 0 5%
} */

.home_right.wrap-menu {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 0;
    -webkit-transition: 1s 4s ease;
    -o-transition: 1s 4s ease;
    -moz-transition: 1s 4s ease;
    transition: 1s 4s ease
}

.home_left.wrap-menu {
    -webkit-clip-path: polygon(100% -10px, 100% -10px, 100% 100%, 100% 100%);
    clip-path: polygon(100% -10px, 100% -10px, 100% 100%, 100% 100%);
    opacity: 0;
    -webkit-transition: 1s 4s ease;
    -o-transition: 1s 4s ease;
    -moz-transition: 1s 4s ease;
    transition: 1s 4s ease
}

.loaded .home_left.wrap-menu, .loaded .home_right.wrap-menu {
    -webkit-clip-path: polygon(0 -10px, 128% -10px, 112% 100%, 0% 100%);
    clip-path: polygon(0 -10px, 128% -10px, 112% 100%, 0% 100%);
    opacity: 1
}

.menu-layout-contact-us .row > div {
    max-width: 1200px
}

.logo {
    -webkit-transform: translateY(-14px);
    -moz-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    -o-transform: translateY(-14px);
    transform: translateY(-14px);
    opacity: 1;
    -webkit-transition: 1s 3s ease;
    -o-transition: 1s 3s ease;
    -moz-transition: 1s 3s ease;
    transition: 1s 3s ease
}

.loaded .logo {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.slidedown, .login-btn {

    -webkit-transition: 1s 4.5s ease;
    -o-transition: 1s 4.5s ease;
    -moz-transition: 1s 4.5s ease;
    transition: 1s 4.5s ease
}

.loaded .slidedown, .loaded .login-btn {
    opacity: 1
}

.mobile-nav {
    z-index: 100;
    pointer-events: auto;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.mobile-nav.open {
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0
}

.mobile-nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../img/nav-bg.png');
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 2s 2s ease-in-out;
    -o-transition: 2s 2s ease-in-out;
    -moz-transition: 2s 2s ease-in-out;
    transition: 2s 2s ease-in-out;
    opacity: .5
}

.mobile-login:before {
    content: "\e904";
    color: var(--gold);
    font-size: 18px
}

.mobile-nav .holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.loaded .logo-desc {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    left: 0;
    right: 0;
}

body .o-lg-1 {
    transition: 0.5s;
}

body .loaded .logo-desc {
    width: auto;
}

body.home .loaded .logo-desc {
    width: 30px;
    margin: 10px auto 0 auto;
}

.loaded .logo-desc.hidden {
    -webkit-transform: translateY(-14px);
    -moz-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    -o-transform: translateY(-14px);
    transform: translateY(-14px);
    opacity: 0;
    visibility: hidden
}

.header-logo:hover .logo-desc {
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    visibility: visible !important
}

.dir-2 .c-lg-6:first-child {
    padding-left: 8%
}

.loaded .horse-1 {
    opacity: 1
}

.loaded .horse-2, .loaded .horse-3 {
    -webkit-mask-position: center
}

.sections-nav-main {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    -webkit-transition: 2s 4s ease-in-out;
    -o-transition: 2s 4s ease-in-out;
    -moz-transition: 2s 4s ease-in-out;
    transition: 2s 4s ease-in-out
}

.loaded .sections-nav-main {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.sections-nav-next {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: .5s 7s ease;
    -o-transition: .5s 7s ease;
    -moz-transition: .5s 7s ease;
    transition: .5s 7s ease
}

.sections-nav-prev.disable {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    -moz-transition: 1s ease;
    transition: 1s ease
}

.loaded .sections-nav-next {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.loaded .sections-nav-next:after, .loaded .sections-nav-next:before {
    -webkit-animation: scrolldown infinite 3s 5s;
    -moz-animation: scrolldown infinite 3s 5s;
    -o-animation: scrolldown infinite 3s 5s;
    animation: scrolldown infinite 3s 5s;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    display: block
}

@-webkit-keyframes scrolldown {
    20% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    50% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px)
    }

    80% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}

@-moz-keyframes scrolldown {
    20% {
        -moz-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    50% {
        -moz-transform: translateY(7px);
        transform: translateY(7px)
    }

    80% {
        -moz-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}

@-o-keyframes scrolldown {
    20% {
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    50% {
        -o-transform: translateY(7px);
        transform: translateY(7px)
    }

    80% {
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}

@keyframes scrolldown {
    20% {
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    50% {
        -webkit-transform: translateY(7px);
        -moz-transform: translateY(7px);
        -o-transform: translateY(7px);
        transform: translateY(7px)
    }

    80% {
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}

.downsign {
    -webkit-transform: translateY(13px);
    -moz-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    transform: translateY(13px);
    opacity: 0;
    -webkit-transition: 1s 3s;
    -o-transition: 1s 3s;
    -moz-transition: 1s 3s;
    transition: 1s 3s
}

.loaded .downsign {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.copyright, .trusted {
    opacity: 0;
    -webkit-transition: .8s 3s;
    -o-transition: .8s 3s;
    -moz-transition: .8s 3s;
    transition: .8s 3s
}

.copyright:hover {
    -webkit-filter: brightness(1.5) saturate(1.5);
    filter: brightness(1.5) saturate(1.5);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.loaded .copyright, .loaded .trusted {
    opacity: 1
}

.menu-title {
    text-align: center;
    margin-bottom: 36px;
    width: 100%
}

.menu-title h3 {
    font-size: 20px !important;
    color: var(--gold)
}

.menu-title p {
    font-size: 17px;
    margin-top: 5px;
    color: var(--gray2)
}

.personnel-holder img {
    height: auto;
    max-height: 254px;
    width: auto
}

.personnel img {
    margin-top: -15px;
    opacity: 1;
    -webkit-filter: contrast(0) brightness(0.15);
    filter: contrast(0) brightness(0.15)
}

.personnel .info {
    opacity: 0;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    perspective: 400px
}

.aws .personnel img {
    opacity: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -webkit-filter: contrast(1) brightness(1);
    filter: contrast(1) brightness(1)
}

.aws .personnel .info {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.personnel .info * {
    -webkit-transform: translateY(-26px) rotateX(90deg);
    -moz-transform: translateY(-26px) rotateX(90deg);
    transform: translateY(-26px) rotateX(90deg);
    opacity: 0;
    display: block
}

.aws .personnel .info * {
    -webkit-transition: .7s;
    -o-transition: .7s;
    -moz-transition: .7s;
    transition: .7s;
    -webkit-transform: translateY(0px) rotateX(0deg);
    -moz-transform: translateY(0px) rotateX(0deg);
    transform: translateY(0px) rotateX(0deg);
    opacity: 1
}

#webdesign .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


#introduction .photoFrame .bTazhib {
    z-index: 9999999;
    position: absolute;
}

#introdwebdesignuction .photoFrame h3 {
    margin-top: -40px;
}

#webdesign .photoFrame .bTazhib {
    z-index: 9999999;
    position: absolute;
}

/* #webdesign .photoFrame-main figure {
    height: 100% !important;
} */

/* #awards .photoFrame h3 {
    margin-top: -40px;
}

#awards .photoFrame .bTazhib {
    z-index: 9999999;
    position: absolute;
} */


.photoFrame-main {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;   
     text-align: center;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
    z-index: 10
}

.photoFrame-main.active {
    opacity: 1;

}

.photoFrame-main figure {
 
    display: inline-block;

    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1)
}

.photoFrame-main.before figure {
    -webkit-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    transition: .4s ease-in;
    -webkit-transform: translateY(-100px) scale(1);
    -moz-transform: translateY(-100px) scale(1);
    -ms-transform: translateY(-100px) scale(1);
    -o-transform: translateY(-100px) scale(1);
    transform: translateY(-100px) scale(1)
}

.photoFrame-main.after figure {
    -webkit-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    transition: .4s ease-in;
    -webkit-transform: translateY(100px) scale(1);
    -moz-transform: translateY(100px) scale(1);
    -ms-transform: translateY(100px) scale(1);
    -o-transform: translateY(100px) scale(1);
    transform: translateY(100px) scale(1)
}

.website-types-switches {
    position: absolute;
    width: -webkit-calc(110% + 232px);
    width: -moz-calc(110% + 232px);
    width: calc(110% + 232px);
    height: -webkit-calc(110% + 232px);
    height: -moz-calc(110% + 232px);
    height: calc(110% + 232px);
    top: -webkit-calc(-5% - 116px);
    top: -moz-calc(-5% - 116px);
    top: calc(-5% - 116px);
    left: -116px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    opacity: 0
}

.aws .website-types-switches {
    opacity: 1;
    -webkit-transition: .6s 2s;
    -o-transition: .6s 2s;
    -moz-transition: .6s 2s;
    transition: .6s 2s
}

.website-types-switches:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid var(--gold);
    z-index: -1;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1));
    mask-image: -webkit-gradient(linear, left top, right top, color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1))
}

#webdesign .photoFramePro {
    float: left
}

.website-types-switch {
    position: relative;
    width: 85px;
    height: 85px;
    padding: 8px;
    border: 8px solid #782363;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #782363;
    cursor: pointer;
    -webkit-box-shadow: 0 0 1px #782363;
    -moz-box-shadow: 0 0 1px #782363;
    box-shadow: 0 0 1px #782363
}

.website-types-switch:before {
    content: '';
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 61px;
    height: 61px;
    top: -1px;
    left: -1px;
    border: 1px solid var(--gold);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.website-types-switch:after {
    content: '';
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 69px;
    height: 69px;
    top: -5px;
    left: -5px;
    border: 1px solid var(--gold);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

/* .website-types-switch:hover:before, .website-types-switch.select:before {
    opacity: .8
} */

.website-types-switch:hover:after, .website-types-switch.select:after {
    /* opacity: .35; */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.aws .website-switch-holder:nth-child(1) {
    -webkit-transform: rotate(-23deg);
    -moz-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    -o-transform: rotate(-23deg);
    transform: rotate(-23deg);
    opacity: 1;
    -webkit-transition: 1s 2.5s ease;
    -o-transition: 1s 2.5s ease;
    -moz-transition: 1s 2.5s ease;
    transition: 1s 2.5s ease
}

.aws .website-switch-holder:nth-child(2) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    -webkit-transition: 1s 2.5s ease;
    -o-transition: 1s 2.5s ease;
    -moz-transition: 1s 2.5s ease;
    transition: 1s 2.5s ease
}

.aws .website-switch-holder:nth-child(3) {
    -webkit-transform: rotate(23deg);
    -moz-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    -o-transform: rotate(23deg);
    transform: rotate(23deg);
    opacity: 1;
    -webkit-transition: 1s 2.5s ease;
    -o-transition: 1s 2.5s ease;
    -moz-transition: 1s 2.5s ease;
    transition: 1s 2.5s ease
}

.aws .website-switch-holder:nth-child(4) {
    -webkit-transform: rotate(21deg);
    -moz-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    -o-transform: rotate(21deg);
    transform: rotate(21deg);
    opacity: 1;
    -webkit-transition: 1s 2.5s ease;
    -o-transition: 1s 2.5s ease;
    -moz-transition: 1s 2.5s ease;
    transition: 1s 2.5s ease
}

.aws .website-switch-holder:nth-child(5) {
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
    opacity: 1;
    -webkit-transition: 1s 2.5s ease;
    -o-transition: 1s 2.5s ease;
    -moz-transition: 1s 2.5s ease;
    transition: 1s 2.5s ease
}

.photoFramePro figure img {
    max-width: 120%;
    width: 100%;
    margin-top: 8%
}

.goldTazhib {
    position: absolute;
    width: -webkit-calc(100% + 94px);
    width: -moz-calc(100% + 94px);
    width: calc(100% + 94px);
    height: -webkit-calc(100% + 94px);
    height: -moz-calc(100% + 94px);
    height: calc(100% + 94px);
    top: -47px;
    left: -47px;
    background: #010101;
    background: -moz-linear-gradient(0deg, rgba(1, 1, 1, 1) 0%, rgba(1, 1, 1, 1) 70%, rgba(188, 137, 113, .7) 90%);
    background: -webkit-linear-gradient(0deg, rgba(1, 1, 1, 1) 0%, rgba(1, 1, 1, 1) 70%, rgba(188, 137, 113, .7) 90%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 1, 1, 1)), color-stop(70%, rgba(1, 1, 1, 1)), color-stop(90%, rgba(188, 137, 113, .7)));
    background: -webkit-linear-gradient(bottom, rgba(1, 1, 1, 1) 0%, rgba(1, 1, 1, 1) 70%, rgba(188, 137, 113, .7) 90%);
    background: -moz-linear-gradient(bottom, rgba(1, 1, 1, 1) 0%, rgba(1, 1, 1, 1) 70%, rgba(188, 137, 113, .7) 90%);
    background: -o-linear-gradient(bottom, rgba(1, 1, 1, 1) 0%, rgba(1, 1, 1, 1) 70%, rgba(188, 137, 113, .7) 90%);
    background: linear-gradient(0deg, rgba(1, 1, 1, 1) 0%, rgba(1, 1, 1, 1) 70%, rgba(188, 137, 113, .7) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#010101", endColorstr="var(--gold)", GradientType=1);
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85)
}

.goldTazhib:before, .goldTazhib:after {
    content: '';
    position: absolute;
    background-image: url('../../img/sep/tazhib.webp');
    -webkit-background-size: 143% 143%;
    -moz-background-size: 143%;
    -o-background-size: 143%;
    background-size: 143%;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-filter: contrast(1.05) sepia(1) saturate(1.5) hue-rotate(-24deg) brightness(8);
    filter: contrast(1.05) sepia(1) saturate(1.5) hue-rotate(-24deg) brightness(8);
    height: 14%;
    width: 40%;
    left: 30%;
    top: -41px;
    z-index: -1
}

.goldTazhib:after {
    -webkit-filter: sepia(1) saturate(1.7) hue-rotate(-17deg) brightness(6) blur(12px);
    filter: sepia(1) saturate(1.7) hue-rotate(-17deg) brightness(6) blur(12px);
    opacity: .3
}

.photoFramePro {
    width: 38vw;
    height: 38vw;
    max-width: 440px;
    max-height: 440px
}

.editor-home ul {
    padding-right: 10%;
    color: var(--c-white);
    display: -ms-grid;
    display: grid;
    margin: 20px 0;
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.editor-home li:hover {
    color: var(--gold)
}

.editor-home li {
    margin: 0;
    min-width: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    font-size: 14px;
}

.editor-home li.mark {
    color: var(--light)
}

.editor-home li.mark:hover {
    color: var(--gold)
}

.editor-home li:before {
    content: '';
    background: url('https://test5.donooco-work.ir/wp-content/uploads/icon-star.svg') no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    width: 22px;
    height: 18px;
    margin: 0px 0 0 10px;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    float: right;
    /* -webkit-filter: grayscale(1) brightness(1);
    filter: grayscale(1) brightness(1); */
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges
}

/* .editor-home li:hover:before {
    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1)
} */

.editor-home .short-desc {
    color: var(--gray1);
    font-size: 18px;
    margin: 4px 0 12px;
}

#LUXIMA .photoFrame > i {
    position: absolute;
    width: -webkit-calc(100% + 130px);
    width: -moz-calc(100% + 130px);
    width: calc(100% + 130px);
    height: -webkit-calc(100% + 130px);
    height: -moz-calc(100% + 130px);
    height: calc(100% + 130px);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -65px;
    right: -65px;
    border: 2px solid var(--gold);
    z-index: -1;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    -webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1));
    mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1));
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0
}

#LUXIMA .photoFrame {
    max-width: 444px;
    max-height: 450px
}

#LUXIMA.aws .photoFrame > i {
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    -o-transform: rotate(70deg);
    transform: rotate(70deg);
    opacity: 1;
    -webkit-transition: 1.5s 2.5s ease-out;
    -o-transition: 1.5s 2.5s ease-out;
    -moz-transition: 1.5s 2.5s ease-out;
    transition: 1.5s 2.5s ease-out
}

.luxima-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: .5
}

.luxima-item-img {
    border: 1px solid #3b2d25;
    background: var(--primary);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    margin-left: 10px;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px
}

.luxima-item h4 {
    font-size: 13px;
    line-height: 16px;
    color: var(--gray1)
}

.luxima-item span {
    font-size: 11px;
    line-height: 12px;
    display: inline-block;
    color: var(--gray2)
}

.luxima-item > div {
    display: -ms-grid;
    display: grid
}

.luxima-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 14px 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.luxima-item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.luxima-item:hover img {
    opacity: 1
}

.glider-prev, .glider-next {
    margin: 0;
    display: none
}

.layout-slider {
    padding-top: 60px;
}

.layout-slider .holder {
    padding: 0 !important;
    padding: 0 5% 0 -moz-calc(5% + 4px) !important;
    padding: 0 5% 0 calc(5% + 4px) !important
}

.slide-frame {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.glider-track .slide-frame:first-child, .glider-track .slide-frame:last-child {
    margin-right: 10px !important
}

.slide-frame img {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slider-frame h3 {
    text-align: center;
    font-size: 16px;
    color: var(--gray2);
    -webkit-transition: .35s;
    -o-transition: .35s;
    -moz-transition: .35s;
    transition: .35s
}

.slide-frame img:nth-child(2) {
    position: absolute;
}

.slide-frame canvas {
    width: 100%;
    position: absolute;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 1;
    left: 0;
    top: 0;
}

.slider-frame {
    margin: 0 -20px !important;
}

.slider-frame .glider-track {
    padding: 10px 0;
}

.slider-frame > div {
    padding: 40px 15px 0;
}

.slider-frame-logo {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10 !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
}

.glider-dots {
    margin: -5px 0 0;
}

.slide-title a {
    float: left;
    margin: 0;
}

.slide-title b {
    line-height: 46px;
}

.slider-nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.glider-next {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.glider-next.disable, .glider-prev.disable {
    display: none;
}

.glider-next:before, .glider-next:after, .glider-prev:before, .glider-prev:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('https://test5.donooco-work.ir/wp-content/uploads/icon-star.svg') no-repeat center;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.glider-next:after, .glider-prev:after {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.glider-next:hover:after, .glider-prev:hover:after {
    opacity: 1
}

.glider-next:hover:before, .glider-next:hover:after, .glider-prev:hover:before, .glider-prev:hover:after {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px)
}

.glider-prev {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.glider-dots a, .glider-dots i, .owl-dot {
    width: 20px;
    height: 4px;
    background: #ffffff40;
    display: inline-block;
    margin: 0 5px
}

.glider-dots a.active, .glider-dots i.active, .owl-dot.active {
    background: var(--gold)
}

.blog-item h3 a {
    font-size: 16px;
    color: #fff
}

.blog-item:hover h3 a {
    color: var(--gold)
}

.blog-item-img:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: url('../../img/upload/texture.webp');
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-position: 0 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: -1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

@-webkit-keyframes bgMoveLeft {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 800px 0
    }
}

@-moz-keyframes bgMoveLeft {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 800px 0
    }
}

@-o-keyframes bgMoveLeft {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 800px 0
    }
}

@keyframes bgMoveLeft {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 800px 0
    }
}

.blog-item:hover, .blog-item:hover, .blog-item:hover .blog-item-img:before {
    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
    opacity: 1
}

#header .sections-nav-main {
    -webkit-transition: 1s 0;
    -o-transition: 1s 0;
    -moz-transition: 1s 0;
    transition: 1s 0;
}

.blog-item {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-bottom: 30px;
    padding: 7px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -webkit-filter: none;
    filter: none
}

.blog-item img {
    min-width: 120px;
    width: 130px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: auto
}

.single-banner {
    position: relative;
    width: -webkit-calc(100% - 88px);
    width: -moz-calc(100% - 88px);
    width: calc(100% - 88px);
    margin: 60px 4px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.single-banner img {
    min-width: 120px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: auto
}

.single-banner i, .tdots {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--gray1);
    width: 4px;
    height: 4px;
    top: -30px;
    left: -webkit-calc(50% - 2px);
    left: -moz-calc(50% - 2px);
    left: calc(50% - 2px)
}

.single-banner i:before, .single-banner i:after, .tdots:before, .tdots:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--gray1);
    left: -10px
}

.single-banner i:after, .tdots:after {
    left: 10px
}

.blog-item-img {
    position: relative;
    margin: 0 0 0 18px;
    background: #d8dfe9;
    background: -moz-linear-gradient(180deg, rgba(151, 156, 164, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-linear-gradient(180deg, rgba(151, 156, 164, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(151, 156, 164, 0.35)), color-stop(80%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(151, 156, 164, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
    background: -moz-linear-gradient(top, rgba(151, 156, 164, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
    background: -o-linear-gradient(top, rgba(151, 156, 164, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(180deg, rgba(151, 156, 164, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8dfe9", endColorstr="#ffffff", GradientType=1);
    padding: 4px;
    float: right;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.blog-item h3 a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.blog-item:hover h3 a {
    color: var(--gold)
}

.blog-item p {
    font-size: 14px !important;
    height: auto;
    color: var(--gray1);
    margin: 8px 0 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.blog-item-img:before {
    content: '';
    position: absolute;
    width: -webkit-calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: calc(100% - 8px);
    height: -webkit-calc(100% - 8px);
    height: -moz-calc(100% - 8px);
    height: calc(100% - 8px);
    background: url('../../img/upload/texture.webp');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0 0;
    right: 4px;
    top: 4px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.aws .blog-item-img:before {
    -webkit-animation: bgMoveLeft;
    -moz-animation: bgMoveLeft;
    -o-animation: bgMoveLeft;
    animation: bgMoveLeft;
    -webkit-animation-duration: 12000s;
    -moz-animation-duration: 12000s;
    -o-animation-duration: 12000s;
    animation-duration: 12000s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear
}

.blog-item-img:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff url('../../img/upload/roundbadge.webp') no-repeat;
    -webkit-background-size: 32px 32px;
    -moz-background-size: 32px;
    -o-background-size: 32px;
    background-size: 32px;
    background-position: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -webkit-calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: calc(50% - 25px);
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
    opacity: 0
}

.blog-item:hover .blog-item-img:after {
    opacity: 1
}

@keyframes bgMoveLeft {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 80000px 0
    }
}

@-webkit-keyframes bgMoveRight {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: -80000px 0
    }
}

@-moz-keyframes bgMoveRight {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: -80000px 0
    }
}

@-o-keyframes bgMoveRight {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: -80000px 0
    }
}

@keyframes bgMoveRight {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: -80000px 0
    }
}

.blog-item .post-date {
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.blog-item .post-date:before, .blog-item > div:before {
    content: '';
    display: block;
    height: 1px;
    width: 18px;
    background: white;
    float: right;
    margin: 11px 0 0 11px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.blog-item > div:before {
    height: 2px;
    width: 8px;
    float: none;
    display: inline-block;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.blog-item:hover > div:before {
    width: 38px;
    background: var(--gold)
}

.blog-item:hover .post-date:before {
    background: var(--gold)
}

.blog-item:hover .post-date {
    color: var(--gray1)
}

.blog-item:hover, .blog-item:hover .blog-item-img:before {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.personnel {
    padding: 0 7%;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative
}

.menu-close {
    position: fixed;
    z-index: 10000;
    width: 42px;
    height: 42px;
    left: -webkit-calc(50% - 21px);
    left: -moz-calc(50% - 21px);
    left: calc(50% - 21px);
    bottom: 0;
    opacity: 0;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    -moz-transition: 1s ease;
    transition: 1s ease;
    visibility: hidden
}

.menu-close:before, .menu-close:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    left: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    background: url('../img/3100.png');
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: bottom;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.menu-close:hover:before {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0
}

.menu-close:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.menu-close:after {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    background-position: top;
    opacity: 0
}

.menu-close.active {
    opacity: 1;
    visibility: visible;
    bottom: 5%;
    cursor: pointer
}

.personnel .photo {
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    text-align: center
}

.personnel .photo:before {
    content: '';
    position: absolute;
    background: url('../../img/sep/tazhib.webp') no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 70px;
    height: 100px;
    left: -webkit-calc(50% - 36px);
    left: -moz-calc(50% - 36px);
    left: calc(50% - 36px);
    top: -25px;
    opacity: 0;
    z-index: -1
}

.personnel .photo:after {
    content: '';
    position: absolute;
    height: 23%;
    width: 100%;
    left: 0;
    background-image: url('../../img/sep/tazhib.webp');
    -webkit-background-size: 75% auto;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    background-size: 75% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    bottom: -17%
}

.personnel:hover .photo:before {
    top: -40px;
    opacity: 1;
    -webkit-transition: .7s ease;
    -o-transition: .7s ease;
    -moz-transition: .7s ease;
    transition: .7s ease
}

.personnel:hover .photo:after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: .7s ease;
    -o-transition: .7s ease;
    -moz-transition: .7s ease;
    transition: .7s ease
}

.personnel .photo i {
    position: absolute;
    width: 90%;
    height: 50%;
    border: 18px solid var(--primary);
    border-top: 0;
    bottom: 0;
    left: 5%;
    z-index: -1;
    background: var(--primary);
}

.personnel .photo i:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 120%;
    border: 18px solid var(--primary);
    border-bottom: 0;
    top: -94%;
    left: -18px;
    z-index: -1;
    -webkit-border-radius: 50% 50% 0 0;
    -moz-border-radius: 50% 50% 0 0;
    border-radius: 50% 50% 0 0;
    background: var(--background);
    background: -moz-linear-gradient(0deg, rgba(13, 13, 13, 1) 0%, rgba(3, 3, 3, 1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(13, 13, 13, 1) 0%, rgba(3, 3, 3, 1) 50%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 13, 13, 1)), color-stop(50%, rgba(3, 3, 3, 1)));
    background: -webkit-linear-gradient(bottom, rgba(13, 13, 13, 1) 0%, rgba(3, 3, 3, 1) 50%);
    background: -moz-linear-gradient(bottom, rgba(13, 13, 13, 1) 0%, rgba(3, 3, 3, 1) 50%);
    background: -o-linear-gradient(bottom, rgba(13, 13, 13, 1) 0%, rgba(3, 3, 3, 1) 50%);
    background: linear-gradient(0deg, rgba(13, 13, 13, 1) 0%, rgba(3, 3, 3, 1) 50%)
}


.personnel .photo h3 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: var(--gold);
    margin: -12px 0 0;
    z-index: 5;
    background: rgba(14, 14, 14, 1);
    background: -moz-linear-gradient(0deg, rgba(3, 3, 3, 1) 0%, rgba(3, 3, 3, 1) 35%, rgba(14, 14, 14, 1) 95%);
    background: -webkit-linear-gradient(0deg, rgba(3, 3, 3, 1) 0%, rgba(3, 3, 3, 1) 35%, rgba(14, 14, 14, 1) 95%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 3, 3, 1)), color-stop(35%, rgba(3, 3, 3, 1)), color-stop(95%, rgba(14, 14, 14, 1)));
    background: -webkit-linear-gradient(bottom, rgba(3, 3, 3, 1) 0%, rgba(3, 3, 3, 1) 35%, rgba(14, 14, 14, 1) 95%);
    background: -moz-linear-gradient(bottom, rgba(3, 3, 3, 1) 0%, rgba(3, 3, 3, 1) 35%, rgba(14, 14, 14, 1) 95%);
    background: -o-linear-gradient(bottom, rgba(3, 3, 3, 1) 0%, rgba(3, 3, 3, 1) 35%, rgba(14, 14, 14, 1) 95%);
    background: linear-gradient(0deg, rgba(3, 3, 3, 1) 0%, rgba(3, 3, 3, 1) 35%, rgba(14, 14, 14, 1) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030303", endColorstr="#0e0e0e", GradientType=1);
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    padding: 12px 6px;
    direction: ltr
}

.personnel .info {
    background: #030303;
    background: -moz-linear-gradient(0deg, rgba(3, 3, 3, 1) 0%, rgba(3, 3, 3, 1) 35%, rgba(14, 14, 14, 1) 95%);
    background: -webkit-linear-gradient(0deg, rgba(3, 3, 3, 1) 0%, rgba(3, 3, 3, 1) 35%, rgba(14, 14, 14, 1) 95%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 3, 3, 1)), color-stop(35%, rgba(3, 3, 3, 1)), color-stop(95%, rgba(14, 14, 14, 1)));
    background: -webkit-linear-gradient(bottom, rgba(3, 3, 3, 1) 0%, rgba(3, 3, 3, 1) 35%, rgba(14, 14, 14, 1) 95%);
    background: -moz-linear-gradient(bottom, rgba(3, 3, 3, 1) 0%, rgba(3, 3, 3, 1) 35%, rgba(14, 14, 14, 1) 95%);
    background: -o-linear-gradient(bottom, rgba(3, 3, 3, 1) 0%, rgba(3, 3, 3, 1) 35%, rgba(14, 14, 14, 1) 95%);
    background: linear-gradient(0deg, rgba(3, 3, 3, 1) 0%, rgba(3, 3, 3, 1) 35%, rgba(14, 14, 14, 1) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030303", endColorstr="#0e0e0e", GradientType=1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 14px 20px;
    margin-top: 4px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 100%
}

.personnel .info h3, .personnel .phone {
    color: var(--gray1);
    display: block
}

.personnel .post, .personnel .info .mobile {
    color: #7b7f82;
    display: block
}

.hover-info h3 {
    color: var(--light)
}

.hover-info span {
    color: var(--gray1)
}

.phone, .mobile {
    direction: ltr
}

.personnel-holder {
    height: 100%
}

.personnel:hover .photo {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.personnel:hover .info {
    opacity: 0
}

.personnel .hover-info {
    position: absolute;
    text-align: center;
    bottom: -5%;
    width: 100%;
    left: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.personnel:hover .hover-info {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

#personnel .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.employee-intro-btn {
    text-align: center;
    cursor: pointer
}

.employee-intro-btn a {
    display: inline-block;
    position: relative
}

.employee-intro-btn a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    -moz-transition: .35s ease;
    transition: .35s ease
}

.employee-intro-btn a:hover:before {
    opacity: .4
}

.single-card-personnel {
    padding: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: auto;
    opacity: 0
}

.aws .single-card-personnel {
    opacity: 1;
    -webkit-transition: 1s .5s;
    -o-transition: 1s .5s;
    -moz-transition: 1s .5s;
    transition: 1s .5s
}

.single-card-personnel:hover .photo {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.single-card-personnel:hover .info {
    opacity: 1;
    margin-right: 0;
    width: 100%
}

.single-card-personnel .info {
    background: #070708;
    padding-right: 36px;
    margin-left: -40px;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    z-index: -1;
    font-size: 16px
}

.single-card-personnel .info:before {
    content: '';
    position: absolute;
    background: url(../../images/sale-badge.png) no-repeat;
    background-position: center;
    width: 40px;
    height: 100%;
    display: block;
    top: 0;
    right: -22px
}

.single-card-personnel .photo i {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    border: 16px solid #0d0d0d;
    height: 60%
}

.single-card-personnel .photo i:before {
    border: 16px solid #0d0d0d;
    left: -16px;
    height: 110.1%;
    top: -84%
}

.single-card-personnel .photo:before {
    top: -26px;
    opacity: 0
}

.aws .single-card-personnel .photo:before {
    top: -56px;
    -webkit-transition: 1.5s .5s;
    -o-transition: 1.5s .5s;
    -moz-transition: 1.5s .5s;
    transition: 1.5s .5s;
    opacity: 1
}

.single-card-personnel .info h3, .single-card-personnel .phone {
    color: var(--light)
}

.single-card-personnel .post, .single-card-personnel .info .mobile {
    color: var(--gray1)
}

.single-card-personnel .photo:after {
    display: none
}

.gallery .c-122 {
    margin-right: -1.7%;
    margin-left: -1.7%
}

/* .simple-gallery {
    margin: 24px 0 0;
    width: 102%
}

.simple-gallery img {
    margin: 1%;
    width: 8.2%;
    height: auto
}

.simple-gallery img:first-child {
    margin-right: 0
}

.simple-gallery img:last-child {
    margin-left: 0
} */

.single-card-personnel .photo:after {
    bottom: -10%;
    opacity: 0 !important
}

.aws .single-card-personnel .photo:after {
    bottom: -17%;
    -webkit-transition: 1.5s .5s;
    -o-transition: 1.5s .5s;
    -moz-transition: 1.5s .5s;
    transition: 1.5s .5s;
    opacity: 1 !important
}

.bg-inside {
    position: static !important
}

.bg-inside img {
    position: absolute;
    width: 50%;
    height: 75%;
    top: 15vh;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom right;
    object-position: bottom right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 70% 100%;
    -moz-transform-origin: 70% 100%;
    -ms-transform-origin: 70% 100%;
    -o-transform-origin: 70% 100%;
    transform-origin: 70% 100%
}

.aws .bg-inside img {
    -webkit-animation: flower 10s infinite;
    -moz-animation: flower 10s infinite;
    -o-animation: flower 10s infinite;
    animation:         flower 10s infinite,
        svg-light-sweep 4s ease-in-out infinite;

will-change: filter, transform;
}
@keyframes svg-light-sweep {
    0% {
        filter: drop-shadow(-10px 0 3px rgba(255,255,255,0));
        opacity: 0.9;
    }

    40% {
        filter: drop-shadow(-4px 0 4px rgba(255,255,255,0.5));
        opacity: 1;
    }

    60% {
        filter: drop-shadow(2px 0 4px rgba(255,255,255,1));
        opacity: 1;
    }

    100% {
        filter: drop-shadow(5px 0 3px rgba(255,255,255,0));
        opacity: 0.9;
    }
}

.aws .bg-inside img:nth-child(2) {
    -webkit-animation: flower 10s 3s infinite;
    -moz-animation: flower 10s 3s infinite;
    -o-animation: flower 10s 3s infinite;
    animation: flower 10s 3s infinite
}

@-webkit-keyframes flower {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
}

@-moz-keyframes flower {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -moz-transform: rotate(3deg);
        transform: rotate(3deg)
    }
}

@-o-keyframes flower {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -o-transform: rotate(3deg);
        transform: rotate(3deg)
    }
}

@keyframes flower {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg)
    }
}

.contact-numbers {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    direction: ltr;
    margin: 20px 0 0
}

.contact-numbers a {
    color: var(--gold);
    font-size: 1.9vw
}

.contact-numbers .tel1 {
    font-size: 5.8vw;
    line-height: 1.2;
    text-align: right;
    width: 100%
}

.small-photo-cart-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.small-photo-cart {
    position: relative;
    width: 11%;
    opacity: 0;
    -webkit-transition: 1.4s;
    -o-transition: 1.4s;
    -moz-transition: 1.4s;
    transition: 1.4s;
    -webkit-transition-timing-function: var(--aws-easing);
    -moz-transition-timing-function: var(--aws-easing);
    -o-transition-timing-function: var(--aws-easing);
    transition-timing-function: var(--aws-easing);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    padding: 1.5%
}

.small-photo-cart.s {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.small-photo-cart img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    background: -moz-linear-gradient(0deg, rgba(20, 20, 20, 1) 5%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(20, 20, 20, 1) 5%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(20, 20, 20, 1)), to(rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(bottom, rgba(20, 20, 20, 1) 5%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(bottom, rgba(20, 20, 20, 1) 5%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(bottom, rgba(20, 20, 20, 1) 5%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(20, 20, 20, 1) 5%, rgba(0, 0, 0, 1) 100%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.small-photo-cart i {
    display: block;
    width: 100%;
    padding-bottom: 124%
}

.bottom-small-photo-cart > div {
    width: -webkit-calc(10% - 20px);
    width: -moz-calc(10% - 20px);
    width: calc(10% - 20px)
}

.portfolio .personnel .photo:after {
    display: block;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.portfolio-main .personnel:hover .photo {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.portfolio .personnel, .portfolio .personnel .photo {
    min-width: 264px;
    max-width: 290px
}

.portfolio .personnel:hover .photo:before {
    top: -60px
}

.section-gallery-item {
    width: 14.28%;
    padding: 1.7%;
    opacity: 0;
    -webkit-transform: translate(40px, -40px) rotate3d(1, 1, 0, 50deg);
    -moz-transform: translate(40px, -40px) rotate3d(1, 1, 0, 50deg);
    transform: translate(40px, -40px) rotate3d(1, 1, 0, 50deg)
}

.section-gallery-item.s {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate3d(0, 0, 0, 50deg);
    -moz-transform: translate(0, 0) rotate3d(0, 0, 0, 50deg);
    transform: translate(0, 0) rotate3d(0, 0, 0, 50deg);
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    -moz-transition: 1s ease;
    transition: 1s ease
}

.gallery-contain {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px
}

.section-gallery-item > div {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff0c
}

.section-gallery-item img {
    width: 100%;
    height: auto
}

@media screen and (min-width: 768px) {
    .layout-mobile-slider {
        display: none
    }

    .slide-frame img:nth-child(odd) {
        opacity: 0
    }

    .slide-frame img:nth-child(even) {
        display: none
    }

    .mgoldTazhib {
        display: none
    }

    #menumobile {
        display: none
    }

    .sections-nav {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: .4s;
        -o-transition: .4s;
        -moz-transition: .4s;
        transition: .4s
    }

    .sections-nav.hidden {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        transform: translateX(-50px)
    }
}

@media screen and (max-width: 1200px) {
    .personnel-holder .personnel {
        padding: 0 5%
    }

    .photoFramePro {
        width: 30vw;
        height: 30vw;
        max-width: 380px;
        max-height: 380px;
    }
}

@media (max-width: 995px) and (min-width: 768px) {
    .home-main section .holder {
        padding: 0
    }

    .website-types-switch {
        width: 70px;
        height: 70px;
        padding: 5px;
        border: 8px solid #782363
    }

    .website-types-switches {
        width: -webkit-calc(110% + 202px);
        width: -moz-calc(110% + 202px);
        width: calc(110% + 202px);
        height: -webkit-calc(110% + 202px);
        height: -moz-calc(110% + 202px);
        height: calc(110% + 202px);
        top: -webkit-calc(-5% - 101px);
        top: -moz-calc(-5% - 101px);
        top: calc(-5% - 101px);
        left: -101px
    }

    .website-types-switch:before {
        width: 54px;
        height: 54px
    }

    .website-types-switch:after {
        width: 62px;
        height: 62px;
        top: -5px;
        left: -5px
    }

    .goldTazhib:before, .goldTazhib:after {
        top: -28px
    }

    .photoFrame {
        border: 40px solid transparent
    }

    .photoFrame:before {
        left: -webkit-calc(50% - 72px);
        left: -moz-calc(50% - 72px);
        left: calc(50% - 72px)
    }

    .goldTazhib {
        width: -webkit-calc(100% + 84px);
        width: -moz-calc(100% + 84px);
        width: calc(100% + 84px);
        height: -webkit-calc(100% + 84px);
        height: -moz-calc(100% + 84px);
        height: calc(100% + 84px);
        top: -42px;
        left: -42px
    }

    .luxima-futures {
        display: none !important
    }

    .photoFrame h3 {
        line-height: 52px;
        font-size: 16px
    }

    .slider-frame > div {
        padding: 20px
    }

    .contact-numbers a {
        font-size: 2.3vw
    }
}

@media (max-width: 996px) {
    .loaded #header .sections-nav-main {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .sections-nav-main {
        top: 38px;
        right: 20px
    }

    .loaded .sections-nav-main {
        -webkit-transition: 2s;
        -o-transition: 2s;
        -moz-transition: 2s;
        transition: 2s
    }

    .sections-nav-main:before, .icon-zarb:before {
        -webkit-box-shadow: 0 0 40px rgba(184, 134, 111, 0.25);
        -moz-box-shadow: 0 0 40px rgba(184, 134, 111, 0.25);
        box-shadow: 0 0 40px rgba(184, 134, 111, 0.25)
    }

    .loaded #header .sections-nav-main {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    #header .sections-nav-main {
        display: block;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
        -webkit-transition: 1s 4s;
        -o-transition: 1s 4s;
        -moz-transition: 1s 4s;
        transition: 1s 4s
    }

    .page-template-page-module #header .sections-nav-main,
    .single #header .sections-nav-main {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .home .slidedown {
        display: none
    }
}

@media (max-width: 768px) and (min-width: 520px) {
    .photoFrame {
        border: 20px solid #080808;
        width: 50vw !important;
        height: 50vw !important;
        float: none !important;
        margin: 20px auto 50px !important;
    }
}

@media (max-width: 768px) {
    .editor-home::before {
        display: none;
    }

    .module-contact .btn {
        display: none
    }

    .module-contact, .module-faq, .module-portfolio, .module-listcontent {
        margin: 50px 0;
        overflow: hidden
    }

    .page-title:before {
        font-size: 11vw !important
    }

    .home-main h1, .home-main h2, .editor-home h1, .editor-home h2 {
        font-size: 24px
    }

    body.home {
        position: relative;
        background: var(--primary) !important;
        height: auto;
    }

    #intro {
        min-height: 60vh;
        margin-bottom: -60px
    }

    #intro .layout-btns {
        text-align: center
    }

    section {
        position: relative;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        opacity: 1 !important;
        background-image: none !important;
        padding-top: 50px
    }

    section:first-child {
        margin-top: 0
    }

    .home-main section .holder {
        padding: 90px 10px 10px 10px;
    }

    .layout-btns .intro-btn {
        padding: 6px 26px 6px 10px
    }

    .layout-btns .intro-btn.lbtn {
        padding: 7px 10px 7px 26px
    }

    .intro-btn:before {
        right: 8px
    }

    .horse canvas {
        top: 0;
        margin: auto;
        width: 100% !important;
        height: 100% !important
    }

    .horse img {
        position: static;
        height: auto;
        width: 100%
    }

    .horse {
        position: relative !important;
        margin-bottom: -50px;
        min-width: -webkit-calc(100% + var(--ss-left) * 2);
        min-width: -moz-calc(100% + var(--ss-left) * 2);
        min-width: calc(100% + var(--ss-left) * 2);
        left: var(--ss-left)
    }

    .header-logo {
        width: auto;
        position: static
    }

    .header-logo .logo {
        margin-top: 26px !important;
        width: 48px !important;
    }

    .logo-desc {
        -webkit-transform: rotate(-90deg) translateY(70px) !important;
        -moz-transform: rotate(-90deg) translateY(70px) !important;
        -ms-transform: rotate(-90deg) translateY(70px) !important;
        -o-transform: rotate(-90deg) translateY(70px) !important;
        transform: rotate(-90deg) translateY(70px) !important;
        margin: 0;
        top: 7px;
        width: 32px
    }

    .logo-desc.hidden {
        -webkit-transform: rotate(-90deg) translateY(0) !important;
        -moz-transform: rotate(-90deg) translateY(0) !important;
        -ms-transform: rotate(-90deg) translateY(0) !important;
        -o-transform: rotate(-90deg) translateY(0) !important;
        transform: rotate(-90deg) translateY(0) !important
    }

    .logo-container {
        width: auto;
        margin: 0 !important
    }

    #intro .editor {
        display: none
    }


    .short-desc {
        text-align: center !important;
        width: 100%
    }

    .intro-btn {
        margin-top: 14px
    }

    .home-main h1, .home-main h2, .editor-home h1, .editor-home h2 {
        color: var(--gold);
        font-weight: 400;
        font-size: 18px;
        text-align: center;
        width: 100%
    }

    .home-main .short-desc, .slide-title b {
        font-size: 15px
    }

    .layout-slider .sections-nav-next, .layout-slider .sections-nav-prev, .layout-slider .glider-prev, .layout-slider .glider-next {
        display: none
    }

    .layout-slider {
        background: #01070d
    }

    .layout-slider .secbg {
        opacity: .6
    }

    .sections-nav {
        position: fixed;
        right: 0 !important;
        bottom: 0;
        width: 100%;
        top: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: rgba(0, 0, 0, .3);
        background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.35647762522977944) 80%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.35647762522977944) 80%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), color-stop(80%, rgba(0, 0, 0, 0.35647762522977944)), to(rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.35647762522977944) 80%, rgba(0, 0, 0, 0) 100%);
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.35647762522977944) 80%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.35647762522977944) 80%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.35647762522977944) 80%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
        height: 70px
    }

    .photoFrame {
        border: 30px solid #080808;
        opacity: 0;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: 1s 0;
        -o-transition: 1s 0;
        -moz-transition: 1s 0;
        transition: 1s 0;
        width: -webkit-calc(100vw - 86px);
        width: -moz-calc(100vw - 86px);
        width: calc(100vw - 86px);
        height: -webkit-calc(100vw - 86px);
        height: -moz-calc(100vw - 86px);
        height: calc(100vw - 86px);
        float: none !important;
        margin: 20px auto 50px !important
    }

    .aws.photoFrame {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .photoFrame:after {
        border-width: 15px !important;
        -webkit-transition: 1s 0 !important;
        -o-transition: 1s 0 !important;
        -moz-transition: 1s 0 !important;
        transition: 1s 0 !important
    }

    .aws.photoFrame img {
        -webkit-transition: 2s 1s ease-out;
        -o-transition: 2s 1s ease-out;
        -moz-transition: 2s 1s ease-out;
        transition: 2s 1s ease-out
    }

    .photoFrame:before {
        width: 50px;
        height: 55px;
        left: -webkit-calc(50% - 25px);
        left: -moz-calc(50% - 25px);
        left: calc(50% - 25px)
    }

    .aws.photoFrame:before {
        top: -53px;
        width: 60px;
        height: 70px;
        left: -webkit-calc(50% - 30px);
        left: -moz-calc(50% - 30px);
        left: calc(50% - 30px)
    }

    .layout-btns > i {
        display: none
    }

    .photoFrame canvas {
        display: none
    }

    .goldTazhib, .website-types-switches {
        display: none
    }

    .website-types {
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        padding: 0 10px !important
    }

    .layout-btns {
        margin-left: -5px;
        margin-right: -5px;
        padding: 0 !important;
        width: -webkit-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: calc(100% + 10px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .layout-btns .intro-btn {
        width: 100%;
        display: inline-block;
        min-width: 60%;
        text-align: center;
        font-size: 14px;
        padding-top: 7px;
        padding-bottom: 7px
    }

    .layout-btns > div:nth-child(3n) {
        text-align: left
    }

    .layout-btns > div {
        margin: 0 3px
    }

    .mgoldTazhib {
        display: block;
        z-index: -5
    }

    .aws .mgoldTazhib {
        opacity: 1 !important
    }

    .goldTazhib-right {
        -webkit-transform: rotate(90deg) !important;
        -moz-transform: rotate(90deg) !important;
        -ms-transform: rotate(90deg) !important;
        -o-transform: rotate(90deg) !important;
        transform: rotate(90deg) !important
    }

    .goldTazhib-left {
        -webkit-transform: rotate(-90deg) !important;
        -moz-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important
    }

    .goldTazhib {
        width: -webkit-calc(100% + 62px);
        width: -moz-calc(100% + 62px);
        width: calc(100% + 62px);
        height: -webkit-calc(100% + 62px);
        height: -moz-calc(100% + 62px);
        height: calc(100% + 62px);
        top: -31px;
        left: -31px;
        z-index: -1;
        background: #0000
    }

    .goldTazhib i {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid var(--gold);
        -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
        -webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1));
        mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
        mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1))
    }

    .photoFrame h3 {
        line-height: 40px;
        font-size: 14px
    }

    /* .simple-gallery {
        text-align: center
    }

    .simple-gallery img:nth-child(odd) {
        position: relative;
        top: -10px
    }

    .simple-gallery img:nth-child(even) {
        position: relative;
        bottom: -10px
    } */
    .align-sm-center {
        text-align: center;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    #person-one {
        display: none
    }

    .single-card-personnel {
        direction: ltr
    }

    .single-card-personnel .info:before {
        display: none
    }

    .single-card-personnel .info {
        padding-right: 10px
    }

    .single-card-personnel .info h3 {
        font-size: 14px
    }

    .single-card-personnel .post {
        font-size: 12px
    }

    .single-card-personnel .phone, .single-card-personnel .mobile {
        font-size: 14px
    }

    .single-card-personnel .info {
        width: -webkit-calc(50% + 40px);
        width: -moz-calc(50% + 40px);
        width: calc(50% + 40px)
    }

    .single-card-personnel .photo {
        width: 50%
    }

    .single-card-personnel {
        margin: 16px 0
    }

    .personnel-holder:nth-child(odd) .single-card-personnel {
        direction: rtl
    }

    .personnel-holder:nth-child(odd) .info {
        margin-left: 0;
        margin-right: -40px;
        -webkit-border-radius: 10px 0 0 10px;
        -moz-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px;
        padding: 14px 40px 14px 14px
    }

    .single-card-personnel .photo:before {
        top: -45px
    }

    section.after[data-animation='zoom'] {
        -webkit-transform: translateY(0) scale(1) !important;
        -moz-transform: translateY(0) scale(1) !important;
        -ms-transform: translateY(0) scale(1) !important;
        -o-transform: translateY(0) scale(1) !important;
        transform: translateY(0) scale(1) !important
    }

    .employee-intro-btn {
        display: none
    }

    .layout-slider, .sections-nav-next, .sections-nav-prev {
        display: none
    }

    .sections-nav-main > ul {
        display: none
    }

    header {
        background: #000;
        background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.09877454399728647) 0%, rgba(0, 0, 0, 1) 98%);
        background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.09877454399728647) 0%, rgba(0, 0, 0, 1) 98%);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.09877454399728647)), color-stop(98%, rgba(0, 0, 0, 1)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.09877454399728647) 0%, rgba(0, 0, 0, 1) 98%);
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.09877454399728647) 0%, rgba(0, 0, 0, 1) 98%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.09877454399728647) 0%, rgba(0, 0, 0, 1) 98%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.09877454399728647) 0%, rgba(0, 0, 0, 1) 98%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
        height: 100px;
        top: 0;
        z-index: 99992 !important
    }

    .blog-item-img {
        padding: 0 0 0 10px
    }

    .blog-item img {
        min-width: 90px
    }

    .blog-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .topgoldTazhib {
        position: absolute;
        width: -webkit-calc(100% + 60px);
        width: -moz-calc(100% + 60px);
        width: calc(100% + 60px);
        height: -webkit-calc(100% + 60px);
        height: -moz-calc(100% + 60px);
        height: calc(100% + 60px);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: -30px;
        left: -30px;
        background: #080808;
        z-index: -1
    }

    .goldTazhib:before, .goldTazhib:after {
        top: -24px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }

    .mgoldTazhib.move:before, .mgoldTazhib.move:after {
        top: -20px
    }

    .slider-frame-right:after, .slider-frame-left:before {
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }

    .slider-frame-right.move:after {
        -webkit-transform: rotate(90deg) translateY(6px);
        -moz-transform: rotate(90deg) translateY(6px);
        -ms-transform: rotate(90deg) translateY(6px);
        -o-transform: rotate(90deg) translateY(6px);
        transform: rotate(90deg) translateY(6px)
    }

    .slider-frame-left.move:before {
        -webkit-transform: rotate(-90deg) translateY(6px);
        -moz-transform: rotate(-90deg) translateY(6px);
        -ms-transform: rotate(-90deg) translateY(6px);
        -o-transform: rotate(-90deg) translateY(6px);
        transform: rotate(-90deg) translateY(6px)
    }

    .photoFrame-main.before figure {
        -webkit-transform: translateX(-100px) scale(1);
        -moz-transform: translateX(-100px) scale(1);
        -ms-transform: translateX(-100px) scale(1);
        -o-transform: translateX(-100px) scale(1);
        transform: translateX(-100px) scale(1)
    }

    .photoFrame-main.after figure {
        -webkit-transform: translateX(100px) scale(1);
        -moz-transform: translateX(100px) scale(1);
        -ms-transform: translateX(100px) scale(1);
        -o-transform: translateX(100px) scale(1);
        transform: translateX(100px) scale(1)
    }

    .photoFrame-main figure {
        -webkit-transform: translateX(0) scale(1);
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -o-transform: translateX(0) scale(1);
        transform:  scale(1);
        pointer-events: none
    }

    .slider-nav > i.disable {
        -webkit-filter: grayscale(1) brightness(0.3);
        filter: grayscale(1) brightness(0.3)
    }

    .slider-frame {
        margin: 0 !important;
        padding: 0 22px;
        pointer-events: none
    }

    .slider-frame .owl-stage-outer {
        pointer-events: auto;
        padding: 10px 0 !important;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

    .slider-frame-right,
    .slider-frame-left {
        position: relative;
        z-index: 2;
    }


    /*.slider-frame-right:after, .slider-frame-left:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    background-image: url("../../img/sep/tazhib.webp");*/
    /*    -webkit-background-size: auto 82px;*/
    /*    -moz-background-size: auto 82px;*/
    /*    -o-background-size: auto 82px;*/
    /*    background-size: auto 82px;*/
    /*    background-position: center top;*/
    /*    background-repeat: no-repeat;*/
    /*    -webkit-filter: contrast(1.05) sepia(1) saturate(1.5) hue-rotate(-24deg) brightness(8);*/
    /*    filter: contrast(1.05) sepia(1) saturate(1.5) hue-rotate(-24deg) brightness(8);*/
    /*    height: 30px;*/
    /*    width: 200px;*/
    /*    margin: auto;*/
    /*    -webkit-transform: rotate(90deg);*/
    /*    -moz-transform: rotate(90deg);*/
    /*    -ms-transform: rotate(90deg);*/
    /*    -o-transform: rotate(90deg);*/
    /*    transform: rotate(90deg);*/
    /*    z-index: -1*/
    /*}*/
    .slider-frame-left:before {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: -90px
    }

    .section-gallery-item {
        width: 20%
    }

    .slide-title {
        text-align: center;
        color: var(--gold)
    }

    .slide-title b, .home-main h1, .home-main h2, .editor-home h1, .editor-home h2, .home-main h3, .editor-home h3, .home-main h4, .editor-home h4 {
        color: var(--gold);
        display: block;
        text-align: center;
        width: 100%
    }

    .slide-frame img:nth-child(2) {
        display: none !important
    }

    footer {
        padding: 35px 25px;
        position: relative !important;
    }

    .rahin-footer-title {
        text-align: center;
    }

    footer .c-12 {
        position: relative !important
    }

    .bg-inside img:first-child {
        position: relative
    }

    .bg-inside img {
        top: 0;
        left: 0;
        width: 100%;
        height: auto
    }

    .mobile-nav a {
        opacity: 0;
        top: 15px;
        position: relative
    }

    .loaded .mobile-nav a {
        opacity: 1;
        -webkit-transition: 2s 1.5s ease-in-out;
        -o-transition: 2s 1.5s ease-in-out;
        -moz-transition: 2s 1.5s ease-in-out;
        transition: 2s 1.5s ease-in-out
    }

    .slide-frame img {
        position: absolute
    }

    .slide-frame img:first-child {
        position: relative
    }

    .mobile-login:before {
        font-size: 16px
    }

    .mobiledeactive {
        display: none !important
    }

    .single-card-personnel:hover .info {
        width: -webkit-calc(50% + 40px);
        width: -moz-calc(50% + 40px);
        width: calc(50% + 40px)
    }

    .personnel:hover .hover-info {
        display: none
    }

    .personnel h3 {
        text-align: right
    }

    .contact-numbers a {
        font-size: 9vw !important;
        text-align: center !important
    }

    #contact {
        overflow: visible
    }

    #contact .row {
        position: relative
    }

    #contact .bg-inside {
        -webkit-filter: blur(1px) opacity(0.5);
        filter: blur(1px) opacity(0.5);
        position: absolute !important
    }

    body {
        font-size: 14px
    }


    .slidedown, #intro .editor-home div > p, #intro .intro-btn, .slider-nav, .tel3, .tel2, #contact h2, #contact p, .copyright:before {
        display: none
    }

    #contact .short-desc {
        display: block
    }


    /* #awards .editor-home {
        padding: 0 10px
    } */

    .mobile-pessonel-btn {
        position: fixed;
        background: url('../../img/upload/ICON-Business-consulting.svg') center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-repeat: no-repeat;
        width: 37px;
        height: 77px;
        bottom: 15px;
        left: 36px;
        z-index: 60;
        opacity: 0;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transition: 1s 4s;
        -o-transition: 1s 4s;
        -moz-transition: 1s 4s;
        transition: 1s 4s
    }

    .loaded .mobile-pessonel-btn {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .mobile-pessonel-btn:before {
        content: '';
        position: absolute;
        width: 54px;
        height: 100px;
        background: var(--gold);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: .3;
        top: 25px;
        left: -8px
    }

    .dir-2 .c-lg-6 {
        padding: 0 !important
    }

    .personnel-holder-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 10px 0
    }

    .personnel-holder-mobile-btn {
        width: 108px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .personnel-holder-mobile-title {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .personnel-holder-mobile-title h3 {
        color: var(--gray1);
        font-weight: 400;
        font-size: 16px;
        line-height: 1.2;
        margin: 5px 0 -5px
    }

    .personnel-holder-mobile-title span {
        color: var(--gray2);
        font-size: 13px
    }

    .personnel-holder-mobile-img {
        width: auto;
        height: 100%;
        overflow: hidden;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

    .personnel-holder-mobile-btn i {
        border: 1px solid var(--gray2);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: block;
        line-height: 36px;
        text-align: center
    }

    .personnel-holder-mobile-btn :before {
        color: var(--gray2) !important;
        font-size: 18px
    }

    .personnel-holder-mobile-btn a:first-child {
        margin-right: 10px
    }

    .personnel-holder-mobile-btn a {
        margin-right: 10px
    }

    .personnel-holder-mobile-btn a:first-child {
        margin-right: 0
    }

    .menu-title h3 {
        font-size: 16px !important
    }

    .menu-layout-contact-us-btns {
        position: relative;
        width: 100%;
        border-left: none;
        border-right: none
    }

    .menu-layout-contact-us-btns:before, .menu-layout-contact-us-btns:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        background: #1b1b1b;
        z-index: -1
    }

    .menu-layout-contact-us-btns:after {
        top: 44px;
        bottom: 0
    }

    .menu-layout-contact-us-btns .holder {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .menu-layout-contact-tel {
        color: var(--gold);
        width: -webkit-calc(50% - 24px);
        width: -moz-calc(50% - 24px);
        width: calc(50% - 24px);
        font-size: 14px;
        line-height: 44px;
        padding: 0 10px 0 0;
        display: flex;
        align-items: center;
    }

    .menu-layout-contact-intro {
        background: url('https://test5.donooco-work.ir/wp-content/uploads/icon-World.svg') no-repeat;
        width: 48px;
        height: 102px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        margin-top: -15px
    }

    .menu-layout-contact-tel:first-child {
        direction: ltr;
        text-align: left;
        padding: 0 0 0 10px;
        display: flex;
        align-items: center;
    }

    .menu-layout-contact-tel span:before {
        font-size: 24px;
        margin: 0 0 0 11px;
        display: inline-block;
        line-height: 50px;
        float: right;
    }

    .menu-layout-contact-tel:first-child span:before {
        margin: 0 11px 0 0;
        display: inline-block;
        line-height: 48px;
        float: left;
    }

    .secbg {
        -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(40%, rgba(0, 0, 0, 1)), color-stop(60%, rgba(0, 0, 0, 1)), to(#000));
        -webkit-mask-image: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 60%, #000 100%);
        mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(20%, rgba(0, 0, 0, 1)), color-stop(80%, rgba(0, 0, 0, 1)), to(#000));
        mask-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, #000 100%);
        min-width: auto;
        min-height: auto;
        -webkit-background-size: 1000px 1000px;
        -moz-background-size: 1000px;
        -o-background-size: 1000px;
        background-size: 1000px;
        max-height: 650px;
        top: -50px
    }

    .website-type {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px)
    }

    /* .simple-gallery img:nth-child(n+10) {
        display: none
    } */
    /* #awards .small {
        height: -webkit-calc(100% - 30px);
        height: -moz-calc(100% - 30px);
        height: calc(100% - 30px);
        margin-top: 0
    } */

    .ft-gradiant {
        /*position: fixed;*/
        /*width: 100%;*/
        /*height: 70px;*/
        /*bottom: 0;*/
        /*z-index: 50;*/
        /*background: var(--primary);*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1)*/
        display: none;
    }

    .contact-numbers {
        width: 100%
    }

    footer {
        z-index: 90 !important
    }

    footer .copyright {
        text-align: center;
        font-size: 2.7vw
    }

    .trusted {
        text-align: center;
        margin: 0;
        padding: 0
    }

    #contact .layout-btns div:nth-child(1 + n) {
        display: none
    }

    #contact .intro-btn.lbtn {
        display: none
    }

    #contact .layout-btns div {
        text-align: center
    }

    .photoFramePro .bTazhib {
        position: absolute;
        bottom: -23%;
    }

    #contact .layout-btns > div:last-child {
        display: none
    }

    .photoFramePro .topgoldTazhib:before, .photoFramePro .topgoldTazhib:after, .slider-frame:before, .slider-frame:after {
        content: '';
        position: absolute;
        background: var(--gold);
        width: 40px;
        height: 140px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-filter: blur(30px);
        filter: blur(30px);
        top: -webkit-calc(50% - 70px);
        top: -moz-calc(50% - 70px);
        top: calc(50% - 70px);
        right: -82px;
        z-index: -10
    }

    .photoFramePro .topgoldTazhib:after {
        right: auto;
        left: -82px
    }

    .slider-frame:before, .slider-frame:after {
        right: -50px
    }

    .slider-frame:after {
        right: auto;
        left: -50px
    }

    .slider-frame > div {
        padding: 20px 0;
        background: #000;
        -webkit-box-shadow: 0 0 8px #000;
        -moz-box-shadow: 0 0 8px #000;
        box-shadow: 0 0 8px #000
    }

    .photoFramePro figure img {
        -webkit-animation: float;
        -moz-animation: float;
        -o-animation: float;
        animation: float;
        -webkit-animation-duration: 5s;
        -moz-animation-duration: 5s;
        -o-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .luxima-item h4 {
        text-align: right
    }

    #contact .photoFrame figure {
        height: 76%;
        margin-top: 13%;
        margin-bottom: -13%
    }

    .editor-home > h3, .editor-home > h2, .editor-home > h4, .editor-home > h5, .editor-home > h1 {
        margin-bottom: 5px
    }

    .editor-home .short-desc {
        margin: 4px 0 10px
    }

    .contact-numbers {
        margin: 0 0 10px
    }

    .photoFrame figure:after {
        content: '';
        position: absolute;
        width: -webkit-calc(100% + 58px);
        width: -moz-calc(100% + 58px);
        width: calc(100% + 58px);
        height: -webkit-calc(100% + 58px);
        height: -moz-calc(100% + 58px);
        height: calc(100% + 58px);
        border: 2px solid var(--gold);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: -1;
        display: block;
        top: -30px;
        /* -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(#000000cc), color-stop(10%, #00000000), color-stop(90%, #00000000), to(#000000cc));
        -webkit-mask-image: -webkit-linear-gradient(left, #000000cc 0%, #00000000 10%, #00000000 90%, #000000cc 100%);
        mask-image: -webkit-gradient(linear, left top, right top, from(#000000cc), color-stop(10%, #00000000), color-stop(90%, #00000000), to(#000000cc)); */
        mask-image: linear-gradient(to top, rgb(122, 34, 98) 0%, rgb(42, 0, 22) 100%);
    }

    .photoFrame-main figure:after {
        display: none
    }

    .slider-frame {
        padding: 0 !important
    }

    .layout-mobile-slider .relative {
        position: relative;
    }

    .slider-frame-right,
    .slider-frame-left {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .slider-frame-right {
        left: 97vw;
    }

    .slider-frame-left {
        left: -9vw;
    }

    .slider-frame-right:after,
    .slider-frame-left:before {
        content: '';
        position: absolute;
        background-image: url("../../img/sep/tazhib.webp");
        background-size: auto 82px;
        background-position: center top;
        background-repeat: no-repeat;
        filter: contrast(1.05) sepia(1) saturate(1.5) hue-rotate(-24deg) brightness(8);
        height: 30px;
        width: 200px;
        margin: auto;
        transform: rotate(90deg);
        z-index: -1;
    }

    /* مخصوص سمت چپ */
    .slider-frame-left:before {
        transform: rotate(-90deg);
    }


    .layout-mobile-slider .slider-frame {
        z-index: 10
    }

    #LUXIMA .luxima-futures {
        display: none
    }

    .slide-frame {
        border: 1px solid #000
    }

    .menu-layout-contact-us {
        padding-top: 10vh
    }

    .loaded .logo-desc {
        left: 10vw;
        right: auto;
        margin: 5px auto 0 auto;
    }
}

@media (max-width: 400px) {
    #menumobile ul {
        right: -webkit-calc(-66vh + 10px);
        right: -moz-calc(-66vh + 10px);
        right: calc(-66vh + 10px)
    }

    #menumobile:before {
        right: -66vh
    }
}

/*Pre loading*/
.ploading {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 999999;
    background: var(--primary);
    background-image: url('https://test5.donooco-work.ir/wp-content/uploads/welcome-Home-page_Home-page-baclground-scaled.webp');
    background-size: cover !important;
    background-position: center center !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transition: 0.7s cubic-bezier(0.42, -0.06, 0.64, 0.4);
    transform: scale(1); */
    opacity: 1;
}

.ploading.done {
    /* transform: scale(1.5); */
    opacity: 1;
    visibility: hidden;
}

/* .ploading:before{
    content: '';
    position: absolute;
    width: 668px;
    height: 500px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 10vw 10vw var(--primary);
} */

.ploading-bar {
    position: absolute;
    width: 100%;
    max-width: 500px;
    height: 4px;
    bottom: calc(50% - 300px);
    background: #222;
}

.ploading-i {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 0;
    background: var(--gold);
}