/* ---- helpers ---- */
.flk-btn {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #9E8EF1;
  padding: 0.6rem 1.8rem;
  font-size: 1.2rem;
  border-radius: 25px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background-color: #9E8EF1; }
  @media (max-width: 767px) {
    .flk-btn {
      font-size: 1rem; } }
  @media (max-width: 400px) {
    .flk-btn {
      display: block;
      width: 100%;
      margin: 0 0 1rem !important; } }
  .flk-btn.is-outline {
    background-color: transparent;
    color: #9E8EF1; }
    .flk-btn.is-outline:hover {
      background-color: #9E8EF1; }
  .flk-btn:hover {
    background-color: #fff;
    color: #9E8EF1; }

@font-face {
  src: url("../fonts/ArbFONTS-Dubai-Regular.otf");
  font-family: DubaiRegularFont; }

@font-face {
  src: url("../fonts/ArbFONTS-Dubai-Bold.ttf");
  font-family: DubaiBoldFont; }

@font-face {
  src: url("../fonts/ArbFONTS-Droid Arabic Kufi.ttf");
  font-family: DroidRegularFont; }

@font-face {
  src: url("../fonts/ArbFONTS-Droid Arabic Kufi Bold.ttf");
  font-family: DroidBoldFont; }

/* ---- helpers ---- */
body {
  font-family: DubaiRegularFont, sans-serif; }

/* ---- shared ---- */
[dir=rtl] #main-navbar {
  text-align: right; }

@media (max-width: 1199px) {
  #main-navbar {
    display: none; } }

#main-navbar .navbar {
  background-color: transparent;
  padding: 1.2rem 0;
  transition: all 0.3s ease-in-out;
  z-index: 6666666; }
  #main-navbar .navbar.change-bg {
    background-color: rgba(89, 75, 162, 0.8);
    border-color: #fff;
    /**/ }
  #main-navbar .navbar .navbar-brand {
    display: inline-block;
    width: 130px; }
    #main-navbar .navbar .navbar-brand img {
      width: 100%;
      height: 100%; }
  #main-navbar .navbar .navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #main-navbar .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link svg {
      opacity: 1; }
    #main-navbar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
      color: #fff;
      font-family: DroidRegularFont, sans-serif;
      font-size: 1.2rem;
      padding-left: 0.8rem;
      padding-right: 0.8rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      #main-navbar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover svg {
        opacity: 1; }
      #main-navbar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
        display: inline-block;
        margin-bottom: 0.3rem; }
      #main-navbar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link svg {
        opacity: 0;
        transition: all 0.3s ease-in-out;
        width: 100%; }
    #main-navbar .navbar .navbar-collapse .actions a {
      text-decoration: none;
      font-size: 1rem !important;
      font-family: DroidRegularFont, sans-serif;
      padding-left: 0.8rem;
      padding-right: 0.8rem; }
      #main-navbar .navbar .navbar-collapse .actions a:first-of-type {
        margin-right: 0.5rem;
        display: inline-block; }
        [dir=rtl] #main-navbar .navbar .navbar-collapse .actions a:first-of-type {
          margin-right: 0;
          margin-left: 0.5rem; }
        #main-navbar .navbar .navbar-collapse .actions a:first-of-type:hover {
          color: #0D0D2D; }
      #main-navbar .navbar .navbar-collapse .actions a:last-of-type {
        background-color: #fff;
        color: #0D0D2D; }

#secondNav {
  background-color: transparent !important;
  height: 4rem;
  display: none;
  width: 100%;
  position: fixed;
  top: 0 !important;
  right: 0;
  left: 0;
  z-index: 100000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: all 0.3s ease-in-out; }
  #secondNav.change-bg {
    background-color: rgba(89, 75, 162, 0.8) !important; }

@media only screen and (max-width: 1199px) {
  #secondNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; } }

#secondNav #mobileCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

#secondNav #mobileCont #smallLogo {
  width: 50%;
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#secondNav #mobileCont #smallLogo img {
  width: 110px; }

#secondNav #mobileCont #button {
  width: 50%;
  height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

#secondNav .hamburger .hamburger-box .hamburger-inner .burger-menu {
  position: relative;
  width: 35px;
  height: 30px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto; }
  #secondNav .hamburger .hamburger-box .hamburger-inner .burger-menu.menu-on .burger::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0px; }
  #secondNav .hamburger .hamburger-box .hamburger-inner .burger-menu.menu-on .burger::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0px; }
  #secondNav .hamburger .hamburger-box .hamburger-inner .burger-menu.menu-on .burger {
    background-color: rgba(0, 0, 0, 0); }
  #secondNav .hamburger .hamburger-box .hamburger-inner .burger-menu .burger {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 3px;
    top: 50%;
    right: 0px;
    margin-top: -5px;
    opacity: 1;
    transition: all .3s ease-in-out;
    border-radius: 3px; }
    #secondNav .hamburger .hamburger-box .hamburger-inner .burger-menu .burger::before {
      position: absolute;
      background: #fff;
      width: 25px;
      height: 3px;
      top: 8px;
      content: "";
      display: block;
      transition: all .3s ease-in-out;
      border-radius: 3px; }
    #secondNav .hamburger .hamburger-box .hamburger-inner .burger-menu .burger::after {
      position: absolute;
      background: #fff;
      width: 25px;
      height: 3px;
      bottom: 8px;
      content: "";
      display: block;
      transition: all .3s ease-in-out;
      border-radius: 3px; }

.open {
  right: 0 !important; }

#smallMen {
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 6rem;
  position: fixed;
  top: 0 !important;
  width: 100%;
  z-index: 999;
  background-color: #9E8EF1;
  height: 100vh;
  right: -100%; }

