section.head-sec {
  padding: 40px 0 0;
}
.cta-btn,
.download-btn {
  padding: 15px 35px;
  background: #f0483e;
  color: #fff;
}
.watch-btn {
  color: #000;
  padding: 8px 0 10px 38px;
  text-transform: none;
}
.zwatch {
  margin-top: 12px;
}
.watch-btn:after,
.watch-btn:before {
  position: absolute;
  content: "";
}
.watch-btn:before {
  left: 0;
  top: 8px;
  width: 26px;
  height: 26px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
}
.watch-btn:after {
  left: 11px;
  top: 16px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #000;
}
section.head-sec .cont-sec {
  display: inline-block;
  vertical-align: top;
  max-width: 750px;
  padding: 0 0 80px;
}
section.head-sec .img-sec {
  display: inline-block;
  vertical-align: bottom;
  max-width: 500px;
  position: relative;
  transform: translate(0, 2%);
}
.head-sec .cont-sec p {
  margin: 15px 0 30px;
}
h1 {
  margin: 50px auto 0;
  font-family: var(--zf-primary-extrabold);
  line-height: 1.3;
}
@keyframes MoveUpDown {
  0%,
  100% {
    top: 30%;
  }
  50% {
    top: 32%;
  }
}
@keyframes MoveUpDown2 {
  0%,
  100% {
    top: 5%;
  }
  50% {
    top: 7%;
  }
}
@keyframes MoveUpDown3 {
  0%,
  100% {
    top: 64%;
    right: 22%;
  }
  50% {
    top: 62%;
    right: 10%;
  }
}
.block.block-system {
  position: relative;
}
.feat-sec-1 .content-wrap {
  text-align: center;
  max-width: 1400px;
  background: linear-gradient(
    to bottom,
    #99b8d6 0%,
    #99b8d6 80%,
    #99b8d6 50%,
    white 50%,
    white 100%
  );
}
.feat-sec-1 .content-wrap > p,
.feat-sec-1 .content-wrap > h2 {
  max-width: 725px;
  margin: 0 auto;
  text-align: left;
  padding: 85px 0 0;
  font-family: var(--zf-primary-extrabold);
}
.feat-sec-1 .content-wrap > p {
  padding: 20px 0 85px;
  font-family: var(--zf-primary-regular);
}
section.feat-sec-5 .feat-right {
  transform: translateX(0);
  opacity: 1;
}
section.feat-sec-5 .feat-left {
  transition: all 1s ease;
  opacity: 0;
  transform: translateX(-50px);
}
section.feat-sec-5 .animated .feat-left {
  opacity: 1;
  transform: translateX(0);
}
.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, 0.2));
  transform: translateY(60px);
  transition: all 1s ease 1s;
}
section.feat-sec-1 {
  padding: 0 0 90px;
  z-index: -1;
  position: relative;
}
section.feat-sec-2 {
  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: var(--zf-primary-semibold);
  font-size: 20px;
}
section.feat-sec-2 .sub-feat {
  padding: 40px 0;
  transform: translateY(60px);
  transition: all 1s ease;
}
h3 {
  font: 34px/1.3 var(--zf-primary-bold);
}
.feat-sec-2 .sub-feat > div > h3,
.feat-sec-2 .sub-feat > div > p {
  display: inline-block;
  max-width: 275px;
  vertical-align: middle;
  text-align: left;
  margin: 0 60px;
}
.feat-sec-2 .sub-feat > div > h3 {
  font-family: var(--zf-primary-extrabold);
  margin-left: 0;
  min-width: 350px;
}
.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: 300px;
  vertical-align: top;
  text-align: left;
  margin: 0 30px;
}
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: var(--zf-primary-regular);
  font-size: 30px;
}
section.feat-sec-4 {
  padding: 100px 0 90px;
  text-align: center;
}
.feat-left {
  vertical-align: top;
  display: inline-block;
  max-width: 40%;
  margin: 60px 60px 0;
  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;
  opacity: 0;
}
.animated .feat-right {
  transform: translateX(0);
  opacity: 1;
}
.feat-left h3 {
  font: 42px/1.3 var(--zf-primary-light);
  max-width: 420px;
}
.feat-right > div > p {
  max-width: 470px;
}
.feat-right > div > h4 {
  position: relative;
}
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: 710px;
}
section.foot-sec .content-wrap {
  max-width: 1400px;
  text-align: center;
  background: #ccd2d0;
  padding: 100px 0 120px;
}
section.feat-sec-2 .animated .sub-feat {
  transform: translateY(0);
}
.feat-sec-1 .content-wrap.animated > div {
  transform: translateY(0);
}
h2 {
  font-family: var(--zf-primary-bold);
}
.manufact-bottom {
  max-width: 400px;
}
.head-sec img.static-img {
  z-index: 1;
  position: relative;
  max-width: 150%;
  margin-left: 10%;
  transform: translateY(55px);
  -webkit-transform: translateY(55px);
  opacity: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}
