@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notokufiarabic.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic,900,900italic,300,300italic);
a, .btn, #sideMenu, #sideMenu a, #body-content, #body-content section, #mainmenu, #mainmenu ul li a, #mainmenu .menu ul .current-menu-item a:after, #mainmenu .container, #mainmenu .logo, #mainmenu .logo img, #mainmenu .languageWidget, #mainmenu .languageWidget li, #mainmenu .burgermenu, #mainmenu .languageWidget ul li:after, .app, .app *, footer, footer a, #home-about .bg, .cont-data span, .app-stores ul *, .app-platforms ul li svg *, .slick-prev, .slick-next {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#mainmenu .logo a {
  -webkit-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out; }

#mainmenu .menu {
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out; }

.scroll-slideInDown {
  opacity: 0; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333;
  overflow-x: hidden; }

::-moz-selection {
  background-color: #002043;
  background-color: #002043;
  color: #fff; }

::selection {
  background-color: #002043;
  background-color: #002043;
  color: #fff; }

a {
  color: #00a6f1;
  text-decoration: none;
  outline: none !important; }
  a:hover, a:active {
    color: #00c7ff;
    text-decoration: none; }
  a:visited, a:focus {
    text-decoration: none; }

* {
  -moz-backface-visibility: hidden; }

h1, h2, h3, h4, h5 {
  text-align: center;
  font-weight: 900;
  color: #002043; }

#body-content {
  background: #fff url(../img/bg/bg-1x.jpg) top center no-repeat;
  background-attachment: fixed;
  padding-top: 16.25em;
  margin-bottom: 12.5em;
  position: relative;
  z-index: 2;
  min-height: 100vh; }

.body-page {
  padding-bottom: 9.375em; }

.btn {
  border: 1px solid #00a6f1;
  background: #00a6f1;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  padding: 1em 5em;
  outline: none; }

.btn-info {
  background: #00a6f1; }
  .btn-info:hover {
    background: #fff;
    color: #00a6f1; }
  .btn-info:active:focus, .btn-info:focus {
    background: #002043;
    border-color: #002043; }

.noopacity {
  opacity: 0 !important; }

#confirm-animation {
  margin: auto auto;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 4em;
  height: 1em;
  animation-name: hide-loading;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards; }
  #confirm-animation div {
    background: #00a6f1;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    float: left;
    margin-right: 0.5em;
    animation-name: loading;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-delay: 0.25s; }
    #confirm-animation div:last-of-type {
      margin-right: 0;
      animation-delay: 0.5s; }
    #confirm-animation div:first-of-type {
      animation-delay: 0s; }

@keyframes loading {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes hide-loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    padding-top: 5em; } }
#confirm-msg {
  max-width: 50em;
  width: 100%;
  max-height: auto;
  display: table;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 5em;
  opacity: 0;
  animation-name: show-msg;
  animation-duration: 1s;
  animation-delay: 3.25s;
  animation-fill-mode: forwards; }
  #confirm-msg article {
    width: 100%;
    background: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    text-align: center;
    padding: 2em 3em 3em; }
    #confirm-msg article h1 {
      color: #002043;
      margin: 0; }
    #confirm-msg article p {
      margin: 0; }
    #confirm-msg article .confirm-icon {
      font-size: 4em;
      color: #999;
      margin-bottom: 0.25em; }
    #confirm-msg article .btn {
      background: #002043;
      border: 0px !important;
      font-size: 1em;
      margin: 2em 0 0;
      text-transform: uppercase;
      font-weight: 700; }
      #confirm-msg article .btn span {
        margin-right: 0.5em; }
      #confirm-msg article .btn:hover {
        background: #002349; }
      #confirm-msg article .btn:active {
        background: #00a6f1; }

@keyframes show-msg {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    padding-bottom: 0; } }
#mainmenu.stick {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); }