@media only screen and (max-width: 1199px) {
  #smallMen {
    display: block; } }

#smallMen #insideMen ul {
  list-style: none; }

#smallMen #insideMen .static-menu {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0;
  background: #9E8EF1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-right: 0; }

#smallMen #insideMen .static-menu a {
  color: #fff;
  padding: 1rem 0rem 1rem 0rem;
  font-family: DroidRegularFont, sans-serif; }

#smallMen #insideMen .static-menu .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  color: #4D4D4D;
  font-family: 'LatoBold', sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease; }

#smallMen #insideMen .static-menu .link a {
  color: #2D3436; }

#smallMen #insideMen .static-menu .link:hover {
  color: #9E8EF1; }

#smallMen #insideMen .static-menu .static-link {
  cursor: pointer;
  display: block;
  padding: 11px 0 11px 0;
  color: #fff;
  font-family: 'LatoBold', sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

#smallMen #insideMen .static-menu .static-link:hover {
  color: #9E8EF1; }

#smallMen #insideMen .static-menu li .sub-menu {
  padding-left: 1rem;
  background-color: #fafafa; }

#smallMen #insideMen .static-menu li .sub-menu li {
  height: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9E8EF1;
  padding-left: 0.2rem; }

#smallMen #insideMen .static-menu li .sub-menu li:before {
  content: '-';
  padding-right: 0.2rem; }

#smallMen #insideMen .static-menu li .open .link {
  color: #9E8EF1; }

#smallMen #insideMen .static-menu li .open i {
  color: #9E8EF1; }

#smallMen #insideMen .static-menu li:hover i {
  color: #9E8EF1; }

#smallMen #insideMen .static-menu li .actions {
  margin-top: 1rem; }
  #smallMen #insideMen .static-menu li .actions a {
    text-decoration: none;
    font-size: 0.8rem !important;
    font-family: DroidRegularFont, sans-serif;
    width: 126px;
    padding: 0.5rem 0.4rem;
    border: 1px solid #fff; }
    #smallMen #insideMen .static-menu li .actions a:first-of-type {
      margin-right: 0.5rem; }
      [dir=rtl] #smallMen #insideMen .static-menu li .actions a:first-of-type {
        margin-right: 0;
        margin-left: 0.5rem; }
      #smallMen #insideMen .static-menu li .actions a:first-of-type:hover {
        color: #0D0D2D; }
    #smallMen #insideMen .static-menu li .actions a:last-of-type {
      background-color: #fff;
      color: #0D0D2D; }

#smallMen #insideMen .static-menu li i {
  position: absolute;
  top: 0.8rem;
  font-size: 1.1rem;
  left: 12px;
  color: #4d4d4d;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  right: 12px;
  left: auto; }

#smallMen #insideMen .static-menu li:last-child .link {
  border-bottom: 0; }

#smallMen #insideMen .static-menu li:last-child .static-link {
  border-bottom: 0; }

/* ---- shared ---- */
/* ---- pages ---- */
#home-banner {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: linear-gradient(-50deg, #9E8EF1, #8070D2);
  padding: 6rem 0;
  overflow: hidden; }
  @media (max-width: 991px) {
    #home-banner {
      padding: 2rem 0; } }
  #home-banner .container {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate(-50%, -39%);
    width: 100%;
    height: 100%;
    z-index: 666; }
    [dir=ltr] #home-banner .container {
      left: auto;
      right: 50%; }
    @media (min-width: 768px) and (max-width: 991px) {
      #home-banner .container {
        transform: translate(-50%, -46%); } }
    @media (max-width: 767px) {
      #home-banner .container {
        transform: translate(-50%, -48%); } }
  #home-banner:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 10vh;
    background-color: #fff;
    bottom: -13px;
    left: 0px;
    z-index: 666;
    transform: skewY(2deg);
    transform-origin: top left; }
    [dir=ltr] #home-banner:before {
      left: auto;
      right: 0; }
  #home-banner .welcome {
    padding: 3rem 0;
    color: #fff;
    transform: translateY(157px); }
    @media (min-width: 768px) and (max-width: 991px) {
      #home-banner .welcome {
        transform: translateY(53px);
        padding: 1.5rem 0;
        text-align: center; } }
    @media (max-width: 767px) {
      #home-banner .welcome {
        transform: translateY(80px);
        padding: 1.5rem 0;
        text-align: center; } }
    #home-banner .welcome h2 {
      text-align: right;
      line-height: 4.7rem;
      font-family: DroidBoldFont, sans-serif;
      font-size: 3rem;
      color: #fff; }
      @media (max-width: 991px) {
        #home-banner .welcome h2 {
          text-align: center;
          line-height: 3rem;
          font-size: 2rem; } }
    #home-banner .welcome p {
      text-align: right;
      font-size: 2rem;
      color: #fff; }
      @media (max-width: 991px) {
        #home-banner .welcome p {
          text-align: center;
          font-size: 1.5rem; } }
    #home-banner .welcome .actions {
      margin-top: 1.2rem;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 991px) {
        #home-banner .welcome .actions {
          justify-content: center; } }
      @media (max-width: 400px) {
        #home-banner .welcome .actions {
          flex-direction: column; } }
      #home-banner .welcome .actions a {
        display: inline-block;
        text-decoration: none;
        border: 1px solid #fff;
        padding: 0.6rem 1.8rem;
        font-size: 1.2rem;
        border-radius: 25px;
        background-color: transparent;
        color: #fff;
        transition: all 0.3s ease-in-out;
        text-align: center;
        text-decoration: none;
        margin-left: 1.2rem; }
        @media (max-width: 991px) {
          #home-banner .welcome .actions a {
            font-size: 1rem;
            padding: 0.5rem 1.6rem; } }
        @media (max-width: 767px) {
          #home-banner .welcome .actions a {
            font-size: 1.1rem; } }
        @media (max-width: 400px) {
          #home-banner .welcome .actions a {
            display: block;
            width: 100%;
            margin: 0 0 1rem !important; } }
  #home-banner img {
    position: absolute;
    top: 156px;
    z-index: 666;
    transform: scale(1);
    left: 0; }
    [dir=rtl] #home-banner img {
      right: 0 !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      #home-banner img {
        transform: scale(0.9);
        top: 47px; } }
    @media (max-width: 767px) {
      #home-banner img {
        transform: scale(0.9);
        top: 115px; } }

