@charset "UTF-8";

@font-face {
  font-family: "Reuben-Bold";
  src: url("/assets-web/fonts/Reuben-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Reuben-Medium";
  src: url("/assets-web/fonts/Reuben-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brown-Bold";
  src: url("/assets-web/fonts/Brown-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brown-Regular";
  src: url("/assets-web/fonts/Brown-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TheSans-Plain";
  src: url("/assets-web/fonts/TheSans-Plain.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TheSans-Bold";
  src: url("/assets-web/fonts/TheSans-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Adobe-Arabic";
  src: url("/assets-web/fonts/AdobeArabic-Regular.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Coco-Arabic";
  src: url("/assets-web/fonts/CoconNextArabic-Light.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
::-moz-selection {
  background: #ffffff;
  color: #500027;
  text-shadow: none;
}

::selection {
  background: #ffffff;
  color: #500027;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  border-radius: 6px;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888;
}

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: #500027;
}

html {
  position: relative;
}

*, html, body {
  padding: 0px;
  padding: 0rem;
  margin: 0px;
  margin: 0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: "Reuben-Bold", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #500027;
  background-color: #f7e9df;
  -webkit-font-smoothing: antialiased;
}
body.modal-open {
  overflow: hidden;
}
body.arabic {
  direction: rtl;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}

.app-container {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
}

.secondary-font {
  font-family: "Brown-Regular", sans-serif;
  line-height: 1.2;
}

.adobe-arabic-font {
  font-family: "Adobe-Arabic", sans-serif;
}

.coco-arabic-font {
  font-family: "Coco-Arabic", sans-serif;
}

.thesans-font{
  font-family: "TheSans-Bold", sans-serif;
}

a {
  color: #500027;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
img.inherit {
  max-width: inherit;
}
img.responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.relative-block {
  position: relative;
}

.absolute-block {
  position: absolute;
}

.unstyled {
  padding: 0px;
  padding: 0rem;
  margin: 0px;
  margin: 0rem;
  list-style: none;
}

.inline li {
  display: inline-block;
}

.block li {
  display: block;
}

.table {
  display: table;
}
.table li {
  display: table-cell;
}

.nomar li:last-child {
  margin-right: 0px;
  margin-right: 0rem;
}
.nomar li:first-child {
  margin-left: 0px;
  margin-left: 0rem;
}

hr {
  border: none;
}

.clearfix::after, .tabbing .tabbing-head::after {
  content: "";
  display: table;
  clear: both;
}

.m-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.visiblity-hidden {
  visibility: hidden;
}

.ff-primary, .default-form .custom-file-upload .custom-file-label, .default-form .custom-label, .default-form .control-group .form-label {
  font-family: "Reuben-Bold", sans-serif;
}

.ff-secondary {
  font-family: "Reuben-Bold", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Reuben-Bold", sans-serif;
  padding: 0px;
  padding: 0rem;
  margin: 0px;
  margin: 0rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, p {
  padding: 0px;
  padding: 0rem;
  margin: 0px;
  margin: 0rem;
}

h1, .h1 {
  font-size: 70px;
  font-size: 4.375rem;
}

h2, .h2 {
  font-size: 60px;
  font-size: 3.75rem;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h3, .h3 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h4, .h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 22px;
  font-size: 1.375rem;
}

h6, .h6 {
  font-size: 20px;
  font-size: 1.25rem;
}

p {
  font-size: 14px;
  font-size: 0.875rem;
}

.td-underline {
  text-decoration: underline;
}

.td-border {
  border-bottom: 1px solid;
}

.td-border-dashed {
  border-bottom: 1px dashed;
}

.td-border-dotted {
  border-bottom: 1px dotted;
}

.fs-default {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs-xsmall {
  font-size: 10px;
  font-size: 0.625rem;
}

.fs-small {
  font-size: 12px;
  font-size: 0.75rem;
}

.fs-medium {
  font-size: 16px;
  font-size: 1rem;
}

.fs-large {
  font-size: 18px;
  font-size: 1.125rem;
}

.fw-thin {
  font-weight: 100 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-black {
  font-weight: 800 !important;
}

.fw-xblack {
  font-weight: 900 !important;
}

.tt-normal {
  text-transform: inherit !important;
}

.tt-uppercase {
  text-transform: uppercase !important;
}

.tt-capital {
  text-transform: capitalize !important;
}

.lh-normal {
  line-height: 1;
}

.lh-medium {
  line-height: 1.2;
}

.lh-large {
  line-height: 1.8;
}

.lh-xlarge {
  line-height: 2;
}

.ls-xsmall {
  letter-spacing: -2px;
}

.ls-small {
  letter-spacing: -1px;
}

.ls-normal {
  letter-spacing: 0px;
}

.ls-medium {
  letter-spacing: 1px;
}

.ls-large {
  letter-spacing: 2px;
}

.ls-xlarge {
  letter-spacing: 4px;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.fc-primary {
  color: #500027;
}

.fc-secondary {
  color: #cbc8cf;
}

.fc-default {
  color: #500027;
}

.fc-white {
  color: #ffffff;
}

.fc-black {
  color: #000000;
}

.fc-grey {
  color: #666666;
}

.fc-spgrey {
  color: #4b545c;
}

.fc-dgrey {
  color: #343a40;
}

.fc-lgrey {
  color: #f4f6f9;
}

.fc-success {
  color: #2ed8b6;
}

.fc-warning {
  color: #ffb64d;
}

.fc-danger {
  color: #ff5370;
}

.fc-info {
  color: #00bcd4;
}

.bg-primary {
  background: #500027;
}

.bg-secondary {
  background: #f7e9df;
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #000000;
}

.bg-grey {
  background: #666666;
}

.bg-lgrey {
  background: #f4f6f9;
}

.bg-spgrey {
  background: #4b545c;
}

.bg-success {
  background: #2ed8b6;
}

.bg-warning {
  background: #ffb64d;
}

.bg-danger {
  background: #ff5370;
}

.bg-info {
  background: #00bcd4;
}

.facebook:hover {
  color: #3b5998 !important;
}

.facebook-icon:hover {
  background: #3b5998 !important;
}

.twitter:hover {
  color: #00aced !important;
}

.twitter-icon:hover {
  background: #00aced !important;
}

.linkedin:hover {
  color: #4875b4 !important;
}

.linkedin-icon:hover {
  background: #4875b4 !important;
}

.googleplus:hover {
  color: #d34836 !important;
}

.googleplus-icon:hover {
  background: #d34836 !important;
}

.instagram:hover {
  color: #E4405F !important;
}

.instagram-icon:hover {
  background: #E4405F !important;
}

.youtube:hover {
  color: #d10000 !important;
}

.youtube-icon:hover {
  background: #d10000 !important;
}

.grid-block {
  overflow: hidden;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.grid-block > * {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-block.\--type-inline-blocks > * {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
}
.grid-block.\--type-two-blocks > * {
  width: 50% !important;
}
.grid-block.\--type-three-blocks > * {
  width: 33.333% !important;
}
.grid-block.\--type-four-blocks > * {
  width: 25% !important;
}
.grid-block.\--type-five-blocks > * {
  width: 20% !important;
}
.grid-block.\--type-six-blocks > * {
  width: 16.6667% !important;
}
.grid-block.\--style-offsets {
  margin-left: -30px;
}
.grid-block.\--style-offsets > * {
  padding-left: 30px;
}
.grid-block.\--style-offsets.\--offset-small {
  margin-left: -20px;
}
.grid-block.\--style-offsets.\--offset-small > * {
  padding-left: 20px;
}
.grid-block.\--style-bottom-offsets > * {
  margin-bottom: 50px;
}
.grid-block.\--style-bottom-offsets.\--offset-bottom-small > * {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .grid-block.\--ipad-half-grid > * {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .grid-block.\--mobile-full-grid > * {
    width: 100% !important;
  }
}

ul.grid-block {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

@font-face {
  font-family: "xicon";
  src: url("fonts/xicon.eot?mphv5v");
  src: url("fonts/xicon.eot?mphv5v#iefix") format("embedded-opentype"), url("fonts/xicon.ttf?mphv5v") format("truetype"), url("fonts/xicon.woff?mphv5v") format("woff"), url("fonts/xicon.svg?mphv5v#xicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=xicon-], [class*=" xicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "xicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xicon-mobile:before {
  content: "";
}

.xicon-arrow_right:before {
  content: "";
}

.xicon-arrow_left:before {
  content: "";
}

.xicon-play_btn:before {
  content: "";
}

.xicon-arrow_up:before {
  content: "";
}

.xicon-arrow_down:before {
  content: "";
}

.xicon-search:before {
  content: "";
}

.xicon-close_circle:before {
  content: "";
}

.xicon-close:before {
  content: "";
}

.xicon-google:before {
  content: "";
}

.xicon-google_square:before {
  content: "";
}

.xicon-linkedin_square:before {
  content: "";
}

.xicon-youtube_square:before {
  content: "";
}

.xicon-twitter_square:before {
  content: "";
}

.xicon-facebook_square:before {
  content: "";
}

.xicon-instagram:before {
  content: "";
}

.xicon-youtube:before {
  content: "";
}

.xicon-map_pointer:before {
  content: "";
}

.xicon-phone:before {
  content: "";
}

.xicon-email:before {
  content: "";
}

.xicon-twitter:before {
  content: "";
}

.xicon-linkedin:before {
  content: "";
}

.xicon-facebook:before {
  content: "";
}

@font-face {
  font-family: "feather";
  src: url("fonts/feather.eot?t=1501841394106");
  /* IE9*/
  src: url("fonts/feather.eot?t=1501841394106#iefix") format("embedded-opentype"), url("fonts/feather.woff?t=1501841394106") format("woff"), url("fonts/feather.ttf?t=1501841394106") format("truetype"), url("fonts/feather.svg?t=1501841394106#feather") format("svg");
  /* iOS 4.1- */
}
.xxicon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xxicon-alert-octagon:before {
  content: "";
}

.xxicon-alert-circle:before {
  content: "";
}

.xxicon-activity:before {
  content: "";
}

.xxicon-alert-triangle:before {
  content: "";
}

.xxicon-align-center:before {
  content: "";
}

.xxicon-airplay:before {
  content: "";
}

.xxicon-align-justify:before {
  content: "";
}

.xxicon-align-left:before {
  content: "";
}

.xxicon-align-right:before {
  content: "";
}

.xxicon-arrow-down-left:before {
  content: "";
}

.xxicon-arrow-down-right:before {
  content: "";
}

.xxicon-anchor:before {
  content: "";
}

.xxicon-aperture:before {
  content: "";
}

.xxicon-arrow-left:before {
  content: "";
}

.xxicon-arrow-right:before {
  content: "";
}

.xxicon-arrow-down:before {
  content: "";
}

.xxicon-arrow-up-left:before {
  content: "";
}

.xxicon-arrow-up-right:before {
  content: "";
}

.xxicon-arrow-up:before {
  content: "";
}

.xxicon-award:before {
  content: "";
}

.xxicon-bar-chart:before {
  content: "";
}

.xxicon-at-sign:before {
  content: "";
}

.xxicon-bar-chart-2:before {
  content: "";
}

.xxicon-battery-charging:before {
  content: "";
}

.xxicon-bell-off:before {
  content: "";
}

.xxicon-battery:before {
  content: "";
}

.xxicon-bluetooth:before {
  content: "";
}

.xxicon-bell:before {
  content: "";
}

.xxicon-book:before {
  content: "";
}

.xxicon-briefcase:before {
  content: "";
}

.xxicon-camera-off:before {
  content: "";
}

.xxicon-calendar:before {
  content: "";
}

.xxicon-bookmark:before {
  content: "";
}

.xxicon-box:before {
  content: "";
}

.xxicon-camera:before {
  content: "";
}

.xxicon-check-circle:before {
  content: "";
}

.xxicon-check:before {
  content: "";
}

.xxicon-check-square:before {
  content: "";
}

.xxicon-cast:before {
  content: "";
}

.xxicon-chevron-down:before {
  content: "";
}

.xxicon-chevron-left:before {
  content: "";
}

.xxicon-chevron-right:before {
  content: "";
}

.xxicon-chevron-up:before {
  content: "";
}

.xxicon-chevrons-down:before {
  content: "";
}

.xxicon-chevrons-right:before {
  content: "";
}

.xxicon-chevrons-up:before {
  content: "";
}

.xxicon-chevrons-left:before {
  content: "";
}

.xxicon-circle:before {
  content: "";
}

.xxicon-clipboard:before {
  content: "";
}

.xxicon-chrome:before {
  content: "";
}

.xxicon-clock:before {
  content: "";
}

.xxicon-cloud-lightning:before {
  content: "";
}

.xxicon-cloud-drizzle:before {
  content: "";
}

.xxicon-cloud-rain:before {
  content: "";
}

.xxicon-cloud-off:before {
  content: "";
}

.xxicon-codepen:before {
  content: "";
}

.xxicon-cloud-snow:before {
  content: "";
}

.xxicon-compass:before {
  content: "";
}

.xxicon-copy:before {
  content: "";
}

.xxicon-corner-down-right:before {
  content: "";
}

.xxicon-corner-down-left:before {
  content: "";
}

.xxicon-corner-left-down:before {
  content: "";
}

.xxicon-corner-left-up:before {
  content: "";
}

.xxicon-corner-up-left:before {
  content: "";
}

.xxicon-corner-up-right:before {
  content: "";
}

.xxicon-corner-right-down:before {
  content: "";
}

.xxicon-corner-right-up:before {
  content: "";
}

.xxicon-cpu:before {
  content: "";
}

.xxicon-credit-card:before {
  content: "";
}

.xxicon-crosshair:before {
  content: "";
}

.xxicon-disc:before {
  content: "";
}

.xxicon-delete:before {
  content: "";
}

.xxicon-download-cloud:before {
  content: "";
}

.xxicon-download:before {
  content: "";
}

.xxicon-droplet:before {
  content: "";
}

.xxicon-edit-2:before {
  content: "";
}

.xxicon-edit:before {
  content: "";
}

.xxicon-edit-1:before {
  content: "";
}

.xxicon-external-link:before {
  content: "";
}

.xxicon-eye:before {
  content: "";
}

.xxicon-feather:before {
  content: "";
}

.xxicon-facebook:before {
  content: "";
}

.xxicon-file-minus:before {
  content: "";
}

.xxicon-eye-off:before {
  content: "";
}

.xxicon-fast-forward:before {
  content: "";
}

.xxicon-file-text:before {
  content: "";
}

.xxicon-film:before {
  content: "";
}

.xxicon-file:before {
  content: "";
}

.xxicon-file-plus:before {
  content: "";
}

.xxicon-folder:before {
  content: "";
}

.xxicon-filter:before {
  content: "";
}

.xxicon-flag:before {
  content: "";
}

.xxicon-globe:before {
  content: "";
}

.xxicon-grid:before {
  content: "";
}

.xxicon-heart:before {
  content: "";
}

.xxicon-home:before {
  content: "";
}

.xxicon-github:before {
  content: "";
}

.xxicon-image:before {
  content: "";
}

.xxicon-inbox:before {
  content: "";
}

.xxicon-layers:before {
  content: "";
}

.xxicon-info:before {
  content: "";
}

.xxicon-instagram:before {
  content: "";
}

.xxicon-layout:before {
  content: "";
}

.xxicon-link-2:before {
  content: "";
}

.xxicon-life-buoy:before {
  content: "";
}

.xxicon-link:before {
  content: "";
}

.xxicon-log-in:before {
  content: "";
}

.xxicon-list:before {
  content: "";
}

.xxicon-lock:before {
  content: "";
}

.xxicon-log-out:before {
  content: "";
}

.xxicon-loader:before {
  content: "";
}

.xxicon-mail:before {
  content: "";
}

.xxicon-maximize-2:before {
  content: "";
}

.xxicon-map:before {
  content: "";
}

.xxicon-map-pin:before {
  content: "";
}

.xxicon-menu:before {
  content: "";
}

.xxicon-message-circle:before {
  content: "";
}

.xxicon-message-square:before {
  content: "";
}

.xxicon-minimize-2:before {
  content: "";
}

.xxicon-mic-off:before {
  content: "";
}

.xxicon-minus-circle:before {
  content: "";
}

.xxicon-mic:before {
  content: "";
}

.xxicon-minus-square:before {
  content: "";
}

.xxicon-minus:before {
  content: "";
}

.xxicon-moon:before {
  content: "";
}

.xxicon-monitor:before {
  content: "";
}

.xxicon-more-vertical:before {
  content: "";
}

.xxicon-more-horizontal:before {
  content: "";
}

.xxicon-move:before {
  content: "";
}

.xxicon-music:before {
  content: "";
}

.xxicon-navigation-2:before {
  content: "";
}

.xxicon-navigation:before {
  content: "";
}

.xxicon-octagon:before {
  content: "";
}

.xxicon-package:before {
  content: "";
}

.xxicon-pause-circle:before {
  content: "";
}

.xxicon-pause:before {
  content: "";
}

.xxicon-percent:before {
  content: "";
}

.xxicon-phone-call:before {
  content: "";
}

.xxicon-phone-forwarded:before {
  content: "";
}

.xxicon-phone-missed:before {
  content: "";
}

.xxicon-phone-off:before {
  content: "";
}

.xxicon-phone-incoming:before {
  content: "";
}

.xxicon-phone:before {
  content: "";
}

.xxicon-phone-outgoing:before {
  content: "";
}

.xxicon-pie-chart:before {
  content: "";
}

.xxicon-play-circle:before {
  content: "";
}

.xxicon-play:before {
  content: "";
}

.xxicon-plus-square:before {
  content: "";
}

.xxicon-plus-circle:before {
  content: "";
}

.xxicon-plus:before {
  content: "";
}

.xxicon-pocket:before {
  content: "";
}

.xxicon-printer:before {
  content: "";
}

.xxicon-power:before {
  content: "";
}

.xxicon-radio:before {
  content: "";
}

.xxicon-repeat:before {
  content: "";
}

.xxicon-refresh-ccw:before {
  content: "";
}

.xxicon-rewind:before {
  content: "";
}

.xxicon-rotate-ccw:before {
  content: "";
}

.xxicon-refresh-cw:before {
  content: "";
}

.xxicon-rotate-cw:before {
  content: "";
}

.xxicon-save:before {
  content: "";
}

.xxicon-search:before {
  content: "";
}

.xxicon-server:before {
  content: "";
}

.xxicon-scissors:before {
  content: "";
}

.xxicon-share-2:before {
  content: "";
}

.xxicon-share:before {
  content: "";
}

.xxicon-shield:before {
  content: "";
}

.xxicon-settings:before {
  content: "";
}

.xxicon-skip-back:before {
  content: "";
}

.xxicon-shuffle:before {
  content: "";
}

.xxicon-sidebar:before {
  content: "";
}

.xxicon-skip-forward:before {
  content: "";
}

.xxicon-slack:before {
  content: "";
}

.xxicon-slash:before {
  content: "";
}

.xxicon-smartphone:before {
  content: "";
}

.xxicon-square:before {
  content: "";
}

.xxicon-speaker:before {
  content: "";
}

.xxicon-star:before {
  content: "";
}

.xxicon-stop-circle:before {
  content: "";
}

.xxicon-sun:before {
  content: "";
}

.xxicon-sunrise:before {
  content: "";
}

.xxicon-tablet:before {
  content: "";
}

.xxicon-tag:before {
  content: "";
}

.xxicon-sunset:before {
  content: "";
}

.xxicon-target:before {
  content: "";
}

.xxicon-thermometer:before {
  content: "";
}

.xxicon-thumbs-up:before {
  content: "";
}

.xxicon-thumbs-down:before {
  content: "";
}

.xxicon-toggle-left:before {
  content: "";
}

.xxicon-toggle-right:before {
  content: "";
}

.xxicon-trash-2:before {
  content: "";
}

.xxicon-trash:before {
  content: "";
}

.xxicon-trending-up:before {
  content: "";
}

.xxicon-trending-down:before {
  content: "";
}

.xxicon-triangle:before {
  content: "";
}

.xxicon-type:before {
  content: "";
}

.xxicon-twitter:before {
  content: "";
}

.xxicon-upload:before {
  content: "";
}

.xxicon-umbrella:before {
  content: "";
}

.xxicon-upload-cloud:before {
  content: "";
}

.xxicon-unlock:before {
  content: "";
}

.xxicon-user-check:before {
  content: "";
}

.xxicon-user-minus:before {
  content: "";
}

.xxicon-user-plus:before {
  content: "";
}

.xxicon-user-x:before {
  content: "";
}

.xxicon-user:before {
  content: "";
}

.xxicon-users:before {
  content: "";
}

.xxicon-video-off:before {
  content: "";
}

.xxicon-video:before {
  content: "";
}

.xxicon-voicemail:before {
  content: "";
}

.xxicon-volume-x:before {
  content: "";
}

.xxicon-volume-2:before {
  content: "";
}

.xxicon-volume-1:before {
  content: "";
}

.xxicon-volume:before {
  content: "";
}

.xxicon-watch:before {
  content: "";
}

.xxicon-wifi:before {
  content: "";
}

.xxicon-x-square:before {
  content: "";
}

.xxicon-wind:before {
  content: "";
}

.xxicon-x:before {
  content: "";
}

.xxicon-x-circle:before {
  content: "";
}

.xxicon-zap:before {
  content: "";
}

.xxicon-zoom-in:before {
  content: "";
}

.xxicon-zoom-out:before {
  content: "";
}

.xxicon-command:before {
  content: "";
}

.xxicon-cloud:before {
  content: "";
}

.xxicon-hash:before {
  content: "";
}

.xxicon-headphones:before {
  content: "";
}

.xxicon-underline:before {
  content: "";
}

.xxicon-italic:before {
  content: "";
}

.xxicon-bold:before {
  content: "";
}

.xxicon-crop:before {
  content: "";
}

.xxicon-help-circle:before {
  content: "";
}

.xxicon-paperclip:before {
  content: "";
}

.xxicon-shopping-cart:before {
  content: "";
}

.xxicon-tv:before {
  content: "";
}

.xxicon-wifi-off:before {
  content: "";
}

.xxicon-minimize:before {
  content: "";
}

.xxicon-maximize:before {
  content: "";
}

.xxicon-gitlab:before {
  content: "";
}

.xxicon-sliders:before {
  content: "";
}

.xxicon-star-on:before {
  content: "";
}

.xxicon-heart-on:before {
  content: "";
}

.badge {
  display: inline-block;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
}
.badge.\--success {
  background-color: #2ed8b6;
  color: #ffffff;
}
.badge.\--warning {
  background-color: #ffb64d;
  color: #ffffff;
}
.badge.\--danger {
  background-color: #ff5370;
  color: #ffffff;
}
.badge.\--info {
  background-color: #00bcd4;
  color: #ffffff;
}

.btn {
  border-radius: 8px;
  padding: 10px 24px;
  display: inline-block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  letter-spacing: 0px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: 400;
  font-family: "Brown-Regular", sans-serif;
}
.btn.\--btn-primary {
  background: #ffffff;
  color: #8d8d8d;
  border-color: #000000;
}
.btn.\--btn-outline-primary {
  background: transparent;
  color: #500027;
  border-color: #500027;
}
.btn.\--btn-outline-primary:hover {
  background: #500027;
  color: #ffffff;
}
.btn.\--btn-secondary {
  background: #e3c4c2;
  color: white;
  border-color: #e3c4c2;
}
.btn.\--btn-outline-secondary {
  background: transparent;
  color: #e3c4c2;
  border-color: #e3c4c2;
}
.btn.\--btn-outline-secondary:hover {
  background: #e3c4c2;
  color: #ffffff;
}
.btn.\--btn-small {
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
}
.btn.\--btn-block {
  width: 100%;
  display: block;
}
.btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn.arabic {
  font-family: "TheSans-Bold", sans-serif;
}

.alert {
  position: relative;
  padding: 10px 38px 10px 18px;
  padding: 0.625rem 2.375rem 0.625rem 1.125rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.alert .close-alert {
  position: absolute;
  right: 10px;
  top: 0;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
}
.alert.\--success {
  background-color: #2ed8b6;
  color: #ffffff;
  border-color: #2ed8b6;
}
.alert.\--warning {
  background-color: #ffb64d;
  color: #ffffff;
  border-color: #ffb64d;
}
.alert.\--info {
  background-color: #00bcd4;
  color: #ffffff;
  border-color: #00bcd4;
}
.alert.\--danger {
  background-color: #ff5370;
  color: #ffffff;
  border-color: #ff5370;
}

.x-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 12;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.x-modal .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
}
.x-modal .modal-content {
  position: relative;
  top: 0%;
  left: 0;
  right: 0;
  max-width: 1110px;
  margin: 30px auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px solid #500027;
  background-color: #000000;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
@media (max-width: 991px) {
  .x-modal .modal-content {
    margin: 0px 20px;
    margin: 0rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .x-modal .modal-content {
    position: absolute;
  }
}
.x-modal .modal-content .inner-content {
  padding: 40px;
  padding: 2.5rem;
}
.x-modal.show {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.x-modal.show .modal-content {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.video-popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 50;
  padding: 16px;
}
.video-popup.show {
  display: flex;
}
.video-popup__dialog {
  position: relative;
  width: 100%;
  max-width: 640px;
  background: #000000;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}
.video-popup__close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 99;
}
.video-popup__player {
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 12px;
  background: #000000;
}

@media (max-width: 767px) {
    .video-popup__player { 
        height: 600px;
    }
}

.pagination {
  display: flex;
  list-style: none;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  position: relative;
  display: block;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  margin-left: -1px;
  color: #500027;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.pagination li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination li:first-child a .xxicon {
  position: relative;
  top: 0.6px;
}
.pagination li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination li:last-child a .xxicon {
  position: relative;
  top: 0.6px;
}
.pagination li:hover a, .pagination li.active a {
  background-color: #500027;
  color: #ffffff;
}

.accordian-tabs .accordian-head {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  color: #ffffff;
  background-color: #500027;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}
.accordian-tabs .accordian-head:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "";
  font-family: "xicon" !important;
  width: auto;
  height: auto;
  text-align: center;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 28px;
  font-size: 1.75rem;
}
.accordian-tabs .accordian-body {
  padding: 20px;
  padding: 1.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-top: 0;
  display: none;
}
.accordian-tabs.open .accordian-head:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tabbing .tabbing-head li {
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 1px solid #dee2e6;
  border-bottom: 0;
  float: left;
  cursor: pointer;
}
.tabbing .tabbing-head li.current {
  background-color: #f4f6f9;
}
.tabbing .tabbing-body {
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/fonts/slick.eot");
  src: url("fonts/fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/fonts/slick.woff") format("woff"), url("fonts/fonts/slick.ttf") format("truetype"), url("fonts/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.\--big-dot .slick-dots {
  bottom: -40px;
}
.\--xbig-dot .slick-dots {
  bottom: -60px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 36px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-iosfix {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.check-list {
  margin-bottom: 30px;
}
.check-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
}
.check-list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #500027;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.topbar-nav {
  background-color: #ffffff;
  margin-left: 250px;
  margin-left: 15.625rem;
  border-bottom: 1px solid #dee2e6;
  padding: 6px 16px;
  padding: 0.375rem 1rem;
}
.topbar-nav .topbar-navigation li a {
  color: rgba(0, 0, 0, 0.5);
  padding: 8px 14px;
  padding: 0.5rem 0.875rem;
  display: block;
}

.side-bar {
  background-color: #343a40;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  height: inherit;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  width: 250px;
}
.side-bar .header-logo {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  white-space: nowrap;
  border-bottom: 1px solid #4b545c;
}
.side-bar .header-logo img {
  width: 140px;
}
.side-bar .header-user {
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  border-bottom: 1px solid #4b545c;
  display: flex;
  align-items: center;
}
.side-bar .header-user .user-img {
  display: inline-block;
  padding-right: 10px;
  padding-right: 0.625rem;
}
.side-bar .header-user .user-img img {
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  width: 32px;
}
.side-bar .header-user .username {
  white-space: nowrap;
  color: #ffffff;
  letter-spacing: 0.6px;
  font-size: 16px;
  font-size: 1rem;
}
.side-bar .primary-navigation {
  margin: 12px 0px;
  margin: 0.75rem 0rem;
  padding: 0px 8px;
  padding: 0rem 0.5rem;
}
.side-bar .primary-navigation ul li a {
  white-space: nowrap;
  padding: 8px 14px;
  padding: 0.5rem 0.875rem;
  display: block;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-size: 1rem;
  border-radius: 4px;
}
.side-bar .primary-navigation ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.side-bar .primary-navigation ul li a.active {
  background-color: #500027;
  color: #ffffff;
}
.side-bar .primary-navigation ul li a .xxicon {
  margin-right: 6px;
  margin-right: 0.375rem;
}

.box.\--step-box {
  text-align: center;
  margin-top: 20px;
}
.box.\--step-box .round-shape {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #500027;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .box.\--step-box .round-shape {
    width: 100px;
    height: 100px;
  }
}
.box.\--step-box .title {
  color: #600724;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bold;
  font-size: 36px;
}
@media (max-width: 767px) {
  .box.\--step-box .title {
    font-size: 18px;
  }
}
/* @media (max-width: 575px) {
  .box.\--step-box .title {
    font-size: 14px;
    font-size: 0.875rem;
  }
} */
@media (max-width: 767px) {
  .box.\--step-box .desc {
    font-size: 14px;
    line-height: 1.2;
  }
}

.hero-banner {
  background-position: center;
  background-image: url(/assets-web/images/background.jpg);
  background-repeat: no-repeat;
}
.dashboardpg .hero-banner {
  display: none;
}

.hero-banner .banner-title {
  text-align: center;
  color: #500027;
  line-height: 0.8;
  margin: 30px 0px 40px;
  margin: 1.875rem 0rem 2.5rem;
}
.hero-banner .mobile_image {
  display: none;
}
@media (max-width: 991px) {
  .hero-banner .banner-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (max-width: 767px) {
  .hero-banner .banner-title {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 30px 0px 20px;
    margin: 1.875rem 0rem 1.25rem;
  }

  .hero-banner .desktop_image {
    display: none;
  }

  .hero-banner .mobile_image {
    display: block;
  }
}
@media (max-width: 575px) {
  .hero-banner .banner-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.hero-banner .banner-title.\--arabic {
  font-family: "TheSans-Bold", sans-serif;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px 20px;
  margin: 0rem 0rem 1.25rem;
  padding: 0px;
  padding: 0rem;
  /* Table column sizing
  ================================== */
}
.Rtable .Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  overflow: hidden;
  list-style: none;
  border: 1px solid #666666;
}
.Rtable .Rtable-cell.\--head {
  background-color: #500027;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  border-color: #500027;
}
@media (max-width: 991px) {
  .Rtable .Rtable-cell.\--head {
    display: none;
  }
}
.Rtable .Rtable-cell .body .header {
  color: #500027;
  font-weight: 700;
  margin-right: 10px;
  margin-right: 0.625rem;
  display: none;
  line-height: 2;
}
@media (max-width: 991px) {
  .Rtable .Rtable-cell .body .header {
    display: inline-block;
    width: 40%;
    float: left;
  }
}
.Rtable .Rtable-cell .body .content {
  line-height: 2;
}
@media (max-width: 991px) {
  .Rtable .Rtable-cell .body .content {
    float: left;
    width: 54%;
  }
}
@media (max-width: 991px) {
  .Rtable.\--collapse {
    display: block;
  }
  .Rtable.\--collapse .Rtable-cell {
    width: 100% !important;
  }
}
.Rtable.\--2cols .Rtable-cell {
  width: 50%;
}
@media (max-width: 991px) {
  .Rtable.\--2cols .Rtable-cell:nth-child(2n) {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.Rtable.\--3cols .Rtable-cell {
  width: 33.33%;
}
@media (max-width: 991px) {
  .Rtable.\--3cols .Rtable-cell:nth-child(3n) {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.Rtable.\--4cols .Rtable-cell {
  width: 25%;
}
@media (max-width: 991px) {
  .Rtable.\--4cols .Rtable-cell:nth-child(4n) {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.Rtable.\--5cols .Rtable-cell {
  width: 20%;
}
@media (max-width: 991px) {
  .Rtable.\--5cols .Rtable-cell:nth-child(5n) {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.Rtable.\--6cols .Rtable-cell {
  width: 16.6%;
}
@media (max-width: 991px) {
  .Rtable.\--6cols .Rtable-cell:nth-child(6n) {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.Rtable.\--7cols .Rtable-cell {
  width: 14.28%;
}
@media (max-width: 991px) {
  .Rtable.\--7cols .Rtable-cell:nth-child(7n) {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}

.table-responsive {
  display: inline-block;
  width: 100%;
  overflow-x: auto;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-collapse: collapse;
  border-spacing: 2px;
}
.table th, .table td {
  padding: 12px;
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  text-align: left;
}
.table.\--bordered th, .table.\--bordered td {
  border: 1px solid #dee2e6;
}
.table.\--hover tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.primary-footer {
  padding: 0px 0px 20px;
  background-color: #f7e9df;
}
.primary-footer .link-section {
  text-align: center;
}
/* .primary-footer .link-section * {
  display: inline-block;
  margin: 0px 2px;
  margin: 0rem 0.125rem;
} */
.primary-footer .social-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-footer .social-media span {
  margin-left: 10px;
  font-weight: normal;
  font-size: 18px;
}
.primary-footer .desc {
  text-align: center;
  font-size: 18px;
}
.primary-footer .desc .link {
  /* color: #74253d; */
  text-decoration: underline;
}

.sec-padding {
  padding: 120px 0px;
  padding: 7.5rem 0rem;
}
@media (max-width: 767px) {
  .sec-padding {
    padding: 30px 0px;
    padding: 1.875rem 0rem;
  }
}
.sec-padding.\--small {
  padding: 40px 0px;
  padding: 2.5rem 0rem;
}
.sec-padding.\--xsmall {
  padding: 30px 0px;
  padding: 1.875rem 0rem;
}

.container-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 15px;
  padding: 0rem 0.9375rem;
}

.maintitle {
  text-transform: uppercase;
  color: #500027;
}
@media (max-width: 991px) {
  .maintitle {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .maintitle {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
.maintitle.\--arabic {
  font-family: "TheSans-Bold", sans-serif;
}
.maintitle.\--english {
  font-family: "Brown-Regular", sans-serif;
}

.maindesc {
  font-family: "Brown-Regular", sans-serif;
  font-size: 16px;
}
.maindesc.arabic {
  font-family: "TheSans-Bold", sans-serif;
}
.about-section {
  text-align: center;
  background-color: #f7e9df;
}

.about-section .subtitle {
    font-size: 32px;
    font-weight: semibold;
}

.about-section .desc {
    font-size: 22px;
    font-weight: normal;
}

.form-section {
  background-color: #f7e9df;
  padding: 40px 0px 30px;
}
.form-section .notice {
  font-size: 24px;
  font-size: 1.5rem;
}

/**** Form Styling Default ****/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background: transparent !important;
}

input::-webkit-input-placeholder {
  color: #666666;
}

input:-moz-placeholder {
  color: #666666;
}

input::-moz-placeholder {
  color: #666666;
}

input:-ms-input-placeholder {
  color: #666666;
}

textarea::-webkit-input-placeholder {
  color: #666666;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.default-form {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.default-form .control-group {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  position: relative;
}
.default-form .control-group .form-field {
  color: #666666;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
  height: 44px;
  border: 1px solid #000000;
  box-shadow: none;
  border-radius: 8px;
  position: relative;
  font-family: "Brown-Regular", sans-serif;
  z-index: 4;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .default-form {
    margin-top: 20px;
  }
  .default-form .control-group {
    margin-bottom: 16px;
  }
  .default-form .control-group .form-field {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .form-section {
    padding-top: 0;
  }

  .form-section .notice {
    font-size: 16px;
    margin-top: 10px;
  }

  .about-section .subtitle {
    font-size: 22px;
    font-weight: semibold;
}

.about-section .desc {
    font-size: 18px;
    font-weight: normal;
}
}
.default-form .control-group .take-photo, .default-form .control-group .upload-photo {
  color: #666666;
  padding: 10px;
  width: auto;
  height: 44px;
  border: 1px solid #000000;
  box-shadow: none;
  border-radius: 8px;
  position: relative;
  font-family: "Brown-Regular", sans-serif;
  z-index: 4;
  font-size: 16px;
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  cursor: pointer;
  min-width: 200px;
  margin-bottom: 20px;
  font-family: "TheSans-Bold", sans-serif;
}

.default-form .control-group .take-photo, .default-form .control-group .watch-video {
  color: #666666;
  padding: 10px;
  width: auto;
  height: 44px;
  border: 1px solid #000000;
  box-shadow: none;
  border-radius: 8px;
  font-family: "TheSans-Bold", sans-serif;
  position: relative;
  z-index: 4;
  font-size: 16px;
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  cursor: pointer;
  min-width: 200px;
  margin-bottom: 20px;
}


.default-form .control-group .take-photo input[type=file], .default-form .control-group .upload-photo input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
@media (max-width: 767px) {
  .default-form .control-group .take-photo, .default-form .control-group .upload-photo {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }

  .default-form .control-group .take-photo, .default-form .control-group .watch-video {
    margin-top: 20px;
  }
}
.default-form .control-group.file .form-field, .default-form .control-group.file .take-photo {
  height: 48px;
  background-color: #ffffff;
}
.default-form .control-group .file-selected {
  text-transform: uppercase;
  color: #666666;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Brown-Regular", sans-serif;
}

.default-form .control-group .small-note {
  font-family: "Brown-Bold", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .default-form .control-group .file-selected {
    font-size: 16px;
    font-size: 1rem;
  }
  .default-form .control-group .small-note {
    font-size: 14px;
    line-height: 1.2;
  }
}

.default-form .control-group textarea {
  resize: none;
  min-height: 180px;
}
.default-form .control-group .image-preview {
  
  max-height: 300px;
  margin: 0 auto;
  object-fit: contain;
}
.default-form .control-group .image-video-box {
  
  max-height: 300px;
}
.default-form .control-group .form-button {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
}
.default-form .control-group .codearea {
  float: left;
  width: 14%;
  position: relative;
}
.default-form .control-group .numberarea {
  float: right;
  width: 85%;
  position: relative;
}
.default-form .control-group .form-label {
  display: block;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
}
.default-form .control-group.\--search-group {
  display: flex;
}
.default-form .control-group.\--search-group .search-field {
  background-color: #dee2e6;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  border-radius: 0px;
  border: 0;
}
.default-form .control-group.\--search-group .search-button {
  display: flex;
  background-color: #dee2e6;
}
.default-form .control-group.\--search-group .search-button .form-button {
  padding: 0px 8px;
  padding: 0rem 0.5rem;
  cursor: pointer;
  z-index: 6;
}
.default-form .checkbox {
  position: relative;
  line-height: 20px;
}
.default-form .checkbox .label {
  position: relative;
  display: block;
  float: left;
  margin: 0px 10px 10px 0px;
  margin: 0rem 0.625rem 0.625rem 0rem;
  width: 22px;
  height: 22px;
  border: 2px solid #500027;
  -webkit-tap-highlight-color: transparent;
  top: -1px;
}
.default-form .checkbox .label:after {
  content: "✔";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  color: #500027;
  text-align: center;
  line-height: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.08;
  filter: alpha(opacity=8);
  color: #500027;
}
.default-form .checkbox input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 9;
  cursor: pointer;
}
.default-form .checkbox input[type=checkbox]:checked + .label {
  border-color: #500027;
}
.default-form .checkbox input[type=checkbox]:checked + .label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
  filter: alpha(opacity=100);
}
.default-form .checkbox .text {
  font-size: 20px;
}
.default-form .checkbox .text .link {
  text-decoration: underline;
}
.default-form .radiobox {
  position: relative;
  line-height: 20px;
}
.default-form .radiobox .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #500027;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.default-form .radiobox .label:after {
  content: "";
  position: absolute;
  top: 3.2px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #500027;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.08;
  filter: alpha(opacity=8);
}
.default-form .radiobox input[type=radio] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 9;
  cursor: pointer;
}
.default-form .radiobox input[type=radio]:checked + .label {
  border-color: #500027;
}
.default-form .radiobox input[type=radio]:checked + .label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
  filter: alpha(opacity=100);
}
.default-form .radiobox .text {
  font-weight: 700;
}
.default-form .custom-label {
  display: block;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
}
.default-form .custom-file-upload {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 44px;
}
.default-form .custom-file-upload .custom-file-field {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.default-form .custom-file-upload .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 8;
  color: #666666;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
  height: 44px;
  border: 1px solid #4b545c;
  box-shadow: none;
  border-radius: 8px;
  z-index: 4;
}
.default-form .custom-file-upload .custom-file-label:after {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: block;
  padding: 0px 20px;
  padding: 0rem 1.25rem;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #4b545c;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  line-height: 44px;
}

@media (max-width: 767px) {
  .default-form .checkbox .text {
    font-size: 16px;
  }

  .default-form .checkbox input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
  .default-form .checkbox .label {
    width: 18px;
    height: 18px;
  }

  .primary-footer .link-section {
    font-size: 18px;
  }
  .primary-footer .desc {
    font-size: 12px;
  }

  .default-form .control-group .watch-video {
    font-size: 14px;
  }

  .default-form .control-group .form-label {
    font-size: 14px;
  }
}



.default-form.\--animate-form .control-group .form-field {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #4b545c;
  padding: 10px 0px;
  padding: 0.625rem 0rem;
  border-radius: 0;
}
.default-form.\--animate-form .control-group select.form-field {
  padding: 10px;
  padding: 0.625rem;
}
.default-form.\--animate-form .control-group .form-label {
  position: absolute;
  left: 0px;
  top: 12px;
}


.default-form.\--animate-form .control-group .bar {
  position: relative;
  display: block;
}
.default-form.\--animate-form .control-group .bar:before, .default-form.\--animate-form .control-group .bar:after {
  content: "";
  width: 0px;
  height: 2px;
  bottom: 1px;
  position: absolute;
  background: #000000;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.default-form.\--animate-form .control-group .bar:before {
  left: 50%;
}
.default-form.\--animate-form .control-group .bar:after {
  right: 50%;
}
.default-form.\--animate-form .control-group .form-field {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.default-form.\--animate-form .control-group .form-field:focus {
  border: none;
}
.default-form.\--animate-form .control-group .form-field:focus ~ .bar:before, .default-form.\--animate-form .control-group .form-field:focus ~ .bar:after {
  width: 50%;
}
.default-form.\--animate-form .control-group.focused .form-field {
  border: none;
}
.default-form.\--animate-form .control-group.focused .form-label {
  top: -6px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
}
.default-form.\--animate-form .control-group.focused .bar:before, .default-form.\--animate-form .control-group.focused .bar:after {
  width: 50%;
}
.default-form.arabic {
  font-family: "TheSans-Bold", sans-serif;
}
.default-form.arabic .control-group .form-label, .default-form.arabic .control-group .form-field {
  font-family: "TheSans-Bold", sans-serif;
}
.default-form.arabic .control-group .take-photo, .default-form.arabic .control-group .upload-photo {
  font-family: "TheSans-Bold", sans-serif;
}
.default-form.arabic .control-group .file-selected {
  font-family: "TheSans-Bold", sans-serif;
}
.default-form.arabic .control-group .small-note {
  font-family: "TheSans-Bold", sans-serif;
}
.default-form.arabic .control-group .codearea {
  float: right;
}
.default-form.arabic .control-group .numberarea {
  float: left;
}
.default-form.arabic .checkbox .label {
  float: right;
  margin: 0px 0px 10px 10px;
  margin: 0rem 0rem 0.625rem 0.625rem;
}
.default-form.arabic .checkbox .label:after {
  right: 1px;
}
.default-form.arabic .checkbox input[type=checkbox] {
  right: 0;
}

.mobile-nav-btn {
  display: inline-block;
  width: 30px;
  height: 20px;
  z-index: 1000;
  color: #500027;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.mobile-nav-btn .lines {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #500027;
  border-radius: 3px;
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-nav-btn .lines:nth-child(1) {
  top: 1px;
  width: 80%;
}
.mobile-nav-btn .lines:nth-child(2), .mobile-nav-btn .lines:nth-child(3) {
  top: 11px;
}
.mobile-nav-btn .lines:nth-child(4) {
  top: 21px;
  width: 60%;
}
.mobile-nav-btn:hover .lines:nth-child(1) {
  width: 50%;
}
.mobile-nav-btn:hover .lines:nth-child(4) {
  width: 80%;
}
.mobile-nav-btn.nav-active .lines:nth-child(1), .mobile-nav-btn.nav-active .lines:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.mobile-nav-btn.nav-active .lines:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-btn.nav-active .lines:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sticky .mobile-nav-btn {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.mobile-nav-btn.mobile-btn .lines {
  background: #ffffff;
}

.mobile-navigation {
  position: fixed;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 8;
  background: #500027;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.mobile-navigation ul {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  padding: 0px 30px;
  padding: 0rem 1.875rem;
}
.mobile-navigation ul a {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  display: block;
  position: relative;
  text-transform: uppercase;
}
.mobile-navigation ul a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mobile-navigation ul a:hover:after {
  width: 100%;
}
.mobile-navigation.nav-active {
  width: 80%;
}

/*# sourceMappingURL=style.css.map */
