@import "fonts.css";
@import "animate.css";
@import "navbar.css";
@import "fiveStar.css";
@import "jquery.mCustomScrollbar.min.css";
@import "swiper.css";
@import "GalleryPopUp.css";
@import "mapbox.css";
@import "footer.css";

html {
    position: static !important;
    top: 0 !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
    backface-visibility: hidden
}

body, html {
    max-width: 100%;
    overflow-x: hidden;
    font-family: IRANSans;
}

body {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    direction: rtl;
    color: #fff;
    overflow:hidden;
}

.ContentAllBody {
    position: relative;
    width: 100%;
    max-height: 100vh;
}

.slide.active, html {
    -webkit-backface-visibility: hidden
}

*, .dialog li, :focus, a {
    text-decoration: none
}

* {
    outline: none !important;
    box-sizing: border-box;
}

input, select, select *, textarea, button {
    font-family: IRANSans,tahoma;
    outline: none;
}

select {
    background: url(../img/arrowSelectBox.png) no-repeat 10px center / 12px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    height: 40px;
    padding: 0 10px 0 30px;
    color: #eee;
}

    select * {
        background-color: black;
        color: #eee;
        padding: 5px 0;
    }

.container .wrap, form.center input, form.center textarea {
    text-align: center
}

.dialog, body, html {
    -webkit-tap-highlight-color: transparent
}

.cls-1 {
    fill: #454545;
}

.cls-1, .cls-2 {
    fill-rule: evenodd;
}

.cls-2 {
    fill: #f60;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

.dot, .dot:after, .social-circles li, img {
    display: inline-block
}

li, ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: none
    }

