html {
    scroll-behavior: smooth
}

a.act-btn {
    cursor: pointer
}

.center-sec {
    display: table;
    width: 100%;
    table-layout: fixed
}

li.zgh-userAccess {
    display: none
}

.innersec {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 40px
}

h1>span {
    display: block
}

.act-btn {
    background: #f0483e;
    color: #fff
}

a.act-btn {
    text-transform: none
}

.head-sec {
    padding: 150px 0 210px;
    position: relative
}

.head-sec .content-wrap {
    position: unset
}

.head-sec .center-sec>.innersec:last-child {
    position: absolute;
    padding: 0;
    right: 0;
    bottom: -42px;
    max-width: 800px
}

.feat-sec1,.feat-sec3 {
    background: #232323;
    color: #fff;
    padding: 140px 0 140px;
    margin: 0 25px
}

.feat-sec3 {
    padding: 90px 0 140px
}

.row .feat-sec3 {
    padding: 90px 0 140px
}

h1,h2 {
    font-family: var(--zf-primary-extrabold)
}

.feat-sec1 .innersec h2 {
    max-width: 510px;
    margin-bottom: 60px;
    font-size: 46px;
    line-height: 1.2
}

.inner-side-sub>h3:nth-child(3) {
    margin-top: 60px
}

.inner-side-sub {
    max-width: 450px
}

.feat-sec2 {
    padding: 90px 0
}

span.head-txt {
    max-width: 800px;
    margin: 50px auto 120px;
    display: block;
    font-size: 21px;
    font-family: var(--zf-primary-semibold)
}

.feat-sec2 .innersec h2 {
    max-width: 550px;
    font-size: 46px;
    line-height: 1.2
}

.feat-sec2 .sub-box {
    margin-top: 60px;
    display: flex;
    width: 100%
}

.box-inner {
    width: 50%;
    padding: 35px 25px;
    background: #779a61;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    transition: all 1s ease;
    flex-direction: column
}

.box-inner:first-child {
    background: #5375b7;
    margin-right: 20px
}

.box-inner>a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    transition: all 1s ease;
    border-bottom: 1px solid
}

.box-inner>p>span.imp-txt {
    font-weight: bold
}

.slider-sec h4 {
    text-align: center;
    font-size: 36px;
    font-family: var(--zf-primary-bold)
}

.slide-head {
    text-align: center;
    position: relative
}

.slide-head>span {
    font-size: 23px;
    padding: 25px;
    display: inline-block;
    position: relative;
    cursor: pointer
}

a.l-more {
    display: block;
    font-family: var(--zf-primary-semibold),Arial,Helvetica,sans-serif;
    padding: 6px 30px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    margin: 20px auto 0;
    color: #333;
    border: 1px solid transparent;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1;
    background: #f0483e;
    color: #fff;
    max-width: 180px
}

.slide-head:after {
    content: '';
    border-bottom: 1px solid #f1f1f1;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 70px;
    left: 31%;
    width: 38%
}

.slide-head>span.active {
    font-weight: bold
}

.slide-head>span:after {
    content: '';
    display: block;
    width: 0;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 68px;
    left: 4px;
    z-index: 1
}

.slide-head>span.active:first-child:after {
    border-color: #5375b7
}

.slide-head>span.active:nth-child(2):after {
    border-color: #779a61
}

.slide-head>span.active:nth-child(3):after {
    border-color: #dda54e
}

.slide-head>span.active:last-child:after {
    border-color: #0e54ca;
    width: 96%
}

.slide-head>span.active:after {
    width: 100px;
    transition: width 5s ease-out;
    border-bottom: 3px solid #dda54e
}

.slide-head>span.acive:last-child:after {
    left: 4px;
    width: 145px
}

.slide-cont {
    margin-top: 30px
}

.slide-cont .cont-txt {
    display: none
}

.slide-cont .cont-txt p {
    max-width: 640px;
    margin: 0 auto 50px;
    font-size: 21px;
    font-family: var(--zf-primary-semibold);
    text-align: center
}

