* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em;
    color: #333;
    overflow-x: hidden;
}
body {
    font-size: 18px;
    font-family: var(--zf-primary-regular), sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
}
button, input, select, textarea {
    font-family: var(--zf-primary-regular), sans-serif;
}
/*** Links ***/

a {
    text-decoration: none;
    outline: 0;
    transition: color ease .2s;
}
/*** Lists ****/

ol ol, ol ul, ul ol, ul ul {
    margin: 0;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}
video, iframe {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    position: relative;
}
/**** Styling ****/

p, pre {
    margin: 1.5em 0;
}
blockquote {
    margin: 1.5em 30px;
}
h1 {
    font-family: var(--zf-primary-bold), sans-serif;
    font-size: 42px;
    line-height: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    font-weight: 400;
    color: #222;
}
h2 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 36px;
    line-height: 1.3em;
    margin-top: 0em;
    margin-bottom: 0.5em;
    font-weight: normal;
    color: #000;
}
h3 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 26px;
    line-height: 1.3em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    font-weight: normal;
    color: #333;
}
h4 {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: normal;
    color: #333;
    font-family: var(--zf-primary-semibold), sans-serif;
}
h5 {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-weight: normal;
}
h6 {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: normal;
}
p {
    font-family: var(--zf-primary-regular), sans-serif;
    line-height: 1.5em;
    margin: 0.6em 0;
    font-size: 18px;
    color: #353535;
    font-weight: lighter;
}
ul li {
    cursor: pointer;
    list-style-type: none;
}
.zs_padding_null {
    padding: 0;
}
.zs_margin_null {
    margin: 0;
}
.zs_paddingtop {
    padding-top: 15px;
}
.zs_margintop {
    margin-top: 15px;
}
.zs_paddingbottom {
    padding-bottom: 15px;
}
.zs_marginbottom {
    margin-bottom: 15px;
}
.zs_paddingtop_small {
    padding-top: 30px;
}
.zs_paddingbottom_small {
    padding-bottom: 30px;
}
.zs_margintop_small {
    margin-top: 30px;
}
.zs_marginbottom_small {
    margin-bottom: 30px;
}
.zs_marginbottom_large {
    margin-bottom: 90px;
}
.zs_center {
    text-align: center;
}
.zs_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.zs_tablecell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.zs_inlineblock {
    display: inline-block;
    vertical-align: middle;
}
.zs_table {
    display: table;
    table-layout: fixed;
}
.zs_hidden {
    display: block;
}
.zs_pos_r {
    position: relative;
}
.zs_margin_center {
    margin: 0 auto;
}
.zs_section_container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px;
}
.zs_paddingtopbottom_small {
    padding: 30px 0;
}
.zs_margintopbottom_small {
    margin: 70px 0;
}
.zs_paddingtop_large {
    padding-top: 50px;
}
.zs_paddingbottom_large {
    padding-bottom: 50px;
}
.zs_margintop_large {
    margin-top: 50px;
}
.zs_paddingtopbottom_large {
    padding: 50px 0;
}
.zs_margintopbottom_large {
    margin: 100px 0;
}
.zs_block {
    display: block;
}
.zs_alignright {
    text-align: right;
}
.zs_alignleft {
    text-align: left;
}
.zs_head_content {
    margin: auto;
    max-width: 70%;
}

/** custom css **/

