@charset "UTF-8";
.rtl {
  /*
  -----------------------------------------------------------------------
    Common CSS
  -----------------------------------------------------------------------
  */
  /*-------- Background Style Css --------*/
  /*-------- Wrapper & Container Style Css --------*/
  /*-------- Gutter Style Css --------*/
  /*-------- Spacing Style Css --------*/
  /*-------- Hover Style Css --------*/
  /*-------- Button Style Css --------*/
  /*-------- Page Header Style Css --------*/
  /*-------- Login Account Style Css --------*/
  /*-------- Register Style Css --------*/
  /*-------- Account Style Css --------*/
  /*-------- Pagination Style Css --------*/
  /*-------- Custom Font Style Css --------*/
  /*-------- Custom Color Style Css --------*/
  /*-------- Hidden Class Style Css --------*/
  /*-------- Preloader Style Css --------*/
  /*-------- Scroll To Top Style Css --------*/
  /*
  -----------------------------------------------------------------------
      Main Navigation CSS
  -----------------------------------------------------------------------
  */
  /* Responsive Mobile Menu */
  /*
  -----------------------------------------------------------------------
    Section Title CSS
  -----------------------------------------------------------------------
  */
  /*
  -----------------------------------------------------------------------
    Header CSS
  -----------------------------------------------------------------------
  */
  /*
  -----------------------------------------------------------------------
      Home Slider CSS
  -----------------------------------------------------------------------
  */
  /*
  -----------------------------------------------------------------------
      About CSS
  -----------------------------------------------------------------------
  */
  /*
  -----------------------------------------------------------------------
      Team CSS
  -----------------------------------------------------------------------
  */
  /*
  -----------------------------------------------------------------------
      Feature CSS
  -----------------------------------------------------------------------
  */
  /*
  -----------------------------------------------------------------------
      Divider CSS
  -----------------------------------------------------------------------
  */
  /*
  -----------------------------------------------------------------------
    Counter CSS
  -----------------------------------------------------------------------
  */
  /*
  -----------------------------------------------------------------------
    Shop CSS
  -----------------------------------------------------------------------
  */
  /*
  -----------------------------------------------------------------------
      Testimonial CSS
  -----------------------------------------------------------------------
  */
  /*
  -----------------------------------------------------------------------
      Form CSS
  -----------------------------------------------------------------------
  */
  /*
  -----------------------------------------------------------------------
      Home Default CSS
  -----------------------------------------------------------------------
  */
  /*
  -----------------------------------------------------------------------
      Blog CSS
  -----------------------------------------------------------------------
  */
  /*
  -----------------------------------------------------------------------
      Contact CSS
  -----------------------------------------------------------------------
  */
  /*
  -----------------------------------------------------------------------
    Footer CSS
  -----------------------------------------------------------------------
  */
}
.rtl :root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
.rtl *, .rtl ::after, .rtl ::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .rtl :root {
    scroll-behavior: smooth;
  }
}
.rtl body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.rtl hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
.rtl hr:not([size]) {
  height: 1px;
}
.rtl .h1, .rtl .h2, .rtl .h3, .rtl .h4, .rtl .h5, .rtl .h6, .rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.rtl .h1, .rtl h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .rtl .h1, .rtl h1 {
    font-size: 2.5rem;
  }
}
.rtl .h2, .rtl h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .rtl .h2, .rtl h2 {
    font-size: 2rem;
  }
}
.rtl .h3, .rtl h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .rtl .h3, .rtl h3 {
    font-size: 1.75rem;
  }
}
.rtl .h4, .rtl h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .rtl .h4, .rtl h4 {
    font-size: 1.5rem;
  }
}
.rtl .h5, .rtl h5 {
  font-size: 1.25rem;
}
.rtl .h6, .rtl h6 {
  font-size: 1rem;
}
.rtl p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.rtl abbr[data-bs-original-title], .rtl abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.rtl address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.rtl ol, .rtl ul {
  padding-right: 2rem;
}
.rtl dl, .rtl ol, .rtl ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.rtl ol ol, .rtl ol ul, .rtl ul ol, .rtl ul ul {
  margin-bottom: 0;
}
.rtl dt {
  font-weight: 700;
}
.rtl dd {
  margin-bottom: 0.5rem;
  margin-right: 0;
}
.rtl blockquote {
  margin: 0 0 1rem;
}
.rtl b, .rtl strong {
  font-weight: bolder;
}
.rtl .small, .rtl small {
  font-size: 0.875em;
}
.rtl .mark, .rtl mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.rtl sub, .rtl sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.rtl sub {
  bottom: -0.25em;
}
.rtl sup {
  top: -0.5em;
}
.rtl a {
  color: #0d6efd;
  text-decoration: underline;
}
.rtl a:hover {
  color: #0a58ca;
}
.rtl a:not([href]):not([class]), .rtl a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.rtl code, .rtl kbd, .rtl pre, .rtl samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
.rtl pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
.rtl pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.rtl code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
.rtl a > code {
  color: inherit;
}
.rtl kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.rtl kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
.rtl figure {
  margin: 0 0 1rem;
}
.rtl img, .rtl svg {
  vertical-align: middle;
}
.rtl table {
  caption-side: bottom;
  border-collapse: collapse;
}
.rtl caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: right;
}
.rtl th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.rtl tbody, .rtl td, .rtl tfoot, .rtl th, .rtl thead, .rtl tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.rtl label {
  display: inline-block;
}
.rtl button {
  border-radius: 0;
}
.rtl button:focus:not(:focus-visible) {
  outline: 0;
}
.rtl button, .rtl input, .rtl optgroup, .rtl select, .rtl textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.rtl button, .rtl select {
  text-transform: none;
}
.rtl [role=button] {
  cursor: pointer;
}
.rtl select {
  word-wrap: normal;
}
.rtl select:disabled {
  opacity: 1;
}
.rtl [list]::-webkit-calendar-picker-indicator {
  display: none;
}
.rtl [type=button], .rtl [type=reset], .rtl [type=submit], .rtl button {
  -webkit-appearance: button;
}
.rtl [type=button]:not(:disabled), .rtl [type=reset]:not(:disabled), .rtl [type=submit]:not(:disabled), .rtl button:not(:disabled) {
  cursor: pointer;
}
.rtl ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.rtl textarea {
  resize: vertical;
}
.rtl fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.rtl legend {
  float: right;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  .rtl legend {
    font-size: 1.5rem;
  }
}
.rtl legend + * {
  clear: right;
}
.rtl ::-webkit-datetime-edit-day-field, .rtl ::-webkit-datetime-edit-fields-wrapper, .rtl ::-webkit-datetime-edit-hour-field, .rtl ::-webkit-datetime-edit-minute, .rtl ::-webkit-datetime-edit-month-field, .rtl ::-webkit-datetime-edit-text, .rtl ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.rtl ::-webkit-inner-spin-button {
  height: auto;
}
.rtl [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
.rtl [type=email], .rtl [type=number], .rtl [type=tel], .rtl [type=url] {
  direction: ltr;
}
.rtl ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.rtl ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.rtl ::-webkit-file-upload-button {
  font: inherit;
}
.rtl ::file-selector-button {
  font: inherit;
}
.rtl ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.rtl output {
  display: inline-block;
}
.rtl iframe {
  border: 0;
}
.rtl summary {
  display: list-item;
  cursor: pointer;
}
.rtl progress {
  vertical-align: baseline;
}
.rtl [hidden] {
  display: none !important;
}
.rtl .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.rtl .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .rtl .display-1 {
    font-size: 5rem;
  }
}
.rtl .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .rtl .display-2 {
    font-size: 4.5rem;
  }
}
.rtl .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .rtl .display-3 {
    font-size: 4rem;
  }
}
.rtl .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .rtl .display-4 {
    font-size: 3.5rem;
  }
}
.rtl .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .rtl .display-5 {
    font-size: 3rem;
  }
}
.rtl .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .rtl .display-6 {
    font-size: 2.5rem;
  }
}
.rtl .list-unstyled {
  padding-right: 0;
  list-style: none;
}
.rtl .list-inline {
  padding-right: 0;
  list-style: none;
}
.rtl .list-inline-item {
  display: inline-block;
}
.rtl .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
}
.rtl .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.rtl .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.rtl .blockquote > :last-child {
  margin-bottom: 0;
}
.rtl .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.rtl .blockquote-footer::before {
  content: "— ";
}
.rtl .img-fluid {
  max-width: 100%;
  height: auto;
}
.rtl .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.rtl .figure {
  display: inline-block;
}
.rtl .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.rtl .figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.rtl .container, .rtl .container-fluid, .rtl .container-lg, .rtl .container-md, .rtl .container-sm, .rtl .container-xl, .rtl .container-xxl {
  width: 100%;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .rtl .container, .rtl .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .rtl .container, .rtl .container-md, .rtl .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .rtl .container, .rtl .container-lg, .rtl .container-md, .rtl .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .rtl .container, .rtl .container-lg, .rtl .container-md, .rtl .container-sm, .rtl .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .rtl .container, .rtl .container-lg, .rtl .container-md, .rtl .container-sm, .rtl .container-xl, .rtl .container-xxl {
    max-width: 1320px;
  }
}
.rtl .row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}
.rtl .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.rtl .col {
  flex: 1 0 0%;
}
.rtl .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.rtl .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.rtl .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.rtl .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.rtl .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.rtl .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.rtl .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  .rtl .col-sm {
    flex: 1 0 0%;
  }
  .rtl .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .rtl .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .rtl .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .rtl .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .rtl .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .rtl .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .rtl .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .rtl .col-md {
    flex: 1 0 0%;
  }
  .rtl .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .rtl .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .rtl .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .rtl .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .rtl .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .rtl .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .rtl .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .rtl .col-lg {
    flex: 1 0 0%;
  }
  .rtl .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .rtl .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .rtl .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .rtl .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .rtl .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .rtl .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .rtl .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .rtl .col-xl {
    flex: 1 0 0%;
  }
  .rtl .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .rtl .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .rtl .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .rtl .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .rtl .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .rtl .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .rtl .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .rtl .col-xxl {
    flex: 1 0 0%;
  }
  .rtl .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .rtl .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .rtl .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .rtl .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .rtl .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .rtl .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .rtl .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.rtl .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.rtl .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.rtl .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.rtl .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.rtl .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.rtl .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.rtl .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.rtl .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.rtl .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.rtl .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.rtl .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.rtl .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.rtl .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.rtl .offset-1 {
  margin-right: 8.33333333%;
}
.rtl .offset-2 {
  margin-right: 16.66666667%;
}
.rtl .offset-3 {
  margin-right: 25%;
}
.rtl .offset-4 {
  margin-right: 33.33333333%;
}
.rtl .offset-5 {
  margin-right: 41.66666667%;
}
.rtl .offset-6 {
  margin-right: 50%;
}
.rtl .offset-7 {
  margin-right: 58.33333333%;
}
.rtl .offset-8 {
  margin-right: 66.66666667%;
}
.rtl .offset-9 {
  margin-right: 75%;
}
.rtl .offset-10 {
  margin-right: 83.33333333%;
}
.rtl .offset-11 {
  margin-right: 91.66666667%;
}
.rtl .g-0, .rtl .gx-0 {
  --bs-gutter-x:0;
}
.rtl .g-0, .rtl .gy-0 {
  --bs-gutter-y:0;
}
.rtl .g-1, .rtl .gx-1 {
  --bs-gutter-x:0.25rem;
}
.rtl .g-1, .rtl .gy-1 {
  --bs-gutter-y:0.25rem;
}
.rtl .g-2, .rtl .gx-2 {
  --bs-gutter-x:0.5rem;
}
.rtl .g-2, .rtl .gy-2 {
  --bs-gutter-y:0.5rem;
}
.rtl .g-3, .rtl .gx-3 {
  --bs-gutter-x:1rem;
}
.rtl .g-3, .rtl .gy-3 {
  --bs-gutter-y:1rem;
}
.rtl .g-4, .rtl .gx-4 {
  --bs-gutter-x:1.5rem;
}
.rtl .g-4, .rtl .gy-4 {
  --bs-gutter-y:1.5rem;
}
.rtl .g-5, .rtl .gx-5 {
  --bs-gutter-x:3rem;
}
.rtl .g-5, .rtl .gy-5 {
  --bs-gutter-y:3rem;
}
@media (min-width: 576px) {
  .rtl .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .rtl .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .rtl .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .rtl .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .rtl .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .rtl .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .rtl .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .rtl .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .rtl .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .rtl .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .rtl .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .rtl .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .rtl .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .rtl .offset-sm-0 {
    margin-right: 0;
  }
  .rtl .offset-sm-1 {
    margin-right: 8.33333333%;
  }
  .rtl .offset-sm-2 {
    margin-right: 16.66666667%;
  }
  .rtl .offset-sm-3 {
    margin-right: 25%;
  }
  .rtl .offset-sm-4 {
    margin-right: 33.33333333%;
  }
  .rtl .offset-sm-5 {
    margin-right: 41.66666667%;
  }
  .rtl .offset-sm-6 {
    margin-right: 50%;
  }
  .rtl .offset-sm-7 {
    margin-right: 58.33333333%;
  }
  .rtl .offset-sm-8 {
    margin-right: 66.66666667%;
  }
  .rtl .offset-sm-9 {
    margin-right: 75%;
  }
  .rtl .offset-sm-10 {
    margin-right: 83.33333333%;
  }
  .rtl .offset-sm-11 {
    margin-right: 91.66666667%;
  }
  .rtl .g-sm-0, .rtl .gx-sm-0 {
    --bs-gutter-x:0;
  }
  .rtl .g-sm-0, .rtl .gy-sm-0 {
    --bs-gutter-y:0;
  }
  .rtl .g-sm-1, .rtl .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  .rtl .g-sm-1, .rtl .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .rtl .g-sm-2, .rtl .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .rtl .g-sm-2, .rtl .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  .rtl .g-sm-3, .rtl .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  .rtl .g-sm-3, .rtl .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  .rtl .g-sm-4, .rtl .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  .rtl .g-sm-4, .rtl .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  .rtl .g-sm-5, .rtl .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  .rtl .g-sm-5, .rtl .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 768px) {
  .rtl .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .rtl .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .rtl .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .rtl .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .rtl .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .rtl .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .rtl .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .rtl .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .rtl .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .rtl .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .rtl .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .rtl .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .rtl .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .rtl .offset-md-0 {
    margin-right: 0;
  }
  .rtl .offset-md-1 {
    margin-right: 8.33333333%;
  }
  .rtl .offset-md-2 {
    margin-right: 16.66666667%;
  }
  .rtl .offset-md-3 {
    margin-right: 25%;
  }
  .rtl .offset-md-4 {
    margin-right: 33.33333333%;
  }
  .rtl .offset-md-5 {
    margin-right: 41.66666667%;
  }
  .rtl .offset-md-6 {
    margin-right: 50%;
  }
  .rtl .offset-md-7 {
    margin-right: 58.33333333%;
  }
  .rtl .offset-md-8 {
    margin-right: 66.66666667%;
  }
  .rtl .offset-md-9 {
    margin-right: 75%;
  }
  .rtl .offset-md-10 {
    margin-right: 83.33333333%;
  }
  .rtl .offset-md-11 {
    margin-right: 91.66666667%;
  }
  .rtl .g-md-0, .rtl .gx-md-0 {
    --bs-gutter-x:0;
  }
  .rtl .g-md-0, .rtl .gy-md-0 {
    --bs-gutter-y:0;
  }
  .rtl .g-md-1, .rtl .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  .rtl .g-md-1, .rtl .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .rtl .g-md-2, .rtl .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .rtl .g-md-2, .rtl .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  .rtl .g-md-3, .rtl .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  .rtl .g-md-3, .rtl .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  .rtl .g-md-4, .rtl .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  .rtl .g-md-4, .rtl .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  .rtl .g-md-5, .rtl .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  .rtl .g-md-5, .rtl .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 992px) {
  .rtl .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .rtl .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .rtl .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .rtl .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .rtl .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .rtl .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .rtl .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .rtl .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .rtl .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .rtl .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .rtl .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .rtl .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .rtl .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .rtl .offset-lg-0 {
    margin-right: 0;
  }
  .rtl .offset-lg-1 {
    margin-right: 8.33333333%;
  }
  .rtl .offset-lg-2 {
    margin-right: 16.66666667%;
  }
  .rtl .offset-lg-3 {
    margin-right: 25%;
  }
  .rtl .offset-lg-4 {
    margin-right: 33.33333333%;
  }
  .rtl .offset-lg-5 {
    margin-right: 41.66666667%;
  }
  .rtl .offset-lg-6 {
    margin-right: 50%;
  }
  .rtl .offset-lg-7 {
    margin-right: 58.33333333%;
  }
  .rtl .offset-lg-8 {
    margin-right: 66.66666667%;
  }
  .rtl .offset-lg-9 {
    margin-right: 75%;
  }
  .rtl .offset-lg-10 {
    margin-right: 83.33333333%;
  }
  .rtl .offset-lg-11 {
    margin-right: 91.66666667%;
  }
  .rtl .g-lg-0, .rtl .gx-lg-0 {
    --bs-gutter-x:0;
  }
  .rtl .g-lg-0, .rtl .gy-lg-0 {
    --bs-gutter-y:0;
  }
  .rtl .g-lg-1, .rtl .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  .rtl .g-lg-1, .rtl .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .rtl .g-lg-2, .rtl .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .rtl .g-lg-2, .rtl .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  .rtl .g-lg-3, .rtl .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  .rtl .g-lg-3, .rtl .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  .rtl .g-lg-4, .rtl .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  .rtl .g-lg-4, .rtl .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  .rtl .g-lg-5, .rtl .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  .rtl .g-lg-5, .rtl .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1200px) {
  .rtl .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .rtl .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .rtl .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .rtl .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .rtl .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .rtl .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .rtl .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .rtl .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .rtl .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .rtl .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .rtl .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .rtl .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .rtl .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .rtl .offset-xl-0 {
    margin-right: 0;
  }
  .rtl .offset-xl-1 {
    margin-right: 8.33333333%;
  }
  .rtl .offset-xl-2 {
    margin-right: 16.66666667%;
  }
  .rtl .offset-xl-3 {
    margin-right: 25%;
  }
  .rtl .offset-xl-4 {
    margin-right: 33.33333333%;
  }
  .rtl .offset-xl-5 {
    margin-right: 41.66666667%;
  }
  .rtl .offset-xl-6 {
    margin-right: 50%;
  }
  .rtl .offset-xl-7 {
    margin-right: 58.33333333%;
  }
  .rtl .offset-xl-8 {
    margin-right: 66.66666667%;
  }
  .rtl .offset-xl-9 {
    margin-right: 75%;
  }
  .rtl .offset-xl-10 {
    margin-right: 83.33333333%;
  }
  .rtl .offset-xl-11 {
    margin-right: 91.66666667%;
  }
  .rtl .g-xl-0, .rtl .gx-xl-0 {
    --bs-gutter-x:0;
  }
  .rtl .g-xl-0, .rtl .gy-xl-0 {
    --bs-gutter-y:0;
  }
  .rtl .g-xl-1, .rtl .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  .rtl .g-xl-1, .rtl .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .rtl .g-xl-2, .rtl .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .rtl .g-xl-2, .rtl .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  .rtl .g-xl-3, .rtl .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  .rtl .g-xl-3, .rtl .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  .rtl .g-xl-4, .rtl .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  .rtl .g-xl-4, .rtl .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  .rtl .g-xl-5, .rtl .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  .rtl .g-xl-5, .rtl .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1400px) {
  .rtl .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .rtl .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .rtl .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .rtl .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .rtl .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .rtl .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .rtl .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .rtl .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .rtl .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .rtl .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .rtl .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .rtl .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .rtl .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .rtl .offset-xxl-0 {
    margin-right: 0;
  }
  .rtl .offset-xxl-1 {
    margin-right: 8.33333333%;
  }
  .rtl .offset-xxl-2 {
    margin-right: 16.66666667%;
  }
  .rtl .offset-xxl-3 {
    margin-right: 25%;
  }
  .rtl .offset-xxl-4 {
    margin-right: 33.33333333%;
  }
  .rtl .offset-xxl-5 {
    margin-right: 41.66666667%;
  }
  .rtl .offset-xxl-6 {
    margin-right: 50%;
  }
  .rtl .offset-xxl-7 {
    margin-right: 58.33333333%;
  }
  .rtl .offset-xxl-8 {
    margin-right: 66.66666667%;
  }
  .rtl .offset-xxl-9 {
    margin-right: 75%;
  }
  .rtl .offset-xxl-10 {
    margin-right: 83.33333333%;
  }
  .rtl .offset-xxl-11 {
    margin-right: 91.66666667%;
  }
  .rtl .g-xxl-0, .rtl .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  .rtl .g-xxl-0, .rtl .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  .rtl .g-xxl-1, .rtl .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  .rtl .g-xxl-1, .rtl .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .rtl .g-xxl-2, .rtl .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .rtl .g-xxl-2, .rtl .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .rtl .g-xxl-3, .rtl .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  .rtl .g-xxl-3, .rtl .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  .rtl .g-xxl-4, .rtl .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .rtl .g-xxl-4, .rtl .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .rtl .g-xxl-5, .rtl .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  .rtl .g-xxl-5, .rtl .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.rtl .table {
  --bs-table-bg:transparent;
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:#212529;
  --bs-table-striped-bg:rgba(0, 0, 0, 0.05);
  --bs-table-active-color:#212529;
  --bs-table-active-bg:rgba(0, 0, 0, 0.1);
  --bs-table-hover-color:#212529;
  --bs-table-hover-bg:rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.rtl .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.rtl .table > tbody {
  vertical-align: inherit;
}
.rtl .table > thead {
  vertical-align: bottom;
}
.rtl .table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.rtl .caption-top {
  caption-side: top;
}
.rtl .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.rtl .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.rtl .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.rtl .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.rtl .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg:var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.rtl .table-active {
  --bs-table-accent-bg:var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.rtl .table-hover > tbody > tr:hover {
  --bs-table-accent-bg:var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.rtl .table-primary {
  --bs-table-bg:#cfe2ff;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bacbe6;
}
.rtl .table-secondary {
  --bs-table-bg:#e2e3e5;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #cbccce;
}
.rtl .table-success {
  --bs-table-bg:#d1e7dd;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bcd0c7;
}
.rtl .table-info {
  --bs-table-bg:#cff4fc;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #badce3;
}
.rtl .table-warning {
  --bs-table-bg:#fff3cd;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #e6dbb9;
}
.rtl .table-danger {
  --bs-table-bg:#f8d7da;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfc2c4;
}
.rtl .table-light {
  --bs-table-bg:#f8f9fa;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfe0e1;
}
.rtl .table-dark {
  --bs-table-bg:#212529;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: #fff;
  border-color: #373b3e;
}
.rtl .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .rtl .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .rtl .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .rtl .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .rtl .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .rtl .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.rtl .form-label {
  margin-bottom: 0.5rem;
}
.rtl .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.rtl .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.rtl .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.rtl .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.rtl .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .form-control {
    transition: none;
  }
}
.rtl .form-control[type=file] {
  overflow: hidden;
}
.rtl .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.rtl .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.rtl .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.rtl .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.rtl .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.rtl .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.rtl .form-control:disabled, .rtl .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.rtl .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.rtl .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .rtl .form-control::file-selector-button {
    transition: none;
  }
}
.rtl .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.rtl .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.rtl .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.rtl .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.rtl .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.rtl .form-control-plaintext.form-control-lg, .rtl .form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}
.rtl .form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.rtl .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.rtl .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.rtl .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.rtl .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.rtl .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.rtl .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.rtl .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.rtl textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
.rtl textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
.rtl textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.rtl .form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.rtl .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.rtl .form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.rtl .form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.rtl .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .form-select {
    transition: none;
  }
}
.rtl .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.rtl .form-select[multiple], .rtl .form-select[size]:not([size="1"]) {
  padding-left: 0.75rem;
  background-image: none;
}
.rtl .form-select:disabled {
  background-color: #e9ecef;
}
.rtl .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.rtl .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
}
.rtl .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  font-size: 1.25rem;
}
.rtl .form-check {
  display: block;
  min-height: 1.5rem;
  padding-right: 1.5em;
  margin-bottom: 0.125rem;
}
.rtl .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}
.rtl .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.rtl .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.rtl .form-check-input[type=radio] {
  border-radius: 50%;
}
.rtl .form-check-input:active {
  filter: brightness(90%);
}
.rtl .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.rtl .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.rtl .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.rtl .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.rtl .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.rtl .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.rtl .form-check-input:disabled ~ .form-check-label, .rtl .form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.rtl .form-switch {
  padding-right: 2.5em;
}
.rtl .form-switch .form-check-input {
  width: 2em;
  margin-right: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: right center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .form-switch .form-check-input {
    transition: none;
  }
}
.rtl .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.rtl .form-switch .form-check-input:checked {
  background-position: left center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.rtl .form-check-inline {
  display: inline-block;
  margin-left: 1rem;
}
.rtl .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.rtl .btn-check:disabled + .btn, .rtl .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.rtl .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.rtl .form-range:focus {
  outline: 0;
}
.rtl .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.rtl .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.rtl .form-range::-moz-focus-outer {
  border: 0;
}
.rtl .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.rtl .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.rtl .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.rtl .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.rtl .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.rtl .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.rtl .form-range:disabled {
  pointer-events: none;
}
.rtl .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.rtl .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.rtl .form-floating {
  position: relative;
}
.rtl .form-floating > .form-control, .rtl .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.rtl .form-floating > label {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 100% 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .form-floating > label {
    transition: none;
  }
}
.rtl .form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.rtl .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.rtl .form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.rtl .form-floating > .form-control::placeholder {
  color: transparent;
}
.rtl .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.rtl .form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.rtl .form-floating > .form-control:focus, .rtl .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.rtl .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.rtl .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.rtl .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
.rtl .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
.rtl .form-floating > .form-control:focus ~ label, .rtl .form-floating > .form-control:not(:placeholder-shown) ~ label, .rtl .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
.rtl .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
.rtl .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.rtl .input-group > .form-control, .rtl .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.rtl .input-group > .form-control:focus, .rtl .input-group > .form-select:focus {
  z-index: 3;
}
.rtl .input-group .btn {
  position: relative;
  z-index: 2;
}
.rtl .input-group .btn:focus {
  z-index: 3;
}
.rtl .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.rtl .input-group-lg > .btn, .rtl .input-group-lg > .form-control, .rtl .input-group-lg > .form-select, .rtl .input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.rtl .input-group-sm > .btn, .rtl .input-group-sm > .form-control, .rtl .input-group-sm > .form-select, .rtl .input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.rtl .input-group-lg > .form-select, .rtl .input-group-sm > .form-select {
  padding-left: 3rem;
}
.rtl .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .rtl .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .rtl .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.rtl .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.rtl .is-valid ~ .valid-feedback, .rtl .is-valid ~ .valid-tooltip, .rtl .was-validated :valid ~ .valid-feedback, .rtl .was-validated :valid ~ .valid-tooltip {
  display: block;
}
.rtl .form-control.is-valid, .rtl .was-validated .form-control:valid {
  border-color: #198754;
  padding-left: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.rtl .form-control.is-valid:focus, .rtl .was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.rtl .was-validated textarea.form-control:valid, .rtl textarea.form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}
.rtl .form-select.is-valid, .rtl .was-validated .form-select:valid {
  border-color: #198754;
}
.rtl .form-select.is-valid:not([multiple]):not([size]), .rtl .form-select.is-valid:not([multiple])[size="1"], .rtl .was-validated .form-select:valid:not([multiple]):not([size]), .rtl .was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-left: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: left 0.75rem center, center left 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.rtl .form-select.is-valid:focus, .rtl .was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.rtl .form-check-input.is-valid, .rtl .was-validated .form-check-input:valid {
  border-color: #198754;
}
.rtl .form-check-input.is-valid:checked, .rtl .was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.rtl .form-check-input.is-valid:focus, .rtl .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.rtl .form-check-input.is-valid ~ .form-check-label, .rtl .was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.rtl .form-check-inline .form-check-input ~ .valid-feedback {
  margin-right: 0.5em;
}
.rtl .input-group .form-control.is-valid, .rtl .input-group .form-select.is-valid, .rtl .was-validated .input-group .form-control:valid, .rtl .was-validated .input-group .form-select:valid {
  z-index: 1;
}
.rtl .input-group .form-control.is-valid:focus, .rtl .input-group .form-select.is-valid:focus, .rtl .was-validated .input-group .form-control:valid:focus, .rtl .was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.rtl .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.rtl .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.rtl .is-invalid ~ .invalid-feedback, .rtl .is-invalid ~ .invalid-tooltip, .rtl .was-validated :invalid ~ .invalid-feedback, .rtl .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.rtl .form-control.is-invalid, .rtl .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-left: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.rtl .form-control.is-invalid:focus, .rtl .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.rtl .was-validated textarea.form-control:invalid, .rtl textarea.form-control.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}
.rtl .form-select.is-invalid, .rtl .was-validated .form-select:invalid {
  border-color: #dc3545;
}
.rtl .form-select.is-invalid:not([multiple]):not([size]), .rtl .form-select.is-invalid:not([multiple])[size="1"], .rtl .was-validated .form-select:invalid:not([multiple]):not([size]), .rtl .was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-left: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: left 0.75rem center, center left 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.rtl .form-select.is-invalid:focus, .rtl .was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.rtl .form-check-input.is-invalid, .rtl .was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.rtl .form-check-input.is-invalid:checked, .rtl .was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.rtl .form-check-input.is-invalid:focus, .rtl .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.rtl .form-check-input.is-invalid ~ .form-check-label, .rtl .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.rtl .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-right: 0.5em;
}
.rtl .input-group .form-control.is-invalid, .rtl .input-group .form-select.is-invalid, .rtl .was-validated .input-group .form-control:invalid, .rtl .was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.rtl .input-group .form-control.is-invalid:focus, .rtl .input-group .form-select.is-invalid:focus, .rtl .was-validated .input-group .form-control:invalid:focus, .rtl .was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.rtl .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .btn {
    transition: none;
  }
}
.rtl .btn:hover {
  color: #212529;
}
.rtl .btn-check:focus + .btn, .rtl .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.rtl .btn.disabled, .rtl .btn:disabled, .rtl fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.rtl .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.rtl .btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.rtl .btn-check:focus + .btn-primary, .rtl .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.rtl .btn-check:active + .btn-primary, .rtl .btn-check:checked + .btn-primary, .rtl .btn-primary.active, .rtl .btn-primary:active, .rtl .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.rtl .btn-check:active + .btn-primary:focus, .rtl .btn-check:checked + .btn-primary:focus, .rtl .btn-primary.active:focus, .rtl .btn-primary:active:focus, .rtl .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.rtl .btn-primary.disabled, .rtl .btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.rtl .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.rtl .btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.rtl .btn-check:focus + .btn-secondary, .rtl .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.rtl .btn-check:active + .btn-secondary, .rtl .btn-check:checked + .btn-secondary, .rtl .btn-secondary.active, .rtl .btn-secondary:active, .rtl .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.rtl .btn-check:active + .btn-secondary:focus, .rtl .btn-check:checked + .btn-secondary:focus, .rtl .btn-secondary.active:focus, .rtl .btn-secondary:active:focus, .rtl .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.rtl .btn-secondary.disabled, .rtl .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.rtl .btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.rtl .btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.rtl .btn-check:focus + .btn-success, .rtl .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.rtl .btn-check:active + .btn-success, .rtl .btn-check:checked + .btn-success, .rtl .btn-success.active, .rtl .btn-success:active, .rtl .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.rtl .btn-check:active + .btn-success:focus, .rtl .btn-check:checked + .btn-success:focus, .rtl .btn-success.active:focus, .rtl .btn-success:active:focus, .rtl .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.rtl .btn-success.disabled, .rtl .btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.rtl .btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.rtl .btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.rtl .btn-check:focus + .btn-info, .rtl .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.rtl .btn-check:active + .btn-info, .rtl .btn-check:checked + .btn-info, .rtl .btn-info.active, .rtl .btn-info:active, .rtl .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.rtl .btn-check:active + .btn-info:focus, .rtl .btn-check:checked + .btn-info:focus, .rtl .btn-info.active:focus, .rtl .btn-info:active:focus, .rtl .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.rtl .btn-info.disabled, .rtl .btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.rtl .btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.rtl .btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.rtl .btn-check:focus + .btn-warning, .rtl .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.rtl .btn-check:active + .btn-warning, .rtl .btn-check:checked + .btn-warning, .rtl .btn-warning.active, .rtl .btn-warning:active, .rtl .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.rtl .btn-check:active + .btn-warning:focus, .rtl .btn-check:checked + .btn-warning:focus, .rtl .btn-warning.active:focus, .rtl .btn-warning:active:focus, .rtl .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.rtl .btn-warning.disabled, .rtl .btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.rtl .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.rtl .btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.rtl .btn-check:focus + .btn-danger, .rtl .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.rtl .btn-check:active + .btn-danger, .rtl .btn-check:checked + .btn-danger, .rtl .btn-danger.active, .rtl .btn-danger:active, .rtl .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.rtl .btn-check:active + .btn-danger:focus, .rtl .btn-check:checked + .btn-danger:focus, .rtl .btn-danger.active:focus, .rtl .btn-danger:active:focus, .rtl .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.rtl .btn-danger.disabled, .rtl .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.rtl .btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.rtl .btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.rtl .btn-check:focus + .btn-light, .rtl .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.rtl .btn-check:active + .btn-light, .rtl .btn-check:checked + .btn-light, .rtl .btn-light.active, .rtl .btn-light:active, .rtl .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.rtl .btn-check:active + .btn-light:focus, .rtl .btn-check:checked + .btn-light:focus, .rtl .btn-light.active:focus, .rtl .btn-light:active:focus, .rtl .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.rtl .btn-light.disabled, .rtl .btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.rtl .btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.rtl .btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.rtl .btn-check:focus + .btn-dark, .rtl .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.rtl .btn-check:active + .btn-dark, .rtl .btn-check:checked + .btn-dark, .rtl .btn-dark.active, .rtl .btn-dark:active, .rtl .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.rtl .btn-check:active + .btn-dark:focus, .rtl .btn-check:checked + .btn-dark:focus, .rtl .btn-dark.active:focus, .rtl .btn-dark:active:focus, .rtl .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.rtl .btn-dark.disabled, .rtl .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.rtl .btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.rtl .btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.rtl .btn-check:focus + .btn-outline-primary, .rtl .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.rtl .btn-check:active + .btn-outline-primary, .rtl .btn-check:checked + .btn-outline-primary, .rtl .btn-outline-primary.active, .rtl .btn-outline-primary.dropdown-toggle.show, .rtl .btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.rtl .btn-check:active + .btn-outline-primary:focus, .rtl .btn-check:checked + .btn-outline-primary:focus, .rtl .btn-outline-primary.active:focus, .rtl .btn-outline-primary.dropdown-toggle.show:focus, .rtl .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.rtl .btn-outline-primary.disabled, .rtl .btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.rtl .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.rtl .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.rtl .btn-check:focus + .btn-outline-secondary, .rtl .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.rtl .btn-check:active + .btn-outline-secondary, .rtl .btn-check:checked + .btn-outline-secondary, .rtl .btn-outline-secondary.active, .rtl .btn-outline-secondary.dropdown-toggle.show, .rtl .btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.rtl .btn-check:active + .btn-outline-secondary:focus, .rtl .btn-check:checked + .btn-outline-secondary:focus, .rtl .btn-outline-secondary.active:focus, .rtl .btn-outline-secondary.dropdown-toggle.show:focus, .rtl .btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.rtl .btn-outline-secondary.disabled, .rtl .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.rtl .btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.rtl .btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.rtl .btn-check:focus + .btn-outline-success, .rtl .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.rtl .btn-check:active + .btn-outline-success, .rtl .btn-check:checked + .btn-outline-success, .rtl .btn-outline-success.active, .rtl .btn-outline-success.dropdown-toggle.show, .rtl .btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.rtl .btn-check:active + .btn-outline-success:focus, .rtl .btn-check:checked + .btn-outline-success:focus, .rtl .btn-outline-success.active:focus, .rtl .btn-outline-success.dropdown-toggle.show:focus, .rtl .btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.rtl .btn-outline-success.disabled, .rtl .btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.rtl .btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.rtl .btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.rtl .btn-check:focus + .btn-outline-info, .rtl .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.rtl .btn-check:active + .btn-outline-info, .rtl .btn-check:checked + .btn-outline-info, .rtl .btn-outline-info.active, .rtl .btn-outline-info.dropdown-toggle.show, .rtl .btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.rtl .btn-check:active + .btn-outline-info:focus, .rtl .btn-check:checked + .btn-outline-info:focus, .rtl .btn-outline-info.active:focus, .rtl .btn-outline-info.dropdown-toggle.show:focus, .rtl .btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.rtl .btn-outline-info.disabled, .rtl .btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.rtl .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.rtl .btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.rtl .btn-check:focus + .btn-outline-warning, .rtl .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.rtl .btn-check:active + .btn-outline-warning, .rtl .btn-check:checked + .btn-outline-warning, .rtl .btn-outline-warning.active, .rtl .btn-outline-warning.dropdown-toggle.show, .rtl .btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.rtl .btn-check:active + .btn-outline-warning:focus, .rtl .btn-check:checked + .btn-outline-warning:focus, .rtl .btn-outline-warning.active:focus, .rtl .btn-outline-warning.dropdown-toggle.show:focus, .rtl .btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.rtl .btn-outline-warning.disabled, .rtl .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.rtl .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.rtl .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.rtl .btn-check:focus + .btn-outline-danger, .rtl .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.rtl .btn-check:active + .btn-outline-danger, .rtl .btn-check:checked + .btn-outline-danger, .rtl .btn-outline-danger.active, .rtl .btn-outline-danger.dropdown-toggle.show, .rtl .btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.rtl .btn-check:active + .btn-outline-danger:focus, .rtl .btn-check:checked + .btn-outline-danger:focus, .rtl .btn-outline-danger.active:focus, .rtl .btn-outline-danger.dropdown-toggle.show:focus, .rtl .btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.rtl .btn-outline-danger.disabled, .rtl .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.rtl .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.rtl .btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.rtl .btn-check:focus + .btn-outline-light, .rtl .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.rtl .btn-check:active + .btn-outline-light, .rtl .btn-check:checked + .btn-outline-light, .rtl .btn-outline-light.active, .rtl .btn-outline-light.dropdown-toggle.show, .rtl .btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.rtl .btn-check:active + .btn-outline-light:focus, .rtl .btn-check:checked + .btn-outline-light:focus, .rtl .btn-outline-light.active:focus, .rtl .btn-outline-light.dropdown-toggle.show:focus, .rtl .btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.rtl .btn-outline-light.disabled, .rtl .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.rtl .btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.rtl .btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.rtl .btn-check:focus + .btn-outline-dark, .rtl .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.rtl .btn-check:active + .btn-outline-dark, .rtl .btn-check:checked + .btn-outline-dark, .rtl .btn-outline-dark.active, .rtl .btn-outline-dark.dropdown-toggle.show, .rtl .btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.rtl .btn-check:active + .btn-outline-dark:focus, .rtl .btn-check:checked + .btn-outline-dark:focus, .rtl .btn-outline-dark.active:focus, .rtl .btn-outline-dark.dropdown-toggle.show:focus, .rtl .btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.rtl .btn-outline-dark.disabled, .rtl .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.rtl .btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.rtl .btn-link:hover {
  color: #0a58ca;
}
.rtl .btn-link.disabled, .rtl .btn-link:disabled {
  color: #6c757d;
}
.rtl .btn-group-lg > .btn, .rtl .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.rtl .btn-group-sm > .btn, .rtl .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.rtl .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .fade {
    transition: none;
  }
}
.rtl .fade:not(.show) {
  opacity: 0;
}
.rtl .collapse:not(.show) {
  display: none;
}
.rtl .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .collapsing {
    transition: none;
  }
}
.rtl .dropdown, .rtl .dropend, .rtl .dropstart, .rtl .dropup {
  position: relative;
}
.rtl .dropdown-toggle {
  white-space: nowrap;
}
.rtl .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-bottom: 0;
  border-right: 0.3em solid transparent;
}
.rtl .dropdown-toggle:empty::after {
  margin-right: 0;
}
.rtl .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.rtl .dropdown-menu[data-bs-popper] {
  top: 100%;
  right: 0;
  margin-top: 0.125rem;
}
.rtl .dropdown-menu-start {
  --bs-position:start;
}
.rtl .dropdown-menu-start[data-bs-popper] {
  left: auto;
  right: 0;
}
.rtl .dropdown-menu-end {
  --bs-position:end;
}
.rtl .dropdown-menu-end[data-bs-popper] {
  left: 0;
  right: auto;
}
@media (min-width: 576px) {
  .rtl .dropdown-menu-sm-start {
    --bs-position:start;
  }
  .rtl .dropdown-menu-sm-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .rtl .dropdown-menu-sm-end {
    --bs-position:end;
  }
  .rtl .dropdown-menu-sm-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .rtl .dropdown-menu-md-start {
    --bs-position:start;
  }
  .rtl .dropdown-menu-md-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .rtl .dropdown-menu-md-end {
    --bs-position:end;
  }
  .rtl .dropdown-menu-md-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  .rtl .dropdown-menu-lg-start {
    --bs-position:start;
  }
  .rtl .dropdown-menu-lg-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .rtl .dropdown-menu-lg-end {
    --bs-position:end;
  }
  .rtl .dropdown-menu-lg-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .rtl .dropdown-menu-xl-start {
    --bs-position:start;
  }
  .rtl .dropdown-menu-xl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .rtl .dropdown-menu-xl-end {
    --bs-position:end;
  }
  .rtl .dropdown-menu-xl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1400px) {
  .rtl .dropdown-menu-xxl-start {
    --bs-position:start;
  }
  .rtl .dropdown-menu-xxl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .rtl .dropdown-menu-xxl-end {
    --bs-position:end;
  }
  .rtl .dropdown-menu-xxl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
.rtl .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.rtl .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-left: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-right: 0.3em solid transparent;
}
.rtl .dropup .dropdown-toggle:empty::after {
  margin-right: 0;
}
.rtl .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  left: auto;
  right: 100%;
  margin-top: 0;
  margin-right: 0.125rem;
}
.rtl .dropend .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-left: 0;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
}
.rtl .dropend .dropdown-toggle:empty::after {
  margin-right: 0;
}
.rtl .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.rtl .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  left: 100%;
  right: auto;
  margin-top: 0;
  margin-left: 0.125rem;
}
.rtl .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.rtl .dropstart .dropdown-toggle::after {
  display: none;
}
.rtl .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.rtl .dropstart .dropdown-toggle:empty::after {
  margin-right: 0;
}
.rtl .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.rtl .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.rtl .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.rtl .dropdown-item:focus, .rtl .dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.rtl .dropdown-item.active, .rtl .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.rtl .dropdown-item.disabled, .rtl .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.rtl .dropdown-menu.show {
  display: block;
}
.rtl .dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.rtl .dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.rtl .dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.rtl .dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.rtl .dropdown-menu-dark .dropdown-item:focus, .rtl .dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.rtl .dropdown-menu-dark .dropdown-item.active, .rtl .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.rtl .dropdown-menu-dark .dropdown-item.disabled, .rtl .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.rtl .dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.rtl .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.rtl .dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.rtl .btn-group, .rtl .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.rtl .btn-group-vertical > .btn, .rtl .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.rtl .btn-group-vertical > .btn-check:checked + .btn, .rtl .btn-group-vertical > .btn-check:focus + .btn, .rtl .btn-group-vertical > .btn.active, .rtl .btn-group-vertical > .btn:active, .rtl .btn-group-vertical > .btn:focus, .rtl .btn-group-vertical > .btn:hover, .rtl .btn-group > .btn-check:checked + .btn, .rtl .btn-group > .btn-check:focus + .btn, .rtl .btn-group > .btn.active, .rtl .btn-group > .btn:active, .rtl .btn-group > .btn:focus, .rtl .btn-group > .btn:hover {
  z-index: 1;
}
.rtl .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.rtl .btn-toolbar .input-group {
  width: auto;
}
.rtl .btn-group > .btn-group:not(:first-child), .rtl .btn-group > .btn:not(:first-child) {
  margin-right: -1px;
}
.rtl .btn-group > .btn-group:not(:last-child) > .btn, .rtl .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .btn-group > .btn-group:not(:first-child) > .btn, .rtl .btn-group > .btn:nth-child(n+3), .rtl .btn-group > :not(.btn-check) + .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.rtl .dropdown-toggle-split::after, .rtl .dropend .dropdown-toggle-split::after, .rtl .dropup .dropdown-toggle-split::after {
  margin-right: 0;
}
.rtl .dropstart .dropdown-toggle-split::before {
  margin-left: 0;
}
.rtl .btn-group-sm > .btn + .dropdown-toggle-split, .rtl .btn-sm + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.rtl .btn-group-lg > .btn + .dropdown-toggle-split, .rtl .btn-lg + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.rtl .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.rtl .btn-group-vertical > .btn, .rtl .btn-group-vertical > .btn-group {
  width: 100%;
}
.rtl .btn-group-vertical > .btn-group:not(:first-child), .rtl .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.rtl .btn-group-vertical > .btn-group:not(:last-child) > .btn, .rtl .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .btn-group-vertical > .btn-group:not(:first-child) > .btn, .rtl .btn-group-vertical > .btn ~ .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.rtl .nav {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
}
.rtl .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .nav-link {
    transition: none;
  }
}
.rtl .nav-link:focus, .rtl .nav-link:hover {
  color: #0a58ca;
}
.rtl .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.rtl .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.rtl .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.rtl .nav-tabs .nav-link:focus, .rtl .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.rtl .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.rtl .nav-tabs .nav-item.show .nav-link, .rtl .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.rtl .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.rtl .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}
.rtl .nav-pills .nav-link.active, .rtl .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.rtl .nav-fill .nav-item, .rtl .nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.rtl .nav-justified .nav-item, .rtl .nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.rtl .nav-fill .nav-item .nav-link, .rtl .nav-justified .nav-item .nav-link {
  width: 100%;
}
.rtl .tab-content > .tab-pane {
  display: none;
}
.rtl .tab-content > .active {
  display: block;
}
.rtl .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.rtl .navbar > .container, .rtl .navbar > .container-fluid, .rtl .navbar > .container-lg, .rtl .navbar > .container-md, .rtl .navbar > .container-sm, .rtl .navbar > .container-xl, .rtl .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.rtl .navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.rtl .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
}
.rtl .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.rtl .navbar-nav .dropdown-menu {
  position: static;
}
.rtl .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.rtl .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.rtl .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .navbar-toggler {
    transition: none;
  }
}
.rtl .navbar-toggler:hover {
  text-decoration: none;
}
.rtl .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.rtl .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.rtl .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .rtl .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .rtl .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .rtl .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .rtl .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .rtl .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .rtl .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .rtl .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .rtl .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .rtl .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .rtl .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .rtl .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .rtl .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .rtl .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .rtl .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .rtl .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .rtl .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .rtl .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .rtl .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .rtl .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .rtl .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .rtl .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .rtl .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .rtl .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .rtl .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .rtl .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .rtl .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .rtl .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .rtl .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .rtl .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .rtl .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .rtl .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .rtl .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .rtl .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .rtl .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .rtl .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.rtl .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.rtl .navbar-expand .navbar-nav {
  flex-direction: row;
}
.rtl .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.rtl .navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.rtl .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.rtl .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.rtl .navbar-expand .navbar-toggler {
  display: none;
}
.rtl .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.rtl .navbar-light .navbar-brand:focus, .rtl .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.rtl .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.rtl .navbar-light .navbar-nav .nav-link:focus, .rtl .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.rtl .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.rtl .navbar-light .navbar-nav .nav-link.active, .rtl .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.rtl .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.rtl .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.rtl .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.rtl .navbar-light .navbar-text a, .rtl .navbar-light .navbar-text a:focus, .rtl .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.rtl .navbar-dark .navbar-brand {
  color: #fff;
}
.rtl .navbar-dark .navbar-brand:focus, .rtl .navbar-dark .navbar-brand:hover {
  color: #fff;
}
.rtl .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.rtl .navbar-dark .navbar-nav .nav-link:focus, .rtl .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.rtl .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.rtl .navbar-dark .navbar-nav .nav-link.active, .rtl .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.rtl .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.rtl .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.rtl .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.rtl .navbar-dark .navbar-text a, .rtl .navbar-dark .navbar-text a:focus, .rtl .navbar-dark .navbar-text a:hover {
  color: #fff;
}
.rtl .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.rtl .card > hr {
  margin-left: 0;
  margin-right: 0;
}
.rtl .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.rtl .card > .list-group:first-child {
  border-top-width: 0;
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
.rtl .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.rtl .card > .card-header + .list-group, .rtl .card > .list-group + .card-footer {
  border-top: 0;
}
.rtl .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.rtl .card-title {
  margin-bottom: 0.5rem;
}
.rtl .card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.rtl .card-text:last-child {
  margin-bottom: 0;
}
.rtl .card-link:hover {
  text-decoration: none;
}
.rtl .card-link + .card-link {
  margin-right: 1rem;
}
.rtl .card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.rtl .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.rtl .card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.rtl .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.rtl .card-header-tabs {
  margin-left: -0.5rem;
  margin-bottom: -0.5rem;
  margin-right: -0.5rem;
  border-bottom: 0;
}
.rtl .card-header-pills {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.rtl .card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.rtl .card-img, .rtl .card-img-bottom, .rtl .card-img-top {
  width: 100%;
}
.rtl .card-img, .rtl .card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
.rtl .card-img, .rtl .card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.rtl .card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .rtl .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .rtl .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .rtl .card-group > .card + .card {
    margin-right: 0;
    border-right: 0;
  }
  .rtl .card-group > .card:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .rtl .card-group > .card:not(:last-child) .card-header, .rtl .card-group > .card:not(:last-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .rtl .card-group > .card:not(:last-child) .card-footer, .rtl .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .rtl .card-group > .card:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .rtl .card-group > .card:not(:first-child) .card-header, .rtl .card-group > .card:not(:first-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .rtl .card-group > .card:not(:first-child) .card-footer, .rtl .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
}
.rtl .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: right;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .accordion-button {
    transition: none;
  }
}
.rtl .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.rtl .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.rtl .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .accordion-button::after {
    transition: none;
  }
}
.rtl .accordion-button:hover {
  z-index: 2;
}
.rtl .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.rtl .accordion-header {
  margin-bottom: 0;
}
.rtl .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.rtl .accordion-item:first-of-type {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.rtl .accordion-item:first-of-type .accordion-button {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
.rtl .accordion-item:not(:first-of-type) {
  border-top: 0;
}
.rtl .accordion-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rtl .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.rtl .accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rtl .accordion-body {
  padding: 1rem 1.25rem;
}
.rtl .accordion-flush .accordion-collapse {
  border-width: 0;
}
.rtl .accordion-flush .accordion-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.rtl .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.rtl .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.rtl .accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.rtl .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.rtl .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
}
.rtl .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.rtl .breadcrumb-item.active {
  color: #6c757d;
}
.rtl .pagination {
  display: flex;
  padding-right: 0;
  list-style: none;
}
.rtl .page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .page-link {
    transition: none;
  }
}
.rtl .page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.rtl .page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.rtl .page-item:not(:first-child) .page-link {
  margin-right: -1px;
}
.rtl .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.rtl .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.rtl .page-link {
  padding: 0.375rem 0.75rem;
}
.rtl .page-item:first-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rtl .page-item:last-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rtl .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.rtl .pagination-lg .page-item:first-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.rtl .pagination-lg .page-item:last-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.rtl .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.rtl .pagination-sm .page-item:first-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.rtl .pagination-sm .page-item:last-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.rtl .badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.rtl .badge:empty {
  display: none;
}
.rtl .btn .badge {
  position: relative;
  top: -1px;
}
.rtl .alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.rtl .alert-heading {
  color: inherit;
}
.rtl .alert-link {
  font-weight: 700;
}
.rtl .alert-dismissible {
  padding-left: 3rem;
}
.rtl .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.rtl .alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.rtl .alert-primary .alert-link {
  color: #06357a;
}
.rtl .alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.rtl .alert-secondary .alert-link {
  color: #34383c;
}
.rtl .alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.rtl .alert-success .alert-link {
  color: #0c4128;
}
.rtl .alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.rtl .alert-info .alert-link {
  color: #04414d;
}
.rtl .alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.rtl .alert-warning .alert-link {
  color: #523e02;
}
.rtl .alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.rtl .alert-danger .alert-link {
  color: #6a1a21;
}
.rtl .alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.rtl .alert-light .alert-link {
  color: #4f5050;
}
.rtl .alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.rtl .alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.rtl .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.rtl .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .progress-bar {
    transition: none;
  }
}
.rtl .progress-bar-striped {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.rtl .progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.rtl .list-group {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.rtl .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.rtl .list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.rtl .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.rtl .list-group-item-action:focus, .rtl .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.rtl .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.rtl .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.rtl .list-group-item:first-child {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
.rtl .list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.rtl .list-group-item.disabled, .rtl .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.rtl .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.rtl .list-group-item + .list-group-item {
  border-top-width: 0;
}
.rtl .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.rtl .list-group-horizontal {
  flex-direction: row;
}
.rtl .list-group-horizontal > .list-group-item:first-child {
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
}
.rtl .list-group-horizontal > .list-group-item:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
}
.rtl .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.rtl .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-right-width: 0;
}
.rtl .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-right: -1px;
  border-right-width: 1px;
}
@media (min-width: 576px) {
  .rtl .list-group-horizontal-sm {
    flex-direction: row;
  }
  .rtl .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .rtl .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  .rtl .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .rtl .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
  .rtl .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 768px) {
  .rtl .list-group-horizontal-md {
    flex-direction: row;
  }
  .rtl .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .rtl .list-group-horizontal-md > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  .rtl .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .rtl .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
  .rtl .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 992px) {
  .rtl .list-group-horizontal-lg {
    flex-direction: row;
  }
  .rtl .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .rtl .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  .rtl .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .rtl .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
  .rtl .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 1200px) {
  .rtl .list-group-horizontal-xl {
    flex-direction: row;
  }
  .rtl .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .rtl .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  .rtl .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .rtl .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
  .rtl .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 1400px) {
  .rtl .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .rtl .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .rtl .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  .rtl .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .rtl .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
  .rtl .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
.rtl .list-group-flush {
  border-radius: 0;
}
.rtl .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.rtl .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.rtl .list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.rtl .list-group-item-primary.list-group-item-action:focus, .rtl .list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.rtl .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.rtl .list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.rtl .list-group-item-secondary.list-group-item-action:focus, .rtl .list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.rtl .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.rtl .list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.rtl .list-group-item-success.list-group-item-action:focus, .rtl .list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.rtl .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.rtl .list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.rtl .list-group-item-info.list-group-item-action:focus, .rtl .list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.rtl .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.rtl .list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.rtl .list-group-item-warning.list-group-item-action:focus, .rtl .list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.rtl .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.rtl .list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.rtl .list-group-item-danger.list-group-item-action:focus, .rtl .list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.rtl .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.rtl .list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.rtl .list-group-item-light.list-group-item-action:focus, .rtl .list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.rtl .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.rtl .list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.rtl .list-group-item-dark.list-group-item-action:focus, .rtl .list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.rtl .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.rtl .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.rtl .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.rtl .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.rtl .btn-close.disabled, .rtl .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  opacity: 0.25;
}
.rtl .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.rtl .toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.rtl .toast:not(.showing):not(.show) {
  opacity: 0;
}
.rtl .toast.hide {
  display: none;
}
.rtl .toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.rtl .toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.rtl .toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
.rtl .toast-header .btn-close {
  margin-left: -0.375rem;
  margin-right: 0.75rem;
}
.rtl .toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.rtl .modal {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.rtl .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.rtl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .rtl .modal.fade .modal-dialog {
    transition: none;
  }
}
.rtl .modal.show .modal-dialog {
  transform: none;
}
.rtl .modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.rtl .modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.rtl .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.rtl .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.rtl .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.rtl .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.rtl .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.rtl .modal-backdrop.fade {
  opacity: 0;
}
.rtl .modal-backdrop.show {
  opacity: 0.5;
}
.rtl .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}
.rtl .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem auto -0.5rem -0.5rem;
}
.rtl .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.rtl .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.rtl .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
}
.rtl .modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .rtl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .rtl .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .rtl .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .rtl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .rtl .modal-lg, .rtl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .rtl .modal-xl {
    max-width: 1140px;
  }
}
.rtl .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.rtl .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.rtl .modal-fullscreen .modal-header {
  border-radius: 0;
}
.rtl .modal-fullscreen .modal-body {
  overflow-y: auto;
}
.rtl .modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .rtl .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .rtl .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .rtl .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .rtl .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .rtl .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .rtl .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .rtl .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .rtl .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .rtl .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .rtl .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .rtl .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .rtl .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .rtl .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .rtl .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .rtl .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .rtl .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .rtl .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .rtl .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .rtl .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .rtl .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .rtl .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .rtl .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .rtl .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .rtl .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .rtl .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.rtl .tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.rtl .tooltip.show {
  opacity: 0.9;
}
.rtl .tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.rtl .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.rtl .bs-tooltip-auto[data-popper-placement^=top], .rtl .bs-tooltip-top {
  padding: 0.4rem 0;
}
.rtl .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .rtl .bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.rtl .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .rtl .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.rtl .bs-tooltip-auto[data-popper-placement^=right], .rtl .bs-tooltip-end {
  padding: 0 0.4rem;
}
.rtl .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .rtl .bs-tooltip-end .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.rtl .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .rtl .bs-tooltip-end .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.rtl .bs-tooltip-auto[data-popper-placement^=bottom], .rtl .bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.rtl .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .rtl .bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.rtl .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .rtl .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.rtl .bs-tooltip-auto[data-popper-placement^=left], .rtl .bs-tooltip-start {
  padding: 0 0.4rem;
}
.rtl .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .rtl .bs-tooltip-start .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.rtl .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .rtl .bs-tooltip-start .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.rtl .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.rtl .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.rtl .popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.rtl .popover .popover-arrow::after, .rtl .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.rtl .bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .rtl .bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.rtl .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .rtl .bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.rtl .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .rtl .bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.rtl .bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .rtl .bs-popover-end > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.rtl .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .rtl .bs-popover-end > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.rtl .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .rtl .bs-popover-end > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.rtl .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .rtl .bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.rtl .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .rtl .bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.rtl .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .rtl .bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.rtl .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .rtl .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  right: 50%;
  display: block;
  width: 1rem;
  margin-right: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.rtl .bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .rtl .bs-popover-start > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.rtl .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .rtl .bs-popover-start > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.rtl .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .rtl .bs-popover-start > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.rtl .popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}