.head-sec .animated img.static-img {
  opacity: 1;
  margin-left: 0%;
}
img.static-img {
  opacity: 0;
}
.flight-left {
  vertical-align: bottom;
  display: inline-block;
  max-width: 495px;
  margin: 0 40px;
  margin-left: 0;
  transform: translateY(46%);
}
.flight-cont {
  vertical-align: middle;
  display: inline-block;
  max-width: 500px;
  text-align: -webkit-auto;
  margin: 0 40px;
  margin-right: 0;
}
.flight-cont h2 {
  font: 42px/1.3 var(--zf-primary-light);
}
section.feat-sec-4 .feat-right {
  max-width: 340px;
  margin-left: 70px;
}
section.feat-sec-5 h3 {
  font: 42px/1.3 var(--zf-primary-light);
}
section.feat-sec-5 {
  padding-top: 50px;
}
section.feat-sec-5 .content-wrap {
  text-align: center;
}
section.foot-sec .act-btn {
  margin-top: 20px;
}
.feat-sec-4 .feat-left > p {
  max-width: 400px;
}
section.feat-sec-1 .openfrom-workdrive-popup {
  left: -40px;
  top: -40px;
  opacity: 0;
  transform: scale(0.1);
  transition: 1s ease 0s;
}
section.feat-sec-1 .animated .openfrom-workdrive-popup {
  position: ABSOLUTE;
  left: -40px;
  top: -20px;
  opacity: 1;
  transform: scale(1);
  transition: 1s ease 1s;
  width: 170px;
}
img {
  max-width: 100%;
}

.sub-feat p a {
  display: inline-block;
}

@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;
  }
  .feat-sec-1 .content-wrap > h2 {
    font-size: 38px;
  }
}

@media only screen and (min-width: 1399px) {
  .feat-sec-1 .content-wrap > h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1450px) {
  span.scroll-plus {
    display: none;
  }
  img.static-img {
    max-width: 150%;
    margin-left: 0%;
    transform: translateY(57px);
  }
  .feat-sec-1 .content-wrap {
    max-width: 1280px;
  }
  section.head-sec .img-sec {
    max-width: 475px;
  }
  img.book-anim {
    max-width: 180px;
  }
  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: center;
  }
  section.head-sec .cont-sec {
    text-align: left;
    max-width: 550px;
    margin-right: 100px;
  }
}