#mainmenu {
  position: fixed;
  top: 0 !important;
  width: 100%;
  height: 5em;
  padding: 0.625em 0;
  margin: 2.1875em 0 0;
  z-index: 999; }
  #mainmenu .container {
    position: relative !important;
    height: 5em;
    width: 100%;
    margin-top: -0.625em;
    padding-top: 0.625em; }
  #mainmenu .logo a {
    position: fixed;
    left: 6.25em;
    margin-top: -0.1875em;
    z-index: 999; }
  #mainmenu .logo img {
    float: left;
    height: 3.75em;
    width: auto;
    max-width: 100%; }
  #mainmenu .menu {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto; }
    #mainmenu .menu ul {
      list-style: none;
      padding: 0;
      margin: 0.9375em auto 0;
      width: auto;
      display: table;
      font-weight: 300; }
      #mainmenu .menu ul li {
        float: left;
        margin-right: 2em; }
        #mainmenu .menu ul li:last-of-type {
          margin-right: 0; }
        #mainmenu .menu ul li a {
          color: #002043; }
          #mainmenu .menu ul li a:hover {
            color: #00a6f1; }
      #mainmenu .menu ul .current-menu-item a:after {
        content: "";
        width: 2.8125em;
        height: 0.1875em;
        background: #00a6f1;
        border-radius: 3px;
        display: block;
        margin: 0.3125em auto 0; }
      #mainmenu .menu ul .current-menu-item a:hover:after {
        opacity: 0.1;
        margin-top: 0.625em; }
  #mainmenu .languageWidget {
    position: fixed;
    right: 10.625em; }
    #mainmenu .languageWidget:hover ul li:after {
      opacity: 0.5; }
    #mainmenu .languageWidget ul {
      list-style: none;
      padding: 0;
      margin: 0.75em 0 0 0;
      font-size: 1em;
      position: relative; }
      #mainmenu .languageWidget ul li:after {
        margin-left: -0.2em;
        font-family: "FontAwesome";
        content: ""; }
      #mainmenu .languageWidget ul li img {
        height: 2em; }
      #mainmenu .languageWidget ul li ul {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.95);
        -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
        border-radius: 3px;
        padding: 0.5em 0.75em 0.75em;
        position: absolute;
        top: 2em;
        right: 0em;
        visibility: hidden; }
        #mainmenu .languageWidget ul li ul li {
          width: 100%;
          text-align: center;
          margin-bottom: 1em;
          opacity: 0.5;
          max-height: 2em; }
          #mainmenu .languageWidget ul li ul li:last-of-type {
            margin-bottom: 0; }
          #mainmenu .languageWidget ul li ul li:after {
            display: none;
            content: ""; }
          #mainmenu .languageWidget ul li ul li:hover {
            opacity: 1; }
  #mainmenu .burgermenu {
    float: right;
    cursor: pointer;
    position: fixed;
    right: 6.25em;
    margin-top: -0.4375em;
    z-index: 1000; }
  #mainmenu .hamburglar {
    transform: scale(0.75);
    position: relative;
    display: block;
    width: 68px;
    height: 68px;
    background: transparent;
    -webkit-touch-callout: none;
    user-select: none; }
  #mainmenu .path-burger {
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    width: 68px;
    mask: url(#mask);
    -webkit-mask-box-image: url(../img/mask.svg); }
  #mainmenu .animate-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px; }
  #mainmenu .path-rotation {
    height: 34px;
    width: 34px;
    margin: 34px 34px 0 0;
    transform: rotate(0deg);
    transform-origin: 100% 0;
    opacity: 1; }
    #mainmenu .path-rotation:before {
      content: "";
      display: block;
      width: 30px;
      height: 34px;
      margin: 0 4px 0 0;
      background: #002043; }
@keyframes rotate-out {
  0% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-in {
  0% {
    transform: rotate(360deg); }
  40% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(0deg); } }
  #mainmenu .hamburglar.is-open .path {
    animation: dash-in 0.4s linear normal;
    animation-fill-mode: forwards; }
  #mainmenu .hamburglar.is-open .animate-path {
    animation: rotate-in 0.4s linear normal;
    animation-fill-mode: forwards; }
  #mainmenu .hamburglar.is-closed .path {
    animation: dash-out 0.4s linear normal;
    animation-fill-mode: forwards; }
  #mainmenu .hamburglar.is-closed .animate-path {
    animation: rotate-out 0.4s linear normal;
    animation-fill-mode: forwards; }
  #mainmenu .path {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    stroke-linejoin: round; }
@keyframes dash-in {
  0% {
    stroke-dashoffset: 240; }
  40% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes dash-out {
  0% {
    stroke-dashoffset: 0; }
  40% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 240; } }
  #mainmenu .burger-icon {
    position: absolute;
    padding: 20px 16px;
    height: 68px;
    width: 68px; }
  #mainmenu .burger-container {
    position: relative;
    height: 28px;
    width: 36px; }
  #mainmenu .burger-bun-top,
  #mainmenu .burger-bun-bot,
  #mainmenu .burger-filling {
    position: absolute;
    display: block;
    height: 4px;
    width: 36px;
    border-radius: 2px;
    background: #002043; }
  #mainmenu .burger-bun-top {
    top: 0;
    transform-origin: 34px 2px; }
  #mainmenu .burger-bun-bot {
    bottom: 0;
    transform-origin: 34px 2px; }
  #mainmenu .burger-filling {
    top: 12px; }
  #mainmenu .burger-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px; }
  #mainmenu .svg-ring {
    width: 68px;
    height: 68px; }
    #mainmenu .svg-ring .path {
      stroke: #002043; }
  #mainmenu .hamburglar.is-open .burger-bun-top {
    animation: bun-top-out 0.4s linear normal;
    animation-fill-mode: forwards; }
  #mainmenu .hamburglar.is-open .burger-bun-bot {
    animation: bun-bot-out 0.4s linear normal;
    animation-fill-mode: forwards; }
  #mainmenu .hamburglar.is-closed .burger-bun-top {
    animation: bun-top-in 0.4s linear normal;
    animation-fill-mode: forwards; }
  #mainmenu .hamburglar.is-closed .burger-bun-bot {
    animation: bun-bot-in 0.4s linear normal;
    animation-fill-mode: forwards; }
@keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg); }
  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg); }
  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg); }
  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg); } }
@keyframes bun-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg); }
  20% {
    left: 0;
    transform: rotate(-15deg); }
  80% {
    left: -5px;
    transform: rotate(60deg); }
  100% {
    left: -5px;
    transform: rotate(45deg); } }
@keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    transform: rotate(-45deg); }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(-60deg); }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(15deg); }
  100% {
    left: 0;
    bot: 1px;
    transform: rotate(0deg); } }
@keyframes bun-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg); }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(60deg); }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(-15deg); }
  100% {
    left: 0;
    transform: rotate(0deg); } }
  #mainmenu .hamburglar.is-open .burger-filling {
    animation: burger-fill-out 0.4s linear normal;
    animation-fill-mode: forwards; }
  #mainmenu .hamburglar.is-closed .burger-filling {
    animation: burger-fill-in 0.4s linear normal;
    animation-fill-mode: forwards; }
@keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px; }
  40% {
    width: 0;
    left: 40px; }
  80% {
    width: 36px;
    left: -6px; }
  100% {
    width: 36px;
    left: 0px; } }
@keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px; }
  20% {
    width: 42px;
    left: -6px; }
  40% {
    width: 0;
    left: 40px; }
  100% {
    width: 0;
    left: 36px; } }
#sideMenu {
  width: 21.875em;
  background: #013e7f;
  position: fixed;
  top: 0;
  right: -21.875em;
  height: 100vh;
  z-index: 10;
  padding: 5em 2.8125em 0;
  color: #fff;
  overflow-y: auto; }
  #sideMenu #inner-close {
    position: absolute;
    top: 1em;
    right: 1em;
    height: 2em;
    width: 2em;
    padding-top: 1em;
    display: none; }
    #sideMenu #inner-close div {
      width: 2em;
      height: 0.2em;
      border-radius: 3px;
      background: #fff; }
      #sideMenu #inner-close div:first-of-type {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      #sideMenu #inner-close div:last-of-type {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -0.1875em; }
  #sideMenu a {
    color: #fff; }
    #sideMenu a:hover {
      color: #00a6f1; }
  #sideMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    #sideMenu ul:first-of-type {
      font-size: 2.25em;
      font-weight: 900;
      line-height: 1em;
      padding-bottom: 1.33em;
      border-bottom: 1px solid #002043; }
      #sideMenu ul:first-of-type li {
        margin-bottom: 0.5em;
        width: 100%; }
        #sideMenu ul:first-of-type li:last-of-type {
          margin-bottom: 0; }
        #sideMenu ul:first-of-type li a {
          display: inline-block;
          width: 100%; }
        #sideMenu ul:first-of-type li span {
          margin-top: -0.2em;
          display: table;
          width: 100%;
          font-family: "Noto Kufi Arabic", sans-serif;
          font-size: 0.39em;
          font-weight: 400;
          color: #c7e9f8; }
    #sideMenu ul:nth-child(2) {
      padding: 2.25em 0 2.8125em 0;
      border-bottom: 1px solid #002043; }
      #sideMenu ul:nth-child(2) li {
        font-size: 1.125em;
        margin-bottom: 0.5em;
        width: 100%; }
        #sideMenu ul:nth-child(2) li:last-of-type {
          margin-bottom: 0; }
        #sideMenu ul:nth-child(2) li a {
          width: 100%;
          display: inline-block; }
    #sideMenu ul:last-of-type {
      padding: 2.8125em 0 3.125em 0;
      display: inline-block; }
      #sideMenu ul:last-of-type li {
        float: left;
        margin-right: 0.875em; }
        #sideMenu ul:last-of-type li:last-of-type {
          margin-right: 0; }
        #sideMenu ul:last-of-type li a {
          color: #00a6f1;
          font-size: 1.5em; }
          #sideMenu ul:last-of-type li a:hover {
            color: #c8e9f8; }
      #sideMenu ul:last-of-type .title {
        width: 100%;
        display: table;
        color: #b4d3e1;
        font-size: 1.125em;
        font-weight: 700; }
  #sideMenu .mobile-only {
    display: none;
    color: #c7e9f8; }