#about-us {
  padding: 6rem 0;
  position: relative;
  overflow: hidden; }
  #about-us .bag {
    position: absolute;
    right: -25vw;
    display: block;
    bottom: 49px;
    z-index: -1; }
    @media (max-width: 991px) {
      #about-us .bag {
        display: none; } }
  #about-us .about-info {
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      #about-us .about-info {
        transform: translateY(50%); } }
    #about-us .about-info h2 {
      font-size: 2.3rem;
      color: #8070D2;
      font-family: DroidBoldFont, sans-serif; }
      @media (max-width: 767px) {
        #about-us .about-info h2 {
          font-size: 1.9rem; } }
    #about-us .about-info p {
      color: #0D0D2D;
      font-size: 1.5rem; }
      @media (max-width: 767px) {
        #about-us .about-info p {
          font-size: 1.2rem; } }
    #about-us .about-info .actions {
      margin-top: 1.2rem;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 400px) {
        #about-us .about-info .actions {
          flex-direction: column; } }
      #about-us .about-info .actions a {
        display: inline-block;
        text-decoration: none;
        border: 1px solid #9E8EF1;
        padding: 0.6rem 1.8rem;
        font-size: 1.2rem;
        border-radius: 25px;
        background-color: transparent;
        color: #9E8EF1;
        transition: all 0.3s ease-in-out;
        text-align: center; }
        @media (max-width: 767px) {
          #about-us .about-info .actions a {
            font-size: 1rem; } }
        @media (max-width: 400px) {
          #about-us .about-info .actions a {
            display: block;
            width: 100%;
            margin: 0 0 1rem !important; } }
        #about-us .about-info .actions a:first-of-type {
          margin-right: 1.3rem; }
          [dir=rtl] #about-us .about-info .actions a:first-of-type {
            margin-right: 0;
            margin-left: 1.3rem; }
          #about-us .about-info .actions a:first-of-type:hover {
            background-color: #9E8EF1;
            color: #fff; }
        #about-us .about-info .actions a:last-of-type {
          background-color: #9E8EF1;
          color: #fff; }
          [dir=ltr] #about-us .about-info .actions a:last-of-type {
            margin-left: 1.3rem; }
          #about-us .about-info .actions a:last-of-type:hover {
            background-color: #fff;
            color: #9E8EF1; }
  #about-us .img-container {
    transform-style: preserve-3d; }
    #about-us .img-container img {
      margin: auto;
      display: flex; }
      #about-us .img-container img:hover {
        filter: drop-shadow(1px 3px 16px #ccc); }

#what-distinguishes-us {
  text-align: center;
  color: #fff;
  padding: 4rem 0;
  background-image: linear-gradient(-50deg, #9E8EF1, #8070D2);
  overflow: hidden;
  transform: skew(0deg, 1deg); }
  #what-distinguishes-us .container {
    transform: skew(0deg, -1deg); }
  #what-distinguishes-us h2 {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: DroidBoldFont, sans-serif; }
    #what-distinguishes-us h2 span {
      margin-bottom: 0.5rem;
      display: inline-block; }
  #what-distinguishes-us .advantage {
    background-color: #fff;
    padding: 2rem 1.8rem;
    border-radius: 0.3rem;
    margin-bottom: 1.4rem;
    min-height: 345px; }
    @media (max-width: 767px) {
      #what-distinguishes-us .advantage {
        min-height: auto; } }
    #what-distinguishes-us .advantage .icon {
      background-color: rgba(181, 181, 181, 0.3);
      border-radius: 50%;
      width: 80px;
      height: 80px;
      text-align: center;
      line-height: 80px;
      margin: auto auto 1.4rem; }
      #what-distinguishes-us .advantage .icon svg {
        width: 50px;
        height: 50px;
        fill: #9E8EF1; }
    #what-distinguishes-us .advantage h3 {
      color: #0D0D2D;
      font-size: 1.5rem; }
    #what-distinguishes-us .advantage p {
      color: rgba(13, 13, 45, 0.6);
      font-size: 0.9rem; }