.slide-cont .cont-txt.active {
    display: block
}

.feat-sec3 .head-txt:first-child {
    margin-bottom: 40px
}

section.slider-sec {
    padding: 0 0 90px
}

.feat-sec3 h2 {
    max-width: 270px;
    margin-bottom: 30px;
    font-size: 46px;
    line-height: 1.2
}

section.feat-sec4 {
    padding: 120px 0;
    text-align: center
}

.feat-sec4 span.imp-txt {
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    font-size: 21px
}

section.feat-sec4>div>p {
    max-width: 710px;
    margin: 0 auto
}

section.feat-sec5 {
    padding: 0 0 50px
}

.feat-sec5 h2 {
    max-width: 460px;
    font-size: 42px
}

section.feat-sec6 {
    padding: 60px 0 120px
}

.box-bg-sec {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px;
    background: #fafafa
}

.box-bg-sec h3 {
    margin: 0 0 30px;
    font-size: 38px;
    font-family: var(--zf-primary-extrabold);
    letter-spacing: 0
}

.box-bg-sec>a {
    margin: 0 auto
}

p.cta-sec {
    text-align: center;
    margin-top: 50px
}

video#zoho-zia {
    max-width: 720px;
    margin-top: 90px
}

.app-pack {
    padding: 60px 0 180px
}

.app-pack .innersec>a {
    color: #000
}

.logo-box {
    vertical-align: top;
    display: inline-block
}

.logo-box>div {
    background: #f9f9f9;
    min-width: 170px;
    min-height: 200px;
    margin: 0 6px;
    position: relative;
    transition: all .5s ease;
    transform: translateY(0)
}

.logo-box>p {
    text-align: center;
    margin-top: 15px
}

.line {
    display: block;
    min-width: 170px;
    background: #5375b7;
    position: absolute;
    bottom: 0;
    max-height: 10px
}

.sheet .line,.workplace .line {
    background: #779a61
}

.show .line,.one .line {
    background: #cc5151
}

.notebook .line {
    background: #dda54e
}

.workdrive .office-logo {
    background-position: -562px -10px
}