body.side-open #sideMenu {
  right: 0; }
body.side-open #body-content {
  margin-left: -21.875em;
  background-position-x: 75%; }
  body.side-open #body-content #mainmenu .languageWidget {
    right: 26.25em; }
  body.side-open #body-content #mainmenu .burgermenu {
    right: 21.875em; }
  body.side-open #body-content #home-about .bg {
    width: 105%; }
body.side-open footer {
  padding-right: 21.875em; }

footer {
  position: fixed;
  z-index: 1;
  width: 100%;
  bottom: 0;
  padding: 4.375em 0 5.625em;
  background: #013e7f;
  color: #00a6f1;
  font-weight: 300; }
  footer a {
    color: #00a6f1; }
    footer a:hover {
      color: #fff; }
  footer .copyrights {
    text-align: right; }
  footer div p {
    margin: 0; }
    footer div p:last-of-type {
      font-size: 0.8125em; }
  footer ul {
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    footer ul li {
      float: left;
      margin-top: -0.875em;
      margin-right: 2.5em; }
      footer ul li:last-of-type {
        margin-right: 0; }
      footer ul li a {
        font-size: 3em;
        color: #c8e9f8; }

#home-slider {
  width: 100%;
  height: auto;
  margin: 4.375em 0 1.25em; }
  #home-slider .anim-slider {
    background: transparent !important; }
    #home-slider .anim-slider h2 {
      width: 100%;
      text-align: center;
      font-family: "Noto Kufi Arabic", sans-serif;
      font-size: 4.5em;
      line-height: 1.2em;
      color: #002043;
      position: static;
      margin: 0; }
    #home-slider .anim-slider h3 {
      width: 100%;
      text-align: center;
      color: #00a6f1;
      font-weight: 300;
      position: static; }
  #home-slider .anim-dots {
    display: none; }