@media only screen and (max-width: 1279px) {
  .head-sec .content-wrap {
    text-align: center;
  }

  .head-sec img.static-img {
    max-width: 100%;
    margin-left: 0%;
    transform: translateY(0);
  }
  section.head-sec .cont-sec,
  section.head-sec .img-sec {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 750px;
  }
  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;
  }
  .manufact-bottom {
    margin: 0 auto;
    max-width: 350px;
  }
  section.feat-sec-1 {
    padding: 0 0 60px;
  }
  .feat-sec-4 .feat-left > p {
    margin: 0 auto;
  }
  section.feat-sec-4 .feat-right {
    margin: 0 auto;
  }
  .row section.head-sec .img-sec {
    max-width: 500px;
    margin-top: -20px;
    margin-bottom: -41px;
  }
  section.feat-sec-5 .feat-right {
    max-width: 600px;
    text-align: center;
  }

  .healthcare-img {
    max-width: 550px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1199px) {
  h3,
  section.feat-sec-3 .sub-feat > div h3 {
    font-size: 28px;
  }
  .feat-sec-2 .sub-feat > div > h3,
  .feat-sec-2 .sub-feat > div > p {
    min-width: 275px;
  }
  section.feat-sec-1 {
    padding: 0 0 60px;
  }
  .flight-left {
    transform: unset;
    display: block;
    margin: 0 auto;
  }
  .flight-cont {
    display: block;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 30px;
  }
  section.feat-sec-4 {
    padding: 90px 0 60px;
  }
  section.feat-sec-5 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .feat-sec-2 span.bottom-line {
    display: none;
  }
  .row section.head-sec .img-sec {
    max-width: 500px;
    margin-top: 30px;
    margin-bottom: -41px;
  }
  section.feat-sec-1 {
    padding: 0 0 60px;
  }
  .feat-sec-1 .content-wrap > h2 {
    text-align: center;
    padding: 100px 5% 20px;
  }
  .feat-sec-2 .sub-feat > div > h3,
  .feat-sec-2 .sub-feat > div > p {
    max-width: unset;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0 30px;
  }
  section.feat-sec-2 .sub-feat {
    padding: 60px 0 30px;
    max-width: 80%;
    margin: 0 auto;
  }
  .feat-sec-4 .feat-left > p {
    max-width: 600px;
  }
  section.feat-sec-4 .feat-right {
    max-width: 350px;
    margin: 30px auto;
  }
  section.feat-sec-4 {
    padding: 40px 0 0;
  }
  .flight-cont h2 {
    font-size: 28px;
  }
  section.feat-sec-3 .sub-feat {
    margin: 60px 0 0;
  }
  section.feat-sec-3 .sub-feat > div {
    margin: 35px;
  }
  .feat-left h3,
  section.feat-sec-5 h3 {
    font-size: 28px;
  }
  section.feat-sec-4 {
    padding: 25px 0 0;
  }
  section.foot-sec {
    padding: 20px 0 60px;
  }
  section.foot-sec .content-wrap {
    padding: 60px 0 70px;
  }
  .flight-left,
  .healthcare-img {
    max-width: 400px;
  }
  section.head-sec {
    padding: 0;
  }
  section.head-sec .cont-sec {
    padding: 0 0 20px;
  }
  .feat-sec-1 .content-wrap.animated > div {
    max-width: 80%;
  }
  section.feat-sec-1 {
    padding: 0 0 20px;
  }
  .feat-sec-2 .sub-feat > div {
    padding-bottom: 40px;
  }
  .feat-sec-1 .content-wrap > p {
    text-align: center;
    padding: 0px 0 50px;
  }
  section.feat-sec-1 .animated .openfrom-workdrive-popup {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .feat-sec-1 .content-wrap > p {
    padding: 0;
    margin-bottom: 30px;
  }
  .feat-sec-1 .content-wrap.animated > div {
    max-width: 90%;
  }
  .row section.head-sec .img-sec {
    max-width: 500px;
    margin-top: -20px;
    margin-bottom: 0;
  }
  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;
  }
  .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;
  }
  span.virutual-lib.kite,
  span.virutual-lib.left-1,
  span.virutual-lib.left-2 {
    transform: scale(0.6);
  }
  .row section.head-sec .img-sec {
    margin-top: 0;
  }
  section.feat-sec-2 .sub-feat {
    padding: 40px 0 20px;
    max-width: 100%;
  }
  img.static-img {
    max-width: 80%;
    margin-top: 40px;
    margin-bottom: -35px;
  }
  section.head-sec .cont-sec {
    padding: 50px 0 20px;
  }
  .feat-sec-1 .content-wrap {
    padding: 0 5%;
  }
}

@media only screen and (max-width: 600px) {
  span.virutual-lib.left-1,
  span.virutual-lib.left-2 {
    display: none;
  }
}

@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.static-img {
    max-width: 280px;
    margin-top: 30px;
    margin-bottom: -33px;
  }
  section.feat-sec-4 {
    padding: 25px 5% 0;
  }
}
.lang-ar .feat-sec-1 .content-wrap > p,
.lang-ar .feat-sec-2 .sub-feat h3,
.lang-ar .feat-sec-2 .sub-feat p,
.lang-ar .feat-left,
.lang-ar .feat-right {
  text-align: right;
}
.lang-ar section.feat-sec-2 p,
.lang-ar section.feat-sec-2 h2,
.lang-ar section.foot-sec h1,
.lang-ar section.feat-sec-4 .content-wrap,
.lang-ar .feat-sec-3 .content-wrap {
  text-align: center;
}
.lang-ar .flight-left,
.lang-ar .feat-left {
  margin-right: 0;
  margin: 15px 60px 0;
}
.lang-ar .flight-cont,
.lang-ar .feat-right {
  margin-left: 0;
  margin: 15px 60px 0;
}
