/*** about us ***/
.about--us article {
    padding:60px 0;
    position: relative;
}

.about--chart {
    /* padding: 46px 0 109px; */
    background-color: var(--bg-grey-color);
    z-index: 1;
    position: relative;
    padding-bottom: 100px !important;
}
.about--chart .container > h6 {
    font-size: 16px;
    margin: 10px 0 60px;
    /* padding: 34px 0 20px; */
}


.about--count--shape {
    padding: 47px 0 75px;
}

.about--count--shape h2 {
    margin-bottom: 60px;
}

.about--count--shape .label {
    font-size: 20px;
    font-weight: 500;
    /* display: flex; */
    align-items: center;
    line-height: normal;
    width: 100%;
    display: block;
    text-align: center;
    background: no-repeat center;
    background-size: contain;
    padding: 31px 10px;
    position: relative;
    z-index: 2;
}
.about--count--shape .label:before {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top: 0;
    background: url(../../../images/portalmodules/home/about-us/about--bg-shape-1.svg) center no-repeat;
    z-index: -1;
    background-size: contain;
}
.about--count--shape .col-12:nth-child(1) .label:before {
    background-image: url(../../../images/portalmodules/home/about-us/about--bg-shape-1.svg); 
}

.about--count--shape .col-12:nth-child(2) .label:before {
    background-image: url(../../../images/portalmodules/home/about-us/about--bg-shape-1.svg);
    transform: scaleX(-1);
}

.about--count--shape .col-12:nth-child(3) .label:before {
    background-image: url(../../../images/portalmodules/home/about-us/about--bg-shape-1.svg);
    transform: scale(-1);
}

.about--count--shape .col-12:nth-child(4) .label:before {
    background-image: url(../../../images/portalmodules/home/about-us/about--bg-shape-1.svg);
    transform: scaleX(-1);
}

.about--count--shape .col-lg-4:nth-child(1) .label {
    background: url(../images/about-us/bubble-1.svg) no-repeat right center;
}

.about--count--shape .col-md-4:nth-child(2) .label {
    background: url(../images/about-us/bubble-2.svg) no-repeat right center;
}

.about--count--shape .col-md-4:nth-child(3) .label {
    background: url(../images/about-us/bubble-3.svg) no-repeat right center;
}

.about--count--shape .col-md-4 .label {
    background-size: contain !important;
    padding-right: 10px;
}

.about--count--shape .label i {
    font-style: unset;
    font-size: 40px;
    font-weight: bold;
    color: var(--pinc-color);
    margin-left: 4px;
}

.about--count--shape .number {
    font-size: 37px;
    font-weight: bold;
    color: var(--pinc-color);
    /* margin-left: 14px; */
    /* min-width: 74px; */
}

.about--count--shape .txt {
    display: block;
}

