/*Arabic starts*/
.i18n-ar .head-sec .content-wrap.animated h1 {
    text-align: right;
}
.i18n-ar .feat-sec-3 .content-wrap .sub-feat p {
    text-align: right;
}
.i18n-ar .feat-right {
    margin-left: 0;
    margin-right: 60px;
}
.i18n-ar .feat-left {
    margin-right: 0;
    margin-left: 60px;
}
.i18n-ar .foot-sec .content-wrap.animated h1 {
    text-align: center;
}
.i18n-ar section.feat-sec-4 .content-wrap.animated p {
    text-align: right;
}
.i18n-ar span.scroll-plus {
    display: none;
}
/*Arabic ends*/
/*other lang starts*/
.i18n-fr section.feat-sec-4 .feat-right h4 {
    font-size: 23px;
}
.i18n-nl  section.feat-sec-4 .feat-right h4 {
    font-size: 23px;
}
/*other lang ends*/
section.head-sec {
    padding: 40px 0 0;
}
section.head-sec .cont-sec{
    display: inline-block;
    vertical-align: top;
    max-width: 525px;
}
section.head-sec .img-sec{
    display: inline-block;
    vertical-align: top;
    max-width: 750px;
    position: relative;
    transform: translate(0, 2%);
}
h1 {
    margin: 50px auto 30px;
    font-family: proxima_novaextrabold;
    line-height: 1.3;
}
img.book-anim {
    max-width: 200px;
    top: 40%;
    left: 6%;
    position: absolute;
    animation: MoveUpDown 2s ease infinite;
}
@keyframes MoveUpDown {
  0%, 100% {
    top: 38%;
  }
  50% {
    top: 40%;
  }
}