.zs_banner_image{
 width: 100%;
 height: 100%;
}
.zs_banner_img_container{
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  right: -50px;
  z-index: -1;
}
.zs_banner_content_container{
  width: 70%;
  margin-top: -10%;
  padding-left: 90px;
}
.zs_create_button{
  margin-top: 35px;
}
.zs_title_banner{
  font-size: 44px;
}
.zs_subtitle_banner{
  font-size: 18px;
}
.zs_banner_container{
  position: relative;
left: 25px;
}
.zs_mob_view{
  display: none;
}
.zs_padding_left{
  padding-left: 40px;
}
.zs_flexible{
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 50px;
  padding: 50px 0 70px 0;
}
.zs_icons_section{
   text-align: center;
}
.zs_grid_items{
  height: 200px;
  width: 200px;
  padding: 30px 0px;
  margin: 0px 60px 25px 60px;
}
.zs_icon_place{
  height: 72px;
  width: 72px;
margin: auto;
background-image: url(/sites/zweb/images/show/zs_hr_sprite_icons.webp);
background-size: auto 72px;
}
.zs_icon_name{
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
}
.zs_themes {
  background-position: 0px 0;
}
.zs_collaboration {
  background-position: -73px 0;
}
.zs_charts {
  background-position: -145px 0;
}
.zs_cta_sec {
    margin: 50px auto;
}
.zs_animation {
  background-position: -217px 0;
}
.zs_mobile {
  background-position: -289px 0;
}
.zs_secure {
  background-position: -361px 0;
}
.zs_alignitems{
  align-items: flex-start;
}
.zs_icons_sec_title{
  padding: 0px 20px;
  width: 60%;
  margin: 0 auto;
}
.zs_card_sections{

  padding: 90px 0 ;
  position: relative;
}
.zs_four_sections{
  max-width: 100%;
    background-color: #EBEEFB;
}
.zs_card_01{
  background-color: #fff;
  width: 77%;
  margin: 18% auto;
  position: relative;
}
.zs_section_img{
  width: 35%;
  height: 100%;
  flex-shrink: 0;
}
.zs_section_img_01{
  width: 45%;
  height: 100%;
  flex-shrink: 0;

}
.zs_section_img_04{
  width: 57%;
  height: 100%;
  transform: scale(1.25);
  position: relative;
  left: 60px;
  flex-shrink: 0;
}
.zs_themes_img{
  width: 50%;
  top: -60px;
  right: -60px;
  position: absolute;
}

.zs_slides_img{
  width: 20%;
  height: 100%;
  transform: scale(1.2);
  position: relative;
  left: 40px;
  flex-shrink: 0;
}
.zs_content{
  padding: 10px 60px;
}
.zs_subtitle{
  font-size: 18px;
}
.zs_badge_icon{
  height: 160px;
  width: 160px;
  background-image:url(/sites/zweb/images/show/zs_hr_sprite_icons.webp);
  background-size: auto 115px;
  border: 22px solid #fff;
  box-shadow: 6px 6px 20px #3f54dc1f;
  background-color: #fff;
  border-radius: 50%;
}
.zs_speaker_icon{
  padding: 0 59px;
  position: relative;
  left: 80px;
  background-position:118px 0;
}
.zs_chart_icon{
  position: absolute;
  left: -60px;
  top: -60px;
  background-position: 468px 0;
}

.zs_share_icon{
  position: absolute;
  left: -60px;
  top: -60px;
  width: 160px;
  background-position: 348px 0;
}
.zs_target_icon{
  padding: 0 59px;
  position: relative;
  left: 80px;
  background-position:235px 0;
}
.zs_illustration_animate{
  position: absolute;
}
.zs_top_start{
  top: -20px;
  left: 35px;
}
.zs_bottom_start{
  bottom: -20px;
  right: -50px;

}
.zs_top_image{
  width: 35%;
  height: 100%;
}
.zs_bottom_image{
  width: 55%;
  height: 100%;
}
.zs_scroll_line{
  position: absolute;
  width: 1218px;
  height: 3426px;
  left: 90px;
}
.zs_line_icon{
  width: 1218px;
  height: 3665px;
}

/** custom css **/

