* {
  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;
}
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;
}
img {
  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;
  color: #000;
}
blockquote {
  margin: 1.5em 30px;
}
h1 {
  font-family: var(--zf-primary-bold), sans-serif;
  font-size: 44px;
  line-height: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: normal;
  color: #000;
}
h2 {
  font-family: var(--zf-primary-semibold), sans-serif;
  font-size: 36px;
  line-height: 1.3em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  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: #000;
}
h4 {
  font-family: var(--zf-primary-semibold), sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: normal;
}
h5 {
  font-family: var(--zf-primary-semibold), 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;
}
p {
  font-family: var(--zf-primary-regular), sans-serif;
  line-height: 1.5em;
  margin: 1em 0;
  font-size: 18px;
}
.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_paddingtopbottom {
  padding: 15px 0;
}
.zs_margintopbottom {
  margin: 15px 0;
}
.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_paddingtopbottom_small {
  padding: 30px 0;
}
.zs_margintopbottom_small {
  padding: 30px 0;
}
.zs_paddingtop_large {
  padding-top: 100px !important;
}
.zs_paddingbottom_large {
  padding-bottom: 50px;
}
.zs_margintop_large {
  margin-top: 90px;
}
.zs_marginbottom_large {
  margin-bottom: 50px;
}
.zs_paddingtopbottom_medium {
  padding: 50px 0;
}
.zs_paddingtopbottom_large {
  padding: 60px 0;
}
.zs_margintopbottom_large {
  margin: 50px 0;
}
.zs_center {
  text-align: center;
}
.zs_left {
  text-align: left;
}
.zs_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zs_flex_cus {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row-reverse {
 flex-direction: row-reverse;
 gap: 40px;
}
.zs_tablecell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.zs_inlineblock {
  display: inline-block;
  vertical-align: middle;
}
.zs_block {
  display: block;
}
.zs_table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.zs_hidden {
  display: none;
}
.zs_alignright {
  text-align: right;
}
.zs_alignleft {
  text-align: left;
}
.zs_sectioncontainer {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  gap: 180px;
}
.zs_sectioncontainer_01 {
  max-width: 1980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative;
  gap: 80px;
}
section, .zs_checkin, .zs_checkout {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.abs-projects {
  right: 5%;
  width: 30%;
  bottom: 5%;
}
.abs-flowcharts {
  right: 0%;
  width: 42%;
  top: 5%;
}
.abs-media {
  right: 0%;
  width: 52%;
  top: 15%;
}
.abs-collaboration {
  right: 0%;
  width: 52%;
  bottom: 7%;
}
.abs-charts-01 {
  right: 0%;
  width: 42%;
  top: 15%;
}
.abs-charts-02 {
  left: 0%;
  width: 42%;
  bottom: 0%;
}
.abs-animation-01 {
  left: 0%;
  width: 32%;
  top: 5%;
}
.abs-animation-02 {
  right: -5%;
  width: 30%;
  bottom: 5%;
}
/**** custom css ****/
.zs_headcontent {
  margin: 40px auto 0;
  width: 90%;
}
.banner-container {
  margin: 20px auto 0;
}
.banner-img {
  transform: translateY(-20%);
}
.zs-abs-img img {
  position: absolute;
  z-index: 1;
}
.zs-hero-banner {
  left: 50%;
  transform: translate(-50%, 10%);
  width: 80%;
  opacity: 0;
  animation: banner-entry 0.8s forwards ease-out;
}

.zs-table-title {
  flex-direction: column;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 2px solid #e6eaf0;
  font-size: 20px !important;
  font-weight: 600;
  gap: 10px;
}
.zs-title-feature {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 20px !important;
  font-weight: 600;
  border-bottom: 2px solid #e6eaf0;
}
.zs-table-contain {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  /* box-shadow: 0px 0px 20px #15191d08;
  margin: 80px auto 40px;
  width: 90%;
  padding: 10px;
  background: #fff; */
}
.line-bg-color {
  background: #F2F4FA;
}
.zs-scale-content {
  /* margin-top: 30px; */
}

.zs-table-zshow li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zs-table-gslides li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zs-table-feature li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.zs-table-zshow {
  box-shadow: 0px 0px 10px 10px #2a3c4e05;
  border-radius: 20px;
  padding: 30px 0;
  z-index: 1;
}
.zs-table-gslides {
  box-shadow: 0px 0px 10px 10px #2a3c4e05;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 30px 0;
}
.zs-table-feature {
  box-shadow: 0px 0px 10px 10px #2a3c4e05;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 30px 0;
}
.zs-table-contain li {
  list-style-type: none;
  padding: 12px 40px;
  font-size: 16px;
  box-sizing: content-box;
  min-height: 90px;
}
.zs-table-contain ul {
  flex-basis: 100%;
  background: #fff;
}

.table-image {
  display: block;
}
.zs_section {
  width: 90%;
  margin: auto;
}
.zs_section_03 .section_animLeft {
  transform: translateX(0%);
  opacity: 1;
}
.zs_section_04 .section_animRight {
  transform: translateX(0%);
  opacity: 1;
}
.zs_section_05 .section_animLeft {
  transform: translateX(0%);
  opacity: 1;
}
.zs_section_06 .section_animRight {
  transform: translateX(0%);
  opacity: 1;
}
.zs_section_07 .section_animLeft {
  transform: translateX(0%);
  opacity: 1;
}
.zs_section_08 .section_animRight {
  transform: translateX(0%);
  opacity: 1;
}
.zs-banner-title {
  // font-size: 52px;
}
.title-part-01 {
    font-size: 30px;
    font-weight: normal;
    padding-top: 10px !important;
    margin-bottom: 0;
}
.title-part-02 {
   font-weight: 600;
}
.title-part-01 span {
  color: #E42527;
}

.zs-banner-desc {
  width: 50%;
  margin: 30px auto;
}
.class-assign-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
  margin: 80px auto;
}
.class-assign-card {
  width: 180px;
}
.zs_section_02 p {
  width: 60%;
  margin: 0 auto 50px;
}
.class-assign-icons {
  height: 180px;
  width: 180px;
  display: inline-block;
  border-radius: 50%;
  padding: 10px;
}
.pos-r {
  position: relative;
}
.zs_icon_contain img {
 width: 72px;
}
.rotate-anim {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    top: 50%;
    left: 50%;
    animation: rotate-anim 100s infinite linear;
    transition: 0.5s linear;
    z-index: -1;
}
.fb80 {
  flex-basis: 80%;
}
.fb100 {
  flex-basis: 100%;
}
.section_animLeft, .section_animRight {
  transition: 0.8s all;
}
.import-btn {
  display: inline-block;
  font-family: var(--zf-primary-semibold),sans-serif;
  padding: 8px 30px;
  margin: 0;
  border: 1px solid transparent;
  cursor: pointer;
  z-index: 1;
  font-size: 15px;
  position: relative;
  text-align: center;
  background: #e42527;
}
.create-new-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@keyframes rotate-anim {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.table_content table {
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  .zs-table-contain li {
    font-size: 16px;
    min-height: 90px;
    padding: 10px 30px;
  }
  .zs-table-title {
    font-size: 18px !important;
  }
  .zs-title-feature {
    font-size: 18px !important;
  }
  .class-assign-icons {
    height: 120px;
    width: 120px;
  }
  .zs_sectioncontainer {
    gap: 50px;
  }
}
@media only screen and (max-width: 980px) {
  .banner-container {
    flex-direction: column;
  }
  .zs_headcontent {
    text-align: center;
  }
  .zs-banner-desc {
    margin: 30px auto;
    width: 80%;
  }
  .zs_headcontent {
    width: 90%;
  }
  .table_content th, .table_content td {
    padding: 10px 20px;
  }
  .zs_section_02 p {
    width: 90%;
  }
  .table_content table {
    width: 620px;
  }
}
@media only screen and (max-width: 840px) {
  .zs_sectioncontainer {
    flex-direction: column;
    text-align: center;
  }
  .fb100, .banner-img {
    width: 80%;
  }
  .zs_paddingtopbottom_large {
    padding: 50px 0;
  }
  .zs-banner-desc {
    width: 100%;
  }
  .zs-table-contain li {
    font-size: 14px;
    padding: 10px 20px;
  }
  .zs-table-title {
    font-size: 16px !important;
  }
  .zs-title-feature {
    font-size: 16px !important;
  }
.banner-container {
  margin-top: 0px;
}
}
@media only screen and (max-width: 720px) {
  .zs-table-contain li {
    min-height: 120px;
    padding: 10px 20px;
  }
  .title-part-01 {
    display: block;
    font-size: 28px;
  }
  .zs_headcontent {
    width: 100%;
  }
  .zs-banner-title {
    font-size: 36px;
  }
  .zs-banner-title br {
    display: none;
  }
  .zs-table-feature li {
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 580px) {
  .class-assign-card {
    width: 160px;
  }
 .fb100, .banner-img {
    width: 100%;
  }
  .class-assign-flex {
    gap: 10px;
    margin: 0px auto 0;
  }
  .zs-cta-title {
    font-size: 36px;
  }
  .zs_paddingtopbottom_large {
    padding: 30px 0;
  }
  .zs_sectioncontainer {
    gap: 0;
  }
  .class-assign-card {
    width: 120px;
  }
  .class-assign-icons {
    height: 100px;
    width: 100px;
  }
  .class-assign-card p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 520px) {
  .zs-table-contain li {
    min-height: 150px;
    padding: 10px 5px;
  }
}
/*Arabic Starts*/
.i18n-ar .zs-banner-title, .i18n-ar .zs-banner-desc, .i18n-ar .zs-table-contain li, .i18n-ar .zs_section_02 .zs-section-title, .i18n-ar .zs_center p, .i18n-ar .class-assign-card, .i18n-ar .zs_section_09 h1 {
    text-align: center;
}
@media only screen and (max-width:840px)
{
.i18n-ar .zs_section:not(.zs_section_02) .zs_sectioncontainer div, .i18n-ar .zs_section:not(.zs_section_02) .zs_sectioncontainer h2, .i18n-ar .zs_section:not(.zs_section_02) .zs_sectioncontainer p {
    text-align: center;
}
}