#our-partners-products {
  padding: 4rem 0;
  overflow: hidden; }
  #our-partners-products h2 {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: DroidBoldFont, sans-serif; }
    #our-partners-products h2 span {
      margin-bottom: 0.5rem;
      display: inline-block; }
  #our-partners-products .product {
    border: 2px solid #9E8EF1;
    border-radius: 30px 30px 7px 7px;
    padding: 6rem 1rem 1rem;
    position: relative;
    margin-bottom: 4rem;
    transform-style: preserve-3d; }
    #our-partners-products .product:hover {
      box-shadow: 1px 3px 16px #00000024; }
      #our-partners-products .product:hover:before {
        top: -50px;
        border-color: #9E8EF1; }
    #our-partners-products .product:before {
      content: '';
      width: 63px;
      height: 76px;
      background-color: transparent;
      border: 7px solid transparent;
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      border-radius: 30px;
      transform: translateX(-46%);
      z-index: -3;
      transition: all 0.3s ease-in-out; }
    #our-partners-products .product .sale {
      background-color: #9E8EF1;
      color: #fff;
      width: 120px;
      height: 65px;
      border-bottom-left-radius: 120px;
      border-bottom-right-radius: 120px;
      display: flex;
      justify-content: flex-end;
      align-content: flex-end;
      flex-direction: column;
      text-align: center;
      margin: auto;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      font-family: DroidBoldFont, sans-serif !important;
      font-weight: bold;
      z-index: -1; }
    #our-partners-products .product .product-content {
      z-index: 2; }
      #our-partners-products .product .product-content .img-container {
        height: 170px; }
        #our-partners-products .product .product-content .img-container img {
          height: 100%;
          margin: auto;
          display: flex; }
      #our-partners-products .product .product-content .description {
        text-align: center;
        font-weight: 600;
        margin-top: 1rem; }
      #our-partners-products .product .product-content .product-info {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        @media (max-width: 767px) {
          #our-partners-products .product .product-content .product-info {
            justify-content: space-between; } }
        #our-partners-products .product .product-content .product-info .price {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          #our-partners-products .product .product-content .product-info .price .total {
            display: flex;
            flex-direction: column;
            margin-right: 0.5rem; }
            [dir=rtl] #our-partners-products .product .product-content .product-info .price .total {
              margin-right: 0;
              margin-left: 0.5rem; }
            #our-partners-products .product .product-content .product-info .price .total span.before-sale {
              font-size: 1.1rem;
              color: #B5B5B5;
              position: relative;
              display: inline-block; }
              #our-partners-products .product .product-content .product-info .price .total span.before-sale:before {
                content: '';
                position: absolute;
                display: block;
                width: 100%;
                height: 2px;
                background-color: #FF0000;
                top: 50%;
                transform: rotate(-11deg); }
            #our-partners-products .product .product-content .product-info .price .total span.after-sale {
              font-weight: bold;
              color: #9E8EF1;
              font-size: 1.3rem; }
          #our-partners-products .product .product-content .product-info .price .currency {
            display: flex;
            flex-direction: column;
            margin-right: 0.5rem; }
            [dir=rtl] #our-partners-products .product .product-content .product-info .price .currency {
              margin-right: 0;
              margin-left: 0.5rem; }
            #our-partners-products .product .product-content .product-info .price .currency span:first-of-type {
              font-family: DroidBoldFont, sans-serif;
              font-weight: bold;
              color: #000; }
            #our-partners-products .product .product-content .product-info .price .currency span:last-of-type {
              letter-spacing: 2px;
              text-transform: uppercase; }
        #our-partners-products .product .product-content .product-info a {
          font-size: 0.8rem;
          text-decoration: none;
          padding: 0.5rem 0.3rem;
          display: block;
          width: 180px;
          margin-bottom: 0 !important;
          font-family: DroidRegularFont, sans-serif; }
  #our-partners-products .show-more {
    background-color: #0D0D2D;
    border-color: #0D0D2D;
    display: flex !important;
    justify-content: center;
    margin: auto !important;
    text-align: center;
    color: #fff;
    font-weight: 600; }
    #our-partners-products .show-more:focus {
      outline: none; }
    #our-partners-products .show-more:hover {
      color: #0D0D2D;
      background-color: transparent; }

#our-news {
  text-align: center;
  padding: 4rem 0;
  background-image: linear-gradient(-50deg,#8070D2 , #9E8EF1);
  overflow: hidden;
  transform: skew(0deg, 1deg); }
  #our-news .container {
    transform: skew(0deg, -1deg); }
  #our-news h2 {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: DroidBoldFont, sans-serif;
    color: #fff; }
    #our-news h2 span {
      margin-bottom: 0.5rem;
      display: inline-block; }
  #our-news .slick-slider .slick-slide {
    padding: 0 15px;
    outline: none; }
  #our-news .slider-arrow svg {
    width: 30px;
    height: 30px; }
  #our-news .all-testimonials .single-news {
    border-radius: 8px;
    transition: all 0.3s ease-in-out; }
    #our-news .all-testimonials .single-news:hover .card .img-container .overlay {
      top: -100%; }
    #our-news .all-testimonials .single-news .card {
      border-radius: 8px;
      border: 0; }
      #our-news .all-testimonials .single-news .card .img-container {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        position: relative;
        height: 200px;
        overflow: hidden; }
        #our-news .all-testimonials .single-news .card .img-container img {
          border-top-right-radius: 8px;
          border-top-left-radius: 8px;
          object-fit: cover;
          height: 100%; }
        #our-news .all-testimonials .single-news .card .img-container .overlay {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(13, 13, 45, 0.6);
          border-top-right-radius: 8px;
          border-top-left-radius: 8px;
          transition: all 0.3s ease-in-out; }
      #our-news .all-testimonials .single-news .card .card-body .card-title {
        font-family: DroidBoldFont, sans-serif;
        color: #9E8EF1;
        font-size: 1.3rem; }
      #our-news .all-testimonials .single-news .card .card-body .card-text {
        color: #B5B5B5;
        font-size: 0.9rem; }
      #our-news .all-testimonials .single-news .card .card-body a {
        text-decoration: none;
        padding: 0.3rem 1.1rem;
        font-size: 1rem;
        border-color: #B5B5B5; }
        #our-news .all-testimonials .single-news .card .card-body a:hover {
          color: #fff;
          border-color: #9E8EF1; }
  #our-news .all-testimonials ul.slick-dots li {
    display: block;
    width: 30px !important;
    height: 30px !important;
    background-color: #B5B5B5 !important;
    border-radius: 50%;
    color: #9E8EF1; }
  #our-news .show-more {
    background-color: #0D0D2D;
    border-color: #0D0D2D;
    display: inline-flex !important;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    margin-top: 2rem; }
    #our-news .show-more:focus {
      outline: none; }
    #our-news .show-more:hover {
      color: #fff;
      background-color: #9E8EF1;
      border-color: #fff; }