img.spring-anim {
  max-width: 250px;
  top: 75%;
  left: 62%;
  position: absolute;
  animation: MoveUpDown1 2.5s ease infinite;
  transition-delay: 1s;
}
@keyframes MoveUpDown1 {
  0%, 100% {
    top: 73%;
  }
  50% {
    top: 75%;
  }
}
.wifi-symbol {
  display: block;
  position: absolute;
  top: 25%;
  left: 65%;
  display: inline-block;
  width: 95px;
  height: 65px;
  transform: rotate(-130deg);
}
.wifi-symbol .wifi-circle {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 21.4285714286px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #000;
  opacity: 0;
  -o-animation: wifianimation 2s infinite;
  -moz-animation: wifianimation 2s infinite;
  -webkit-animation: wifianimation 2s infinite;
  animation: wifianimation 2s infinite;
  left: 50%;
  transform: translate(-50%, 0);
}
.wifi-symbol .wifi-circle.first {
  width: 4.2em;
  -o-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.wifi-symbol .wifi-circle.second {
  width: 3.6em;
  -o-animation-delay: 1000ms;
  -moz-animation-delay: 1000ms;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
  bottom: 10px;
}
.wifi-symbol .wifi-circle.third {
  width: 3.0em;
  -o-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  bottom: 20px;
}
.wifi-symbol .wifi-circle.fourth {
  width: 2.4em;
  -o-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  bottom: 30px;
}
.wifi-symbol .wifi-circle.fifth {
  width: 1.8em;
  -o-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
  bottom: 40px;
}
.wifi-symbol .wifi-circle.sixth {
  width: 1.2em;
  -o-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  bottom: 50px;
}
.wifi-symbol .wifi-circle.seventh {
  width: 0.6em;
  -o-animation-delay: 0;
  -moz-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  bottom: 120px;
  bottom: 60px;
}


@-o-keyframes wifianimation {
  0% {
    opacity: 1;
  }
  5% {
    opactiy: 1;
  }
  6% {
    opactiy: 0.1;
  }
  100% {
    opactiy: 0.1;
  }
}
@-moz-keyframes wifianimation {
  0% {
    opacity: 1;
  }
  5% {
    opactiy: 1;
  }
  6% {
    opactiy: 0.1;
  }
  100% {
    opactiy: 0.1;
  }
}
@-webkit-keyframes wifianimation {
  0% {
    opacity: 1;
  }
  5% {
    opactiy: 1;
  }
  6% {
    opactiy: 0.1;
  }
  100% {
    opactiy: 0.1;
  }
}

.block.block-system{
    position: relative;
}
span.scroll-plus {
    width: 25px;
    height: 150px;
    background: url(https://prezoho.zoho.com/sites/default/files/workdrive/workdrive-vlc-scroll-element.png) no-repeat;
    position: absolute;
    background-size: auto 150px;
    right: 16%;
    top: 450px;
    z-index: 9;
}


.feat-sec-1 .content-wrap {
  text-align: center;
  max-width: 1400px;
  background: linear-gradient(to bottom, #2dbb9f 0%,#2dbb9f 80%,#2dbb9f 50%,white 50%,white 100%);
}
.feat-sec-1 .content-wrap>p{
  max-width: 725px;
  margin: 0 auto;
  text-align: left;
  padding: 85px 0;
  font-family: proxima_novasemibold;
  font-size: 24px;
}
.feat-sec-1 .content-wrap>div{
  text-align: center;
  max-width: 930px;
  margin: 0 auto;
  filter: drop-shadow(0 35px 36px rgba(0, 0, 0, .2));
  transform: translateY(60px);
  transition: all 1s ease 1s;
}

section.feat-sec-1 {
    padding: 0 0 120px;
}
section.feat-sec-2 {
    padding: 60px 0;
    text-align: center;
}

section.feat-sec-2>.content-wrap>p, section.feat-sec-3>.content-wrap>p {
    max-width: 750px;
    margin: 0 auto;
    font-family: proxima_novasemibold;
    font-size: 20px;
}

section.feat-sec-2 .sub-feat {
    padding: 90px 0;
    transform: translateY(60px);
    transition: all 1s ease;
}
h3{
    font: 34px/1.3 proxima_nova_rgbold;
}
.feat-sec-2 .sub-feat>div>h3,.feat-sec-2 .sub-feat>div>p {
    display: inline-block;
    max-width: 275px;
    vertical-align: top;
    text-align: left;
    margin: 0 70px;
}
.feat-sec-2 .sub-feat>div>h3{
    font-family: proxima_novaextrabold;
    margin-left: 0;
}
.feat-sec-2 .sub-feat>div>p {
    max-width: 460px;
    margin-right: 0;
}

.feat-sec-2 .sub-feat>div {
    text-align: center;
    margin: 0 auto;
}

.feat-sec-2 span.bottom-line {
    border-bottom: 1px solid #C0C0C0;
    display: block;
    max-width: 925px;
    margin: 30px auto 50px;
}


section.feat-sec-3 {
    background: #222222;
    color: #fff;
    text-align: center;
    padding: 120px 0;
}
section.feat-sec-3 .sub-feat{
    margin: 120px auto 0;
}

section.feat-sec-3 .sub-feat>div {
    display: inline-block;
    max-width: 275px;
    vertical-align: top;
    text-align: left;
    margin: 0 20px;
}
section.feat-sec-3 .sub-feat>div:first-child{
    margin-left:0;
}
section.feat-sec-3 .sub-feat>div:last-child{
    margin-right:0;
}
section.feat-sec-3 .sub-feat>div h3{
    font-family: proxima_nova_rgregular;
    font-size: 30px;
}

span.virutual-lib {
    width: 117px;
    height: 75px;
    background: url(https://prezoho.zoho.com/sites/default/files/workdrive/workdrive-vlc-sprite-icons.png) no-repeat;
    display: block;
    background-size: auto 75px;
    margin-bottom: 10px;
}

span.virutual-lib.icon2 {
    background-position: -120px 0px;
    width: 83px;
}
span.virutual-lib.icon3 {
    background-position: -207px 0px;
    width: 86px;
}
span.virutual-lib.icon4 {
    background-position: -271px 0px;
    width: 96px;
    background-size: auto 68px;
}

section.feat-sec-4 {
    padding: 160px 0 120px;
    text-align: center;
}

.feat-left{
    vertical-align: top;
    display: inline-block;
    max-width: 40%;
    margin: 0 60px;
    margin-left: 0;
    text-align: left;
}
.feat-right{
    vertical-align: top;
    display: inline-block;
    max-width: 40%;
    margin: 15px 60px 0;
    margin-right: 0;
    text-align: left;
    transform: translateX(-50px);
    transition: all 1s ease 2s;
    opacity: 0;
}
.animated .feat-right{
    transform: translateX(0);
    opacity: 1;
}
.feat-left h3 {
    font: 46px/1.3 proxima_novalight;
    max-width: 350px;
}

.feat-right>div>p {
    display: none;
    max-width: 470px;
}
.feat-right>div>h4 {
    position: relative;
}
.circle{
  border: 1px solid #f0f0f0;
  width:20px;
  height:20px;
  border-radius:100%;
  position:relative;
  margin: 1px 4px 4px 15px;
  display:inline-block;
  vertical-align:middle;
  background: #f0f0f0;
  cursor: pointer;
}
.circle.plus:before,
.circle.plus:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.circle.plus:before{
    width: 2px;
    margin: 4px auto;
}
.circle.plus:after{
    margin: auto 4px;
    height: 2px;
}
span.line-anim {
    border-left: 3px solid #c3cac7;
    min-height: 300px;
    position: absolute;
    top: 90px;
    transition: all 1s ease-out 1s;
}

span.line-anim.active {
    top: 0;
}
.content-wrap.animated .line-anim{
    top: -300px;
    z-index: -2;
}

section.foot-sec {
    padding: 90px 0 120px;
}
section.foot-sec h1{
    max-width: 600px;
}
section.foot-sec .content-wrap {
    max-width: 1400px;
    text-align: center;
    background: #ccd2d0;
    padding: 180px 0 220px;
}
section.feat-sec-2 .animated .sub-feat {
    transform: translateY(0);
}

.feat-sec-1 .content-wrap.animated>div {
    transform: translateY(0);
}

h2 {
    font-family: proxima_nova_rgbold;
}

.feat-left>p {
    font-family: proxima_novasemibold;
}


span.line-anim-white {
    border-left: 4px solid #fff;
    min-height: 275px;
    position: absolute;
    top: -275px;
    z-index: -1;
}
@media only screen and (min-width:1681px){
    span.scroll-plus{
        display: none;
    }
    .head-sec .content-wrap {
        text-align: right;
    }
    section.head-sec .cont-sec {
        text-align: left;
    }
}
@media only screen and (max-width:1450px){
    span.scroll-plus{
        display: none;
    }
    .feat-sec-1 .content-wrap{
        max-width: 1280px;
    }
    section.head-sec .img-sec {
        max-width: 620px;
    }
    img.book-anim {
        max-width: 150px;
    }
    img.spring-anim {
        max-width: 85px;
    }
    section.feat-sec-3 .sub-feat>div {
        max-width: 300px;
        margin: 50px 50px;
    }
    section.feat-sec-3 .sub-feat>div:first-child {
        margin-left: 50px;
    }
    section.feat-sec-3 .sub-feat>div:last-child {
        margin-right: 50px;
    }
    .feat-left{
        margin: 0 15px;
        margin-left: 0;
    }
    .feat-right{
        margin: 15px 15px 0;
        margin-right: 0;
        max-width: 42%;
    }
    .head-sec .content-wrap {
        text-align: right;
    }
    section.head-sec .cont-sec {
        text-align: left;
    }
}
@media only screen and (max-width:1279px){
    .head-sec .content-wrap {
        text-align: center;
    }
    section.head-sec .cont-sec, section.head-sec .img-sec{
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .feat-sec-1 .content-wrap{
        background: unset;
    }
    span.line-anim-white, span.line-anim{
        display: none;
    }
    .feat-left, .feat-right{
        display: block;
        margin: 0 auto;
        text-align: center;
        max-width: 650px;
    }
    .feat-right{
        display: block;
        margin: 50px auto 0;
        text-align: left;
        max-width: 405px;
    }
    .feat-left h3{
        max-width: unset;
        font-size: 40px;
    }
    .feat-left>p{
        font-size: 20px;
    }
}
@media only screen and (max-width:1199px){
    h3,  section.feat-sec-3 .sub-feat>div h3{
        font-size: 28px;
    }
    .feat-sec-1 .content-wrap>p{
        font-size: 20px;
    }
    .feat-sec-2 .sub-feat>div>h3, .feat-sec-2 .sub-feat>div>p{
        min-width: 275px;
    }
}
@media only screen and (max-width:991px){
    section.head-sec .img-sec {
        transform: scale(0.7);
    }
    .feat-sec-1 .content-wrap>p{
        text-align: center;
        padding: 30px;
    }
    section.feat-sec-1{
        padding: 0 0 60px;
    }
    .feat-sec-2 .sub-feat>div>h3, .feat-sec-2 .sub-feat>div>p{
        max-width:unset;
        text-align: center;
        margin: 0 auto;
        padding: 0 30px;
    }
    .feat-sec-2 span.bottom-line{
        margin: 10px auto 30px;
        max-width: 650px;
    }
    section.feat-sec-2 .sub-feat{
        padding: 60px 0 30px;
    }
    section.feat-sec-3{
        padding: 90px 0;
    }
    h2{
        font-size: 30px;
    }
    section.feat-sec-3 .sub-feat{
        margin: 60px 0 0;
    }
    section.feat-sec-3 .sub-feat>div{
        margin: 35px;
    }
    .feat-left h3{
        font-size: 30px;
    }
    section.feat-sec-4{
        padding: 90px 0 0;
    }
    section.foot-sec{
        padding: 90px 0;
    }
    section.foot-sec .content-wrap{
        padding: 90px 0 140px;
    }
}
@media only screen and (max-width:767px){
    .feat-sec-1 .content-wrap>p{
        padding: 0;
        margin-bottom: 30px;
    }
    section.feat-sec-2{
        padding-top: 10px;
    }
    section.feat-sec-3 .sub-feat{
        margin: 20px 0 0;
    }
    h3, section.feat-sec-3 .sub-feat>div h3{
        font-size: 24px;
    }
    section.feat-sec-3 .sub-feat>div{
        margin: 0 0 20px;
    }
    section.feat-sec-3 .sub-feat>div:first-child{
        margin-left:0;
    }
    section.feat-sec-3 .sub-feat>div:last-child{
        margin-right:0;
    }
    h4{
        font-size: 18px;
        text-align:center;
    }
    .circle{
        display: none;
    }
    .feat-right>div>p{
        display: block;
        text-align: center;
        margin-bottom: 40px
    }
    section.foot-sec{
        padding: 30px 0 60px;
    }
    section.foot-sec .content-wrap{
        background: unset;
        padding: 0;
    }
    h1{
        margin-top: 0;
    }
}
@media only screen and (max-width:600px){
    img.spring-anim{
        display: none;
    }
    img.book-anim {
        max-width: 120px;
    }
}
@media only screen and (max-width:450px){
    .feat-sec-2 .sub-feat>div>h3, .feat-sec-2 .sub-feat>div>p{
        padding: 0;
    }
    section.feat-sec-3 .sub-feat{
        margin-top: 50px;
    }
    img.book-anim {
        max-width: 90px;
    }
    section.head-sec .img-sec{
        transform: scale(0.8);
    }
}
.i18n-pt-br h1 {
    font: 41px/1.2 proxima_nova_rgbold;
}
.other-lang .cta-btn{
    max-width: 320px;
    margin-bottom: 20px;
}
.i18n-ar .content-wrap.animated h2 {
    text-align: center;
}
.i18n-ar .content-wrap.animated p {
    text-align: center;
}
.i18n-ar .feat-sec-2 .sub-feat>div>h3, .i18n-ar .feat-sec-2 .sub-feat>div>p{
text-align: right;
}
.i18n-ar .content-wrap.animated h1 {
    text-align: center;
}