.app {
  width: 100%;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-bottom: 2.5em;
  position: relative;
  overflow: hidden;
  max-height: 24em; }
  .app:hover {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2); }
  .app .app-content {
    padding: 0 2.5em 1.875em;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .app .app-content .icon, .app .app-content h2, .app .app-content p, .app .app-content .download {
      position: relative;
      z-index: 1; }
    .app .app-content * {
      -webkit-transition: all 0.6s cubic-bezier(0.35, -0.11, 0.1, 1.57);
      transition: all 0.6s cubic-bezier(0.35, -0.11, 0.1, 1.57); }
    .app .app-content .icon {
      width: 100%;
      height: 6.25em;
      margin-top: 6.875em;
      pointer-events: none; }
      .app .app-content .icon img {
        width: 6.25em;
        position: absolute;
        left: 0;
        right: auto;
        top: 0; }
    .app .app-content h2 {
      text-align: left;
      font-size: 1.375em;
      height: 1.625em;
      margin: 1.15em 0 0.45em;
      pointer-events: none;
      -webkit-transition-delay: 0.05s;
      transition-delay: 0.05s;
      width: 100%;
      white-space: normal;
      overflow: hidden;
      text-overflow: ellipsis; }
      .app .app-content h2 span {
        position: absolute;
        left: 0;
        display: table; }
    .app .app-content p {
      color: #333;
      font-size: 0.875em;
      line-height: 1.2em;
      font-weight: 300;
      margin: 0 0 1.25em;
      display: none;
      height: 2.1em;
      max-height: 2.1em;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      .app .app-content p:first-of-type {
        display: block;
        display: -webkit-box; }
      .app .app-content p br {
        display: none; }
    .app .app-content .download {
      color: #999;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 0.875em;
      height: 1.875em; }
      .app .app-content .download span {
        float: left;
        margin-right: 1.875em; }
      .app .app-content .download ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        display: inline-table; }
        .app .app-content .download ul * {
          -webkit-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out; }
        .app .app-content .download ul li {
          float: left;
          margin-right: 1.25em; }
          .app .app-content .download ul li:last-of-type {
            margin-right: 0; }
          .app .app-content .download ul li svg {
            width: auto;
            height: 1.25em; }
            .app .app-content .download ul li svg path {
              fill: #999; }
            .app .app-content .download ul li svg:hover path {
              fill: #00a6f1; }
    .app .app-content .screen {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute; }
      .app .app-content .screen .image {
        width: 100%;
        height: 11.875em;
        background-position: center;
        background-size: 110%;
        background-repeat: no-repeat;
        -webkit-transition: all 0.6s cubic-bezier(0.35, 0, 0.1, 1.1);
        transition: all 0.6s cubic-bezier(0.35, 0, 0.1, 1.1); }
        .app .app-content .screen .image .overlay {
          display: block;
          background: rgba(0, 32, 67, 0);
          background: -moz-linear-gradient(top, rgba(0, 32, 67, 0) 0%, rgba(0, 32, 67, 0.5) 99%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 32, 67, 0)), color-stop(99%, rgba(0, 32, 67, 0.5)));
          background: -webkit-linear-gradient(top, rgba(0, 32, 67, 0) 0%, rgba(0, 32, 67, 0.5) 99%);
          background: -o-linear-gradient(top, rgba(0, 32, 67, 0) 0%, rgba(0, 32, 67, 0.5) 99%);
          background: -ms-linear-gradient(top, rgba(0, 32, 67, 0) 0%, rgba(0, 32, 67, 0.5) 99%);
          background: linear-gradient(to bottom, rgba(0, 32, 67, 0) 0%, rgba(0, 32, 67, 0.5) 99%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
          height: 11.875em; }
  .app:hover .app-content .icon img {
    left: 50%;
    transform: translate(-50%); }
  .app:hover .app-content p {
    opacity: 0; }
  .app:hover .app-content h2 {
    color: #fff;
    text-align: center;
    overflow: visible; }
    .app:hover .app-content h2 span {
      left: 50%;
      transform: translate(-50%); }
  .app:hover .app-content .download span {
    display: none; }
  .app:hover .app-content .download ul {
    left: 50%;
    transform: translate(-50%); }
    .app:hover .app-content .download ul li svg path {
      fill: #fff; }
    .app:hover .app-content .download ul li svg:hover path {
      fill: #00a6f1; }
  .app:hover .app-content .screen .image {
    height: 100%;
    background-size: 175%; }
    .app:hover .app-content .screen .image .overlay {
      height: 100%;
      background: rgba(0, 32, 67, 0.97); }

#home-featured {
  margin-bottom: 6.875em; }
  #home-featured h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0 0 3.1em; }
    #home-featured h3 span {
      color: #00a6f1; }
  #home-featured .btn {
    margin: 2.5em auto 0;
    display: table; }

#home-about {
  background: #00a6f1;
  color: #fff;
  padding: 3.75em 0 6.875em;
  text-align: center;
  position: relative; }
  #home-about .bg {
    width: 100%;
    position: absolute;
    top: -60px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/about/hand-left.png) top left no-repeat, url(../img/about/hand-right.png) top right no-repeat;
    pointer-events: none; }
  #home-about .about-content {
    width: 65%;
    margin: 0 auto; }
    #home-about .about-content h3 {
      font-family: "Noto Kufi Arabic", sans-serif;
      color: #fff;
      font-size: 2.25em;
      margin: 0 0 2em;
      font-weight: 700; }
    #home-about .about-content p {
      margin: 0 0 1.75em;
      color: #c7e9f8;
      line-height: 1.5em; }
      #home-about .about-content p:first-of-type {
        font-weight: 700;
        color: #fff;
        font-size: 1.125em; }
      #home-about .about-content p:last-of-type {
        margin-bottom: 0; }

#page-title h1 {
  font-size: 3.75em;
  color: #002043;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin: 0 0 1.25em;
  line-height: 1.2em; }
  #page-title h1 .app-desc {
    font-size: 0.2333em;
    font-weight: 300;
    color: #00a6f1;
    width: 100%;
    display: table;
    margin-top: -1em; }
#page-title .desc {
  margin: -4.0625em auto 4.0625em;
  width: 80%;
  font-weight: 300;
  color: #013e7f;
  text-align: center; }

#article {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 3em 0 9.375em;
  margin-bottom: -9.375em;
  line-height: 1.5em; }
  #article h1, #article h2, #article h3, #article h4, #article h5, #article h6 {
    text-align: left;
    color: #013e7f;
    margin: 1.5em 0 1em; }
  #article h1 {
    font-size: 2.25em; }
  #article h2 {
    font-size: 1.5em; }
  #article h3 {
    font-size: 1.25em; }
  #article h4 {
    font-size: 1.125em; }
  #article h5 {
    font-size: 1em; }
  #article h6 {
    font-size: 0.875em; }
  #article p {
    margin: 1em 0 2em; }
  #article ul, #article ol {
    padding: 0 0 0 1em;
    margin: 0; }