#testimonials {
  padding: 4rem 0;
  text-align: center; }
  #testimonials h2 {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: DroidBoldFont, sans-serif; }
    #testimonials h2 span {
      margin-bottom: 0.5rem;
      display: inline-block; }
  #testimonials .slick-slider .slick-slide {
    padding: 0 15px;
    outline: none; }
  #testimonials .all-testimonials .testimonial .content {
    border: 3px solid #B5B5B5;
    border-radius: 19px;
    padding: 2rem 1.3rem; }
    #testimonials .all-testimonials .testimonial .content .img-container {
      position: relative;
      width: 100px;
      height: 100px;
      margin: auto; }
      #testimonials .all-testimonials .testimonial .content .img-container img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover; }
      #testimonials .all-testimonials .testimonial .content .img-container svg {
        position: absolute; }
        #testimonials .all-testimonials .testimonial .content .img-container svg:first-of-type {
          top: 11px;
          right: -26px; }
        #testimonials .all-testimonials .testimonial .content .img-container svg:last-of-type {
          bottom: 11px;
          left: -26px;
          transform: rotate(180deg); }
    #testimonials .all-testimonials .testimonial .content h3 {
      font-family: DroidBoldFont, sans-serif;
      font-size: 1.5rem;
      color: #8070D2;
      margin-top: 1.2rem; }
    #testimonials .all-testimonials .testimonial .content p {
      margin: 0;
      color: #B5B5B5;
      font-size: 1.3rem;
      padding: 1.8rem 0.6rem;
      position: relative; }
      #testimonials .all-testimonials .testimonial .content p svg {
        position: absolute; }
        #testimonials .all-testimonials .testimonial .content p svg:first-of-type {
          top: 0;
          right: 0; }
        #testimonials .all-testimonials .testimonial .content p svg:last-of-type {
          bottom: 0;
          left: 0;
          transform: rotate(180deg); }

#contact-us {
  text-align: center;
  color: #fff;
  padding: 4rem 0 8rem;
  background-image: linear-gradient(-50deg,#9E8EF1 , #8070D2);
  overflow: hidden;
  transform: skew(0deg, 1deg) translateY(30px);
  margin-bottom: 1rem; }
  #contact-us .container {
    transform: skew(0deg, -1deg); }
  #contact-us form h2 {
    font-family: DroidBoldFont, sans-serif;
    font-size: 1.5rem; }
  #contact-us form p {
    font-size: 1.1rem; }
  #contact-us form .input-group {
    margin-bottom: 1.3rem; }
    #contact-us form .input-group .form-control {
      padding-top: 1.3rem;
      padding-bottom: 1.3rem;
      border: none; }
      #contact-us form .input-group .form-control:focus {
        box-shadow: 0 0 0 transparent;
        border: none; }
  #contact-us form .send {
    background-color: #0D0D2D;
    border-color: #0D0D2D;
    display: inline-flex !important;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-top: 1rem;
    width: 160px;
    font-family: DroidRegularFont, sans-serif;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-size: 0.9rem; }
    #contact-us form .send:focus {
      outline: none; }
    #contact-us form .send:hover {
      color: #fff;
      background-color: #9E8EF1;
      border-color: #fff; }
  #contact-us .img-container {
    transform-style: preserve-3d; }
    #contact-us .img-container img {
      margin: auto;
      display: flex; }
      #contact-us .img-container img:hover {
        filter: drop-shadow(1px 3px 16px #ccc); }

footer {
  background-color: #0D0D2D;
  padding: 2rem 0 2rem;
  z-index: 99; }
  footer p {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 1.2rem; }

#main-banner {
  height: 45vh;
  background-image: linear-gradient(-50deg, #9E8EF1, #8070D2);
  transform: skew(0deg, 2deg) translateY(-40px); }
  #main-banner .container {
    transform: skew(0deg, -2deg);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%; }
    #main-banner .container h2 {
      color: #fff;
      font-family: DroidBoldFont, sans-serif;
      font-size: 1.8rem; }