.rtl .popover-header:empty {
  display: none;
}
.rtl .popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.rtl .carousel {
  position: relative;
}
.rtl .carousel.pointer-event {
  touch-action: pan-y;
}
.rtl .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.rtl .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.rtl .carousel-item {
  position: relative;
  display: none;
  float: right;
  width: 100%;
  margin-left: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .carousel-item {
    transition: none;
  }
}
.rtl .carousel-item-next, .rtl .carousel-item-prev, .rtl .carousel-item.active {
  display: block;
}
.rtl .active.carousel-item-end, .rtl .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.rtl .active.carousel-item-start, .rtl .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.rtl .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.rtl .carousel-fade .carousel-item-next.carousel-item-start, .rtl .carousel-fade .carousel-item-prev.carousel-item-end, .rtl .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.rtl .carousel-fade .active.carousel-item-end, .rtl .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .carousel-fade .active.carousel-item-end, .rtl .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.rtl .carousel-control-next, .rtl .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .carousel-control-next, .rtl .carousel-control-prev {
    transition: none;
  }
}
.rtl .carousel-control-next:focus, .rtl .carousel-control-next:hover, .rtl .carousel-control-prev:focus, .rtl .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.rtl .carousel-control-prev {
  right: 0;
}
.rtl .carousel-control-next {
  left: 0;
}
.rtl .carousel-control-next-icon, .rtl .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.rtl .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.rtl .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.rtl .carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-left: 15%;
  margin-bottom: 1rem;
  margin-right: 15%;
  list-style: none;
}
.rtl .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-left: 3px;
  margin-right: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.rtl .carousel-indicators .active {
  opacity: 1;
}
.rtl .carousel-caption {
  position: absolute;
  left: 15%;
  bottom: 1.25rem;
  right: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.rtl .carousel-dark .carousel-control-next-icon, .rtl .carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.rtl .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.rtl .carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.rtl .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-left-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.rtl .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.rtl .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.rtl .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .spinner-border, .rtl .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.rtl .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .rtl .offcanvas {
    transition: none;
  }
}
.rtl .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.rtl .offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  margin-bottom: -0.5rem;
}
.rtl .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.rtl .offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.rtl .offcanvas-start {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.rtl .offcanvas-end {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.rtl .offcanvas-top {
  top: 0;
  left: 0;
  right: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.rtl .offcanvas-bottom {
  left: 0;
  right: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.rtl .offcanvas.show {
  transform: none;
}
.rtl .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.rtl .link-primary {
  color: #0d6efd;
}
.rtl .link-primary:focus, .rtl .link-primary:hover {
  color: #0a58ca;
}
.rtl .link-secondary {
  color: #6c757d;
}
.rtl .link-secondary:focus, .rtl .link-secondary:hover {
  color: #565e64;
}
.rtl .link-success {
  color: #198754;
}
.rtl .link-success:focus, .rtl .link-success:hover {
  color: #146c43;
}
.rtl .link-info {
  color: #0dcaf0;
}
.rtl .link-info:focus, .rtl .link-info:hover {
  color: #3dd5f3;
}
.rtl .link-warning {
  color: #ffc107;
}
.rtl .link-warning:focus, .rtl .link-warning:hover {
  color: #ffcd39;
}
.rtl .link-danger {
  color: #dc3545;
}
.rtl .link-danger:focus, .rtl .link-danger:hover {
  color: #b02a37;
}
.rtl .link-light {
  color: #f8f9fa;
}
.rtl .link-light:focus, .rtl .link-light:hover {
  color: #f9fafb;
}
.rtl .link-dark {
  color: #212529;
}
.rtl .link-dark:focus, .rtl .link-dark:hover {
  color: #1a1e21;
}
.rtl .ratio {
  position: relative;
  width: 100%;
}
.rtl .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.rtl .ratio > * {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.rtl .ratio-1x1 {
  --bs-aspect-ratio:100%;
}
.rtl .ratio-4x3 {
  --bs-aspect-ratio:calc(3 / 4 * 100%);
}
.rtl .ratio-16x9 {
  --bs-aspect-ratio:calc(9 / 16 * 100%);
}
.rtl .ratio-21x9 {
  --bs-aspect-ratio:calc(9 / 21 * 100%);
}
.rtl .fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
.rtl .fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1030;
}
.rtl .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .rtl .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .rtl .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .rtl .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .rtl .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .rtl .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.rtl .visually-hidden, .rtl .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.rtl .stretched-link::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  content: "";
}
.rtl .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rtl .align-baseline {
  vertical-align: baseline !important;
}
.rtl .align-top {
  vertical-align: top !important;
}
.rtl .align-middle {
  vertical-align: middle !important;
}
.rtl .align-bottom {
  vertical-align: bottom !important;
}
.rtl .align-text-bottom {
  vertical-align: text-bottom !important;
}
.rtl .align-text-top {
  vertical-align: text-top !important;
}
.rtl .float-start {
  float: right !important;
}
.rtl .float-end {
  float: left !important;
}
.rtl .float-none {
  float: none !important;
}
.rtl .overflow-auto {
  overflow: auto !important;
}
.rtl .overflow-hidden {
  overflow: hidden !important;
}
.rtl .overflow-visible {
  overflow: visible !important;
}
.rtl .overflow-scroll {
  overflow: scroll !important;
}
.rtl .d-inline {
  display: inline !important;
}
.rtl .d-inline-block {
  display: inline-block !important;
}
.rtl .d-block {
  display: block !important;
}
.rtl .d-grid {
  display: grid !important;
}
.rtl .d-table {
  display: table !important;
}
.rtl .d-table-row {
  display: table-row !important;
}
.rtl .d-table-cell {
  display: table-cell !important;
}
.rtl .d-flex {
  display: flex !important;
}
.rtl .d-inline-flex {
  display: inline-flex !important;
}
.rtl .d-none {
  display: none !important;
}
.rtl .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.rtl .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.rtl .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.rtl .shadow-none {
  box-shadow: none !important;
}
.rtl .position-static {
  position: static !important;
}
.rtl .position-relative {
  position: relative !important;
}
.rtl .position-absolute {
  position: absolute !important;
}
.rtl .position-fixed {
  position: fixed !important;
}
.rtl .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.rtl .top-0 {
  top: 0 !important;
}
.rtl .top-50 {
  top: 50% !important;
}
.rtl .top-100 {
  top: 100% !important;
}
.rtl .bottom-0 {
  bottom: 0 !important;
}
.rtl .bottom-50 {
  bottom: 50% !important;
}
.rtl .bottom-100 {
  bottom: 100% !important;
}
.rtl .start-0 {
  right: 0 !important;
}
.rtl .start-50 {
  right: 50% !important;
}
.rtl .start-100 {
  right: 100% !important;
}
.rtl .end-0 {
  left: 0 !important;
}
.rtl .end-50 {
  left: 50% !important;
}
.rtl .end-100 {
  left: 100% !important;
}
.rtl .translate-middle {
  transform: translate(50%, -50%) !important;
}
.rtl .translate-middle-x {
  transform: translateX(50%) !important;
}
.rtl .translate-middle-y {
  transform: translateY(-50%) !important;
}
.rtl .border {
  border: 1px solid #dee2e6 !important;
}
.rtl .border-0 {
  border: 0 !important;
}
.rtl .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.rtl .border-top-0 {
  border-top: 0 !important;
}
.rtl .border-end {
  border-left: 1px solid #dee2e6 !important;
}
.rtl .border-end-0 {
  border-left: 0 !important;
}
.rtl .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.rtl .border-bottom-0 {
  border-bottom: 0 !important;
}
.rtl .border-start {
  border-right: 1px solid #dee2e6 !important;
}
.rtl .border-start-0 {
  border-right: 0 !important;
}
.rtl .border-primary {
  border-color: #0d6efd !important;
}
.rtl .border-secondary {
  border-color: #6c757d !important;
}
.rtl .border-success {
  border-color: #198754 !important;
}
.rtl .border-info {
  border-color: #0dcaf0 !important;
}
.rtl .border-warning {
  border-color: #ffc107 !important;
}
.rtl .border-danger {
  border-color: #dc3545 !important;
}
.rtl .border-light {
  border-color: #f8f9fa !important;
}
.rtl .border-dark {
  border-color: #212529 !important;
}
.rtl .border-white {
  border-color: #fff !important;
}
.rtl .border-1 {
  border-width: 1px !important;
}
.rtl .border-2 {
  border-width: 2px !important;
}
.rtl .border-3 {
  border-width: 3px !important;
}
.rtl .border-4 {
  border-width: 4px !important;
}
.rtl .border-5 {
  border-width: 5px !important;
}
.rtl .w-25 {
  width: 25% !important;
}
.rtl .w-50 {
  width: 50% !important;
}
.rtl .w-75 {
  width: 75% !important;
}
.rtl .w-100 {
  width: 100% !important;
}
.rtl .w-auto {
  width: auto !important;
}
.rtl .mw-100 {
  max-width: 100% !important;
}
.rtl .vw-100 {
  width: 100vw !important;
}
.rtl .min-vw-100 {
  min-width: 100vw !important;
}
.rtl .h-25 {
  height: 25% !important;
}
.rtl .h-50 {
  height: 50% !important;
}
.rtl .h-75 {
  height: 75% !important;
}
.rtl .h-100 {
  height: 100% !important;
}
.rtl .h-auto {
  height: auto !important;
}
.rtl .mh-100 {
  max-height: 100% !important;
}
.rtl .vh-100 {
  height: 100vh !important;
}
.rtl .min-vh-100 {
  min-height: 100vh !important;
}
.rtl .flex-fill {
  flex: 1 1 auto !important;
}
.rtl .flex-row {
  flex-direction: row !important;
}
.rtl .flex-column {
  flex-direction: column !important;
}
.rtl .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.rtl .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.rtl .flex-grow-0 {
  flex-grow: 0 !important;
}
.rtl .flex-grow-1 {
  flex-grow: 1 !important;
}
.rtl .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.rtl .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.rtl .flex-wrap {
  flex-wrap: wrap !important;
}
.rtl .flex-nowrap {
  flex-wrap: nowrap !important;
}
.rtl .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.rtl .gap-0 {
  gap: 0 !important;
}
.rtl .gap-1 {
  gap: 0.25rem !important;
}
.rtl .gap-2 {
  gap: 0.5rem !important;
}
.rtl .gap-3 {
  gap: 1rem !important;
}
.rtl .gap-4 {
  gap: 1.5rem !important;
}
.rtl .gap-5 {
  gap: 3rem !important;
}
.rtl .justify-content-start {
  justify-content: flex-start !important;
}
.rtl .justify-content-end {
  justify-content: flex-end !important;
}
.rtl .justify-content-center {
  justify-content: center !important;
}
.rtl .justify-content-between {
  justify-content: space-between !important;
}
.rtl .justify-content-around {
  justify-content: space-around !important;
}
.rtl .justify-content-evenly {
  justify-content: space-evenly !important;
}
.rtl .align-items-start {
  align-items: flex-start !important;
}
.rtl .align-items-end {
  align-items: flex-end !important;
}
.rtl .align-items-center {
  align-items: center !important;
}
.rtl .align-items-baseline {
  align-items: baseline !important;
}
.rtl .align-items-stretch {
  align-items: stretch !important;
}
.rtl .align-content-start {
  align-content: flex-start !important;
}
.rtl .align-content-end {
  align-content: flex-end !important;
}
.rtl .align-content-center {
  align-content: center !important;
}
.rtl .align-content-between {
  align-content: space-between !important;
}
.rtl .align-content-around {
  align-content: space-around !important;
}
.rtl .align-content-stretch {
  align-content: stretch !important;
}
.rtl .align-self-auto {
  align-self: auto !important;
}
.rtl .align-self-start {
  align-self: flex-start !important;
}
.rtl .align-self-end {
  align-self: flex-end !important;
}
.rtl .align-self-center {
  align-self: center !important;
}
.rtl .align-self-baseline {
  align-self: baseline !important;
}
.rtl .align-self-stretch {
  align-self: stretch !important;
}
.rtl .order-first {
  order: -1 !important;
}
.rtl .order-0 {
  order: 0 !important;
}
.rtl .order-1 {
  order: 1 !important;
}
.rtl .order-2 {
  order: 2 !important;
}
.rtl .order-3 {
  order: 3 !important;
}
.rtl .order-4 {
  order: 4 !important;
}
.rtl .order-5 {
  order: 5 !important;
}
.rtl .order-last {
  order: 6 !important;
}
.rtl .m-0 {
  margin: 0 !important;
}
.rtl .m-1 {
  margin: 0.25rem !important;
}
.rtl .m-2 {
  margin: 0.5rem !important;
}
.rtl .m-3 {
  margin: 1rem !important;
}
.rtl .m-4 {
  margin: 1.5rem !important;
}
.rtl .m-5 {
  margin: 3rem !important;
}
.rtl .m-auto {
  margin: auto !important;
}
.rtl .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.rtl .mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.rtl .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.rtl .mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.rtl .mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.rtl .mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.rtl .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.rtl .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.rtl .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.rtl .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.rtl .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.rtl .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.rtl .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.rtl .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.rtl .mt-0 {
  margin-top: 0 !important;
}
.rtl .mt-1 {
  margin-top: 0.25rem !important;
}
.rtl .mt-2 {
  margin-top: 0.5rem !important;
}
.rtl .mt-3 {
  margin-top: 1rem !important;
}
.rtl .mt-4 {
  margin-top: 1.5rem !important;
}
.rtl .mt-5 {
  margin-top: 3rem !important;
}
.rtl .mt-auto {
  margin-top: auto !important;
}
.rtl .me-0 {
  margin-left: 0 !important;
}
.rtl .me-1 {
  margin-left: 0.25rem !important;
}
.rtl .me-2 {
  margin-left: 0.5rem !important;
}
.rtl .me-3 {
  margin-left: 1rem !important;
}
.rtl .me-4 {
  margin-left: 1.5rem !important;
}
.rtl .me-5 {
  margin-left: 3rem !important;
}
.rtl .me-auto {
  margin-left: auto !important;
}
.rtl .mb-0 {
  margin-bottom: 0 !important;
}
.rtl .mb-1 {
  margin-bottom: 0.25rem !important;
}
.rtl .mb-2 {
  margin-bottom: 0.5rem !important;
}
.rtl .mb-3 {
  margin-bottom: 1rem !important;
}
.rtl .mb-4 {
  margin-bottom: 1.5rem !important;
}
.rtl .mb-5 {
  margin-bottom: 3rem !important;
}
.rtl .mb-auto {
  margin-bottom: auto !important;
}
.rtl .ms-0 {
  margin-right: 0 !important;
}
.rtl .ms-1 {
  margin-right: 0.25rem !important;
}
.rtl .ms-2 {
  margin-right: 0.5rem !important;
}
.rtl .ms-3 {
  margin-right: 1rem !important;
}
.rtl .ms-4 {
  margin-right: 1.5rem !important;
}
.rtl .ms-5 {
  margin-right: 3rem !important;
}
.rtl .ms-auto {
  margin-right: auto !important;
}
.rtl .p-0 {
  padding: 0 !important;
}
.rtl .p-1 {
  padding: 0.25rem !important;
}
.rtl .p-2 {
  padding: 0.5rem !important;
}
.rtl .p-3 {
  padding: 1rem !important;
}
.rtl .p-4 {
  padding: 1.5rem !important;
}
.rtl .p-5 {
  padding: 3rem !important;
}
.rtl .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.rtl .px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.rtl .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.rtl .px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.rtl .px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.rtl .px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.rtl .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.rtl .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.rtl .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.rtl .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.rtl .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.rtl .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.rtl .pt-0 {
  padding-top: 0 !important;
}
.rtl .pt-1 {
  padding-top: 0.25rem !important;
}
.rtl .pt-2 {
  padding-top: 0.5rem !important;
}
.rtl .pt-3 {
  padding-top: 1rem !important;
}
.rtl .pt-4 {
  padding-top: 1.5rem !important;
}
.rtl .pt-5 {
  padding-top: 3rem !important;
}
.rtl .pe-0 {
  padding-left: 0 !important;
}
.rtl .pe-1 {
  padding-left: 0.25rem !important;
}
.rtl .pe-2 {
  padding-left: 0.5rem !important;
}
.rtl .pe-3 {
  padding-left: 1rem !important;
}
.rtl .pe-4 {
  padding-left: 1.5rem !important;
}
.rtl .pe-5 {
  padding-left: 3rem !important;
}
.rtl .pb-0 {
  padding-bottom: 0 !important;
}
.rtl .pb-1 {
  padding-bottom: 0.25rem !important;
}
.rtl .pb-2 {
  padding-bottom: 0.5rem !important;
}
.rtl .pb-3 {
  padding-bottom: 1rem !important;
}
.rtl .pb-4 {
  padding-bottom: 1.5rem !important;
}
.rtl .pb-5 {
  padding-bottom: 3rem !important;
}
.rtl .ps-0 {
  padding-right: 0 !important;
}
.rtl .ps-1 {
  padding-right: 0.25rem !important;
}
.rtl .ps-2 {
  padding-right: 0.5rem !important;
}
.rtl .ps-3 {
  padding-right: 1rem !important;
}
.rtl .ps-4 {
  padding-right: 1.5rem !important;
}
.rtl .ps-5 {
  padding-right: 3rem !important;
}
.rtl .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.rtl .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.rtl .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.rtl .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.rtl .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.rtl .fs-5 {
  font-size: 1.25rem !important;
}
.rtl .fs-6 {
  font-size: 1rem !important;
}
.rtl .fst-italic {
  font-style: italic !important;
}
.rtl .fst-normal {
  font-style: normal !important;
}
.rtl .fw-light {
  font-weight: 300 !important;
}
.rtl .fw-lighter {
  font-weight: lighter !important;
}
.rtl .fw-normal {
  font-weight: 400 !important;
}
.rtl .fw-bold {
  font-weight: 700 !important;
}
.rtl .fw-bolder {
  font-weight: bolder !important;
}
.rtl .lh-1 {
  line-height: 1 !important;
}
.rtl .lh-sm {
  line-height: 1.25 !important;
}
.rtl .lh-base {
  line-height: 1.5 !important;
}
.rtl .lh-lg {
  line-height: 2 !important;
}
.rtl .text-start {
  text-align: right !important;
}
.rtl .text-end {
  text-align: left !important;
}
.rtl .text-center {
  text-align: center !important;
}
.rtl .text-decoration-none {
  text-decoration: none !important;
}
.rtl .text-decoration-underline {
  text-decoration: underline !important;
}
.rtl .text-decoration-line-through {
  text-decoration: line-through !important;
}
.rtl .text-lowercase {
  text-transform: lowercase !important;
}
.rtl .text-uppercase {
  text-transform: uppercase !important;
}
.rtl .text-capitalize {
  text-transform: capitalize !important;
}
.rtl .text-wrap {
  white-space: normal !important;
}
.rtl .text-nowrap {
  white-space: nowrap !important;
}
.rtl .text-primary {
  color: #0d6efd !important;
}
.rtl .text-secondary {
  color: #6c757d !important;
}
.rtl .text-success {
  color: #198754 !important;
}
.rtl .text-info {
  color: #0dcaf0 !important;
}
.rtl .text-warning {
  color: #ffc107 !important;
}
.rtl .text-danger {
  color: #dc3545 !important;
}
.rtl .text-light {
  color: #f8f9fa !important;
}
.rtl .text-dark {
  color: #212529 !important;
}
.rtl .text-white {
  color: #fff !important;
}
.rtl .text-body {
  color: #212529 !important;
}
.rtl .text-muted {
  color: #6c757d !important;
}
.rtl .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.rtl .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.rtl .text-reset {
  color: inherit !important;
}
.rtl .bg-primary {
  background-color: #0d6efd !important;
}
.rtl .bg-secondary {
  background-color: #6c757d !important;
}
.rtl .bg-success {
  background-color: #198754 !important;
}
.rtl .bg-info {
  background-color: #0dcaf0 !important;
}
.rtl .bg-warning {
  background-color: #ffc107 !important;
}
.rtl .bg-danger {
  background-color: #dc3545 !important;
}
.rtl .bg-light {
  background-color: #f8f9fa !important;
}
.rtl .bg-dark {
  background-color: #212529 !important;
}
.rtl .bg-body {
  background-color: #fff !important;
}
.rtl .bg-white {
  background-color: #fff !important;
}
.rtl .bg-transparent {
  background-color: transparent !important;
}
.rtl .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.rtl .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.rtl .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
      user-select: auto !important;
}
.rtl .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
      user-select: none !important;
}
.rtl .pe-none {
  pointer-events: none !important;
}
.rtl .pe-auto {
  pointer-events: auto !important;
}
.rtl .rounded {
  border-radius: 0.25rem !important;
}
.rtl .rounded-0 {
  border-radius: 0 !important;
}
.rtl .rounded-1 {
  border-radius: 0.2rem !important;
}
.rtl .rounded-2 {
  border-radius: 0.25rem !important;
}
.rtl .rounded-3 {
  border-radius: 0.3rem !important;
}
.rtl .rounded-circle {
  border-radius: 50% !important;
}
.rtl .rounded-pill {
  border-radius: 50rem !important;
}
.rtl .rounded-top {
  border-top-right-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.rtl .rounded-end {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rtl .rounded-bottom {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rtl .rounded-start {
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rtl .visible {
  visibility: visible !important;
}
.rtl .invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .rtl .float-sm-start {
    float: right !important;
  }
  .rtl .float-sm-end {
    float: left !important;
  }
  .rtl .float-sm-none {
    float: none !important;
  }
  .rtl .d-sm-inline {
    display: inline !important;
  }
  .rtl .d-sm-inline-block {
    display: inline-block !important;
  }
  .rtl .d-sm-block {
    display: block !important;
  }
  .rtl .d-sm-grid {
    display: grid !important;
  }
  .rtl .d-sm-table {
    display: table !important;
  }
  .rtl .d-sm-table-row {
    display: table-row !important;
  }
  .rtl .d-sm-table-cell {
    display: table-cell !important;
  }
  .rtl .d-sm-flex {
    display: flex !important;
  }
  .rtl .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .rtl .d-sm-none {
    display: none !important;
  }
  .rtl .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .rtl .flex-sm-row {
    flex-direction: row !important;
  }
  .rtl .flex-sm-column {
    flex-direction: column !important;
  }
  .rtl .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .rtl .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .rtl .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .rtl .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .rtl .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .rtl .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .rtl .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .rtl .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .rtl .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .rtl .gap-sm-0 {
    gap: 0 !important;
  }
  .rtl .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .rtl .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .rtl .gap-sm-3 {
    gap: 1rem !important;
  }
  .rtl .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .rtl .gap-sm-5 {
    gap: 3rem !important;
  }
  .rtl .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .rtl .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .rtl .justify-content-sm-center {
    justify-content: center !important;
  }
  .rtl .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .rtl .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .rtl .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .rtl .align-items-sm-start {
    align-items: flex-start !important;
  }
  .rtl .align-items-sm-end {
    align-items: flex-end !important;
  }
  .rtl .align-items-sm-center {
    align-items: center !important;
  }
  .rtl .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .rtl .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .rtl .align-content-sm-start {
    align-content: flex-start !important;
  }
  .rtl .align-content-sm-end {
    align-content: flex-end !important;
  }
  .rtl .align-content-sm-center {
    align-content: center !important;
  }
  .rtl .align-content-sm-between {
    align-content: space-between !important;
  }
  .rtl .align-content-sm-around {
    align-content: space-around !important;
  }
  .rtl .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .rtl .align-self-sm-auto {
    align-self: auto !important;
  }
  .rtl .align-self-sm-start {
    align-self: flex-start !important;
  }
  .rtl .align-self-sm-end {
    align-self: flex-end !important;
  }
  .rtl .align-self-sm-center {
    align-self: center !important;
  }
  .rtl .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .rtl .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .rtl .order-sm-first {
    order: -1 !important;
  }
  .rtl .order-sm-0 {
    order: 0 !important;
  }
  .rtl .order-sm-1 {
    order: 1 !important;
  }
  .rtl .order-sm-2 {
    order: 2 !important;
  }
  .rtl .order-sm-3 {
    order: 3 !important;
  }
  .rtl .order-sm-4 {
    order: 4 !important;
  }
  .rtl .order-sm-5 {
    order: 5 !important;
  }
  .rtl .order-sm-last {
    order: 6 !important;
  }
  .rtl .m-sm-0 {
    margin: 0 !important;
  }
  .rtl .m-sm-1 {
    margin: 0.25rem !important;
  }
  .rtl .m-sm-2 {
    margin: 0.5rem !important;
  }
  .rtl .m-sm-3 {
    margin: 1rem !important;
  }
  .rtl .m-sm-4 {
    margin: 1.5rem !important;
  }
  .rtl .m-sm-5 {
    margin: 3rem !important;
  }
  .rtl .m-sm-auto {
    margin: auto !important;
  }
  .rtl .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .rtl .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .rtl .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .rtl .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .rtl .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .rtl .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .rtl .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .rtl .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .rtl .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .rtl .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .rtl .mt-sm-0 {
    margin-top: 0 !important;
  }
  .rtl .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .rtl .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .rtl .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .rtl .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .rtl .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .rtl .mt-sm-auto {
    margin-top: auto !important;
  }
  .rtl .me-sm-0 {
    margin-left: 0 !important;
  }
  .rtl .me-sm-1 {
    margin-left: 0.25rem !important;
  }
  .rtl .me-sm-2 {
    margin-left: 0.5rem !important;
  }
  .rtl .me-sm-3 {
    margin-left: 1rem !important;
  }
  .rtl .me-sm-4 {
    margin-left: 1.5rem !important;
  }
  .rtl .me-sm-5 {
    margin-left: 3rem !important;
  }
  .rtl .me-sm-auto {
    margin-left: auto !important;
  }
  .rtl .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .rtl .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .rtl .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .rtl .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .rtl .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .rtl .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .rtl .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .rtl .ms-sm-0 {
    margin-right: 0 !important;
  }
  .rtl .ms-sm-1 {
    margin-right: 0.25rem !important;
  }
  .rtl .ms-sm-2 {
    margin-right: 0.5rem !important;
  }
  .rtl .ms-sm-3 {
    margin-right: 1rem !important;
  }
  .rtl .ms-sm-4 {
    margin-right: 1.5rem !important;
  }
  .rtl .ms-sm-5 {
    margin-right: 3rem !important;
  }
  .rtl .ms-sm-auto {
    margin-right: auto !important;
  }
  .rtl .p-sm-0 {
    padding: 0 !important;
  }
  .rtl .p-sm-1 {
    padding: 0.25rem !important;
  }
  .rtl .p-sm-2 {
    padding: 0.5rem !important;
  }
  .rtl .p-sm-3 {
    padding: 1rem !important;
  }
  .rtl .p-sm-4 {
    padding: 1.5rem !important;
  }
  .rtl .p-sm-5 {
    padding: 3rem !important;
  }
  .rtl .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .rtl .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .rtl .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .rtl .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .rtl .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .rtl .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .rtl .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .rtl .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .rtl .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .rtl .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .rtl .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .rtl .pt-sm-0 {
    padding-top: 0 !important;
  }
  .rtl .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .rtl .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .rtl .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .rtl .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .rtl .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .rtl .pe-sm-0 {
    padding-left: 0 !important;
  }
  .rtl .pe-sm-1 {
    padding-left: 0.25rem !important;
  }
  .rtl .pe-sm-2 {
    padding-left: 0.5rem !important;
  }
  .rtl .pe-sm-3 {
    padding-left: 1rem !important;
  }
  .rtl .pe-sm-4 {
    padding-left: 1.5rem !important;
  }
  .rtl .pe-sm-5 {
    padding-left: 3rem !important;
  }
  .rtl .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .rtl .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .rtl .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .rtl .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .rtl .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .rtl .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .rtl .ps-sm-0 {
    padding-right: 0 !important;
  }
  .rtl .ps-sm-1 {
    padding-right: 0.25rem !important;
  }
  .rtl .ps-sm-2 {
    padding-right: 0.5rem !important;
  }
  .rtl .ps-sm-3 {
    padding-right: 1rem !important;
  }
  .rtl .ps-sm-4 {
    padding-right: 1.5rem !important;
  }
  .rtl .ps-sm-5 {
    padding-right: 3rem !important;
  }
  .rtl .text-sm-start {
    text-align: right !important;
  }
  .rtl .text-sm-end {
    text-align: left !important;
  }
  .rtl .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .rtl .float-md-start {
    float: right !important;
  }
  .rtl .float-md-end {
    float: left !important;
  }
  .rtl .float-md-none {
    float: none !important;
  }
  .rtl .d-md-inline {
    display: inline !important;
  }
  .rtl .d-md-inline-block {
    display: inline-block !important;
  }
  .rtl .d-md-block {
    display: block !important;
  }
  .rtl .d-md-grid {
    display: grid !important;
  }
  .rtl .d-md-table {
    display: table !important;
  }
  .rtl .d-md-table-row {
    display: table-row !important;
  }
  .rtl .d-md-table-cell {
    display: table-cell !important;
  }
  .rtl .d-md-flex {
    display: flex !important;
  }
  .rtl .d-md-inline-flex {
    display: inline-flex !important;
  }
  .rtl .d-md-none {
    display: none !important;
  }
  .rtl .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .rtl .flex-md-row {
    flex-direction: row !important;
  }
  .rtl .flex-md-column {
    flex-direction: column !important;
  }
  .rtl .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .rtl .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .rtl .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .rtl .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .rtl .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .rtl .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .rtl .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .rtl .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .rtl .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .rtl .gap-md-0 {
    gap: 0 !important;
  }
  .rtl .gap-md-1 {
    gap: 0.25rem !important;
  }
  .rtl .gap-md-2 {
    gap: 0.5rem !important;
  }
  .rtl .gap-md-3 {
    gap: 1rem !important;
  }
  .rtl .gap-md-4 {
    gap: 1.5rem !important;
  }
  .rtl .gap-md-5 {
    gap: 3rem !important;
  }
  .rtl .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .rtl .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .rtl .justify-content-md-center {
    justify-content: center !important;
  }
  .rtl .justify-content-md-between {
    justify-content: space-between !important;
  }
  .rtl .justify-content-md-around {
    justify-content: space-around !important;
  }
  .rtl .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .rtl .align-items-md-start {
    align-items: flex-start !important;
  }
  .rtl .align-items-md-end {
    align-items: flex-end !important;
  }
  .rtl .align-items-md-center {
    align-items: center !important;
  }
  .rtl .align-items-md-baseline {
    align-items: baseline !important;
  }
  .rtl .align-items-md-stretch {
    align-items: stretch !important;
  }
  .rtl .align-content-md-start {
    align-content: flex-start !important;
  }
  .rtl .align-content-md-end {
    align-content: flex-end !important;
  }
  .rtl .align-content-md-center {
    align-content: center !important;
  }
  .rtl .align-content-md-between {
    align-content: space-between !important;
  }
  .rtl .align-content-md-around {
    align-content: space-around !important;
  }
  .rtl .align-content-md-stretch {
    align-content: stretch !important;
  }
  .rtl .align-self-md-auto {
    align-self: auto !important;
  }
  .rtl .align-self-md-start {
    align-self: flex-start !important;
  }
  .rtl .align-self-md-end {
    align-self: flex-end !important;
  }
  .rtl .align-self-md-center {
    align-self: center !important;
  }
  .rtl .align-self-md-baseline {
    align-self: baseline !important;
  }
  .rtl .align-self-md-stretch {
    align-self: stretch !important;
  }
  .rtl .order-md-first {
    order: -1 !important;
  }
  .rtl .order-md-0 {
    order: 0 !important;
  }
  .rtl .order-md-1 {
    order: 1 !important;
  }
  .rtl .order-md-2 {
    order: 2 !important;
  }
  .rtl .order-md-3 {
    order: 3 !important;
  }
  .rtl .order-md-4 {
    order: 4 !important;
  }
  .rtl .order-md-5 {
    order: 5 !important;
  }
  .rtl .order-md-last {
    order: 6 !important;
  }
  .rtl .m-md-0 {
    margin: 0 !important;
  }
  .rtl .m-md-1 {
    margin: 0.25rem !important;
  }
  .rtl .m-md-2 {
    margin: 0.5rem !important;
  }
  .rtl .m-md-3 {
    margin: 1rem !important;
  }
  .rtl .m-md-4 {
    margin: 1.5rem !important;
  }
  .rtl .m-md-5 {
    margin: 3rem !important;
  }
  .rtl .m-md-auto {
    margin: auto !important;
  }
  .rtl .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .rtl .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .rtl .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .rtl .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .rtl .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .rtl .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .rtl .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .rtl .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .rtl .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .rtl .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .rtl .mt-md-0 {
    margin-top: 0 !important;
  }
  .rtl .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .rtl .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .rtl .mt-md-3 {
    margin-top: 1rem !important;
  }
  .rtl .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .rtl .mt-md-5 {
    margin-top: 3rem !important;
  }
  .rtl .mt-md-auto {
    margin-top: auto !important;
  }
  .rtl .me-md-0 {
    margin-left: 0 !important;
  }
  .rtl .me-md-1 {
    margin-left: 0.25rem !important;
  }
  .rtl .me-md-2 {
    margin-left: 0.5rem !important;
  }
  .rtl .me-md-3 {
    margin-left: 1rem !important;
  }
  .rtl .me-md-4 {
    margin-left: 1.5rem !important;
  }
  .rtl .me-md-5 {
    margin-left: 3rem !important;
  }
  .rtl .me-md-auto {
    margin-left: auto !important;
  }
  .rtl .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .rtl .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .rtl .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .rtl .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .rtl .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .rtl .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .rtl .mb-md-auto {
    margin-bottom: auto !important;
  }
  .rtl .ms-md-0 {
    margin-right: 0 !important;
  }
  .rtl .ms-md-1 {
    margin-right: 0.25rem !important;
  }
  .rtl .ms-md-2 {
    margin-right: 0.5rem !important;
  }
  .rtl .ms-md-3 {
    margin-right: 1rem !important;
  }
  .rtl .ms-md-4 {
    margin-right: 1.5rem !important;
  }
  .rtl .ms-md-5 {
    margin-right: 3rem !important;
  }
  .rtl .ms-md-auto {
    margin-right: auto !important;
  }
  .rtl .p-md-0 {
    padding: 0 !important;
  }
  .rtl .p-md-1 {
    padding: 0.25rem !important;
  }
  .rtl .p-md-2 {
    padding: 0.5rem !important;
  }
  .rtl .p-md-3 {
    padding: 1rem !important;
  }
  .rtl .p-md-4 {
    padding: 1.5rem !important;
  }
  .rtl .p-md-5 {
    padding: 3rem !important;
  }
  .rtl .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .rtl .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .rtl .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .rtl .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .rtl .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .rtl .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .rtl .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .rtl .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .rtl .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .rtl .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .rtl .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .rtl .pt-md-0 {
    padding-top: 0 !important;
  }
  .rtl .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .rtl .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .rtl .pt-md-3 {
    padding-top: 1rem !important;
  }
  .rtl .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .rtl .pt-md-5 {
    padding-top: 3rem !important;
  }
  .rtl .pe-md-0 {
    padding-left: 0 !important;
  }
  .rtl .pe-md-1 {
    padding-left: 0.25rem !important;
  }
  .rtl .pe-md-2 {
    padding-left: 0.5rem !important;
  }
  .rtl .pe-md-3 {
    padding-left: 1rem !important;
  }
  .rtl .pe-md-4 {
    padding-left: 1.5rem !important;
  }
  .rtl .pe-md-5 {
    padding-left: 3rem !important;
  }
  .rtl .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .rtl .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .rtl .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .rtl .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .rtl .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .rtl .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .rtl .ps-md-0 {
    padding-right: 0 !important;
  }
  .rtl .ps-md-1 {
    padding-right: 0.25rem !important;
  }
  .rtl .ps-md-2 {
    padding-right: 0.5rem !important;
  }
  .rtl .ps-md-3 {
    padding-right: 1rem !important;
  }
  .rtl .ps-md-4 {
    padding-right: 1.5rem !important;
  }
  .rtl .ps-md-5 {
    padding-right: 3rem !important;
  }
  .rtl .text-md-start {
    text-align: right !important;
  }
  .rtl .text-md-end {
    text-align: left !important;
  }
  .rtl .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .rtl .float-lg-start {
    float: right !important;
  }
  .rtl .float-lg-end {
    float: left !important;
  }
  .rtl .float-lg-none {
    float: none !important;
  }
  .rtl .d-lg-inline {
    display: inline !important;
  }
  .rtl .d-lg-inline-block {
    display: inline-block !important;
  }
  .rtl .d-lg-block {
    display: block !important;
  }
  .rtl .d-lg-grid {
    display: grid !important;
  }
  .rtl .d-lg-table {
    display: table !important;
  }
  .rtl .d-lg-table-row {
    display: table-row !important;
  }
  .rtl .d-lg-table-cell {
    display: table-cell !important;
  }
  .rtl .d-lg-flex {
    display: flex !important;
  }
  .rtl .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .rtl .d-lg-none {
    display: none !important;
  }
  .rtl .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .rtl .flex-lg-row {
    flex-direction: row !important;
  }
  .rtl .flex-lg-column {
    flex-direction: column !important;
  }
  .rtl .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .rtl .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .rtl .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .rtl .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .rtl .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .rtl .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .rtl .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .rtl .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .rtl .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .rtl .gap-lg-0 {
    gap: 0 !important;
  }
  .rtl .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .rtl .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .rtl .gap-lg-3 {
    gap: 1rem !important;
  }
  .rtl .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .rtl .gap-lg-5 {
    gap: 3rem !important;
  }
  .rtl .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .rtl .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .rtl .justify-content-lg-center {
    justify-content: center !important;
  }
  .rtl .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .rtl .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .rtl .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .rtl .align-items-lg-start {
    align-items: flex-start !important;
  }
  .rtl .align-items-lg-end {
    align-items: flex-end !important;
  }
  .rtl .align-items-lg-center {
    align-items: center !important;
  }
  .rtl .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .rtl .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .rtl .align-content-lg-start {
    align-content: flex-start !important;
  }
  .rtl .align-content-lg-end {
    align-content: flex-end !important;
  }
  .rtl .align-content-lg-center {
    align-content: center !important;
  }
  .rtl .align-content-lg-between {
    align-content: space-between !important;
  }
  .rtl .align-content-lg-around {
    align-content: space-around !important;
  }
  .rtl .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .rtl .align-self-lg-auto {
    align-self: auto !important;
  }
  .rtl .align-self-lg-start {
    align-self: flex-start !important;
  }
  .rtl .align-self-lg-end {
    align-self: flex-end !important;
  }
  .rtl .align-self-lg-center {
    align-self: center !important;
  }
  .rtl .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .rtl .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .rtl .order-lg-first {
    order: -1 !important;
  }
  .rtl .order-lg-0 {
    order: 0 !important;
  }
  .rtl .order-lg-1 {
    order: 1 !important;
  }
  .rtl .order-lg-2 {
    order: 2 !important;
  }
  .rtl .order-lg-3 {
    order: 3 !important;
  }
  .rtl .order-lg-4 {
    order: 4 !important;
  }
  .rtl .order-lg-5 {
    order: 5 !important;
  }
  .rtl .order-lg-last {
    order: 6 !important;
  }
  .rtl .m-lg-0 {
    margin: 0 !important;
  }
  .rtl .m-lg-1 {
    margin: 0.25rem !important;
  }
  .rtl .m-lg-2 {
    margin: 0.5rem !important;
  }
  .rtl .m-lg-3 {
    margin: 1rem !important;
  }
  .rtl .m-lg-4 {
    margin: 1.5rem !important;
  }
  .rtl .m-lg-5 {
    margin: 3rem !important;
  }
  .rtl .m-lg-auto {
    margin: auto !important;
  }
  .rtl .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .rtl .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .rtl .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .rtl .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .rtl .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .rtl .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .rtl .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .rtl .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .rtl .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .rtl .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .rtl .mt-lg-0 {
    margin-top: 0 !important;
  }
  .rtl .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .rtl .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .rtl .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .rtl .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .rtl .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .rtl .mt-lg-auto {
    margin-top: auto !important;
  }
  .rtl .me-lg-0 {
    margin-left: 0 !important;
  }
  .rtl .me-lg-1 {
    margin-left: 0.25rem !important;
  }
  .rtl .me-lg-2 {
    margin-left: 0.5rem !important;
  }
  .rtl .me-lg-3 {
    margin-left: 1rem !important;
  }
  .rtl .me-lg-4 {
    margin-left: 1.5rem !important;
  }
  .rtl .me-lg-5 {
    margin-left: 3rem !important;
  }
  .rtl .me-lg-auto {
    margin-left: auto !important;
  }
  .rtl .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .rtl .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .rtl .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .rtl .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .rtl .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .rtl .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .rtl .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .rtl .ms-lg-0 {
    margin-right: 0 !important;
  }
  .rtl .ms-lg-1 {
    margin-right: 0.25rem !important;
  }
  .rtl .ms-lg-2 {
    margin-right: 0.5rem !important;
  }
  .rtl .ms-lg-3 {
    margin-right: 1rem !important;
  }
  .rtl .ms-lg-4 {
    margin-right: 1.5rem !important;
  }
  .rtl .ms-lg-5 {
    margin-right: 3rem !important;
  }
  .rtl .ms-lg-auto {
    margin-right: auto !important;
  }
  .rtl .p-lg-0 {
    padding: 0 !important;
  }
  .rtl .p-lg-1 {
    padding: 0.25rem !important;
  }
  .rtl .p-lg-2 {
    padding: 0.5rem !important;
  }
  .rtl .p-lg-3 {
    padding: 1rem !important;
  }
  .rtl .p-lg-4 {
    padding: 1.5rem !important;
  }
  .rtl .p-lg-5 {
    padding: 3rem !important;
  }
  .rtl .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .rtl .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .rtl .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .rtl .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .rtl .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .rtl .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .rtl .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .rtl .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .rtl .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .rtl .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .rtl .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .rtl .pt-lg-0 {
    padding-top: 0 !important;
  }
  .rtl .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .rtl .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .rtl .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .rtl .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .rtl .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .rtl .pe-lg-0 {
    padding-left: 0 !important;
  }
  .rtl .pe-lg-1 {
    padding-left: 0.25rem !important;
  }
  .rtl .pe-lg-2 {
    padding-left: 0.5rem !important;
  }
  .rtl .pe-lg-3 {
    padding-left: 1rem !important;
  }
  .rtl .pe-lg-4 {
    padding-left: 1.5rem !important;
  }
  .rtl .pe-lg-5 {
    padding-left: 3rem !important;
  }
  .rtl .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .rtl .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .rtl .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .rtl .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .rtl .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .rtl .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .rtl .ps-lg-0 {
    padding-right: 0 !important;
  }
  .rtl .ps-lg-1 {
    padding-right: 0.25rem !important;
  }
  .rtl .ps-lg-2 {
    padding-right: 0.5rem !important;
  }
  .rtl .ps-lg-3 {
    padding-right: 1rem !important;
  }
  .rtl .ps-lg-4 {
    padding-right: 1.5rem !important;
  }
  .rtl .ps-lg-5 {
    padding-right: 3rem !important;
  }
  .rtl .text-lg-start {
    text-align: right !important;
  }
  .rtl .text-lg-end {
    text-align: left !important;
  }
  .rtl .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .rtl .float-xl-start {
    float: right !important;
  }
  .rtl .float-xl-end {
    float: left !important;
  }
  .rtl .float-xl-none {
    float: none !important;
  }
  .rtl .d-xl-inline {
    display: inline !important;
  }
  .rtl .d-xl-inline-block {
    display: inline-block !important;
  }
  .rtl .d-xl-block {
    display: block !important;
  }
  .rtl .d-xl-grid {
    display: grid !important;
  }
  .rtl .d-xl-table {
    display: table !important;
  }
  .rtl .d-xl-table-row {
    display: table-row !important;
  }
  .rtl .d-xl-table-cell {
    display: table-cell !important;
  }
  .rtl .d-xl-flex {
    display: flex !important;
  }
  .rtl .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .rtl .d-xl-none {
    display: none !important;
  }
  .rtl .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .rtl .flex-xl-row {
    flex-direction: row !important;
  }
  .rtl .flex-xl-column {
    flex-direction: column !important;
  }
  .rtl .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .rtl .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .rtl .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .rtl .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .rtl .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .rtl .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .rtl .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .rtl .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .rtl .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .rtl .gap-xl-0 {
    gap: 0 !important;
  }
  .rtl .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .rtl .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .rtl .gap-xl-3 {
    gap: 1rem !important;
  }
  .rtl .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .rtl .gap-xl-5 {
    gap: 3rem !important;
  }
  .rtl .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .rtl .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .rtl .justify-content-xl-center {
    justify-content: center !important;
  }
  .rtl .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .rtl .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .rtl .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .rtl .align-items-xl-start {
    align-items: flex-start !important;
  }
  .rtl .align-items-xl-end {
    align-items: flex-end !important;
  }
  .rtl .align-items-xl-center {
    align-items: center !important;
  }
  .rtl .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .rtl .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .rtl .align-content-xl-start {
    align-content: flex-start !important;
  }
  .rtl .align-content-xl-end {
    align-content: flex-end !important;
  }
  .rtl .align-content-xl-center {
    align-content: center !important;
  }
  .rtl .align-content-xl-between {
    align-content: space-between !important;
  }
  .rtl .align-content-xl-around {
    align-content: space-around !important;
  }
  .rtl .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .rtl .align-self-xl-auto {
    align-self: auto !important;
  }
  .rtl .align-self-xl-start {
    align-self: flex-start !important;
  }
  .rtl .align-self-xl-end {
    align-self: flex-end !important;
  }
  .rtl .align-self-xl-center {
    align-self: center !important;
  }
  .rtl .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .rtl .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .rtl .order-xl-first {
    order: -1 !important;
  }
  .rtl .order-xl-0 {
    order: 0 !important;
  }
  .rtl .order-xl-1 {
    order: 1 !important;
  }
  .rtl .order-xl-2 {
    order: 2 !important;
  }
  .rtl .order-xl-3 {
    order: 3 !important;
  }
  .rtl .order-xl-4 {
    order: 4 !important;
  }
  .rtl .order-xl-5 {
    order: 5 !important;
  }
  .rtl .order-xl-last {
    order: 6 !important;
  }
  .rtl .m-xl-0 {
    margin: 0 !important;
  }
  .rtl .m-xl-1 {
    margin: 0.25rem !important;
  }
  .rtl .m-xl-2 {
    margin: 0.5rem !important;
  }
  .rtl .m-xl-3 {
    margin: 1rem !important;
  }
  .rtl .m-xl-4 {
    margin: 1.5rem !important;
  }
  .rtl .m-xl-5 {
    margin: 3rem !important;
  }
  .rtl .m-xl-auto {
    margin: auto !important;
  }
  .rtl .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .rtl .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .rtl .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .rtl .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .rtl .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .rtl .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .rtl .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .rtl .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .rtl .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .rtl .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .rtl .mt-xl-0 {
    margin-top: 0 !important;
  }
  .rtl .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .rtl .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .rtl .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .rtl .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .rtl .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .rtl .mt-xl-auto {
    margin-top: auto !important;
  }
  .rtl .me-xl-0 {
    margin-left: 0 !important;
  }
  .rtl .me-xl-1 {
    margin-left: 0.25rem !important;
  }
  .rtl .me-xl-2 {
    margin-left: 0.5rem !important;
  }
  .rtl .me-xl-3 {
    margin-left: 1rem !important;
  }
  .rtl .me-xl-4 {
    margin-left: 1.5rem !important;
  }
  .rtl .me-xl-5 {
    margin-left: 3rem !important;
  }
  .rtl .me-xl-auto {
    margin-left: auto !important;
  }
  .rtl .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .rtl .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .rtl .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .rtl .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .rtl .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .rtl .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .rtl .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .rtl .ms-xl-0 {
    margin-right: 0 !important;
  }
  .rtl .ms-xl-1 {
    margin-right: 0.25rem !important;
  }
  .rtl .ms-xl-2 {
    margin-right: 0.5rem !important;
  }
  .rtl .ms-xl-3 {
    margin-right: 1rem !important;
  }
  .rtl .ms-xl-4 {
    margin-right: 1.5rem !important;
  }
  .rtl .ms-xl-5 {
    margin-right: 3rem !important;
  }
  .rtl .ms-xl-auto {
    margin-right: auto !important;
  }
  .rtl .p-xl-0 {
    padding: 0 !important;
  }
  .rtl .p-xl-1 {
    padding: 0.25rem !important;
  }
  .rtl .p-xl-2 {
    padding: 0.5rem !important;
  }
  .rtl .p-xl-3 {
    padding: 1rem !important;
  }
  .rtl .p-xl-4 {
    padding: 1.5rem !important;
  }
  .rtl .p-xl-5 {
    padding: 3rem !important;
  }
  .rtl .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .rtl .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .rtl .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .rtl .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .rtl .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .rtl .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .rtl .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .rtl .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .rtl .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .rtl .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .rtl .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .rtl .pt-xl-0 {
    padding-top: 0 !important;
  }
  .rtl .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .rtl .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .rtl .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .rtl .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .rtl .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .rtl .pe-xl-0 {
    padding-left: 0 !important;
  }
  .rtl .pe-xl-1 {
    padding-left: 0.25rem !important;
  }
  .rtl .pe-xl-2 {
    padding-left: 0.5rem !important;
  }
  .rtl .pe-xl-3 {
    padding-left: 1rem !important;
  }
  .rtl .pe-xl-4 {
    padding-left: 1.5rem !important;
  }
  .rtl .pe-xl-5 {
    padding-left: 3rem !important;
  }
  .rtl .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .rtl .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .rtl .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .rtl .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .rtl .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .rtl .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .rtl .ps-xl-0 {
    padding-right: 0 !important;
  }
  .rtl .ps-xl-1 {
    padding-right: 0.25rem !important;
  }
  .rtl .ps-xl-2 {
    padding-right: 0.5rem !important;
  }
  .rtl .ps-xl-3 {
    padding-right: 1rem !important;
  }
  .rtl .ps-xl-4 {
    padding-right: 1.5rem !important;
  }
  .rtl .ps-xl-5 {
    padding-right: 3rem !important;
  }
  .rtl .text-xl-start {
    text-align: right !important;
  }
  .rtl .text-xl-end {
    text-align: left !important;
  }
  .rtl .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .rtl .float-xxl-start {
    float: right !important;
  }
  .rtl .float-xxl-end {
    float: left !important;
  }
  .rtl .float-xxl-none {
    float: none !important;
  }
  .rtl .d-xxl-inline {
    display: inline !important;
  }
  .rtl .d-xxl-inline-block {
    display: inline-block !important;
  }
  .rtl .d-xxl-block {
    display: block !important;
  }
  .rtl .d-xxl-grid {
    display: grid !important;
  }
  .rtl .d-xxl-table {
    display: table !important;
  }
  .rtl .d-xxl-table-row {
    display: table-row !important;
  }
  .rtl .d-xxl-table-cell {
    display: table-cell !important;
  }
  .rtl .d-xxl-flex {
    display: flex !important;
  }
  .rtl .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .rtl .d-xxl-none {
    display: none !important;
  }
  .rtl .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .rtl .flex-xxl-row {
    flex-direction: row !important;
  }
  .rtl .flex-xxl-column {
    flex-direction: column !important;
  }
  .rtl .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .rtl .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .rtl .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .rtl .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .rtl .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .rtl .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .rtl .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .rtl .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .rtl .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .rtl .gap-xxl-0 {
    gap: 0 !important;
  }
  .rtl .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .rtl .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .rtl .gap-xxl-3 {
    gap: 1rem !important;
  }
  .rtl .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .rtl .gap-xxl-5 {
    gap: 3rem !important;
  }
  .rtl .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .rtl .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .rtl .justify-content-xxl-center {
    justify-content: center !important;
  }
  .rtl .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .rtl .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .rtl .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .rtl .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .rtl .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .rtl .align-items-xxl-center {
    align-items: center !important;
  }
  .rtl .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .rtl .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .rtl .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .rtl .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .rtl .align-content-xxl-center {
    align-content: center !important;
  }
  .rtl .align-content-xxl-between {
    align-content: space-between !important;
  }
  .rtl .align-content-xxl-around {
    align-content: space-around !important;
  }
  .rtl .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .rtl .align-self-xxl-auto {
    align-self: auto !important;
  }
  .rtl .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .rtl .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .rtl .align-self-xxl-center {
    align-self: center !important;
  }
  .rtl .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .rtl .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .rtl .order-xxl-first {
    order: -1 !important;
  }
  .rtl .order-xxl-0 {
    order: 0 !important;
  }
  .rtl .order-xxl-1 {
    order: 1 !important;
  }
  .rtl .order-xxl-2 {
    order: 2 !important;
  }
  .rtl .order-xxl-3 {
    order: 3 !important;
  }
  .rtl .order-xxl-4 {
    order: 4 !important;
  }
  .rtl .order-xxl-5 {
    order: 5 !important;
  }
  .rtl .order-xxl-last {
    order: 6 !important;
  }
  .rtl .m-xxl-0 {
    margin: 0 !important;
  }
  .rtl .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .rtl .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .rtl .m-xxl-3 {
    margin: 1rem !important;
  }
  .rtl .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .rtl .m-xxl-5 {
    margin: 3rem !important;
  }
  .rtl .m-xxl-auto {
    margin: auto !important;
  }
  .rtl .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .rtl .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .rtl .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .rtl .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .rtl .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .rtl .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .rtl .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .rtl .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .rtl .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .rtl .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .rtl .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .rtl .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .rtl .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .rtl .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .rtl .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .rtl .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .rtl .mt-xxl-auto {
    margin-top: auto !important;
  }
  .rtl .me-xxl-0 {
    margin-left: 0 !important;
  }
  .rtl .me-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .rtl .me-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .rtl .me-xxl-3 {
    margin-left: 1rem !important;
  }
  .rtl .me-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .rtl .me-xxl-5 {
    margin-left: 3rem !important;
  }
  .rtl .me-xxl-auto {
    margin-left: auto !important;
  }
  .rtl .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .rtl .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .rtl .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .rtl .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .rtl .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .rtl .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .rtl .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .rtl .ms-xxl-0 {
    margin-right: 0 !important;
  }
  .rtl .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .rtl .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .rtl .ms-xxl-3 {
    margin-right: 1rem !important;
  }
  .rtl .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .rtl .ms-xxl-5 {
    margin-right: 3rem !important;
  }
  .rtl .ms-xxl-auto {
    margin-right: auto !important;
  }
  .rtl .p-xxl-0 {
    padding: 0 !important;
  }
  .rtl .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .rtl .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .rtl .p-xxl-3 {
    padding: 1rem !important;
  }
  .rtl .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .rtl .p-xxl-5 {
    padding: 3rem !important;
  }
  .rtl .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .rtl .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .rtl .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .rtl .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .rtl .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .rtl .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .rtl .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .rtl .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .rtl .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .rtl .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .rtl .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .rtl .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .rtl .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .rtl .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .rtl .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .rtl .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .rtl .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .rtl .pe-xxl-0 {
    padding-left: 0 !important;
  }
  .rtl .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .rtl .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .rtl .pe-xxl-3 {
    padding-left: 1rem !important;
  }
  .rtl .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .rtl .pe-xxl-5 {
    padding-left: 3rem !important;
  }
  .rtl .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .rtl .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .rtl .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .rtl .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .rtl .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .rtl .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .rtl .ps-xxl-0 {
    padding-right: 0 !important;
  }
  .rtl .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .rtl .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .rtl .ps-xxl-3 {
    padding-right: 1rem !important;
  }
  .rtl .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .rtl .ps-xxl-5 {
    padding-right: 3rem !important;
  }
  .rtl .text-xxl-start {
    text-align: right !important;
  }
  .rtl .text-xxl-end {
    text-align: left !important;
  }
  .rtl .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .rtl .fs-1 {
    font-size: 2.5rem !important;
  }
  .rtl .fs-2 {
    font-size: 2rem !important;
  }
  .rtl .fs-3 {
    font-size: 1.75rem !important;
  }
  .rtl .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .rtl .d-print-inline {
    display: inline !important;
  }
  .rtl .d-print-inline-block {
    display: inline-block !important;
  }
  .rtl .d-print-block {
    display: block !important;
  }
  .rtl .d-print-grid {
    display: grid !important;
  }
  .rtl .d-print-table {
    display: table !important;
  }
  .rtl .d-print-table-row {
    display: table-row !important;
  }
  .rtl .d-print-table-cell {
    display: table-cell !important;
  }
  .rtl .d-print-flex {
    display: flex !important;
  }
  .rtl .d-print-inline-flex {
    display: inline-flex !important;
  }
  .rtl .d-print-none {
    display: none !important;
  }
}
.rtl body {
  color: #707070;
  font-size: 0.875rem;
  font-family: "Gilroy";
  font-weight: 400;
  line-height: 1.7143;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6,
.rtl .h1,
.rtl .h2,
.rtl .h3,
.rtl .h4,
.rtl .h5,
.rtl .h6 {
  color: #0f0f0f;
  font-family: "Gilroy";
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0;
}
.rtl a {
  color: #0171c3;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.rtl a:hover,
.rtl a:active,
.rtl a:focus {
  box-shadow: none;
  color: #e9d1d5;
  outline: none;
  text-decoration: none;
}
.rtl a img {
  border: none;
}
.rtl .btn:focus {
  box-shadow: none;
}
.rtl p {
  margin-bottom: 30px;
}
.rtl p:last-child {
  margin-bottom: 0;
}
.rtl :active,
.rtl :focus {
  box-shadow: none;
  outline: none !important;
}
.rtl ::-moz-selection {
  background: #0171c3;
  color: #fff;
  text-shadow: none;
}
.rtl ::selection {
  background: #0171c3;
  color: #fff;
  text-shadow: none;
}
.rtl ::-moz-selection {
  background: #0171c3;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}
.rtl ::-webkit-selection {
  background: #0171c3;
  /* Safari */
  color: #fff;
  text-shadow: none;
}
.rtl img {
  max-width: 100%;
}
.rtl iframe {
  border: none !important;
}
.rtl textarea:focus,
.rtl textarea:active,
.rtl input:focus,
.rtl input:active {
  outline: none;
}
.rtl ul {
  margin: 0;
  padding: 0;
}
.rtl ul li {
  list-style: none;
}
.rtl table p {
  margin-bottom: 0;
}
.rtl .bg-img {
  background: no-repeat center center;
  background-size: cover;
}
.rtl .bg-img-tr {
  background: no-repeat top left;
}
.rtl .bg-img-tl {
  background: no-repeat top right;
}
.rtl .bg-img-br {
  background: no-repeat bottom left;
}
.rtl .bg-img-bl {
  background: no-repeat bottom right;
}
.rtl .bg-img-nr {
  background: no-repeat center center;
  background-size: contain;
}
.rtl .bg-img-rc {
  background: no-repeat;
  background-size: contain;
}
.rtl .wrapper {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .rtl .container {
    max-width: 1440px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .rtl .container {
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.rtl .row {
  margin-left: -15px;
  margin-right: -15px;
}
.rtl .row > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.rtl .no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.rtl .no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.rtl .row-gutter-45 {
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.rtl .row-gutter-45 [class*=col-] {
  padding-right: 22.5px;
  padding-left: 22.5px;
}
.rtl .row-gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.rtl .row-gutter-20 [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.rtl section .container,
.rtl section .container-fluid {
  padding-bottom: 82px;
  padding-top: 82px;
}
@media only screen and (max-width: 1199px) {
  .rtl section .container,
.rtl section .container-fluid {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (min-width: 1920px) {
  .rtl .spacingX-90 {
    padding: 0 90px;
  }
}
.rtl .thumb-scale-hover-style {
  position: relative;
  overflow: hidden;
}
.rtl .thumb-scale-hover-style .hover-img {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 100%;
}
.rtl .thumb-scale-hover-style:hover .hover-img {
  transform: scale(1.045) rotate(-0.05deg);
  -webkit-transform: scale(1.045) rotate(-0.05deg);
  -moz-transform: scale(1.045) rotate(-0.05deg);
  -ms-transform: scale(1.045) rotate(-0.05deg);
  -o-transform: scale(1.045) rotate(-0.05deg);
}
.rtl .zoomImg {
  cursor: crosshair;
  pointer-events: none;
}
.rtl .btn-theme {
  background-color: #0171c3;
  border: none;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  position: relative;
  text-transform: uppercase;
}
.rtl .btn-theme.btn-white {
  background-color: #fff;
  color: #253237;
}
.rtl .page-header-area {
  padding: 92px 0 89px;
}
.rtl .breadcrumb-area {
  margin-bottom: 0;
}
.rtl .breadcrumb-area .breadcrumb {
  background-color: transparent;
  display: block;
  flex-wrap: unset;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 0;
}
.rtl .breadcrumb-area .breadcrumb li {
  color: #0171c3;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .rtl .breadcrumb-area .breadcrumb li {
    font-size: 14px;
  }
}
.rtl .breadcrumb-area .breadcrumb li a {
  color: #666;
}
.rtl .breadcrumb-area .breadcrumb li a:hover {
  color: #0171c3;
}
.rtl .breadcrumb-area .breadcrumb .breadcrumb-sep {
  font-size: 14px;
  color: #666;
  margin: 0 10px;
  vertical-align: -1px;
}
.rtl .login-form-content {
  border: 1px solid #ebebeb;
  padding: 31px 15px 20px;
}
.rtl .login-form-content .login-form {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.rtl .login-form-content .login-form .form-group {
  margin-bottom: 20px;
}
.rtl .login-form-content .login-form .pass-content {
  display: flex;
  justify-content: space-between;
}
.rtl .login-form-content .login-form .pass-content .show-pass {
  background-color: #7a7a7a;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  width: 66px;
}
.rtl .login-form-content .login-form label {
  color: #0f0f0f;
  font-size: 13px;
  font-weight: 300;
  padding-top: 12px;
  text-align: right;
}
.rtl .login-form-content .login-form .form-control {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0;
  box-shadow: none;
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 300;
  height: 35px;
  padding: 5px 16px;
}
.rtl .login-form-content .login-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.rtl .login-form-content .login-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
.rtl .login-form-content .login-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
.rtl .login-form-content .login-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.rtl .login-form-content .login-form .btn-forgot {
  color: #555;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 14px;
}
.rtl .login-form-content .login-form .btn-forgot:hover {
  color: #0171c3;
}
.rtl .login-form-content .login-form .btn-signin {
  background: #0f0f0f;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
}
.rtl .login-form-content .login-form .btn-signin:hover {
  background-color: #0171c3;
}
.rtl .login-form-content .btn-create-account {
  color: #555;
  font-size: 14px;
  font-weight: 300;
  display: block;
  line-height: 1;
  margin-top: 22px;
  text-align: center;
}
.rtl .login-form-content .btn-create-account:hover {
  color: #0171c3;
}
.rtl .register-form-content {
  border: 1px solid #ebebeb;
  padding: 17px 15px 17px;
}
.rtl .register-form-content .register-form .login-account {
  color: #0f0f0f;
  font-weight: 300;
}
.rtl .register-form-content .register-form .login-account a {
  color: #0f0f0f;
}
.rtl .register-form-content .register-form .login-account a:hover {
  color: #0171c3;
}
.rtl .register-form-content .register-form .form-group {
  margin-bottom: 20px;
}
.rtl .register-form-content .register-form .form-check {
  display: inline-block;
}
.rtl .register-form-content .register-form .form-check .form-check-input {
  box-shadow: none;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #7a7a7a;
  background: #fff;
}
.rtl .register-form-content .register-form .form-check .form-check-input:checked:before {
  background-color: #2fb5d2;
  border-radius: 50%;
  content: "";
  right: 50%;
  left: unset;
  height: calc(100% - 4px);
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  width: calc(100% - 4px);
}
.rtl .register-form-content .register-form .form-check .form-check-label {
  padding: 0;
  line-height: 1;
  vertical-align: -3px;
  font-size: 14px;
  margin-right: 2px;
  margin-left: unset;
}
.rtl .register-form-content .register-form .pass-content {
  display: flex;
  justify-content: space-between;
}
.rtl .register-form-content .register-form .pass-content .show-pass {
  background-color: #7a7a7a;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  width: 66px;
}
.rtl .register-form-content .register-form label {
  color: #0f0f0f;
  font-size: 13px;
  font-weight: 300;
  padding-top: 12px;
  text-align: right;
}
.rtl .register-form-content .register-form .form-control {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0;
  box-shadow: none;
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 300;
  height: 35px;
  line-height: 35px;
  padding: 8px 16px 5px;
}
.rtl .register-form-content .register-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.rtl .register-form-content .register-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
.rtl .register-form-content .register-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
.rtl .register-form-content .register-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.rtl .register-form-content .register-form .optional-label {
  font-size: 14px;
  font-weight: 300;
  color: #7a7a7a;
  height: 35px;
  display: inline-block;
  line-height: 35px;
}
.rtl .register-form-content .register-form .birth-date {
  color: #7a7a7a;
  font-size: 13px;
  margin-top: 2px;
  font-weight: 300;
  display: block;
}
.rtl .register-form-content .account-checkbox .form-check {
  cursor: pointer;
  margin-bottom: 23px;
}
.rtl .register-form-content .account-checkbox .form-check .form-check-input {
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #232323;
  cursor: pointer;
}
.rtl .register-form-content .account-checkbox .form-check .form-check-input:checked {
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #232323;
  background-color: #232323;
}
.rtl .register-form-content .account-checkbox .form-check .form-check-label {
  color: #0f0f0f;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
}
.rtl .register-form-content .btn-save {
  background: #0f0f0f;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
}
.rtl .register-form-content .btn-save:hover {
  background-color: #0171c3;
}
.rtl .account-item .account-inner a {
  border: 1px solid #ebebeb;
  display: block;
  padding: 19px 15px 15px;
  text-align: center;
}
.rtl .account-item .account-inner a i,
.rtl .account-item .account-inner a span {
  display: block;
}
.rtl .account-item .account-inner a i {
  color: #232323;
  font-size: 35px;
  margin-bottom: 18px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .account-item .account-inner a span {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .account-item .account-inner a:hover i {
  color: #0171c3;
}
.rtl .account-item .account-inner a:hover span {
  color: #232323;
}
.rtl .pagination-content-wrap {
  margin-top: 44px;
}
.rtl .pagination-content-wrap .pagination-nav .pagination li {
  margin-left: 5px;
  margin-right: unset;
}
.rtl .pagination-content-wrap .pagination-nav .pagination li a {
  background-color: #f6f6f6;
  border-radius: 50%;
  color: #0f0f0f;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 36px;
  line-height: 39px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 36px;
}
.rtl .pagination-content-wrap .pagination-nav .pagination li a.active {
  color: #fff;
  background-color: #0171c3;
}
.rtl .pagination-content-wrap .pagination-nav .pagination li a:hover {
  color: #fff;
  background-color: #0171c3;
}
.rtl .pagination-content-wrap .pagination-nav .pagination li i {
  font-size: 10px;
  font-weight: 700;
}
.rtl .pagination-content-wrap .pagination-nav .pagination li:last-child {
  margin-left: 5px;
  margin-right: unset;
}
.rtl .font-weight-300 {
  font-weight: 300 !important;
}
.rtl .font-weight-400 {
  font-weight: 400 !important;
}
.rtl .font-weight-600 {
  font-weight: 600 !important;
}
.rtl .font-weight-700 {
  font-weight: 700 !important;
}
.rtl .font-weight-900 {
  font-weight: 900 !important;
}
.rtl .fz-24 {
  font-size: 24px;
}
.rtl .fz-28 {
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  .rtl .fz-lg-22 {
    font-size: 22px;
  }
}
.rtl .bg-theme-color {
  background-color: #0171c3 !important;
}
.rtl .bg-black-color {
  background-color: #0f0f0f !important;
}
.rtl .text-theme-color {
  color: #0171c3 !important;
}
.rtl .text-black {
  color: #0f0f0f !important;
}
@media only screen and (min-width: 768px) {
  .rtl .hidden-md-up {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .rtl .hidden-md-down {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) {
  .rtl .hidden-sm-up {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .hidden-sm-down {
    display: none !important;
  }
}
.rtl .z-index-1 {
  z-index: 1 !important;
}
.rtl .preloader-deactive .preloader-wrap {
  display: none;
}
.rtl .preloader-wrap {
  background-color: #fff;
  position: fixed;
  right: 0;
  left: unset;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  overflow: hidden;
}
.rtl .preloader-wrap .preloader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 50%;
  left: unset;
  margin-right: -32px;
  margin-left: unset;
  margin-top: -50px;
}
.rtl .preloader-wrap .preloader .dot {
  height: 100%;
  width: 100%;
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-animation: la-rotateplane 1.2s infinite ease-in-out;
  animation: la-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #0171c3;
}
@-webkit-keyframes la-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(-180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(-180deg) rotateX(180deg);
  }
}
@keyframes la-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(179.9deg);
  }
}
.rtl .scroll-to-top {
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
  bottom: -60px;
  background-color: #0171c3;
  color: #fff;
  position: fixed;
  right: 50px;
  right: unset;
  display: block;
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  line-height: 50px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 999;
}
@media only screen and (max-width: 991px) {
  .rtl .scroll-to-top {
    font-size: 14px;
    line-height: 44px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .rtl .scroll-to-top {
    font-size: 10px;
    line-height: 35px;
    width: 32px;
    height: 32px;
  }
}
.rtl .scroll-to-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}
@media (max-width: 600px) {
  .rtl .scroll-to-top.show {
    bottom: 20px;
    left: 20px;
    right: unset;
  }
}
.rtl .main-menu > li {
  margin-left: 14px;
  margin-right: unset;
  padding: 3px 0;
}
.rtl .main-menu > li:last-child {
  margin-left: 0;
  margin-right: unset;
}
.rtl .main-menu > li > a {
  color: #0e0e0e;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  padding: 7px 25px;
  position: relative;
}
.rtl .main-menu > li:hover > a,
.rtl .main-menu > li.active > a {
  color: #0171c3;
}
.rtl .main-menu > li:hover > a:before,
.rtl .main-menu > li.active > a:before {
  color: #0171c3;
}
.rtl .has-submenu {
  padding-left: 10px;
  padding-right: unset;
  position: relative;
}
.rtl .has-submenu > a {
  position: relative;
}
.rtl .has-submenu > a:before {
  content: "\f107";
  color: #0171c3;
  font-size: 14px;
  line-height: 30px;
  font-family: "FontAwesome";
  position: absolute;
  left: 11px;
  right: unset;
  top: 7px;
}
.rtl .has-submenu:hover > .submenu-nav {
  transform: none;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.rtl .has-submenu .submenu-nav {
  background-color: #111;
  border: none;
  border-bottom: none;
  padding: 15px 0 15px;
  position: absolute;
  right: -25px;
  left: unset;
  top: 100%;
  opacity: 0;
  min-width: 250px;
  pointer-events: none;
  transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -ms-transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  visibility: hidden;
  z-index: 9999;
}
@media only screen and (max-width: 1199px) {
  .rtl .has-submenu .submenu-nav {
    min-width: 210px;
  }
}
.rtl .has-submenu .submenu-nav:before {
  content: "";
  position: absolute;
  height: 56px;
  width: 100%;
  right: 0;
  left: unset;
  bottom: 100%;
}
.rtl .has-submenu .submenu-nav > li {
  padding: 10px 25px;
}
.rtl .has-submenu .submenu-nav > li a {
  color: #aaa;
  display: block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: inherit;
  text-transform: capitalize;
}
.rtl .has-submenu .submenu-nav > li a:hover {
  color: #fff;
}
.rtl .has-submenu .submenu-nav > li:hover > a {
  color: #fff;
}
.rtl .has-submenu .submenu-nav > li:hover:after {
  color: #fff !important;
}
.rtl .has-submenu .submenu-nav > li.has-submenu {
  position: relative;
}
.rtl .has-submenu .submenu-nav > li.has-submenu a:before {
  display: none;
}
.rtl .has-submenu .submenu-nav > li.has-submenu:hover > .submenu-nav {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.rtl .has-submenu .submenu-nav > li.has-submenu:after {
  content: "\f105";
  color: #707070;
  font-size: 15px;
  line-height: 1.2;
  font-family: "FontAwesome";
  position: absolute;
  left: 25px;
  right: unset;
  top: 12px;
}
.rtl .has-submenu .submenu-nav > li.has-submenu .submenu-nav {
  right: 100%;
  left: unset;
  top: 0;
}
.rtl .has-submenu .submenu-nav-mega {
  display: flex;
  padding: 40px 50px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .rtl .has-submenu .submenu-nav-mega {
    width: 830px;
  }
}
.rtl .has-submenu .submenu-nav-mega .mega-menu-item {
  padding: 0 !important;
  flex-basis: 25%;
}
.rtl .has-submenu .submenu-nav-mega .mega-menu-item:last-child {
  border-left: 0;
  border-right: unset;
}
.rtl .has-submenu .submenu-nav-mega.colunm-two .mega-menu-item {
  flex-basis: 50%;
}
.rtl .has-submenu.full-width {
  position: static;
}
.rtl .res-mobile-menu {
  margin: 0;
}
.rtl .res-mobile-menu .slicknav_btn {
  display: none;
}
.rtl .res-mobile-menu .slicknav_menu {
  background-color: transparent;
  padding: 0;
}
.rtl .res-mobile-menu .slicknav_nav {
  display: block !important;
}
.rtl .res-mobile-menu .slicknav_nav li {
  border-top: 1px solid #eee;
  position: relative;
}
.rtl .res-mobile-menu .slicknav_nav li:last-child {
  border-bottom: 0;
}
.rtl .res-mobile-menu .slicknav_nav li a {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  padding: 8px 20px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  letter-spacing: 0px;
}
.rtl .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  background-color: transparent;
  color: #1d1d1d;
  font-size: 20px;
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  left: 0;
  right: unset;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 32px;
  line-height: 34px;
  width: 48px;
  border-radius: 50%;
}
.rtl .res-mobile-menu .slicknav_nav li a a {
  padding: 0;
}
.rtl .res-mobile-menu .slicknav_nav li a:hover {
  color: #0171c3;
  background-color: transparent;
}
.rtl .res-mobile-menu .slicknav_nav li img {
  display: none;
}
.rtl .res-mobile-menu .slicknav_nav li div {
  display: none;
}
.rtl .res-mobile-menu .slicknav_nav li ul {
  margin: 0;
  padding-right: 0;
  padding-left: unset;
}
.rtl .res-mobile-menu .slicknav_nav li ul li a {
  font-weight: 300;
  padding-right: 30px;
  padding-left: unset;
}
.rtl .res-mobile-menu .slicknav_nav li ul li ul li a {
  font-size: 14px;
  padding-right: 40px;
  padding-left: unset;
}
.rtl .res-mobile-menu .slicknav_nav .slicknav_parent .slicknav_item a {
  padding-right: 0;
  padding-left: unset;
}
.rtl .res-mobile-menu .slicknav_nav .slicknav_open a > a {
  color: #0171c3;
}
.rtl .res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item {
  position: relative;
}
.rtl .res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
  color: #0171c3;
  background-color: transparent;
}
.rtl .res-mobile-menu .slicknav_nav .slicknav_open > ul > li > a > a {
  color: #5b5b5b;
}
.rtl .res-mobile-menu .slicknav_nav .slicknav_open > ul > li.slicknav_open > a > a {
  color: #0171c3;
}
.rtl .section-title {
  margin-bottom: 40px;
}
.rtl .section-title .title {
  color: #0f0f0f;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .rtl .section-title .title {
    font-size: 26px;
  }
}
.rtl .section-title .title:before {
  color: #0171c3;
  font-family: "Line Awesome Brands";
  content: "\f18c";
  font-size: 48px;
  line-height: 0.8;
  display: block;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .rtl .section-title .title:before {
    font-size: 42px;
    margin-bottom: 14px;
  }
}
.rtl .section-title .desc {
  color: #918e8e;
  font-size: 16px;
  line-height: 18px;
}
.rtl .header-area {
  padding: 0;
}
.rtl .header-area .container-fluid {
  padding: 0 90px;
}
@media only screen and (max-width: 1399.98px) {
  .rtl .header-area .container-fluid {
    padding: 0 15px;
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 1460px) {
  .rtl .header-area.header-style.header-default .header-bottom .header-align {
    position: relative;
  }
}
@media (max-width: 1460px) {
  .rtl .header-area.header-style.header-default .header-bottom .header-align .header-navigation-area .main-menu.position-relative {
    position: static !important;
  }
}
@media (max-width: 1460px) {
  .rtl .header-area.header-style.header-default .header-bottom .header-align .header-navigation-area .main-menu .has-submenu .submenu-nav-mega {
    margin-top: -20px !important;
    min-width: auto !important;
    width: 100% !important;
  }
}
.rtl .header-area.header-style2.header-default .header-align {
  padding: 20.5px 0;
}
.rtl .header-area.header-style2 .sticky-header.sticky {
  padding: 15px 0;
}
.rtl .header-area.header-style2 .sticky-header.sticky .header-navigation-area .main-menu.nav .has-submenu .submenu-nav:before {
  height: 13px;
}
.rtl .header-area.header-style3.header-default .header-top {
  background-color: #f8c6c9;
}
.rtl .header-area.header-style3.header-default .header-top p {
  color: #302e2e;
}
.rtl .header-area.header-style3.header-default .header-top .contact-email span {
  color: #302e2e;
}
.rtl .header-area.header-style3.header-default .header-top .contact-email span a {
  color: #302e2e;
}
.rtl .header-area.header-style3.header-default .header-top .contact-email span a:hover {
  color: #000;
}
.rtl .header-area.header-style3.header-default .header-top .theme-setting .dropdown-btn {
  color: #302e2e;
}
.rtl .header-area.header-style3.header-default .header-top .theme-currency .dropdown-btn {
  color: #302e2e;
}
.rtl .header-area.header-style3.header-default .header-top .theme-language .dropdown-btn {
  color: #302e2e;
}
.rtl .header-area.header-style3.header-default .header-bottom {
  background-color: #0f0f0f;
}
.rtl .header-area.header-style3.header-default .header-align {
  padding: 22px 0;
}
@media (max-width: 1460px) {
  .rtl .header-area.header-style3.header-default .header-align {
    position: relative;
  }
}
@media (max-width: 1460px) {
  .rtl .header-area.header-style3.header-default .header-align .header-navigation-area .main-menu.nav.position-relative {
    position: static !important;
  }
}
@media only screen and (max-width: 1199px) {
  .rtl .header-area.header-style3.header-default .header-align .header-navigation-area .main-menu.nav > li {
    margin-left: 8px;
    margin-right: unset;
  }
}
.rtl .header-area.header-style3.header-default .header-align .header-navigation-area .main-menu.nav > li > a {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .rtl .header-area.header-style3.header-default .header-align .header-navigation-area .main-menu.nav > li > a {
    font-size: 14px;
  }
}
.rtl .header-area.header-style3.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu > a:before {
  color: #fff;
}
@media (max-width: 1460px) {
  .rtl .header-area.header-style3.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav.submenu-nav-mega {
    margin-top: 0;
  }
}
@media (max-width: 1460px) and (max-width: 1460px) {
  .rtl .header-area.header-style3.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav.submenu-nav-mega:before {
    height: 46px;
  }
}
.rtl .header-area.header-style3.header-default .header-action-area .search-content-wrap .btn-search {
  color: #fff;
}
.rtl .header-area.header-style3.header-default .header-action-area .search-content-wrap .btn-search:hover {
  color: #0171c3;
}
.rtl .header-area.header-style3.header-default .header-action-area .shop-button-group .shop-button-item .shop-button .icon {
  color: #fff;
}
.rtl .header-area.header-style3.header-default .header-action-area .shop-button-group .shop-button-item .shop-button .cart-total {
  color: #fff;
}
.rtl .header-area.header-style3.header-default .header-action-area .shop-button-group .shop-button-item .shop-button .shop-count {
  color: #0f0f0f;
  background-color: #fff;
}
.rtl .header-area.header-style3.header-default .header-action-area .shop-button-group .shop-button-item .shop-button:hover .icon {
  color: #0171c3;
}
.rtl .header-area.header-style3.header-default .header-action-area .shop-button-group .shop-button-item .shop-button:hover .cart-total {
  color: #0171c3;
}
.rtl .header-area.header-style3.header-default .header-action-area .shop-button-group .shop-button-item:hover .icon {
  color: #0171c3;
}
.rtl .header-area.header-style3.header-default .header-action-area .shop-button-group .shop-button-item:hover .cart-total {
  color: #0171c3;
}
.rtl .header-area.header-style4.header-default .header-top {
  background-color: #0171c3;
}
.rtl .header-area.header-style4.header-default .header-top .contact-email span a:hover {
  color: #0f0f0f;
}
.rtl .header-area.header-style4.header-default .header-top .theme-setting .dropdown-btn:hover {
  color: #302e2e;
}
.rtl .header-area.header-style4.header-default .header-top .theme-currency .dropdown-btn:hover {
  color: #302e2e;
}
.rtl .header-area.header-style4.header-default .header-top .theme-language .dropdown-btn:hover {
  color: #302e2e;
}
.rtl .header-area .header-top {
  background: #0f0f0f;
  line-height: 1;
  margin: 0;
  padding: 17px 0 12px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .rtl .header-area .header-top {
    padding: 10px 0;
  }
}
.rtl .header-area .header-top .contact-email {
  line-height: 1;
}
.rtl .header-area .header-top .contact-email span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}
.rtl .header-area .header-top .contact-email span a {
  color: #fff;
}
.rtl .header-area .header-top .contact-email span a:hover {
  color: #0171c3;
}
.rtl .header-area .header-top p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}
@media only screen and (max-width: 479.98px) {
  .rtl .header-area .header-top p {
    font-size: 12px;
  }
}
.rtl .header-area .header-top .theme-setting {
  display: inline-block;
  position: relative;
  margin-left: 26px;
  margin-right: unset;
}
.rtl .header-area .header-top .theme-setting .dropdown-btn {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  text-transform: capitalize;
}
@media only screen and (max-width: 479.98px) {
  .rtl .header-area .header-top .theme-setting .dropdown-btn {
    font-size: 12px;
  }
}
.rtl .header-area .header-top .theme-setting .dropdown-btn i {
  font-size: 12px;
  margin-right: 4px;
  vertical-align: -2px;
}
.rtl .header-area .header-top .theme-setting .dropdown-btn:hover {
  color: #0171c3;
}
.rtl .header-area .header-top .theme-setting .dropdown-content {
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 0;
  border: none;
  right: auto;
  margin: 0;
  min-width: 130px;
  max-height: 0;
  margin-top: 12px;
  padding: 0 15px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: initial;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media only screen and (max-width: 479.98px) {
  .rtl .header-area .header-top .theme-setting .dropdown-content {
    right: 0;
    left: auto;
  }
}
.rtl .header-area .header-top .theme-setting .dropdown-content li a {
  border-bottom: 1px solid #ebebeb;
  color: #0f0f0f;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
  padding: 10px;
}
.rtl .header-area .header-top .theme-setting .dropdown-content li a:hover {
  color: #0171c3;
}
.rtl .header-area .header-top .theme-setting .dropdown-content li:last-child a {
  border-bottom: none;
}
.rtl .header-area .header-top .theme-setting:hover .dropdown-content {
  max-height: 137px;
}
.rtl .header-area .header-top .theme-setting:hover:before {
  position: absolute;
  content: "";
  width: 130px;
  height: 18px;
  left: 0;
  right: unset;
  bottom: -12px;
}
.rtl .header-area .header-top .theme-currency {
  display: inline-block;
  position: relative;
  margin-left: 25px;
  margin-right: unset;
}
.rtl .header-area .header-top .theme-currency .dropdown-btn {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  text-transform: capitalize;
}
@media only screen and (max-width: 479.98px) {
  .rtl .header-area .header-top .theme-currency .dropdown-btn {
    font-size: 12px;
  }
}
.rtl .header-area .header-top .theme-currency .dropdown-btn i {
  font-size: 12px;
  margin-right: 4px;
  margin-left: unset;
  vertical-align: -2px;
}
.rtl .header-area .header-top .theme-currency .dropdown-btn:hover {
  color: #0171c3;
}
.rtl .header-area .header-top .theme-currency .dropdown-content {
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 0;
  border: none;
  right: auto;
  margin: 0;
  min-width: 130px;
  max-height: 0;
  margin-top: 12px;
  overflow: hidden;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: initial;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .header-area .header-top .theme-currency .dropdown-content li a {
  border-bottom: 1px solid #ebebeb;
  color: #0f0f0f;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
  padding: 10px;
}
.rtl .header-area .header-top .theme-currency .dropdown-content li a:hover {
  color: #0171c3;
}
.rtl .header-area .header-top .theme-currency .dropdown-content li:last-child a {
  border-bottom: none;
}
.rtl .header-area .header-top .theme-currency:hover .dropdown-content {
  max-height: 137px;
}
.rtl .header-area .header-top .theme-currency:hover:before {
  position: absolute;
  content: "";
  width: 130px;
  height: 18px;
  left: 0;
  right: unset;
  bottom: -12px;
}
.rtl .header-area .header-top .theme-language {
  display: inline-block;
  position: relative;
  margin-left: 0;
  margin-right: unset;
}
.rtl .header-area .header-top .theme-language .dropdown-btn {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  text-transform: capitalize;
}
@media only screen and (max-width: 479.98px) {
  .rtl .header-area .header-top .theme-language .dropdown-btn {
    font-size: 12px;
  }
}
.rtl .header-area .header-top .theme-language .dropdown-btn img {
  margin-left: 9px;
  margin-right: unset;
  vertical-align: -1px;
}
.rtl .header-area .header-top .theme-language .dropdown-btn i {
  font-size: 12px;
  margin-right: 4px;
  margin-left: unset;
  vertical-align: -2px;
}
.rtl .header-area .header-top .theme-language .dropdown-btn:hover {
  color: #0171c3;
}
.rtl .header-area .header-top .theme-language .dropdown-content {
  background-color: #fff;
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  border-radius: 0;
  border: none;
  right: auto;
  margin: 0;
  min-width: 130px;
  max-height: 0;
  margin-top: 12px;
  overflow: hidden;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: initial;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .header-area .header-top .theme-language .dropdown-content li a {
  border-bottom: 1px solid #ebebeb;
  color: #0f0f0f;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
  padding: 10px;
}
.rtl .header-area .header-top .theme-language .dropdown-content li a img {
  display: inline-block;
  margin-left: 5px;
  margin-right: unset;
}
.rtl .header-area .header-top .theme-language .dropdown-content li a:hover {
  color: #0171c3;
}
.rtl .header-area .header-top .theme-language .dropdown-content li:last-child a {
  border-bottom: none;
}
.rtl .header-area .header-top .theme-language:hover .dropdown-content {
  max-height: 137px;
}
.rtl .header-area .header-top .theme-language:hover:before {
  position: absolute;
  content: "";
  width: 130px;
  height: 18px;
  left: 0;
  right: unset;
  bottom: -12px;
}
.rtl .header-area .header-middle {
  border: 1px solid #ebebeb;
  padding: 15px 0;
}
.rtl .header-area .header-middle .contact-link {
  margin-left: 0;
  margin-right: unset;
  position: relative;
  padding-right: 46px;
  padding-left: unset;
}
@media only screen and (max-width: 1199px) {
  .rtl .header-area .header-middle .contact-link {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .rtl .header-area .header-middle .contact-link {
    display: none;
  }
}
.rtl .header-area .header-middle .contact-link:before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(/images/call.png?d4543a0beb4debab9f79d14d94eb38d8);
  position: absolute;
  right: 0;
  left: unset;
  top: -2px;
}
.rtl .header-area .header-middle .contact-link .contact-info .phone {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 4px;
  display: block;
}
.rtl .header-area .header-middle .contact-link .contact-info .phone a {
  font-weight: 600;
}
.rtl .header-area .header-middle .contact-link .contact-info .time-contact {
  color: #615d5d;
  font-size: 14px;
  font-weight: 300;
}
.rtl .header-area .sticky-header {
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .header-area .sticky-header.sticky {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
  border: 0 !important;
  position: fixed;
  right: 0;
  left: unset;
  top: 0;
  width: 100%;
  z-index: 99;
  animation: ease-in-out 0.6s fadeInDown;
  -webkit-animation: ease-in-out 0.6s fadeInDown;
  -moz-animation: ease-in-out 0.6s fadeInDown;
  -ms-animation: ease-in-out 0.6s fadeInDown;
  -o-animation: ease-in-out 0.6s fadeInDown;
}
.rtl .header-area .sticky-header.sticky .header-align {
  padding: 5px 0;
}
.rtl .header-area.transparent {
  color: #fff;
  position: absolute;
  right: 0;
  left: unset;
  top: 0;
  width: 100%;
  z-index: 9;
}
.rtl .header-area.header-default {
  background-color: #fff;
  padding: 0;
  position: relative;
  z-index: 999;
}
.rtl .header-area.header-default .header-align {
  padding: 15px 0;
}
.rtl .header-area.header-default .header-align.align-default {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.rtl .header-area.header-default .header-align.align-default .align-left {
  align-items: center;
  display: flex;
}
.rtl .header-area.header-default .header-align.align-default .align-left .header-logo-area {
  float: right;
  margin-left: 60px;
  margin-right: unset;
}
.rtl .header-area.header-default .header-align.align-default .align-left .header-navigation-area {
  float: right;
}
.rtl .header-area.header-default .header-align.align-default .align-right {
  align-items: center;
  display: flex;
}
.rtl .header-area.header-default .header-align.align-right .align-right {
  display: flex;
  justify-content: flex-end;
}
.rtl .header-area.header-default .header-align.align-right .align-right .header-navigation-area {
  margin-left: 31px;
  margin-right: unset;
  margin-top: 2px;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav > li {
  margin-left: 30px;
  margin-right: unset;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav > li.active > a {
  color: #0171c3 !important;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav > li.active > a:before {
  color: #0171c3 !important;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav > li > a {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 0 0 25px;
  text-transform: capitalize;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav > li > a:last-child {
  padding-left: 0;
  padding-right: unset;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav > li > a:hover {
  color: #0171c3;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav > li:last-child {
  margin-left: 0;
  margin-right: unset;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu {
  margin-left: 20px;
  margin-right: unset;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu > a:before {
  color: #1d1d1d;
  content: "\f3d0";
  font-family: "Ionicons";
  font-weight: 400;
  font-size: 15px;
  line-height: 2px;
  opacity: 0.8;
  top: 8px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu > a:hover:before {
  color: #0171c3;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu:hover a {
  color: #0171c3;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu:hover a:before {
  color: #0171c3;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav {
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  right: 0;
  left: unset;
  min-width: 225px;
  margin-top: 18px;
  padding: 0;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav:before {
  height: 26px;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li {
  border-bottom: 1px solid #eee;
  padding: 7.5px 20px;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.active a {
  color: #0171c3 !important;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li a:hover {
  color: #0171c3;
  padding-right: 10px;
  padding-left: unset;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.mega-menu-item > a {
  color: #1d1d1d !important;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.mega-menu-item > ul > li.active > a {
  color: #0171c3 !important;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav > li.mega-menu-item > ul > li > a {
  color: #1d1d1d !important;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega {
  display: flex;
  padding: 30px 30px 25px;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega.submenu-nav-width {
  min-width: 1110px;
  width: 100%;
}
@media (max-width: 1460px) {
  .rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega.submenu-nav-width {
    min-width: auto !important;
  }
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega.submenu-nav-width {
  min-width: 1110px;
  width: 100%;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega.submenu-nav-width-two {
  min-width: 765px;
  width: 100%;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega .mega-menu-item {
  border-bottom: none;
  margin: 0 15px;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega .mega-menu-item .mega-title {
  border-bottom: 1px solid #ebebeb;
  color: #1d1d1d;
  display: block;
  font-size: 19px;
  font-weight: 500;
  line-height: 39px;
  margin-bottom: 20px;
  text-transform: capitalize;
  padding-right: 0;
  padding-left: unset;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega .mega-menu-item .mega-title:hover {
  color: #0171c3;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega .mega-menu-item > ul > li > a {
  color: #666;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  opacity: 0.9;
  text-transform: capitalize;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega .mega-menu-item > ul > li > a:hover {
  color: #0171c3;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega .mega-menu-item:first-child {
  margin-right: 0;
  margin-left: unset;
}
.rtl .header-area.header-default .header-align .header-navigation-area .main-menu.nav .has-submenu .submenu-nav-mega .mega-menu-item:last-child {
  margin-left: 0;
  margin-right: unset;
}
.rtl .header-area .contact-link {
  color: #0f0f0f;
  font-size: 16px;
  line-height: 1;
  margin-left: 50px;
  margin-right: unset;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .rtl .header-area .contact-link {
    display: none;
  }
}
.rtl .header-area .contact-link .phone span {
  font-weight: 300;
  position: relative;
  top: -1px;
  margin-left: 1px;
  margin-right: unset;
}
.rtl .header-area .contact-link .phone a {
  color: #0f0f0f;
  font-weight: 700;
}
.rtl .header-area .contact-link .phone a:hover {
  color: #0171c3;
}
.rtl .header-area .header-action-area {
  display: flex;
  align-items: center;
}
.rtl .header-area .header-action-area .search-content-wrap {
  display: inline-block;
  position: relative;
  line-height: 1;
  margin-left: 30px;
  margin-right: unset;
}
.rtl .header-area .header-action-area .search-content-wrap .btn-search {
  background-color: transparent;
  border: none;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.rtl .header-area .header-action-area .search-content-wrap .btn-search-content {
  position: absolute;
  left: 0;
  right: unset;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .header-area .header-action-area .search-content-wrap .btn-search-content form .form-input-item {
  display: flex;
  width: 600px;
}
.rtl .header-area .header-action-area .search-content-wrap .btn-search-content form .form-input-item input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 0 5px 5px 0;
  border-left: 0;
  border-right: unset;
  color: #1d1d1d;
  height: 46px;
  font-size: 14px;
  line-height: 46px;
  padding: 13px 20px 10px 140px;
  width: 100%;
}
.rtl .header-area .header-action-area .search-content-wrap .btn-search-content form .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.rtl .header-area .header-action-area .search-content-wrap .btn-search-content form .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.rtl .header-area .header-action-area .search-content-wrap .btn-search-content form .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.rtl .header-area .header-action-area .search-content-wrap .btn-search-content form .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.rtl .header-area .header-action-area .search-content-wrap .btn-search-content form .form-input-item .btn-src {
  background-color: #0171c3;
  border: none;
  border-radius: 5px 0 0 5px;
  color: #fff;
  height: 46px;
  font-size: 21px;
  line-height: 46px;
  width: 65px;
}
.rtl .header-area .header-action-area .search-content-wrap .btn-search-content form .form-input-item .btn-src i {
  line-height: 46px;
}
.rtl .header-area .header-action-area .search-content-wrap .btn-search-content form .form-input-item .btn-src:hover {
  background-color: #1d1d1d;
}
.rtl .header-area .header-action-area .search-content-wrap .btn-search-content form .form-input-item .search-categorie {
  position: absolute;
  left: 65px;
  right: unset;
  top: 2px;
  display: inline-block;
  width: 150px;
  margin: 0;
  background: transparent;
}
.rtl .header-area .header-action-area .search-content-wrap .btn-search-content form .form-input-item .search-categorie .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #1d1d1d;
  border: 0;
  background: url(/images/select-arrow.png?1613a3416f094cef3d0a684225bb0bee);
  background-repeat: no-repeat;
  background-position: center left 8px;
  box-shadow: none;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  margin: 0;
  padding: 0 25px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  width: 150px;
}
.rtl .header-area .header-action-area .search-content-wrap .btn-search-content form .form-input-item .search-categorie .form-select option {
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.rtl .header-area .header-action-area .search-content-wrap .btn-search-content.show {
  height: 46px;
  opacity: 1;
  margin-top: 6px;
  visibility: visible;
}
.rtl .header-area .header-action-area .shop-button-group {
  line-height: 1;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item {
  display: inline-block;
  margin-left: 26px;
  margin-right: unset;
  position: relative;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .shop-button {
  display: inline-block;
  position: relative;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .shop-button .icon {
  color: #0f0f0f;
  font-size: 24px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .shop-button .shop-count {
  background-color: #0171c3;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  text-align: center;
  line-height: 20px;
  top: calc(100% - 16px);
  border-radius: 50%;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .shop-button .cart-total {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 700;
  margin-right: 12px;
  margin-left: unset;
  position: relative;
  top: -4px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .shop-button:hover .icon {
  color: #0171c3;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .shop-button:hover .cart-total {
  color: #0171c3;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item:last-child {
  margin-left: 0;
  margin-right: unset;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content {
  background-color: #fff;
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  margin: 0;
  width: 350px;
  top: 100%;
  right: auto;
  left: 0;
  position: absolute;
  z-index: 1001;
  text-align: right;
  padding-top: 0;
  margin-top: 17px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list {
  margin-bottom: 0;
  max-height: 271px;
  overflow-y: auto;
  padding: 0 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  position: relative;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item a {
  position: relative;
  display: block;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item img {
  float: right;
  max-width: 85px;
  margin-left: 10px;
  margin-right: unset;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item .product-quantity {
  background-color: #0171c3;
  position: absolute;
  top: 5px;
  right: 5px;
  left: unset;
  min-width: 20px;
  line-height: 20px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  display: inline-block;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item .product-title {
  display: block;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  color: #0f0f0f;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 28px;
  padding-right: unset;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item .product-title:hover {
  color: #0171c3;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item .product-price {
  display: block;
  margin: 9px 0 0;
  font-size: 17px;
  font-weight: 700;
  color: #0f0f0f;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item .product-size {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #909296;
  margin: 8px 0 0;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item .product-close {
  position: absolute;
  font-size: 18px;
  color: #888;
  top: 30px;
  left: 0px;
  padding-left: 0;
  right: unset;
  padding-right: unset;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list .product-list-item .product-close:hover {
  color: #0171c3;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .popup-product-list::-webkit-scrollbar {
  display: none;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .price-content {
  padding: 30px;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .price-content .cart-subtotals .products {
  display: flow-root;
  line-height: 25px;
  margin-bottom: 8px;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .price-content .cart-subtotals .products .label {
  float: right;
  font-weight: 300;
  color: #9b9b9b;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .price-content .cart-subtotals .products .value {
  float: left;
  font-weight: 600;
  color: #9b9b9b;
  font-size: 17px;
  line-height: 1;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .price-content .cart-total {
  display: flow-root;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 10px;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .price-content .cart-total .label {
  color: #0f0f0f;
  float: right;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .price-content .cart-total .value {
  color: #0171c3;
  float: left;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .checkout {
  padding: 0 30px 30px 30px;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .checkout .btn-Checkout {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #0f0f0f;
  text-align: center;
  box-shadow: none;
  padding: 10px 15px;
  line-height: 28px;
  border: none;
  background: #f6f6f6;
  border-radius: 30px;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item .popup-cart-content .checkout .btn-Checkout:hover {
  background-color: #0171c3;
  color: #fff;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item:hover .popup-cart-content {
  max-height: 478px;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item:hover .icon {
  color: #0171c3;
}
.rtl .header-area .header-action-area .shop-button-group .shop-button-item:hover .cart-total {
  color: #0171c3;
}
.rtl .header-logo-area {
  position: relative;
}
.rtl .responsive-header {
  display: none;
}
@media only screen and (max-width: 991px) {
  .rtl .responsive-header {
    display: block;
  }
}
.rtl .responsive-header .header-item {
  align-items: center;
  display: flex;
  height: 90px;
}
@media only screen and (max-width: 575px) {
  .rtl .responsive-header .header-item {
    height: 70px;
  }
}
.rtl .responsive-header .header-item .btn-menu {
  color: #0f0f0f;
  font-size: 21px;
  height: 30px;
  line-height: 34px;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .responsive-header .header-item .btn-menu:hover {
  color: #0171c3;
}
.rtl .responsive-header .header-item .btn-user {
  background-color: transparent;
  border: none;
  color: #0f0f0f;
  font-size: 24px;
  padding: 0;
  height: 30px;
  line-height: 35px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .responsive-header .header-item .btn-user:hover {
  color: #0171c3;
}
.rtl .responsive-header .header-item .btn-cart {
  background-color: transparent;
  border: none;
  color: #0f0f0f;
  font-size: 24px;
  padding: 0;
  height: 30px;
  line-height: 35px;
  margin-right: 14px;
  margin-left: unset;
  position: relative;
  padding-left: 12px;
  padding-right: unset;
  display: inline-block;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .responsive-header .header-item .btn-cart .item-count {
  background-color: #0171c3;
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 16px;
  left: unset;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 19px;
  font-size: 11px;
  border-radius: 100%;
  text-align: center;
}
.rtl .responsive-header .header-item .btn-cart:hover {
  color: #0171c3;
}
.rtl .responsive-header .responsive-search-content {
  margin-bottom: 12px;
}
.rtl .responsive-header .responsive-search-content .form-input-item {
  display: flex;
  position: relative;
  width: 100%;
}
.rtl .responsive-header .responsive-search-content .form-input-item input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 0 5px 5px 0;
  border-left: 0;
  border-right: unset;
  color: #1d1d1d;
  height: 46px;
  font-size: 14px;
  line-height: 46px;
  padding: 13px 20px 10px 138px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .rtl .responsive-header .responsive-search-content .form-input-item input {
    font-size: 12px;
    padding: 13px 20px 10px 108px;
  }
}
@media only screen and (max-width: 479.98px) {
  .rtl .responsive-header .responsive-search-content .form-input-item input {
    font-size: 9px;
    padding: 13px 20px 10px 88px;
  }
}
.rtl .responsive-header .responsive-search-content .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.rtl .responsive-header .responsive-search-content .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.rtl .responsive-header .responsive-search-content .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.rtl .responsive-header .responsive-search-content .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.rtl .responsive-header .responsive-search-content .form-input-item .btn-src {
  background-color: #0171c3;
  border: none;
  border-radius: 5px 0 0 5px;
  color: #fff;
  height: 46px;
  font-size: 21px;
  line-height: 46px;
  width: 65px;
}
.rtl .responsive-header .responsive-search-content .form-input-item .btn-src i {
  line-height: 46px;
}
.rtl .responsive-header .responsive-search-content .form-input-item .btn-src:hover {
  background-color: #1d1d1d;
}
.rtl .responsive-header .responsive-search-content .form-input-item .search-categorie {
  position: absolute;
  left: 65px;
  right: unset;
  top: 2px;
  display: inline-block;
  width: 150px;
  margin: 0;
  background: transparent;
}
@media only screen and (max-width: 575px) {
  .rtl .responsive-header .responsive-search-content .form-input-item .search-categorie {
    left: 58px;
    right: unset;
    width: 100px;
  }
}
@media only screen and (max-width: 479.98px) {
  .rtl .responsive-header .responsive-search-content .form-input-item .search-categorie {
    left: 58px;
    right: unset;
    width: 80px;
  }
}
.rtl .responsive-header .responsive-search-content .form-input-item .search-categorie .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #1d1d1d;
  border: 0;
  background: url(/images/select-arrow.png?1613a3416f094cef3d0a684225bb0bee);
  background-repeat: no-repeat;
  background-position: center left 8px;
  box-shadow: none;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  margin: 0;
  padding: 0 25px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  width: 150px;
}
@media only screen and (max-width: 575px) {
  .rtl .responsive-header .responsive-search-content .form-input-item .search-categorie .form-select {
    font-size: 12px;
    width: 100px;
    padding: 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .rtl .responsive-header .responsive-search-content .form-input-item .search-categorie .form-select {
    font-size: 9px;
    width: 80px;
  }
}
.rtl .responsive-header .responsive-search-content .form-input-item .search-categorie .form-select option {
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.rtl .popup-product-quickview {
  background-color: #fff;
  height: 100%;
  right: 50%;
  left: unset;
  max-width: 900px;
  max-height: 615px;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  position: fixed;
  padding: 30px 15px 0 15px;
  top: 50%;
  width: 100%;
  visibility: hidden;
  z-index: 9999;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}
@media only screen and (max-width: 991px) {
  .rtl .popup-product-quickview {
    max-width: none;
    width: 100%;
  }
}
.rtl .popup-product-quickview.active {
  opacity: 1;
  visibility: visible;
}
.rtl .popup-product-quickview .product-single-item .product-thumb .single-product-thumb-slider a {
  cursor: auto;
}
.rtl .popup-product-quickview .product-single-item .product-thumb .single-product-thumb-slider a:before {
  display: none;
}
@media only screen and (max-width: 991px) {
  .rtl .popup-product-quickview .product-single-item .social-sharing {
    margin-bottom: 30px;
  }
}
.rtl .popup-product-overlay {
  background: #232324;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  z-index: 999;
}
.rtl .popup-product-overlay.active {
  opacity: 0.9;
  visibility: visible;
}
.rtl .popup-product-close {
  background-color: transparent;
  position: fixed;
  top: 40px;
  font-size: 38px;
  opacity: 0;
  visibility: hidden;
  left: 40px;
  right: unset;
  color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  border: none;
}
.rtl .popup-product-close i {
  font-size: 38px;
}
.rtl .popup-product-close:hover {
  color: #fff;
  text-shadow: 0 0 15px #fff;
}
.rtl .popup-product-close.active {
  opacity: 1;
  visibility: visible;
}
.rtl .off-canvas-wrapper {
  position: fixed;
  right: -100%;
  left: unset;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 9999;
}
.rtl .off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  right: 0;
  left: unset;
}
.rtl .off-canvas-wrapper.active .off-canvas-inner {
  transform: none;
}
.rtl .off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
  transform: none;
  transition-delay: 0.3s;
}
.rtl .off-canvas-wrapper.active .btn-close {
  display: block;
}
.rtl .off-canvas-wrapper.active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}
.rtl .off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(15, 15, 15, 0.5);
  cursor: url(/images/cancel-white.png?bda253243e8bfc2b80f136ab582ff85f), auto;
  position: absolute;
  right: 0;
  top: 0;
  left: unset;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.rtl .off-canvas-wrapper .btn-menu-close {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #0f0f0f;
  opacity: 1;
  border-radius: 0;
  color: #fff;
  background-image: none;
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
  border: none;
  position: relative;
}
.rtl .off-canvas-wrapper .btn-menu-close i {
  position: absolute;
  height: 40px;
  line-height: 40px;
  left: 18px;
  right: unset;
}
.rtl .off-canvas-wrapper .off-canvas-inner {
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  position: relative;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transition: 0.3s;
  height: 100vh;
  width: 100%;
  z-index: 3;
}
.rtl .off-canvas-wrapper .off-canvas-inner .off-canvas-content {
  background-color: #fff;
  height: 100%;
  padding: 0;
  position: relative;
  overflow-y: auto;
  transition: 0.4s;
  transition-duration: 0.4s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  width: 350px;
  z-index: 9;
}
@media only screen and (max-width: 575px) {
  .rtl .off-canvas-wrapper .off-canvas-inner .off-canvas-content {
    width: 310px;
  }
}
.rtl .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
  margin: 0;
  padding: 0;
}
.rtl .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item:last-child {
  margin-bottom: 0;
}
.rtl .fix {
  overflow: hidden;
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper {
  position: relative;
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-pulse .sub-title,
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-pulse .title,
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-pulse .btn-slide {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 1;
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-flipInX .sub-title,
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-flipInX .title,
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-flipInX .btn-slide {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 1;
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-jackInTheBox .sub-title,
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-jackInTheBox .title,
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .swiper-slide-active .slider-content-area .slider-content.animate-jackInTheBox .btn-slide {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
  opacity: 1;
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .transition-slide-0 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .transition-slide-1 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .transition-slide-2 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .transition-slide-3 {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .transition-slide-4 {
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  align-items: center;
  height: 783px;
  right: 0;
  left: unset;
  top: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 1799px) {
  .rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
    background-position: left;
    height: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
    height: 520px;
  }
}
@media only screen and (max-width: 991px) {
  .rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
    height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
    height: 460px;
  }
}
@media only screen and (max-width: 479.98px) {
  .rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area {
    height: 340px;
  }
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content {
  margin-right: 62px;
  margin-left: unset;
  pointer-events: auto;
}
@media (max-width: 1799px) {
  .rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content {
    margin-right: 0;
    margin-left: unset;
  }
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .sub-title {
  color: #202020;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .sub-title {
    font-size: 16px;
  }
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .title {
  color: #0f0f0f;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479.98px) {
  .rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .title + .title {
    margin-bottom: 0;
  }
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .btn-slide {
  background-color: #0171c3;
  border-radius: 50px;
  color: #fff;
  display: inline-block !important;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-top: 34px;
  position: relative;
  padding: 0 35px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1400px) {
  .rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .btn-slide {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 1199px) {
  .rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .btn-slide {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .btn-slide:hover {
  background-color: #0f0f0f;
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .sub-title,
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .title,
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content .btn-slide {
  opacity: 0;
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content-light .sub-title {
  color: #fff;
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content-light .title {
  color: #fff;
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content-light .btn-slide {
  background-color: #fff;
  color: #0f0f0f;
}
.rtl .home-slider-area .home-slider-container .home-slider-wrapper.slider-default .slider-content-area .slider-content-light .btn-slide:hover {
  color: #fff;
  background-color: #0171c3;
}
.rtl .home-slider-area .home-slider-container.swiper-pagination-style .swiper-pagination {
  bottom: 30px;
  display: inline-block;
  line-height: 1;
  right: 50%;
  left: unset;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  transform: translate(50%, 0px);
  -webkit-transform: translate(50%, 0px);
  -moz-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  -o-transform: translate(50%, 0px);
  z-index: 8;
}
.rtl .home-slider-area .home-slider-container.swiper-pagination-style .swiper-pagination span {
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #9f9f9f;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 14px;
  margin: 0 5px;
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 14px;
}
@media only screen and (max-width: 1199px) {
  .rtl .home-slider-area .home-slider-container.swiper-pagination-style .swiper-pagination span {
    height: 10px;
    margin: 0 2px;
    width: 10px;
  }
}
.rtl .home-slider-area .home-slider-container.swiper-pagination-style .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #0171c3;
  border-color: #0171c3;
}
.rtl .home-slider-area .home-slider-container.swiper-pagination-style.dots-bg-light .swiper-pagination span {
  background-color: #fff;
  border-color: #fff;
}
.rtl .home-slider-area .home-slider-container.swiper-pagination-style.dots-bg-light .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #0171c3;
  border-color: #0171c3;
}
.rtl .about-area.about-page-area .container {
  max-width: 1200px;
  padding-bottom: 82px;
}
@media only screen and (max-width: 1199px) {
  .rtl .about-area.about-page-area .container {
    padding-bottom: 70px;
  }
}
.rtl .about-page-wrap {
  align-items: center;
}
.rtl .about-page-wrap .about-content {
  margin-left: -30px;
  padding-right: 70px;
  margin-right: unset;
  padding-left: unset;
}
@media only screen and (max-width: 1199px) {
  .rtl .about-page-wrap .about-content {
    margin-left: 0;
    padding-right: 0;
    margin-right: unset;
    padding-left: unset;
  }
}
.rtl .about-page-wrap .about-content .title {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 34px;
  max-width: 500px;
}
@media only screen and (max-width: 1199px) {
  .rtl .about-page-wrap .about-content .title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.rtl .about-page-wrap .about-content p {
  font-size: 16px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 1199px) {
  .rtl .about-page-wrap .about-content p {
    margin-bottom: 28px;
  }
}
.rtl .about-page-wrap .about-content .btn-theme {
  border-radius: 20px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0.5px;
  line-height: 53px;
  padding: 0 40px;
}
.rtl .about-page-wrap .about-content .btn-theme:hover {
  background-color: #ca4e63;
  color: #fff;
}
.rtl .about-page-wrap .about-thumb {
  padding-right: 70px;
  padding-left: 70px;
}
@media only screen and (max-width: 1199px) {
  .rtl .about-page-wrap .about-thumb {
    padding-right: 50px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rtl .about-page-wrap .about-thumb {
    padding-right: 0;
    padding-left: unset;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .about-page-wrap .about-thumb {
    margin-top: 40px;
  }
}
.rtl .about-page-wrap .about-thumb img {
  width: 100%;
}
.rtl .team-area .container {
  max-width: 1200px;
  padding-bottom: 44px;
}
@media only screen and (max-width: 1199px) {
  .rtl .team-area .container {
    padding-bottom: 32px;
  }
}
.rtl .team-item .inner-content {
  margin-bottom: 30px;
}
.rtl .team-item .inner-content .thumb {
  background-color: #0171c3;
  overflow: hidden;
  position: relative;
}
.rtl .team-item .inner-content .thumb img {
  width: 100%;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .team-item .inner-content .thumb .member-icons {
  right: 0;
  line-height: 1;
  display: flex;
  opacity: 0;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: 30px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  left: 0;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .team-item .inner-content .thumb .member-icons a {
  background-color: #fff;
  border-radius: 7px;
  display: inline-block;
  color: #0171c3;
  font-size: 16px;
  width: 36px;
  height: 36px;
  margin-left: 5px;
  margin-right: unset;
  line-height: 40px;
  text-align: center;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .team-item .inner-content .thumb .member-icons a:last-child {
  margin-left: 0;
  margin-right: unset;
}
.rtl .team-item .inner-content .thumb .member-icons a:hover {
  background-color: #0171c3;
  color: #fff;
}
.rtl .team-item .inner-content .content {
  margin-top: 27px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .rtl .team-item .inner-content .content {
    margin-top: 17px;
  }
}
.rtl .team-item .inner-content .content .title {
  font-size: 24px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .rtl .team-item .inner-content .content .title {
    font-size: 18px;
    margin-bottom: 3px;
  }
}
.rtl .team-item .inner-content .content .title a {
  color: #0f0f0f;
}
.rtl .team-item .inner-content .content .title a:hover {
  color: #0171c3;
}
.rtl .team-item .inner-content .content p {
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .rtl .team-item .inner-content .content p {
    font-size: 13px;
  }
}
.rtl .team-item .inner-content:hover .thumb img {
  opacity: 0.56;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.rtl .team-item .inner-content:hover .thumb .member-icons {
  opacity: 1;
  margin-top: 0;
}
.rtl .feature-area.feature-about-area {
  background-color: #efe3e2;
  margin: 0;
}
.rtl .feature-area.feature-about-area .container {
  max-width: 1200px;
  padding-bottom: 75px;
  padding-top: 82px;
}
@media only screen and (max-width: 1199px) {
  .rtl .feature-area.feature-about-area .container {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .rtl .feature-area.feature-about-area .container {
    padding-bottom: 45px;
  }
}
.rtl .feature-icon-box .inner-content {
  align-items: center;
  display: flex;
  padding: 46px 0;
}
@media only screen and (max-width: 1199px) {
  .rtl .feature-icon-box .inner-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.rtl .feature-icon-box .inner-content .icon-box {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  height: 68px;
  line-height: 66px;
  margin-left: 15px;
  margin-right: unset;
  position: relative;
  text-align: center;
  min-width: 68px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .feature-icon-box .inner-content .icon-box:before {
  border: 2px dashed #fff;
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  left: -2px;
  bottom: -2px;
  border-radius: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .feature-icon-box .inner-content .content {
  margin-top: 5px;
}
.rtl .feature-icon-box .inner-content .content .title {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.rtl .feature-icon-box .inner-content .content p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.rtl .feature-icon-box .inner-content:hover .icon-box {
  border: 2px solid transparent;
}
.rtl .feature-icon-box .inner-content:hover .icon-box:before {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.rtl .feature-icon-box-style2 .inner-content {
  position: relative;
  padding-right: 100px;
  padding-left: unset;
}
@media only screen and (max-width: 1199px) {
  .rtl .feature-icon-box-style2 .inner-content {
    padding-right: 85px;
    padding-left: unset;
  }
}
@media only screen and (max-width: 991px) {
  .rtl .feature-icon-box-style2 .inner-content {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .feature-icon-box-style2 .inner-content {
    margin-bottom: 42px;
  }
}
.rtl .feature-icon-box-style2 .inner-content .icon-box {
  border: 3px solid rgba(236, 107, 129, 0.6);
  border-radius: 50%;
  height: 80px;
  line-height: 75px;
  right: 0;
  left: unset;
  position: absolute;
  top: 0;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 80px;
}
@media only screen and (max-width: 1199px) {
  .rtl .feature-icon-box-style2 .inner-content .icon-box {
    height: 70px;
    line-height: 62px;
    width: 70px;
  }
}
.rtl .feature-icon-box-style2 .inner-content .icon-box:before {
  border: 3px dashed rgba(236, 107, 129, 0.6);
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  left: -3px;
  bottom: -3px;
  border-radius: 50%;
  z-index: 10;
  opacity: 0;
  -webkit-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .rtl .feature-icon-box-style2 .inner-content .icon-box .icon-img {
    width: 30px;
  }
}
.rtl .feature-icon-box-style2 .inner-content .content .title {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .rtl .feature-icon-box-style2 .inner-content .content .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.rtl .feature-icon-box-style2 .inner-content .content p {
  color: #6d6d6d;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .rtl .feature-icon-box-style2 .inner-content .content p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1199px) {
  .rtl .feature-icon-box-style2 .inner-content .content p br {
    display: none;
  }
}
.rtl .feature-icon-box-style2 .inner-content:hover .icon-box {
  border: 3px solid transparent;
}
.rtl .feature-icon-box-style2 .inner-content:hover .icon-box:before {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.rtl .divider-product-discount-area:hover .divider-content > *:not(a) {
  text-shadow: 0 1px #555, 0 1.5px #555, 0 2px #555, 0 2.5px #555, 0 3px #555, 0 3.5px #555, 0 4px #555, 0 4.5px #555;
  transform: translate(0px, -8px);
  -webkit-transform: translate(0px, -8px);
  -moz-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  -o-transform: translate(0px, -8px);
}
.rtl .divider-product-discount-area:hover .divider-content a {
  box-shadow: 0 1px #555, 0 1.5px #555, 0 2px #555, 0 2.5px #555, 0 3px #555, 0 3.5px #555, 0 4px #555, 0 4.5px #555;
  transform: translate(0px, -8px);
  -webkit-transform: translate(0px, -8px);
  -moz-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  -o-transform: translate(0px, -8px);
}
.rtl .divider-style-wrap .divider-content .title {
  margin-bottom: 37px;
}
.rtl .divider-style-wrap .divider-content .title2 {
  font-size: 18px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.rtl .divider-style-wrap .divider-content .title2.collapsed:before {
  content: "\f3d0";
  font-family: "Ionicons";
  font-size: 17px;
  height: 22px;
  position: absolute;
  left: 0;
  right: unset;
  text-align: center;
  width: 22px;
}
.rtl .divider-style-wrap .divider-content .title2:not(.collapsed):before {
  content: "\f3d8";
  font-family: "Ionicons";
  font-size: 17px;
  height: 22px;
  position: absolute;
  left: 0;
  right: unset;
  text-align: center;
  width: 22px;
}
.rtl .divider-style-wrap .divider-content .social-icons a {
  background-color: #fff;
  border-radius: 50%;
  color: #0f0f0f;
  display: inline-block;
  font-size: 32px;
  height: 42px;
  line-height: 42px;
  margin-left: 26px;
  margin-right: unset;
  position: relative;
  text-align: center;
  width: 42px;
}
.rtl .divider-style-wrap .divider-content .social-icons a:last-child {
  margin-right: unset;
  margin-left: 0;
}
.rtl .divider-style-wrap .divider-content .social-icons a:hover {
  background-color: #0171c3;
  color: #fff;
}
.rtl .divider-style-wrap .divider-content p {
  color: #615d5d;
  font-size: 13px;
  line-height: 24px;
  margin: auto;
  margin-top: 36px;
  max-width: 420px;
}
@media only screen and (min-width: 768px) {
  .rtl .divider-style-wrap .divider-content .collapse {
    display: inherit;
  }
}
.rtl .divider-style2-wrap {
  padding-top: 12px;
  padding-bottom: 8px;
}
.rtl .divider-style2-wrap .divider-content > *:not(a) {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .divider-style2-wrap .divider-content .sub-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.rtl .divider-style2-wrap .divider-content .title {
  color: #fff;
  font-size: 90px;
  line-height: 1;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .rtl .divider-style2-wrap .divider-content .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .rtl .divider-style2-wrap .divider-content .title {
    font-size: 60px;
    margin-bottom: 8px;
  }
}
.rtl .divider-style2-wrap .divider-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 33px;
}
.rtl .divider-style2-wrap .divider-content a {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media (max-width: 1599px) {
  .rtl .shape-group {
    display: none;
  }
}
.rtl .shape-group .shape-img1 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: unset;
  z-index: -1;
}
.rtl .shape-group .shape-img2 {
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  z-index: -1;
}
.rtl .ht-countdown-style1 {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .rtl .ht-countdown-style1 {
    display: block;
  }
}
.rtl .ht-countdown-style1 .countdown-item {
  background-color: #0171c3;
  display: inline-block;
  text-align: center;
  position: relative;
  width: 54px;
  border-radius: 3px;
  padding: 8px 0;
  margin: 0 7px;
}
@media only screen and (max-width: 767px) {
  .rtl .ht-countdown-style1 .countdown-item {
    border: 4px solid #fff;
    margin: 0;
    width: 50%;
  }
}
.rtl .ht-countdown-style1 .countdown-item__time {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rtl .ht-countdown-style1 .countdown-item__time {
    font-size: 16px;
  }
}
.rtl .ht-countdown-style1 .countdown-item__label {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .rtl .ht-countdown-style1 .countdown-item__label {
    font-size: 10px;
  }
}
.rtl .ht-countdown-style1 .countdown-item:after {
  content: ":";
  color: #0171c3;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  left: -10px;
  right: unset;
  top: 50%;
  vertical-align: middle;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
@media only screen and (max-width: 767px) {
  .rtl .ht-countdown-style1 .countdown-item:after {
    display: none;
  }
}
.rtl .ht-countdown-style1 .countdown-item:first-child {
  margin-right: 0;
  margin-left: unset;
}
.rtl .ht-countdown-style1 .countdown-item:last-child {
  margin-left: 0;
  margin-right: unset;
}
.rtl .ht-countdown-style1 .countdown-item:last-child:after {
  display: none;
}
.rtl .ht-countdown-style2 {
  display: inline-block;
}
.rtl .ht-countdown-style2 .countdown-item {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  position: relative;
  width: 70px;
  padding: 12px 0;
  margin: 0 7px;
}
@media only screen and (max-width: 479.98px) {
  .rtl .ht-countdown-style2 .countdown-item {
    margin: 1px;
  }
}
.rtl .ht-countdown-style2 .countdown-item__time {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 479.98px) {
  .rtl .ht-countdown-style2 .countdown-item__time {
    font-size: 20px;
    margin-bottom: 4px;
  }
}
.rtl .ht-countdown-style2 .countdown-item__label {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.rtl .ht-countdown-style2 .countdown-item:after {
  content: ":";
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  left: -13px;
  right: unset;
  top: 50%;
  vertical-align: middle;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
@media only screen and (max-width: 479.98px) {
  .rtl .ht-countdown-style2 .countdown-item:after {
    display: none;
  }
}
.rtl .ht-countdown-style2 .countdown-item:first-child {
  margin-right: 0;
  margin-left: unset;
}
.rtl .ht-countdown-style2 .countdown-item:last-child {
  margin-left: 0;
  margin-right: unset;
}
.rtl .ht-countdown-style2 .countdown-item:last-child:after {
  display: none;
}
.rtl .product-item .inner-content {
  background-color: #fff;
  position: relative;
  padding: 15px;
  text-align: center;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  z-index: 1;
}
.rtl .product-item .inner-content:after {
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  bottom: -95px;
  content: "";
  right: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  left: 0;
  z-index: -1;
  transform: rotateX(45deg);
  -webkit-transform: rotateX(45deg);
  -moz-transform: rotateX(45deg);
  -ms-transform: rotateX(45deg);
  -o-transform: rotateX(45deg);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .product-item .inner-content .product-flag {
  display: -ms-inline-grid;
  display: inline-grid;
  margin-bottom: 0;
  position: absolute;
  left: 10px;
  right: unset;
  top: 10px;
  z-index: 1;
}
.rtl .product-item .inner-content .product-flag > li {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0 5px;
  text-transform: capitalize;
  z-index: 1;
}
.rtl .product-item .inner-content .product-flag .discount {
  background-color: #f00;
}
.rtl .product-item .inner-content .product-flag .new {
  background-color: #0171c3;
}
.rtl .product-item .inner-content .product-action {
  right: 10px;
  left: unset;
  position: absolute;
  top: 10px;
  z-index: 1;
}
.rtl .product-item .inner-content .product-action .addto-wrap > a {
  background: #f6f6f6;
  border-radius: 50%;
  box-shadow: none;
  border: none;
  color: #0f0f0f;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 47px;
  margin-left: 5px;
  margin-right: unset;
  padding: 0;
  text-align: center;
  width: 40px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .product-item .inner-content .product-action .addto-wrap > a:nth-child(2) {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.rtl .product-item .inner-content .product-action .addto-wrap > a:hover {
  background-color: #0171c3;
  color: #fff;
}
.rtl .product-item .inner-content .product-thumb {
  position: relative;
  overflow: hidden;
}
.rtl .product-item .inner-content .product-thumb img {
  width: 100%;
}
.rtl .product-item .inner-content .product-thumb .second-image {
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  display: inline-block;
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  width: 100%;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition-duration: 500ms !important;
}
.rtl .product-item .inner-content .product-info {
  background-color: #fff;
  padding-top: 22px;
  text-align: center;
}
.rtl .product-item .inner-content .product-info .title {
  color: #0f0f0f;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 9px;
}
@media only screen and (max-width: 1199px) {
  .rtl .product-item .inner-content .product-info .title {
    font-size: 13px;
  }
}
.rtl .product-item .inner-content .product-info .title a {
  color: #0f0f0f;
}
.rtl .product-item .inner-content .product-info .title a:hover {
  color: #0171c3;
}
.rtl .product-item .inner-content .product-info .star-content {
  margin-bottom: 6px;
}
.rtl .product-item .inner-content .product-info .star-content i {
  color: #fdd835;
  font-size: 18px;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.rtl .product-item .inner-content .product-info .star-content i.icon-color-gray {
  color: #d0d0d0;
}
.rtl .product-item .inner-content .product-info .prices {
  line-height: 1;
}
.rtl .product-item .inner-content .product-info .prices .price {
  color: #0171c3;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.rtl .product-item .inner-content .product-info .prices .price-old {
  color: #9b9b9b;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 2px;
  margin-right: unset;
  font-size: 15px;
  line-height: 1;
}
.rtl .product-item .inner-content .btn-product-add {
  background-color: #f6f5f4;
  border-radius: 50px;
  color: #0f0f0f;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  padding: 13px 25px 13px 55px;
  overflow: hidden;
  text-align: center;
  text-transform: capitalize;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media only screen and (max-width: 1199px) {
  .rtl .product-item .inner-content .btn-product-add {
    font-size: 12px;
    padding: 10px 15px 8px 38px;
  }
}
.rtl .product-item .inner-content .btn-product-add:after {
  background-color: #0171c3;
  border-radius: 50px;
  content: "";
  height: 100%;
  right: 0;
  visibility: hidden;
  right: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
  -moz-transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
  -ms-transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
}
.rtl .product-item .inner-content .btn-product-add:before {
  background-color: #fff;
  border-radius: 50%;
  color: #0f0f0f;
  font-size: 16px;
  font-family: "simple-line-icons";
  font-weight: 400;
  display: block;
  content: "\e04f";
  height: 40px;
  line-height: 40px;
  left: 5px;
  right: unset;
  position: absolute;
  top: 5px;
  width: 40px;
}
@media only screen and (max-width: 1199px) {
  .rtl .product-item .inner-content .btn-product-add:before {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}
.rtl .product-item .inner-content .btn-product-add:hover {
  color: #fff;
  cursor: pointer;
}
.rtl .product-item .inner-content .btn-product-add:hover:after {
  right: 0;
  left: auto;
  visibility: visible;
  width: 100%;
}
.rtl .product-item .inner-content .btn-quick-view {
  font-size: 14px;
  color: #868686;
  line-height: 24px;
  border-bottom: 1px solid #ebebeb;
  text-transform: capitalize;
  display: inline-block;
}
.rtl .product-item .inner-content .btn-quick-view:hover {
  color: #0171c3;
  border-color: #0171c3;
}
.rtl .product-item .inner-content .product-desc {
  position: relative;
}
.rtl .product-item .inner-content .product-desc .product-footer {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0 25px 0;
  position: absolute;
  left: -15px;
  text-align: center;
  top: 100%;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .product-item .inner-content:hover {
  z-index: 3;
}
.rtl .product-item .inner-content:hover:after {
  bottom: -75px;
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
}
.rtl .product-item .inner-content:hover .product-thumb .second-image {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
}
.rtl .product-item .inner-content:hover .product-desc .product-footer {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.rtl .product-item .inner-content:hover .product-action .addto-wrap > a {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.rtl .product-item .inner-content.discount-product {
  border: 2px solid #0171c3;
}
.rtl .product-item .inner-content.discount-product .product-info {
  padding-top: 32px;
}
.rtl .product-item .inner-content.discount-product .product-info .star-content {
  margin-bottom: 7px;
}
.rtl .product-item .inner-content.discount-product .product-desc .product-footer {
  border-width: 2px;
  border-color: #0171c3;
  border-top: 0;
  border-style: solid;
  right: -17px;
  left: -17px;
}
.rtl .product-item .inner-content.discount-product:hover {
  border-bottom: none;
}
.rtl .product-item .inner-content.product-list-item {
  text-align: right;
}
.rtl .product-item .inner-content.product-list-item:after {
  bottom: 0;
}
.rtl .product-item .inner-content.product-list-item .product-info {
  text-align: right;
  padding-top: 0;
}
.rtl .product-item .inner-content.product-list-item .product-info .prices {
  margin-bottom: 32px;
}
.rtl .product-item .inner-content.product-list-item .product-desc-list li {
  color: #888;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.rtl .product-item .inner-content.product-list-item .product-desc {
  padding: 28px 30px 20px 0;
}
@media only screen and (max-width: 575px) {
  .rtl .product-item .inner-content.product-list-item .product-desc {
    padding: 28px 5px 20px 0;
  }
}
.rtl .product-item .inner-content.product-list-item .product-desc .product-footer {
  transform: none;
  padding: 0;
  text-align: right;
  position: relative;
  opacity: 1;
  visibility: visible;
  justify-content: flex-start;
  right: 0;
  top: auto;
  left: 0;
  right: unset;
}
.rtl .product-item .inner-content.product-list-item .product-desc .product-footer .btn-product-add {
  margin-left: 19px;
  margin-right: unset;
}
.rtl .product-item .inner-content.product-list-item .availability-list {
  color: #777;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 29px;
  text-transform: capitalize;
}
.rtl .product-item .inner-content.product-list-item .availability-list span {
  color: #090;
}
.rtl .product-item .inner-content.product-featured-list-item {
  padding: 0;
  text-align: right;
  display: flex;
}
.rtl .product-item .inner-content.product-featured-list-item:after {
  display: none;
}
.rtl .product-item .inner-content.product-featured-list-item .product-thumb {
  width: 120px;
  min-width: 120px;
  margin-left: 20px;
  margin-right: unset;
}
.rtl .product-item .inner-content.product-featured-list-item .product-thumb .second-image {
  height: auto;
}
.rtl .product-item .inner-content.product-featured-list-item .product-desc {
  padding: 15px 0 0 10px;
}
.rtl .product-item .inner-content.product-featured-list-item .product-info {
  text-align: right;
  padding-top: 0;
}
.rtl .product-item .inner-content.product-featured-list-item .product-info .title {
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 7px;
}
.rtl .product-item .inner-content.product-featured-list-item .product-info .prices {
  margin-bottom: 32px;
}
.rtl .product-category-item .inner-content .thumb {
  position: relative;
  overflow: hidden;
}
.rtl .product-category-item .inner-content .thumb .img {
  width: 100%;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .product-category-item .inner-content .content {
  background: #f5f5f5;
  padding: 26px 20px 18px;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .product-category-item .inner-content .content .product-number {
  color: #615d5d;
  line-height: 1;
  margin-bottom: 11px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .product-category-item .inner-content .content .title {
  color: #0f0f0f;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize;
}
.rtl .product-category-item .inner-content .content .title a {
  color: #0f0f0f;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .product-category-item .inner-content .content .title a:hover {
  text-decoration: underline;
}
.rtl .product-category-item .inner-content:hover .thumb .img {
  transform: scale(1.055) rotate(-0.05deg);
  -webkit-transform: scale(1.055) rotate(-0.05deg);
  -moz-transform: scale(1.055) rotate(-0.05deg);
  -ms-transform: scale(1.055) rotate(-0.05deg);
  -o-transform: scale(1.055) rotate(-0.05deg);
}
.rtl .product-category-item .inner-content:hover .content {
  background-color: #0171c3;
}
.rtl .product-category-item .inner-content:hover .content .product-number {
  color: #fff;
}
.rtl .product-category-item .inner-content:hover .content .title {
  color: #fff;
}
.rtl .product-category-item .inner-content:hover .content .title a {
  color: #fff;
}
.rtl .product-category-item .inner-content-style2 .thumb {
  position: relative;
  overflow: hidden;
}
.rtl .product-category-item .inner-content-style2 .thumb .img {
  width: 100%;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .product-category-item .inner-content-style2 .content {
  background: #fff;
  padding: 21px 18px 22px;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .product-category-item .inner-content-style2 .content .product-number {
  color: #0171c3;
  line-height: 1;
  margin-bottom: 11px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .product-category-item .inner-content-style2 .content .title {
  color: #0f0f0f;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.rtl .product-category-item .inner-content-style2 .content .title a {
  color: #0f0f0f;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .product-category-item .inner-content-style2 .content .title a:hover {
  color: #0171c3;
}
.rtl .product-category-item .inner-content-style2:hover .thumb .img {
  transform: scale(1.055) rotate(-0.05deg);
  -webkit-transform: scale(1.055) rotate(-0.05deg);
  -moz-transform: scale(1.055) rotate(-0.05deg);
  -ms-transform: scale(1.055) rotate(-0.05deg);
  -o-transform: scale(1.055) rotate(-0.05deg);
}
.rtl .product-tabs-content-wrap .product-tab-nav {
  display: flex;
  justify-content: center;
}
.rtl .product-tabs-content-wrap .product-tab-nav li a {
  border-bottom: 2px solid transparent;
  color: #0f0f0f;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 30px;
  font-size: 14px;
  padding: 0;
  margin-left: 45px;
  margin-right: unset;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
  .rtl .product-tabs-content-wrap .product-tab-nav li a {
    font-size: 12px;
    margin-left: 25px;
    margin-right: unset;
  }
}
.rtl .product-tabs-content-wrap .product-tab-nav li a.active {
  border-bottom-color: #0171c3;
  color: #0171c3;
}
.rtl .product-tabs-content-wrap .product-tab-nav li:last-child a {
  margin-left: 0;
  margin-right: unset;
}
.rtl .product-inner-wrapper .product-header-wrap {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 32px;
  padding: 0 0 10px 0;
}
.rtl .product-inner-wrapper .product-header-wrap .product-tab-nav {
  float: right;
  margin-left: 35px;
  margin-right: unset;
}
@media only screen and (max-width: 479.98px) {
  .rtl .product-inner-wrapper .product-header-wrap .product-tab-nav {
    margin-left: 0;
    margin-right: unset;
  }
}
.rtl .product-inner-wrapper .product-header-wrap .product-tab-nav li a {
  color: #0f0f0f;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  margin-left: 15px;
  margin-right: unset;
}
.rtl .product-inner-wrapper .product-header-wrap .product-tab-nav li a.active {
  color: #0171c3;
}
.rtl .product-inner-wrapper .product-header-wrap .total-products {
  font-size: 14px;
  color: #0f0f0f;
  float: right;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  padding: 5px;
  text-transform: capitalize;
}
.rtl .product-inner-wrapper .product-header-wrap .total-products p {
  margin-bottom: 0;
}
.rtl .product-inner-wrapper .product-header-wrap .sort-by-text {
  font-size: 14px;
  color: #888;
  text-align: left;
  line-height: 20px;
  margin: 0;
  padding: 5px;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .rtl .product-inner-wrapper .product-header-wrap .sort-by-text {
    display: none;
  }
}
.rtl .product-inner-wrapper .product-header-wrap .sort-by-form .form-select {
  border: 1px solid #ebebeb;
  border-radius: 30px;
  box-shadow: none;
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 2px 15px;
  height: 30px;
  line-height: 26px;
}
.rtl .product-inner-wrapper .product-header-wrap .sort-by-form select {
  background-image: url(/images/arrow-down.png?f479414fa56a318e1fea531af7931313);
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-size: 10px;
  background-position: left 20px center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.rtl .product-inner-wrapper .product-header-wrap .sort-by-form select option {
  color: #888;
  cursor: pointer;
  padding: 3px 15px;
}
.rtl .product-single-item .product-thumb .single-product-thumb-content a {
  cursor: crosshair;
  display: inline-block;
  position: relative;
}
.rtl .product-single-item .product-thumb .single-product-thumb-content a:before {
  font-family: "Ionicons";
  content: "\f178";
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: unset;
  color: #e2e2e2;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  line-height: 50px;
  font-size: 46px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .product-single-item .product-thumb .single-product-thumb-content a .product-flag-new {
  position: absolute;
  left: 10px;
  right: unset;
  top: 10px;
  background-color: #0171c3;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0 5px;
  text-transform: capitalize;
  z-index: 1;
}
.rtl .product-single-item .product-thumb .single-product-thumb-content:hover a:before {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.rtl .product-single-item .product-thumb .single-product-nav-content {
  margin-top: 27px;
}
.rtl .product-single-item .product-thumb .single-product-nav-content .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.rtl .product-single-item .product-thumb .single-product-nav-content .swiper-slide {
  border: 1px solid #ebebeb;
  cursor: pointer;
  max-width: 105px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .product-single-item .product-thumb .single-product-nav-content .swiper-slide-thumb-active {
  border-color: #0171c3;
}
.rtl .product-single-item .product-thumb .single-product-nav-content .swiper-slide:last-child {
  margin-left: 0 !important;
  margin-right: unset;
}
.rtl .product-single-item .product-single-info .title {
  color: #0f0f0f;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 20px 0;
  text-transform: capitalize;
}
.rtl .product-single-item .product-single-info .product-info {
  margin-bottom: 24px;
}
.rtl .product-single-item .product-single-info .product-info .star-content {
  display: inline-block;
  margin-left: 8px;
  margin-right: unset;
}
.rtl .product-single-item .product-single-info .product-info .star-content i {
  color: #fdd835;
  font-size: 18px;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.rtl .product-single-item .product-single-info .product-info .star-content i.icon-color-gray {
  color: #d0d0d0;
}
.rtl .product-single-item .product-single-info .product-info .comments-advices {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  top: -2px;
}
.rtl .product-single-item .product-single-info .product-info .comments-advices li {
  display: inline-block;
}
.rtl .product-single-item .product-single-info .product-info .comments-advices li a {
  text-decoration: none;
  color: #253237;
  font-weight: 300;
  position: relative;
  margin-left: 11px;
  margin-right: unset;
  line-height: 21px;
  padding: 0;
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
}
.rtl .product-single-item .product-single-info .product-info .comments-advices li a i {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin-left: 9px;
  margin-right: unset;
}
.rtl .product-single-item .product-single-info .product-info .comments-advices li a:hover {
  color: #0171c3;
}
.rtl .product-single-item .product-single-info .prices {
  line-height: 1;
  margin-bottom: 36px;
}
.rtl .product-single-item .product-single-info .prices .price {
  color: #0f0f0f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-left: 12px;
  margin-right: unset;
}
.rtl .product-single-item .product-single-info .prices .price-old {
  color: #9b9b9b;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 10px;
  margin-right: unset;
  font-size: 22px;
  line-height: 1;
}
.rtl .product-single-item .product-single-info .prices .discount-percentage {
  background-color: #0f0f0f;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 6px 10px 5px;
  vertical-align: 4px;
  border-radius: 0;
  text-transform: capitalize;
}
.rtl .product-single-item .product-single-info .prices .tax-label {
  color: #7a7a7a;
  font-size: 0.8125rem;
  font-weight: 300;
  margin-top: 8px;
}
.rtl .product-single-item .product-single-info .product-description {
  border-bottom: 1px solid #ebebeb;
  margin: 15px 0 35px;
  padding-bottom: 30px;
}
.rtl .product-single-item .product-single-info .product-description .product-desc-list {
  margin-bottom: 0;
}
.rtl .product-single-item .product-single-info .product-description .product-desc-list li {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.rtl .product-single-item .product-single-info .product-variants {
  display: flex;
  margin-bottom: 29px;
}
.rtl .product-single-item .product-single-info .product-variants-item {
  margin: 0;
  width: 25%;
}
.rtl .product-single-item .product-single-info .product-variants-item .title {
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 479.98px) {
  .rtl .product-single-item .product-single-info .product-variants-item .title {
    font-size: 13px;
  }
}
.rtl .product-single-item .product-single-info .product-variants-item .form-control-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll left 0.5rem center/1.25rem 1.25rem;
  color: #0f0f0f;
  cursor: pointer;
  border: 1px solid #ebebeb;
  font-size: 14px;
  font-weight: 300;
  height: calc(2.5rem - 2px);
  padding: 2px 0.5rem 0;
  width: 55px;
}
.rtl .product-single-item .product-single-info .product-variants-item .product-color-select {
  margin-bottom: 0;
}
.rtl .product-single-item .product-single-info .product-variants-item .product-color-select li {
  background-color: #434a54;
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 2px solid #434a54;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin-left: 11px;
  margin-right: unset;
  width: 20px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .product-single-item .product-single-info .product-variants-item .product-color-select li.active {
  background-color: #fff;
  border-color: #232323;
}
.rtl .product-single-item .product-single-info .product-variants-item .product-color-select li:hover {
  background-color: #fff;
  border-color: #232323;
}
.rtl .product-single-item .product-single-info .product-quick-action {
  align-items: center;
  display: flex;
  margin-bottom: 21px;
}
.rtl .product-single-item .product-single-info .product-quick-action .product-quick-qty {
  margin-left: 10px;
  margin-right: unset;
}
.rtl .product-single-item .product-single-info .product-quick-action .product-quick-qty .pro-qty {
  position: relative;
  width: 84px;
}
.rtl .product-single-item .product-single-info .product-quick-action .product-quick-qty .pro-qty input {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-left: none;
  border-right: unset;
  color: #232323;
  font-weight: 300;
  height: 48px;
  padding: 0.175rem 0.5rem;
  width: 60px;
}
.rtl .product-single-item .product-single-info .product-quick-action .product-quick-qty .pro-qty .qty-btn {
  border: 1px solid #ebebeb;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  left: 0;
  right: unset;
  text-align: center;
  width: 24px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .product-single-item .product-single-info .product-quick-action .product-quick-qty .pro-qty .qty-btn:hover {
  background-color: #f1f1f1;
}
.rtl .product-single-item .product-single-info .product-quick-action .product-quick-qty .pro-qty .inc {
  border-bottom: none;
  top: 0;
}
.rtl .product-single-item .product-single-info .product-quick-action .product-quick-qty .pro-qty .dec {
  bottom: 0;
}
.rtl .product-single-item .product-single-info .product-quick-action .btn-product-add {
  background-color: #f6f5f4;
  border-radius: 50px;
  color: #0f0f0f;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  padding: 13px 25px 13px 55px;
  overflow: hidden;
  text-align: center;
  text-transform: capitalize;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .product-single-item .product-single-info .product-quick-action .btn-product-add:after {
  background-color: #0171c3;
  border-radius: 50px;
  content: "";
  height: 100%;
  visibility: hidden;
  right: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
  -moz-transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
  -ms-transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
  -o-transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
}
.rtl .product-single-item .product-single-info .product-quick-action .btn-product-add:before {
  background-color: #fff;
  border-radius: 50%;
  color: #0f0f0f;
  font-size: 16px;
  font-family: "simple-line-icons";
  font-weight: 400;
  display: block;
  content: "\e04f";
  height: 40px;
  line-height: 40px;
  left: 5px;
  right: unset;
  position: absolute;
  top: 5px;
  width: 40px;
}
.rtl .product-single-item .product-single-info .product-quick-action .btn-product-add:hover {
  color: #fff;
}
.rtl .product-single-item .product-single-info .product-quick-action .btn-product-add:hover:after {
  right: 0;
  left: auto;
  visibility: visible;
  width: 100%;
}
.rtl .product-single-item .product-single-info .product-wishlist-compare {
  margin-bottom: 24px;
}
.rtl .product-single-item .product-single-info .product-wishlist-compare a {
  line-height: 24px;
  padding: 0;
  font-weight: 300;
  color: #666;
  font-size: 14px;
  background: transparent;
  margin-left: 20px;
  margin-right: unset;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  margin-bottom: 0;
}
.rtl .product-single-item .product-single-info .product-wishlist-compare a i {
  margin-left: 5px;
  margin-right: unset;
  font-size: 16px;
  vertical-align: -1px;
}
.rtl .product-single-item .product-single-info .product-wishlist-compare a:hover {
  color: #0171c3;
  border-bottom-color: #0171c3;
}
.rtl .product-single-item .product-single-info .social-sharing span {
  display: inline-block;
  float: right;
  margin-left: 15px;
  margin-right: unset;
  margin-top: 5px;
  line-height: 1;
  font-weight: 700;
  color: #0f0f0f;
  font-size: 14px;
  text-transform: uppercase;
}
.rtl .product-single-item .product-single-info .social-sharing .social-icons a {
  color: #b4b4b4;
  display: inline-block;
  font-size: 20px;
  margin-left: 6px;
  margin-right: unset;
  text-align: center;
  line-height: 1;
}
.rtl .product-single-item .product-single-info .social-sharing .social-icons a:hover {
  color: #0171c3;
}
.rtl .product-review-tabs-content .product-tab-nav {
  justify-content: center;
  margin-bottom: -1px;
}
.rtl .product-review-tabs-content .product-tab-nav li {
  display: inline-block;
}
.rtl .product-review-tabs-content .product-tab-nav li a {
  border-bottom: 2px solid transparent;
  color: #888;
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  margin-left: 63px;
  margin-right: unset;
  padding: 0 0 15px 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .rtl .product-review-tabs-content .product-tab-nav li a {
    font-size: 16px;
    margin-left: 34px;
  }
}
@media only screen and (max-width: 479.98px) {
  .rtl .product-review-tabs-content .product-tab-nav li a {
    font-size: 14px;
    margin-left: 12px;
    margin-right: unset;
    padding-bottom: 8px;
  }
}
.rtl .product-review-tabs-content .product-tab-nav li a.active {
  border-bottom-color: #0171c3;
  color: #253237;
}
.rtl .product-review-tabs-content .product-tab-nav li a:hover {
  border-bottom-color: #0171c3;
  color: #253237;
}
.rtl .product-review-tabs-content .product-tab-content {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 31px 30px 29px;
}
.rtl .product-review-tabs-content .product-tab-content .product-description ul {
  margin-bottom: 0;
}
.rtl .product-review-tabs-content .product-tab-content .product-description ul li {
  color: #888;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
.rtl .product-review-tabs-content .product-tab-content .product-details .product-manufacturer {
  border: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 31px;
  padding: 0.25rem;
}
.rtl .product-review-tabs-content .product-tab-content .product-details .product-reference {
  color: #707070;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}
.rtl .product-review-tabs-content .product-tab-content .product-details .product-reference span {
  font-size: 1rem;
  color: #232323;
  font-weight: 700;
  margin-left: 5px;
  margin-right: unset;
}
.rtl .product-review-tabs-content .product-tab-content .product-details .product-quantities {
  color: #707070;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
}
.rtl .product-review-tabs-content .product-tab-content .product-details .product-quantities span {
  font-size: 1rem;
  color: #232323;
  font-weight: 700;
  margin-left: 5px;
  margin-right: unset;
}
.rtl .product-review-tabs-content .product-tab-content .product-details .product-data-sheet span {
  color: #0f0f0f;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.rtl .product-review-tabs-content .product-tab-content .product-details .product-data-sheet .data-sheet {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.rtl .product-review-tabs-content .product-tab-content .product-details .product-data-sheet .data-sheet .name,
.rtl .product-review-tabs-content .product-tab-content .product-details .product-data-sheet .data-sheet .value {
  flex: 0 0 auto;
  width: 49%;
  font-weight: 300;
  background: #f1f1f1;
  padding: 0.625rem;
  margin-left: 0.625rem;
  margin-right: unset;
  min-height: 2.5rem;
  word-break: normal;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1199px) {
  .rtl .product-review-tabs-content .product-tab-content .product-details .product-data-sheet .data-sheet .name,
.rtl .product-review-tabs-content .product-tab-content .product-details .product-data-sheet .data-sheet .value {
    margin-left: 0;
    margin-right: unset;
  }
}
.rtl .product-review-tabs-content .product-tab-content .product-details .product-data-sheet .data-sheet .name:nth-of-type(2n),
.rtl .product-review-tabs-content .product-tab-content .product-details .product-data-sheet .data-sheet .value:nth-of-type(2n) {
  background-color: #f6f6f6;
}
.rtl .product-review-tabs-content .product-tab-content .product-details .product-data-sheet .data-sheet dt,
.rtl .product-review-tabs-content .product-tab-content .product-details .product-data-sheet .data-sheet dd {
  margin-bottom: 0;
}
.rtl .product-review-tabs-content .product-tab-content .product-comments-content .comment {
  margin-bottom: 14px;
}
.rtl .product-review-tabs-content .product-tab-content .product-comments-content .comment-author .grade {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.rtl .product-review-tabs-content .product-tab-content .product-comments-content .comment-author .star-content {
  display: inline-block;
  margin-right: 9px;
  margin-left: unset;
  line-height: 1;
  position: relative;
  top: 1px;
}
.rtl .product-review-tabs-content .product-tab-content .product-comments-content .comment-author .star-content i {
  color: #fdd835;
  font-size: 18px;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.rtl .product-review-tabs-content .product-tab-content .product-comments-content .comment-author .star-content i.icon-color-gray {
  color: #d0d0d0;
}
.rtl .product-review-tabs-content .product-tab-content .product-comments-content .comment-author-info {
  margin-top: 9px;
  margin-bottom: 17px;
}
.rtl .product-review-tabs-content .product-tab-content .product-comments-content .comment-author-info .title {
  color: #333;
  display: block;
  margin-bottom: 9px;
  line-height: 1;
}
.rtl .product-review-tabs-content .product-tab-content .product-comments-content .comment-author-info .date {
  color: #adadad;
  line-height: 1;
}
.rtl .product-review-tabs-content .product-tab-content .product-comments-content .comment-author .comment-details .title {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.rtl .product-review-tabs-content .product-tab-content .product-comments-content .comment-author .comment-details .desc {
  font-weight: 300;
}
.rtl .product-review-tabs-content .product-tab-content .product-comments-content .comment + .comment {
  padding-top: 14px;
  border-top: 1px solid #ebebeb;
}
.rtl .product-review-tabs-content .product-tab-content .product-comments-content .btn-review {
  background-color: #0f0f0f;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  height: 35px;
  line-height: 28px;
  margin-bottom: 20px;
  padding: 5px 20px;
  text-transform: capitalize;
}
.rtl .product-review-tabs-content .product-tab-content .product-comments-content .btn-review:hover {
  background-color: #0171c3;
}
.rtl .shopping-cart-wrap .shopping-cart-content .title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 14px;
}
.rtl .shopping-cart-wrap .shopping-cart-content .shopping-cart-item {
  border-bottom: 1px solid #ebebeb;
  padding-top: 17px;
  padding-bottom: 15px;
}
.rtl .shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-content .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 14px;
}
.rtl .shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-content .title a {
  color: #0f0f0f;
}
.rtl .shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-content .title a:hover {
  color: #0171c3;
}
.rtl .shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-content .product-price {
  color: #0f0f0f;
  font-size: 18px;
  margin-bottom: 9px;
}
.rtl .shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-content .product-size {
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 300;
}
.rtl .shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-info .product-quick-qty {
  margin-left: 0;
  margin-right: unset;
}
.rtl .shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-info .product-quick-qty .pro-qty {
  position: relative;
  width: 70px;
}
.rtl .shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-info .product-quick-qty .pro-qty input {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-left: none;
  color: #232323;
  font-weight: 300;
  height: 40px;
  padding: 0.175rem 0.5rem;
  width: 48px;
}
.rtl .shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-info .product-quick-qty .pro-qty .qty-btn {
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 21px;
  line-height: 20px;
  position: absolute;
  left: 0;
  right: unset;
  text-align: center;
  width: 22px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-info .product-quick-qty .pro-qty .qty-btn:hover {
  background-color: #f1f1f1;
}
.rtl .shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-info .product-quick-qty .pro-qty .inc {
  border-bottom: none;
  top: 0;
}
.rtl .shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-info .product-quick-qty .pro-qty .dec {
  bottom: 0;
}
.rtl .shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-info .product-price {
  font-size: 14px;
  margin-bottom: 0;
  padding-top: 12px;
}
.rtl .shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-info .product-close a {
  color: #232323;
  font-size: 24px;
  line-height: 1;
  margin-top: 5px;
  display: block;
}
.rtl .shopping-cart-wrap .shopping-cart-content .shopping-cart-item .product-info .product-close a:hover {
  color: #0171c3;
}
.rtl .shopping-cart-wrap .shopping-cart-content .btn-primary {
  background: #0f0f0f;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  padding: 5px 20px;
  margin-top: 29px;
  text-transform: capitalize;
}
.rtl .shopping-cart-wrap .shopping-cart-content .btn-primary:hover {
  background-color: #0171c3;
}
.rtl .shopping-cart-wrap .shopping-cart-summary {
  border: 1px solid #ebebeb;
}
.rtl .shopping-cart-wrap .shopping-cart-summary .cart-detailed-totals .card-block {
  padding: 26px 20px 14px;
}
.rtl .shopping-cart-wrap .shopping-cart-summary .cart-detailed-totals .card-block .card-block-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  line-height: 1;
}
.rtl .shopping-cart-wrap .shopping-cart-summary .cart-detailed-totals .card-block .card-block-item .label {
  color: #0f0f0f;
  font-weight: 400;
  text-transform: capitalize;
}
.rtl .shopping-cart-wrap .shopping-cart-summary .cart-detailed-totals .card-block .card-block-item .value {
  color: #0f0f0f;
  font-weight: 600;
  font-size: 16px;
}
.rtl .shopping-cart-wrap .shopping-cart-summary .checkout-shopping {
  padding: 20px;
  text-align: center;
}
.rtl .shopping-cart-wrap .shopping-cart-summary .checkout-shopping .btn-checkout {
  background: #0f0f0f;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  padding: 5px 20px;
  margin-top: 0;
  text-transform: capitalize;
}
.rtl .shopping-cart-wrap .shopping-cart-summary .checkout-shopping .btn-checkout:hover {
  background-color: #0171c3;
}
.rtl .shopping-cart-wrap .shopping-cart-summary .separator {
  border-top: 1px solid #ebebeb;
}
.rtl .shopping-cart-wrap .block-reassurance {
  margin-top: 12px;
  display: inline-block;
  width: 100%;
  box-shadow: none !important;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}
.rtl .shopping-cart-wrap .block-reassurance ul {
  margin-bottom: 0;
}
.rtl .shopping-cart-wrap .block-reassurance ul li {
  align-items: center;
  display: flex;
  margin-bottom: 27px;
}
.rtl .shopping-cart-wrap .block-reassurance ul li img {
  margin-left: 10px;
  margin-right: unset;
}
.rtl .shopping-cart-wrap .block-reassurance ul li span {
  font-size: 14px;
  font-weight: 300;
  color: #555;
  display: block;
  overflow: hidden;
}
.rtl .shopping-cart-wrap .block-reassurance ul li:last-child {
  margin-bottom: 0;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item {
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding: 19px 24px 10px;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .heading {
  line-height: 1px;
  margin-bottom: 0;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .heading .heading-button {
  border: none;
  background-color: transparent;
  margin: 0;
  display: inline-block;
  padding: 0;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 479.98px) {
  .rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .heading .heading-button {
    font-size: 16px;
  }
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .heading .heading-button.collapsed {
  position: relative;
  padding-bottom: 9px;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .heading .heading-button.collapsed .step-number {
  display: none;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .heading .heading-button:not(.collapsed) {
  padding-bottom: 0;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .heading .heading-button:not(.collapsed):before {
  display: none;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .heading .heading-button:not(.collapsed) .step-number {
  display: inline-block;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .heading .heading-button .step-edit {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 300;
  float: left;
  position: relative;
  top: 2px;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .heading .heading-button .step-number {
  margin-left: 11px;
  margin-right: unset;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .accordion-collapse {
  border: none;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body {
  margin-top: 18px;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-information ul {
  margin-bottom: 0;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-information ul li {
  color: #232323;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-information ul li small {
  color: #7a7a7a;
  font-size: 80%;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-information ul li a {
  color: #555;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-information ul li a:hover {
  color: #0171c3;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-addresses {
  padding-right: 24px;
  padding-left: unset;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-addresses .p-text {
  color: #232323;
  font-weight: 300;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-addresses .delivery-address-form .form-group {
  margin-bottom: 20px;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-addresses .delivery-address-form .form-group label {
  color: #0f0f0f;
  font-size: 13px;
  font-weight: 300;
  padding-top: 12px;
  text-align: right;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-addresses .delivery-address-form .form-group .form-control {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0;
  box-shadow: none;
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 300;
  height: 35px;
  padding: 5px 16px;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-addresses .delivery-address-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-addresses .delivery-address-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-addresses .delivery-address-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-addresses .delivery-address-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-addresses .delivery-address-form .form-group select.form-control {
  color: #0f0f0f;
  font-size: 13px;
  padding-top: 6px;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-addresses .delivery-address-form .form-group .optional-label {
  font-size: 14px;
  font-weight: 300;
  color: #7a7a7a;
  height: 35px;
  display: inline-block;
  line-height: 35px;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-addresses .delivery-address-form .form-group .btn-submit {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 300;
  border: none;
  line-height: 25px;
  box-shadow: none;
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block;
  background: #0f0f0f;
  color: #fff;
  margin-top: 2px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .shopping-checkout-content .checkout-accordion .checkout-accordion-item .checkout-accordion-body .personal-addresses .delivery-address-form .form-group .btn-submit:hover {
  background-color: #0171c3;
}
.rtl .shopping-checkout-content .shopping-checkout-disabled {
  box-shadow: none;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding: 23px 25px 21px;
}
.rtl .shopping-checkout-content .shopping-checkout-disabled .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0;
  display: block;
  cursor: not-allowed;
  opacity: 0.5;
}
@media only screen and (max-width: 479.98px) {
  .rtl .shopping-checkout-content .shopping-checkout-disabled .title {
    font-size: 16px;
  }
}
.rtl .shopping-checkout-content .shopping-checkout-disabled .title span {
  margin-left: 10px;
  margin-right: unset;
}
.rtl .shopping-wishlist-wrap .wishlist-content {
  margin: 0 15px;
}
.rtl .shopping-wishlist-wrap .wishlist-content .table {
  overflow-x: auto;
}
.rtl .shopping-wishlist-wrap .wishlist-content .table td,
.rtl .shopping-wishlist-wrap .wishlist-content .table th {
  border: 1px solid #f6f6f6;
}
.rtl .shopping-wishlist-wrap .wishlist-content .table thead th {
  border-bottom: 2px solid #f6f6f6;
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 12px 16px;
  vertical-align: bottom;
}
.rtl .shopping-wishlist-wrap .wishlist-content .table thead .item-name {
  width: 200px;
}
.rtl .shopping-wishlist-wrap .wishlist-content .table thead .item-qty {
  width: 127px;
}
.rtl .shopping-wishlist-wrap .wishlist-content .table thead .item-viewed {
  width: 190px;
}
.rtl .shopping-wishlist-wrap .wishlist-content .table thead .item-created {
  width: 248px;
}
.rtl .shopping-wishlist-wrap .wishlist-content .table thead .item-direct-link {
  width: 245px;
}
.rtl .shopping-wishlist-wrap .wishlist-content .table thead .item-default {
  width: 191px;
}
.rtl .shopping-wishlist-wrap .wishlist-content .table thead .item-delete {
  width: 178px;
}
.rtl .shopping-wishlist-wrap .wishlist-content .table tbody td {
  padding: 12px 12px;
  vertical-align: middle;
}
.rtl .shopping-wishlist-wrap .wishlist-content .table tbody span {
  color: #707070;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.rtl .shopping-wishlist-wrap .wishlist-content .table tbody span a {
  color: #707070;
}
.rtl .shopping-wishlist-wrap .wishlist-content .table tbody span a:hover {
  color: #0171c3;
}
.rtl .shopping-wishlist-wrap .wishlist-content .table tbody .item-delete {
  text-align: center;
}
.rtl .shopping-wishlist-wrap .wishlist-content .table tbody .item-delete a {
  background-color: #ccc;
  color: #666;
  font-size: 22px;
  height: 27px;
  display: inline-block;
  width: 28px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
}
.rtl .shopping-wishlist-wrap .wishlist-content .wishlist-footer {
  margin-top: 51px;
}
.rtl .shopping-wishlist-wrap .wishlist-content .wishlist-footer .btn-wishlist {
  background: #0f0f0f;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  padding: 11px 20px 10px;
  text-transform: capitalize;
}
@media only screen and (max-width: 479.98px) {
  .rtl .shopping-wishlist-wrap .wishlist-content .wishlist-footer .btn-wishlist {
    font-size: 13px;
  }
}
.rtl .shopping-wishlist-wrap .wishlist-content .wishlist-footer .btn-wishlist:hover {
  background-color: #0171c3;
}
.rtl .shopping-compare-wrap .poscompare-table-container {
  overflow-x: auto;
  overflow-y: hidden;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-tr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background: none;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-tr.poscompare-data-list:nth-child(even) {
  background-color: #eee;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-tr.poscompare-data-list .poscompare-product-td {
  padding: 16px 15px 11px;
  vertical-align: middle;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-tr.poscompare-data-list .title {
  -webkit-box-flex: 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-tr.poscompare-data-list .span {
  color: #707070;
  font-weight: 300;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-tr.poscompare-data-list.list-bg-color .poscompare-product-td {
  background-color: #eee;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td {
  flex: 0 1 25%;
  display: flex;
  padding: 15px;
  min-width: 222px;
  border: none !important;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-thumb {
  margin-bottom: 26px;
  padding-top: 32px;
  position: relative;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-thumb .poscompare-remove {
  color: #555;
  padding-left: 20px;
  padding-right: unset;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0;
  right: unset;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-thumb .poscompare-remove:before {
  content: "";
  position: absolute;
  left: 0;
  right: unset;
  top: 50%;
  width: 15px;
  height: 2px;
  display: inline-block;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  background-color: currentColor;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-thumb .poscompare-remove:after {
  content: "";
  position: absolute;
  left: 0;
  right: unset;
  top: 50%;
  width: 15px;
  height: 2px;
  display: inline-block;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  background-color: currentColor;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-thumb .poscompare-remove:hover:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-thumb .poscompare-remove:hover:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-info .title {
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 13px;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-info .title a {
  color: #0f0f0f;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-info .title a:hover {
  color: #0171c3;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-info .star-content {
  margin-bottom: 9px;
  line-height: 1;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-info .star-content i {
  color: #fdd835;
  font-size: 18px;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-info .star-content i.icon-color-gray {
  color: #d0d0d0;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-info .prices {
  line-height: 1;
  margin-bottom: 22px;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-info .prices .price {
  color: #0171c3;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-info .prices .price-old {
  color: #9b9b9b;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 2px;
  margin-right: unset;
  font-size: 15px;
  line-height: 1;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-info .btn-product-add {
  display: inline-block;
  background: #333;
  color: #fff;
  font-weight: 500;
  line-height: 40px;
  height: 40px;
  width: auto;
  padding: 0 40px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 25px;
  position: relative;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-product .product-info .btn-product-add:hover {
  background-color: #0171c3;
}
.rtl .shopping-compare-wrap .poscompare-table-container .poscompare-product-td .poscompare-remove-all {
  display: inline-block;
  height: 25px;
  -webkit-box-flex: 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-title {
  border-bottom: 1px solid #ebebeb;
  color: #0f0f0f;
  font-size: 19px;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  text-transform: capitalize;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-title:after {
  background-color: #0171c3;
  content: "";
  position: absolute;
  right: 0;
  left: unset;
  bottom: -1px;
  width: 60px;
  height: 2px;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-title a {
  color: #0f0f0f;
}
.rtl .shop-sidebar-wrapper .sidebar-item .small-title {
  color: #0f0f0f;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li {
  position: relative;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li a {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  display: block;
  line-height: 35px;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: capitalize;
  width: 100%;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li a:hover {
  color: #0171c3;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li .collapse-icons {
  display: inline-block;
  height: 17px;
  position: absolute;
  width: 17px;
  top: 10px;
  left: 0;
  right: unset;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li .collapse-icons:not(.collapsed) i:after {
  height: 0;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li .collapse-icons i {
  position: absolute;
  background-color: #707070;
  height: 1px;
  top: 7px;
  right: 4px;
  left: unset;
  width: 10px;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li .collapse-icons i:after {
  background-color: #707070;
  content: "";
  position: absolute;
  height: 10px;
  right: 50%;
  left: unset;
  top: 50%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  width: 1px;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li .collapse-icons:hover i {
  background-color: #0171c3;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li .collapse-icons:hover i:after {
  background-color: #0171c3;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .category-sub-menu ul li ul {
  margin-right: 10px;
  margin-left: unset;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-menu-list .list-item {
  cursor: pointer;
  line-height: 1;
  margin-bottom: 22px;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-menu-list .list-item .form-check-input {
  cursor: pointer;
  box-shadow: none;
  margin: -2px 0 0 3px;
  border: 1px solid #dfdfdf;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-menu-list .list-item .form-check-label {
  cursor: pointer;
  color: #666;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-menu-list .list-item:hover .form-check-input {
  border-color: #0171c3;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-menu-list .list-item:hover .form-check-label {
  color: #0171c3;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-color li {
  cursor: pointer;
  color: #666;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  line-height: 1;
  margin-bottom: 21px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-color li:last-child {
  margin-bottom: 0;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-color li:before {
  position: relative;
  content: "";
  background-color: #AAB2BD;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 6px;
  margin-right: unset;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  top: -2px;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-color li.color-white:before {
  background-color: #fff;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-color li.color-black:before {
  background-color: #434A54;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-color li.color-camel:before {
  background-color: #C19A6B;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-color li:hover {
  color: #0171c3;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-range .noUi-horizontal {
  height: 5px;
  margin-left: 8px;
  margin-right: unset;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-range .noUi-horizontal .noUi-handle {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #fff;
  cursor: ew-resize;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-range .noUi-horizontal .noUi-handle.noUi-handle-lower {
  right: 0;
  left: unset;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-range .noUi-horizontal .noUi-handle.noUi-handle-lower:active {
  right: 0;
  left: unset;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-range .noUi-horizontal .noUi-handle:active {
  border: none;
  right: -7px;
  left: unset;
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-range .noUi-connect {
  background: #0171c3;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-range .noUi-background {
  background-color: #e2e2e2;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-range .noUi-target {
  border-radius: 0;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-range .slider-labels {
  align-items: center;
  display: flex;
  margin-bottom: 25px;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-range .slider-labels span,
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-range .slider-labels .caption {
  color: #0f0f0f;
  font-size: 14px;
  line-height: 1;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-range .slider-labels .range-price-title {
  margin-left: 5px;
  margin-right: unset;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-range .slider-labels .range-separator {
  margin: -2px 4px 0;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .product-categories ul li {
  display: inline-block;
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .product-categories ul li a {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  color: #0f0f0f;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  padding: 10px 25px;
  margin: 0 0 8px 4px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .product-categories ul li a {
    font-size: 12px;
    padding: 6px 16px;
  }
}
.rtl .shop-sidebar-wrapper .sidebar-item .sidebar-body .product-categories ul li a:hover {
  background-color: #0171c3;
  border-color: #0171c3;
  color: #fff;
}
.rtl .testimonial-item.testi-height-style {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .rtl .testimonial-item.testi-height-style {
    display: block;
  }
}
.rtl .testimonial-item .testi-inner-content .testi-author {
  align-items: center;
  display: none;
  margin-bottom: 16px;
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
}
.rtl .testimonial-item .testi-inner-content .testi-author .testi-thumb {
  height: 90px;
  margin-left: 20px;
  margin-right: unset;
  width: 90px;
}
.rtl .testimonial-item .testi-inner-content .testi-author .testi-thumb .img {
  width: 100%;
}
.rtl .testimonial-item .testi-inner-content .testi-author .testi-info {
  margin-top: 7px;
}
.rtl .testimonial-item .testi-inner-content .testi-content {
  background: #f5f5f5;
  padding: 41px 30px 34px;
  position: relative;
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
}
.rtl .testimonial-item .testi-inner-content .testi-content:before {
  content: "";
  display: none;
  position: absolute;
  top: -14px;
  right: 25px;
  left: unset;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #f5f5f5;
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
}
.rtl .testimonial-item .testi-inner-content .testi-content p {
  color: #615d5d;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
}
@media only screen and (max-width: 575px) {
  .rtl .testimonial-item .testi-inner-content .testi-content p {
    font-size: 14px;
  }
}
.rtl .testimonial-item .testi-inner-content .testi-info {
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
}
.rtl .testimonial-item .testi-inner-content .testi-info .name {
  color: #0f0f0f;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.rtl .testimonial-item .testi-inner-content .testi-info .email {
  color: #808080;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
}
.rtl .firstActiveItem .testimonial-item .testi-inner-content .testi-author {
  display: flex;
}
.rtl .firstActiveItem .testimonial-item .testi-inner-content .testi-content {
  background-color: #f5f5f5;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .rtl .firstActiveItem .testimonial-item .testi-inner-content .testi-content {
    padding: 15px;
  }
}
.rtl .firstActiveItem .testimonial-item .testi-inner-content .testi-content:before {
  display: block;
}
.rtl .firstActiveItem .testimonial-item .testi-inner-content .testi-content p {
  margin-bottom: 0;
}
.rtl .firstActiveItem .testimonial-item .testi-inner-content .testi-content .testi-info {
  display: none;
}
.rtl .testimonial-area:hover .owl-carousel .owl-nav > [class*=owl-] {
  opacity: 1;
  visibility: visible;
}
.rtl .testimonials-slider.owl-carousel .owl-nav [class*=owl-] {
  transform: translate(0px, 70%);
  -webkit-transform: translate(0px, 70%);
  -moz-transform: translate(0px, 70%);
  -ms-transform: translate(0px, 70%);
  -o-transform: translate(0px, 70%);
}
@media (max-width: 1599px) {
  .rtl .testimonials-slider.owl-carousel .owl-nav [class*=owl-] {
    transform: translate(0px, 50%);
    -webkit-transform: translate(0px, 50%);
    -moz-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    -o-transform: translate(0px, 50%);
  }
}
@media (max-width: 1539px) {
  .rtl .testimonials-slider.owl-carousel .owl-nav [class*=owl-] {
    display: none;
  }
}
.rtl .testimonials-slider.owl-carousel .owl-nav .owl-prev {
  right: -100px;
  left: unset;
}
@media (max-width: 1599px) {
  .rtl .testimonials-slider.owl-carousel .owl-nav .owl-prev {
    right: -60px;
    left: unset;
  }
}
.rtl .testimonials-slider.owl-carousel .owl-nav .owl-next {
  left: -100px;
  right: unset;
}
@media (max-width: 1599px) {
  .rtl .testimonials-slider.owl-carousel .owl-nav .owl-next {
    left: -60px;
    right: unset;
  }
}
.rtl .contact-form .form-group {
  margin-bottom: 20px;
}
.rtl .contact-form .form-group .form-control {
  border: 1px solid #e7e2dc;
  box-shadow: none;
  border-radius: 0;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  height: 55px;
  line-height: 55px;
  padding: 8px 24px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .contact-form .form-group .form-control:active,
.rtl .contact-form .form-group .form-control:focus {
  border-color: #0171c3;
}
.rtl .contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 15px;
  color: #52565b;
}
.rtl .contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 15px;
  color: #52565b;
}
.rtl .contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 15px;
  color: #52565b;
}
.rtl .contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-size: 15px;
  color: #52565b;
}
.rtl .contact-form .form-group textarea.form-control {
  height: 250px;
}
@media only screen and (max-width: 1199px) {
  .rtl .contact-form .form-group textarea.form-control {
    height: 198px;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .contact-form .form-group textarea.form-control {
    height: 160px;
  }
}
.rtl .contact-form .form-group .btn-theme {
  font-weight: 500;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  margin-top: 21px;
  padding: 0px 49px;
  line-height: 63px;
  text-transform: capitalize;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .contact-form .form-group .btn-theme:hover {
  background-color: #000;
  border-color: #000;
}
.rtl .feature-area {
  margin: 0 90px;
}
@media (max-width: 1800px) {
  .rtl .feature-area {
    margin: 0 15px;
  }
}
.rtl .feature-area .container-fluid {
  padding: 0 158px;
}
@media (max-width: 1800px) {
  .rtl .feature-area .container-fluid {
    padding: 0 15px;
  }
}
.rtl .blog-area .container {
  padding-bottom: 135px;
}
.rtl .blog-area.blog-single-area .container {
  max-width: 1200px;
  padding-top: 82px;
  padding-bottom: 82px;
}
@media only screen and (max-width: 991px) {
  .rtl .blog-area.blog-single-area .container {
    padding-bottom: 52px;
  }
}
.rtl .post-item .inner-content {
  margin-bottom: 35px;
  position: relative;
}
.rtl .post-item .inner-content .thumb {
  position: relative;
  overflow: hidden;
}
.rtl .post-item .inner-content .thumb .img {
  width: 100%;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .post-item .inner-content .thumb:hover .img {
  transform: scale(1.05) rotate(-0.05deg);
  -webkit-transform: scale(1.05) rotate(-0.05deg);
  -moz-transform: scale(1.05) rotate(-0.05deg);
  -ms-transform: scale(1.05) rotate(-0.05deg);
  -o-transform: scale(1.05) rotate(-0.05deg);
}
.rtl .post-item .inner-content .content {
  background-color: #fff;
  bottom: 0;
  right: 70px;
  position: absolute;
  padding: 20px 20px 0 0;
  left: 0;
  transform: translate(0px, 40px);
  -webkit-transform: translate(0px, 40px);
  -moz-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  -o-transform: translate(0px, 40px);
}
@media only screen and (max-width: 991px) {
  .rtl .post-item .inner-content .content {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    transform: none;
    padding-right: 0;
    padding-left: unset;
  }
}
.rtl .post-item .inner-content .content .category {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.rtl .post-item .inner-content .content .category:hover {
  text-decoration: underline;
}
.rtl .post-item .inner-content .content .title {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .rtl .post-item .inner-content .content .title {
    font-size: 16px;
  }
}
.rtl .post-item .inner-content .content .title a {
  color: #0f0f0f;
}
.rtl .post-item .inner-content .content .title a:hover {
  color: #0171c3;
}
.rtl .post-item .inner-content .content .meta {
  color: #707070;
  font-size: 14px;
}
.rtl .post-item .inner-content .content .meta a {
  color: #707070;
  font-size: 14px;
}
.rtl .post-item .inner-content .content .meta a:hover {
  color: #0171c3;
}
.rtl .post-item .inner-content .content .meta .author {
  color: #0171c3;
}
.rtl .post-item .inner-content.post-grid-four .content {
  right: 15px;
  left: unset;
}
@media only screen and (max-width: 991px) {
  .rtl .post-item .inner-content.post-grid-four .content {
    right: 0;
    padding-right: 0;
    left: unset;
    padding-left: unset;
  }
}
.rtl .post-item .inner-content.post-list-style {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding-bottom: 60px;
}
.rtl .post-item .inner-content.post-list-style .content {
  bottom: auto;
  right: auto;
  position: relative;
  padding: 0;
  left: auto;
  transform: none;
}
@media only screen and (max-width: 767px) {
  .rtl .post-item .inner-content.post-list-style .content {
    padding-top: 20px;
  }
}
.rtl .post-item .inner-content.post-list-style .content .title {
  margin-bottom: 16px;
}
.rtl .post-item .inner-content.post-list-style .content .meta {
  line-height: 1;
  margin-bottom: 15px;
}
.rtl .post-item .inner-content.post-list-style .content .meta span {
  border-left: 1px solid #555;
  border-right: unset;
  color: #555;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  margin-left: 8px;
  padding-left: 10px;
  margin-right: unset;
  padding-right: unset;
}
.rtl .post-item .inner-content.post-list-style .content .meta a {
  border-left: 1px solid #555;
  border-right: unset;
  color: #555;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  margin-left: 8px;
  padding-left: 10px;
  margin-right: unset;
  padding-right: unset;
}
.rtl .post-item .inner-content.post-list-style .content .meta a:hover {
  color: #0171c3;
}
.rtl .post-item .inner-content.post-list-style .content .meta .category {
  border-left: none;
  border-right: unset;
  color: #0171c3;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  margin-right: unset;
  padding-right: unset;
  text-transform: capitalize;
}
.rtl .post-item .inner-content.post-list-style .content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 10px;
  text-align: justify;
}
.rtl .post-item .inner-content.post-list-style .content .btn-read-more {
  color: #555;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.rtl .post-item .inner-content.post-list-style .content .btn-read-more:hover {
  color: #0171c3;
}
.rtl .post-single-item .thumb {
  margin-bottom: 53px;
}
@media only screen and (max-width: 1199px) {
  .rtl .post-single-item .thumb {
    margin-bottom: 33px;
  }
}
.rtl .post-single-item .thumb img {
  width: 100%;
}
.rtl .post-single-item .content {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .rtl .post-single-item .content {
    margin-bottom: 40px;
  }
}
.rtl .post-single-item .content .meta ul {
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .rtl .post-single-item .content .meta ul {
    margin-bottom: 10px;
  }
}
.rtl .post-single-item .content .meta ul > li {
  font-weight: 500;
  font-size: 17px;
  margin-left: 35px;
  margin-right: unset;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .rtl .post-single-item .content .meta ul > li {
    font-size: 14px;
  }
}
.rtl .post-single-item .content .meta ul > li:last-child {
  margin-left: 0;
  margin-right: unset;
}
.rtl .post-single-item .content .meta ul > li > span {
  color: #0171c3;
}
.rtl .post-single-item .content .title {
  color: #0171c3;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 38px;
}
@media only screen and (max-width: 1199px) {
  .rtl .post-single-item .content .title {
    font-size: 26px;
    margin-bottom: 28px;
  }
}
.rtl .post-single-item .content p {
  font-size: 15px;
  line-height: 1.7333;
  letter-spacing: 0.4px;
  margin-bottom: 22px;
}
.rtl .post-single-item .content p.p-text2 {
  margin-bottom: 32px;
}
.rtl .post-single-item .content p.p-text4 {
  margin-bottom: 32px;
}
.rtl .post-single-item .post-single-footer {
  background-color: #f9f9f9;
  border: 2px solid #efefef;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  padding: 13px 27px 16px;
}
@media only screen and (max-width: 479.98px) {
  .rtl .post-single-item .post-single-footer {
    display: block;
  }
}
.rtl .post-single-item .post-single-footer .post-tag-content span {
  color: #2e2e2e;
  font-size: 25px;
  margin-left: 5px;
  margin-right: unset;
  position: relative;
  top: 5px;
}
.rtl .post-single-item .post-single-footer .post-tag-content a {
  color: #474748;
  font-size: 15px;
}
.rtl .post-single-item .post-single-footer .post-tag-content a:hover {
  color: #0171c3;
}
.rtl .post-single-item .post-single-footer .post-social-icons {
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 479.98px) {
  .rtl .post-single-item .post-single-footer .post-social-icons {
    top: 0;
    margin-top: 20px;
  }
}
.rtl .post-single-item .post-single-footer .post-social-icons a {
  color: #000;
  font-size: 14px;
}
.rtl .post-single-item .post-single-footer .post-social-icons a + a {
  margin-right: 13.2px;
  margin-left: unset;
}
.rtl .post-single-item .post-single-footer .post-social-icons a:hover {
  color: #0171c3;
}
.rtl .comment-area {
  margin-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .rtl .comment-area {
    margin-top: 50px;
  }
}
.rtl .comment-area .title-sec {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 54px;
}
@media only screen and (max-width: 1199px) {
  .rtl .comment-area .title-sec {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.rtl .comment-view-area {
  background-color: #f6f6f6;
  border: 2px solid #efefef;
  border-radius: 15px;
  margin-bottom: 44px;
  padding: 56px 38px 20px;
}
@media only screen and (max-width: 1199px) {
  .rtl .comment-view-area {
    padding: 46px 38px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .comment-view-area {
    padding: 46px 25px 46px;
  }
}
.rtl .comment-view-area .comment-content .single-comment {
  margin-bottom: 55px;
  position: relative;
}
.rtl .comment-view-area .comment-content .single-comment .author-info {
  position: relative;
  padding-right: 150px;
  padding-left: unset;
}
@media only screen and (max-width: 767px) {
  .rtl .comment-view-area .comment-content .single-comment .author-info {
    padding-right: 0;
    padding-left: unset;
  }
}
.rtl .comment-view-area .comment-content .single-comment .author-info .thumb {
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 12px;
  position: absolute;
  right: 0;
  left: unset;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .rtl .comment-view-area .comment-content .single-comment .author-info .thumb {
    position: relative;
  }
}
.rtl .comment-view-area .comment-content .single-comment .author-info .thumb img {
  border-radius: 50%;
}
.rtl .comment-view-area .comment-content .single-comment .author-details .title {
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.rtl .comment-view-area .comment-content .single-comment .author-details .title a {
  color: #0f0f0f;
}
.rtl .comment-view-area .comment-content .single-comment .author-details .title a:hover {
  color: #0171c3;
}
.rtl .comment-view-area .comment-content .single-comment .author-details .post-date {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.rtl .comment-view-area .comment-content .single-comment .author-details .post-date a {
  color: #0171c3;
}
.rtl .comment-view-area .comment-content .single-comment .author-details .post-date a:hover {
  color: #0f0f0f;
}
.rtl .comment-view-area .comment-content .single-comment .author-details p {
  font-size: 16px;
  margin-bottom: 15px;
}
.rtl .comment-view-area .comment-content .single-comment .author-details .btn-reply {
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: -1px;
  left: 0;
  right: unset;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .rtl .comment-view-area .comment-content .single-comment .author-details .btn-reply {
    position: relative;
    top: 0;
  }
}
.rtl .comment-view-area .comment-content .single-comment .author-details .btn-reply:before {
  background-color: #000;
  bottom: 0px;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.rtl .comment-view-area .comment-content .single-comment .author-details .btn-reply i {
  margin-left: 6px;
  margin-right: unset;
  margin-left: unset;
}
.rtl .comment-view-area .comment-content .single-comment .author-details .btn-reply:hover {
  color: #0171c3;
}
.rtl .comment-view-area .comment-content .single-comment .author-details .btn-reply:hover:before {
  background-color: #0171c3;
}
.rtl .comment-view-area .comment-content .single-comment.comment-reply {
  margin-right: 72px;
  margin-left: unset;
}
@media only screen and (max-width: 1199px) {
  .rtl .comment-view-area .comment-content .single-comment.comment-reply {
    margin-right: 20px;
    margin-left: unset;
  }
}
.rtl .comment-form-area {
  background-color: #f6f6f6;
  border: 2px solid #efefef;
  border-radius: 15px;
  padding: 56px 38px 58px;
}
@media only screen and (max-width: 1199px) {
  .rtl .comment-form-area {
    padding: 46px 38px 48px;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .comment-form-area {
    padding: 46px 25px 46px;
  }
}
.rtl .comment-form-area .comment-form-wrapper .form-group {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .rtl .comment-form-area .comment-form-wrapper .form-group {
    margin-bottom: 20px;
  }
}
.rtl .comment-form-area .comment-form-wrapper .form-group .form-control {
  height: 60px;
  box-shadow: none;
  border-radius: 15px;
  padding: 11px 19px 10px;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.15px;
  color: #4c4c4c;
  line-height: 60px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}
@media only screen and (max-width: 767px) {
  .rtl .comment-form-area .comment-form-wrapper .form-group .form-control {
    height: 50px;
    padding: 12px 19px 10px;
    font-size: 15px;
    line-height: 50px;
  }
}
.rtl .comment-form-area .comment-form-wrapper .form-group .form-control:active,
.rtl .comment-form-area .comment-form-wrapper .form-group .form-control:focus {
  border-color: #0171c3;
  color: #0171c3;
}
.rtl .comment-form-area .comment-form-wrapper .form-group .form-control:active::-webkit-input-placeholder,
.rtl .comment-form-area .comment-form-wrapper .form-group .form-control:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0171c3;
}
.rtl .comment-form-area .comment-form-wrapper .form-group .form-control:active::-moz-placeholder,
.rtl .comment-form-area .comment-form-wrapper .form-group .form-control:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #0171c3;
}
.rtl .comment-form-area .comment-form-wrapper .form-group .form-control:active:-ms-input-placeholder,
.rtl .comment-form-area .comment-form-wrapper .form-group .form-control:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #0171c3;
}
.rtl .comment-form-area .comment-form-wrapper .form-group .form-control:active:-moz-placeholder,
.rtl .comment-form-area .comment-form-wrapper .form-group .form-control:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #0171c3;
}
.rtl .comment-form-area .comment-form-wrapper .form-group .form-control.textarea {
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .rtl .comment-form-area .comment-form-wrapper .form-group .form-control.textarea {
    height: 150px;
  }
}
.rtl .comment-form-area .comment-form-wrapper .form-group::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4c4c4c;
}
.rtl .comment-form-area .comment-form-wrapper .form-group::-moz-placeholder {
  /* Firefox 19+ */
  color: #4c4c4c;
}
.rtl .comment-form-area .comment-form-wrapper .form-group:-ms-input-placeholder {
  /* IE 10+ */
  color: #4c4c4c;
}
.rtl .comment-form-area .comment-form-wrapper .form-group:-moz-placeholder {
  /* Firefox 18- */
  color: #4c4c4c;
}
.rtl .comment-form-area .comment-form-wrapper .form-group .btn-theme {
  border: 1px solid #0171c3;
  width: 200px;
  height: 50px;
  border-radius: 18px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15px;
  margin-top: 10px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .comment-form-area .comment-form-wrapper .form-group .btn-theme:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.rtl .sidebar-area .widget-item {
  border: 2px solid #efefef;
  background-color: #f6f6f6;
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 35px 28px 37px;
}
@media only screen and (max-width: 1199px) {
  .rtl .sidebar-area .widget-item {
    margin-bottom: 30px;
    padding: 23px 16px 26px;
  }
}
@media only screen and (max-width: 991px) {
  .rtl .sidebar-area .widget-item {
    margin-top: 50px;
  }
}
.rtl .sidebar-area .widget-item .widget-title .title {
  color: #000;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.rtl .sidebar-area .widget-search-box form .form-input-item {
  position: relative;
}
.rtl .sidebar-area .widget-search-box form .form-input-item input {
  border: 1px solid #d9d9d9;
  background-color: #f6f6f6;
  border-radius: 15px;
  color: #919090;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 10px 19px 10px 70px;
  width: 100%;
}
.rtl .sidebar-area .widget-search-box form .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #919090;
}
.rtl .sidebar-area .widget-search-box form .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #919090;
}
.rtl .sidebar-area .widget-search-box form .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #919090;
}
.rtl .sidebar-area .widget-search-box form .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #919090;
}
.rtl .sidebar-area .widget-search-box form .form-input-item .btn-src {
  border: none;
  background-color: #0171c3;
  border-radius: 15px 0 0 15px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  padding: 9px 23.65px;
  height: 100%;
  top: 0;
  left: 0;
  right: unset;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .sidebar-area .widget-search-box form .form-input-item .btn-src:hover {
  background-color: #000;
  color: #fff;
}
.rtl .sidebar-area .widget-categories ul {
  margin: 0;
}
.rtl .sidebar-area .widget-categories ul li {
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 19px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.rtl .sidebar-area .widget-categories ul li:last-child {
  margin-bottom: 0;
}
.rtl .sidebar-area .widget-categories ul li a {
  align-items: center;
  color: #494949;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.rtl .sidebar-area .widget-categories ul li a span {
  color: #494949;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.rtl .sidebar-area .widget-categories ul li:hover {
  background-color: #0171c3;
  border-color: #0171c3;
}
.rtl .sidebar-area .widget-categories ul li:hover a {
  color: #fff;
}
.rtl .sidebar-area .widget-categories ul li:hover a span {
  color: #fff;
}
.rtl .sidebar-area .widget-blog-post {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 29px;
  padding-bottom: 31px;
}
.rtl .sidebar-area .widget-blog-post:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.rtl .sidebar-area .widget-blog-post ul {
  margin: 0;
}
.rtl .sidebar-area .widget-blog-post ul li {
  display: flex;
}
.rtl .sidebar-area .widget-blog-post ul li .thumb {
  margin-left: 16px;
  margin-right: unset;
}
.rtl .sidebar-area .widget-blog-post ul li .thumb img {
  max-width: 98px;
}
.rtl .sidebar-area .widget-blog-post ul li .content {
  -ms-grid-row-align: center;
  align-self: center;
}
.rtl .sidebar-area .widget-blog-post ul li .content span {
  color: #0171c3;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
.rtl .sidebar-area .widget-blog-post ul li .content h4 {
  color: #383838;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 0;
}
.rtl .sidebar-area .widget-blog-post ul li .content h4 a {
  color: #383838;
}
.rtl .sidebar-area .widget-blog-post ul li .content h4 a:hover {
  color: #0171c3;
}
.rtl .sidebar-area .widget-tags ul {
  margin: 0;
}
.rtl .sidebar-area .widget-tags ul li {
  display: inline-block;
}
.rtl .sidebar-area .widget-tags ul li a {
  color: #656565;
  border: 1px solid #dddddd;
  border-radius: 15px;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  padding: 0 23px;
  margin-bottom: 15px;
  margin-left: 11px;
  margin-right: unset;
  height: 40px;
  line-height: 40px;
}
@media only screen and (max-width: 1199px) {
  .rtl .sidebar-area .widget-tags ul li a {
    font-size: 13px;
    margin-left: 5px;
    margin-right: unset;
    margin-bottom: 9px;
  }
}
.rtl .sidebar-area .widget-tags ul li a:hover {
  background-color: #0171c3;
  border-color: #0171c3;
  color: #fff;
}
.rtl .sidebar-area.inner-right-padding {
  padding-right: 20px;
  padding-left: unset;
}
@media only screen and (max-width: 1199px) {
  .rtl .sidebar-area.inner-right-padding {
    padding-right: 0;
    padding-left: unset;
  }
}
.rtl .sidebar-area.inner-left-padding {
  padding-left: 20px;
  padding-right: unset;
}
@media only screen and (max-width: 1199px) {
  .rtl .sidebar-area.inner-left-padding {
    padding-left: 0;
    padding-right: unset;
  }
}
.rtl .contact-area.contact-page-area .container {
  max-width: 1200px;
  padding-top: 82px;
  padding-bottom: 65px;
}
.rtl .contact-info-static .info-item {
  text-align: center;
}
.rtl .contact-info-static .info-item .icon-box {
  color: #fff;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 12px;
}
.rtl .contact-info-static .info-item p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .rtl .contact-info-static .info-item p {
    line-height: 24px;
  }
}
.rtl .contact-info-static .info-item:hover .icon-box {
  -webkit-animation: tada 1s linear infinite;
  animation: tada 1s linear infinite;
}
.rtl .contact-info-static .col-border {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-left: unset;
}
.rtl .contact-info-list {
  margin-right: 70px;
  margin-left: unset;
  margin-top: 50px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .rtl .contact-info-list {
    margin-right: 0;
    margin-left: unset;
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rtl .contact-info-list {
    margin-top: 30px;
  }
}
.rtl .contact-info-list .contact-info {
  background-size: cover;
  position: relative;
  padding: 86px 85px 78px;
}
@media only screen and (max-width: 1199px) {
  .rtl .contact-info-list .contact-info {
    padding: 66px 55px 40px;
  }
}
@media only screen and (max-width: 479.98px) {
  .rtl .contact-info-list .contact-info {
    padding: 46px 25px 30px;
  }
}
.rtl .contact-info-list .contact-info:after {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  content: "";
  right: 0;
  left: unset;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.rtl .contact-info-list .contact-info .info-item {
  margin-bottom: 38px;
  position: relative;
  z-index: 2;
}
.rtl .contact-info-list .contact-info .info-item:last-child {
  margin-bottom: 0;
}
.rtl .contact-info-list .contact-info .info-item .info .title {
  color: #0171c3;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}
.rtl .contact-info-list .contact-info .info-item .info p {
  color: rgba(15, 15, 15, 0.6509803922);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
.rtl .contact-info-list .contact-info .info-item .info p a {
  color: rgba(15, 15, 15, 0.6509803922);
  display: block;
}
.rtl .contact-info-list .contact-info .info-item .info p a:hover {
  color: #0171c3;
}
.rtl .contact-page-wrapper .contact-form-wrap {
  margin-left: -30px;
  margin-right: unset;
}
@media only screen and (max-width: 1199px) {
  .rtl .contact-page-wrapper .contact-form-wrap {
    margin-left: 0;
    margin-right: unset;
  }
}
.rtl .contact-page-wrapper .contact-form-wrap .contact-form-title .sub-title {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .rtl .contact-page-wrapper .contact-form-wrap .contact-form-title .sub-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.rtl .contact-page-wrapper .contact-form-wrap .contact-form-title .title {
  font-size: 42px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 1199px) {
  .rtl .contact-page-wrapper .contact-form-wrap .contact-form-title .title {
    font-size: 32px;
    margin-bottom: 28px;
  }
}
.rtl .newsletter-content-wrap .newsletter-form {
  position: relative;
}
.rtl .newsletter-content-wrap .newsletter-form .form-control {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 50px;
  color: #b2b2b2;
  display: inline-block;
  font-size: 14px;
  height: 52px;
  padding: 13px 30px 10px 120px;
  width: 100%;
}
.rtl .newsletter-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b2b2b2;
}
.rtl .newsletter-content-wrap .newsletter-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2b2b2;
}
.rtl .newsletter-content-wrap .newsletter-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #b2b2b2;
}
.rtl .newsletter-content-wrap .newsletter-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #b2b2b2;
}
.rtl .newsletter-content-wrap .newsletter-form .btn-submit {
  background-color: #0171c3;
  border: 0;
  box-shadow: none;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  position: absolute;
  padding: 0 20px;
  left: 0;
  right: unset;
  top: 50%;
  text-transform: uppercase;
  transform: translate(5px, -50%);
  -webkit-transform: translate(5px, -50%);
  -moz-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  -o-transform: translate(5px, -50%);
}
.rtl .newsletter-content-wrap .newsletter-form .btn-submit:hover {
  background-color: #0f0f0f;
}
.rtl .footer-area {
  background: #0f0f0f;
  padding: 60px 0 0;
}
@media only screen and (max-width: 991px) {
  .rtl .footer-area {
    padding: 45px 0 0;
  }
}
.rtl .footer-area p {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 14px;
  line-height: 20px;
}
.rtl .footer-area .about-widget {
  align-items: flex-end;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .rtl .footer-area .about-widget {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rtl .footer-area .about-widget {
    display: block;
  }
}
.rtl .footer-area .about-widget .inner-content {
  max-width: 220px;
  margin-left: 30px;
  margin-right: unset;
}
@media only screen and (max-width: 575px) {
  .rtl .footer-area .about-widget .inner-content {
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: unset;
  }
}
.rtl .footer-area .about-widget .inner-content .footer-logo {
  margin-bottom: 22px;
}
.rtl .footer-area .about-widget .widget-desc {
  max-width: 330px;
}
.rtl .footer-area .widget-menu-wrap .nav-menu {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
@media only screen and (max-width: 991px) {
  .rtl .footer-area .widget-menu-wrap .nav-menu {
    margin-bottom: 0;
  }
}
.rtl .footer-area .widget-menu-wrap .nav-menu li {
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: unset;
  width: 33.33%;
}
@media only screen and (max-width: 575px) {
  .rtl .footer-area .widget-menu-wrap .nav-menu li {
    width: 40%;
  }
}
@media only screen and (max-width: 479.98px) {
  .rtl .footer-area .widget-menu-wrap .nav-menu li {
    padding-left: 0;
    padding-right: unset;
  }
}
.rtl .footer-area .widget-menu-wrap .nav-menu li a {
  color: #fff;
  font-size: 14px;
  display: block;
  line-height: 24px;
}
.rtl .footer-area .widget-menu-wrap .nav-menu li a:hover {
  color: #0171c3;
  padding-right: 10px;
  padding-left: unset;
}
.rtl .footer-area .footer-bottom {
  background: #1f1f1f;
  padding: 23px 0 18px;
}
@media only screen and (max-width: 991px) {
  .rtl .footer-area .footer-bottom {
    text-align: center;
  }
}
.rtl .footer-area .footer-bottom .copyright i {
  color: #0171c3;
  font-size: 12px;
  margin: 0 5px;
}
.rtl .footer-area .footer-bottom .copyright a {
  color: rgba(255, 255, 255, 0.6196078431);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.rtl .footer-area .footer-bottom .copyright a:hover {
  color: #0171c3;
}
.rtl .footer-area .footer-bottom .payment {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .rtl .footer-area .footer-bottom .payment {
    margin-top: 15px;
    text-align: center;
  }
}
.rtl .vanillatoasts-toast {
  direction: rtl !important;
}
.rtl .vanillatoasts-icon {
  left: -67px;
  right: unset;
}

.page-link {
    border:unset!important;
    border-radius: 50%;
    color: #0f0f0f;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 39px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 36px;
    background-color:unset!important;

}
.pagination .active a{
    color: #fff!important;
    background-color:#0171c3!important;
    border-radius: 50%!important;
}

.pagination-content-wrap .pagination-nav .pagination li a:hover{
    background-color:#0171c3!important;

}


.btn-save:hover,.btn-signin:hover{
    cursor: pointer;
    background-color:#0171c3!important;
    color: #fff!important;


}

.btn-signin{
    background: #0f0f0f;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
}

.btn-product-add:hover{
    cursor: pointer;
}



.star-rating{
    font-size: 0;
    position: relative;
    display: inline-block;
    height:20px;overflow:hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .star-rating{
        overflow: hidden;
    }
}
.star-rating::before{
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
    font-size: 15px;
    color: #e6e6e6;
}
.star-rating span{
    display: inline-block;
    float: left;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.star-rating span:before{
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
    font-size: 15px;
    color: #efc82e;
}



.checked_category[type=checkbox]{
    background-image: unset!important;
    background-color: #0171c3!important;
}

#igho-toast-container .error{
    color: #eb3755;
    background-color: #0f0f0f;
}

