@charset "UTF-8";
@import "all.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: IranYekan;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/iranyekanweblight(fanum).svg#Champagne-Limousines') format('svg'), url('fonts/iranyekanweblight(fanum).eot'), url('fonts/iranyekanweblight(fanum).eot?#iefix') format('embedded-opentype') format('truetype');
}

@font-face {
    font-family: IranYekan;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/iranyekanwebbold(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/iranyekanwebbold(fanum).svg#Champagne-Limousines') format('svg'), url('fonts/iranyekanwebbold(fanum).eot'), url('fonts/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'), url('fonts/iranyekanwebbold(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/eot/iranyekanwebbold(fanum).eot');
    src: url('fonts/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('fonts/woff2/iranyekanwebbold(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('fonts/woff/iranyekanwebbold(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/ttf/iranyekanwebbold(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/eot/iranyekanweblight(fanum).eot');
    src: url('fonts/eot/iranyekanweblight(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('fonts/woff2/iranyekanweblight(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('fonts/woff/iranyekanweblight(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/ttf/iranyekanweblight(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/eot/iranyekanwebregular(fanum).eot');
    src: url('fonts/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('fonts/woff2/iranyekanwebregular(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('fonts/woff/iranyekanwebregular(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
}
@font-face {
    font-family: 'Mj_Dinar_One';
    src: url('fonts/Mj_DinarOneMedium.eot');
    src: url('fonts/Mj_DinarOneMedium.eot?#iefix') format('embedded-opentype'), url('fonts/Mj_DinarOneMedium.woff2') format('woff2'), url('fonts/Mj_DinarOneMedium.woff') format('woff'), url('fonts/Mj_DinarOneMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quantify';
    src: url('fonts/Quantify-Bold.eot');
    src: url('fonts/Quantify-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Quantify-Bold.woff2') format('woff2'),
        url('fonts/Quantify-Bold.woff') format('woff'),
        url('fonts/Quantify-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html {
    position: static !important;
    top: 0 !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: auto;
    backface-visibility: hidden;
    overflow-x: hidden;
    max-height: 100% !important;
}
body {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%
}

body, html {
    max-width: 100%;
    height: auto !important;
    direction: ltr;
    background: #000000 !important;
    font-family: IranYekan;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}
    body * {
        letter-spacing: 1px;
    }

li, ol, ul {
    list-style: none !important;
    padding: 0 !important;
}
section {
    position: relative;
}
:Root {
    --thumbBG: #ff5722;
    --scrollbarBG: black;
}
body * {
    direction: rtl;
}
*::-webkit-scrollbar {
    width: 8px;
    max-height: 6px;
}
.middleContentSidebar::-webkit-scrollbar {
    width: 3px;
    max-height: 4px;
}
* {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

    *::-webkit-scrollbar-track {
        background: var(--scrollbarBG);
    }

    *::-webkit-scrollbar-thumb {
        border-radius: 20px;
        transform: translateX(-10px);
        background-color: var(--scrollbarBG);
        border: 6px solid var(--thumbBG);
    }
    .middleContentSidebar::-webkit-scrollbar-thumb {
        border: 3px solid var(--thumbBG);
    }
.textContent::-webkit-scrollbar {
    width: 5px;
    max-height: 5px;
}

.textContent {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG);
}

    .textContent::-webkit-scrollbar-thumb {
        background-color: var(--scrollbarBG);
        border: 3px solid var(--thumbBG);
    }

.container {
    position: relative;
    width: calc(100% - 40px);
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 1460px;
    margin: auto
}

canvas#noise {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1002000;
    background: transparent;
    pointer-events: none;
    opacity: .2;
    filter: invert(1) brightness(.4)
}

b, strong {
    font-weight: 600
}

*, :after, :before {
    box-sizing: border-box
}

a {
    color: #fff;
    text-decoration: none
}

    a:hover {
        color: #fd9d77
    }

.contentInnerPage {
    position: relative;
    width: 100% !important;
    margin-right: 0;
    background: transparent !important;
    transition: all 0.5s;
    margin-top: 160px
}

.opensidebar .contentInnerPage {
    filter: blur(14px);
    overflow: hidden
}

.breadShare {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.breadcrumbs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.breadcrumbs .bread {
    position: relative;
    padding-left: 25px !important;
    display: flex;
    align-items: center;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
}
.breadcrumbs .bread:hover {
    color: #f85c20 !important;
}

.breadcrumbs .bread:last-child {
    padding-left: 0;
    color: #f85c20 !important;
}

        .breadcrumbs .bread:before {
            position: absolute;
            left: 0;
            width: 25px;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            font-weight: 600
        }

        .breadcrumbs .bread:last-child:before {
            display: none
        }

.breadShare .shareBox {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    color: #a39e9e;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px
}

.breadShare .socialIcons a.socicon {
    color: #a39e9e;
    font-weight: 100;
    font-size: 16px;
    width: 25px;
    height: 25px
}

    .breadShare .socialIcons a.socicon:hover {
        color: #ef5a20
    }

header.headerProject {
    position: relative;
    width: 100%
}

.bgProjHeader {
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    width: 70%;
    height: 165%;
    background: no-repeat center / auto 100%;
    margin: auto;
    pointer-events: none;
    z-index: 1;
}
header.headerProject .largTitleEn {
    opacity: 0.3 !important;
}

    .bgProjHeader:before {
        position: relative;
        width: 100%;
        display: flex;
        content: '';
        padding-top: 40%
    }

header.headerProject .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.TitleCenterlines {
    position: relative;
    width: 100%;
    margin: 40px 0;
    color: #ef5a20;
    font-weight: 600;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 10px;
    align-items: center;
    font-size: 58px;
    transition: all 0.5s;
    transform: translateY(-200px);
    opacity: 0;
    font-family: 'Mj_Dinar_One';
    font-weight: 100;
}

.animSec.active .TitleCenterlines {
    transition-delay: 0.5s;
    transform: translateY(0px);
    opacity: 1;
}


    .TitleCenterlines:before, .TitleCenterlines:after {
        position: relative;
        width: 100%;
        content: '';
        display: block;
        height: 1px;
        background-color: rgba(255,255,255,.2)
    }

.largTitleEn.textAnim {
    font-size: 110px;
    font-family: sans-serif;
    font-weight: bolder;
    color: transparent !important;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.titleLargeSec {
    position: relative;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    text-align: center;
    height: auto;
    line-height: 1;
    width: 100%;
    padding: 0 30px
}

.titleLargeSec:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    pointer-events: none;
    border: none !important;
    content: '';
    border-width: 0 1px;
    height: 80%;
}

.titleLargeSec .title {
    color: transparent;
    font-size: 80px;
    font-family: sans-serif;
    font-weight: 900;
    bottom: -20px;
    margin: 0 !important
}

.titleLargeSec .animateTitle {
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    margin: auto !important;
    width: 100%;
    height: 100%;
    font-size: 90px;
    font-family: sans-serif;
    font-weight: 900;
    justify-content: center;
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

    .titleLargeSec .animateTitle span {
        position: relative;
        transition: all 0.5s;
        overflow: hidden;
        color: transparent;
        font-family: 'Quantify';
    }

.titleLargeSec .animateTitle span:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: attr(data-char);
    transition: all 0.5s;
    transition-delay: 0s;
    transform: perspective(600px) scale(1.8) translateY(100px) rotateX(90deg);
    color: rgba(255,255,255,0.8);
}

body.loaded .titleLargeSec .animateTitle span:before {
    transition: all 0.3s;
    transform: perspective(600px) scale(1) translateY(0) rotateX(0deg) !important
}

body.loaded .titleLargeSec .animateTitle span:nth-child(1):before {
    transition-delay: 0.2s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(2):before {
    transition-delay: 0.4s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(3):before {
    transition-delay: 0.6s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(4):before {
    transition-delay: 0.8s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(5):before {
    transition-delay: 1s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(6):before {
    transition-delay: 1.2s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(7):before {
    transition-delay: 1.4s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(8):before {
    transition-delay: 1.6s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(9):before {
    transition-delay: 1.8s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(10):before {
    transition-delay: 2s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(11):before {
    transition-delay: 2.2s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(12):before {
    transition-delay: 2.4s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(13):before {
    transition-delay: 2.6s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(14):before {
    transition-delay: 2.8s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(15):before {
    transition-delay: 3s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(16):before {
    transition-delay: 3.2s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(17):before {
    transition-delay: 3.4s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(18):before {
    transition-delay: 3.6s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(19):before {
    transition-delay: 3.8s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(20):before {
    transition-delay: 4s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(21):before {
    transition-delay: 4.2s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(22):before {
    transition-delay: 4.4s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(23):before {
    transition-delay: 4.6s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(24):before {
    transition-delay: 4.8s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(25):before {
    transition-delay: 5s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(26):before {
    transition-delay: 5.2s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(27):before {
    transition-delay: 5.4s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(28):before {
    transition-delay: 5.6s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(29):before {
    transition-delay: 5.8s
}

body.loaded .titleLargeSec .animateTitle span:nth-child(30):before {
    transition-delay: 6s
}

.section.secProjectlist .container {
    padding: 60px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}
section.secGallery.searchproj {
    z-index: 10;
}
.categories {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    grid-gap: 10px;
    flex-wrap: wrap;
}

    .categories .cat {
        position: relative;
        padding: 0 50px 0 20px;
        height: 53px;
        display: flex;
        align-items: center;
        font-size: 12px;
    }
        .categories .cat .icon {
            position: absolute;
            width: 40px;
            height: 40px;
            background: no-repeat center / 40px;
            display: flex;
            right: 5px;
        }
.iconproject {
    width: 40px;
    height: 40px;
    background: no-repeat center / 100%;
    display: block;
    position: absolute;
    right: 5px;
}
        .categories .cat::before {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            content: '';
            transition: all 0.2s;
            background: rgba(255,255,255,.2)
        }

        .categories .cat.active:before, .categories .cat:hover:before {
            height: 0%
        }

        .categories .cat::after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 0%;
            content: '';
            transition: all 0.2s;
            background: rgb(253 157 119 / 25%)
        }

        .categories .cat.active:after, .categories .cat:hover:after {
            height: 100%;
            transition-delay: 0.3s
        }

.contenProjects {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 120px;
    padding: 5vw 0 8vw;
}


.itemProject {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden
}

.contenProjects .itemServices:nth-child(even) {
    margin-top: 20%;
    margin-bottom: -10%;
}


.contenProjects .itemServices:nth-child(odd) {
    margin-top: 0%;
    margin-bottom: 0%;
}

.itemProject .pic {
    position: relative;
    width: 100% !important
}

    .itemProject .pic:before {
        position: relative;
        padding-top: 53%;
        display: block;
        content: '';
        width: 100%
    }

    .itemProject .pic:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        display: block;
        content: '';
        width: 100%;
        background: rgba(0,0,0,.9) var(--bgbox) no-repeat center / cover;
        z-index: 100;
        transition: all 0.5s;
        opacity: 0
    }

.itemProject:hover .pic:after {
    opacity: 1
}

.itemProject .pic i.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
    z-index: 0
}

.itemProject .pic span.hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    opacity: 0;
    z-index: 101;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.itemProject:hover .pic span.hover {
    opacity: 1
}

.itemProject .pic span.hover .content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    grid-gap: 20px;
    padding: 10px 20px
}

    .itemProject .pic span.hover .content:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        height: 90%;
        width: 100%;
        border: 1px solid #f86329;
        border-width: 0 1px;
        content: '';
        transition: all 0.2s;
        transform: scaleY(0);
        opacity: 0
    }

.itemProject:hover .pic span.hover .content:before {
    transition-delay: 0.8s;
    transform: scaleY(1);
    opacity: 1
}

.itemProject .pic span.hover i.icon {
    color: #ef5a20;
    font-size: 38px;
    transition: all 0.2s;
    opacity: 0;
    transform: translateY(-100px)
}

.itemProject:hover .pic span.hover i.icon {
    color: #ef5a20;
    font-size: 38px;
    transition-delay: 0.6s;
    opacity: 1;
    transform: translateY(0)
}

.itemProject .pic span.hover .content span:nth-child(2) {
    transition: all 0.2s;
    opacity: 0;
    letter-spacing: 100px;
    white-space: nowrap
}

.itemProject:hover .pic span.hover .content span:nth-child(2) {
    transition-delay: 0.6s;
    opacity: 1;
    letter-spacing: 0
}

.itemProject .pic span.hover .content span:nth-child(3) {
    transition: all 0.2s;
    opacity: 0;
    transform: translateY(100px)
}

.itemProject:hover .pic span.hover .content span:nth-child(3) {
    transition-delay: 0.6s;
    opacity: 1;
    transform: translateY(0)
}

.itemProject .title {
    position: relative;
    width: 100%;
    background: transparent;
    margin-top: 10px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.itemProject:hover .pic span.hover:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    border: 2px solid rgba(255,255,255,.1)
}

.itemProject .title strong.title1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #f25c23;
    transition: all 0.5s;
    color: #fff;
    text-align: right;
    justify-content: flex-start;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 400
}

.itemProject:hover .title strong.title1 {
    transform: translateY(100px)
}

.itemProject .title strong.title2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f25c23;
    transition: all 0.5s;
    color: #fff;
    transform: translateY(100px);
    background-color: #141414;
    font-family: 'Quantify';
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    justify-content: flex-end;
    padding: 0 20px
}

.itemProject:hover .title strong.title2 {
    transform: translateY(0);
    transition-delay: 0.5s
}

.itemServices {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden
}

    .itemServices .pic {
        position: relative;
        width: 100% !important;
        border-radius: 15px;
        overflow: hidden
    }

        .itemServices .pic:before {
            position: relative;
            padding-top: 107%;
            display: block;
            content: '';
            width: 100%
        }

        .itemServices .pic:after {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            display: block;
            content: '';
            width: 100%;
            background: rgba(0,0,0,.9) var(--bgbox) no-repeat center / cover;
            z-index: 1;
            transition: all 0.5s;
            opacity: 0
        }

    .itemServices:hover .pic:after {
        opacity: 1
    }

    .itemServices .pic i.bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: no-repeat center / cover;
        z-index: 0
    }

    .itemServices .pic span.hover {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 0.5s;
        opacity: 0;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    .itemServices:hover .pic span.hover {
        opacity: 1
    }

    .itemServices .pic span.hover .content {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        grid-gap: 20px;
        padding: 10px 20px
    }

        .itemServices .pic span.hover .content:before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            height: 90%;
            width: 100%;
            border: 1px solid #f86329;
            border-width: 0 1px;
            content: '';
            transition: all 0.2s;
            transform: scaleY(0);
            opacity: 0
        }

    .itemServices:hover .pic span.hover .content:before {
        transition-delay: 0.8s;
        transform: scaleY(1);
        opacity: 1
    }

    .itemServices .pic span.hover i.icon {
        color: #ef5a20;
        font-size: 38px;
        transition: all 0.2s;
        opacity: 0;
        transform: translateY(-100px)
    }

    .itemServices:hover .pic span.hover i.icon {
        color: #ef5a20;
        font-size: 38px;
        transition-delay: 0.6s;
        opacity: 1;
        transform: translateY(0)
    }

    .itemServices .pic span.hover .content span:nth-child(2) {
        transition: all 0.2s;
        opacity: 0;
        letter-spacing: 100px;
        white-space: nowrap
    }

    .itemServices:hover .pic span.hover .content span:nth-child(2) {
        transition-delay: 0.6s;
        opacity: 1;
        letter-spacing: 0
    }

    .itemServices .pic span.hover .content span:nth-child(3) {
        transition: all 0.2s;
        opacity: 0;
        transform: translateY(100px)
    }

    .itemServices:hover .pic span.hover .content span:nth-child(3) {
        transition-delay: 0.6s;
        opacity: 1;
        transform: translateY(0)
    }

    .itemServices .title {
        position: relative;
        width: 100%;
        background: transparent;
        margin-top: 10px;
        height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-bottom: 0;
    }

        .itemServices .title:before {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 0%;
            content: '';
            background: #181818;
            transition: all 0.2s
        }

    .itemServices:hover .title:before {
        width: 100%
    }
    .itemServices .description {
        position: relative;
        width: 100%;
        margin: 0 !important;
        max-height: 50px;
        min-height: 50px;
        display: flex;
        align-items: center;
        padding: 0 20px;
        background: #161616;
    }
        .itemServices .description:before {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 0%;
            content: '';
            background: #181818;
            transition: all 0.2s
        }

    .itemServices:hover .description:before {
        width: 100%
    }
    .itemServices:hover .pic span.hover:before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        content: '';
        width: calc(100% - 100px);
        height: calc(100% - 100px);
        border: 2px solid rgba(255,255,255,.1)
    }

    .itemServices .title strong.title1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #f25c23;
        transition: all 0.5s;
        color: #fff;
        text-align: right;
        justify-content: flex-start;
        padding: 0 20px;
        font-size: 20px;
        font-weight: 400
    }

.pagination {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    background: transparent;
    align-items: center;
    grid-gap: 10px;
    flex-wrap: wrap;
    padding: 10px 0;
    flex-direction: row-reverse
}

    .pagination a {
        margin: 0 !important
    }

    .pagination .pageLink {
        position: relative;
        width: 50px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 40px;
        border-radius: 0;
        transition: all 0.2s;
        background: transparent;
        /*display: none;*/
        font-family: 'Quantify';
        color: rgba(255,255,255,.2);
        border: 1px solid transparent;
        border-width: 1px 0
    }

        .pagination .pageLink.active, .pagination .pageLink.selected {
            display: flex
        }

        .pagination .pageLink:hover {
            background: rgb(255 87 34 / 18%);
            color: #fff
        }

        .pagination .pageLink:active {
            background: rgb(255 87 34 / 100%);
            color: #fff
        }

    .pagination span.pageLink {
        background: transparent;
        color: #fff;
        border: 1px solid rgb(255 87 34 / 100%);
        border-width: 1px 0;
        pointer-events: none
    }

a.prevPage {
    position: relative;
    width: 40px;
    margin-left: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    padding-left: 0;
    background: transparent;
    font-size: 35px
}

a.nextPage {
    position: relative;
    width: 40px;
    margin-left: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    padding-right: 0;
    background: transparent;
    font-size: 35px
}

    a.nextPage:hover, a.prevPage:hover {
        color: rgb(255 87 34 / 100%)
    }

    a.nextPage:active, a.prevPage:active {
        color: rgb(255 87 34 / 40%)
    }

div#lottie {
    background-color: #000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1
}

    div#lottie svg {
        width: 500px !important;
        height: 400px !important
    }

.TitleCenterlines.noline {
    margin: 90px 0 0;
    display: flex;
    justify-content: center;
    font-family: Mj_Dinar_One;
    font-weight: 100;
}


    .TitleCenterlines.noline:before, .TitleCenterlines.noline:after {
        display: none
    }

    .titleInnerLarg {
        position: relative;
        /* width: 100%; */
        width: auto;
        display: flex;
        justify-content: center;
        border: 1px solid #ff5722;
        border-width: 0 1px;
        /* padding: 0 10px; */
        padding: 0 20px;
        transition: all 0.5s;
        transform: translateY(100px);
        opacity: 0;
    }

    .animSec.active .titleInnerLarg {
        transition-delay: 0.8s;
        transform: translateY(0px);
        opacity: 1;
    }
    .titleInnerLarg .titleLargeSec {
        width: auto;
        padding: 0 50px;
        opacity: 0.3;
    }
section.secDetail {
    position: relative;
    width: 100%
}

    section.secDetail .container {
        display: flex;
        flex-direction: column;
        align-items: center
    }
/* 
    .textMore {
        position: relative;
        width: 100%;
        max-width: 1024px;
        display: flex;
        flex-direction: column;
        color: #fff;
        margin: 70px auto;
    } */
.textMore {
    position: relative;
    width: 100%;
    max-width: 1024px;
    display: flex;
    flex-direction: column;
    color: #fff;
    margin: 70px auto;
    padding: 0 100px;
    border: 1px solid #232323;
    border-width: 0px 1px !important;
    transition: all 0.5s;
    opacity: 0;
}

    .animSec.active .textMore {
        transition-delay: 0.5s;
        opacity: 1;
    }
.textMore .content {
    color: #fff;
    text-align: justify;
    line-height: 2;
    transition: all 1s;
    max-height: 370px;
    overflow: hidden;
}



    .textMore.active .content {
        max-height: 20000px;
    }

span.btnMoreText {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,.1);
    margin: 20px 0 0;
    border: 1px solid rgba(255,255,255,.2) !important;
    border-radius: 5px;
    grid-gap: 10px;
    cursor: pointer;
    transition: all 0.2s
}

    span.btnMoreText:hover {
        background: rgba(255,255,255,.01);
        border: 1px solid rgba(255,255,255,.1) !important
    }

.textMore span.btnMoreText:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f078";
    transition: all 1s;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.textMore.active span.btnMoreText:after {
    transform: rotate(180deg);
    width: 40px
}

.textMore span.btnMoreText:before {
    content: attr(data-text1)
}

.textMore.active span.btnMoreText:before {
    content: attr(data-text2)
}

.videoBox {
    position: relative;
    width: 90%;
    display: block;
    margin: 40px auto;
}

    .videoBox:before {
        position: relative;
        padding-top: 50%;
        content: '';
        display: block
    }

    .videoBox span.bg {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0;
        background: no-repeat center / cover
    }

    .videoBox i.play {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5) url(../img/play.png) no-repeat center / 60px;
        display: block;
        z-index: 10;
        cursor: pointer;
        transition: all 0.1s
    }

        .videoBox i.play:hover {
            background-size: 80px
        }

    .videoBox.play i.play {
        pointer-events: none
    }

.h_iframe-aparat_embed_frame, .h_iframe-youtube_embed_frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

    .h_iframe-aparat_embed_frame iframe, .h_iframe-youtube_embed_frame iframe {
        width: 100%;
        height: 100%;
        border: none !important;
        position: absolute;
        left: 0;
        top: 0
    }

.otherDetail {
    position: relative;
    width: 100%;
    display: flex !important;
    grid-gap: 100px;
    margin: 0 auto;
    padding: 60px 0 40px
}

.otherDetail .col {
    position: relative;
    width: calc(50% - 50px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    grid-gap: 40px;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(100px);
}

.animSec.active.otherDetail .col:nth-child(1) {
transition-delay: 0.5s;
opacity: 1;
transform: translateY(0px);
}
.animSec.active.otherDetail .col:nth-child(2) {
transition-delay: 1s;
opacity: 1;
transform: translateY(0px);
}

        .otherDetail .col:last-child {
            flex-direction: column-reverse
        }

.sliderOtherDet .SliderOne {
    position: relative;
    width: calc(100% - 0);
    overflow: hidden;
    border-radius: 15px
}

    .sliderOtherDet .SliderOne .itemslideDet {
        position: relative;
        width: 100%;
        background: red
    }

        .sliderOtherDet .SliderOne .itemslideDet:before {
            position: relative;
            width: 100%;
            content: '';
            display: block;
            padding-top: 150%
        }

        .sliderOtherDet .SliderOne .itemslideDet .pic {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: no-repeat center / cover;
            transition: all 0.5s
        }

.otherDetText .titleRbrdr {
    position: relative;
    margin: 0;
    color: #ff5722 !important;
    padding: 0 50px 0 0;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 400;
    font-family: 'Mj_Dinar_One';
}
header.headerProject video {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 100%;
    margin: auto;
    right: 0;
    z-index: 0;
    mix-blend-mode: screen;
}
    .otherDetText .titleRbrdr:before {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 8px;
        height: 1px;
        content: '';
        background: #636363;
        margin: auto
    }

    .otherDetText .titleRbrdr:after {
        position: absolute;
        right: 12px;
        top: 0;
        bottom: 0;
        width: 20px;
        height: 1px;
        content: '';
        background: #fd9269;
        margin: auto
    }

.otherDetText .text {
    position: relative;
    width: 100%;
    text-align: justify;
    color: #fff;
    line-height: 2;
    overflow: hidden;
    max-height: 260px;
    min-height: 260px;
    margin: 0;
}

section.secGetSupport {
    position: relative;
    margin: 100px 0;
    background: #212121;
    padding: 10px 0;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(50px);
}
section.secGetSupport.animSec.active {
    transition-delay: 0.5s;
    opacity: 1;
    transform: translateY(0px);
}

.secGetSupport .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    padding: 40px;
    border: 1px solid #ff5722;
    border-width: 0 1px
}

strong.titleSupport {
    color: #f86026;
    font-size: 30px
}

.btnGetSupport {
    position: relative;
    height: 50px;
    display: flex !important;
    align-items: center;
    grid-gap: 10px;
    flex-direction: row-reverse;
    padding: 0 50px;
    background: #2e2e2e;
    color: #fff;
    border: 1px solid #a24724;
    border-radius: 8px;
    transition: all 0.2s;
    cursor: pointer
}

    .btnGetSupport:hover {
        background: #a24724;
        color: #fff;
        border: 1px solid #a24724
    }

    .btnGetSupport:before {
        transition: all 0.5s
    }

    .btnGetSupport:hover:before {
        transform: translateX(-10px)
    }

.secGetSupport .container:before {
    position: absolute;
    left: 0;
    top: -40px;
    height: 30px;
    width: 100%;
    border: 1px solid #5c5c5c;
    content: '';
    border-bottom: 0
}

.secGetSupport .container:after {
    position: absolute;
    left: 0;
    bottom: -40px;
    height: 30px;
    width: 100%;
    border: 1px solid #5c5c5c;
    content: '';
    border-top: 0
}

.secFeatures .container {
    display: flex;
    flex-direction: column
}

.sliderFeatures {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px;
    transition: all 0.5s;
    opacity: 0;
    transform: scale(0.4);
}
.animSec.active .sliderFeatures {
    transition-delay: 1s;
    opacity: 1;
    transform: scale(1);
}

.itemslideDet {
    position: relative;
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden
}

    .itemslideDet:before {
        position: relative;
        width: 100%;
        content: '';
        padding-top: 100%;
        background: #101010
    }

    .itemslideDet:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/dotBg.png);
        content: ''
    }

    .itemslideDet .content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-gap: 10px
    }

        .itemslideDet .content .title {
            color: #838383
        }

    .itemslideDet:hover .content .title {
        color: #fff
    }

    .itemslideDet .icon {
        position: relative;
        width: 150px;
        height: 120px;
        background: no-repeat center / 100%;
        opacity: .5
    }

    .itemslideDet:hover .icon {
        opacity: 1
    }

    .itemslideDet strong.title {
        font-size: 24px
    }

.sliderFeatures .slider4item {
    overflow: hidden
}

.contentColumn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: no-repeat center / auto 100%
}

.FAQTitle {
    position: relative;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #414141;
    margin: 10px 0
}

.tabBtns {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 0 50px;
    grid-gap: 10px;
}
    .tabBtns .btntab {
        position: relative;
        height: 60px;
        border: none;
        outline: none;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin: 10px 0;
        width: calc(100% - 10px) !important;
        background: none;
        padding: 0 40px;
        background: rgba(255,255,255,.1);
        margin: auto;
    }

        .tabBtns .btntab:after {
            position: absolute;
            bottom: -13px;
            height: 1px;
            background: no-repeat center;
            content: '';
            width: 0;
            transition: all 0.5s;
            opacity: 0;
            content: '';
            background: #f96a33
        }

        .tabBtns .btntab:after {
            width: 100%
        }

    .tabBtns:before {
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background: #323232
    }

    .tabBtns .btntab.active:after {
        opacity: 1
    }

    .tabBtns .btntab label {
        color: #fff;
        border: 0;
        border-radius: 6px;
        z-index: 100;
        cursor: pointer;
        font-family: 'IranYekan'
    }

.btntab.active i {
    filter: grayscale(1) brightness(0)
}

.tabContent.active {
    transition: all 2s;
    opacity: 1;
    min-height: 30px;
    max-height: 2000px;
    padding: 0 0;
    overflow: inherit
}

.tabContent {
    position: relative;
    width: 100%;
    transition: all 2s;
    max-height: 0;
    overflow: hidden;
    opacity: 0
}

.accotdionFAQ {
    font-size: 12px
}

.boxFAQ {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 20px auto;
}
section.secFAQDet .boxFAQ {
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(100px);
}
section.secFAQDet.active .boxFAQ {
    transition-delay: 0.5s;
    opacity: 1;
    transform: translateY(0px);
}

.RowFAQ {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    font-size: 14px
}

.ContentFAQ .lineTitle {
    margin-right: 0
}

.RowFAQ .col1 {
    position: relative;
    width: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #191919;
    color: #fff;
    font-weight: 600;
    font-family: sans-serif;
    font-size: 18px;
}

.RowFAQ .col2 {
    position: relative;
    width: calc(100% - 70px);
    MIN-height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px;
    background: #191919;
    color: #fff;
    padding: 0 10px 0 30PX;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.RowFAQ.title .col1, .RowFAQ.title .col2 {
    background-color: #161616;
    color: #fff;
    justify-content: center
}

.accotdionFAQ span.AnswerQuestion {
    position: absolute;
    font-weight: 400;
    font-family: IranYekan;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 30px;
    left: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700
}

.accotdionFAQ span.AnswerQuestion {
    color: #fff
}

    .accotdionFAQ span.AnswerQuestion:active {
        color: #fff
    }

.accotdionFAQ.active span.AnswerQuestion {
    color: #fff
}

    .accotdionFAQ.active span.AnswerQuestion:hover {
        background: #31323d
    }

    .accotdionFAQ.active span.AnswerQuestion:active {
        background: #3b7ef3;
        color: #161616
    }

.accotdionFAQ span.AnswerQuestion:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s
}

.accotdionFAQ.active span.AnswerQuestion:before {
    transform: rotate(180deg)
}

.accotdionFAQ .ContentAccotdionFAQ {
    position: relative;
    width: 100%;
    display: flex;
    transition: all 0.2s;
    max-height: 0;
    overflow: hidden;
    flex-wrap: wrap;
    color: #5b5b5b !important;
    font-size: 14px;
    font-weight: 100 !important
}

.accotdionFAQ.active .ContentAccotdionFAQ {
    transition: all 0.5s;
    max-height: 100%
}

.ContentAccotdionFAQ .textAccordionFAQ {
    position: relative;
    width: 100%;
    text-align: justify;
    padding: 10px 10px 20px;
    box-sizing: border-box;
    font-weight: 600;
    line-height: 2
}

.allContentTab {
    position: relative;
    width: 100%;
    padding: 20px 0
}

.ContentAccotdionFAQ .moreAccordionFAQ {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 5px;
    box-sizing: border-box
}

a.moreAcc {
    position: relative;
    padding: 0 10px;
    height: 30px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    font-family: IranYekan;
    font-weight: 400;
    transition: all 0.2s;
    font-weight: 700;
    font-size: 12px
}

    a.moreAcc:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Font Awesome 5 Pro'
    }

    a.moreAcc:hover {
        color: #f5f5f5;
        background: #161616
    }

    a.moreAcc:active {
        color: #161616;
        background: #d3d3d3
    }

.detPortfulioSlider {
    position: relative;
    width: calc(100% - 40px);
    padding-right: 100px;
    margin-left: 40px;
    overflow: hidden
}

    .detPortfulioSlider .itemProject {
        width: calc(100% - 100px);
        margin: auto
    }

    .detPortfulioSlider .swiper-wrapper {
        padding: 60px 0
    }

.rowBtn {
    position: relative;
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
    width: 100%
}

    .rowBtn.center {
        justify-content: center
    }

.btnBarayand {
    position: relative;
    padding: 0 20px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(88 88 88 / 22%);
    border: 1px solid #363636;
    transition: all 0.5s;
    text-shadow: 0 0 0 #f86329;
    min-width: 200px;
    font-weight: 100;
    font-size: 14px;
    font-family: 'IranYekan';
    color: #fff !important;
    cursor: pointer
}

    .btnBarayand:hover {
        color: #f86329 !important;
        text-shadow: 0 0 20px #f86329
    }

    .btnBarayand i:nth-child(1) {
        position: absolute;
        top: -1px;
        height: calc(100% + 2px);
        width: 50px;
        right: -1px;
        border-right: 1px solid #bf4212;
        transition: all 0.5s
    }

    .btnBarayand:hover i:nth-child(1) {
        width: 60%
    }

    .btnBarayand i:nth-child(1):before {
        position: absolute;
        top: 0;
        right: 0;
        height: 1px;
        width: 100%;
        background: linear-gradient(45deg,transparent,#f86329);
        content: ''
    }

    .btnBarayand i:nth-child(1):after {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 1px;
        width: 100%;
        background: linear-gradient(45deg,transparent,#f86329);
        content: ''
    }

    .btnBarayand i:nth-child(2) {
        position: absolute;
        top: -1px;
        height: calc(100% + 2px);
        width: 50px;
        left: -1px;
        border-left: 1px solid #bf4212;
        transition: all 0.5s
    }

    .btnBarayand:hover i:nth-child(2) {
        width: 60%
    }

    .btnBarayand i:nth-child(2):before {
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: linear-gradient(45deg,#f86329,transparent);
        content: ''
    }

    .btnBarayand i:nth-child(2):after {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: linear-gradient(45deg,#f86329,transparent);
        content: ''
    }

.CustomForm {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    grid-gap: 20px
}

    .CustomForm .boxInput {
        position: relative;
        width: calc((100% / 2) - 10px)
    }

        .CustomForm .boxInput.full {
            width: 100%
        }

        .CustomForm .boxInput input {
            position: relative;
            width: 100%;
            height: 50px;
            background: transparent;
            border: none;
            border-bottom: 1px solid #525252;
            font-family: 'IranYekan';
            font-size: 18px;
            padding: 0 20px;
            outline: none !important;
            color: #fff
        }

        .CustomForm .boxInput textarea {
            position: relative;
            width: 100%;
            min-height: 150px;
            max-width: 150px;
            min-width: 100%;
            max-width: 100%;
            background: transparent;
            border: none;
            border-bottom: 1px solid #525252;
            font-family: 'IranYekan';
            font-size: 18px;
            padding: 0 20px;
            outline: none !important;
            color: #fff
        }

.NextPrevSlider.customBtnSlider1 {
    position: absolute;
    right: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    width: 100px
}

    .NextPrevSlider.customBtnSlider1 .swiper-button-next {
        width: 40px;
        height: 40px;
        min-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: transparent;
        border: 1px solid #505050;
        border-radius: 0 6px 6px 0;
        border-left: 0 !important
    }

        .NextPrevSlider.customBtnSlider1 .swiper-button-next:hover {
            background: #1d1d1d
        }

    .NextPrevSlider.customBtnSlider1 .swiper-button-prev {
        width: 40px;
        height: 40px;
        min-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: transparent;
        border: 1px solid #505050;
        border-radius: 6px 0 0 6px;
        border-right: 0 !important
    }

        .NextPrevSlider.customBtnSlider1 .swiper-button-prev:hover {
            background: #1d1d1d
        }

        .NextPrevSlider.customBtnSlider1 .swiper-button-next:after, .NextPrevSlider.customBtnSlider1 .swiper-button-prev:after {
            font-size: 22px;
            font-weight: 900;
            color: #ff5722
        }

.SliderSdvantage {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0 40px 60px
}

    .SliderSdvantage .slider3item {
        overflow: hidden
    }

.itemAdvantage {
    position: relative;
    width: calc(100% - 80px);
    margin: auto;
    overflow: hidden;
    border-radius: 15px
}

    .itemAdvantage:before {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 80%;
        background: linear-gradient(0deg,black,transparent);
        content: '';
        display: block;
        z-index: 1
    }

    .itemAdvantage:after {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 80%;
        background: url(../img/shadow-advantage.png) no-repeat bottom center / 100%;
        content: '';
        display: block;
        z-index: 1
    }

    .itemAdvantage .pic {
        position: relative;
        width: 100%;
        margin: auto;
        overflow: hidden
    }

        .itemAdvantage .pic:before {
            position: relative;
            padding-top: 150%;
            width: calc(100% - 20px);
            content: '';
            margin: auto;
            display: block
        }

        .itemAdvantage .pic i.bg {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: no-repeat center / cover
        }

    .itemAdvantage .hover {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0,0,0,.8);
        opacity: 0;
        transition: all 0.5s;
        z-index: 5
    }

    .itemAdvantage:hover .hover {
        opacity: 1;
        transform: scale(1.1)
    }

    .itemAdvantage .hover i.icon {
        position: relative;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #777;
        border-radius: 6px;
        font-size: 24px
    }

    .itemAdvantage .content {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 25px 20px;
        box-sizing: border-box;
        z-index: 10;
        text-align: justify;
        line-height: 2;
        pointer-events: none
    }

    .itemAdvantage .title {
        position: relative;
        padding-right: 40px;
        color: #ef5a20;
        width: 100%;
        margin: 0 !important;
        font-size: 18px
    }

    .itemAdvantage .content span {
        color: #fff;
        font-size: 14px
    }

.SliderSdvantage .NextPrevSlider.customBtnSlider1 {
    right: calc(25% - 25px)
}

.costomersContent {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px
}

    .costomersContent .itemBrand {
        position: relative;
        width: 100%;
        padding-top: 170px;
        filter: grayscale(1) brightness(1.4);
        transition: all 0.2s
    }

        .costomersContent .itemBrand:hover {
            filter: grayscale(0)
        }

        .costomersContent .itemBrand .pic {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: no-repeat center / 50%
        }

.BarayandExtra {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 100px
}

.itemExtra {
    position: relative;
    width: 100%;
    border-radius: 10px;
    background: #090909
}

    .itemExtra .top {
        position: relative;
        width: 100%;
        padding: 40px 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        background-color: #121212;
        border-radius: 10px;
        flex-direction: column;
        grid-gap: 10px
    }

    .itemExtra:hover .top {
        animation: shake 150ms 5 linear;
        -moz-animation: shake 150ms 5 linear;
        -webkit-animation: shake 150ms 5 linear;
        -o-animation: shake 150ms 5 linear
    }

    .itemExtra .top .icon {
        position: relative;
        width: 100px;
        height: 100px;
        background: no-repeat center / 100%
    }

    .itemExtra .top strong.title {
        color: #d5d5d5;
        font-family: "Quantify";
        font-weight: 400;
        font-size: 22px
    }

    .itemExtra .down .title2 {
        position: relative;
        width: 100%;
        display: flex;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fb5017;
        font-size: 22px;
        font-family: 'Mj_Dinar_One';
        MARGIN: 0 !IMPORTANT;
        font-weight: 300;
    }

.BarayandExtra.website .itemExtra .down p {
    margin: 0;
    padding: 0 10px 15px;
    text-align: center !important;
    max-height: 50px;
    min-height: 50px;
}

        .itemExtra .down .title2:before {
            position: absolute;
            left: 0;
            right: 0;
            width: 70%;
            height: 2px;
            background: #545454;
            content: '';
            top: 100%;
            margin: auto
        }

        .itemExtra .down .title2:after {
            position: absolute;
            left: 0;
            right: 0;
            width: 10px;
            height: 10px;
            background: #fb5017;
            content: '';
            bottom: -6px;
            margin: auto;
            border-radius: 100%
        }

    .itemExtra .down p {
        position: relative;
        width: 100%;
        padding: 20px !important;
        display: flex;
        max-height: 100px;
        min-height: 100px;
        justify-content: center;
        text-align: center;
        color: #fff
    }

@keyframes shake {
    0% {
        transform: translate(6px,0)
    }

    50% {
        transform: translate(-6px,0)
    }

    100% {
        transform: translate(0,0)
    }
}

@-moz-keyframes shake {
    0% {
        transform: translate(6px,0)
    }

    50% {
        transform: translate(-6px,0)
    }

    100% {
        transform: translate(0,0)
    }
}

@-webkit-keyframes shake {
    0% {
        transform: translate(6px,0)
    }

    50% {
        transform: translate(-6px,0)
    }

    100% {
        transform: translate(0,0)
    }
}

@-ms-keyframes shake {
    0% {
        transform: translate(6px,0)
    }

    50% {
        transform: translate(-6px,0)
    }

    100% {
        transform: translate(0,0)
    }
}

@-o-keyframes shake {
    0% {
        transform: translate(6px,0)
    }

    50% {
        transform: translate(-6px,0)
    }

    100% {
        transform: translate(0,0)
    }
}

.tabContent.active {
    transition: all 0.5s;
    opacity: 1;
    min-height: 30px;
    max-height: 2000px;
    padding: 0 0;
    overflow: inherit
}

.tabContent {
    position: relative;
    width: 100%;
    transition: all 0.2s;
    max-height: 0;
    overflow: hidden;
    opacity: 0
}

.sendbtnRow {
    position: relative;
    width: 100%;
    display: grid;
    align-items: center;
    margin: 40px 0 0;
    grid-template-columns: 1fr auto 1fr;
    grid-column-gap: 20px
}

    .sendbtnRow:before, .sendbtnRow:after {
        position: relative;
        width: 100%;
        height: 1px;
        display: block;
        background: #bf4212;
        content: ''
    }

section.secGallery .container {
    flex-direction: column
}

.pageTextDet {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 70px auto;
    padding: 0 80px;
    text-align: justify;
    color: #fff;
    border-style: solid;
    border-width: 0 1px;
    border-color: #f44336
}
.secDetGallery .pageTextDet {
    border-color: #282828;
}

.shareLike {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0
}

    .shareLike .shareBox {
        display: flex;
        align-items: center;
        grid-gap: 20px;
        background: rgba(255,255,255,.08);
        border: 1px solid rgba(255,255,255,.2);
        border-radius: 6px;
        padding: 0 10px;
        min-height: 50px
    }

        .shareLike .shareBox label {
            font-size: 14px;
            color: #a5a1a1;
            font-weight: 600
        }

        .shareLike .shareBox .socialIcons {
            display: flex;
            align-items: center;
            flex-wrap: wrap
        }

            .shareLike .shareBox .socialIcons .socicon {
                position: relative;
                width: 30px;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #bbb
            }

                .shareLike .shareBox .socialIcons .socicon:hover {
                    color: #ff5722
                }

    .shareLike .likeBox {
        display: flex;
        align-items: center;
        background: rgba(255,255,255,.08);
        border: 1px solid rgba(255,255,255,.2);
        border-radius: 6px;
        min-height: 50px;
        cursor: pointer
    }

        .shareLike .likeBox .countLike {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 48px;
            background: #2e2e2e;
            border-radius: 0 5px 5px 0;
            color: #e5dfdf
        }

            .shareLike .likeBox .countLike i {
                color: #ff5722
            }

            .shareLike .likeBox .countLike span {
                font-size: 12px;
                line-height: 1;
                font-weight: 100
            }

        .shareLike .likeBox span.textLike {
            position: relative;
            width: calc(100% - 40px);
            padding: 0 10px 0 60px;
            height: 48px;
            display: flex;
            align-items: center;
            font-size: 12px;
            font-weight: 700;
            white-space: nowrap
        }

            .shareLike .likeBox span.textLike:before {
                position: absolute;
                left: 0;
                top: 0;
                width: 50px;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 24px;
                color: #ff5722
            }

            .shareLike .likeBox span.textLike:after {
                position: absolute;
                left: 0;
                top: 0;
                width: 50px;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 24px;
                font-family: 'Font Awesome 5 Pro';
                font-weight: 900;
                content: "\f004";
                color: #ff5722;
                transition: all 0.3s;
                transform: scale(4);
                opacity: 0;
                pointer-events: none
            }

        .shareLike .likeBox.liked span.textLike:after {
            transform: scale(1);
            opacity: 1
        }

.checkboxs {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    height: 30px;
    cursor: pointer;
    margin: 5px 0
}

    .checkboxs input {
        position: absolute;
        right: 0;
        overflow: hidden;
        width: 0;
        height: 0;
        opacity: 0
    }

    .checkboxs label.lblinput {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 25px 0 0;
        font-weight: 700;
        align-items: center;
        cursor: pointer;
        font-size: 12px;
        color: #777
    }

    .checkboxs input[type=radio] + label.lblinput:before {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        width: 16px;
        height: 16px;
        content: '';
        background: #fff;
        border-radius: 100%;
        border: 1px solid #d0d0d0
    }

    .checkboxs input[type=radio] + label.lblinput:after {
        position: absolute;
        top: 0;
        bottom: 1px;
        margin: auto;
        right: 3px;
        width: 12px;
        height: 12px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400;
        content: "";
        border-radius: 100%;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(0,152,116);
        background: radial-gradient(circle,rgba(0,152,116,1) 0%,rgba(0,200,153,1) 100%);
        transition: all 0.5s cubic-bezier(.04,1.13,.02,1.14);
        transform: scale(0) rotate(-90deg)
    }

    .checkboxs input[type=checkbox] + label.lblinput:before {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        width: 16px;
        height: 16px;
        content: '';
        background: #fff;
        border-radius: 5px;
        border: 1px solid #d0d0d0
    }

    .checkboxs input[type=checkbox] + label.lblinput:after {
        position: absolute;
        top: 0;
        bottom: 6px;
        margin: auto;
        right: -2px;
        width: 16px;
        height: 16px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 400;
        content: "\f00c";
        border-radius: 5px;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #0247bf;
        transition: all 0.2s cubic-bezier(.04,1.13,.02,1.14);
        transform: scale(0) rotate(-90deg)
    }

    .checkboxs label.lblinput small {
        position: relative;
        display: block;
        font-size: 12px;
        color: #b3b3b3;
        text-transform: uppercase
    }

    .checkboxs input:checked + label.lblinput {
        color: #0247bf !important
    }

        .checkboxs input:checked + label.lblinput:after {
            transform: scale(1) rotate(0deg)
        }

        .checkboxs input:checked + label.lblinput small {
            color: #0046bf
        }

.allOptions .checkboxs {
    width: 50px;
    height: 50px;
    background: no-repeat center / cover
}

    .allOptions .checkboxs label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 100%
    }

    .allOptions .checkboxs input[type=radio] + label.lblinput:before {
        opacity: 0
    }

    .allOptions .checkboxs input[type=radio] + label.lblinput:after {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        right: -3px;
        bottom: -3px;
        background: none;
        border: 5px solid #ff5722;
        transform: scale(1);
        opacity: 0
    }

    .allOptions .checkboxs input[type=radio]:checked + label.lblinput:after {
        opacity: 1
    }

.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 0 20px
}

    .itemCM:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 60%;
        border-bottom: 4px dotted rgba(255,255,255,.2);
        content: ''
    }

    .itemCM .colAvatar {
        position: relative;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-start
    }

        .itemCM .colAvatar span.cmAvatar {
            position: relative;
            width: 55px;
            height: 55px;
            border-radius: 100%;
            background: #fff no-repeat center / cover;
            border: none;
            top: 0;
            bottom: 0;
            margin: auto
        }

    .itemCM .colText {
        position: relative;
        width: calc(100% - 100px)
    }

        .itemCM .colText .nameUserCM {
            margin: 0;
            width: 100%;
            display: block;
            color: #ff5722;
            font-weight: 700
        }

        .itemCM .colText span.Created_at {
            color: #9b9b9b;
            font-size: 14px
        }

        .itemCM .colText .ContextCM {
            position: relative;
            font-size: 12px;
            line-height: 20px;
            color: #fff;
            font-weight: 700
        }

.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
            }

.ContentFormCM {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.secDetCM .container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.titleDet h1, .titleDet h2, .titleDet h3, .titleDet h4 {
    color: #f86026;
    margin: 0;
    font-family: 'Mj_Dinar_One';
    font-weight: 100;
}

.boxSelectAvatar {
    color: #fff !important;
    position: relative;
    display: flex;
    width: 100%;
    grid-gap: 10px;
    flex-wrap: wrap;
    align-items: center
}

.allOptions {
    position: relative;
    display: flex;
    grid-gap: 10px;
    align-items: center
}

.secMapOffice .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    top: 0
}

section.secMapOffice .mapboxFrame {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30% 0 0
}

    section.secMapOffice .mapboxFrame .js-map {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

section.secMapOffice {
    position: relative;
    display: flex;
    margin-bottom: 260px;
}

.secMapOffice .container .contentMapOffice {
    position: relative;
    background: #000;
    margin-top: 0;
    border-top: 5px solid #000;
    width: 100%;
    max-width: 700px;
    height: 320px;
    bottom: -270px;
}

    .secMapOffice .container .contentMapOffice .content {
        position: relative;
        padding: 30px;
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
        line-height: 2.5
    }

        .secMapOffice .container .contentMapOffice .content:before {
            position: absolute;
            top: -73%;
            left: 0;
            width: 100%;
            height: 60%;
            background: #ff5722;
            content: '';
            border-radius: 100%;
            filter: blur(50px)
        }

.contentMapOffice h4.title {
    margin: 0;
    color: #fff;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #ff5722;
    font-size: 18px;
}

.itemContact.mail {
    padding-right: 20px;
    border-right: 1px solid #ff5722
}

.itemContact {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding-right: 20px
}

    .itemContact span:nth-child(2) {
        display: flex;
        flex-direction: column;
        align-items: flex-end
    }

        .itemContact span:nth-child(2) a {
            direction: ltr;
            text-align: left
        }

section.secSocials, section.secDepartmants {
    position: relative;
    margin: 40px 0
}

    section.secSocials .container, section.secDepartmants .container {
        display: flex;
        flex-direction: column
    }

.allDepartments {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    grid-gap: 40px;
    margin: 100px 0 0
}

.itemDep {
    position: relative;
    background: #1e1d1d;
    padding: 30px;
    width: calc((100% / 3) - 40px);
    max-width: 300px
}

    .itemDep .contentItemUnit {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .itemDep .title {
        position: relative;
        width: 100%;
        margin: 0 0 10px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff;
        font-size: 22px;
        border: 1px solid #ff5722;
        border-width: 0 1px;
        font-weight: 100
    }

    .itemDep a {
        position: relative;
        width: auto;
        height: 40px;
        padding-left: 30px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background: no-repeat 0 center / 25px;
    }

        .itemDep a.tel {
            background-image: url(../img/icons/1.png)
        }

        .itemDep a.mail {
            background-image: url(../img/icons/2.png)
        }

section.secSocials .socialIcons a.socicon {
    font-size: 60px;
    position: relative
}

section.secSocials .socialIcons {
    position: relative;
    display: flex;
    justify-content: center;
    grid-gap: 30px;
    align-items: center;
    margin: 40px 0 20px
}

    section.secSocials .socialIcons a.socicon {
        font-size: 50px;
        position: relative;
        width: 100px;
        height: 80px;
        background: #1b1b1b;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #bbb;
        transition: all 0.2s
    }

        section.secSocials .socialIcons a.socicon:hover {
            color: #ff5722
        }

        section.secSocials .socialIcons a.socicon i {
            position: absolute;
            left: 0;
            top: 0;
            width: calc(100% + 14px);
            right: -7px;
            margin: auto;
            height: 0;
            border: 1px solid #ff5722;
            border-width: 0 1px;
            transition: all 0.2s;
            bottom: 0
        }

        section.secSocials .socialIcons a.socicon:hover i {
            height: 100%
        }

.stepProccess {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 80px;
    padding: 60px 0;
    max-width: 980px;
    margin: auto
}

.itemProccess {
    position: relative;
    width: 100%;
    display: flex;
    color: #fff;
    grid-gap: 20px
}

    .itemProccess:nth-child(even) {
        display: flex;
        flex-direction: row-reverse
    }

        .itemProccess:nth-child(even) .contentStep {
            padding-left: 0;
            padding-right: 20px;
            border-left: none;
            border-right: 1px solid #ff5722
        }

        .itemProccess .StepNu {
            position: relative;
            width: 180px;
            display: flex;
            justify-content: center;
            height: 180px;
            align-items: center;
            font-size: 90px;
            background: transparent;
            font-family: 'Quantify';
            font-weight: 700;
        }

        .itemProccess .StepNu:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: url(../img/icons/step-proccess-bg.png) no-repeat center / 100%;
            content: ''
        }

        .itemProccess .StepNu span {
            -webkit-text-stroke: 1px darkgrey;
            -webkit-text-fill-color: #fff0;
            -webkit-animation: fill 0.5s infinite alternate
        }

        .itemProccess .contentStep {
            position: relative;
            width: calc(100% - 200px);
            display: flex;
            flex-direction: column;
            padding-left: 20px;
            border-left: 1px solid #ff5722;
            justify-content: center;
        }

        .itemProccess .contentStep .title {
            margin: 0;
            color: #f86026;
            font-size: 28px;
            font-weight: 400;
        }
        .itemProccess .contentStep .caption {
            font-size: 16px;
            text-align: justify;
            font-weight: 200;
            line-height: 2;
        }

.boxTopDet {
    position: relative;
    width: 100%;
    display: block
}

    .boxTopDet:before {
        position: relative;
        width: 100%;
        display: block;
        padding-top: 52%;
        content: ''
    }

    .boxTopDet .tableOnjects {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .boxTopDet i.bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: no-repeat center / 100%
    }

    .boxTopDet .tableOnjects i.bgtable, .boxTopDet .mobileTablet i.frame {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: no-repeat center / 100%;
        z-index: 12;
        filter: brightness(0.7);
    }

    .boxTopDet .mobileTablet {
        position: absolute;
        bottom: 14vw;
        width: 15vw;
        height: 16.5vw;
        left: 0;
        right: -20vw;
        margin: auto;
        z-index: 13
    }

    .boxTopDet .pcContent {
        position: absolute;
        top: 2.3vw;
        right: -8.2vw;
        left: 0;
        margin: auto;
        width: 25.6vw;
        height: 16.7vw;
        background: #000;
        transform: rotate(-3.2deg);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 58px;
        color: #fff;
        z-index: 1
    }

    .boxTopDet .laptopContent {
        position: absolute;
        top: 17.7vw;
        right: 21.1vw;
        left: 0;
        margin: auto;
        width: 19.7vw;
        height: 13.5vw;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 45px;
        color: #fff;
        transform: perspective(1000px) rotate(-3.6deg) skew(-2deg,-1deg);
        z-index: 6
    }

    .boxTopDet .mobileTablet .mobileContent {
        position: absolute;
        left: 3%;
        width: 25%;
        background: #000;
        height: 49%;
        bottom: 7%;
        transform: skew(0deg,-9deg);
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 8px;
        color: #fff
    }

    .boxTopDet .mobileTablet .tabletContent {
        position: absolute;
        right: 7%;
        width: 52%;
        background: #000;
        height: 71%;
        bottom: 17.5%;
        transform: skew(0deg,-9deg);
        border-radius: 0;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 8px;
        color: #fff
    }

section.secDetails .container {
    position: relative;
    display: flex;
    flex-direction: column
}

.titleDetailProj .TitleCenterlines.noline {
    margin: 0
}

.titleDetailProj .titleShadow {
    position: relative;
    font-size: 82px;
    color: transparent;
    font-family: "Quantify";
    font-weight: 700;
    -webkit-text-stroke: 1px rgba(255,255,255,0.12);
    -webkit-text-fill-color: transparent;
    -webkit-animation: fill 0.5s infinite alternate;
    display: flex;
    justify-content: center;
    transition: all 0.5s;
    transform: translate(-300px, 0px);
    opacity: 0;
}

.animSec.active .titleDetailProj .titleShadow {
    transform: translate(0px, 0px);
    opacity: 1;
}

.titleDetailProj .topTitle {
    position: relative
}

.titleDetailProj .topTitle .TitleCenterlines {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    transform: translate(300px, 0px);
    opacity: 0;
    transition: all 0.5s;
}

.animSec.active .titleDetailProj .topTitle .TitleCenterlines {
    transform: translate(0px, 0px);
    opacity: 1;
}

.titleInnerLargProj {
    position: relative;
    font-size: 70px;
    color: gray;
    font-family: "Quantify";
    font-weight: 700;
    height: auto;
    line-height: 0;
    margin: -30px 0 0;
    transition: all 0.5s;
    transform: translate(0px, 100px);
    opacity: 0;
}
.animSec.active .titleInnerLargProj {
    transform: translate(0px, 0px);
    opacity: 1;
}

    .titleInnerLargProj .title {
        font-size: 82px;
        display: flex;
        justify-content: center;
        text-align: center
    }

    .showLogoWebsite {
        position: relative;
        display: flex;
        justify-content: center;
        width: 100%;
        opacity: 0;
        transition: all 0.5s;
    }

    .animSec.active .showLogoWebsite {
        opacity: 1;
        transition: all 0.5s;
    }
    
    .row2col.detdetial {
        opacity: 0;
        transition: all 1s;
    }
    
    .animSec.active .row2col.detdetial {
        opacity: 1;
        transition-delay: 0.5s;
    }
    
    svg.svg {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
    
    .showLogoWebsite img {
        max-width: 180px;
        height: auto;
        width: 100%;
    }
    
.contentMain {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: auto
}

.row2col {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin: 40px 0
}

.detdetial .col {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 40px
}

    .detdetial .col .itemDetText {
        position: relative;
        display: flex;
        flex-direction: column
    }

        .detdetial .col .itemDetText strong.title {
            font-size: 18px;
            color: #ef5a20
        }

        .detdetial .col .itemDetText span {
            font-size: 16px;
            color: #fff;
            font-weight: 400;
            text-align: justify
        }

.rowBtn.end {
    justify-content: flex-end
}
section.secGalleryDetProject .boxGall {
    position: relative;
    width: calc(100% - 80px);
    margin: auto
}
section.secGalleryDetProject {
    position: relative;
    width: 100%;
    padding-left: 150px;
    transition: all 0.5s;
    opacity: 0;
}

section.active.secGalleryDetProject {
    opacity: 1;
}
section.secViewOnMobile {
    transition: all 0.5s;
    transform: translateY(100px);
    opacity: 0;
}
section.secViewOnMobile.active {
    transition-delay: 0.5s;
    transform: translateY(0px);
    opacity: 1;
}
    section.secGalleryDetProject .sliderGalleryDet {
        overflow: hidden
    }

    section.secGalleryDetProject .swiper-wrapper {
        padding: 40px 0
    }

    section.secGalleryDetProject .NextPrevSlider.customBtnSlider1 {
        left: 0;
        right: -70px
    }

.box-ViewMobileGifs {
    position: relative;
    width: 100%;
    background: var(--color);
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.secViewOnMobile .container {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 0
}

section.secViewOnMobile .titleColor {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 118px;
    margin: 80px 0 0 0;
    line-height: .8;
    color: var(--color);
    text-transform: uppercase;
    transition: all 0.5s;
    transform: translateY(150px);
    opacity: 0;
}

section.active.secViewOnMobile .titleColor {
    transition-delay: 0.5s;
    transform: translateY(0px);
    opacity: 1;
}

.box-ViewMobileGifs .mobile1 i.frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../img/icons//frame-onmobile-1.png) no-repeat center / 100%;
    height: 100%
}

.box-ViewMobileGifs .mobile2 i.frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../img/icons//frame-onmobile-2.png) no-repeat center / 100%;
    height: 100%
}

.box-ViewMobileGifs .mobile1 {
    position: relative;
    width: 25%
}

    .box-ViewMobileGifs .mobile1:before {
        position: relative;
        width: 100%;
        padding-top: 168%;
        content: '';
        display: block
    }

    .box-ViewMobileGifs .mobile1 .content {
        position: absolute;
        left: 12%;
        top: 1.5%;
        width: 76%;
        height: 93%;
        background: #000;
        border-radius: 34px;
        overflow: hidden
    }

.box-ViewMobileGifs .mobile2 {
    position: relative;
    width: 20%
}

    .box-ViewMobileGifs .mobile2:before {
        position: relative;
        width: 100%;
        padding-top: 175%;
        content: '';
        display: block
    }

    .box-ViewMobileGifs .mobile2 .content {
        position: absolute;
        left: 11.7%;
        top: 1.5%;
        width: 78.6%;
        height: 92.2%;
        background: #000;
        border-radius: 28px;
        overflow: hidden
    }

.box-ViewMobileGifs .content img.gif {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.itemColor {
    position: relative;
    width: 110px;
    height: 160px;
    transition: all 0.5s;
    transform: translateY(100px);
    opacity: 0;
}

section.active .itemColor {
    transition-delay: 0.5s;
    transform: translateY(0px);
    opacity: 1;
}
section.active .itemColor:nth-child(2) {
    transition-delay: 0.7s;
}
section.active .itemColor:nth-child(3) {
    transition-delay: 0.9s;
}
section.active .itemColor:nth-child(4) {
    transition-delay: 1.1s;
}
section.active .itemColor:nth-child(5) {
    transition-delay: 1.3s;
}
section.active .itemColor:nth-child(6) {
    transition-delay: 1.5s;
}
section.active .itemColor:nth-child(7) {
    transition-delay: 1.7s;
}
section.active .itemColor:nth-child(8) {
    transition-delay: 1.9s;
}
section.active .itemColor:nth-child(9) {
    transition-delay: 2.1s;
}
section.active .itemColor:nth-child(10) {
    transition-delay: 2.3s;
}

    .itemColor:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: var(--color);
        -webkit-clip-path: url(#detailColortemplate);
        clip-path: url(#detailColortemplate)
    }

    .itemColor span.lbl {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        font-size: 14px;
        text-align: center;
        color: #5a5a5a;
        direction: ltr;
        text-transform: uppercase
    }

.boxFontsANDcolor {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 0 0;
}


    .boxFontsANDcolor .col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50%
    }

        .boxFontsANDcolor .col:last-child {
            justify-content: space-between;
            align-items: flex-end;
            padding-left: 90px
        }

        .boxFontsANDcolor .col .rowcolor {
            position: relative;
            width: 100%;
            display: flex;
            grid-gap: 40px;
            margin: 10px;
            justify-content: center
        }

            .boxFontsANDcolor .col .rowcolor:nth-child(2) {
                margin-top: -50px
            }

            .boxFontsANDcolor .col .rowcolor .itemColor:nth-child(2) {
                margin-top: 40px
            }

            .boxFontsANDcolor .col .rowcolor .itemColor:nth-child(3) {
                margin-top: 80px
            }

            h4.TitleSecFontColor {
                font-size: 90px;
                transition: all 0.5s;
                transform: translatey(-190px);
                opacity: 0;
            }
            section.active h4.TitleSecFontColor {
                transition-delay: 0.5s;
                transform: translatey(0px);
                opacity: 1;
            }
            .fontsName {
                transition: all 1s;
                opacity: 0;
            }

            section.active .fontsName {
                transition-delay: 1s;
                opacity: 01;
            }            

.container.column {
    display: flex;
    flex-direction: column
}

.MobilesResponsive {
    position: relative;
    width: 100%;
    display: flex;
    padding: 60px 50px;
    background: var(--color);
}

.mobileResponsive {
    position: relative;
    width: 25%;
    display: flex
}

    .mobileResponsive i.frame {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: url(../img/icons//frame-onmobile-2.png) no-repeat center / 100%;
        height: 100%
    }

    .mobileResponsive:before {
        position: relative;
        width: 100%;
        padding-top: 175%;
        content: '';
        display: block
    }

.MobilesResponsive .mobileResponsive:nth-child(1), .MobilesResponsive .mobileResponsive:nth-child(5) {
    width: 20%
}

.MobilesResponsive .mobileResponsive:nth-child(2), .MobilesResponsive .mobileResponsive:nth-child(4) {
    width: 18%
}

.MobilesResponsive .mobileResponsive:nth-child(3) {
    width: 24%
}

.MobilesResponsive .mobileResponsive .content img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.MobilesResponsive .mobileResponsive:nth-child(1) .content, .MobilesResponsive .mobileResponsive:nth-child(5) .content {
    position: absolute;
    left: 1%;
    top: -4%;
    right: 0;
    bottom: 0;
    margin: auto;
    background: red;
    width: 80%;
    height: 78%;
    border-radius: 10%;
    overflow: hidden
}

.MobilesResponsive .mobileResponsive:nth-child(2) .content, .MobilesResponsive .mobileResponsive:nth-child(4) .content {
    position: absolute;
    left: 1%;
    top: -4%;
    right: 0;
    bottom: 0;
    margin: auto;
    background: red;
    width: 80%;
    height: 69%;
    border-radius: 8%;
    overflow: hidden
}

.MobilesResponsive .mobileResponsive:nth-child(3) .content {
    position: absolute;
    left: 1%;
    top: -5%;
    right: 0;
    bottom: 0;
    margin: auto;
    background: red;
    width: 80%;
    height: 93%;
    border-radius: 10%;
    overflow: hidden
}

.mainpage {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
    transition: all 1s;
    opacity: 0;
}
.animSec.active .mainpage {
    transition-delay: 1s;
    opacity: 1
}
.secFeaturesProj .videDetails {
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(200px);
}
.secFeaturesProj.animSec.active .videDetails {
    transition-delay: 0.5s;
    opacity: 1;
    transform: translateY(0px);
}
    .mainpage img {
        width: 100%
    }

.videDetails {
    position: relative;
    width: 100%;
    margin-top: 50px;
    max-width: 1200px
}

    .videDetails:before {
        position: relative;
        padding-top: 57%;
        display: block;
        content: ''
    }

    .videDetails iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: none !important
    }

.nimtoosi {
    position: relative
}

.bgtoosi {
    position: relative;
    background: #1f1f1f
}

.nimtoosi:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 70%;
    background: #1f1f1f;
    content: ''
}

.detailprojFeatures {
    position: relative;
    margin-left: 80px;
    padding-right: 200px;
    width: calc(100% - 80px);
    overflow: hidden
}

    .detailprojFeatures .sliderFeatures {
        overflow: initial !important
    }

    .detailprojFeatures .slider4item {
        overflow: initial !important
    }

    .detailprojFeatures .itemslideDet {
        float: left;
        border: 2px solid #5b5b5b;
        overflow: initial
    }

    .detailprojFeatures .NextPrevSlider.customBtnSlider1 {
        position: absolute;
        right: 230px
    }

    .detailprojFeatures .itemslideDet:before {
        background: #222;
        transition: all 0.5s
    }

    .detailprojFeatures .itemslideDet:hover:before {
        background: #0f0f0f
    }

    .detailprojFeatures .itemslideDet .content:after {
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        margin: auto;
        height: 1px;
        width: 30%;
        background: #f86329;
        content: '';
        top: auto;
        transition: all 0.5s
    }

    .detailprojFeatures .itemslideDet:hover .content:after {
        bottom: 50px
    }

.titleInnerLarg, .titleInnerLarg * {
    text-transform: uppercase !important
}
img.picDevice {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.brandsLove {
    position: relative;
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 40px;
    width: 100%
}
.animSec .brandsLove {
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(150px);
}
.animSec.active .brandsLove {
    transition-delay: 1s;
    opacity: 1;
    transform: translateY(0px);
}
    .brandsLove .itemBrand {
        position: relative;
        width: 100%;
        transition: all 0.5s;
        cursor: pointer;
        filter: grayscale(0)
    }

    .secDetail .brandsLove .itemBrand {
        filter: grayscale(1) brightness(1.8);
    }

    .secDetail .brandsLove .itemBrand:hover {
        filter: grayscale(0) brightness(1)
    }

.brandsLove .itemBrand:hover {
    animation: shake 150ms 3 linear;
    -moz-animation: shake 150ms 3 linear;
    -webkit-animation: shake 150ms 3 linear;
    -o-animation: shake 150ms 3 linear;
    background-color: rgb(46 46 46 / 40%)
}

.brandsLove .itemBrand:before {
    position: relative;
    width: 100%;
    padding-top: 54%;
    content: '';
    display: block
}

.brandsLove .itemBrand:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ''
}

.brandsLove .itemBrand .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / 100%;
    z-index: 10;
    max-width: 146px;
    margin: auto;
    right: 0
}

.title2line {
    position: relative;
    direction: ltr;
    text-align: center;
    font-size: 70px;
    line-height: 1;
    color: #2f2f2f;
    height: auto;
    margin: 40px 0 -40px
}

    .title2line h2 {
        position: relative;
        margin: 0;
        font-weight: 900;
        z-index: 2;
        position: relative;
        color: #939393;
        direction: ltr;
        font-family: 'Quantify';
    }

    .title2line .videoTitle1 {
        position: absolute;
        left: 0%;
        bottom: 2%;
        width: 90%;
        height: 140%;
        pointer-events: none;
        RIGHT: 0;
        MARGIN: AUTO
    }

.secawards .brandsLove {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 10px
}

    .secawards .brandsLove .itemBrand {
        width: calc((100% / 6) - 10px);
        filter: grayscale(1)
    }

        .secawards .brandsLove .itemBrand:hover {
            filter: grayscale(0)
        }

.title2line .videoTitle2 {
    position: absolute;
    left: 0%;
    bottom: 2%;
    width: 90%;
    height: 140%;
    mix-blend-mode: screen;
    pointer-events: none;
    RIGHT: 0;
    MARGIN: AUTO;
    z-index: 4
}

.title2line h2 {
    position: relative;
    margin: 0;
    font-weight: 900;
    z-index: 2;
    position: relative;
    color: #939393;
    direction: ltr;
}


.rowBtnCenterline {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 10px;
    align-items: center
}
.animSec .rowBtnCenterline {
    transition: all 0.5s;
    transform: scale(0);
}
.animSec.active .rowBtnCenterline {
    transition-delay: 1.5s;
    transform: scale(1);
}
    .rowBtnCenterline:before, .rowBtnCenterline:after {
        position: relative;
        width: 100%;
        height: 1px;
        display: block;
        background-color: #ff5722;
        content: ''
    }

.btnBarayand span {
    display: flex;
    align-items: center;
    grid-gap: 5px
}

.awardsContent {
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1180px;
    display: flex;
    align-items: center;
    padding: 80px 0;
    grid-gap: 40px;
    justify-content: space-evenly;
}

.itemAward {
    position: relative;
    width: 100%;
    max-width: 280px
}
.animSec .itemAward {
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(100px);
}
.animSec.active .itemAward:nth-child(1) {
    transition-delay: 0.5s;
    opacity: 1;
    transform: translateY(0px);
}
.animSec.active .itemAward:nth-child(2) {
    transition-delay: 1s;
    opacity: 1;
    transform: translateY(0px);
}
.animSec.active .itemAward:nth-child(3) {
    transition-delay: 1.5s;
    opacity: 1;
    transform: translateY(0px);
}
    .itemAward .circleAwards {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

        .itemAward .circleAwards:before {
            position: relative;
            width: 100%;
            display: block;
            padding-top: 100%;
            content: ''
        }

        .itemAward .circleAwards i {
            position: absolute;
            left: 0;
            top: 0;
            width: 90%;
            height: 90%;
            bottom: 0;
            right: 0;
            margin: auto;
            border-radius: 100%;
            box-shadow: 20px 20px 35px -30px #5c5c5c
        }

            .itemAward .circleAwards i:before {
                position: absolute;
                left: 0;
                top: 0;
                width: 90%;
                height: 90%;
                bottom: 0;
                right: 0;
                margin: auto;
                display: block;
                content: '';
                background: url(../img/awards-2.png) no-repeat center / auto 100%;
                transition: all 0.5s;
                transform: rotate(0deg)
            }

    .itemAward .contentAward {
        position: absolute;
        left: -15px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

        .itemAward .contentAward strong {
            position: relative;
            font-size: 22px;
            color: #f25c23
        }

        .itemAward .contentAward span {
            font-size: 14px
        }

    .itemAward .picAwards {
        position: absolute;
        right: -5%;
        bottom: -15%;
        top: auto;
        width: 70%;
        height: 130%;
        background: no-repeat center / auto 100%;
        z-index: 1
    }

.titleCenter2line {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #ff5722;
    font-size: 34px;
    font-family: 'Mj_Dinar_One';
}
.secawards.animSec .titleCenter2line {
    transition: all 0.5s;
    transform: translateX(200px);
    opacity: 0;
}
.secawards.animSec.active .titleCenter2line {
    transition-delay: 2s;
    transform: translateX(0px);
    opacity:1;
}
.secawards.animSec.active .brandsLove {
    transition-delay: 2.5s;
}
.textText {
    position: relative;
    width: 80%;
    padding: 20px 100px;
    text-align: justify;
    margin: auto;
    border-style: solid;
    border-color: #363636;
    border-width: 0 1px
}
.secawards.animSec .textText {
    transition: all 1s;
    opacity: 0;
}

.secawards.animSec.active .textText {
    opacity: 1;
    transition-delay: 3s;
}
.animSec .circlesVision .itemCircle {
    transition: all 0.5s;
    transform: scale(0);
}

.animSec.active .circlesVision .itemCircle:nth-child(1) {
    transform: scale(1);
    transition-delay: 0.5s;
}

.animSec.active .circlesVision .itemCircle:nth-child(2) {
    transform: scale(1);
    transition-delay: 1s;
}

.animSec.active .circlesVision .itemCircle:nth-child(3) {
    transform: scale(1);
    transition-delay: 1.5s;
}
.animSec .detVisionBox .itemVision {
    transition: all 0.5s;
    transform: translateY(100px);
    opacity: 0;
}

.animSec.active .detVisionBox .itemVision:nth-child(1) {
    transition-delay: 0.5s;
    transform: translateY(0px);
    opacity: 1;
}
.animSec.active .detVisionBox .itemVision:nth-child(2) {
    transition-delay: 0.5s;
    transform: translateY(0px);
    opacity: 1;
}
.animSec.active .detVisionBox .itemVision:nth-child(3) {
    transition-delay: 1s;
    transform: translateY(0px);
    opacity: 1;
}
.secVideo.animSec .videDetails {
    transition: all 0.5s;
    transform: translateY(100px);
    opacity: 0;
}
.secVideo.animSec.active .videDetails {
    transition-delay: 0.5s;
    transform: translateY(0px);
    opacity: 1;
}
.circlesVision {
    position: relative;
    width: 70%;
    margin: auto
}

    .circlesVision:before {
        position: relative;
        width: 100%;
        content: '';
        padding-top: 70%;
        display: block;
    }

.itemCircle {
    position: absolute;
    width: 20vw;
    height: 20vw;
    background: transparent;
    border-radius: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

    .itemCircle.cir1 {
        left: -13vw
    }

    .itemCircle.cir2 {
        right: -13vw
    }

    .itemCircle.cir3 {
        bottom: -23vw
    }

    .itemCircle.cir1:before {
        position: absolute;
        right: 12px;
        bottom: 12px;
        width: calc(100% - 35px);
        height: calc(100% - 35px);
        content: '';
        background: rgba(255,255,255,.3);
        border-radius: 100%
    }

    .itemCircle.cir2:before {
        position: absolute;
        left: 12px;
        bottom: 12px;
        width: calc(100% - 35px);
        height: calc(100% - 35px);
        content: '';
        background: rgba(255,255,255,.3);
        border-radius: 100%
    }

    .itemCircle.cir3:before {
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        top: 10px;
        width: calc(100% - 35px);
        height: calc(100% - 35px);
        content: '';
        background: rgba(255,255,255,.3);
        border-radius: 100%
    }

    .itemCircle:after {
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        border-radius: 100%;
        border: 4px solid #ff5722;
        z-index: 10
    }

    .itemCircle span.contentCircle {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 100%
    }

    .itemCircle.cir1 label {
        position: absolute;
        left: 20%;
        top: 25%;
        font-size: 30px;
        font-weight: 100
    }

    .itemCircle.cir2 label {
        position: absolute;
        right: 20%;
        top: 25%;
        font-size: 30px;
        font-weight: 100
    }

    .itemCircle.cir3 label {
        position: absolute;
        left: 0%;
        right: 0%;
        bottom: 25%;
        font-size: 30px;
        font-weight: 100;
        text-align: center
    }

.circlesVision span.success {
    position: absolute;
    left: 0;
    right: 0;
    top: 16.8%;
    bottom: 0;
    margin: auto;
    width: 5.3vw;
    height: 5.3vw;
    background: transparent url(../img/icons/6.png) no-repeat center / 100%;
    z-index: 10000
}

.itemCircle i.icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #353535 no-repeat center / 30px;
    border-radius: 100%;
    z-index: 1000;
    border: 2px solid #ff5722
}

.itemCircle.cir1 i.icon {
    position: absolute;
    left: -2%;
    top: 21%
}

.itemCircle.cir2 i.icon {
    position: absolute;
    right: -2%;
    left: auto;
    top: 21%
}

.itemCircle.cir3 i.icon {
    position: absolute;
    left: 0%;
    right: 0;
    top: auto;
    margin: auto;
    bottom: -30px
}

.detVisionBox {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 80px;
    justify-content: space-evenly
}

.itemVision {
    position: relative;
    display: flex;
    grid-gap: 10px;
    align-items: center;
    width: calc((100% / 3) - 20px)
}

    .itemVision .label {
        position: relative;
        display: flex;
        flex-direction: row-reverse;
        grid-gap: 8px;
        padding: 0 20px 0 10px;
        width: 100%;
        height: 40px;
        align-items: center;
        background: #5e5e5e;
        border-radius: 0 10px 10px 0;
        font-size: 20px
    }

        .itemVision .label span.num {
            font-family: system-ui;
            color: #ff5722;
            font-weight: 700;
            font-size: 23px;
            margin-top: -6px
        }

    .itemVision .col:nth-child(1) {
        position: relative;
        width: 120px
    }

    .itemVision .col:nth-child(2) {
        position: relative;
        width: calc(100% - 130px);
        font-size: 14px;
        text-align: justify;
        padding: 0 10px;
        border-right: 1px solid #5e5e5e
    }

.secVideo .videoBox {
    border: 30px solid #040404
}

section.secSocial .socialIcons {
    margin: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    grid-gap: 30px
}

    section.secSocial .socialIcons a.socicon {
        position: relative;
        width: 120px;
        height: 100px;
        background: #1a1919;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0;
    }

        section.secSocial .socialIcons a.socicon:before {
            font-size: 50px;
        }

.contenProjects.videoList .itemServices .pic:before {
    padding-top: 55%
}

.hoverlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 107
}
.contentGallery {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 0;
    /* direction: ltr; */
}

.detMoreGallery .slider2item {
    width: 100% !important
}

.detMoreGallery {
    position: relative;
    width: calc(100% - 50px);
    margin: 0 0 0 50px !important;
    padding: 0 150px 0 0
}

    .detMoreGallery .slider2item .swiper-wrapper {
        padding: 40px 0
    }

    .detMoreGallery .NextPrevSlider.customBtnSlider1 {
        right: 150px
    }

.showLightBoxSlider i.bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.detMoreGallery .boxGall {
    width: calc(100% - 100px);
    margin: auto
}

    .detMoreGallery .boxGall:before {
        padding-top: 80% !important
    }

.boxGall {
    position: relative;
    width: calc((100% / 3) - 20px);
    margin: 10px;
    background: no-repeat center / cover;
    transition: all 0.5s;
    overflow: hidden;
    border-radius: 15px
}

.contentGallery.colfour .boxGall {
    width: calc((100% / 4) - 20px);
}
    .boxGall:hover {
        transform: scale(1.05);
        z-index: 4
    }

    .boxGall:before, .boxGall .beforec {
        position: relative;
        width: 100%;
        padding-top: 100%;
        display: block;
        content: ''
    }

    .boxGall .hoverGl {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s;
        background-color: rgba(0,0,0,.7);
        opacity: 0;
        transition-delay: 0.5s;
        overflow: hidden
    }

    .boxGall:hover .hoverGl {
        opacity: 1;
        transition-delay: 0s
    }

    .boxGall .hoverGl:after {
        position: absolute;
        top: 0;
        right: -7px;
        height: 115px;
        width: 52px;
        content: '';
        background-color: transparent;
        z-index: 10;
        bottom: 0;
        margin: auto;
    }

    .boxGall .hoverGl label, .boxGall .hoverGl a {
        position: absolute;
        width: 100%;
        margin: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-color: #fc0;
        border-style: solid;
        border-width: 0;
        color: #fff;
        font-family: IranSharp;
        font-size: 16px;
        transition: all 0.5s cubic-bezier(.66,.43,.12,1.31);
        transform: scale(1);
        cursor: pointer;
        transform-origin: center;
        z-index: 8
    }

        .boxGall .hoverGl label i:nth-child(1), .boxGall .hoverGl a i:nth-child(1) {
            height: 60px;
            position: absolute;
            width: 200px;
            left: 100%;
            border: 2px solid #e67715;
            border-right: 0;
            border-left: 0;
            top: -22px
        }

        .boxGall .hoverGl label i:nth-child(2), .boxGall .hoverGl a i:nth-child(2) {
            height: 60px;
            position: absolute;
            width: 200px;
            right: 100%;
            border: 2px solid #e67715;
            border-right: 0;
            border-left: 0;
            top: -22px
        }

        .boxGall .hoverGl label i:before, .boxGall .hoverGl a i:before, .boxGall .hoverGl label i:after, .boxGall .hoverGl a i:after {
            position: absolute;
            width: 2px;
            height: 15px;
            content: '';
            background: #e67715;
            display: block
        }

        .boxGall .hoverGl label i:nth-child(1):before, .boxGall .hoverGl a i:nth-child(1):before {
            left: 0;
            top: 0
        }

        .boxGall .hoverGl label i:nth-child(1):after, .boxGall .hoverGl a i:nth-child(1):after {
            left: 0;
            bottom: 0
        }

        .boxGall .hoverGl label i:nth-child(2):before, .boxGall .hoverGl a i:nth-child(2):before {
            right: 0;
            top: 0
        }

        .boxGall .hoverGl label i:nth-child(2):after, .boxGall .hoverGl a i:nth-child(2):after {
            right: 0;
            bottom: 0
        }

        .boxGall .hoverGl a span {
            position: absolute;
            bottom: 10px;
            width: calc(100% - 20px);
            background: #181818;
            display: flex;
            justify-content: flex-start;
            text-align: right;
            min-height: 50px;
            border-radius: 10px;
            padding: 0 10px;
            font-family: 'IranYekan';
            transition: all 0.5s;
            transform: translateY(300px);
            align-items: center;
            border-right: 1px solid #f96831;
        }


    .boxGall:hover .hoverGl a span {
        transition-delay: 0.5s;
        transform: translateY(0)
    }

.RowFilterNewsList.fend {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap
}

.boxGall:hover .hoverGl label, .boxGall:hover .hoverGl a {
    transition-delay: 0.5s;
    transform: scale(1)
}

.showLightBoxSlider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    display: none;
    opacity: 0;
    z-index: -1;
    transition: all 1s;
    transform-style: preserve-3d
}

    .showLightBoxSlider.active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(0,0,0,.9);
        opacity: 1;
        z-index: 10000000000000000
    }

i.prevBtn.fas.fa-chevron-left {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 40px;
    left: -50px;
    background: transparent;
    margin: auto;
    font-size: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: all 1s;
    cursor: pointer;
    color: #e67715;
    right: 0;
    z-index: 1000000
}

i.nextBtn.fas.fa-chevron-right {
    position: absolute;
    bottom: 0;
    width: 30px;
    right: -50px;
    left: 0;
    height: 40px;
    background: transparent;
    margin: auto;
    font-size: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: all 1s;
    cursor: pointer;
    color: #e67715;
    z-index: 1000000
}

.showLightBoxSlider i.close {
    font-size: 35px;
    color: #e6e6e6;
    left: 30px;
    top: 30px;
    position: absolute;
    cursor: pointer;
    color: #ffc94a;
    border-radius: 50px;
    overflow: hidden;
    font-size: 41px;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

i.fas.fa-window-close:hover {
    color: #e67715
}

.showLightBoxSlider .slideBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 60%;
    margin: auto;
    max-height: 80%;
    max-width: 80%;
    transform: translateZ(70px);
    opacity: 0;
    -webkit-animation: bounceOutUp 1s 1;
    animation: bounceOutUp 1s 1
}

.slideBox.activeCenter {
    opacity: 1;
    -webkit-animation: bounceInUp 1s 1;
    animation: bounceInUp 1s 1;
    pointer-events: auto
}

.slideBox.activeRight {
    opacity: 0;
    -webkit-animation: bounceOutRight 1s 1;
    animation: bounceOutRight 1s 1;
    pointer-events: none
}

.slideBox.activeLeft {
    opacity: 0;
    -webkit-animation: bounceOutLeft 1s 1;
    animation: bounceOutLeft 1s 1;
    pointer-events: none
}

.menuTopResponsive {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 160px;
    margin: 0 auto
}

    .menuTopResponsive a.itemMenu:hover {
        filter: grayscale(0) brightness(1);
        padding-right: 70px
    }

    .menuTopResponsive a.itemMenu {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #fff;
        padding-right: 40px;
        padding-left: 10px;
        background: transparent no-repeat 88% 45% / 25px;
        filter: grayscale(2) brightness(3);
        height: 30px;
        text-align: right;
        padding-right: 70px
    }

.ShowResultGall {
    position: relative;
    width: 100%;
    overflow: hidden
}

.boxGall[data-type="pic"]:after {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    content: '';
    background: #f86329 url(../img/pic-icon.png) no-repeat center / 80%;
    border-radius: 8px;
}


.boxGall[data-type="video"]:after {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    content: '';
    background: #f86329 url(../img/pic-icon-1.png) no-repeat center / 100%;
    border-radius: 8px
}

.boxGall .hoverGl label:before, .boxGall .hoverGl a:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    transform: scale(0)
}

.boxGall .hoverGl label:after, .boxGall .hoverGl a:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    content: '';
    border: 2px solid #eee;
    border-radius: 10px;
    transition: all 0.2s;
    transform: scale(0)
}

.boxGall:hover .hoverGl label:before, .boxGall:hover .hoverGl a:before, .boxGall:hover .hoverGl label:after, .boxGall:hover .hoverGl a:after {
    transition-delay: 0.5s;
    transform: scale(1)
}

.showLightBoxSlider .videobx {
    position: absolute;
    left: 0;
    right: 0;
    width: calc(100% - 40px);
    max-width: 800px;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

    .showLightBoxSlider .videobx i {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5) url(../img/play.png) no-repeat center / 80px;
        content: '';
        cursor: pointer
    }

    .showLightBoxSlider .videobx:hover i {
        background-size: 90px
    }

    .showLightBoxSlider .videobx:active i {
        background-size: 70px
    }

    .showLightBoxSlider .videobx .videoBox iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: none !important;
        z-index: 100000;
        display: flex
    }

    .showLightBoxSlider .videobx .videoBox {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0;
        height: 100%
    }

footer {
    position: relative;
    display: flex;
    border: 0 !important;
    width: 100%
}

    footer .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0
    }

    footer .top {
        position: relative;
        display: flex;
        justify-content: center;
        padding: 0 10px;
        border-bottom: 1px solid #f25c23;
        grid-gap: 5px
    }

    footer .socialIcons {
        position: relative;
        display: flex;
        align-items: center;
        grid-gap: 4px
    }

        footer .socialIcons a.socicon {
            position: relative;
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #9a9a9a;
            font-size: 0px;
        }

            footer .socialIcons a.socicon:before {
                font-size: 20px;
            }

            footer .socialIcons a.socicon:hover {
                color: #f25c23
            }

[lazy-bgimgsrc]:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: lazyeffect;
    animation-timing-function: linear;
    background: transparent;
    background: linear-gradient(to right, transparent 8%, rgba(255,255,255,0.3) 28%, transparent 54%);
}

[lazy-bgimgsrc].okloadlazy:before {
    opacity: 0;
}

@keyframes lazyeffect {
    0% {
        background-position: 60vw 0
    }

    100% {
        background-position: 80vw 0
    }
}

a.nextPage.disabled, a.prevPage.disabled {
    display: none !important;
}

.BarayandExtra.website {
    margin-top: 50px;
}

    .BarayandExtra.website .itemExtra .down .title2:before, .BarayandExtra.website .itemExtra .down .title2:after {
        display: none;
    }

    .BarayandExtra.website .itemExtra .top:before {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 40px;
        width: 40px;
        content: '';
        border-style: solid;
        border-width: 0 2px 2px 0px;
        border-color: #fb5017;
        border-radius: 0 0 15px 0;
    }

    .BarayandExtra.website .itemExtra .top:after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 40px;
        content: '';
        border-style: solid;
        border-width: 0 0px 2px 2px;
        border-color: #fb5017;
        border-radius: 0 0 0 15px;
    }

    .BarayandExtra.website .itemExtra .top {
        padding: 60px 10px;
    }
    .BarayandExtra.website .itemExtra .top {
        padding: 100px 10px;
    }
    .BarayandExtra.website .itemExtra .down .title2 {
        color: #fff;
        height: 60px;
    }

.pageText {
    position: relative;
    width: 100%;
}

.videDetails {
    position: relative;
    width: 100%;
    margin-top: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

section.secPageText {
    position: relative;
    width: 100%;
    padding: 40px 0 0;
}

.secPageText img {
    position: relative;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}
.hashtags {
    position: relative;
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    transition: all 0.5s;
    transform: translateY(50px);
    opacity: 0;
}

.animSec.active .hashtags {
    transition-delay: 1s;
    transform: translateY(0px);
    opacity: 1;
}

    .hashtags label {
        position: relative;
        font-size: 18px;
    }

    .hashtags a.tag {
        position: relative;
        padding: 0 20px;
        height: 35px;
        background: transparent;
        border-radius: 4px;
        color: #f5bb78;
        border: 1px solid #ef5a20;
        transition: all 0.2s;
    }

        .hashtags a.tag:hover {
            background: #ef5a20;
            COLOR: #FFF !IMPORTANT;
        }

.boxGall[data-type="video"] .beforec:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7)
}

.boxGall[data-type="video"] .beforec:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    content: "\f04b";
    margin: auto;
    left: 0;
    color: #db6435;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100%;
    border: 2px solid #db6435;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 21px;
    font-style: normal;
}
.itemContact span {
    display: flex !important;
    flex-direction: row !important;
    gap: 15px;
    font-size: 18px;
}
.secMapOffice .container .contentMapOffice .content h4 {
    font-size: 18px !important;
}
.socialIcons a.socicon.fab.fa-aparat:before {
    content: '';
    background: url(../img/aparat.png) no-repeat center / 100%;
    position: relative;
    width: 20px;
    height: 20px;
    filter: brightness(3);
}
.socialIcons a.socicon.fab.fa-aparat:hover:before {
    filter: brightness(1);
}
section.secSocials .socialIcons a.socicon.fab.fa-aparat:before {
    background-size: 50px;
    width: 50px;
    height: 50px;
}
img.picDevice.okloadlazy {
    opacity: 1 !important;
}
.secCandidates .brandsLove .itemBrand {
    filter: grayscale(1) brightness(1.8);
}

    .secCandidates .brandsLove .itemBrand:hover {
        filter: grayscale(0) brightness(1);
    }
.catalogsec .boxGall:before, .catalogsec .boxGall .beforec {
    position: relative;
    width: 100%;
    padding-top: 53%;
    display: block;
    content: '';
}
.section.sec404 .container {
    flex-direction: column;
    align-items: center;
}

img.img404 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin-bottom: -100px;
    pointer-events: none;
}
.tabBtns .slider7Item {
    position: relative;
    width: 100% !important;
    overflow: hiddenr5 8;
}

.contentCard {
    position: relative;
    max-width: 100% !important;
}

.itemTabBtn {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tabBtns .btntab.active:after {
    bottom: 0 !important;
}

.tabBtns .slider7Item .swiper-button-prev, .tabBtns .slider7Item .swiper-button-next {
    color: #f96a33 !important;
    transform: scale(0.5);
}
section.secGallery.searchproj .boxGall .beforec {
    padding-top: 53%;
}
.otherDetail.serviceslist .SliderOne .itemslideDet:before {
    padding-top: 75% !important;
}
.detMoreGallery.gallAwwards .boxGall:before, .detMoreGallery.gallAwwards .boxGall .beforec {
    padding-top: 100%;
}

.detMoreGallery.gallAwwards .boxGall[data-type="pic"]:after {
    display: none !important;
}
.detMoreGallery, .sliderOtherDet, .secGalleryDetProject {
    direction: ltr;
}
.pageText .videDetails {
    margin-bottom: 80px;
    margin-top: 40px;
}

.tabBtns .btntab i.icon {
    position: absolute;
    width: 40px;
    height: 40px;
    background: no-repeat center / 40px;
    display: flex;
    right: 10px;
}
div#projectlist {
    padding-bottom: 60px !IMPORTANT;
}
.itemslideDet .numberproperty {
    position: relative;
    width: 100px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 85px;
    font-weight: 900;
    color: #f6591d;
    opacity: 0.6;
}
/*.detPortfulioSlider .itemProject .pic span.hover {
    background: rgba(0,0,0,0.8);
}*/
section.secMoreGallery {
    overflow: hidden;
}
.hoverlink {
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
section.secPageText .container {
    flex-direction: column;
}
.picmaindetail {
    width: 100%;
    /* max-width: 800px; */
    margin: auto;
    display: block;
    height:auto;
}

footer .tel {
    position: relative;
    padding-left: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    padding-right: 5px;
}
footer .tel:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f095";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: phoneShake 8s infinite;
  }

  @keyframes phoneShake {
    0%, 91%, 93%, 95%, 97%, 99%, 100% {
        transform: rotate(0deg) scaleX(-1)
    }

    92%, 94%, 96%, 98% {
        transform: rotate(30deg) scaleX(-1)
    }
}

@keyframes logoTv {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}


.boxTopDet .laptopContent, 
.boxTopDet .pcContent, 
.boxTopDet .mobileTablet .mobileContent, 
.boxTopDet .mobileTablet .tabletContent {
    background: #212121;
}
.boxTopDet .laptopContent:before, 
.boxTopDet .pcContent:before, 
.boxTopDet .mobileTablet .mobileContent:before, 
.boxTopDet .mobileTablet .tabletContent:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #212121 url(/dist/img/logo.png) no-repeat center / 30% !important;
    content: '';
    z-index: 1;
    transition: all .5s;
    transform: scaleY(1);
    opacity: 1;
}
.boxTopDet .laptopContent:before {
    animation: logoTv 1.4s infinite;
}

.boxTopDet .pcContent:before {
    animation: logoTv 1.2s infinite;
}

.boxTopDet .mobileTablet .mobileContent:before {
    animation: logoTv 0.8s infinite;
}

.boxTopDet .mobileTablet .tabletContent:before {
    animation: logoTv 1s infinite;
}

body.loadedfull .boxTopDet .laptopContent:before,
body.loadedfull .boxTopDet .pcContent:before,
body.loadedfull .boxTopDet .mobileTablet .mobileContent:before,
body.loadedfull .boxTopDet .mobileTablet .tabletContent:before {
transform: scaleY(0);
opacity: 0;
animation: none !important;
}

body.loadedfull .boxTopDet .laptopContent:before {
transition-delay: 0.5s;
}

body.loadedfull .boxTopDet .pcContent:before {
transition-delay: 1s;
}

body.loadedfull .boxTopDet .mobileTablet .mobileContent:before {
transition-delay: 1.5s;
}

body.loadedfull .boxTopDet .mobileTablet .tabletContent:before {
transition-delay: 2s;
}

.boxTopDet .laptopContent img,
.boxTopDet .pcContent img,
.boxTopDet .mobileTablet .mobileContent img,
.boxTopDet .mobileTablet .tabletContent img {
opacity: 0 !important;
transition: all .5s;
}

body.loadedfull .boxTopDet .laptopContent img,
body.loadedfull .boxTopDet .pcContent img,
body.loadedfull .boxTopDet .mobileTablet .mobileContent img,
body.loadedfull .boxTopDet .mobileTablet .tabletContent img {
opacity: 2 !important;
}

body.loadedfull .boxTopDet .laptopContent img {
transition-delay: 1s;
}

body.loadedfull .boxTopDet .pcContent img {
transition-delay: 1.5s;
}

body.loadedfull .boxTopDet .mobileTablet .mobileContent img {
transition-delay: 2s;
}

body.loadedfull .boxTopDet .mobileTablet .tabletContent img {
transition-delay: 2.5s;
}


.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    background: #1e1e1e !important;
    left: 60px;
    width: calc(100% - 60px);
    height: 3px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #f75320 !important;
}
.boxSelectAvatar label.lblSelect {
    padding: 0 20px 0 0px;
}
section.secDetGallery .pageTextDet {
    border-color: #282828 !important;
}

.detMoreGallery .swiper-pagination-progressbar {
    left: 50px;
    bottom: 0px;
}


.hoverlinK, .hoverlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0 !important;
    z-index: 1000;
}

.rowbtnMap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.rowbtnMap a {
    position: relative;
    font-size: 14px;
    height: 35px !important;
    padding: 0 14px !important;
    border: 1px solid #f25c23;
    min-height: unset;
    display: flex;
    align-items: center;
    line-height: 1;
}
.titleInnerLarg.mb-20 {
    margin-bottom: 40px;
}
.swiper-pagination-progressbar {
    position: absolute;
    bottom: 0px !important;
}
.btnM {
    position: relative;
    transition: all 0.5s;
    opacity: 1;
    transform: translate(0px, 200px);
}
.MoreLinkHome {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 25px 0 5px;
    color: #ff9800;
}

.MoreLinkHome:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.animSec i.bgcm {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / auto 100%;
    transition: all 2s;
    opacity: 0;
}

.animSec.active i.bgcm {
    transition-delay: 1.5s;
    opacity: 1;
}
.secDetail .animSec {
    width: 100%;
}
.tabBtns .btntab.active {
    background: #f25c23;
}
.detMoreGallery *, .detMoreGallery .slider2-2item {
    direction: ltr !important;
}
    .detMoreGallery .slider2-2item .swiper-wrapper {
        padding-bottom: 60px;
    }
.singlephotogallery {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
.singlephotogallery .boxGall {
    max-width: 580px;
}
.contentGallery.colum4 .boxGall {
    width: calc((100% / 4) - 20px);
}
section.secDetail.active .textMore {
    opacity: 1;
}
.textMore.active {
    opacity: 1;
    transition-delay: 0.5s;
}
i.pleaseRotatePhone {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000000;
    background: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
}
i.pleaseRotatePhone img {
    width: 180px;
}
.categories.tabBtns .btntab {
    width: auto !important;
    padding: 0 60px 0 20px;
    font-size: 14px !important;
}
.categories.tabBtns .btntab {
    width: auto !important;
}
.categories.tabBtns .btntab {
    width: auto !important;
    padding: 0 60px 0 20px;
    font-size: 14px !important;
}
.grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
}

.disablesubmitcomment {
    pointer-events: none;
}
a.whatsappFixed {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 10000;
    background: #f76831;
    border-radius: 8px;
    height: 40px;
    padding-right: 40px;
    color: #fff !important;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

    a.whatsappFixed:before {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 26px;
        color: #fff !important;
        position: absolute;
        right: 0;
        width: 40px;
        height: 40px;
        background: no-repeat center / 34px;
    }

    a.whatsappFixed:hover {
        background: #efb100;
    }