/*** media query start ***/
@media only screen and (max-width: 1380px) {

  .zs_bottom_start,.zs_top_start,.zs_scroll_line{
    display: none;
  }
  .zs_card_sections{
    padding: 20px 0px;
  }
  .zs_card_01{
    margin: 12% auto;
  }
  .zs_flexible{
    width: 90%;
  }

}
@media only screen and (max-width: 1200px) {
  .zs_title_banner{
    font-size: 36px;
  }
  .zs_subtitle_banner,.zs_subtitle{
    font-size: 16px;
  }
  .zs_content {
    padding: 10px 30px;
  }
  .zs_bottom_start,.zs_top_start, .zs_scroll_line{
    display: none;
  }
  .zs_card_sections{
    padding: 20px 0px;
  }
  .zs_card_01{
    margin: 12% auto;
  }
  .zs_flexible{
    width: 90%;
  }
}
@media only screen and (max-width: 1160px) {
  .zs_speaker_icon, .zs_share_icon,.zs_target_icon,.zs_chart_icon{
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .zs_grid_items{
    margin: 0px 25px 25px 25px;
  }
}
@media only screen and (max-width: 980px) {
  .zs_banner_container{
    display: inherit;
    position: static;
  }
  .zs_banner_content_container{
    margin: auto;
    padding: 0;
    text-align: center;
  }
  .zs_banner_img_container{
    width: 100%;
    margin:30px  auto;
    position: static;
  }
  .zs_banner_image,.zs_slides_img,.zs_themes_img,
  .zs_section_img, .zs_section_img_01{
    display: none;
  }
  .zs_card_01{
    display: inherit;
  }
  .zs_four_sections {
    max-width: 100%;
    background-color: unset;
  }
  .zs_content{
    text-align: center;
  }
  .zs_section_img_04{
    margin: 40px auto;
    padding: 0;
    display: inherit;
    position: static;
    width: 80%;
    height: 100%;
  }
  .zs_mob_view{
    margin: 10px auto;
    padding: 0;
    display: block;
    width: 80%;
    height: 100%;
  }
  .zs_flexible{
    padding: 40px 0 0 0;
  }
}
@media only screen and (max-width: 860px) {
  .zs_flexible{
    width: 95%;
    margin-top: 30px;
  }
  .zs_grid_items{
    margin: 0px 10px 10px 10px;
  }
.zs_section_title{
    font-size: 28px;
 }
}
@media only screen and (max-width: 720px) {
  .zs_card_01{
    width: 95%;
  }
  .zs_content {
    padding: 10px;
  }

}
@media only screen and (max-width: 500px) {
  .zs_grid_items{
    margin: 0px 5px 10px 5px;
    height: 190px;
    width: 165px;
  }
  .zs_flexible{
    width: 100%;
  }
  .zs_mob_view{
    width: 90%;
  }
  .zs_icon_name{
    font-size: 15px;
  }
  .zs_banner_content_container{
    width: 90%;
  }
  .zs_card_01 {
    margin: 20% auto;
  }
}
/*Arabic starts*/
.i18n-ar .zs_banner_img_container {
    left: -50px;
    right: auto;
}
.i18n-ar .zs_banner_content_container {
    padding-right: 90px;
    padding-left: 0;
}
.i18n-ar .zs_margintop_large h2, .i18n-ar .zs_grid_items p, .i18n-ar section.zs_section_container h3, .i18n-ar section.zs_section_container .create-new-btn, .i18n-ar .zs_section_container h2{
    text-align: center;
}
.i18n-ar .zs_top_start.zs_illustration_animate, .i18n-ar .zs_bottom_start.zs_illustration_animate{
    text-align: left;
}
.i18n-ar section .zs_banner_content_container .create-new-btn {
    text-align: right;
}
.i18n-ar .zs_card_01 {
    direction: ltr;
}
@media only screen and (max-width: 980px)
{
.i18n-ar .zs_banner_content_container {
    padding: 0;
}
.i18n-ar .zs_banner_content_container h1, .i18n-ar .zs_banner_content_container p, .i18n-ar .zs_card_01 .zs_content h2, .i18n-ar .zs_card_01 .zs_content p, .i18n-ar .zs_section_container h3.zs_title{
    text-align: center;
}
}
/*Arabic ends*/