.dot:after, .grid:after, .hr:after, .quoteBubble:after, .videoThumbnail:after {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

b, strong {
    font-weight: 600
}

*, :after, :before {
    box-sizing: inherit
}

.content, .slide {
    overflow: hidden
}

img.rounded {
    border-radius: 3px
}

a {
    color: inherit
}

.padding {
    position: relative;
    width: 100%;
    height: 450px;
    display: block;
    background: red;
}

.containerMain {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: auto;
    color: #6d6d6d;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
}

.contentBody {
    position: relative;
    width: 100%;
}

.container {
    position: relative;
    width: calc(100% - 60px);
    margin: auto;
}

.sliderHome {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.itemSlideHome {
    position: relative;
    width: 100%;
    padding: 100px 0 30px;
    background: no-repeat center / cover;
    height: 38vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

    .itemSlideHome .contentItemSlider {
        position: relative;
        width: 55vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.mCSB_scrollTools {
    z-index: 100000000000000000000000;
}

.itemSlideHome .contentItemSlider h1.title {
    position: relative;
    font-size: 3vw;
    font-family: IranSharp;
    transition: all 0.5s;
    opacity: 0;
    transform: translate(0px, -100px);
}

.swiper-slide-active .itemSlideHome .contentItemSlider h1.title {
    opacity: 01;
    transform: translate(0px, 0px);
}

.itemSlideHome .contentItemSlider h3.subTitle {
    font-size: 2vw;
    font-weight: normal;
    color: #e3b508;
    font-family: IranSharp;
    transition: all 0.5s;
    opacity: 0;
    transform: translate(-100px,0px);
}

.swiper-slide-active .itemSlideHome .contentItemSlider h3.subTitle {
    opacity: 1;
    transform: translate(0px,0px);
    transition-delay: 0.4s;
}

.itemSlideHome .contentItemSlider .text {
    position: relative;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    transition: all 0.5s;
    opacity: 0;
}

.swiper-slide-active .itemSlideHome .contentItemSlider .text {
    opacity: 1;
    transition-delay: 0.8s;
}

.sliderHome .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    opacity: 1;
    border: 1px solid #fff;
    transition: all 0.2s;
}

    .sliderHome .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #e3b508;
        border: 1px solid #e3b508;
    }

.sliderHome button.btnDown {
    position: absolute;
    bottom: 5vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: #e3b508;
    z-index: 1;
    border-radius: 100%;
    border: none;
    color: #fff;
    cursor: pointer;
}

    .sliderHome button.btnDown:hover {
        background: #e39608;
    }

    .sliderHome button.btnDown:active {
        background: #fbff00;
        color: #333;
    }

.HomeAboutBox {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
    padding: 4vw 0;
}

    .HomeAboutBox .col {
        position: relative;
        width: 50%;
    }

.rowBtns {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 10px 0;
}

a.btnSec {
    position: relative;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 1px solid #FFF;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    margin: 5px;
    transition: all 0.2s;
}

    a.btnSec:hover {
        color: #d5aa08;
        border: 1px solid #d5aa08;
        background-color: transparent;
    }

h3.titleSec {
    position: relative;
    font-family: KelmaMagdySoliman;
    font-size: 9vw;
    opacity: 0.1;
    text-align: center;
    margin: 0vw 0 -3vw;
    text-transform: uppercase;
}

.HomeAboutBox .text {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-right: 40px;
}

.HomeAboutBox.scrollshow .text {
    opacity: 0;
    transform: translate(0px, 100px);
}

.HomeAboutBox.scrollshow.active .text {
    transition: all 1s;
    transition-delay: 0.5;
    opacity: 1;
    transform: translate(0px, 0px);
}

.HomeAboutBox.scrollshow .col .PicAboutSec {
    opacity: 0;
    transform: translate(0px, 100px);
}

.HomeAboutBox.scrollshow.active .col .PicAboutSec {
    transition: all 1s;
    transition-delay: 0.7s;
    opacity: 1;
    transform: translate(0px, 0px);
}

.HomeAboutBox .text h4.title {
    position: relative;
    display: flex;
    font-family: IranSharp;
    font-size: 2vw;
    font-weight: normal;
}

    .HomeAboutBox .text h4.title:before {
        position: absolute;
        top: 2px;
        bottom: 0;
        left: calc(100% + 5px);
        width: 35px;
        height: 1px;
        content: '';
        background: #e3b508;
        margin: auto;
    }

.HomeAboutBox .text .boxSubtitle {
    position: relative;
    width: 21vw;
    display: flex;
    flex-direction: column;
}

    .HomeAboutBox .text .boxSubtitle h5.subtitle {
        font-size: 1.9vw;
        font-weight: normal;
        color: #e3b508;
        border-bottom: 1px solid #e3b508;
        padding: 0.2vw 0;
    }

    .HomeAboutBox .text .boxSubtitle h5.subtitle2 {
        position: relative;
        width: 100%;
        font-size: 1.15vw;
        font-family: IranSharp;
        font-weight: normal;
        padding: 0.8vw 0;
    }

.HomeAboutBox .text .contextText {
    position: relative;
    width: 100%;
    font-size: 11px;
    text-align: justify;
    padding-left: 10px;
    box-sizing: border-box;
}

.HomeAboutBox .col .PicAboutSec {
    position: relative;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
    /* background-attachment: fixed; */
    background-clip: content-box;
    padding: 0 0 5px;
    border-bottom: 1px solid #e3b508;
}

section.sec1 {
    position: relative;
    background: url(../img/bg-sec-2.png) no-repeat right center / 80%;
}

section.sec2 {
    position: relative;
}

    section.sec2:before {
        position: absolute;
        top: 0;
        left: -30px;
        width: calc(100% + 60px);
        content: '';
        height: 100%;
        background: url(../img/bg-sec-3.png) no-repeat right top / 100%;
    }

.HomeOurServices {
    position: relative;
    z-index: 1;
    color: #fff;
}

    .HomeOurServices .topOurServices {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 4vw 0 0;
    }

        .HomeOurServices .topOurServices .col1 {
            position: relative;
            width: calc(100% - 400px);
            display: flex;
            align-items: flex-end;
            justify-content: center;
        }

        .HomeOurServices .topOurServices .col2 {
            position: relative;
            width: 400px;
        }

            .HomeOurServices .topOurServices .col2 .smallPicOurServices {
                position: relative;
                width: 50%;
                background: no-repeat center / cover;
                background-clip: content-box;
                padding: 0 0 0 5px;
                border-left: 1px solid #e3b508;
            }

                .HomeOurServices .topOurServices .col2 .smallPicOurServices:before {
                    position: relative;
                    width: 100%;
                    padding-top: 100%;
                    content: '';
                    display: block;
                }

    .HomeOurServices .downOurServices {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .HomeOurServices .downOurServices .col1 {
            position: relative;
            width: calc(100% - 400px);
            display: flex;
            align-items: flex-end;
            justify-content: center;
        }

        .HomeOurServices .downOurServices .col2 {
            position: relative;
            width: 400px;
        }

            .HomeOurServices .downOurServices .col2 .text {
                position: relative;
                width: 100%;
                padding: 20px 40px 20px 0;
                display: flex;
                flex-direction: column;
            }

    .HomeOurServices.scrollshow .downOurServices .col2 .text {
        opacity: 0;
        transform: translate(0px, 100px);
    }

    .HomeOurServices.scrollshow.active .downOurServices .col2 .text {
        transition: all 1s;
        transition-delay: 0.8s;
        opacity: 1;
        transform: translate(0px, 0px);
    }

    .HomeOurServices .downOurServices .col2 .text h4.title {
        position: relative;
        display: flex;
        font-family: IranSharp;
        font-size: 2vw;
        font-weight: normal;
    }

        .HomeOurServices .downOurServices .col2 .text h4.title:before {
            position: absolute;
            top: 2px;
            bottom: 0;
            left: calc(100% + 5px);
            width: 35px;
            height: 1px;
            content: '';
            background: #e3b508;
            margin: auto;
        }

a.itemInfo {
    position: relative;
    width: 100%;
    padding: 0 15px 0 0;
    font-size: 12px;
    height: 35px;
    margin: 2px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #e0dfdf;
}

    a.itemInfo:hover {
        color: #c88805;
    }

    a.itemInfo:active {
        color: #fff;
    }

    a.itemInfo i.icon {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 25px;
        height: 25px;
        display: flex;
        background: no-repeat center / 100%;
        border: 2px solid #725b04;
        border-radius: 100%;
        right: -20px;
        margin: auto;
    }

    a.itemInfo label {
        cursor: pointer;
    }

.HomeOurServices .downOurServices .col1 .largPicOurServices {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
    /* background-attachment: fixed; */
}

.HomeOurServices.scrollshow .downOurServices .col1 .largPicOurServices {
    opacity: 0;
    transform: translate(0px, 100px);
}

.HomeOurServices.scrollshow.active .downOurServices .col1 .largPicOurServices {
    transition: all 1s;
    transition-delay: 0.7s;
    opacity: 1;
    transform: translate(0px, 0px);
}

.HomeOurServices .topOurServices .col1 h3.titleSec {
    font-size: 7.6vw;
}

.HomeProducts {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    flex-wrap: wrap;
}

    .HomeProducts .col1 .text {
        position: relative;
        width: 100%;
        padding: 10px 40px;
    }

    .HomeProducts.scrollshow .col1 .text {
        opacity: 0;
        transform: translate(0px, 100px);
    }

    .HomeProducts.scrollshow.active .col1 .text {
        transition: all 1s;
        transition-delay: 0.7s;
        opacity: 1;
        transform: translate(0px, 0px);
    }

    .HomeProducts .col1 h4.title {
        position: relative;
        display: flex;
        font-family: IranSharp;
        font-size: 2vw;
    }

    .HomeProducts .col1 {
        position: relative;
        width: 40%;
        display: flex;
        flex-direction: column;
    }

    .HomeProducts .col2 {
        position: relative;
        width: 60%;
        display: flex;
        flex-direction: column;
    }

    .HomeProducts .col1 .titleRotate {
        position: absolute;
        transform-origin: 4vw 2.3vw;
        transform: rotate(90deg);
        display: flex;
        align-items: center;
        justify-content: center;
        left: -6vw;
        top: -4vw;
        height: 0vw;
        width: 100%;
    }

        .HomeProducts .col1 .titleRotate h3.titleSec {
            font-size: 4.5vw;
            margin: 0 0 0vw;
        }

    .HomeProducts .col2 .largPicOurServices {
        position: relative;
        width: 100%;
        height: 100%;
        background: no-repeat center / cover;
        /* background-attachment: fixed; */
    }

    .HomeProducts.scrollshow .col2 .largPicOurServices {
        opacity: 0;
        transform: translate(-100px, 0px);
    }

    .HomeProducts.scrollshow.active .col2 .largPicOurServices {
        transition: all 1s;
        transition-delay: 0.5s;
        opacity: 1;
        transform: translate(0px, 0px);
    }

    .HomeProducts .col1 h4.title:before {
        position: absolute;
        top: 2px;
        bottom: 0;
        left: calc(100% + 5px);
        width: 35px;
        height: 1px;
        content: '';
        background: #e3b508;
        margin: auto;
    }

.HomeOurServices.scrollshow .topOurServices .col2 {
    opacity: 0;
    transform: translate(0px, 100px);
}

.HomeOurServices.scrollshow.active .topOurServices .col2 {
    transition: all 1s;
    transition-delay: 0.5;
    opacity: 1;
    transform: translate(0px, 0px);
}

.svg {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.latestNewsBox {
    position: relative;
    width: calc(100% + 60px);
    overflow: hidden;
    box-sizing: border-box;
    -webkit-clip-path: url(#Sec3Svg1);
    clip-path: url(#Sec3Svg1);
    margin: 3vw -30px;
    background: transparent;
    padding: 8vw 0;
    transition: all 0.5s
}

    .latestNewsBox:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: #fad253 url(../img/bgLastedNews.png) no-repeat bottom center / 100%;
        content: '';
        transition: all 1s;
        opacity: 0;
    }

    .latestNewsBox.scrollshow.active {
        transition-delay: 0.8s;
        height: 100%;
        transition: all 1s;
    }

        .latestNewsBox.scrollshow.active:before {
            transition-delay: 0.8s;
            opacity: 1;
        }

    .latestNewsBox.scrollshow h3.titleSec {
        margin: 0vw auto 3vw;
        color: #fff;
        opacity: 0.1 !important;
    }

    .latestNewsBox.scrollshow.active h3.titleSec {
        transition-delay: 0.8s;
        margin: 0vw auto 3vw;
        color: rgb(0 0 0 / 80%);
    }

    .latestNewsBox.scrollshow .sliderLatestNews {
        opacity: 0;
        transform: translate(0px, 100px);
    }

    .latestNewsBox.scrollshow.active .sliderLatestNews {
        transition: all 1s;
        transition-delay: 0.5s;
        opacity: 1;
        transform: translate(0px, 0px);
    }

.itemLatestNews {
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: column;
    background: transparent;
    width: calc(100% - 40px);
    margin: auto;
    color: #333;
    transition: all 0.5s;
    max-width: 280px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

    .itemLatestNews:hover {
        background: #fbd95d;
    }

    .itemLatestNews:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        content: '';
        background: black;
        height: 2px;
        transition: all 0.5s;
        width: 0%;
    }

    .itemLatestNews:hover:before {
        width: 100%;
    }

.sliderHome .swiper-slide {
    width: 100% !important;
    height: 100%;
}

.itemLatestNews .pic {
    position: relative;
    width: 100%;
    background: no-repeat center / cover;
    transition: all 0.5s;
}

    .itemLatestNews .pic:before {
        position: relative;
        width: 100%;
        padding-top: 60%;
        content: '';
        display: block;
    }

.itemLatestNews .text h3.title {
    position: relative;
    width: 100%;
    font-size: 14px;
    font-family: Iransharp;
    text-align: justify;
    padding: 5px 0;
}

.itemLatestNews .text .txt {
    position: relative;
    width: 100%;
    font-size: 10px;
    text-align: justify;
    padding: 5px 0;
}

.itemLatestNews a.linkBox {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 100%;
    color: #fff;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.2s;
}

.itemLatestNews:hover a.linkBox {
    transform: scale(1.1);
    color: #fbd95d;
}

    .itemLatestNews:hover a.linkBox:hover {
        transform: scale(1.2);
        color: #fbd95d;
    }

    .itemLatestNews:hover a.linkBox:active {
        transform: scale(1);
        color: #fbd95d;
    }

.brandsBox {
    position: relative;
    width: 100%;
    padding: 0vw 0 10vw;
}

    .brandsBox h3.titleSec {
        margin: -1vw 0 -4vw;
    }

    .brandsBox .swiper-container {
        padding: 3vw;
        overflow: hidden;
    }

    .brandsBox.scrollshow .swiper-container {
        opacity: 0;
        transform: translate(0px, 100px);
    }

    .brandsBox.scrollshow.active .swiper-container {
        transition: all 1s;
        transition-delay: 0.5s;
        opacity: 1;
        transform: translate(0px, 0px);
    }

a.itemBrand {
    position: relative;
    width: calc(100% - 20px);
    margin: auto;
    max-width: 180px;
    height: 180px;
    background: no-repeat center / 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

    a.itemBrand:hover {
        transform: scale(1.1);
    }

    a.itemBrand:active {
        transform: scale(0.9);
    }

.ProjectItemsBox {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0vw 0 3vw;
}

.SomeProjectBox.scrollshow.active .ProjectItemsBox {
    transition: all 1s;
    transition-delay: 0.5s;
    opacity: 1;
    transform: translate(0px, 0px);
}

.ProjectItemsBox .rowSomeProject {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.SomeProjectBox h3.titleSec {
    position: relative;
    width: 100%;
    margin: -4vw 0 -3.5vw 0;
}

.ProjectItemsBox .rowSomeProject .col {
    position: relative;
    width: 100%;
}

    .ProjectItemsBox .rowSomeProject .col.Hor {
        position: relative;
        width: calc(40vw - 20px);
        height: 15vw;
        /* background: red; */
        z-index: 2;
    }

    .ProjectItemsBox .rowSomeProject .col.Ver {
        position: relative;
        width: calc(20vw - 20px);
        /* background: rgb(0, 167, 14); */
        z-index: 2;
    }

    .ProjectItemsBox .rowSomeProject .col.empty {
        position: relative;
        width: calc(20vw - 20px);
        height: 15vw;
        /* background: rgb(155, 155, 155); */
        z-index: 0;
    }

    .ProjectItemsBox .rowSomeProject .col.Hor1 {
        width: calc(60vw - 20px);
        /* background: rgb(0, 119, 255); */
        display: flex;
        justify-content: space-between;
    }

    .ProjectItemsBox .rowSomeProject .col.squar {
        width: calc(20vw - 10px);
        height: 15vw;
    }

    .ProjectItemsBox .rowSomeProject .col.Hor1 .col.Hor {
        width: calc(40vw - 10px);
    }

    .ProjectItemsBox .rowSomeProject .col.Hor:nth-child(2) {
        background: #FF9800;
    }

.SomeProjectBox.scrollshow .ProjectItemsBox .rowSomeProject .col {
    opacity: 0;
    transform: translate(0px, 100px);
}

.SomeProjectBox.scrollshow.active .ProjectItemsBox .rowSomeProject .col {
    transition: all 0.5s;
    opacity: 1;
    transform: translate(0px, 0px);
}

    .SomeProjectBox.scrollshow.active .ProjectItemsBox .rowSomeProject .col:nth-child(1) {
        transition-delay: 1s;
    }

    .SomeProjectBox.scrollshow.active .ProjectItemsBox .rowSomeProject .col:nth-child(2) {
        transition-delay: 1.2s;
    }

    .SomeProjectBox.scrollshow.active .ProjectItemsBox .rowSomeProject .col:nth-child(3) {
        transition-delay: 1.4s;
    }

    .SomeProjectBox.scrollshow.active .ProjectItemsBox .rowSomeProject .col:nth-child(4) {
        transition-delay: 1.6s;
    }

    .SomeProjectBox.scrollshow.active .ProjectItemsBox .rowSomeProject .col:nth-child(5) {
        transition-delay: 1.8s;
    }

    .SomeProjectBox.scrollshow.active .ProjectItemsBox .rowSomeProject .col:nth-child(6) {
        transition-delay: 2s;
    }

    .SomeProjectBox.scrollshow.active .ProjectItemsBox .rowSomeProject .col:nth-child(7) {
        transition-delay: 2.2s;
    }

    .SomeProjectBox.scrollshow.active .ProjectItemsBox .rowSomeProject .col:nth-child(8) {
        transition-delay: 2.4s;
    }

.col .itemSomeProject {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: no-repeat center / cover;
}

.col.Ver .itemSomeProject {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: no-repeat center / cover;
}

.col .itemSomeProject a.hoverBox {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    box-sizing: border-box;
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    opacity: 0;
    background: rgba(247,196,3,0.7);
}

.col .itemSomeProject:hover a.hoverBox {
    opacity: 1;
}

.col .itemSomeProject a.hoverBox .context {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    padding: 10px;
    color: #333;
}

    .col .itemSomeProject a.hoverBox .context span {
        font-size: 18px;
    }

.col .itemSomeProject a.hoverBox:after {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    border: 10px solid #212121;
    box-sizing: border-box;
    content: '';
}

.col .itemSomeProject a.hoverBox i.light {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .col .itemSomeProject a.hoverBox i.light:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 120%;
        height: 50%;
        content: '';
        background: #ce8c02;
        transform: rotate(45deg);
        transform-origin: right bottom;
        filter: blur(70px);
        transition: all 0.5s;
        opacity: 0;
    }

    .col .itemSomeProject a.hoverBox i.light:after {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 120%;
        height: 40%;
        content: '';
        background: #ce8c02;
        transform: rotate(45deg);
        transform-origin: left top;
        filter: blur(50px);
        transition: all 0.5s;
        opacity: 0;
    }

.col .itemSomeProject:hover a.hoverBox i.light:before, .col .itemSomeProject:hover a.hoverBox i.light:after {
    opacity: 1;
}

.ProjectItemsBox .rowSomeProject .col.Hor a.hoverBox i.light:after {
    width: 100%;
    height: 60%;
}

.ProjectItemsBox .rowSomeProject .col.Hor a.hoverBox i.light:before {
    width: 100%;
    height: 80%;
}

.ProjectItemsBox .rowSomeProject .col .itemSomeProject a.hoverBox i.shape {
    position: relative;
    width: 60px;
    height: 60px;
    background: url(../img/someProjects/shape.png) no-repeat center / 100%;
    display: block;
    animation: rotateShape 3s infinite;
    transition: all 0.5s;
    opacity: 0;
    transition-delay: 0s;
    transform: scale(0);
}

.ProjectItemsBox .rowSomeProject .col .itemSomeProject:hover a.hoverBox i.shape {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.5s;
}

@keyframes rotateShape {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(720deg);
    }
}

.scrollshow {
    /* opacity: 0; */
    /* transform: translate(0px, 100px); */
}

    .scrollshow.active {
        /* transition: all 1s; */
        /* transition-delay: 0.5; */
        /* opacity: 1; */
        /* transform: translate(0px, 0px); */
    }

.showTop {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: #181818;
    font-size: 18px;
    color: #FFEB3B;
}

.ProgressScroll {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    z-index: 10000000000000000000000000000000;
    pointer-events: none;
}

    .ProgressScroll .progress {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #d6aa00;
        height: 5px;
        transition: all 0.1s;
    }

        .ProgressScroll .progress span {
            position: absolute;
            bottom: 100%;
            left: 0px;
            font-size: 12px;
            color: #d6aa00;
            background: #1d1d1d;
            padding: 0 5px;
            border-radius: 4px 4px 0 0;
        }

header {
    position: relative;
    width: 100%;
    height: 35vw;
    background: no-repeat bottom center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

    header .contentHeader {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    header h1 {
        font-size: 5vw;
        margin: 0;
        font-family: 'IRANSharp';
        color: #ffffff;
        background: url(../img/texture-header.jpg) no-repeat center / auto 100%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        -moz-text-fill-color: transparent;
        background-attachment: fixed;
    }

.breadcrumbs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: rgba(0,0,0,0.6);
    flex-wrap: wrap;
}
    .breadcrumbs a.bread {
        position: relative;
        padding-left: 20px;
        display: flex;
        align-items: center;
        height: 20px;
        color: #fff;
    }

        .breadcrumbs a.bread:hover {
            color: #f7c403;
        }

        .breadcrumbs a.bread:active {
            color: #ffe06f;
        }

        .breadcrumbs a.bread:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            height: 20px;
            color: #fff;
        }

        .breadcrumbs a.bread:last-child:before {
            padding: 0;
        }

.BrandsSectionDetail {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .BrandsSectionDetail .col1 {
        position: relative;
        width: 35%;
        box-sizing: border-box;
        padding-left: 50px;
        overflow: hidden;
    }

    .BrandsSectionDetail.detProd .col1 {
        width: 40vw;
        /* height: 28vw; */
    }

    .BrandsSectionDetail.detProd .col2 {
        width: 60vw;
    }

        .BrandsSectionDetail.detProd .col2 .contentBrandDet {
            min-height: 100%;
        }

    .BrandsSectionDetail .col2 {
        position: relative;
        width: 65%;
        box-sizing: border-box;
    }

        .BrandsSectionDetail .col2 .contentBrandDet {
            position: relative;
            width: 100%;
            padding: 70px 50px;
            background: #151515;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

    .BrandsSectionDetail.detProd .col2 .contentBrandDet {
        min-height: 350px;
        padding: 40px 50px;
    }

.SliderBrandsSingle {
    position: absolute;
    width: calc(100% - 50px);
    height: 100%;
    background: #151515;
    border-left: 3px solid #3a3a3a;
    /* overflow: hidden; */
    right: 0;
    top: 0;
}

    .SliderBrandsSingle .swiper-slide {
        position: relative;
        width: 100% !important;
        min-height: 100%;
    }

    .SliderBrandsSingle a.brandSlide {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.BrandsSectionDetail .col2 .contentBrandDet .brandTextDet {
    position: relative;
    width: 100%;
    text-align: justify;
    font-size: 12px;
    line-height: 28px;
}

h2.titleLine {
    position: relative;
    padding-left: 5px;
    font-family: 'IRANSharp';
    font-weight: normal;
    font-size: 22px;
}

    h2.titleLine:before {
        position: absolute;
        right: 100%;
        height: 1px;
        width: 50%;
        background: #f7c403;
        content: '';
        margin: auto;
        top: 0;
        bottom: 0;
    }

.SliderBrandsSingle .swiper-pagination {
    position: absolute;
    left: -50px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 100%;
    right: auto;
    top: 0 !important;
    bottom: 0 !important;
    transform: translate3d(0px, 0%, 0);
}

    .SliderBrandsSingle .swiper-pagination:before {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        height: 100%;
        width: 1px;
        content: '';
        background: linear-gradient(0deg,transparent, #3a3a3a, transparent);
        margin: auto;
        display: block;
        z-index: 1000;
    }

    .SliderBrandsSingle .swiper-pagination span {
        position: relative;
        margin: 4px !important;
        z-index: 1000;
        background: #4c4c4c;
        opacity: 1;
        transition: all 0.5s;
    }

        .SliderBrandsSingle .swiper-pagination span.swiper-pagination-bullet-active {
            margin: 6px 4px !important;
            transform: scale(1.5);
            background: #e7bc15;
        }

        .SliderBrandsSingle .swiper-pagination span:before {
            position: absolute;
            right: -18px;
            content: '';
            width: 0px;
            height: 0px;
            top: 0;
            bottom: 0;
            margin: auto;
            border-style: solid;
            border-width: 6px;
            border-color: transparent #3a3a3a transparent transparent;
            opacity: 0;
            transition: all 0.5s;
        }

        .SliderBrandsSingle .swiper-pagination span.swiper-pagination-bullet-active:before {
            opacity: 1;
            border-width: 4px;
            right: -11px;
        }



.titlelr {
    position: relative;
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .titlelr h3.title {
        position: relative;
        padding: 0 10px;
        font-family: 'IRANSharp';
        font-weight: normal;
        height: 40px;
        display: flex;
        align-items: center;
    }

        .titlelr h3.title:before {
            position: absolute;
            left: 100%;
            top: 0;
            bottom: 0;
            height: 2px;
            width: 50%;
            content: '';
            background-color: #e7bc15;
            margin: auto
        }

        .titlelr h3.title:after {
            position: absolute;
            right: 100%;
            top: 0;
            bottom: 0;
            height: 2px;
            width: 50%;
            content: '';
            background-color: #e7bc15;
            margin: auto;
        }


.videoProduct {
    position: relative;
    margin: 30px auto;
    width: 100%;
    /* max-width: 900px; */
}

.h_iframe-aparat_embed_frame {
    position: relative;
}

    .h_iframe-aparat_embed_frame .ratio {
        display: block;
        width: 100%;
        height: auto;
    }

    .h_iframe-aparat_embed_frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.videoProduct iframe {
    border: none;
}

.boxVideo {
    position: relative;
    width: 100%;
    padding: 40px 0;
}

    .boxVideo .videoProduct {
        max-width: 900px;
        margin: auto;
    }

.downloadCatalogBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7vw 0;
}

    .downloadCatalogBox a.dlcatalog {
        position: relative;
        width: 100%;
        max-width: 400px;
        height: 60px;
        padding-bottom: 3px;
        border: 1px solid #272727;
        background-color: #0f0f0f;
        display: flex;
        align-items: center;
        padding: 0 20px;
        font-family: 'IRANSharp';
        transition: all 0.2s;
    }

        .downloadCatalogBox a.dlcatalog:hover {
            border: 1px solid #01a54b;
            background-color: #004e23;
        }

        .downloadCatalogBox a.dlcatalog:before {
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #e3b508;
            right: 0;
            bottom: -8px;
            content: '';
        }

        .downloadCatalogBox a.dlcatalog img {
            position: absolute;
            left: -10%;
            width: 40%;
            top: 0;
            bottom: 0;
            margin: auto;
            transition: all 0.2s;
        }

        .downloadCatalogBox a.dlcatalog:hover img {
            transform: scale(1.05);
        }

        .downloadCatalogBox a.dlcatalog:active img {
            transform: scale(0.95);
        }

.OfficeMap {
    position: relative;
    width: 100%;
    padding: 0vw 0;
}

.container .OfficeMap .mapsfull {
    width: calc(100% + 60px);
    margin: 0 -30px;
}

.OfficeMap .boxOffice {
    position: relative;
    width: calc(100% - 40px);
    max-width: 600px;
    margin: -80px auto 40px;
    padding: 60px;
    background: black;
    font-size: 16px;
}

    .OfficeMap .boxOffice .contentBoxOffice {
        position: relative;
        border-right: 4px solid #f7c403;
        padding: 0 10px;
    }

.OfficeMap .rowInfo {
    position: relative;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: normal;
}

    .OfficeMap .rowInfo a {
        color: #fff;
    }

        .OfficeMap .rowInfo a:hover {
            color: #f7c403;
        }

        .OfficeMap .rowInfo a:active {
            color: #fbdf77;
        }

.ContactusForm {
    position: relative;
    margin: 0;
}

    .ContactusForm .FormContactUs {
        position: relative;
        width: 100%;
        margin: auto;
        max-width: 900px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .ContactusForm .FormContactUs .col1 {
            position: relative;
            width: calc(50% - 5px);
        }

        .ContactusForm .FormContactUs .col2 {
            position: relative;
            width: calc(50% - 5px);
        }

        .ContactusForm .FormContactUs .boxInput {
            position: relative;
            width: 100%;
            margin: 20px 0 0;
        }

        .ContactusForm .FormContactUs .col2 .boxInput {
            position: relative;
            width: 100%;
            height: 100%;
            margin: 20px 0 0;
        }

        .ContactusForm .FormContactUs .boxInput input {
            position: relative;
            width: 100%;
            height: 40px;
            border-radius: 15px;
            border: none;
            background: #161616;
            color: #fff;
            padding: 0 10px;
        }

        .ContactusForm .FormContactUs .boxInput textarea {
            position: relative;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            height: calc(100% - 20px);
            min-height: calc(100% - 20px);
            max-height: calc(100% - 20px);
            border-radius: 15px;
            border: none;
            background: #161616;
            color: #fff;
            padding: 10px;
        }

.rowBtnSubmitForm {
    position: relative;
    width: 100%;
    margin: 20px 00;
}

    .rowBtnSubmitForm button.btnSubmitForm {
        position: relative;
        width: 100%;
        border-radius: 30px;
        border: none;
        height: 40px;
        color: #fff;
        background: #e3b508;
        font-size: 16px;
        cursor: pointer;
    }

        .rowBtnSubmitForm button.btnSubmitForm:hover {
            color: #fff;
            background: #ca9e00;
        }

        .rowBtnSubmitForm button.btnSubmitForm:active {
            color: #5a4d06;
            background: #f0de76;
        }

.dotsEffect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .dotsEffect i {
        position: absolute;
        background: #e7bc15;
        border-radius: 20px;
        box-shadow: 0px 0px 20px -5px #000;
        display: block;
    }

        .dotsEffect i:nth-child(1) {
            top: 12vw;
            right: 20vw;
            width: 5px;
            height: 5px;
        }

        .dotsEffect i:nth-child(2) {
            top: 20vw;
            right: 15vw;
            width: 8px;
            height: 8px;
        }

        .dotsEffect i:nth-child(3) {
            bottom: 3vw;
            right: 18vw;
            width: 5px;
            height: 5px;
        }

        .dotsEffect i:nth-child(5) {
            top: 19vw;
            right: 30vw;
            width: 10px;
            height: 10px;
        }

        .dotsEffect i:nth-child(6) {
            top: 14vw;
            right: 40vw;
            width: 8px;
            height: 8px;
        }

        .dotsEffect i:nth-child(7) {
            bottom: 15vw;
            right: 52vw;
            width: 6px;
            height: 6px;
        }

        .dotsEffect i:nth-child(8) {
            bottom: 6vw;
            left: 8vw;
            width: 6px;
            height: 6px;
        }

        .dotsEffect i:nth-child(9) {
            top: 12vw;
            left: 6vw;
            width: 6px;
            height: 6px;
        }

        .dotsEffect i:nth-child(10) {
            top: 22vw;
            left: 20vw;
            width: 8px;
            height: 8px;
        }

.breadcrumbs a.bread:last-child {
    padding: 0;
}

    .breadcrumbs a.bread:last-child:before {
        display: none;
    }

.BoxTextDetail {
    position: relative;
    padding: 10px 40px;
    text-align: justify;
    font-size: 14px;
    color: #c3c3c3;
}

    .BoxTextDetail h4.title {
        position: relative;
        width: 100%;
        height: 50px;
        align-items: center;
        display: flex;
        font-size: 20px;
        font-family: 'IRANSharp';
        color: #fff;
        max-width: 1200px;
        margin: auto;
    }

        .BoxTextDetail h4.title:before {
            position: absolute;
            top: 2px;
            bottom: 0;
            left: calc(100% + 5px);
            width: 35px;
            height: 1px;
            content: '';
            background: #e3b508;
            margin: auto;
        }



/* Show Comments*/
.showCM {
    position: relative;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.itemCM {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    padding: 0 0px 20px;
    border-bottom: 1px solid #e4e4e4;
}

    .itemCM .colAvatar {
        position: relative;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

        .itemCM .colAvatar:before {
            position: absolute;
            left: 0;
            right: 0;
            width: 2px;
            background: #e7bc15;
            content: '';
            height: 100%;
            margin: auto;
            top: 0;
            bottom: 0;
        }

        .itemCM .colAvatar span.cmAvatar {
            position: relative;
            width: 60px;
            height: 60px;
            border-radius: 100%;
            background: #303030 no-repeat center / cover;
            border: 5px solid #000;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .itemCM .colText {
        position: relative;
        width: calc(100% - 100px);
    }

        .itemCM .colText h3.nameUserCM {
            margin: 0;
            color: #b9b9b9;
        }

        .itemCM .colText span.Created_at {
            color: #9b9b9b;
            font-size: 14px;
        }

        .itemCM .colText .ContextCM {
            /* min-height: 80px; */
            position: relative;
            font-size: 12px;
            line-height: 20px;
            color: #9b9b9b;
        }

.SendCM {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .SendCM .group-input {
        position: relative;
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

        .SendCM .group-input.full {
            width: 100%;
        }

        .SendCM .group-input input {
            position: relative;
            width: 100%;
            height: 40px;
            background: #eee;
            border: none;
        }

        .SendCM .group-input textarea {
            position: relative;
            width: 100%;
            min-height: 150px;
            max-height: 150px;
            min-width: 100%;
            max-width: 100%;
            background: #eee;
            border: none;
        }

    .SendCM .rowBtn {
        position: relative;
        margin: 0;
        bottom: 0;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .SendCM .rowBtn button.btnSubmitCm {
            position: relative;
            width: 100%;
            height: 40px;
            border: none;
            background: #e7bc15;
            color: #fff;
            cursor: pointer;
        }

            .SendCM .rowBtn button.btnSubmitCm:hover {
                background: #ff8f52;
                color: #803106;
            }

            .SendCM .rowBtn button.btnSubmitCm:active {
                background: #b3480e;
                color: #fff;
            }
/* Show Comments*/

.SliderRecommendedProduct {
    padding: 40px 0;
}

.itemProductRec {
    position: relative;
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 240px;
}

    .itemProductRec .pic {
        position: relative;
        width: 100%;
        margin: 0 0 10px;
        transition: all 0.5s;
    }

        .itemProductRec .pic:before {
            position: relative;
            width: 100%;
            padding-top: 100%;
            content: '';
            display: block;
        }

        .itemProductRec .pic:after {
            position: absolute;
            top: 0;
            right: 0;
            width: calc(100% - 4px);
            border: 2px solid #808080;
            height: 95%;
            content: '';
            transition: all 0.5s;
        }

    .itemProductRec:hover .pic {
        transform: scale(1.1);
        filter: brightness(1.5);
    }

    .itemProductRec .pic i {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: no-repeat center / 100%;
        margin: 0 0 10px;
        z-index: 10;
    }

    .itemProductRec h3.title {
        position: relative;
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'IRANSharp';
        font-weight: normal;
        font-size: 18px;
        transition: all 0.5s;
    }

    .itemProductRec:hover h3.title {
        color: #e3b508;
    }

.ItemDetailProd {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: revert;
    align-items: center;
    height: 100%;
    background: no-repeat center / 100%;
}

    .ItemDetailProd::before {
        position: relative;
        width: 100%;
        padding-top: 100%;
        content: '';
        display: block;
    }

    .ItemDetailProd span.scale {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
        background: url(../img/scale.png) no-repeat center / 90%;
        transition: all 0.2s;
        opacity: 0;
        transform: scale(0);
        cursor: pointer;
    }

    .ItemDetailProd:hover span.scale {
        opacity: 1;
        transform: scale(1);
    }

    .ItemDetailProd span.scale:hover {
        filter: brightness(3);
    }

    .ItemDetailProd span.scale:active {
        filter: brightness(0);
    }

.popupDetailProd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000000000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
}

    .popupDetailProd.show {
        opacity: 1;
        pointer-events: auto;
    }

    .popupDetailProd i.bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        cursor: pointer;
    }

    .popupDetailProd img {
        position: relative;
        max-width: 600px;
        transition: all 0.5s;
        opacity: 0;
        transform: translateY(100%);
    }

    .popupDetailProd.show img {
        transition-delay: 0.5s;
        opacity: 1;
        transform: translateY(0%);
    }

.TitleDetailProd {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

    .TitleDetailProd:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: #e3b508;
        content: '';
        margin: auto;
    }

    .TitleDetailProd h2.title {
        position: relative;
        padding: 0 0px 0 10px;
        background: #151515;
        font-family: 'IRANSharp';
        font-weight: normal;
        color: #fff;
        font-size: 2vw;
    }

    .TitleDetailProd span.enTitle {
        position: absolute;
        left: 0;
        top: -15px;
        font-family: 'KelmaMagdySoliman';
        font-size: 3vw;
        height: 45px;
        display: flex;
        color: rgba(255,255,255,0.3);
        align-items: flex-end;
    }

.getRate {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: #3b3b3b;
}

.btnsDetails {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .btnsDetails a.dlcatalog {
        position: relative;
        width: 180px;
        height: 50px;
        border: 1px solid #3b3b3b;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 15px 0 60px;
        border-radius: 40px 0 0 40px;
        font-size: 14px;
        transition: all 0.2s;
    }

        .btnsDetails a.dlcatalog:hover {
            border-color: #7cb055;
            color: #7cb055;
        }

        .btnsDetails a.dlcatalog:active {
            border-color: #7cb055;
            color: #fff;
            background-color: #7cb055;
        }

        .btnsDetails a.dlcatalog img {
            position: absolute;
            left: 5px;
            width: 70px;
            top: 0;
            bottom: 0;
            margin: auto;
            transition: all 0.2s;
        }

        .btnsDetails a.dlcatalog:hover img {
            transform: scale(1.1);
        }

        .btnsDetails a.dlcatalog:active img {
            transform: scale(0.8);
        }

button.btnBuyMoaserShop {
    position: relative;
    height: 50px;
    padding: 0 40px 0 30px;
    border-radius: 50px;
    border: none;
    background: #e7bc15;
    font-size: 14px;
    width: 180px;
}

    button.btnBuyMoaserShop:before {
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        content: '';
        width: 13px;
        height: 13px;
        background-color: #151515;
        border-radius: 100%;
    }

.shre {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 270px;
    justify-content: space-between;
    border: 1px solid #3b3b3b;
    border-radius: 0 50px 50px 0;
    padding: 0 10px;
    width: calc(100% - 380px);
}

    .shre span.fa-share {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        font-size: 14px;
    }

    .shre span.fas.fa-share:before {
        position: relative;
        margin-right: 8px;
    }

    .shre .socialBtn {
        position: relative;
        display: flex;
        align-items: center;
    }

        .shre .socialBtn a.sociali {
            position: relative;
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            color: #b5b5b5;
        }

        .shre .socialBtn a.sociali {
            position: relative;
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            color: #b5b5b5;
        }

.PropertyDetailProd {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .PropertyDetailProd .itemPropProd {
        position: relative;
        width: 100%;
        min-height: 30px;
        display: flex;
        align-items: center;
        padding: 5px 15px;
        background: #1f1f1f;
        font-size: 12px;
    }

        .PropertyDetailProd .itemPropProd:before {
            position: absolute;
            top: 0;
            bottom: 0;
            right: -3px;
            width: 6px;
            height: 6px;
            background: #e7bc15;
            content: '';
            border-radius: 100%;
            margin: auto;
        }

        .PropertyDetailProd .itemPropProd:nth-child(even) {
            background: #292929;
        }

.categoryList {
    position: relative;
    width: calc(100% + 60px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 15px 0;
    border: 2px solid #404040;
    border-width: 2px 0;
    margin: 0px -30px 10px 0;
}

    .categoryList * {
        font-size: 14px;
        font-weight: bold;
        margin: 0 5px;
    }

    .categoryList span {
        color: #ffffff;
    }

    .categoryList a {
        position: relative;
        color: #fff;
        font-weight: normal;
        margin: 0 10px;
    }

        .categoryList a:before {
            position: absolute;
            bottom: -17px;
            height: 2px;
            right: 0;
            left: 0;
            margin: auto;
            background: #d0a915;
            width: 0%;
            content: "";
            transition: all .5s;
        }

        .categoryList a:hover {
            color: #4c4c4c;
        }

        .categoryList a.active {
            color: #d0a915;
        }

            .categoryList a.active:before {
                width: 100%;
            }

.ArticlesContent {
    overflow: revert;
    width: calc(100% + 60px);
    display: flex;
    flex-direction: column;
    margin-right: -30px;
}

    .ArticlesContent .itemArticleBox {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        transition: all 0.2s;
    }

        .ArticlesContent .itemArticleBox:hover {
            transform: scale(0.9);
        }

        .ArticlesContent .itemArticleBox:nth-child(even) {
            flex-direction: row-reverse;
        }

        .ArticlesContent .itemArticleBox .col1 {
            position: relative;
            width: 45%;
        }

        .ArticlesContent .itemArticleBox .col2 {
            position: relative;
            width: 55%;
            padding: 20px 20px 20px 0;
            display: flex;
        }

        .ArticlesContent .itemArticleBox:nth-child(even) .col2 {
            position: relative;
            width: 55%;
            padding: 20px 0px 20px 20px;
            display: flex;
        }

        .ArticlesContent .itemArticleBox .col1 .pic {
            position: relative;
            width: 100%;
            background: no-repeat center / cover;
        }

            .ArticlesContent .itemArticleBox .col1 .pic:before {
                position: relative;
                width: 100%;
                padding-top: 60%;
                content: '';
                display: block;
            }

        .ArticlesContent .itemArticleBox .col2 .context {
            position: relative;
            width: 100%;
            background: #0b0b0b;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .ArticlesContent .itemArticleBox .col2 .context:before {
                position: absolute;
                top: 0;
                right: -10px;
                width: 1px;
                height: 100%;
                background: #e3b508;
                content: '';
                transition: all 0.5s;
            }

        .ArticlesContent .itemArticleBox:nth-child(even) .col2 .context:before {
            right: auto;
            left: -10px;
        }

.itemArticleBox .TitleArt {
    position: relative;
    width: 100%;
    display: flex;
}

.itemArticleBox h2.title {
    position: relative;
    padding: 0 0 0 10px;
    font-size: 22px;
    font-weight: normal;
    font-family: 'IRANSharp';
}

    .itemArticleBox h2.title:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        height: 2px;
        content: '';
        width: 60px;
        background: #e3b508;
        margin: auto;
    }

.MoreOptionArticleBox {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .MoreOptionArticleBox .col1 {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .MoreOptionArticleBox .col1 .CM-Date {
            position: relative;
            display: flex;
            align-items: center;
        }

.CM-Date span {
    position: relative;
    padding-left: 30px;
    margin: 0 0 0 5px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #cecece;
}

    .CM-Date span:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.ArticlesContent .itemArticleBox .col2 .context .text {
    position: relative;
    width: 100%;
    text-align: justify;
    font-size: 14px;
    padding: 10px 0;
    color: #b7b7b7;
}

a.moreArticle {
    position: relative;
    padding: 0 30px;
    height: 40px;
    background: #d8d8d8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    color: #333;
}

    a.moreArticle:hover {
        background: #4d4d4d;
        color: #d8d8d8;
    }

    a.moreArticle:active {
        background: #e3b508;
        color: #333;
    }


/* Pagination */

.pagination {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 50px;
    align-items: center;
}

    .pagination a, .pagination span {
        position: relative;
        margin: 0 2px;
        width: 35px;
        height: 35px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        /* background: whitesmoke; */
    }

        .pagination a:hover, .pagination span:hover {
            background: #2c2c2c;
            color: #fff;
        }

        .pagination span.active {
            background: #b0b0b0;
            color: #333;
        }

a.PrevPage, a.NextPage {
    color: #adadad;
    background-color: transparent !important;
}

    a.PrevPage:hover, a.NextPage:hover {
        color: #666666 !important;
    }
/* Pagination */


.contactMapText {
    position: relative;
    width: calc(100% + 60px);
    margin: 0 -30px 20px;
    display: flex;
    justify-content: space-between;
}

    .contactMapText .col1 {
        position: relative;
        width: calc(50% - 5px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .contactMapText .col2 {
        position: relative;
        width: calc(50% - 5px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .contactMapText .col1 .ContentContactText {
        position: relative;
        width: 100%;
        padding: 50px;
        background: #151515;
        display: flex;
        justify-content: center;
    }

        .contactMapText .col1 .ContentContactText:before {
            position: absolute;
            bottom: -4px;
            height: 1px;
            background: #d6aa00;
            width: 100%;
            margin: 0;
            right: 0;
            content: '';
        }

    .contactMapText .mapsfull {
        height: 280px;
        overflow: hidden;
    }

    .contactMapText .col1 .ContentContactText .text {
        position: relative;
        padding: 0 10px;
        border-right: 2px solid #f7c403;
    }

.ContentContactText .rowCt {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
}

    .ContentContactText .rowCt:last-child {
        margin-bottom: 0px;
    }

.ItemsMapTextContact {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
}

    .ItemsMapTextContact .contactMapText:nth-child(even) {
        flex-direction: row-reverse;
    }

.DepartementsBox {
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.TitleDep {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-family: 'IRANSharp';
}

    .TitleDep h3.title {
        position: relative;
        font-weight: normal;
        padding: 0 10px;
    }

        .TitleDep h3.title:before {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 100%;
            width: 50px;
            height: 2px;
            content: '';
            background: #e3b508;
        }

        .TitleDep h3.title:after {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 100%;
            width: 50px;
            height: 2px;
            content: '';
            background: #e3b508;
        }

.ItemDepartement {
    position: relative;
    width: calc(100% - 40px);
    height: 150px;
    display: flex;
    align-items: center;
    margin: auto;
}

    .ItemDepartement.right {
        justify-content: flex-start;
    }

    .ItemDepartement.center {
        justify-content: center;
    }

    .ItemDepartement.left {
        justify-content: flex-end;
    }

.BoxItemDep {
    position: relative;
    width: 300px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

    .BoxItemDep .text1 {
        width: 50%;
        display: flex;
        align-items: center;
        color: #dddddd;
    }

    .BoxItemDep .text2 {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .BoxItemDep .text2 a {
            color: #e3b508;
        }

            .BoxItemDep .text2 a:hover {
                color: #ffa600;
            }

            .BoxItemDep .text2 a:active {
                color: #ffdd93;
            }

    .BoxItemDep i {
        position: absolute;
        top: 0;
        left: 39px;
        right: 0;
        height: 80px;
        width: 1px;
        background: #ffffff;
        transform: rotate(36deg);
        margin: auto;
        bottom: 0;
    }

.ItemDepartement.right .BoxItemDep:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: calc(100vw - 420px);
    height: 2px;
    background: #79620b;
    content: '';
    margin: auto;
}

.ItemDepartement.left .BoxItemDep:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: calc(100vw - 420px);
    height: 2px;
    background: #79620b;
    content: '';
    margin: auto;
}

.ItemDepartement.center .BoxItemDep:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: calc(63vw - 400px);
    height: 2px;
    background: #79620b;
    content: '';
    margin: auto;
}

.ItemDepartement.center .BoxItemDep:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: calc(63vw - 400px);
    height: 2px;
    background: #79620b;
    content: '';
    margin: auto;
}

.bgBrandsDep {
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    filter: grayscale(1);
    width: 100%;
    pointer-events: none;
}

    .bgBrandsDep .swiper-container {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .bgBrandsDep .swiper-wrapper {
        -webkit-transition-timing-function: linear !important;
        transition-timing-function: linear !important;
        position: relative;
    }

    .bgBrandsDep .swiper-slide {
        text-align: center;
        font-size: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        position: relative;
        overflow: hidden;
        padding: 0 50px;
    }

    .bgBrandsDep .itemBrandDep {
        position: relative;
        width: 150px;
        height: 150px;
        margin: 40px;
        background: #181818 no-repeat center / 80%;
    }

.ListProductsBox {
    position: relative;
    margin: 0 -30px 6%;
    width: 100vw;
}

.itemProductList {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0px;
}

    .itemProductList .col1 {
        position: relative;
        width: 40%;
        display: flex;
        align-items: center;
        z-index: 10;
    }

    .itemProductList .col2 {
        position: relative;
        width: 60%;
        display: flex;
        align-items: center;
        padding: 40px 40px 40px 60px;
        z-index: 10;
    }

.rowMore {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 0;
}

    .rowMore a.morebtn {
        position: relative;
        padding: 0 40px;
        height: 40px;
        background: #d8d8d8;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        color: #333;
    }

        .rowMore a.morebtn:hover {
            background: #333;
            color: rgb(195, 195, 195);
        }

        .rowMore a.morebtn:active {
            background: rgb(32, 32, 32);
            color: rgb(253, 230, 101);
        }

.contextProdList {
    position: relative;
    width: 100%;
}

    .contextProdList .textProdList {
        position: relative;
        font-size: 14px;
        text-align: justify;
    }

    .contextProdList .TitleDetailProd {
        height: 45px;
    }

        .contextProdList .TitleDetailProd:before {
            left: 0;
            right: auto;
            width: calc(100% - 22vw);
        }

        .contextProdList .TitleDetailProd h2.title {
            font-size: 1.8vw;
            background: transparent;
            width: 22vw;
        }

.itemProductList .col1 img.picProdList {
    width: 90%;
}

.itemProductList .lights {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

    .itemProductList .lights i {
        opacity: 0.06;
    }

.itemProductList:nth-child(odd) .lights i:nth-child(1) {
    position: absolute;
    left: 0;
    width: 60%;
    height: 70%;
    display: block;
    background: url(../img/reflect-1.png) no-repeat left top / auto 70%;
    top: -30%;
}

.itemProductList:nth-child(odd) .lights i:nth-child(2) {
    position: absolute;
    right: 0;
    width: 100%;
    height: 140%;
    display: block;
    background: url(../img/reflect-2.png) no-repeat right bottom / auto 100%;
    top: -15%;
}

.itemProductList:nth-child(even) {
    flex-direction: row-reverse;
}

    .itemProductList:nth-child(even) .col1 {
        justify-content: flex-end;
    }

    .itemProductList:nth-child(even) .col2 {
        position: relative;
        width: 50%;
        display: flex;
        align-items: center;
        padding: 40px 60px 40px 40px;
        z-index: 10;
    }

    .itemProductList:nth-child(even) .lights i:nth-child(1) {
        position: absolute;
        right: 0;
        width: 70%;
        height: 100%;
        display: block;
        background: url(../img/reflect-3.png) no-repeat right bottom / 100%;
        top: -80%;
    }

    .itemProductList:nth-child(even) .lights i:nth-child(2) {
        position: absolute;
        left: 0;
        width: 100%;
        height: 110%;
        display: block;
        background: url(../img/reflect-4.png) no-repeat left bottom / auto 100%;
        top: 13%;
    }

    .itemProductList:nth-child(even):last-child .lights i:nth-child(3) {
        position: absolute;
        left: 0;
        width: 60%;
        height: 70%;
        display: block;
        background: url(../img/reflect-1.png) no-repeat left top / auto 70%;
        bottom: -45%;
        z-index: -1;
    }

.itemProductList:nth-child(odd):last-child .lights i:nth-child(3) {
    position: absolute;
    right: 0;
    width: 70%;
    height: 100%;
    display: block;
    background: url(../img/reflect-3.png) no-repeat right bottom / 100%;
    bottom: -20%;
    z-index: -1;
}

.PageText {
    position: relative;
    width: 100%;
}

    .PageText img {
        width: 100%;
        max-width: 800px;
        margin: 20px auto;
        display: block;
    }

    .PageText .contextPageText {
        position: relative;
        width: 100%;
        padding: 10px;
        font-size: 14px;
        line-height: 250%;
        color: #b9b9b9;
        max-width: 1200px;
        margin: auto;
    }

    .PageText .btnsDetails .getRate {
        border: 0;
        width: 260px;
        border: 1px solid #3b3b3b;
        border-radius: 50px 0 0 50px;
        height: 50px;
        margin: 0;
        padding: 0 10px;
    }

    .PageText .btnsDetails .shre {
        position: relative;
        width: calc(100% - 270px);
    }

    .PageText .btnsDetails .getRate .stars {
        display: flex;
        align-items: center;
    }

    .PageText .contextPageText h1 {
        font-weight: bold !important;
    }

    .PageText .contextPageText h2 {
        font-weight: 400 !important;
    }

    .PageText .contextPageText h3 {
        font-weight: 500 !important;
    }

    .PageText .contextPageText h4 {
        font-weight: 400 !important;
    }

    .PageText .contextPageText h5 {
        font-weight: 200 !important;
    }


.OtherPictureBox {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .OtherPictureBox .ItemOtherPic {
        position: relative;
        width: 100%;
        /* padding: 5px; */
        /* background: #e6e6e6; */
        position: relative;
        min-width: 230px;
        cursor: pointer;
    }

        .OtherPictureBox .ItemOtherPic:before {
            position: relative;
            width: 100%;
            display: block;
            content: '';
            padding-top: 100%;
        }

    .OtherPictureBox .contentItemOtherPic {
        position: absolute;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        background: #000 no-repeat center / cover;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        transition: all 0.5s;
    }

.ItemOtherPic .contentItemOtherPic:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px solid #a1a1a1;
    transition: all 0.5s;
    content: '';
    z-index: 2;
}

.ItemOtherPic .contentItemOtherPic:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    width: 80%;
    height: 10px;
    content: '';
    z-index: 0;
    background: #e7bc15;
    transition: all 0.5s;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
}

.ItemOtherPic:hover .contentItemOtherPic:after {
    transition-delay: 0.2s;
    transform: scaleY(1);
    opacity: 1;
}

.ItemOtherPic:hover .contentItemOtherPic:before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 8px solid #292929;
}

.lightboxPic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000000;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: perspective(1000px);
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}

    .lightboxPic.show {
        opacity: 1;
        transition: all 1s;
        transform: perspective(1000px);
        pointer-events: auto;
    }

    .lightboxPic i {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.7);
        z-index: 0;
    }

    .lightboxPic img {
        max-height: 80%;
        max-width: 80%;
        z-index: 100000000000000000;
        position: relative;
        display: block;
        margin: auto;
        opacity: 0;
        transition: all 0.3s;
        transform: perspective(1000px) rotate3d(1, 1, 1, 90deg) translateZ(20px);
    }

    .lightboxPic.show img {
        opacity: 1;
        transition: all 0.5s;
        transform: perspective(1000px) rotate3d(1, 1, 1, 0deg) translateZ(20px);
    }

.slider5Item {
    position: relative;
    width: 100%;
}

.RowFilterNewsList.betwen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.filterSelect {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}

    .filterSelect select {
        position: relative;
        padding: 0 10px 0 30px;
        height: 40px;
        margin: 0 10px;
        border: 1px solid #f7c403;
        background-color: transparent !important;
        color: #eee;
    }

.ListBrandsBox {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .ListBrandsBox a.itemBrandBox {
        position: relative;
        width: calc((100% / 5) - 40px);
        margin: 20px;
        background: no-repeat center / 60%;
        border-radius: 10px;
        transition: all 0.1s;
        transform: scale(1);
        background-color: #0c0c0c;
    }

        .ListBrandsBox a.itemBrandBox:hover {
            transform: scale(0.95);
        }

        .ListBrandsBox a.itemBrandBox:active {
            transform: scale(1.05);
        }

        .ListBrandsBox a.itemBrandBox:before {
            position: relative;
            width: 100%;
            padding-top: 100%;
            display: block;
            content: '';
        }

        .ListBrandsBox a.itemBrandBox img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
        }

.SliderBrandsSingle a.brandSlide img.admins {
    height: 100%;
}

.adminPic {
    position: relative;
    width: 100%;
    /* height: 100%; */
    background: #151515;
    border-left: 3px solid #3a3a3a;
    /* overflow: hidden; */
    right: 0;
    top: 0;
}

    .adminPic img.admins {
        position: relative;
        height: 100%;
        width: 100%;
        margin: auto;
        display: block;
    }

.BrandsSectionDetail.squar .col2 .contentBrandDet {
    min-height: 100%;
}

.BrandsSectionDetail.squar .col1 {
    padding: 0 0 0 20px;
}

.badge {
    display: inline-block;
    white-space: nowrap;
    padding: 10px;
    position: fixed;
    top: -10%;
    left: 0%;
    font-size: 14px;
    text-transform: uppercase;
    transform: translateY(-50%) translateX(-50%);
    z-index: 100000000000000000000000000000000000;
    pointer-events: none;
}

    .badge.hide i {
        opacity: 0;
    }

span.badge i.normallCursor {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
    transition: all 0.2s;
    border-radius: 100%;
    border: 2px solid #fff;
}

span.badge.link i.normallCursor {
    transform: scale(2);
    border: 1px solid #e3b508;
}
/* span.badge i.linkCursor {
    position: absolute;
    transition: all 0.5s;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
    /* border: 2px solid #fff; */
/* background-color: rgba(255,255,255,0.3);
    animation: heartbeat 1s infinite; */
/* }  */
span.badge i.linkCursor {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
    opacity: 0;
    /* border: 2px solid #fff; */
    background-color: rgba(247,196,3,0.3);
    animation: heartbeat 1s infinite;
    top: 0;
    transition: all 0.2s;
}

span.badge.link i.linkCursor {
    position: absolute;
    left: -50%;
    width: 200%;
    height: 200%;
    border-radius: 100%;
    top: -50%;
    opacity: 1;
}

span.badge.smallLink i.normallCursor {
    transform: scale(0.5);
    border: 2px solid #e3b508;
}

span.badge.link i.normallCursor {
    transform: scale(2);
    border: 1px solid #e3b508;
}

span.badge.smallLink i.linkCursor {
    position: absolute;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0%;
    opacity: 1;
}

@keyframes heartbeat {
    0%, 40%, 80%, 100% {
        transform: scale( .75 );
    }

    20%, 60% {
        transform: scale( 1 );
    }
}

.ProductLishSpace {
    position: relative;
    width: 100%;
    height: 150px;
}

.HomeProducts .text, .HomeOurServices .text {
    min-height: 30vw;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #c88805;
        border-color: #c88805 transparent #c88805 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading.active {
    display: flex !important;
}

.loading {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 99999999999999999999999;
    background: rgba(0,0,0,0.5);
    color: #c88805;
}

a.hoverLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.brandsSliderMobile {
    position: relative;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    min-height: 150px;
    overflow-x: auto;
    display: none;
}

    .brandsSliderMobile a.itemBrand {
        min-width: 150px;
        position: relative;
    }
.contextDet li, .contextDet ol, .contextDet ul {
    list-style: disc;
}

.contextDet {
    max-width: 1200px;
    margin: auto;
}

    .contextDet h1 {
        font-size: 28px !important;
    }

    .contextDet h2 {
        font-size: 26px !important;
    }

    .contextDet h3 {
        font-size: 22px !important;
    }

    .contextDet h4 {
        font-size: 20px !important;
    }

    .contextDet h5 {
        font-size: 18px !important;
    }

button.btnBuyMoaserShop:hover {
    font-weight: bold;
    background: #f7d863;
}
.contextDet ul li {
    margin-right: 50px !important;
}

.contextDet ul h1, .contextDet ul h2, .contextDet ul h3, .contextDet ul h4, .contextDet ul h5 {
    padding: 0 !important;
    margin-right: 0 !important;
}