#article.app-single {
  margin-top: 14.0625em;
  margin-bottom: 0;
  padding-bottom: 0; }
  #article.app-single .app-img {
    text-align: center; }
    #article.app-single .app-img img {
      margin-top: -18.75em;
      max-width: 95%; }
  #article.app-single .app-about {
    text-align: center;
    font-weight: 300;
    margin: 1.25em auto 3.75em;
    width: 100%;
    max-width: 59.375em; }
  #article.app-single .app-stores {
    width: 100%;
    margin-bottom: 4em; }
    #article.app-single .app-stores ul {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      display: table; }
      #article.app-single .app-stores ul:hover li {
        opacity: 0.7; }
      #article.app-single .app-stores ul li {
        float: left;
        margin-right: 0.625em; }
        #article.app-single .app-stores ul li:last-of-type {
          margin-right: 0; }
        #article.app-single .app-stores ul li img {
          height: 3.125em;
          width: auto; }
        #article.app-single .app-stores ul li:hover {
          margin-top: -0.1875em;
          opacity: 1; }
  #article.app-single .app-rating {
    color: #002043;
    font-weight: 300;
    text-align: center; }
    #article.app-single .app-rating .price {
      font-weight: 700;
      color: #00a6f1;
      padding-right: 0.5em; }
    #article.app-single .app-rating .rating {
      padding-left: 0.5em; }
      #article.app-single .app-rating .rating i {
        color: #00a6f1; }
  #article.app-single .app-platforms {
    color: #999;
    font-weight: 300;
    text-align: center;
    margin-bottom: 6.25em; }
    #article.app-single .app-platforms p {
      margin: 2em 0 0.75em; }
    #article.app-single .app-platforms ul {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      display: inline-table; }
      #article.app-single .app-platforms ul li {
        float: left;
        margin-right: 1.5625em; }
        #article.app-single .app-platforms ul li:last-of-type {
          margin-right: 0; }
        #article.app-single .app-platforms ul li svg {
          width: auto;
          height: 1.5625em; }
          #article.app-single .app-platforms ul li svg path {
            fill: #999; }
          #article.app-single .app-platforms ul li svg:hover path {
            fill: #00a6f1; }

#app-screens:hover .slick-prev,
#app-screens:hover .slick-next {
  opacity: 1; }
#app-screens div {
  outline: none;
  cursor: drag;
  cursor: -webkit-grab;
  cursor: -moz-grab; }
  #app-screens div:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing; }
  #app-screens div img {
    width: 100%;
    padding-right: 0.125em; }
#app-screens .slick-prev,
#app-screens .slick-next {
  opacity: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  width: 2em;
  height: 2em;
  margin-top: -1em;
  border-radius: 50%;
  font-size: 2.25em;
  z-index: 9;
  text-align: center;
  color: #00a6f1;
  font-family: "FontAwesome";
  border: 1px solid transparent; }
  #app-screens .slick-prev:before,
  #app-screens .slick-next:before {
    display: none; }
  #app-screens .slick-prev:hover,
  #app-screens .slick-next:hover {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid #fff; }
#app-screens .slick-prev {
  left: 5%;
  content: "<"; }
  #app-screens .slick-prev:hover {
    left: 4.5%; }
#app-screens .slick-next {
  right: 5%; }
  #app-screens .slick-next:hover {
    right: 4.5%; }
#app-screens .slick-disabled {
  opacity: 0 !important;
  pointer-events: none; }

#app-testimonials {
  padding: 3.125em 0 5.625em; }
  #app-testimonials .testimonial {
    text-align: center; }
    #app-testimonials .testimonial p {
      font-weight: 300;
      max-width: 90%;
      font-style: italic;
      color: #666;
      line-height: 1.375em;
      margin: 0 auto 1.25em; }
    #app-testimonials .testimonial .details {
      color: #013e7f;
      font-size: 0.875em; }
      #app-testimonials .testimonial .details i {
        color: #00a6f1;
        font-size: 1.145em; }

#app-details {
  background: #00a6f1;
  padding: 3em 0 4em;
  margin-bottom: -9.375em; }
  #app-details h5 {
    color: #fff;
    text-align: left;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 1.5em; }
  #app-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875em;
    color: #fff;
    font-weight: 300;
    line-height: 1.715em; }
    #app-details ul li span {
      color: #c7e9f8;
      width: 7.15em;
      display: inline-block; }
    #app-details ul li div {
      float: left;
      margin-left: 7.4em;
      margin-top: -1.715em;
      max-width: 32.25em;
      min-width: 32.25em; }
      #app-details ul li div a {
        width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
  #app-details a {
    color: #c7e9f8; }
    #app-details a:hover {
      color: #fff; }