@property --num {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

.about--count--shape .number {
    transition: --num 2s;
    counter-set: num var(--num);
    /* font: 800 40px system-ui; */
}

.about--count--shape .number::after {
    content: counter(num);
}

.counter-1.shown {
    --num: attr(data-number);
}

.counter-2.shown {
    --num: attr(data-number);
}

.counter-3.shown {
    --num: attr(data-number);
}

.counter-4.shown {
    --num: attr(data-number);
}


.about--chart .img-wrap {
    position: relative;
    max-width: 1096px;
    margin: 100px auto 0;
}

.about--chart .img-wrap > img {
    width: 100%;
}
html:lang(en) .about--chart .img-wrap > img {
    transform:scaleX(-1)
}
.about--chart .float-box {
    display: flex;
    /* justify-content: space-between; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
}

.about--chart .item-wrap span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    line-height: normal;
    position: absolute;
    width: 130%;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    max-height: 81px;
}

.about--chart .item-wrap:nth-child(odd) span {
    top: -125%;
}

.about--chart .item-wrap:nth-child(even) span {
    top: 175%;
}

.about--chart .item-wrap span:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 40px;
    border-left: solid 1px var( --blue-color);
}

.about--chart .item-wrap:nth-child(odd) span:before {
    top: 75px;
}

.about--chart .item-wrap:nth-child(even) span:before {
    bottom: 71px;
}

.about--chart .item-wrap {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    text-align: center;
}

.about--chart .item-wrap img {
    /* border-radius:50%; */
    width: 110px;
    position: relative;
    /* background-color: #fff; */
    filter: brightness(0) invert(0);
    z-index: 1;
    max-width: 74px;
}

.about--chart .item-wrap .icon-wrap {
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: auto;
}

.about--chart .item-wrap .icon-wrap:after {
    content: '';
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    /* bottom: 0; */
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 50%;
    /* box-shadow: 0 4px 10px 0 rgba(127, 138, 145, 0.6); */
    border: solid 1px #ededed;
    background-color: #ffffff;
}

.about--chart .item-wrap:nth-child(odd) {
    position: relative;
    top: 18%;
}

.about--chart .item-wrap:nth-child(even) {
    position: relative;
    top: -18%;
}

.about--chart .item-wrap:nth-child(1) {
    right: -12px;
}
html:lang(en) .about--chart .item-wrap:nth-child(1) {
    right: auto;
    left: -12px;
}

.about--chart .item-wrap:nth-child(2) {
    right: -7px;
}
html:lang(en) .about--chart .item-wrap:nth-child(2) {
    right: auto;
    left: -7px;
}

.about--chart .item-wrap:nth-child(3) {
    right: -3px;
}
html:lang(en) .about--chart .item-wrap:nth-child(3) {
    right: auto;
    left: -3px;
}

.about--chart .item-wrap:nth-child(4) {
    right: 3px;
}
html:lang(en) .about--chart .item-wrap:nth-child(4) {
    right: auto;
    left: 3px;
}

.about--chart .item-wrap:nth-child(5) {
    right: 7px;
}
html:lang(en) .about--chart .item-wrap:nth-child(5) {
    right: auto;
    left: 7px;
}

.about--chart .item-wrap:nth-child(6) {
    right: 12px;
}
html:lang(en) .about--chart .item-wrap:nth-child(6) {
    right: auto;
    left: 12px;
}

.about-linkedin .col-md-7{
    padding-right: 100px;
}



.about--us--text:after {
    content:"ABOUT US";
    width: 807px;
    height:149px;
    left: -465px;
    /* left: 100px; */
    /* top: 600px; */
    font-size: 95px;
    position:absolute;
    display: block;
    color: #fafafa;
    transform: rotate(-90deg);
    font-weight: bold;
    /* left: 0; */
    z-index: 2;
    /* color: red; */
    line-height: normal;
    text-align: left;
}




.about--text {
    text-align: center;
    /* padding: 80px 0; */
}

.about--text p {
    font-size: 18px;
    margin: 30px 0 25px;
    text-align: justify;
    text-align-last: center;
}





.about--history {
    position: relative;
}

.about--history:before {
    content: '';
    width: 300px;
    height: 700px;
    background: url('../../../images/portalmodules/home/about-us/about-bg-icon-1.svg') no-repeat;
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: 0;
    background-size: contain;
}

.about--history .myarman--history {
    max-width: 760px;
    margin: 70px auto 0;
    position: relative;
    padding-bottom: 80px;
}

.about--history .myarman--history:before {
    content: '';
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #c8c8c8 8%, rgba(200, 200, 200, 0.7) 82%, rgba(255, 255, 255, 0));
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 0;
}

.about--history .myarman--history .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.about--history .myarman--history .wrap:nth-child(even) {
    flex-direction: row-reverse
}

.about--history .myarman--history .wrap:nth-child(even) span {
    text-align: right;
}
html:lang(en) .about--history .myarman--history .wrap:nth-child(even) span {
    text-align:left;
}

.about--history .myarman--history .wrap:nth-child(even) div {
    text-align: left;
    border-right: 0;
    border-left: solid 1px currentColor;
    border-left-color: currentColor;
}
html:lang(en) .about--history .myarman--history .wrap:nth-child(even) div{
    text-align:right;
    border-left:0;
    border-right-style:solid ;
    border-right-width: 1px;
}

.about--history .myarman--history .wrap:nth-child(1), 
.about--history .myarman--history .wrap:nth-child(5) {
    color: var(--gold-color);
}
.about--history .myarman--history .wrap:nth-child(2), 
.about--history .myarman--history .wrap:nth-child(6) {
    color: var(--blue-color);
    border-color: var(--blue-color);
}
.about--history .myarman--history .wrap:nth-child(3) {
    color: var(--light-blue-color);
}
.about--history .myarman--history .wrap:nth-child(4) {
    color: var(--red-color);
}
/*
.about--history .myarman--history .wrap:nth-child(1) div, .about--history .myarman--history .wrap:nth-child(5) div {
    border-color: var(--gold-color);
}

.about--history .myarman--history .wrap:nth-child(1) i:after, .about--history .myarman--history .wrap:nth-child(5) i:after {
    background-color: var(--gold-color);
}



.about--history .myarman--history .wrap:nth-child(2) div, .about--history .myarman--history .wrap:nth-child(6) div {
    border-color: var(--blue-color);
}

.about--history .myarman--history .wrap:nth-child(2) i:after, .about--history .myarman--history .wrap:nth-child(6) i:after {
    background-color: var(--blue-color);
}



.about--history .myarman--history .wrap:nth-child(3) div {
    border-color: var(--light-blue-color);
}

.about--history .myarman--history .wrap:nth-child(3) i:after {
    background-color: var(--light-blue-color);
}



.about--history .myarman--history .wrap:nth-child(4) div {
    border-color: var(--red-color);
}

.about--history .myarman--history .wrap:nth-child(4) i:after {
    background-color: var(--red-color);
}
*/
.about--history .myarman--history .wrap div {
    box-shadow: 0 4px 10px 0 rgba(127, 138, 145, 0.16);
    padding: 43px 20px;
    border-radius: 5px;
    /*width: 328px;
    max-width: auto;*/
    flex: 0 0 43%;
    max-width: 43%;
    /* border-right: solid 1px; */
    background-color: #fff;
    border-right: solid 1px;
    border-color: currentColor;
}
html:lang(en) .about--history .myarman--history .wrap:nth-child(odd) div {
    border-left-style: solid;
    border-left-width: 1px;
    border-right: none;
}
.about--history .myarman--history .wrap div span {
    font-size: 18px;
    color: #434343;
    font-weight: 300;
}
.about--history .myarman--history .wrap div span.bold--span {
    display:none;
}
/*
@-webkit-keyframes show_shadow{0%{opacity:0}5%{opacity:1}15%{opacity:0}20%{opacity:0}to{opacity:0}}
@keyframes show_shadow{
    0%{opacity:0}
    5%{opacity:1}
    15%{opacity:0}
    20%{opacity:0}
    to{opacity:0}
}*/
@keyframes show_shadow{
    0%{opacity:0}
    40%{opacity:0}
    50%{opacity:1}
    60%{opacity:0}
    100%{opacity:0}
}
.about--history .myarman--history .wrap i {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    height: 15px;
    z-index: 1;
}

.about--history .myarman--history .wrap i:after {
    content: '';
    width: 15px;
    max-width: 15px;
    height: 15px;
    background-color: initial;
    border-radius: 100%;
    display: inline-block;
    background-color: currentColor;
}
.about--history .myarman--history .wrap i:before {
    content: '';
    width: 15px;
    max-width: 15px;
    height: 15px;
    background-color: initial;
    border-radius: 100%;
    display: inline-block;
    background-color: currentColor;
    box-shadow: 0 0 20px 11px currentColor;
    animation: show_shadow 9s linear infinite;
    position:absolute;
}
.about--history .myarman--history .wrap:nth-child(1) i:before {
    animation-delay: 1.5s;
}
.about--history .myarman--history .wrap:nth-child(2) i:before {
    animation-delay: 3s;
}
.about--history .myarman--history .wrap:nth-child(3) i:before {
    animation-delay: 4.5s;
}
.about--history .myarman--history .wrap:nth-child(4) i:before {
    animation-delay: 6s;
}
.about--history .myarman--history .wrap:nth-child(5) i:before {
    animation-delay: 7.8s;
}
.about--history .myarman--history .wrap:nth-child(6) i:before {
    animation-delay: 9s;
}
.about--history .myarman--history .wrap>span {
    flex: 0 0 43%;
    max-width: 43%;
    text-align: left;
    font-size: 22px;
}
html:lang(en) .about--history .myarman--history .wrap>span {
    text-align:right;
}
.about--count--shape {
    background-color: var(--blue-color);
    color: #fff;
}

.about--count--shape .heading--both--side--line {
    margin-bottom: 70px;
}

.about--count--shape .heading--both--side--line:before, .about--count--shape .heading--both--side--line:after {
    background-color: #fff
}


.about--life h2{
    margin-bottom:30px;
}
.about--life p{
    font-size: 16px;
    margin: 30px 0 25px;
    text-align: justify;
    text-align-last: center;
}
.about--life img {
    border-radius:5px;
    border:solid 1px #d3d5d4;
    margin-bottom:30px;
    width: 100%;
}
.about--life .about-linkedin .col-md-7 {
    padding-right:100px
}

.about-resume .heading--right--line {
    margin: 25px 0
}
.about-resume .about--duties li{
    position:relative;
    padding-right: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}
.about-resume .about--duties li:before{
    content:'';
    position:absolute;
    right:0;
    top: 8px;
    background-color:var(--gold-color);
    width:8px;
    height:8px;
    border-radius:100%;
}
.about-resume .about-job--condition .job--condition--title{
    font-size:18px;
    margin-bottom:8px;
}
.about-resume .about-job--condition span{
    font-size:16px;
    background-color:var(--icon-grey-color);
    color:#fff;
    border-radius:5px;
    padding: 4px 15px;
    margin-bottom:20px;
    margin-left:5px;
    display:inline-block

}


.layout-items {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    top: 0;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(57, 76, 96, 0.25);
    background-color: #ffffff;
    text-align: right;
    padding: 5px 0px;
    opacity: 0;
    transform: scale(0.7);
    visibility: hidden;
    transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform-origin: top;
    z-index: 503;
}
.layout-items.video-popup {
    /* max-width:800px; */
    /* top: 50%; */
    /* left: 50%; */
    overflow: hidden !important;
    padding: 0 !important;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    height: auto !important;
    width: auto !important;
    /* min-width: 80%; */
    /* max-width: 890px !important; */
}
.desktop-shade.layout-items {
    transform: translate(-50%,-50%) scale(.7);
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 890px;
    width: 80%;
    z-index: 505;
    padding: 30px;
    overflow: auto;
    height: 80%;
}
.layout-items.on-screen-layout-open {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.layout-items.on-screen-layout-open.desktop-shade {
    transform: translate(-50%,-50%) scale(1);
}
.layout-items.popup--section {
    color:#434343;
    text-align:center;
    padding: 50px 65px 35px 65px;
    max-width: 475px;
    height: auto;
}
.popup--section i.fa-times {
    color: #b1b1b1;
    position: absolute;
    left: 24px;
    top: 20px;
    font-size: 22px;
    font-weight: 100;
    cursor: pointer;
}
.popup--section h3 {
    font-size:18px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.success-popup h3{
    color:#71c341
}
.popup--section p {
    font-size:16px;
    color:#858585;
    line-height:normal;
    text-align: right;
}
.success-popup p{
    color:#434343;
    text-align:center;
}
.popup--section .buttons--group {
    border-top:solid 1px #eee;
    padding-top: 15px;
    margin-top: 15px;
}
.popup--section .buttons--group button {
    width:120px;
    border:none;
    border-radius:5px;
    color:#fff;
    padding: 9px 0;
    outline: none;
    font-size: 16px;
}
.popup--section .buttons--group button.cancel-button {
    background-color:#c1c1c1
}
.popup--section .buttons--group button.delete-button {
    background-color:#dc3545
}
.popup--section .buttons--group button.return-button {
    background-color:#71c341;
    border-radius:30px;
    width: auto;
    padding: 9px 15px;
}



.layout-items.video-popup .mejs__container,
.layout-items.video-popup .mejs__poster,
.layout-items.video-popup .mejs__overlay {
    width:100% !important;
    height: 100% !important;
    max-height: auto !important;
}
.layout-items.video-popup video {
    height: auto !important;
    width: 100% !important;
    max-width: 100%;
    max-height: 100%;
    /* width: 200px !important; */
    /* height: auto !important; */
    /* height: 100% !important; */
    /* width: auto !important; */
    /* height: 250px !important; */
    /* width: inherit; */
    /* height: 100%; */
    /* height: 100% !important; */
}
.layout-items.video-popup .mejs__container {
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100% !important;
}
.layout-items.video-popup .mejs__container {
    /* display: inline-block !important; */
    width: auto !important;
}
.mejs__controls {
    direction:ltr !important
}
.mejs__container  {
    height: auto;
    width: auto;
    /* max-width: 200px; */
    position: relative;
    /* display: flex; */
}
.mejs__inner {
    position:relative;
    max-height: 100%;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
}
mediaelementwrapper {
    display:flex;
}

@media screen and (max-width: 1600px) and (min-width: 991px) {
    .about--us--text:after{

    }
    
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
    .bg--icon--4:before,
    .bg--icon--8:before {
        display:none;
    }
    .about--history:before {
        width: 200px;
        height: 400px;
        background-size: contain;
    }
    .about--chart .item-wrap span {
        font-size:15px;
    }
    .about--chart .item-wrap .icon-wrap:after {
        width: 100px;
        height: 100px;
    }
    .about--chart .item-wrap img {
        max-width:60px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .bg--icon--4:before,
    .bg--icon--8:before,
    .about--history:before {
        display:none;
    }
    
    .about-linkedin .col-md-7 {
        padding-right:15px
    }

    .about--count--shape .label {
        margin-bottom:30px;
    }
    /*
    .about--count--shape .label {
        font-size: 18px;
    }
    .about--count--shape .number {
        font-size: 30px;
    }
    .about--count--shape .label i {
        font-size:30px;
    }*/

    

    
    .about--chart .img-wrap {
        margin-top: 120px;
    }
    .about--chart .item-wrap span {
        font-size:13px;
    }
    .about--chart .item-wrap:nth-child(odd) span {
        top:-100%
    }
    .about--chart .item-wrap:nth-child(even) span {
        top: 150%;
    }
    .about--chart .item-wrap .icon-wrap:after {
        width: 75px;
        height: 75px;
    }
    .about--chart .item-wrap img {
        max-width:50px;
    }
    
    .about--chart .item-wrap .icon-wrap {
        width:100%;
    }

    .about--chart .item-wrap:nth-child(1) {
        right: -9px;
    }
    html:lang(en) .about--chart .item-wrap:nth-child(1) {
        right: auto;
        left: -9px;
    }
    .about--chart .item-wrap:nth-child(2) {
        right: -6px;
    }
    html:lang(en) .about--chart .item-wrap:nth-child(2) {
        right: auto;
        left: -6px;
    }
    .about--chart .item-wrap:nth-child(5) {
        right: 6px;
    }
    html:lang(en) .about--chart .item-wrap:nth-child(5) {
        right: auto;
        left: 6px;
    }
    .about--chart .item-wrap:nth-child(6) {
        right:9px
    }
    html:lang(en) .about--chart .item-wrap:nth-child(6) {
        right: auto;
        left: 9px;
    }
}
@media screen and (max-width:1200px){
    .about--us--text:after {
        display:none;
    }
}
@media screen and (max-width: 991px) {
    .layout-items.video-popup {
        width:80% !important;
    }
}
@media screen and (max-width: 767px) {
    

    .about--us--text:after {
        display:none;
    }

   .about--us article {
        padding: 50px 0;
    }
    
    
    .about-linkedin .col-md-7 {
        padding-right:15px;
        order: -2;
    }
    .about--life p {
        font-size:16px;
    }
    
    
    

    

    .about--chart {
        padding-bottom:40px !important
    }
    .about--chart .img-wrap {
        margin-top: 30px;
    }

    .about--chart .float-box {
        flex-direction: column;
        position: relative;
    }

    .about--chart .float-box:before {
        content: '';
        height: 135px;
        width: 613px;
        position: absolute;
        top: calc(50% - 68px);
        top: 245px;
        left: calc(50% - 306px);
        background: url(../../../images/portalModules/home/about-us/colored-bg.svg) no-repeat center;
        transform: rotate(-90deg);
        background-size: contain;
    }
    html:lang(en) .about--chart .float-box:before { 
        transform:rotate(-90deg) scaleY(-1)
    }
    .about--chart .img-wrap > img {
        display: none;
    }

    .about--chart .item-wrap img {
        max-width: 34px;
    }

    .about--chart .item-wrap .icon-wrap:after {
        /* opacity:0; */
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        width: 70px;
        height: 70px;
    }

    .about--chart .item-wrap {
        position: unset !important;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        min-height: 100px;
        margin-bottom: 0px;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        /* padding-right: 19%; */
        margin-bottom: 5px;
        padding-right: 61px;
        width: 290px;
    }
    html:lang(en) .about--chart .item-wrap {
        padding-left:61px;
        padding-right:0;
    }

    .about--chart .item-wrap:nth-child(odd) span{
        text-align:right;
    }
    html:lang(en) .about--chart .item-wrap:nth-child(odd) span{
        text-align:left;
    }
    
    .about--chart .item-wrap:nth-child(even) span{
        text-align:left;
    }
    html:lang(en) .about--chart .item-wrap:nth-child(even) span{
        text-align:right;
    }
    .about--chart .item-wrap:nth-child(even) {
        flex-direction: row;
        padding-right: 0;
        padding-left: 64px;
    }
    html:lang(en) .about--chart .item-wrap:nth-child(even) {
        padding-left: 0;
        padding-right: 64px;
    }
    .about--chart .item-wrap span {
        position: relative;
        height: auto;
        width: 110px;
        max-width: 100%;
        transform: none;
        transform: translateX(-56px);
        font-size: 16px;
        top: unset !important;
        left: unset !important;
        margin-left: 0px;
    }
    html:lang(en) .about--chart .item-wrap span {
        transform:translateX(56px)
    }
    .about--chart .item-wrap:nth-child(even) span {
        transform: translateX(56px);
    }
    html:lang(en) .about--chart .item-wrap:nth-child(even) span {
        transform: translateX(-56px);
    }

    .about--chart .item-wrap .icon-wrap {
        height: auto;
        width: auto;
        line-height: initial;
        position: relative;
        width: 70px;
        /* margin-right: 49px; */
        /* transform: translateX(-33px); */
        /* padding-right: 52px; */
        /* margin-right: 85px; */
        margin: unset;
    }

    .about--chart .item-wrap:nth-child(even) .icon-wrap {
        /* transform: translateX(33px); */
    }

    .about--chart .item-wrap span:before {
        right: -30px;
        bottom: auto !important;
        width: 20px;
        height: 1px;
        border-left: none;
        border-top: 1px solid var(--blue-color);
        top: 50% !important;
    }
    html:lang(en) .about--chart .item-wrap span:before {
        right:auto;
        left:-30px;
    }

    .about--chart .item-wrap:nth-child(even) span:before {
        right: auto;
        left: -30px;
    }
    html:lang(en) .about--chart .item-wrap:nth-child(even) span:before {
        right:-30px;
        left:auto;
    }

    

    

    .about--history:before {
        display: none;
    }

    .about--history .myarman--history .wrap>span {
        display: none;
    }

    .about--history .myarman--history .wrap {
        /* display:block */
        justify-content: flex-start;
        margin-bottom: 22px;
        /* display: block; */
    }

    .about--history .myarman--history .wrap:nth-child(even) {
        flex-direction: row
    }
    
    .about--history .myarman--history .wrap div {
        /* display:inline-block */
        flex: 0 0 80%;
        max-width: 80%;
        /* display: inline-block; */
        /* width: calc(100% - 76px); */
        padding: 19px 20px;
    }
    .about--history .myarman--history .wrap div span.bold--span {
        display:block;
        font-weight:500;
        margin-bottom:5px;
    }
    .about--history .myarman--history .wrap i {
        /* display:inline-block; */
        /* width:75px; */
        /* z-index: 2; */
    }
    .about--history .myarman--history .wrap:nth-child(even) div {
        border-right-width: 1px;
        border-right-style: solid;
        border-left: none;
        text-align: right;
    }

    .about--history .myarman--history:before {
        right: 9.7%;
        left: auto;
        transform: none;
    }

    .about--history .myarman--history {
        padding-bottom: 0;
    }

    .about--count--shape .label {
        margin-bottom: 30px;
    }

    




    

    .about--history:before {
        display: none;
    }

    .about--history .myarman--history .wrap>div>span {
        display: none;
    }

    .about--history .myarman--history .wrap {
        /* display:block */
        justify-content: flex-start;
        margin-bottom: 22px;
        /* display: block; */
    }

    .about--history .myarman--history .wrap:nth-child(even) {
        flex-direction: row
    }
    
    .about--history .myarman--history .wrap div {
        /* display:inline-block */
        flex: 0 0 80%;
        max-width: 80%;
        /* display: inline-block; */
        /* width: calc(100% - 76px); */
        padding: 19px 20px;
    }
    .about--history .myarman--history .wrap div span.bold--span {
        display:block;
        font-weight:500;
        margin-bottom:5px;
    }
    .about--history .myarman--history .wrap i {
        /* display:inline-block; */
        /* width:75px; */
        /* z-index: 2; */
    }
    .about--history .myarman--history .wrap:nth-child(even) div {
        border-right-width: 1px;
        border-right-style: solid;
        border-left: none;
        text-align: right;
    }

    .about--history .myarman--history:before {
        right: 9.7%;
        left: auto;
        transform: none;
    }

    .about--history .myarman--history {
        padding-bottom: 0;
    }

    .about--count--shape .label {
        margin-bottom: 30px;
    }

    
}

/*** about us ***/