#prices-list {
  padding: 4rem 0; }
  #prices-list table {
    border-collapse: collapse;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    overflow: hidden; }
    #prices-list table thead {
      padding: 1rem; }
      #prices-list table thead tr {
        background-color: #9E8EF1;
        color: #fff; }
        #prices-list table thead tr th {
          padding: 1.4rem 1rem;
          font-family: DroidBoldFont, sans-serif;
          font-size: 1.3rem; }
    #prices-list table tbody {
      margin-top: 3rem; }
      #prices-list table tbody tr td:first-of-type {
        border-right: 8px solid #9E8EF1; }
      #prices-list table tbody tr td:last-of-type {
        border-left: 8px solid #9E8EF1; }
  [dir=rtl] #prices-list .prices-table {
    text-align: right; }
  #prices-list .prices-table .head {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-auto-flow: dense;
    background-color: #9E8EF1;
    color: #fff;
    font-family: DroidBoldFont, sans-serif;
    font-size: 1.3rem;
    padding: 1rem 1rem;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-bottom: 1.2rem; }
    [dir=rtl] #prices-list .prices-table .head {
      text-align: right; }
    @media (min-width: 768px) and (max-width: 991px) {
      #prices-list .prices-table .head {
        font-size: 1.1rem; } }
    @media (max-width: 767px) {
      #prices-list .prices-table .head {
        font-size: 1rem; } }
  #prices-list .prices-table .data {
    border: 5px solid #9E8EF1;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0.3rem 0.2rem;
    background-color: #9E8EF1; }
    [dir=rtl] #prices-list .prices-table .data {
      text-align: right; }
    #prices-list .prices-table .data .price-row {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      padding: 0 1rem;
      background-color: #fff; }
      #prices-list .prices-table .data .price-row:nth-of-type(even) {
        background-color: #e9ecef; }
      #prices-list .prices-table .data .price-row:first-of-type {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px; }
        #prices-list .prices-table .data .price-row:first-of-type div {
          font-family: DroidBoldFont, sans-serif;
          font-size: 1.5rem;
          color: #0D0D2D;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          #prices-list .prices-table .data .price-row:first-of-type div:not(:last-of-type) {
            border-right: 1px solid rgba(181, 181, 181, 0.6); }
            [dir=rtl] #prices-list .prices-table .data .price-row:first-of-type div:not(:last-of-type) {
              border-right: 0;
              border-left: 1px solid rgba(181, 181, 181, 0.6); }
          #prices-list .prices-table .data .price-row:first-of-type div:not(:first-of-type) {
            text-align: center;
            align-items: center; }
          #prices-list .prices-table .data .price-row:first-of-type div p {
            margin: 0;
            padding: 0.4rem 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-family: DroidBoldFont, sans-serif; }
            @media (max-width: 767px) {
              #prices-list .prices-table .data .price-row:first-of-type div p {
                font-size: 1.1rem; } }
            #prices-list .prices-table .data .price-row:first-of-type div p span:first-of-type {
              font-family: DroidBoldFont, sans-serif;
              font-weight: bold;
              color: #9E8EF1;
              font-size: 1.3rem; }
            #prices-list .prices-table .data .price-row:first-of-type div p span:last-of-type {
              font-family: DubaiRegularFont, sans-serif;
              font-size: 0.9rem;
              color: #B5B5B5; }
      #prices-list .prices-table .data .price-row:last-of-type {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px; }
        #prices-list .prices-table .data .price-row:last-of-type p {
          padding: 1rem 0; }
          #prices-list .prices-table .data .price-row:last-of-type p a {
            width: 100px;
            text-decoration: none;
            padding-top: 0.3rem;
            padding-bottom: 0.3rem; }
            @media (min-width: 520px) and (max-width: 991px) {
              #prices-list .prices-table .data .price-row:last-of-type p a {
                font-size: 0.8rem;
                width: 60px;
                padding-left: 0.1rem;
                padding-right: 0.1rem; } }
            @media (max-width: 519px) {
              #prices-list .prices-table .data .price-row:last-of-type p a {
                font-size: 0.7rem;
                padding: 0.2rem 0;
                width: 45px; } }
            #prices-list .prices-table .data .price-row:last-of-type p a:hover {
              color: #fff !important; }
            #prices-list .prices-table .data .price-row:last-of-type p a.free {
              background-color: #9E8EF1; }
            #prices-list .prices-table .data .price-row:last-of-type p a.silver {
              background-color: #6E6FBF; }
            #prices-list .prices-table .data .price-row:last-of-type p a.gold {
              background-color: #0D0D2D; }
      #prices-list .prices-table .data .price-row div {
        font-family: DroidRegularFont, sans-serif;
        font-size: 1rem;
        color: #0D0D2D;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        #prices-list .prices-table .data .price-row div:not(:last-of-type) {
          border-right: 1px solid rgba(181, 181, 181, 0.6); }
          [dir=rtl] #prices-list .prices-table .data .price-row div:not(:last-of-type) {
            border-right: 0;
            border-left: 1px solid rgba(181, 181, 181, 0.6); }
        #prices-list .prices-table .data .price-row div:not(:first-of-type) {
          text-align: center;
          align-items: center; }
        #prices-list .prices-table .data .price-row div p {
          margin: 0;
          padding: 0.5rem 0;
          display: flex;
          flex-direction: column;
          justify-content: center;
          font-family: DroidRegularFont, sans-serif; }
          @media (max-width: 767px) {
            #prices-list .prices-table .data .price-row div p {
              font-size: 0.8rem; } }
          #prices-list .prices-table .data .price-row div p span:first-of-type {
            font-family: DroidRegularFont, sans-serif;
            font-weight: bold;
            color: #9E8EF1;
            font-size: 1.1rem; }
          #prices-list .prices-table .data .price-row div p span:last-of-type {
            font-family: DroidRegularFont, sans-serif;
            font-size: 0.9rem;
            color: #B5B5B5; }
          #prices-list .prices-table .data .price-row div p i {
            font-size: 1.5rem; }
            #prices-list .prices-table .data .price-row div p i.check {
              color: #9ED564 !important; }
            #prices-list .prices-table .data .price-row div p i.wrong {
              color: #FF8F94; }