#contact {
  width: 100%;
  max-width: 75em;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 0 auto -13.125em;
  z-index: 200;
  position: relative; }
  #contact .container {
    margin: 0;
    width: 100%;
    position: relative;
    min-height: 18.75em; }
  #contact .cont-form,
  #contact .cont-data {
    float: left;
    padding: 1.875em 0 3.125em; }
  #contact .cont-form {
    width: 72.5%;
    padding-left: 2.5em;
    padding-right: 4.0625em; }
    #contact .cont-form h2 {
      margin-bottom: 1em !important; }
    #contact .cont-form form .form-row {
      display: table;
      width: 100%; }
      #contact .cont-form form .form-row:first-of-type {
        margin-bottom: 1.5625em; }
      #contact .cont-form form .form-row .form-group {
        float: left;
        width: 30%;
        margin-right: 5%; }
        #contact .cont-form form .form-row .form-group:last-of-type {
          margin-right: 0; }
      #contact .cont-form form .form-row:last-of-type .form-group {
        width: 65%;
        margin-right: 5% !important; }
      #contact .cont-form form .form-row input[type="text"], #contact .cont-form form .form-row input[type="email"], #contact .cont-form form .form-row select, #contact .cont-form form .form-row textarea {
        border: none;
        border-bottom: 4px solid #c7e9f8;
        padding: 0.9375em 0;
        outline: none; }
      #contact .cont-form form .form-row input[type="text"], #contact .cont-form form .form-row input[type="email"], #contact .cont-form form .form-row select {
        width: 100%; }
      #contact .cont-form form .form-row select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: "";
        background: url(../img/select-bg.png) center right no-repeat;
        background-size: 0.6875em; }
        #contact .cont-form form .form-row select::-ms-expand {
          display: none; }
      #contact .cont-form form .form-row textarea {
        resize: none;
        width: 100%;
        height: 6.875em; }
      #contact .cont-form form .form-row .btn {
        float: left;
        width: 30%;
        padding-left: 0;
        padding-right: 0;
        margin: 2.5em 0 0 0; }
    #contact .cont-form form .help-block {
      position: absolute;
      background: #002043;
      color: #fff;
      border-radius: 3px;
      font-size: 0.75em;
      margin-top: -0.3125em; }
      #contact .cont-form form .help-block ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        #contact .cont-form form .help-block ul li {
          padding: 0.25em 0.5em; }
  #contact .cont-data {
    width: 27.5%;
    background: #013e7f;
    color: #c7e9f8;
    padding-left: 1.875em;
    padding-right: 1.875em;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 300; }
    #contact .cont-data p {
      margin: 0 0 1.5em; }
    #contact .cont-data h3 {
      margin-bottom: 1em !important; }
    #contact .cont-data a {
      color: #c7e9f8; }
      #contact .cont-data a:hover {
        color: #fff; }
      #contact .cont-data a span {
        color: #00a6f1;
        font-size: 1.875em; }
        #contact .cont-data a span:hover {
          color: inherit; }
    #contact .cont-data .fa {
      margin-right: 0.66em; }
  #contact h2, #contact h3 {
    text-align: left;
    margin: 0; }
  #contact h2 {
    font-size: 1.5em;
    color: #013e7f;
    font-weight: 700; }
  #contact h3 {
    font-size: 1.125em;
    color: #fff;
    font-weight: 700; }

#map {
  width: 100%;
  height: 29.375em;
  margin-bottom: -9.375em;
  z-index: 99; }

@media (max-width: 1570px) {
  #home-about .bg {
    background-size: 25%, 25%; } }
@media (min-width: 1921px) {
  #body-content {
    background-image: url(../img/bg/bg-2x.jpg); } }
@media (max-width: 1200px) {
  #app-details ul li div {
    max-width: 70%;
    min-width: 70%; } }
@media (max-width: 990px) and (orientation: landscape) {
  #mainmenu {
    position: absolute; }
    #mainmenu .logo a,
    #mainmenu .burgermenu,
    #mainmenu .languageWidget {
      position: absolute; } }
@media (max-width: 990px) {
  #body-content {
    margin-bottom: 14em; }

  #mainmenu .menu ul {
    display: none; }
  #mainmenu .burgermenu {
    right: 3em; }
  #mainmenu .languageWidget {
    right: 7em; }
  #mainmenu .logo a {
    left: 3em; }

  #home-about .bg {
    display: none; }
  #home-about .about-content {
    width: 80%; }

  #home-slider .anim-slider h2 {
    font-size: 4em; }

  footer {
    padding: 4em 0; }
    footer div:last-of-type {
      text-align: center;
      padding-top: 1em; }

  #article {
    padding-bottom: 7.5em; }

  #contact {
    width: 95%; }
    #contact .cont-form {
      width: 100%;
      padding-left: 2.5em;
      padding-right: 2.5em; }
    #contact .cont-data {
      position: static;
      height: auto;
      padding: 2em 2.5em;
      width: 100%; }
      #contact .cont-data p {
        float: left;
        width: 30%;
        margin-right: 5%; }
        #contact .cont-data p:last-of-type {
          margin-right: 0; }

  #article.app-single .app-stores ul li {
    width: 50%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 1em; }
    #article.app-single .app-stores ul li img {
      height: auto;
      width: 80%; }
    #article.app-single .app-stores ul li:hover {
      margin-top: 0; } }
