
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400&display=swap');
html {
    height: 100%;
  }
  body {
    font-size: 16px;
    font-family: 'Almarai', sans-serif;
    font-weight: 400;
    height: 100%;
    line-height: 1.7;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #646464;
    background-color: #fff;
  }
  p {
    margin: 0 0 20px 0;
    color: #646464;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 400;
    font-family: 'Almarai', sans-serif;
    margin: 0 0 20px 0;
    color: #111;
  }
  h1,
  h2 {
    line-height: 1.2;
  }
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 36px;
  }
  @media only screen and (max-width: 1199px) {
    h1 {
      font-size: 34px;
    }
  }
  @media only screen and (max-width: 991px) {
    h1 {
      font-size: 32px;
    }
  }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 30px;
    }
  }
  h2 {
    font-size: 28px;
  }
  @media only screen and (max-width: 1199px) {
    h2 {
      font-size: 26px;
    }
  }
  @media only screen and (max-width: 991px) {
    h2 {
      font-size: 24px;
    }
  }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 22px;
    }
  }
  h3 {
    font-size: 22px;
  }
  @media only screen and (max-width: 991px) {
    h3 {
      font-size: 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 18px;
    }
  }
  h4 {
    font-size: 20px;
  }
  @media only screen and (max-width: 991px) {
    h4 {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 767px) {
    h4 {
      font-size: 16px;
    }
  }
  h5 {
    font-size: 18px;
  }
  @media only screen and (max-width: 991px) {
    h5 {
      font-size: 16px;
    }
  }

  a {
    text-decoration: none;
  }
  a:active,
  a:hover,
  a:focus {
    text-decoration: none;
  }
  a:active,
  a:hover,
  a:focus {
    outline: 0 none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }
  .content-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @media only screen and (max-width: 767px) {
    .none-767 {
      display: none !important;
    }
  }
  @media only screen and (max-width: 991px) {
    .none-991 {
      display: none !important;
    }
  }

  .template-animation {
    position: relative;
    z-index: 1;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .template-animation .transformY-50 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  .loaded.template-animation {
    opacity: 1;
  }
  .loaded.template-animation .transformY-50 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .loaded.template-animation .transition-delay-1 {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .loaded.template-animation .transition-delay-2 {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .loaded.template-animation .transition-delay-3 {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .loaded.template-animation .transition-delay-4 {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .loaded.template-animation .transition-delay-5 {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .loaded.template-animation .transition-delay-6 {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .loaded.template-animation .transition-delay-7 {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .loaded.template-animation .transition-delay-8 {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .loaded.template-animation .transition-delay-9 {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .loaded.template-animation .transition-delay-10 {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }
  .loaded.template-animation .transition-delay-11 {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .loaded.template-animation .transition-delay-12 {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .loaded.template-animation .transition-delay-13 {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .loaded.template-animation .transition-delay-14 {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .loaded.template-animation .transition-delay-15 {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .loaded.template-animation .transition-delay-16 {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .loaded.template-animation .transition-delay-17 {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }
  .loaded.template-animation .transition-delay-18 {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  .loaded.template-animation .transition-delay-19 {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }
  .loaded.template-animation .transition-delay-20 {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
  }
  /*========================================================================
  32. Demo Layout Twenty Nine
  =========================================================================*/
  .checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bg-color {
    background-color: #ffffff;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 30px 52px;
  }
  @media only screen and (max-width: 767px) {
    .bg-color {
      min-height: 100%;
    }
  }
  @media only screen and (max-width: 575px) {
    .bg-color {
      padding: 50px 15px 42px;
    }
  }
  .bg-img {
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 15px 30px;
  }
  .page-switcher {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
  @media only screen and (max-width: 767px) {
    .page-switcher {
      top: calc(100% - 48px);
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      right: 0;
      text-align: center;
    }
  }
  .page-switcher .switcher-text1 {
    text-align: right;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 30px;
    background-color: #2941e8;
    margin: 2px 0;
    border-radius: 0 45px 45px 0;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  @media only screen and (max-width: 767px) {
    .page-switcher .switcher-text1 {
      display: inline-block;
      margin: 0 2px;
      border-radius: 10px 10px 0 0;
      padding: 15px 30px;
    }
  }
  .page-switcher .switcher-text1:hover {
    color: white;
    background-color: #1d37ec;
  }
  .page-switcher .switcher-text1.active {
    color: #000000;
    background-color: #ffffff;
  }
  .content {
    max-width: 450px;
    width: 100%;
  }
  @media only screen and (max-width: 767px) {
    .content {
      text-align: center;
    }
  }
  .header .logo {
    display: block;
    margin-bottom: 100px;
    max-width: 40vw;
  }
  @media only screen and (max-width: 767px) {
    .header .logo {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 60px;
    }
  }
  .form {
    margin-bottom: 40px;
  }
  .form h2 {
    font-weight: 700;
    margin-bottom: 5px;
  }
  .form p {
    margin-bottom: 30px;
    font-size: 17px;
  }
  .form .form-group {
    position: relative;
    z-index: 1;
  }
  .form .form-group i {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .form .form-group [class^="flaticon-"]:before,
  .form .form-group [class*=" flaticon-"]:before,
  .form .form-group [class^="flaticon-"]:after,
  .form .form-group [class*=" flaticon-"]:after {
    margin-left: 0;
    font-size: 17px;
    color: #a1a1a1;
  }
  .form .form-control {
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 30px 10px 10px;
    color: #111111;
  }
  .form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
  }
  .btn-fill {
    margin-left: 30px;
    margin-top: 15px;
    font-family: 'Almarai', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #ef4444;
    padding: 10px 36px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .btn-fill:hover {
    background-color: #ef3b3b;
    border-color: #ef3b3b;
  }
  .btn-fill:focus {
    outline: none;
  }
  .switcher-text2 {
    color: #6275f7;
    font-size: 15px;
    margin-top: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .switcher-text2:hover {
    color: #000000;
  }
  ul.socials li {
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 8px;
  }
  @media only screen and (max-width: 575px) {
    ul.socials li {
      margin-left: 2px;
    }
  }
  ul.socials li:last-child {
    margin-left: 0;
  }
  ul.socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  ul.socials li.facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
  }
  ul.socials li.facebook a:hover {
    background-color: transparent;
    color: #3b5998;
  }
  ul.socials li.twitter a {
    background-color: #00acee;
    border-color: #00acee;
  }
  ul.socials li.twitter a:hover {
    background-color: transparent;
    color: #00acee;
  }
  ul.socials li.google a {
    background-color: #CC3333;
    border-color: #CC3333;
  }
  ul.socials li.google a:hover {
    background-color: transparent;
    color: #CC3333;
  }
  ul.socials li.instagram a {
    background-color: #3f729b;
    border-color: #3f729b;
  }
  ul.socials li.instagram a:hover {
    background-color: transparent;
    color: #3f729b;
  }
  ul.socials li.linkedin a {
    background-color: #0077B5;
    border-color: #0077B5;
  }
  ul.socials li.linkedin a:hover {
    background-color: transparent;
    color: #0077B5;
  }
  ul.socials li.youtube a {
    background-color: #c4302b;
    border-color: #c4302b;
  }
  ul.socials li.youtube a:hover {
    background-color: transparent;
    color: #c4302b;
  }
  ul.socials li.pinterest a {
    background-color: #bd081c;
    border-color: #bd081c;
  }
  ul.socials li.pinterest a:hover {
    background-color: transparent;
    color: #bd081c;
  }
  .footer h3 {
    font-size: 18px;
    font-weight: 500;
  }

  .toggle-password {
      left: 0 !important;
      right: auto !important;
  }

  .logo-content-svg {
    display: flex;
    align-items: center;
}


  .logo-content-svg .part-one {
    margin-left: 0.8rem;
}

.logo-content-svg .part-one svg {
    width: 3.8rem;
    height: auto;
}

.logo-content-svg .part-one svg g {
    fill: rgb(239, 68, 68);
}

.logo-content-svg .part-two svg {
    width: 11rem;
    height: auto;
}


.vegas-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(239,68,68);
background: -moz-linear-gradient(180deg, rgba(239,68,68,0.8799894957983193) 0%, rgba(9,9,121,0) 43%, rgba(0,212,255,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(239,68,68,0.8799894957983193) 0%, rgba(9,9,121,0) 43%, rgba(0,212,255,0) 100%);
background: linear-gradient(180deg, rgba(239,68,68,0.8799894957983193) 0%, rgba(9,9,121,0) 43%, rgba(0,212,255,0) 100%);
    }

.header.contents {
    width: 70%;
    margin: auto;
    padding-top: 20px;
}

.header.contents h1 {
    color: white;
}


.header.contents p {
    color: white;
}


.header .custom-logo img {
    width: 150px;
}


.header .logo {
    margin-bottom: 2.5rem;
}

#icon {
  margin: 0 0 10px;
}


.select2,
.select2-container {
	text-align: left;
}