#register {
  padding: 8rem 0;
  height: 100vh;
  position: relative; }
  @media (max-width: 991px) {
    #register {
      overflow: hidden;
      display: grid;
      place-items: center; } }
  #register .polygon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    clip-path: polygon(88% 0, 100% 0%, 100% 100%, 0 100%);
    background-color: #9E8EF1;
    width: 43%; }
    @media (max-width: 991px) {
      #register .polygon {
        display: none;
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        height: 100%;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%); } }
  #register .happy-man {
    position: absolute;
    right: 0;
    top: -10%; }
    @media (max-width: 991px) {
      #register .happy-man {
        position: relative;
        display: none;
        transform: scale(0.8);
        display: none;
        margin: auto;
        top: -50px;
        right: -50px; } }
  #register form {
    transform: translateY(-45px); }
    #register form img {
      display: flex;
      margin: auto; }
    #register form p {
      text-align: center;
      font-family: DroidBoldFont, sans-serif;
      font-size: 1.3rem;
      color: #9E8EF1;
      margin: 2rem 0; }
    #register form .form-group {
      position: relative;
      margin-bottom: 1.2rem; }
      #register form .form-group svg {
        position: absolute;
        left: 19px;
        top: 14px;
        width: 25px;
        height: 25px;
        fill: #B5B5B5;
        transition: all 0.2s ease-in-out; }
        #register form .form-group svg g {
          stroke: #B5B5B5;
          transition: all 0.2s ease-in-out; }
        #register form .form-group svg path {
          stroke: #B5B5B5;
          transition: all 0.2s ease-in-out; }
      #register form .form-group label {
        background-color: #fff;
        position: absolute;
        padding: 0.2rem 0.5rem;
        transition: all 0.3s ease-in-out;
        font-size: 1rem;
        color: rgba(13, 13, 45, 0.5);
        top: 10px;
        right: 10px; }
        #register form .form-group label.active {
          top: -15px;
          right: 10px; }
      #register form .form-group input {
        padding: 25px 35px;
        border-radius: 25px; }
        #register form .form-group input:focus {
          box-shadow: none;
          border-color: #B5B5B5; }
          #register form .form-group input:focus + label {
            top: -15px;
            right: 10px; }
            #register form .form-group input:focus + label + svg {
              fill: #9E8EF1; }
              #register form .form-group input:focus + label + svg g {
                stroke: #9E8EF1; }
              #register form .form-group input:focus + label + svg path {
                stroke: #9E8EF1; }
    #register form .choice .checkbox .inp-cbx:checked + .cbx span:first-child {
      border-color: #9E8EF1;
      background: #9E8EF1;
      animation: check .6s ease; }
      #register form .choice .checkbox .inp-cbx:checked + .cbx span:first-child svg {
        stroke-dashoffset: 0; }
      #register form .choice .checkbox .inp-cbx:checked + .cbx span:first-child:before {
        transform: scale(2.2);
        opacity: 0;
        transition: all .6s ease; }
    #register form .choice .checkbox .inp-cbx:checked + .cbx span:last-child {
      color: #0D0D2D;
      transition: all .3s ease; }
      #register form .choice .checkbox .inp-cbx:checked + .cbx span:last-child:after {
        transition: all .3s ease; }
    #register form .choice .checkbox .cbx {
      -webkit-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
      cursor: pointer; }
      #register form .choice .checkbox .cbx span {
        display: inline-block;
        vertical-align: middle;
        transform: translate3d(0, 0, 0); }
        #register form .choice .checkbox .cbx span:first-child {
          position: relative;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          transform: scale(1);
          vertical-align: middle;
          border: 1px solid #0D0D2D;
          transition: all .2s ease; }
          #register form .choice .checkbox .cbx span:first-child svg {
            position: absolute;
            z-index: 1;
            top: 6px;
            left: 4px;
            fill: none;
            stroke: white;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 16px;
            stroke-dashoffset: 16px;
            transition: all .3s ease;
            transition-delay: .1s;
            transform: translate3d(0, 0, 0); }
          #register form .choice .checkbox .cbx span:first-child:before {
            content: "";
            width: 100%;
            height: 100%;
            background: #9E8EF1;
            display: block;
            transform: scale(0);
            opacity: 1;
            border-radius: 50%;
            transition-delay: .2s; }
        #register form .choice .checkbox .cbx span:last-child {
          margin-left: 8px;
          font-family: DroidRegularFont, sans-serif;
          text-transform: capitalize;
          font-size: 1rem;
          color: #B5B5B5; }
          #register form .choice .checkbox .cbx span:last-child:after {
            content: "";
            position: absolute;
            top: 8px;
            left: 0;
            height: 1px;
            width: 100%;
            background: #B5B5B5;
            transform-origin: 0 0;
            transform: scaleX(0); }
      #register form .choice .checkbox .cbx:hover span:first-child {
        border-color: #9E8EF1; }

@keyframes check {
  50% {
    transform: scale(1.2); } }
    #register form .choice a {
      text-decoration: none;
      font-family: DroidRegularFont, sans-serif;
      color: #B5B5B5; }
    #register form button {
      width: 160px;
      text-align: center;
      justify-content: center;
      align-items: center;
      font-family: DroidBoldFont, sans-serif;
      margin: 1.3rem auto !important; }

.popup {
  background-image: linear-gradient(-50deg, #9E8EF1, #0f0c1d7a);
  display: grid;
  place-items: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden; }
  .popup .img-container {
    max-width: 600px;
    height: 600px;
    background-color: #fff;
    border-radius: 8px;
    display: flex; }
    .popup .img-container .content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 1rem; }
      .popup .img-container .content h3 {
        font-family: DroidBoldFont, sans-serif;
        font-size: 1.9rem;
        text-align: center;
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .popup .img-container .content h3 {
            font-size: 1.6rem; } }
      .popup .img-container .content img {
        height: 70%;
        width: 100%;
        object-fit: contain;
        transform: translateY(34px) translateX(-14px); }