@media (max-width: 768px) {
  #body-content {
    background-image: url(../img/bg/bg-0-5x.jpg);
    padding-top: 8em; }

  #mainmenu {
    margin-top: 0.0625em; }
    #mainmenu .menu ul {
      display: none; }
    #mainmenu .burgermenu {
      right: 1em; }
    #mainmenu .languageWidget {
      right: 5em; }
    #mainmenu .logo a {
      left: 1em; }

  #home-slider .anim-slider h2 {
    font-size: 3em; }
  #home-slider .anim-slider h3 {
    font-size: 1em; }

  .anim-slider {
    height: 17em !important; }

  #sideMenu {
    padding-top: 3em; }
    #sideMenu ul:first-of-type {
      padding-bottom: 1em; }
      #sideMenu ul:first-of-type li span {
        display: none; }
    #sideMenu ul:nth-child(2) {
      padding: 1.5em 0; }
    #sideMenu ul:last-of-type {
      padding: 2em 0; }

  .app {
    max-width: 25.625em;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  body.side-open #mainmenu .logo img {
    opacity: 0; }

  #page-title h1 {
    font-size: 3em; }
  #page-title .desc {
    margin-top: -3.5em;
    font-size: 0.875em; }

  #article {
    padding-bottom: 5em; }

  #contact .cont-form form .form-row:first-of-type {
    margin-bottom: 0; }
  #contact .cont-form form .form-row .form-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em; }
  #contact .cont-data p {
    width: 47.5%;
    margin-right: 0; }
    #contact .cont-data p:first-of-type {
      margin-right: 5%; }
    #contact .cont-data p:last-of-type {
      width: 100%; }

  #app-testimonials .testimonial {
    margin-bottom: 3em; }
    #app-testimonials .testimonial:last-of-type {
      margin-bottom: 0; }
    #app-testimonials .testimonial p {
      width: 60%; }

  #app-details h5 {
    text-align: center; }
  #app-details ul {
    text-align: center; }
    #app-details ul li span {
      width: auto; }

  #app-screens .slick-prev,
  #app-screens .slick-next {
    font-size: 1.75em; } }
@media (max-width: 480px) {
  #body-content {
    padding-top: 15vh; }

  #home-slider .anim-slider {
    height: 14em !important; }
    #home-slider .anim-slider h2 {
      font-size: 2.25em; }
    #home-slider .anim-slider h3 {
      font-size: 0.85em; }

  .btn {
    padding: 1em 1em;
    width: 90%; }

  #mainmenu .logo a {
    width: 100%; }
    #mainmenu .logo a img {
      max-width: 50%; }
  #mainmenu .languageWidget {
    display: none; }

  #home-about {
    padding: 2.5em 0 4em; }
    #home-about .about-content {
      width: 95%; }
      #home-about .about-content h3 {
        font-size: 1.75em;
        margin-bottom: 1.5em; }

  #sideMenu {
    width: 100%;
    padding: 5em 10% 0;
    right: -100%; }
    #sideMenu #inner-close {
      display: inherit; }
    #sideMenu ul li {
      text-align: center; }
    #sideMenu ul:last-of-type {
      max-width: 70%;
      margin: 0 auto;
      width: auto;
      display: table;
      padding-top: 0; }
      #sideMenu ul:last-of-type li {
        text-align: left; }
        #sideMenu ul:last-of-type li a {
          font-size: 2em; }
      #sideMenu ul:last-of-type .title {
        display: none; }
    #sideMenu .mobile-only {
      display: table;
      width: 100%;
      text-align: center;
      padding-top: 1.75em;
      font-size: 1.125em;
      font-weight: 700; }

  footer ul li {
    margin-right: 1.5em; }
    footer ul li a {
      font-size: 2.5em; }

  #page-title h1 {
    font-size: 2.5em; }

  #contact .cont-form form .form-row:last-of-type .form-group {
    width: 100%;
    margin-right: 0; }
  #contact .cont-form form .form-row .btn {
    width: 100%; }
  #contact .cont-data p {
    width: 100% !important;
    margin-right: 0 !important; }

  #article.app-single {
    margin-top: 8em; }
    #article.app-single .app-img img {
      margin-top: -10em; }
    #article.app-single .app-about {
      padding-top: 1em;
      font-size: 0.875em;
      line-height: 1.4em; }
    #article.app-single .app-stores ul li {
      width: 100%; }
      #article.app-single .app-stores ul li img {
        max-width: 15.625em; }

  #app-testimonials .testimonial p {
    width: 90%; }

  #app-screens .slick-prev,
  #app-screens .slick-next {
    font-size: 1.5em; } }