span.office-logo {
    background: url(//www.zohowebstatic.com/sites/zweb/images/zoho_general_pages/zgh-icon-sprite.png);
    background-size: 960px auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

span.office-logo.zwc-pdf-icon {
    width: 45px;
    height: 50px;
    background: url(//www.zohowebstatic.com/sites/zweb/images/commonroot/product-icons.svg) no-repeat;
    background-size: 1030px auto;
    background-position: -211px -310px;
    transform: translate(-50%,-50%) scale(1.1)
}

.zwc-pdf .line {
    background: #0e54ca
}

.workplace .office-logo {
    background-position: -519px -324px;
    width: 50px;
    height: 57px
}

.one .office-logo {
    background-position: -263px -387px;
    width: 51px;
    height: 59px
}

.future-anim-logos.icon1,.future-anim-logos.icon2,.future-anim-logos.icon3 {
    background: url(//www.zohowebstatic.com/sites/zweb/images/commonroot/zglobal-icon-sprite-2x.png);
    background-size: 960px auto;
    background-color: #fff
}

span.future-anim-logos.icon1 {
    background-position: 4px 6px;
    top: 10px;
    left: 18%;
    background-size: 860px auto;
    transition-delay: .3s
}

span.future-anim-logos.icon2 {
    top: 3px;
    right: 26%;
    background-position: -585px -113px;
    background-size: 850px auto
}

span.future-anim-logos.icon4 {
    background-position: unset;
    top: 42%;
    right: 20%;
    background-image: none
}

span.future-anim-logos.icon6 {
    background-position: unset;
    bottom: 10%;
    background-size: 850px auto;
    right: 10%;
    background-image: none
}

span.future-anim-logos.icon3 {
    background-position: -520px 4px;
    top: 38%;
    left: 18%;
    transition-delay: .25s;
    background-size: 840px auto
}

span.future-anim-logos.icon5 {
    background-position: unset;
    bottom: 20%;
    left: 16%;
    background-size: 850px auto;
    background-image: none
}

span.future-anim-logos.icon6:before,span.future-anim-logos.icon5:before,span.future-anim-logos.icon4:before {
    content: '';
    top: 10px;
    right: 5px;
    transition-delay: .2s;
    background-size: 710px auto;
    position: absolute;
    background-image: url(//www.zohowebstatic.com/sites/zweb/images/commonroot/zglobal-icon-sprite-2x.png);
    width: 52px;
    height: 45px
}

span.future-anim-logos.icon6:before {
    background-position: -390px -99px
}

span.future-anim-logos.icon4:before {
    background-position: -342px -97px
}

span.future-anim-logos.icon5:before {
    background-position: -197px -99px
}

.writer .office-logo,.sheet .office-logo,.show .office-logo,.notebook .office-logo,.workdrive .office-logo {
    background: url(//www.zohowebstatic.com/sites/zweb/images/commonroot/zglobal-icon-sprite-2x.png);
    background-size: 960px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.writer span.office-logo {
    background-position: -866px -72px;
    width: 62px;
    height: 54px
}

.sheet span.office-logo {
    background-position: -3px -136px;
    width: 60px;
    height: 58px
}

.show span.office-logo {
    background-position: -69px -141px;
    width: 60px;
    height: 48px
}

.notebook span.office-logo {
    background-position: -200px -137px;
    width: 64px;
    height: 57px
}

.workdrive span.office-logo {
    background-position: -3px -206px;
    width: 60px;
    height: 58px
}

.center-sec.two {
    margin-top: 90px
}

h1 {
    font-size: 58px;
    line-height: 1.0
}

.head-sec .center-sec>.innersec:first-child>p {
    font-size: 19px;
    font-family: var(--zf-primary-semibold)
}

.head-sec .center-sec>.innersec:first-child {
    padding-left: 0
}

.inner-side-sub>h3 {
    font-family: var(--zf-primary-bold)
}

.feat-sec1 .center-sec>.innersec:last-child {
    position: absolute;
    padding: 0;
    right: 0;
    top: 27%;
    max-width: 800px
}

.box-inner>a:hover {
    color: #000
}

.feat-sec3 .center-sec>.innersec:last-child {
    position: absolute;
    padding: 0;
    right: 0;
    top: 58%;
    max-width: 800px
}

section.feat-sec4 h2 {
    font-size: 46px
}

section.feat-sec5 p {
    font-size: 21px;
    font-family: var(--zf-primary-semibold)
}

section.app-pack h2 {
    font-size: 36px;
    max-width: 350px
}

.logo-box>div:hover {
    box-shadow: rgba(45,45,45,0.05) 0 2px 2px,rgba(49,49,49,0.05) 0 4px 4px,rgba(42,42,42,0.05) 0 8px 8px,rgba(32,32,32,0.05) 0 16px 16px,rgba(49,49,49,0.05) 0 32px 32px,rgba(35,35,35,0.05) 0 64px 64px;
    transform: translateY(-5px)
}

.app-pack .center-sec>.innersec:last-child {
    position: absolute;
    padding: 0;
    right: 0;
    max-width: 800px;
    width: 60%;
    text-align: center
}

.app-pack .center-sec:first-child {
    padding-bottom: 220px
}

.app-pack .center-sec>.innersec:first-child {
    width: 40%;
    vertical-align: top
}

span.desc {
    max-width: 170px;
    font-size: 13px;
    font-family: var(--zf-primary-regular);
    display: block;
    text-align: center;
    word-break: break-word
}

.center-sec.two .logo-box>div {
    background: #222
}

.workdrive .line {
    background: #b9794a
}

.workplace .line {
    background: #5960a3
}

.one .line {
    background: #adb45c
}

.box-inner:hover {
    box-shadow: rgba(45,45,45,0.05) 0 2px 2px,rgba(49,49,49,0.05) 0 4px 4px,rgba(42,42,42,0.05) 0 8px 8px,rgba(32,32,32,0.05) 0 16px 16px,rgba(49,49,49,0.05) 0 32px 32px,rgba(35,35,35,0.05) 0 64px 64px;
    transform: translateY(-5px)
}

span.help-txt {
    display: block;
    text-align: center;
    margin: 150px 0 60px
}

.slide-img {
    text-align: center;
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    max-width: max-content;
    margin: auto;
    gap: 20px
}

.slide-img a {
    font-size: 20px;
    border-bottom: 1px solid;
    max-width: max-content;
    margin: auto
}

@media only screen and (max-width: 1400px) {
    .box-inner>p {
        font-size:15px
    }

    .box-inner {
        padding: 25px 20px
    }

    .center-sec.two {
        margin-top: 280px
    }

    .feat-sec2 .center-sec>.innersec:first-child {
        padding: 0
    }

    .slide-head:after {
        width: 40%;
        left: 30%
    }
}

@media only screen and (max-width: 1279px) {
    .head-sec {
        padding:120px 0 150px
    }

    h1 {
        font-size: 46px
    }

    .feat-sec1 .innersec h2,.feat-sec2 .innersec h2,.feat-sec3 h2,section.feat-sec4 h2,.feat-sec5 h2 {
        font-size: 40px
    }

    .slider-sec h4 {
        font-size: 32px
    }

    .slide-cont .cont-txt p,span.head-txt {
        font-size: 19px
    }

    .slide-head:after {
        width: 41%;
        left: 30%
    }
}

@media only screen and (max-width: 1169px) {
    .head-sec .center-sec>.innersec:first-child {
        padding-left:unset;
        padding: 0
    }

    .head-sec .center-sec>.innersec:last-child {
        position: unset;
        text-align: center;
        margin: 0 auto
    }

    .head-sec .center-sec>.innersec {
        width: 100%;
        display: block;
        text-align: center
    }

    h1 {
        font-size: 38px
    }

    h1>span {
        display: inline-block;
        padding-left: 10px
    }

    .box-inner:first-child {
        margin-right: 10px
    }

    .feat-sec1 .innersec h2,.feat-sec2 .innersec h2,.feat-sec3 h2,section.feat-sec4 h2,.feat-sec5 h2,section.app-pack h2 {
        font-size: 34px
    }

    .slider-sec h4 {
        font-size: 28px
    }

    .box-bg-sec h3 {
        font-size: 30px
    }

    .head-sec,.feat-sec2,section.feat-sec4 {
        padding: 90px 0
    }

    .feat-sec1,.feat-sec3 {
        padding: 90px 0;
        margin: 0 auto
    }

    .innersec {
        width: 100%;
        padding: 0;
        display: block;
        text-align: center
    }

    .feat-sec1 .center-sec>.innersec:last-child,.feat-sec3 .center-sec>.innersec:last-child,.app-pack .center-sec>.innersec:first-child {
        position: unset;
        text-align: center;
        margin: 0 auto;
        max-width: 600px
    }

    .feat-sec1 .innersec h2,.feat-sec2 .innersec h2,.feat-sec3 h2,.feat-sec5 h2 {
        max-width: 650px;
        margin: 0 auto 20px
    }

    .inner-side-sub,.head-sec .center-sec>.innersec:first-child {
        max-width: 750px;
        margin: 0 auto
    }

    span.head-txt {
        margin: 0 auto 90px
    }

    .box-inner {
        text-align: left;
        margin: 0 10px
    }

    .feat-sec2 .img-part,.feat-sec3 .img-part {
        max-width: 600px;
        margin: 50px auto 0
    }

    section.feat-sec5 p {
        margin: 0 auto;
        max-width: 600px;
        font-size: 17px
    }

    section.feat-sec6 {
        padding: 0 0 60px
    }

    .app-pack .center-sec:first-child {
        padding-bottom: 50px
    }

    section.app-pack h2 {
        margin: 0 auto 40px
    }

    .app-pack .center-sec>.innersec:last-child {
        position: unset;
        text-align: center;
        margin: 0 auto;
        max-width: 370px
    }

    .center-sec.two {
        margin: 0 auto
    }

    .slide-head:after {
        width: 100%;
        left: 50%;
        max-width: 485px;
        transform: translate(-50%,0)
    }

    span.help-txt {
        margin-top: 0
    }

    .center-sec.two .logo-box .desc {
        margin: 0 auto 50px
    }

    .app-pack {
        padding: 60px 0
    }

    .feat-sec2 svg.first {
        top: 0
    }

    .feat-sec2 .future-work-anim {
        transform: translateX(0) scale(0.65)
    }

    .feat-sec2 {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 991px) {
    .head-sec,.feat-sec2,section.feat-sec4 {
        padding:60px 0
    }

    .head-sec .center-sec>.innersec:last-child {
        max-width: 600px
    }

    .feat-sec1 .center-sec>.innersec:last-child,.feat-sec3 .center-sec>.innersec:last-child {
        max-width: 500px
    }

    span.head-txt {
        max-width: 650px;
        margin: 0 auto 40px
    }

    .box-inner {
        margin-bottom: 20px
    }

    .slide-cont .cont-txt p {
        text-align: center;
        line-height: 1.4
    }

    .slide-cont {
        margin-top: 20px
    }

    section.slider-sec {
        padding: 60px 0
    }

    video#zoho-zia {
        margin-top: 30px;
        height: auto;
        width: 600px;
        max-width: 100%
    }

    .app-pack .center-sec>.innersec:first-child,section.app-pack h2 {
        max-width: unset;
        width: 100%
    }

    h1 {
        font-size: 32px
    }

    .feat-sec1 .innersec h2,.feat-sec2 .innersec h2,.feat-sec3 h2,section.feat-sec4 h2,.feat-sec5 h2,section.app-pack h2 {
        font-size: 28px
    }

    .slider-sec h4 {
        font-size: 27px
    }

    .box-bg-sec h3 {
        font-size: 27px
    }

    p {
        line-height: 1.4
    }

    .head-sec .center-sec>.innersec:first-child>p {
        font-size: 17px;
        max-width: 650px;
        margin: 0 auto 20px
    }

    .inner-side-sub,.head-sec .center-sec>.innersec:first-child {
        max-width: 650px
    }

    .feat-sec2 {
        padding-bottom: 0
    }

    section.slider-sec {
        padding-top: 0
    }
}

@media only screen and (max-width: 767px) {
    .feat-sec2 {
        padding:60px 0
    }

    section.slider-sec {
        padding-top: 60px
    }

    .slide-head>span {
        font-weight: bold;
        font-size: 21px
    }

    .slide-cont .cont-txt {
        display: block
    }

    .slide-head:after {
        content: unset
    }

    .slide-head>span:after {
        border-bottom: 3px solid #dda54e;
        content: unset;
        display: block;
        width: 100px;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        top: 68px;
        left: 4px
    }

    .app-pack {
        padding: 0 0 60px
    }

    section.slider-sec {
        padding: 0 0 60px
    }

    .slide-cont .cont-txt p {
        margin-bottom: 20px;
        font-size: 17px;
        font-family: var(--zf-primary-regular)
    }

    .box-bg-sec {
        padding: 50px 20px;
        text-align: center
    }

    .feat-sec6 .content-wrap {
        width: 100%
    }

    .feat-sec3 .head-txt {
        text-align: center
    }

    a.act-btn {
        font-size: 15px
    }

    span.help-txt {
        margin-top: 0
    }

    .slide-cont {
        margin-top: 0
    }

    .box-inner {
        width: 80%
    }

    .feat-sec2 .sub-box {
        margin-top: 30px
    }

    .row .feat-sec3 {
        padding: 90px 0 80px
    }

    .app-pack .center-sec:first-child>.innersec:last-child a {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        max-width: 200px;
        text-align: center
    }

    .app-pack .center-sec:first-child>.innersec:last-child {
        position: unset;
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
        width: 100%
    }

    .feat-sec2 .sub-box {
        display: block
    }

    .slide-cont>span {
        padding: 45px 10px 20px 10px;
        display: block;
        font-size: 21px;
        font-weight: bold;
        margin: 0 auto;
        text-align: center
    }

    .slide-cont {
        text-align: center
    }

    .slide-cont>span:after {
        content: unset;
        border-bottom: 3px solid #dda54e;
        display: block;
        width: 70px;
        text-align: center;
        margin: 0 auto
    }

    .slide-head>span.active:after {
        top: 58px;
        width: 70px;
        left: 50%;
        transform: translate(-50%,0)
    }

    .slide-cont>span:nth-child(6):after {
        width: 100px
    }
}

@media only screen and (min-width: 1374px) {
    .row .center-sec.two {
        margin-top:90px
    }
}

.future-work-anim {
    transform: translateX(-4%) scale(0.8);
    position: relative;
    width: 690px;
    height: 620px
}

svg.first {
    position: absolute;
    width: 690px;
    height: 620px
}

svg.second {
    transform: translate(19%,7%);
    width: 500px;
    height: 535px;
    position: absolute
}

svg.third {
    transform: translate(40%,37%);
    width: 375px;
    height: 350px;
    position: absolute
}

.path {
    animation: dash 10s linear infinite
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

.future-anim-logos {
    display: block;
    width: 65px;
    height: 65px;
    position: absolute;
    background-color: white;
    background-image: url(//www.zohowebstatic.com/sites/zweb/images/commonroot/zoho-logo-web.svg);
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 5px 25px -8px #7e7e7e;
    transition: all .5s ease;
    transform: scale(0)
}

span.future-anim-logos.zoho {
    background-color: transparent;
    border-radius: unset;
    box-shadow: unset;
    width: 130px;
    top: 49%;
    height: 60px;
    left: 48%;
    transform: translate(-50%,-50%)
}

.animated .future-anim-logos {
    transform: scale(1)
}

span.future-anim-logos.icon4 {
    background-position: -186px 10px;
    top: 42%;
    right: 20%;
    background-size: auto 50px;
    transition-delay: .2s
}

span.future-anim-logos.icon5 {
    background-position: -286px 12px;
    bottom: 20%;
    left: 16%;
    background-size: auto 50px;
    transition-delay: .35s
}

.other-lang .feat-sec2 .center-sec {
    overflow: hidden
}

span.future-anim-logos.icon6 {
    background-position: -287px 4px;
    bottom: 10%;
    right: 10%;
    background-size: auto 60px;
    transition-delay: .4s
}

.feat-sec2 .img-part {
    display: none
}

.zgh-accounts .zgh-signup {
    display: none !important
}

.zgh-accounts .zgh-login {
    display: none !important
}

.header .zgh-localBox {
    right: -5px
}

@media only screen and (max-width: 1400px) {
    .future-work-anim {
        transform:scale(0.65)
    }

    .feat-sec2 .center-sec>.innersec:nth-child(2) {
        padding: 0
    }
}

@media only screen and (max-width: 1260px) {
    .future-work-anim {
        transform:translateX(-4%) scale(0.65)
    }
}

@media only screen and (max-width: 1170px) {
    .future-work-anim {
        margin:0 auto
    }

    svg.first,svg.second,svg.third {
        left: 0;
        top: 50px
    }

    span.future-anim-logos.zoho {
        top: 58%
    }

    span.future-anim-logos.icon1 {
        top: 62px
    }

    span.future-anim-logos.icon2 {
        top: 50px
    }

    span.future-anim-logos.icon3 {
        top: 37%;
        left: 23%
    }

    span.future-anim-logos.icon4 {
        top: 38%;
        right: 23%
    }

    span.future-anim-logos.icon5 {
        bottom: 12%;
        left: 16%
    }

    span.future-anim-logos.icon6 {
        bottom: 1%;
        right: 10%
    }
}

@media screen and (min-width: 768px) {
    .header {
        display:block !important
    }
}

@media only screen and (max-width: 991px) {
    .slide-img a {
        font-size:15px;
        margin: 0 auto 20px;
        text-decoration: underline;
        border-bottom: 0 solid
    }
}

@media only screen and (max-width: 767px) {
    .future-work-anim {
        display:none
    }

    .feat-sec2 .img-part {
        display: block
    }

    .z-mobile-menu-v2 .z-bottom-cta-menu a,.umain .z-mobile-menu-v2 .z-bottom-cta-menu a {
        display: none
    }

    .z-bottom-cta-menu {
        background: 0;
        box-shadow: none
    }

    .zcommon-link-container .zlogin-menu {
        display: none
    }
}

.other-lang a.l-more {
    max-width: 240px
}

.i18n-ar svg.second {
    transform: translate(-19%,7%)
}

.i18n-ar svg.third {
    transform: translate(-40%,37%)
}

.i18n-ar a.l-more {
    text-align: center
}

.other-lang .feat-sec3 h2 {
    max-width: 450px
}

.i18n-ar .slide-head>span:after {
    top: 68px;
    right: 4px;
    left: auto
}

.i18n-ar .box-inner:first-child {
    margin-left: 20px;
    margin-right: 0
}

@media only screen and (max-width: 1170px) {
    .i18n-ar .innersec h1,.i18n-ar .innersec h1 span,.i18n-ar .innersec p {
        text-align:center
    }

    .i18n-ar .innersec h2,.i18n-ar .innersec .inner-side-sub h3,.i18n-ar .innersec .inner-side-sub p {
        text-align: center
    }

    .i18n-ar .feat-sec2 .sub-box {
        margin-top: 60px;
        text-align: center
    }

    .i18n-ar .innersec .box-inner p {
        text-align: right
    }

    .i18n-ar svg.first,.i18n-ar svg.second,.i18n-ar svg.third {
        right: 0;
        left: unset;
        top: 50px
    }

    .i18n-ar .innersec {
        text-align: center
    }
}

.i18n-ar .header .zgh-localBox {
    left: 0;
    right: unset
}

.i18n-ar .head-sec .center-sec>.innersec:last-child {
    left: 0;
    right: unset
}

.i18n-ar .feat-sec1 .center-sec>.innersec:last-child {
    left: 0;
    right: unset
}

.i18n-ar .zw-template-inner .slide-head {
    text-align: center
}

.i18n-ar .feat-sec3 .center-sec>.innersec:last-child {
    left: 0;
    right: unset
}

.i18n-ar section.feat-sec4 .content-wrap.animated h2,.i18n-ar section.feat-sec4 .content-wrap.animated p,.i18n-ar section.feat-sec4 .content-wrap.animated .imp-txt {
    text-align: center
}

.i18n-ar .zw-template-inner .center-img-part {
    text-align: center
}

.i18n-ar .app-pack .center-sec>.innersec:last-child {
    left: 0;
    right: unset
}

.i18n-ar .future-work-anim {
    transform: translateX(8%) scale(0.8)
}

@media only screen and (max-width: 1260px) {
    .i18n-ar .future-work-anim {
        transform:translateX(5%) scale(0.65)
    }
}

@media only screen and (max-width: 767px) {
    .i18n-ar .box-inner:first-child {
        margin-left:0;
        margin-right: 0
    }

    .i18n-ar .box-bg-sec h3,.i18n-ar .box-bg-sec p {
        text-align: center
    }

    span.help-txt {
        padding: 0 20px
    }
}