#login {
  padding: 8rem 0;
  height: 100vh;
  position: relative; }
  @media (max-width: 991px) {
    #login {
      overflow: hidden;
      display: grid;
      place-items: center; } }
  #login .polygon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    clip-path: polygon(88% 0, 100% 0%, 100% 100%, 0 100%);
    background-color: #9E8EF1;
    width: 43%; }
    @media (max-width: 991px) {
      #login .polygon {
        display: none;
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        height: 100%;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%); } }
  #login .happy-man {
    position: absolute;
    right: 0;
    top: -10%; }
    @media (max-width: 991px) {
      #login .happy-man {
        position: relative;
        display: none;
        transform: scale(0.8);
        display: none;
        margin: auto;
        top: -50px;
        right: -50px; } }
  #login form {
    transform: translateY(125px); }
    @media (max-width: 991px) {
      #login form {
        transform: translateY(0); } }
    #login form img {
      display: flex;
      margin: auto; }
    #login form p {
      text-align: center;
      font-family: DroidBoldFont, sans-serif;
      font-size: 1.3rem;
      color: #9E8EF1;
      margin: 2rem 0; }
    #login form .form-group {
      position: relative;
      margin-bottom: 1.2rem; }
      #login form .form-group svg {
        position: absolute;
        left: 19px;
        top: 14px;
        width: 25px;
        height: 25px;
        fill: #B5B5B5;
        transition: all 0.2s ease-in-out; }
        #login form .form-group svg g {
          stroke: #B5B5B5;
          transition: all 0.2s ease-in-out; }
        #login form .form-group svg path {
          stroke: #B5B5B5;
          transition: all 0.2s ease-in-out; }
      #login form .form-group label {
        background-color: #fff;
        position: absolute;
        padding: 0.2rem 0.5rem;
        transition: all 0.3s ease-in-out;
        font-size: 1rem;
        color: rgba(13, 13, 45, 0.5);
        top: 10px;
        right: 10px; }
        #login form .form-group label.active {
          top: -15px;
          right: 10px; }
      #login form .form-group input {
        padding: 25px 35px;
        border-radius: 25px; }
        #login form .form-group input:focus {
          box-shadow: none;
          border-color: #B5B5B5; }
          #login form .form-group input:focus + label {
            top: -15px;
            right: 10px; }
            #login form .form-group input:focus + label + svg {
              fill: #9E8EF1; }
              #login form .form-group input:focus + label + svg g {
                stroke: #9E8EF1; }
              #login form .form-group input:focus + label + svg path {
                stroke: #9E8EF1; }
    #login form .choice .checkbox .inp-cbx:checked + .cbx span:first-child {
      border-color: #9E8EF1;
      background: #9E8EF1;
      animation: check .6s ease; }
      #login form .choice .checkbox .inp-cbx:checked + .cbx span:first-child svg {
        stroke-dashoffset: 0; }
      #login form .choice .checkbox .inp-cbx:checked + .cbx span:first-child:before {
        transform: scale(2.2);
        opacity: 0;
        transition: all .6s ease; }
    #login form .choice .checkbox .inp-cbx:checked + .cbx span:last-child {
      color: #0D0D2D;
      transition: all .3s ease; }
      #login form .choice .checkbox .inp-cbx:checked + .cbx span:last-child:after {
        transition: all .3s ease; }
    #login form .choice .checkbox .cbx {
      -webkit-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
      cursor: pointer; }
      #login form .choice .checkbox .cbx span {
        display: inline-block;
        vertical-align: middle;
        transform: translate3d(0, 0, 0); }
        #login form .choice .checkbox .cbx span:first-child {
          position: relative;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          transform: scale(1);
          vertical-align: middle;
          border: 1px solid #0D0D2D;
          transition: all .2s ease; }
          #login form .choice .checkbox .cbx span:first-child svg {
            position: absolute;
            z-index: 1;
            top: 6px;
            left: 4px;
            fill: none;
            stroke: white;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 16px;
            stroke-dashoffset: 16px;
            transition: all .3s ease;
            transition-delay: .1s;
            transform: translate3d(0, 0, 0); }
          #login form .choice .checkbox .cbx span:first-child:before {
            content: "";
            width: 100%;
            height: 100%;
            background: #9E8EF1;
            display: block;
            transform: scale(0);
            opacity: 1;
            border-radius: 50%;
            transition-delay: .2s; }
        #login form .choice .checkbox .cbx span:last-child {
          margin-left: 8px;
          font-family: DroidRegularFont, sans-serif;
          text-transform: capitalize;
          font-size: 1rem;
          color: #B5B5B5; }
          #login form .choice .checkbox .cbx span:last-child:after {
            content: "";
            position: absolute;
            top: 8px;
            left: 0;
            height: 1px;
            width: 100%;
            background: #B5B5B5;
            transform-origin: 0 0;
            transform: scaleX(0); }
      #login form .choice .checkbox .cbx:hover span:first-child {
        border-color: #9E8EF1; }

@keyframes check {
  50% {
    transform: scale(1.2); } }
    #login form .choice a {
      text-decoration: none;
      font-family: DroidRegularFont, sans-serif;
      color: #B5B5B5; }
    #login form button {
      width: 160px;
      text-align: center;
      justify-content: center;
      align-items: center;
      font-family: DroidBoldFont, sans-serif;
      margin: 1.3rem auto !important; }

/* ---- pages ---- */

#loading-full {
  width: 100% !important;
  height: 100% !important;
  background: rgba(255,255,255, 1) !important;
  z-index: 9999999;
  position: fixed;
  top:0px;
  right:0px;
  bottom:50%;
  left:50%;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}