/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 574px) {
  .container {
    max-width: 574px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 990px) {
  .container {
    max-width: 990px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.\!top-1\/2 {
  top: 50% !important;
}

.-bottom-full {
  bottom: -100%;
}

.-top-5 {
  top: -1.25rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-2\.5 {
  bottom: 0.625rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-\[15px\] {
  bottom: 15px;
}

.bottom-\[50px\] {
  bottom: 50px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-2\/4 {
  left: 50%;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-32 {
  top: 8rem;
}

.top-7 {
  top: 1.75rem;
}

.top-7\.5 {
  top: 30px;
}

.top-\[-15px\] {
  top: -15px;
}

.top-\[-58px\] {
  top: -58px;
}

.top-\[-5px\] {
  top: -5px;
}

.top-\[120px\] {
  top: 120px;
}

.top-\[26\%\] {
  top: 26%;
}

.top-\[3px\] {
  top: 3px;
}

.top-\[40\%\] {
  top: 40%;
}

.top-\[5px\] {
  top: 5px;
}

.top-\[70\%\] {
  top: 70%;
}

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

.z-0 {
  z-index: 0;
}

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

.z-99 {
  z-index: 99;
}

.z-\[1024\] {
  z-index: 1024;
}

.z-\[12\] {
  z-index: 12;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[999999999\] {
  z-index: 999999999;
}

.z-\[999\] {
  z-index: 999;
}

.z-\[9\] {
  z-index: 9;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.\!m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0px;
}

.m-0\.5 {
  margin: 0.125rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-\[15px\] {
  margin: 15px;
}

.m-\[50px\] {
  margin: 50px;
}

.m-auto {
  margin: auto;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-\[3px\] {
  margin-left: 3px;
  margin-right: 3px;
}

.mx-\[5px\] {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-\[85px\] {
  margin-left: 85px;
  margin-right: 85px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-7\.5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-\[1\.875rem\] {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-\[25px\] {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-\[60px\] {
  margin-top: 60px;
  margin-bottom: 60px;
}

.\!mt-\[-100px\] {
  margin-top: -100px !important;
}

.\!mt-\[50px\] {
  margin-top: 50px !important;
}

.-mt-16 {
  margin-top: -4rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-7\.5 {
  margin-bottom: 30px;
}

.mb-\[1\.65em\] {
  margin-bottom: 1.65em;
}

.mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}

.mb-\[11px\] {
  margin-bottom: 11px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[3\.125rem\] {
  margin-bottom: 3.125rem;
}

.mb-\[3px\] {
  margin-bottom: 3px;
}

.mb-\[45px\] {
  margin-bottom: 45px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mb-\[65px\] {
  margin-bottom: 65px;
}

.mb-\[70px\] {
  margin-bottom: 70px;
}

.mb-\[7px\] {
  margin-bottom: 7px;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-4\.5 {
  margin-top: 1.125rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-7\.5 {
  margin-top: 30px;
}

.mt-\[-0\.3125rem\] {
  margin-top: -0.3125rem;
}

.mt-\[-100px\] {
  margin-top: -100px;
}

.mt-\[-165px\] {
  margin-top: -165px;
}

.mt-\[-1px\] {
  margin-top: -1px;
}

.mt-\[-5px\] {
  margin-top: -5px;
}

.mt-\[-60px\] {
  margin-top: -60px;
}

.mt-\[-70px\] {
  margin-top: -70px;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.\!inline-flex {
  display: inline-flex !important;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.\!size-20 {
  width: 5rem !important;
  height: 5rem !important;
}

.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}

.size-1\.5 {
  width: 0.375rem;
  height: 0.375rem;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-4\.5 {
  width: 1.125rem;
  height: 1.125rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-\[100px\] {
  width: 100px;
  height: 100px;
}

.size-\[120px\] {
  width: 120px;
  height: 120px;
}

.size-\[130px\] {
  width: 130px;
  height: 130px;
}

.size-\[150px\] {
  width: 150px;
  height: 150px;
}

.size-\[165px\] {
  width: 165px;
  height: 165px;
}

.size-\[30px\] {
  width: 30px;
  height: 30px;
}

.size-\[45px\] {
  width: 45px;
  height: 45px;
}

.size-\[50px\] {
  width: 50px;
  height: 50px;
}

.size-\[55px\] {
  width: 55px;
  height: 55px;
}

.size-\[60px\] {
  width: 60px;
  height: 60px;
}

.size-\[65px\] {
  width: 65px;
  height: 65px;
}

.size-\[70px\] {
  width: 70px;
  height: 70px;
}

.size-\[90px\] {
  width: 90px;
  height: 90px;
}

.size-\[95px\] {
  width: 95px;
  height: 95px;
}

.size-auto {
  width: auto;
  height: auto;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[134px\] {
  height: 134px;
}

.h-\[170px\] {
  height: 170px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[35px\] {
  height: 35px;
}

.h-\[42px\] {
  height: 42px;
}

.h-\[450px\] {
  height: 450px;
}

.h-\[480px\] {
  height: 480px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[55px\] {
  height: 55px;
}

.h-\[600px\] {
  height: 600px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[750px\] {
  height: 750px;
}

.h-\[850px\] {
  height: 850px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-\[250px\] {
  min-height: 250px;
}

.min-h-\[300px\] {
  min-height: 300px;
}

.min-h-\[800px\] {
  min-height: 800px;
}

.min-h-\[900px\] {
  min-height: 900px;
}

.\!w-auto {
  width: auto !important;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-40 {
  width: 10rem;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-\[1\%\] {
  width: 1%;
}

.w-\[114px\] {
  width: 114px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[128px\] {
  width: 128px;
}

.w-\[140px\] {
  width: 140px;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[235px\] {
  width: 235px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[50vw\] {
  width: 50vw;
}

.w-\[570px\] {
  width: 570px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[620px\] {
  width: 620px;
}

.w-\[85\%\] {
  width: 85%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-\[100px\] {
  min-width: 100px;
}

.min-w-\[128px\] {
  min-width: 128px;
}

.min-w-\[180px\] {
  min-width: 180px;
}

.min-w-\[300px\] {
  min-width: 300px;
}

.min-w-\[40px\] {
  min-width: 40px;
}

.min-w-\[580px\] {
  min-width: 580px;
}

.min-w-\[90px\] {
  min-width: 90px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[50rem\] {
  max-width: 50rem;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[770px\] {
  max-width: 770px;
}

.flex-auto {
  flex: 1 1 auto;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-5 {
  --tw-translate-y: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-52 {
  --tw-translate-y: 13rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[0\.8\] {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[1\.2\] {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[1\.4\] {
  --tw-scale-x: 1.4;
  --tw-scale-y: 1.4;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[2\] {
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes move {
  0% {
    transform: rotate(1deg) translate(2px, 2px);
  }

  50% {
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  100% {
    transform: rotate(1deg) translate(2px, 2px);
  }
}

.animate-move {
  animation: move 5s infinite;
}

@keyframes move_3 {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform:  translate(5px, 0);
  }

  40% {
    transform:  translate(5px, 5px);
  }

  65% {
    transform:  translate(5px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

.animate-move_3 {
  animation: move_3 5s infinite;
}

@keyframes move_4 {
  0% {
    transform: translate(0, -5px);
  }

  50% {
    transform:  translate(0, 5px);
  }

  100% {
    transform: translate(0, -5px);
  }
}

.animate-move_4 {
  animation: move_4 5s infinite;
}

.cursor-grab {
  cursor: grab;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-y {
  resize: vertical;
}

.resize {
  resize: both;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-4\.5 {
  -moz-column-gap: 1.125rem;
       column-gap: 1.125rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-\[0\.3rem\] {
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
}

.gap-x-\[13px\] {
  -moz-column-gap: 13px;
       column-gap: 13px;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-pre {
  white-space: pre;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[3px\] {
  border-radius: 3px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.rounded-e-\[100px\] {
  border-start-end-radius: 100px;
  border-end-end-radius: 100px;
}

.rounded-e-lg {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}

.rounded-e-md {
  border-start-end-radius: 0.375rem;
  border-end-end-radius: 0.375rem;
}

.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.rounded-s-lg {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}

.rounded-s-md {
  border-start-start-radius: 0.375rem;
  border-end-start-radius: 0.375rem;
}

.rounded-se-xl {
  border-start-end-radius: 0.75rem;
}

.rounded-ss-xl {
  border-start-start-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-\[15px\] {
  border-width: 15px;
}

.border-\[3px\] {
  border-width: 3px;
}

.border-\[5px\] {
  border-width: 5px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.border-\[\#0000000d\] {
  border-color: #0000000d;
}

.border-\[\#0000001a\] {
  border-color: #0000001a;
}

.border-\[\#9192a4\] {
  --tw-border-opacity: 1;
  border-color: rgb(145 146 164 / var(--tw-border-opacity));
}

.border-\[\#E1E1F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 240 / var(--tw-border-opacity));
}

.border-\[\#cccccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-\[\#eee\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.border-\[\#ffffff33\] {
  border-color: #ffffff33;
}

.border-\[\#ffffff4d\] {
  border-color: #ffffff4d;
}

.border-\[rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  border-color: rgba(0,0,0,0.05);
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(var(--rgb-primary, 115 85 247) / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#000000b3\] {
  background-color: #000000b3;
}

.bg-\[\#0e1b1f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 27 31 / var(--tw-bg-opacity));
}

.bg-\[\#111942\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 66 / var(--tw-bg-opacity));
}

.bg-\[\#1f2471\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 36 113 / var(--tw-bg-opacity));
}

.bg-\[\#1f343b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 52 59 / var(--tw-bg-opacity));
}

.bg-\[\#212326\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 35 38 / var(--tw-bg-opacity));
}

.bg-\[\#5770E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(87 112 227 / var(--tw-bg-opacity));
}

.bg-\[\#956BEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(149 107 238 / var(--tw-bg-opacity));
}

.bg-\[\#F45C7E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 92 126 / var(--tw-bg-opacity));
}

.bg-\[\#e7e5ee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 238 / var(--tw-bg-opacity));
}

.bg-\[\#eeeeee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-\[\#f4f2ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 255 / var(--tw-bg-opacity));
}

.bg-\[\#f8eef2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 238 242 / var(--tw-bg-opacity));
}

.bg-\[\#fef9f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 242 / var(--tw-bg-opacity));
}

.bg-\[\#fffbf7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 247 / var(--tw-bg-opacity));
}

.bg-\[\#ffffff1a\] {
  background-color: #ffffff1a;
}

.bg-\[\#ffffff33\] {
  background-color: #ffffff33;
}

.bg-\[to_center\] {
  background-color: to center;
}

.bg-\[var\(--primary-light\)\] {
  background-color: var(--primary-light);
}

.bg-\[var\(--rgba-primary-05\)\] {
  background-color: var(--rgba-primary-05);
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(85 67 209 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 255 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(2 158 118 / var(--tw-bg-opacity));
}

.bg-maroon {
  --tw-bg-opacity: 1;
  background-color: rgb(158 1 104 / var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 136 83 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--rgb-primary, 115 85 247) / var(--tw-bg-opacity));
}

.bg-primarydark {
  background-color: var(--primary-dark);
}

.bg-primarylight {
  background-color: var(--primary-light);
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 88 110 / var(--tw-bg-opacity));
}

.bg-skyblue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 255 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 168 8 / var(--tw-bg-opacity));
}

.bg-\[linear-gradient\(to_bottom\2c _rgba\(0\2c 0\2c 0\2c 0\)_1\%\2c rgba\(0\2c 0\2c 0\2c 0\.6\)_100\%\)\] {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 1%,rgba(0,0,0,0.6) 100%);
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/banner\/bnr1\.jpg\'\)\] {
  background-image: url('../images/banner/bnr1.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/banner\/bnr2\.jpg\'\)\] {
  background-image: url('../images/banner/bnr2.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/banner\/bnr3\.jpg\'\)\] {
  background-image: url('../images/banner/bnr3.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/banner\/bnr4\.jpg\'\)\] {
  background-image: url('../images/banner/bnr4.jpg');
}

.bg-\[url\(\'\.\.\/images\/background\/bg1\.png\'\)\] {
  background-image: url('../images/background/bg1.png');
}

.bg-\[url\(\'\.\.\/images\/background\/bg10\.png\'\)\] {
  background-image: url('../images/background/bg10.png');
}

.bg-\[url\(\'\.\.\/images\/background\/bg13\.png\'\)\] {
  background-image: url('../images/background/bg13.png');
}

.bg-\[url\(\'\.\.\/images\/background\/bg14\.png\'\)\] {
  background-image: url('../images/background/bg14.png');
}

.bg-\[url\(\'\.\.\/images\/background\/bg15\.png\'\)\] {
  background-image: url('../images/background/bg15.png');
}

.bg-\[url\(\'\.\.\/images\/background\/bg16\.png\'\)\] {
  background-image: url('../images/background/bg16.png');
}

.bg-\[url\(\'\.\.\/images\/background\/bg17\.png\'\)\] {
  background-image: url('../images/background/bg17.png');
}

.bg-\[url\(\'\.\.\/images\/background\/bg19\.png\'\)\] {
  background-image: url('../images/background/bg19.png');
}

.bg-\[url\(\'\.\.\/images\/background\/bg2\.png\'\)\] {
  background-image: url('../images/background/bg2.png');
}

.bg-\[url\(\'\.\.\/images\/background\/bg20\.png\'\)\] {
  background-image: url('../images/background/bg20.png');
}

.bg-\[url\(\'\.\.\/images\/background\/bg22\.png\'\)\] {
  background-image: url('../images/background/bg22.png');
}

.bg-\[url\(\'\.\.\/images\/background\/bg27\.png\'\)\] {
  background-image: url('../images/background/bg27.png');
}

.bg-\[url\(\'\.\.\/images\/background\/bg3\.png\'\)\] {
  background-image: url('../images/background/bg3.png');
}

.bg-\[url\(\'\.\.\/images\/background\/bg4\.png\'\)\] {
  background-image: url('../images/background/bg4.png');
}

.bg-\[url\(\'\.\.\/images\/background\/bg5\.jpg\'\)\] {
  background-image: url('../images/background/bg5.jpg');
}

.bg-\[url\(\'\.\.\/images\/background\/bg6\.jpg\'\)\] {
  background-image: url('../images/background/bg6.jpg');
}

.bg-\[url\(\'\.\.\/images\/loading-01\.svg\'\)\] {
  background-image: url('../images/loading-01.svg');
}

.bg-\[url\(\'\.\.\/images\/loading-02\.svg\'\)\] {
  background-image: url('../images/loading-02.svg');
}

.bg-\[url\(\'\.\.\/images\/loading-03\.svg\'\)\] {
  background-image: url('../images/loading-03.svg');
}

.bg-\[url\(\'\.\.\/images\/main-slider\/slider2\/pic2\.png\'\)\] {
  background-image: url('../images/main-slider/slider2/pic2.png');
}

.bg-\[url\(\'\.\.\/images\/main-slider\/slider4\/background2\.png\'\)\] {
  background-image: url('../images/main-slider/slider4/background2.png');
}

.bg-\[url\(\'\.\.\/images\/pattern\/pattern3\.png\'\)\] {
  background-image: url('../images/pattern/pattern3.png');
}

.bg-\[url\(\'\.\.\/images\/pricingtable\/vector\.png\'\)\] {
  background-image: url('../images/pricingtable/vector.png');
}

.bg-\[url\(\'\.\.\/images\/pricingtable\/vector2\.png\'\)\] {
  background-image: url('../images/pricingtable/vector2.png');
}

.bg-\[url\(\'\.\.\/images\/pricingtable\/vector3\.png\'\)\] {
  background-image: url('../images/pricingtable/vector3.png');
}

.bg-\[length\:100\%\] {
  background-size: 100%;
}

.bg-\[length\:200\%\] {
  background-size: 200%;
}

.bg-\[length\:2000\%\] {
  background-size: 2000%;
}

.bg-\[length\:50\%_100\%\] {
  background-size: 50% 100%;
}

.bg-\[length\:60px\] {
  background-size: 60px;
}

.bg-\[length\:80px\] {
  background-size: 80px;
}

.bg-\[length\:90\%\] {
  background-size: 90%;
}

.bg-\[length\:cover\2c _200\%\] {
  background-size: cover, 200%;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-full {
  background-size: 100%;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-\[bottom_center\] {
  background-position: bottom center;
}

.bg-\[center_right\] {
  background-position: center right;
}

.bg-\[left_bottom\] {
  background-position: left bottom;
}

.bg-\[right_bottom\] {
  background-position: right bottom;
}

.bg-\[top_center\] {
  background-position: top center;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-7\.5 {
  padding: 30px;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[25px\] {
  padding: 25px;
}

.p-\[26px\] {
  padding: 26px;
}

.p-\[35px\] {
  padding: 35px;
}

.p-\[44px\] {
  padding: 44px;
}

.p-\[50px\] {
  padding: 50px;
}

.p-\[5px\] {
  padding: 5px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-7\.5 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[0\.938rem\] {
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}

.px-\[42px\] {
  padding-left: 42px;
  padding-right: 42px;
}

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}

.px-\[70px\] {
  padding-left: 70px;
  padding-right: 70px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-7\.5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[0\.1rem\] {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.py-\[115px\] {
  padding-top: 115px;
  padding-bottom: 115px;
}

.py-\[150px\] {
  padding-top: 150px;
  padding-bottom: 150px;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-7\.5 {
  padding-bottom: 30px;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[25px\] {
  padding-bottom: 25px;
}

.pb-\[35px\] {
  padding-bottom: 35px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pb-\[85px\] {
  padding-bottom: 85px;
}

.pr-\[5px\] {
  padding-right: 5px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-7\.5 {
  padding-top: 30px;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[115px\] {
  padding-top: 115px;
}

.pt-\[150px\] {
  padding-top: 150px;
}

.pt-\[180px\] {
  padding-top: 180px;
}

.pt-\[200px\] {
  padding-top: 200px;
}

.pt-\[25px\] {
  padding-top: 25px;
}

.pt-\[35px\] {
  padding-top: 35px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pt-\[70px\] {
  padding-top: 70px;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

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

.font-Roboto {
  font-family: Roboto, sans-serif;
}

.font-\[\'themify\'\] {
  font-family: 'themify';
}

.font-poppins {
  font-family: Poppins, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[190px\] {
  font-size: 190px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[3\.2rem\] {
  font-size: 3.2rem;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[35px\] {
  font-size: 35px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[42px\] {
  font-size: 42px;
}

.text-\[45px\] {
  font-size: 45px;
}

.text-\[50px\] {
  font-size: 50px;
}

.text-\[52px\] {
  font-size: 52px;
}

.text-\[55px\] {
  font-size: 55px;
}

.text-\[60px\] {
  font-size: 60px;
}

.text-\[70px\] {
  font-size: 70px;
}

.text-\[75px\] {
  font-size: 75px;
}

.text-\[80px\] {
  font-size: 80px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-\[100px\] {
  line-height: 100px;
}

.leading-\[120px\] {
  line-height: 120px;
}

.leading-\[160px\] {
  line-height: 160px;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[42px\] {
  line-height: 42px;
}

.leading-\[45px\] {
  line-height: 45px;
}

.leading-\[50px\] {
  line-height: 50px;
}

.leading-\[57px\] {
  line-height: 57px;
}

.leading-\[60px\] {
  line-height: 60px;
}

.leading-\[64px\] {
  line-height: 64px;
}

.leading-\[65px\] {
  line-height: 65px;
}

.leading-\[70px\] {
  line-height: 70px;
}

.leading-\[75px\] {
  line-height: 75px;
}

.leading-\[80px\] {
  line-height: 80px;
}

.leading-\[90px\] {
  line-height: 90px;
}

.tracking-\[1px\] {
  letter-spacing: 1px;
}

.tracking-\[2px\] {
  letter-spacing: 2px;
}

.\!text-\[\#777777\] {
  --tw-text-opacity: 1 !important;
  color: rgb(119 119 119 / var(--tw-text-opacity)) !important;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--rgb-primary, 115 85 247) / var(--tw-text-opacity)) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\!text-yellow {
  --tw-text-opacity: 1 !important;
  color: rgb(255 168 8 / var(--tw-text-opacity)) !important;
}

.text-\[\#1F2471\] {
  --tw-text-opacity: 1;
  color: rgb(31 36 113 / var(--tw-text-opacity));
}

.text-\[\#1f2471\] {
  --tw-text-opacity: 1;
  color: rgb(31 36 113 / var(--tw-text-opacity));
}

.text-\[\#262626\] {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-\[\#362465\] {
  --tw-text-opacity: 1;
  color: rgb(54 36 101 / var(--tw-text-opacity));
}

.text-\[\#37226d\] {
  --tw-text-opacity: 1;
  color: rgb(55 34 109 / var(--tw-text-opacity));
}

.text-\[\#463C6A\] {
  --tw-text-opacity: 1;
  color: rgb(70 60 106 / var(--tw-text-opacity));
}

.text-\[\#5770E3\] {
  --tw-text-opacity: 1;
  color: rgb(87 112 227 / var(--tw-text-opacity));
}

.text-\[\#5c6390\] {
  --tw-text-opacity: 1;
  color: rgb(92 99 144 / var(--tw-text-opacity));
}

.text-\[\#5e5e5e\] {
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
}

.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-\[\#777777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

.text-\[\#777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

.text-\[\#888\] {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

.text-\[\#956BEE\] {
  --tw-text-opacity: 1;
  color: rgb(149 107 238 / var(--tw-text-opacity));
}

.text-\[\#999aab\] {
  --tw-text-opacity: 1;
  color: rgb(153 154 171 / var(--tw-text-opacity));
}

.text-\[\#F45C7E\] {
  --tw-text-opacity: 1;
  color: rgb(244 92 126 / var(--tw-text-opacity));
}

.text-\[\#a7a7a7\] {
  --tw-text-opacity: 1;
  color: rgb(167 167 167 / var(--tw-text-opacity));
}

.text-\[\#f8ae56\] {
  --tw-text-opacity: 1;
  color: rgb(248 174 86 / var(--tw-text-opacity));
}

.text-\[\#ff5269\] {
  --tw-text-opacity: 1;
  color: rgb(255 82 105 / var(--tw-text-opacity));
}

.text-\[\#ffffff80\] {
  color: #ffffff80;
}

.text-\[\#ffffff99\] {
  color: #ffffff99;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(2 158 118 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(var(--rgb-primary, 115 85 247) / var(--tw-text-opacity));
}

.text-primarylight {
  color: var(--primary-light);
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(255 88 110 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 168 8 / var(--tw-text-opacity));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[-2px_9px_20px_0_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: -2px 9px 20px 0 rgba(0,0,0,0.2);
  --tw-shadow-colored: -2px 9px 20px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[-4px_4px_24px_-10px_var\(--primary\)\] {
  --tw-shadow: -4px 4px 24px -10px var(--primary);
  --tw-shadow-colored: -4px 4px 24px -10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0\.5rem_1rem_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0.5rem 1rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_0_10px_white\2c _0_0_0_20px_rgba\(255\2c 255\2c 255\2c 0\.2\)\] {
  --tw-shadow: 0 0 0 10px white, 0 0 0 20px rgba(255,255,255,0.2);
  --tw-shadow-colored: 0 0 0 10px var(--tw-shadow-color), 0 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_50px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0 0 50px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 0 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_60px_0_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0 0 60px 0 rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0 60px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_95px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 0 95px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0 95px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0px_10px_4px_rgba\(31\2c 66\2c 135\2c 0\.1\)\] {
  --tw-shadow: 0 0px 10px 4px rgba(31,66,135,0.1);
  --tw-shadow-colored: 0 0px 10px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0px_30px_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 0px 30px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0px 30px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0px_60px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 0px 60px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0px 60px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_10px_20px_0_var\(--rgba-primary-1\)\] {
  --tw-shadow: 0 10px 20px 0 var(--rgba-primary-1);
  --tw-shadow-colored: 0 10px 20px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_2px_15px_rgba\(0\2c 174\2c 255\2c 0\.5\)\] {
  --tw-shadow: 0 2px 15px rgba(0,174,255,0.5);
  --tw-shadow-colored: 0 2px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_2px_15px_rgba\(158\2c 1\2c 104\2c 0\.5\)\] {
  --tw-shadow: 0 2px 15px rgba(158,1,104,0.5);
  --tw-shadow-colored: 0 2px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_2px_15px_rgba\(2\2c 158\2c 118\2c 0\.5\)\] {
  --tw-shadow: 0 2px 15px rgba(2,158,118,0.5);
  --tw-shadow-colored: 0 2px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_2px_15px_rgba\(255\2c 136\2c 83\2c 0\.5\)\] {
  --tw-shadow: 0 2px 15px rgba(255,136,83,0.5);
  --tw-shadow-colored: 0 2px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_2px_15px_rgba\(255\2c 168\2c 8\2c 0\.5\)\] {
  --tw-shadow: 0 2px 15px rgba(255,168,8,0.5);
  --tw-shadow-colored: 0 2px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_2px_15px_rgba\(255\2c 88\2c 110\2c 0\.5\)\] {
  --tw-shadow: 0 2px 15px rgba(255,88,110,0.5);
  --tw-shadow-colored: 0 2px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_0_20px_0_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0px 0 20px 0 rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 0 20px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_0px_30px_-10px_var\(--primary-dark\)\] {
  --tw-shadow: 0px 0px 30px -10px var(--primary-dark);
  --tw-shadow-colored: 0px 0px 30px -10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_10px_30px_0px_var\(--rgba-primary-3\)\] {
  --tw-shadow: 0px 10px 30px 0px var(--rgba-primary-3);
  --tw-shadow-colored: 0px 10px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_36px_48px_rgba\(31\2c 66\2c 135\2c 0\.1\)\] {
  --tw-shadow: 0px 36px 48px rgba(31,66,135,0.1);
  --tw-shadow-colored: 0px 36px 48px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[1px_0_20px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 1px 0 20px rgba(0,0,0,0.1);
  --tw-shadow-colored: 1px 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[1px_0_30px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 1px 0 30px rgba(0,0,0,0.1);
  --tw-shadow-colored: 1px 0 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[1px_0_50px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 1px 0 50px rgba(0,0,0,0.1);
  --tw-shadow-colored: 1px 0 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[1px_0px_30px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 1px 0px 30px rgba(0,0,0,0.1);
  --tw-shadow-colored: 1px 0px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[1px_0px_60px_0_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 1px 0px 60px 0 rgba(0,0,0,0.08);
  --tw-shadow-colored: 1px 0px 60px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[2px_0_20px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 2px 0 20px rgba(0,0,0,0.1);
  --tw-shadow-colored: 2px 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[2px_0_30px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 2px 0 30px rgba(0,0,0,0.1);
  --tw-shadow-colored: 2px 0 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[5px_0_15px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 5px 0 15px rgba(0,0,0,0.1);
  --tw-shadow-colored: 5px 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[5px_0_15px_var\(--rgba-primary-4\)\] {
  --tw-shadow: 5px 0 15px var(--rgba-primary-4);
  --tw-shadow-colored: 5px 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[5px_0_15px_var\(--rgba-primary-5\)\] {
  --tw-shadow: 5px 0 15px var(--rgba-primary-5);
  --tw-shadow-colored: 5px 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[7px_15px_50px_rgba\(42\2c 66\2c 140\2c 0\.25\)\] {
  --tw-shadow: 7px 15px 50px rgba(42,66,140,0.25);
  --tw-shadow-colored: 7px 15px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[inset_0_-10px_0_var\(--rgba-primary-1\)\] {
  --tw-shadow: inset 0 -10px 0 var(--rgba-primary-1);
  --tw-shadow-colored: inset 0 -10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-card {
  --tw-shadow: 1px -15px 50px 0 rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 1px -15px 50px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-default {
  --tw-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 50px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-wrapper {
  --tw-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0 60px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.delay-700 {
  transition-delay: 700ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* VARIABLES */

:root{
  --primary: rgb(var(--rgb-primary, 115 85 247) / 1);
  --primary-hover: #dd3e6e;
  --primary-dark: #7b1534;
  --primary-light: #f4f2ff;
  --rgb-primary: 245 95 141;
  --rgba-primary-05: rgba(245 95 141, 0.05);
  --rgba-primary-1: rgba(245 95 141, 0.1);
  --rgba-primary-2: rgba(245 95 141, 0.2);
  --rgba-primary-3: rgba(245 95 141, 0.3);
  --rgba-primary-4: rgba(245 95 141, 0.4);
  --rgba-primary-5: rgba(245 95 141, 0.5);
  --rgba-primary-6: rgba(245 95 141, 0.6);
  --rgba-primary-7: rgba(245 95 141, 0.7);
  --rgba-primary-8: rgba(245 95 141, 0.8);
  --rgba-primary-9: rgba(245 95 141, 0.9);
  --gradient: linear-gradient(to right,rgb(var(--rgb-primary, 115 85 247) / 1) 0,#f8ae56 51%,rgb(var(--rgb-primary, 115 85 247) / 1) 100%);
  --gradientY: linear-gradient(to top,rgb(var(--rgb-primary, 115 85 247) / 1) 0,#f8ae56 100%,rgb(var(--rgb-primary, 115 85 247) / 1) 100%);
  --gradient-sec: linear-gradient(to right,#0e1b1f 0,#092933 51%,#0e1b1f 100%);
  --quote: url(../images/quotes-1.svg);
}

.gradienthover:hover,
.gradient{
  background-image:var(--gradient);
}

.gradient:hover {
  background-position: right center;
}

.gradientsec {
  background-image: var(--gradient-sec);
}

/* SKIN - 1 */

.skin-1{
  --primary: rgb(var(--rgb-primary, 115 85 247) / 1);
  --primary-hover: #4b24f5;
  --primary-dark: #2608ab;
  --primary-light: #f4f2ff;
  --rgb-primary: 115 85 247;
  --secondary: #1f2471;
  --rgba-primary-05: rgb(115 85 247/ 0.05);
  --rgba-primary-1: rgb(115 85 247/ 0.1);
  --rgba-primary-2: rgb(115 85 247/ 0.2);
  --rgba-primary-3: rgb(115 85 247/ 0.3);
  --rgba-primary-4: rgb(115 85 247/ 0.4);
  --rgba-primary-5: rgb(115 85 247/ 0.5);
  --rgba-primary-6: rgb(115 85 247/ 0.6);
  --rgba-primary-7: rgb(115 85 247/ 0.7);
  --rgba-primary-8: rgb(115 85 247/ 0.8);
  --rgba-primary-9: rgb(115 85 247/ 0.9);
  --gradient: linear-gradient(to right, rgb(var(--rgb-primary, 115 85 247) / 1) 0,#4b24f5 51%, rgb(var(--rgb-primary, 115 85 247) / 1) 100%);
  --gradient-sec: linear-gradient(to right,#130065 0,#2b0ead 51%,#130065 100%);
  --quote: url(../images/quotes-1.svg);
}

/* SKIN - 2 */

.skin-2{
  --primary: rgb(var(--rgb-primary, 245 95 141) / 1);
  --gradient: linear-gradient(to right,rgb(var(--rgb-primary, 245 95 141) / 1) 0,#f8ae56 51%,rgb(var(--rgb-primary, 245 95 141) / 1) 100%);
  --gradientY: linear-gradient(to top,rgb(var(--rgb-primary, 245 95 141) / 1) 0,#f8ae56 100%,rgb(var(--rgb-primary, 245 95 141) / 1) 100%);
  --gradient-sec: linear-gradient(to right,#0e1b1f 0,#092933 51%,#0e1b1f 100%);
  --quote: url(../images/quotes-1.svg);
  --primary-hover: #dd3e6e;
  --primary-dark: #7b1534;
  --primary-light: #ffedf3;
  --rgb-primary: 245 95 141;
  --rgba-primary-05: rgb(245 95 141/ 0.05);
  --rgba-primary-1: rgb(245 95 141/ 0.1);
  --rgba-primary-2: rgb(245 95 141/ 0.2);
  --rgba-primary-3: rgb(245 95 141/ 0.3);
  --rgba-primary-4: rgb(245 95 141/ 0.4);
  --rgba-primary-5: rgb(245 95 141/ 0.5);
  --rgba-primary-6: rgb(245 95 141/ 0.6);
  --rgba-primary-7: rgb(245 95 141/ 0.7);
  --rgba-primary-8: rgb(245 95 141/ 0.8);
  --rgba-primary-9: rgb(245 95 141/ 0.9);
}

/* SKIN - 3 */

.skin-3 {
  --primary: rgb(var(--rgb-primary, 240 31 117) / 1);
  --primary-hover: #d40c5e;
  --primary-dark: #631032;
  --primary-light: #ffecf4;
  --rgb-primary: 240 31 117;
  --secondary: #1f2471;
  --rgba-primary-05: rgb(240 31 117/ 0.05);
  --rgba-primary-1: rgb(240 31 117/ 0.1);
  --rgba-primary-2: rgb(240 31 117/ 0.2);
  --rgba-primary-3: rgb(240 31 117/ 0.3);
  --rgba-primary-4: rgb(240 31 117/ 0.4);
  --rgba-primary-5: rgb(240 31 117/ 0.5);
  --rgba-primary-6: rgb(240 31 117/ 0.6);
  --rgba-primary-7: rgb(240 31 117/ 0.7);
  --rgba-primary-8: rgb(240 31 117/ 0.8);
  --rgba-primary-9: rgb(240 31 117/ 0.9);
  --gradient: linear-gradient(to right,#ef146e 0,#fea958 51%, #ef146e 100%);
  --gradient-sec: linear-gradient(to right,#111c58 0,#5c2782 51%,#111c58 100%);
  --quote: url(../images/quotes-3.svg);
}

/* SKIN - 4 */

.skin-4 {
  --primary: rgb(var(--rgb-primary, 35 74 218) / 1);
  --primary-hover: #0e2ea7;
  --primary-dark: #021e89;
  --primary-light: #f1f4ff;
  --rgb-primary: 35 74 218;
  --secondary: #1f2471;
  --rgba-primary-05: rgb(35 74 218/ 0.05);
  --rgba-primary-1: rgb(35 74 218/ 0.1);
  --rgba-primary-2: rgb(35 74 218/ 0.2);
  --rgba-primary-3: rgb(35 74 218/ 0.3);
  --rgba-primary-4: rgb(35 74 218/ 0.4);
  --rgba-primary-5: rgb(35 74 218/ 0.5);
  --rgba-primary-6: rgb(35 74 218/ 0.6);
  --rgba-primary-7: rgb(35 74 218/ 0.7);
  --rgba-primary-8: rgb(35 74 218/ 0.8);
  --rgba-primary-9: rgb(35 74 218/ 0.9);
  --gradient: linear-gradient(to right, rgb(var(--rgb-primary, 35 74 218) / 1) 0,#0e2ea7 51%, rgb(var(--rgb-primary, 35 74 218) / 1) 100%);
  --gradient-sec: linear-gradient(to right,#130065 0,#2b0ead 51%,#130065 100%);
  --quote: url(../images/quotes-4.svg);
}

/* SKIN - 5 */

.skin-5 {
  --primary: rgb(var(--rgb-primary, 0 83 169) / 1);
  --primary-hover: #004893;
  --primary-dark: #003c7a;
  --primary-light: #fbf7ff;
  --rgb-primary: 0 83 169;
  --secondary: #390d74;
  --rgba-primary-05: rgb(0 83 169/ 0.05);
  --rgba-primary-1: rgb(0 83 169/ 0.1);
  --rgba-primary-2: rgb(0 83 169/ 0.2);
  --rgba-primary-3: rgb(0 83 169/ 0.3);
  --rgba-primary-4: rgb(0 83 169/ 0.4);
  --rgba-primary-5: rgb(0 83 169/ 0.5);
  --rgba-primary-6: rgb(0 83 169/ 0.6);
  --rgba-primary-7: rgb(0 83 169/ 0.7);
  --rgba-primary-8: rgb(0 83 169/ 0.8);
  --rgba-primary-9: rgb(0 83 169/ 0.9);
  --gradient: linear-gradient(to right, rgb(var(--rgb-primary, 0 83 169) / 1) 0,#004893 51%, rgb(var(--rgb-primary, 0 83 169) / 1) 100%);
  --gradient-sec: linear-gradient(to right,#130065 0,#2b0ead 51%,#130065 100%);
  --quote: url(../images/quotes-5.svg);
}

.skin-1 body{
  color:#636363;
}

.skin-1 .site-footer.style-2{
  background-color:#1f2471;
}

.skin-1 .site-footer.style-2 .footer-bottom{
  background:#141857;
}

.skin-2 h1, .skin-2 h2, .skin-2 h3, .skin-2 h4, .skin-2 h5, .skin-2 h6{
  color:#262626;
}

.skin-2 .site-footer.style-2{
  background-color:#0e1b1f;
}

.skin-2 .site-footer.style-2 .footer-bottom {
  background-color: #1f343b;
}

.skin-3 body{
  color:#5c6390;
}

.skin-3 h1, .skin-3 h2, .skin-3 h3, .skin-3 h4, .skin-3 h5, .skin-3 h6{
  color:#1f2471;
}

.skin-3 .site-footer.style-3 .footer-bottom{
  background:#111942;
}

.skin-4 body{
  color: #5e5e5e;
}

.skin-4 h1, .skin-4 h2, .skin-4 h3, .skin-4 h4, .skin-4 h5, .skin-4 h6{
  color: #141752;
}

.skin-5 body{
  color: #5e5e5e;
}

.skin-5 h1, .skin-5 h2, .skin-5 h3, .skin-5 h4, .skin-5 h5, .skin-5 h6{
  color: #1d1f40;
}

/* RLT CSS */

[dir='rtl'] .logo-header {
  float: right;
}

[dir='rtl'] .top-bar .dlab-topbar-left {
  float: right;
}

[dir='rtl'] .top-bar .dlab-topbar-left li {
  padding-left: 20px;
}

[dir='rtl'] .top-bar .dlab-topbar-right {
  float: left;
}

[dir='rtl'] .top-bar .dlab-topbar-right li {
  padding-left: 0;
  padding-right: 15px;
}

[dir='rtl'] .top-bar .dlab-topbar-center, [dir='rtl'] .top-bar .dlab-topbar-left, [dir='rtl'] .top-bar .dlab-topbar-right {
  padding-left: 15px;
  padding-right: 15px;
}

[dir='rtl'] .top-bar .dlab-topbar-center ul i, [dir='rtl'] .top-bar .dlab-topbar-left ul i, [dir='rtl'] .top-bar .dlab-topbar-right ul i {
  margin-left: 5px;
  margin-right: 0;
}

[dir='rtl'] .dlab-quik-search {
  left: 0;
}

[dir='rtl'] .dlab-quik-search span {
  position: absolute;
  right: auto;
  left: 15px;
}

[dir='rtl'] .site-header .extra-nav {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}

[dir='rtl'] .navbar-toggler {
  float: left;
  margin: 36px 15px 36px 0;
}

[dir='rtl'] .navicon span {
  left: auto;
  right: 0;
}

[dir='rtl'] .navicon.open span:nth-child(2) {
  left: auto;
  right: -60px;
}

[dir='rtl'] .header-nav .badge {
  margin-left: 0;
  margin-right: 0.4rem;
}

[dir='rtl'] .header-nav .nav {
  float: left;
}

[dir='rtl'] .header-nav .nav > li.has-mega-menu > a:after {
  margin-left: 0;
  margin-right: 7px;
}

[dir='rtl'] .header-nav .nav > li.sub-menu-down > a:after {
  margin-left: 0;
  margin-right: 7px;
}

[dir='rtl'] .header-nav .nav > li > a i {
  margin-right: 3px;
  margin-left: 0;
}

[dir='rtl'] .header-nav .nav > li .mega-menu, [dir='rtl'] .header-nav .nav > li .sub-menu {
  left: auto;
  right: 0;
}

[dir='rtl'] .header-nav .nav > li .mega-menu li a:after, [dir='rtl'] .header-nav .nav > li .sub-menu li a:after {
  left: auto;
  right: 20px;
}

[dir='rtl'] .header-nav .nav > li .mega-menu li:hover > a, [dir='rtl'] .header-nav .nav > li .sub-menu li:hover > a {
  padding: 10px 35px 10px 20px;
}

[dir='rtl'] .header-nav .nav > li .mega-menu li > .sub-menu, [dir='rtl'] .header-nav .nav > li .sub-menu li > .sub-menu {
  left: auto;
  right: 220px;
}

[dir='rtl'] .header-nav .nav > li .sub-menu li > a > i {
  float: left;
}

[dir='rtl'] .header-nav .nav > li .mega-menu {
  right: auto;
  left: 0px;
}

[dir='rtl'] .header-nav .nav > li .mega-menu > li > a > i {
  margin-left: 5px;
  margin-right: 0;
}

[dir='rtl'] .header-nav .nav > li .mega-menu > li:after {
  right: auto;
  left: 0px;
}

[dir='rtl'] .header-nav .nav > li .mega-menu > li li i {
  margin-right: 0;
  margin-left: 5px;
}

[dir='rtl'] .is-fixed .main-bar {
  left: auto;
  right: 0;
}

[dir='rtl'] .new-page {
  margin-left: 0;
  margin-right: 0.4rem;
}

@media only screen and (max-width: 1199px) {
  [dir='rtl'] .header-nav .nav > li:nth-last-child(3) .sub-menu .sub-menu, [dir='rtl'] .header-nav .nav > li:nth-last-child(2) .sub-menu .sub-menu, [dir='rtl'] .header-nav .nav > li:last-child .sub-menu .sub-menu {
    left: auto;
    right: -220px;
  }
}

@media only screen and (max-width: 991px) {
  [dir='rtl'] .header-nav {
    left: auto;
    right: -280px;
  }

  [dir='rtl'] .header-nav.show {
    left: auto;
    right: -1px;
  }

  [dir='rtl'] .header-nav .nav > li.has-mega-menu > a:after {
    right: auto;
    left: 0;
    float: left;
  }

  [dir='rtl'] .header-nav .nav > li.sub-menu-down > a:after {
    right: auto;
    left: 0;
    float: left;
    content: "\f053";
  }

  [dir='rtl'] .header-nav .nav > li.sub-menu-down.open > a:after {
    content: "\f078";
  }

  [dir='rtl'] .header-nav .nav > li > a i {
    right: auto;
    left: 0;
    float: left;
  }

  [dir='rtl'] .header-nav .nav > li .mega-menu > li > a i, [dir='rtl'] .header-nav .nav > li .sub-menu > li > a i {
    right: auto;
    left: 0;
  }

  [dir='rtl'] .header-nav .nav > li .mega-menu > li > a i:before, [dir='rtl'] .header-nav .nav > li .sub-menu > li > a i:before {
    content: "\f104";
  }

  [dir='rtl'] .header-nav .nav > li .mega-menu > li.open > a i:before, [dir='rtl'] .header-nav .nav > li .sub-menu > li.open > a i:before {
    content: "\f107";
  }

  [dir='rtl'] .header-nav .nav > li .mega-menu li a, [dir='rtl'] .header-nav .nav > li .sub-menu li a {
    padding: 2px 15px 1px 0;
  }

  [dir='rtl'] .header-nav .nav > li .mega-menu li a:after, [dir='rtl'] .header-nav .nav > li .sub-menu li a:after {
    left: auto;
    right: 0;
  }

  [dir='rtl'] .header-nav .nav > li:last-child .sub-menu {
    left: 0;
    right: auto;
  }

  [dir='rtl'] .header-nav .nav {
    float: none;
  }

  [dir='rtl'] .mo-left .header-nav {
    left: auto;
    right: -280px;
  }

  [dir='rtl'] .mo-left .header-nav.show {
    left: auto;
    right: -1px;
  }

  [dir='rtl'] .mo-left .navbar-toggler.open:after {
    left: -20px;
    right: 0;
  }

  [dir='rtl'] .header-nav .nav > li .mega-menu li:hover > a, [dir='rtl'] .header-nav .nav > li .sub-menu li:hover > a {
    padding: 2px 15px 1px 0;
  }

  [dir='rtl'] .header-nav .nav > li .mega-menu .mega-menu, [dir='rtl'] .header-nav .nav > li .sub-menu .mega-menu, [dir='rtl'] .header-nav .nav > li .mega-menu .sub-menu, [dir='rtl'] .header-nav .nav > li .sub-menu .sub-menu {
    padding-left: 0;
    padding-right: 20px;
  }
}

[dir='rtl'] .btn i {
  transform: rotate(180deg) scale(1.2) !important;
}

[dir='rtl'] .banner-five .swiper .swiper-slide {
  direction: rtl;
}

[dir='rtl'] .swiper ,
[dir='rtl'] .slider-thumbs ,
[dir='rtl'] .slider-main ,
[dir='rtl'] .swiper-container ,
[dir='rtl'] .owl-carousel {
  direction: ltr;
}

[dir='rtl'] .owl-carousel .dlab-content ,
[dir='rtl'] .owl-carousel .testimonial-5 ,
[dir='rtl'] .owl-carousel .testimonial-2 ,
[dir='rtl'] .owl-carousel .testimonial-1 ,
[dir='rtl'] .owl-carousel .dlab-blog {
  direction: rtl;
}

[dir='rtl'] .banner-four .banner-inner .dz-media > svg {
  transform: rotateY(180deg);
}

[dir='rtl'] .banner-five .banner-inner::before {
  background: linear-gradient(-280deg, rgba(0, 0, 0, 0) 5%, var(--primary) 82%);
}

.main-bar-wraper.sticky-no .main-bar {
  position: static;
}

@media only screen and (min-width: 1281px) {
  [dir="rtl"] .boxed .main-bar {
    left: 50% !important;
    right: auto !important;
  }

  .boxed .page-wraper {
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  }

  .boxed .footer-fixed .site-footer {
    left: 50%;
    width: 1200px;
    margin: 0 -600px;
  }

  .boxed .main-bar {
    transform: translateX(-50%);
    left: 50% !important;
    max-width: 1230px;
  }

  .boxed .site-header.style-1 .extra-cell > a, .boxed .site-header.style-1 .extra-cell > div {
    margin-left: 15px;
  }

  .boxed .site-header.style-2.center .header-nav .nav.navbar-left {
    margin-right: 120px;
  }

  .boxed .site-header.style-2.center .header-nav .nav.navbar-right {
    margin-left: 120px;
  }

  .boxed .site-header.style-2.center .extra-nav-left, .boxed .site-header.style-2.center .extra-nav {
    width: 120px;
    padding: 0;
  }

  .boxed .site-header.style-2.center .extra-cell .login-btn {
    display: none;
  }

  .boxed .site-header.style-2.center .extra-cell > a, .boxed .site-header.style-2.center .extra-cell > div {
    margin-left: 15px;
  }

  .boxed .sidenav-menu {
    position: absolute;
  }

  .boxed .dz-coming-soon .countdown .date span {
    font-size: 14px;
  }

  .boxed .dz-coming-soon .countdown .date .time {
    font-size: 70px;
    line-height: 70px;
  }

  .boxed .dz-coming-soon .dz-coming-bx {
    padding-left: 30px;
    padding-right: 30px;
  }

  .boxed .banner-five .swiper-pagination {
    flex-direction: row;
    left: 45px;
    top: auto;
    bottom: 20px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .frame {
    padding: 30px;
  }

  .frame .page-wraper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    height: auto !important;
  }

  .frame .is-fixed .main-bar {
    left: 0;
    width: 100%;
    margin: 0;
    position: unset;
  }

  .frame button.scroltop {
    right: 50px;
    bottom: 50px;
  }

  .frame .sidenav-menu {
    position: absolute;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 991px) {
  .boxed .site-header.style-1 .extra-icon-box {
    display: none;
  }

  .boxed .site-header.style-2 .extra-cell .login-btn i {
    margin: 0;
  }

  .boxed .site-header.style-2 .extra-cell .login-btn {
    margin-left: 20px;
    width: 45px;
    height: 45px;
    padding: 12px;
  }

  .boxed .site-header.style-2 .extra-cell .login-btn span {
    display: none;
  }

  .boxed .header-nav .nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .boxed .site-header.style-2 .social-list.style-2 {
    display: none;
  }

  .boxed .silder-one .silder-content {
    padding: 40px;
  }

  .boxed .silder-two .silder-content {
    width: 60%;
    padding-right: 80px;
    padding-left: 40px;
  }

  .boxed .silder-two .silder-img {
    width: calc(40% + 55px);
  }

  .boxed .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .boxed .under-construct {
    padding: 50px;
  }

  .boxed .under-construct .dz-content p {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1200px) {
  .frame .site-header.style-1 .extra-icon-box {
    display: none;
  }

  .frame .dz-coming-bx {
    padding-left: 30px;
    padding-right: 30px;
  }

  .frame .countdown .date .time {
    font-size: 70px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .frame {
    padding: 0;
  }

  .frame button.scroltop {
    right: 15px;
    bottom: 15px;
  }
}

.theme-sharped {
  transition: 1s;
}

.theme-rounded {
  transition: 1s;
}

/* BASE CSS */

body {
  color: #636363;
  line-height: 1.6;
  font-size: 16px;
  background-color: #f9f9f9;
}

img {
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #070120;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 800;
}

h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 800;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5625rem;
  line-height: 1.2;
}

h5 {
  font-size: 1.25rem;
}

p {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 42px;
  }
}

@media (max-width: 576px)  {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 30px;
  }

  p {
    font-size: 14px;
  }
}

section {
  position: relative;
  z-index: 1;
}

#pointer-ring {
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: block;
  position: fixed;
  border-radius: 100px;
  z-index: 999999;
  pointer-events: none;
  transition: width 0.3s, height 0.3s;
  background-color: var(--primary);
  opacity: 0.1;
}

#pointer-dot {
  left: -6px;
  top: -6px;
  width: 12px;
  height: 12px;
  position: fixed;
  border-radius: 10px;
  z-index: 999998;
  pointer-events: none;
  transition: border-color 0.5s;
  background: var(--primary);
}

.loading-inner .dot {
  animation: dzPreLoaderCircle1 2.5s 0s infinite both;
}

.loading-inner .dot2 {
  animation: dzPreLoaderCircle2 2.5s 0s infinite both;
}

.loading-04,
.loading-05 {
  display: flex;
}

.loading-05 .dots {
  filter: url(style.css);
}

.loading-05 .dot:first-child {
  animation: FirstDot 3s infinite;
}

.loading-05 .dot:nth-child(2) {
  animation: SecondDot 3s infinite;
}

.loading-05 .dot:nth-child(3) {
  animation: ThirdDot 3s infinite;
}

.loading-05 .dot:nth-child(4) {
  animation: FourthDot 3s infinite;
}

.loading-05 .dot:nth-child(5) {
  animation: FifthDot 3s infinite;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y)* -1);
  margin-right: calc(var(--bs-gutter-x)* -.5);
  margin-left: calc(var(--bs-gutter-x)* -.5);
}

.row > * {
  flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}

.container, .container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

.left-container {
  margin-left: calc((100% - 1170px) / 2);
}

[dir='rtl'] .left-container {
  margin-right: calc((100% - 1170px) / 2);
  margin-left: 0;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1199px;
  }
}

@media only screen and (max-width: 1199px) {
  .left-container {
    margin-left: calc((100% - 960px) / 2);
  }

  [dir='rtl'] .left-container {
    margin-right: calc((100% - 960px) / 2);
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .left-container {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

/* LAYOUT CSS */

/* Header Logo */

.logo-header {
  display: table;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #efbb20;
  margin: 0;
  width: 170px;
  height: 130px;
  position: relative;
  z-index: 9;
  transition: all 1s;
}

.header-nav .logo-header {
  display: none;
}

.logo-header a {
  display: table-cell;
  vertical-align: middle;
}

.logo-header img {
  height: auto;
  width: 100%;
}

.logo-header span {
  font-size: 20px;
  letter-spacing: 20px;
}

/* Top Bar */

.top-bar {
  background-color: #fff;
  color: black;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top-bar .dlab-topbar-left {
  float: left;
}

.top-bar .dlab-topbar-left li {
  padding-right: 20px;
}

.top-bar .dlab-topbar-right {
  float: right;
}

.top-bar .dlab-topbar-right li {
  padding-left: 15px;
}

.top-bar .dlab-topbar-center, .top-bar .dlab-topbar-left, .top-bar .dlab-topbar-right {
  padding-left: 15px;
  padding-right: 15px;
}

.top-bar .dlab-topbar-center ul, .top-bar .dlab-topbar-left ul, .top-bar .dlab-topbar-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-bar .dlab-topbar-center ul li, .top-bar .dlab-topbar-left ul li, .top-bar .dlab-topbar-right ul li {
  display: inline-block;
  font-size: 14px;
}

.top-bar .dlab-topbar-center ul i, .top-bar .dlab-topbar-left ul i, .top-bar .dlab-topbar-right ul i {
  color: var(--primary);
  transform: scale(1.3);
  margin-right: 5px;
}

.top-bar .dlab-topbar-center .dlab-social-icon li, .top-bar .dlab-topbar-left .dlab-social-icon li, .top-bar .dlab-topbar-right .dlab-social-icon li {
  padding-left: 0;
}

/* Quik Search */

.dlab-quik-search {
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0px 30px;
  z-index: 999;
  overflow: hidden;
  display: none;
}

.dlab-quik-search form {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  top: 50%;
}

.dlab-quik-search .form-control {
  padding: 15px 60px 15px 15px;
  width: 100%;
  height: 90px;
  border: none;
  background: 0 0;
  color: #fff;
  font-size: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.dlab-quik-search span {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -15px 0;
  height: 25px;
  font-size: 20px;
  cursor: pointer;
}

/* Site Header */

.site-header {
  position: relative;
  z-index: 9999;
}

.site-header .main-bar {
  background: #fff;
  width: 100%;
  position: relative;
}

.site-header .container {
  position: relative;
}

.site-header .extra-nav {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  margin-left: 20px;
  height: 130px;
  transition: all 1s;
}

.site-header .extra-nav #quik-search-btn {
  color: #020d26;
  cursor: pointer;
  margin-right: 0px;
  border: 0;
}

.site-header .extra-nav ul li {
  display: inline-block;
}

.site-header .extra-nav ul li .icon {
  padding: 0;
  background: transparent;
  min-width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}

/* Navbar Toggler */

.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 36px 0 36px 15px;
  padding: 0;
  float: right;
  outline: none !important;
}

/* Navicon */

.navicon {
  width: 20px;
  height: 18px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #000;
}

.navicon span:nth-child(1) {
  top: 0px;
}

.navicon span:nth-child(2) {
  top: 7px;
}

.navicon span:nth-child(3) {
  top: 14px;
}

.navicon.open span:nth-child(1) {
  top: 7px;
  transform: rotate(135deg);
}

.navicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.navicon.open span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}

/* Header-tb */

.header-tb .navicon span {
  background: #fff;
}

/* Header Nav */

.header-nav {
  padding: 0;
}

.header-nav .badge {
  background: #eb2100;
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 10px;
  margin-left: 0.4rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.header-nav .nav {
  float: right;
  padding: 0;
}

.header-nav .nav > li {
  margin: 0px;
  font-weight: 400;
  position: relative;
}

.header-nav .nav > li.has-mega-menu {
  position: inherit;
}

.header-nav .nav > li.has-mega-menu > a:after {
  content: "\f078";
  font-size: 10px;
  margin-left: 7px;
  margin-top: 0;
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.header-nav .nav > li:hover > a {
  color: var(--primary);
}

.header-nav .nav > li.sub-menu-down > a:after {
  content: "\f078";
  font-size: 10px;
  margin-left: 7px;
  margin-top: 0;
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.header-nav .nav > li > a {
  color: #070120;
  font-size: 15px;
  padding: 55px 15px;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  line-height: 1.35;
  transition: all 1s;
}

.header-nav .nav > li > a span {
  display: inline-block;
}

.header-nav .nav > li > a i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
}

.header-nav .nav > li .mega-menu, .header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  margin-top: 20px;
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
}

.header-nav .nav > li .mega-menu li, .header-nav .nav > li .sub-menu li {
  position: relative;
}

.header-nav .nav > li .mega-menu li a, .header-nav .nav > li .sub-menu li a {
  color: #262f5a;
  display: block;
  font-size: 15px;
  padding: 10px 25px;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  transition: all 0.15s linear;
}

.header-nav .nav > li .mega-menu li a:after, .header-nav .nav > li .sub-menu li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--primary);
  left: 20px;
  top: 20px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.header-nav .nav > li .mega-menu li:hover > a, .header-nav .nav > li .sub-menu li:hover > a {
  background-color: #f2f2f2;
  padding: 10px 20px 10px 35px;
  color: var(--primary);
}

.header-nav .nav > li .mega-menu li:hover > a:after, .header-nav .nav > li .sub-menu li:hover > a:after {
  width: 10px;
}

.header-nav .nav > li .mega-menu li > .sub-menu, .header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  transition: all 1s;
}

.header-nav .nav > li .sub-menu li > a > i {
  color: inherit;
  display: block;
  float: right;
  font-size: 12px;
  opacity: 1;
  margin-top: 7px;
  border-radius: 6px;
}

.header-nav .nav > li .sub-menu.open > a > i:before {
  content: "\f078";
}

.header-nav .nav > li .sub-menu > li.open > a i:before {
  content: "\f107";
}

.header-nav .nav > li .mega-menu {
  display: flex;
  right: 0px;
  width: 100%;
  z-index: 9;
  padding: 0;
}

.header-nav .nav > li .mega-menu > li {
  display: block;
  padding: 30px 0 25px;
  position: relative;
  /* vertical-align: top;
	*/
  width: 25%;
}

.header-nav .nav > li .mega-menu > li > a {
  color: #000;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.header-nav .nav > li .mega-menu > li > a > i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

.header-nav .nav > li .mega-menu > li:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 1px;
  height: 100%;
}

.header-nav .nav > li .mega-menu > li:last-child:after {
  display: none;
}

.header-nav .nav > li .mega-menu > li:hover > a {
  background-color: transparent;
}

.header-nav .nav > li .mega-menu > li li i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

.header-nav .nav > li:hover > .mega-menu, .header-nav .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  transition: all 1s;
}

.header-nav .nav > li:hover > .mega-menu li:hover > .sub-menu, .header-nav .nav > li:hover > .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  top: -1px;
}

.header-nav .nav > li.open .mega-menu, .header-nav .nav > li.open .sub-menu {
  display: block;
  opacity: 1;
}

.header-nav .nav > li.open .open.menu-item-has-children > a:before {
  transform: rotate(90deg);
}

.header-nav .nav > li.open .open .mega-menu, .header-nav .nav > li.open .open .sub-menu {
  display: block;
  opacity: 1;
}

.header-nav .nav > li.active > a {
  color: var(--primary) !important;
}

.header-nav .dlab-social-icon {
  display: none;
  text-align: center;
}

.header-nav .dlab-social-icon li {
  display: inline-block;
  margin: 0 2px;
}

.header-nav .dlab-social-icon a {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #eee;
  line-height: 38px;
  text-align: center;
  border-radius: 40px;
  display: block;
}

/* Header Transparent{
	*/

.header-transparent {
  position: absolute;
  width: 100%;
  /* Side Menu Btn */
  /* Top Bar */
}

.header-transparent .top-bar, .header-transparent .main-bar {
  background: transparent;
}

.header-transparent .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}

.header-transparent .side-menu-btn .menu-icon-in span {
  background-color: #fff;
}

.header-transparent .is-fixed .side-menu-btn .menu-icon-in span {
  background-color: #000;
}

.header-transparent .navbar-toggler span {
  background: #fff;
}

.header-transparent .is-fixed .nav > li > a {
  color: #000;
}

.header-transparent .is-fixed .navbar-toggler span {
  background: #000;
}

.header-transparent .top-bar {
  border-color: #fff;
}

.header-transparent .top-bar .dlab-topbar-left li, .header-transparent .top-bar .dlab-topbar-right li, .header-transparent .top-bar .dlab-topbar-left i, .header-transparent .top-bar .dlab-topbar-right i {
  color: #fff;
}

/* Is Fixed */

.is-fixed:not(.sticky-no) .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
  transition: all 0.5s;
  background: rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

/* Mobile Nav */

.text-black .nav > li > a {
  color: #070120;
}

.text-black .navbar-toggler span {
  background: #000;
}

/* Logo */

.site-header .main-bar-wraper .logo-header .dark-logo {
  display: table-cell;
}

.site-header .main-bar-wraper .logo-header .light-logo {
  display: none;
}

.site-header .main-bar-wraper.is-fixed .logo-header .dark-logo {
  display: table-cell;
}

.site-header.header-transparent .main-bar-wraper .logo-header .dark-logo {
  display: none;
}

.site-header.header-transparent .main-bar-wraper .logo-header .light-logo {
  display: table-cell;
}

.site-header.header-transparent .main-bar-wraper.is-fixed .logo-header .light-logo {
  display: none;
}

.site-header.header-transparent .main-bar-wraper.is-fixed .logo-header .dark-logo {
  display: table-cell;
}

.site-header.text-black .main-bar-wraper .logo-header .dark-logo {
  display: table-cell;
}

.site-header.text-black .main-bar-wraper .logo-header .light-logo {
  display: none;
}

.site-header.text-black .main-bar-wraper.is-fixed .logo-header .dark-logo {
  display: table-cell;
}

.site-header .is-fixed .extra-nav .btn.btn-light {
  background-color: #896eff;
  color: #fff;
}

.screen-lock {
  overflow: hidden;
}

.new-page {
  background: #eb2100;
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 10px;
  margin-left: 0.4rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.header-transparent:not(.text-black) .main-bar .container > .logo-header.logo-dark, .header-transparent:not(.text-black) .main-bar .container-fluid > .logo-header.logo-dark {
  display: none;
}

.header-transparent:not(.text-black) .is-fixed .main-bar .container > .logo-header.logo-white, .header-transparent:not(.text-black) .is-fixed .main-bar .container-fluid > .logo-header.logo-white {
  display: none;
}

.header-transparent:not(.text-black) .is-fixed .main-bar .container > .logo-header.logo-dark, .header-transparent:not(.text-black) .is-fixed .main-bar .container-fluid > .logo-header.logo-dark {
  display: table;
}

@media only screen and (max-width: 1400px) {
  .header-nav .nav > li:nth-last-child(3) .sub-menu .sub-menu, .header-nav .nav > li:nth-last-child(2) .sub-menu .sub-menu, .header-nav .nav > li:last-child .sub-menu .sub-menu {
    left: -220px;
  }
}

@media only screen and (max-width: 1199px) {
  .logo-header {
    width: 130px;
    height: 90px;
  }

  .header-nav .nav > li > a {
    padding: 35px 12px;
  }

  .site-header .extra-nav {
    height: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .mo-left .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 60px;
    left: -280px;
    /* width: 280px;
			left: -1px; */
    height: 100vh !important;
    transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
  }

  .mo-left .header-nav.show {
    left: -1px;
    transition: all 0.8s;
    margin: 0;
    width: 280px;
  }

  .mo-left .navbar-toggler.open:after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    left: 0;
    position: fixed;
    right: -20px;
    top: -63px;
    transform: scale(100);
    width: 100%;
    z-index: -1;
    transition: all 0.5s;
    transform-origin: top right;
    margin: 0 0px 0px 20px;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
  }

  .mo-left .navbar-toggler.open span {
    background: #fff;
  }

  .header-nav .nav > li.sub-menu-down.open > a::after {
    content: "\f078";
  }

  .header-nav .nav > li .mega-menu li a::after, .header-nav .nav > li .sub-menu li a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    width: auto;
    height: auto;
    background: 0 0 !important;
    top: 3px;
    color: #262F5A;
    font-size: 12px;
    position: absolute;
    left: 0;
    font-weight: 700;
  }

  .header-nav .nav > li .mega-menu .mega-menu li a::after, .header-nav .nav > li .mega-menu .sub-menu li a::after, .header-nav .nav > li .sub-menu .mega-menu li a::after, .header-nav .nav > li .sub-menu .sub-menu li a::after {
    width: 5px;
    content: "";
    height: 5px;
    background: #262F5A !important;
    border-radius: 4px;
    top: 13px;
  }

  .mo-left .header-nav .logo-header {
    display: block;
    float: none;
    height: auto !important;
    max-width: 100%;
    padding: 25px 20px;
    width: 100%;
  }

  .mo-left .header-nav .logo-header img {
    max-width: unset;
    width: 160px;
    vertical-align: middle;
  }

  .header-nav .nav {
    float: none;
    padding: 0 20px;
  }

  .header-nav .nav > li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }

  .header-nav .nav > li > a {
    padding: 8px 0;
    display: block;
    line-height: 30px;
  }

  .header-nav .nav > li.sub-menu-down > a:after {
    content: "\f054";
    background-color: var(--primary);
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 12px;
    margin: 0;
    border-radius: 6px;
  }

  .header-nav .nav > li .mega-menu li:hover > a, .header-nav .nav > li .sub-menu li:hover > a {
    padding: 2px 0 1px 15px;
    background: transparent;
  }

  .header-nav .nav > li .mega-menu > li > a i, .header-nav .nav > li .sub-menu > li > a i {
    color: var(--primary) !important;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    font-size: 14px !important;
    margin: 0 !important;
    background: var(--rgba-primary-2);
  }

  .header-nav .nav > li .mega-menu, .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 10px 0;
    transition: none;
  }

  .header-nav .nav > li .mega-menu li a, .header-nav .nav > li .sub-menu li a {
    padding: 2px 0 1px 15px;
    display: block;
    line-height: 30px;
    position: relative;
  }

  .header-nav .dlab-social-icon {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .header-nav .nav > li .mega-menu li > .sub-menu, .header-nav .nav > li .sub-menu li > .sub-menu {
    display: none;
  }

  .header-nav .nav > li .mega-menu .mega-menu, .header-nav .nav > li .mega-menu .sub-menu, .header-nav .nav > li .sub-menu .mega-menu, .header-nav .nav > li .sub-menu .sub-menu {
    border-top: 0;
    padding-left: 20px;
  }
}

@media (max-width: 576px)  {
  .logo-header {
    width: 120px;
    height: 75px;
  }

  .navbar-toggler {
    margin: 28px 0 28px 15px;
  }
}

@media only screen and (min-width: 991px) {
  .header-nav .nav > li:hover > a span {
    animation: upToDown 0.3s forwards;
  }

  .is-fixed:not(.sticky-no) .header-nav .nav > li > a {
    padding: 35px 15px;
  }

  .is-fixed:not(.sticky-no) .logo-header, .is-fixed:not(.sticky-no) .extra-nav {
    height: 90px;
  }

  .header-transparent:not(.text-black) .nav > li > a {
    color: #fff;
  }

  .header-transparent:not(.text-black) .is-fixed .nav > li > a {
    color: #000;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.details-tabs .nav-tabs .tab-btn.active {
  color: #000 !important;
  background-color: #fff;
}

/* MEDIA QUERY */

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
}

.site-footer.style-2:before {
  content: "";
  background-image: url(../images/pattern/pattern2.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

footer .footer-title:before, footer .footer-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 20px;
  background: var(--gradient);
  background-size: 200%;
}

footer .footer-title:before {
  width: 15px;
}

footer .footer-title:after {
  width: 45px;
  left: 20px;
}

[dir='rtl'] footer .footer-title:after {
  left: auto;
  right: 20px;
}

.wp-block-latest-posts li a:before, .wp-block-categories-list li a:before, .wp-block-archives-list li a:before, .widget_categories ul li a:before, .widget_archive ul li a:before, .widget_meta ul li a:before, .widget_pages ul li a:before, .widget_recent_comments ul li a:before, .widget_nav_menu ul li a:before, .widget_recent_entries ul li a:before, .widget_services ul li a:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  display: block;
  left: -15px;
  top: -2px;
}

.dlab-social-icon li a:hover {
  background-image: var(--gradient);
  background-size: 200%;
  color: #fff;
}

.dlab-social-icon li a:hover i {
  color: #fff;
}

.site-footer.style-1 .footer-title:before, .site-footer.style-1 .footer-title:after {
  background: #fff;
}

[dir='rtl'] footer .footer-title:before {
  left: auto;
  right: 0;
}

[dir='rtl'] .site-footer.style-2:before {
  background-position: right top;
  background-image: url(../images/rtl/pattern/pattern2.png);
  left: auto;
  right: 0;
}

[dir='rtl'] .wp-block-latest-posts li a:before, 
[dir='rtl'] .wp-block-categories-list li a:before, 
[dir='rtl'] .wp-block-archives-list li a:before, 
[dir='rtl'] .widget_categories ul li a:before, 
[dir='rtl'] .widget_archive ul li a:before, 
[dir='rtl'] .widget_meta ul li a:before, 
[dir='rtl'] .widget_pages ul li a:before, 
[dir='rtl'] .widget_recent_comments ul li a:before, 
[dir='rtl'] .widget_nav_menu ul li a:before, 
[dir='rtl'] .widget_recent_entries ul li a:before, 
[dir='rtl'] .widget_services ul li a:before {
  left: auto;
  right: -15px;
  top: -1px;
  content: "\f104";
}

/* COMPONENT CSS */

@keyframes upToDown {
  49% {
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes rotate360 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes shine {
  100% {
    right: auto;
    left: 125%;
  }
}

@keyframes shinertl {
  100% {
    left: auto;
    right: 125%;
  }
}

@keyframes dzPreLoaderCircle1{
  0%,
    100%{
            box-shadow:
        0 0 0 var(--primary),
        0 0 0 var(--primary),
        0 0 0 var(--primary),
        0 0 0 var(--primary),
        0 0 0 var(--primary),
        0 0 0 var(--primary),
        0 0 0 var(--primary),
        0 0 0 var(--primary);
  }

  50%{
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
  }

  25%,
    75%{
    box-shadow: 
        28px 0 0 var(--primary),
        -28px 0 0 var(--primary),
        0 28px 0 var(--primary),
        0 -28px 0 var(--primary),
        20px -20px 0 var(--primary),
        20px 20px 0 var(--primary),
        -20px -20px 0 var(--primary),
        -20px 20px 0 var(--primary);
  }

  100%{
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
            box-shadow: 
        0 0 0 var(--primary),
        0 0 0 var(--primary),
        0 0 0 var(--primary),
        0 0 0 var(--primary),
        0 0 0 var(--primary),
        0 0 0 var(--primary),
        0 0 0 var(--primary),
        0 0 0 var(--primary);
  }
}

@keyframes dzPreLoaderCircle2{
  0%,
    100%{
    box-shadow:
        0 0 0 var(--secondary),
        0 0 0 var(--secondary),
        0 0 0 var(--secondary),
        0 0 0 var(--secondary),
        0 0 0 var(--secondary),
        0 0 0 var(--secondary),
        0 0 0 var(--secondary),
        0 0 0 var(--secondary);
  }

  50%{
    transform: translateX(-50%) translateY(-50%) rotate(-180deg);
  }

  25%,
    75%{
    box-shadow:
        52px 0 0 var(--secondary),
        -52px 0 0 var(--secondary),
        0 52px 0 var(--secondary),
        0 -52px 0 var(--secondary),
        38px -38px 0 var(--secondary),
        38px 38px 0 var(--secondary),
        -38px -38px 0 var(--secondary),
        -38px 38px 0 var(--secondary);
    background: transparent;
  }

  100%{
    transform: translateX(-50%) translateY(-50%) rotate(-360deg);
    box-shadow:
        0 0 0 var(--secondary),
        0 0 0 var(--secondary),
        0 0 0 var(--secondary),
        0 0 0 var(--secondary),
        0 0 0 var(--secondary),
        0 0 0 var(--secondary),
        0 0 0 var(--secondary),
        0 0 0 var(--secondary);
  }
}

@keyframes FirstDot {
  0% {
    transform: scale(1) translateX(0);
  }

  25% {
    transform: scale(2.5) translateX(0);
  }

  50% {
    transform: scale(1) translateX(0);
  }

  83% {
    transform: scale(1) translateX(240px);
  }

  100% {
    transform: scale(1) translateX(0);
  }
}

@keyframes SecondDot {
  0% {
    transform: translateX(0px);
  }

  27% {
    transform: translateX(-40px);
  }

  50% {
    transform: translateX(0px);
  }

  81% {
    transform: translateX(180px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes ThirdDot {
  0% {
    transform: translateX(0px);
  }

  29% {
    transform: translateX(-100px);
  }

  50% {
    transform: translateX(0px);
  }

  79% {
    transform: translateX(120px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes FourthDot {
  0% {
    transform: translateX(0px);
  }

  31% {
    transform: translateX(-160px);
  }

  50% {
    transform: translateX(0px);
  }

  77% {
    transform: translateX(60px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes FifthDot {
  0% {
    transform: scale(1) translateX(0);
  }

  33% {
    transform: scale(1) translateX(-220px);
  }

  50% {
    transform: scale(1) translateX(0);
  }

  75% {
    transform: scale(2.5) translateX(0);
  }

  100% {
    transform: scale(1) translateX(0);
  }
}

ul.list-check li:before {
  content: "\f120";
  font-family: Flaticon;
  font-size: 24px;
}

ul.list-check-2 li:before {
  content: "\f00c";
  font-family: 'Line Awesome Free';
  font-size: 24px;
  width: 35px;
  height: 35px;
  background: #000;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 35px;
  font-weight: 900;
  background-image: var(--gradient);
  background-size: 200%;
}

.pricingtable-wrapper.style-2 .pricingtable-features li:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 12px;
  width: 26px;
  height: 26px;
  background: var(--rgba-primary-1);
  display: block;
  position: absolute;
  left: 0;
  color: var(--primary);
  border-radius: 35px;
  text-align: center;
  top: 6px;
  line-height: 26px;
  transition: all 1s;
}

ul[class*=list-] li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

ul.list-arrow li:before {
  font-family: 'Line Awesome Free';
  font-weight: 600;
  font-size: 20px;
}

ul.list-check.style-1 li:before {
  content: "\f058";
  font-family: 'Line Awesome Free';
  font-size: 24px;
}

[dir='rtl'] .pricingtable-wrapper.style-2 .pricingtable-features li:after ,
[dir='rtl'] ul[class*=list-] li:before {
  right: 0;
  left: auto;
}

.icon-bx-wraper.style-3:after {
  content: "";
  position: absolute;
  background-image: var(--gradient);
  background-size: 200%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 1s;
  opacity: 0;
  top: 0;
  left: 0;
}

.icon-bx-wraper.style-3:hover .dlab-title, .icon-bx-wraper.style-3:hover p, .icon-bx-wraper.style-3:hover .icon-cell, .icon-bx-wraper.style-3.active .dlab-title, .icon-bx-wraper.style-3.active p, .icon-bx-wraper.style-3.active .icon-cell {
  color: #fff;
}

.icon-bx-wraper.style-1:hover:before, .icon-bx-wraper.style-1:hover:after, .icon-bx-wraper.style-1.active:before, .icon-bx-wraper.style-1.active:after {
  opacity: 1;
  transform: scale(1);
}

.icon-bx-wraper.style-1:before {
  background-image: url(../images/pattern/pattern5.png);
  height: 100%;
  top: -30px;
  left: -30px;
  width: 100%;
}

[dir='rtl'] .icon-bx-wraper.style-1:before {
  right: -30px;
  left: 0;
}

.icon-bx-wraper.style-1:after {
  background-image: url(../images/pattern/pattern6.png);
  height: 290px;
  bottom: -40px;
  right: -30px;
  width: 250px;
}

[dir='rtl'] .icon-bx-wraper.style-1:after {
  left: -30px;
  right: 0;
}

.icon-bx-wraper.style-1:before, .icon-bx-wraper.style-1:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 1s;
  transform: scale(0.5);
  z-index: 0;
}

.icon-bx-wraper.style-1:hover, .icon-bx-wraper.style-1.active {
  box-shadow: 0 5px 95px 0px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.icon-bx-wraper.style-1 > [class*="icon-bx-"]:after {
  content: "";
  position: absolute;
  right: -20px;
  top: -20px;
  height: 133px;
  width: 82px;
  background-position: right;
  z-index: -1;
  transition: all 1s;
}

[dir='rtl'] .icon-bx-wraper.style-1 > [class*="icon-bx-"]:after {
  left: -20px;
  right: 0;
}

.icon-bx-wraper.style-1 > [class*="icon-bx-"].bg-yellow:after {
  background-image: url(../images/pattern/dots/yellow.png);
}

.icon-bx-wraper.style-1 > [class*="icon-bx-"].bg-red:after {
  background-image: url(../images/pattern/dots/red.png);
}

.icon-bx-wraper.style-1 > [class*="icon-bx-"].bg-green:after {
  background-image: url(../images/pattern/dots/green.png);
}

.icon-bx-wraper.style-1 > [class*="icon-bx-"].bg-skyblue:after {
  background-image: url(../images/pattern/dots/skyblue.png);
}

.icon-bx-wraper.style-1 > [class*="icon-bx-"].bg-orange:after {
  background-image: url(../images/pattern/dots/orange.png);
}

.icon-bx-wraper.style-1 > [class*="icon-bx-"].bg-maroon:after {
  background-image: url(../images/pattern/dots/maroon.png);
}

.icon-bx-wraper.style-1:hover > [class*="icon-bx-"]:after, .icon-bx-wraper.style-1.active > [class*="icon-bx-"]:after {
  right: 30px;
}

[dir='rtl'] .icon-bx-wraper.style-1:hover > [class*="icon-bx-"]:after, 
[dir='rtl'] .icon-bx-wraper.style-1.active > [class*="icon-bx-"]:after {
  left: 30px;
  right: auto;
}

.icon-up:hover [class*="icon-bx-"] i, .pricingtable-wrapper.style-2:hover [class*="icon-bx-"] .icon-cell i, icon-bx-wraper style-4:hover .icon-cell i, .icon-bx-wraper.style-1:hover .icon-cell i {
  display: inline-block;
  animation: toTopFromBottom 0.8s forwards;
}

.icon-bx-wraper.style-2 > [class*="icon-bx-"]:before {
  content: "";
  position: absolute;
  width: 165px;
  height: 165px;
  left: calc(50% - 82px);
  top: calc(50% - 82px);
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}

[dir='rtl'] .icon-bx-wraper.style-2 > [class*="icon-bx-"]:before {
  right: calc(50% - 82px);
  left: 0;
}

.icon-bx-wraper.style-2 > [class*="icon-bx-"].text-red:before {
  background-image: url(../images/pattern/icon-bx/red.png);
}

.icon-bx-wraper.style-2 > [class*="icon-bx-"].text-yellow:before {
  background-image: url(../images/pattern/icon-bx/yellow.png);
}

.icon-bx-wraper.style-2 > [class*="icon-bx-"].text-green:before {
  background-image: url(../images/pattern/icon-bx/green.png);
}

.icon-bx-wraper.style-2:hover > [class*="icon-bx-"]:before {
  animation: rotate360 5s infinite;
}

.icon-bx-wraper.style-5 .icon-bx:before, .icon-bx-wraper.style-5 .icon-bx:after {
  content: "";
  background-image: url(../images/pattern/pattern10.png);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.icon-bx-wraper.style-5 .icon-bx:before {
  background-image: var(--gradient-sec);
  background-size: 200%;
  opacity: 0;
}

.icon-bx-wraper.style-5 .icon-bx:after {
  background-position: center;
  background-repeat: no-repeat;
}

.icon-bx-wraper.style-5:hover .icon-bx .icon-cell, .icon-bx-wraper.style-5.active .icon-bx .icon-cell {
  color: #fff;
}

.icon-bx-wraper.style-5:hover .btn, .icon-bx-wraper.style-5.active .btn {
  border-color: transparent !important;
  color: #fff;
}

.icon-bx-wraper.style-5 .btn:after {
  content: "";
  background-image: var(--gradient-sec);
  width: 100%;
  background-size: 200%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 1s;
}

.icon-bx-wraper.style-8 .icon-bx-sm:after {
  content: "";
  position: absolute;
  background-image: var(--gradient);
  background-size: 200%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 1s;
  opacity: 0;
  top: 0;
  left: 0;
}

.icon-bx-wraper.style-5:hover, .icon-bx-wraper.style-5.active ,
.icon-bx-wraper.style-10:hover, .icon-bx-wraper.style-10.active {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.icon-bx-wraper.style-10::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary);
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  z-index: -1;
  transform: rotate(0deg);
  opacity: 0;
  transition: all 1s;
}

.icon-bx-wraper.style-10:hover::before, .icon-bx-wraper.style-10.active::before {
  opacity: 1;
  transform: rotate(-4deg);
}

.icon-bx-wraper.style-10:hover .icon-bx > svg, .icon-bx-wraper.style-10.active .icon-bx > svg {
  color: var(--primary);
}

.icon-bx-wraper.style-10:hover .btn, .icon-bx-wraper.style-10.active .btn {
  background: var(--primary);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.icon-bx-wraper.style-10:hover .icon-bx .icon-cell i, .icon-bx-wraper.style-10:hover .icon-bx .icon-cell svg, .icon-bx-wraper.style-10.active .icon-bx .icon-cell i, .icon-bx-wraper.style-10.active .icon-bx .icon-cell svg {
  color: #fff;
}

.icon-bx-wraper.style-11::before, .icon-bx-wraper.style-11::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.2;
  border-radius: 0.5rem;
  z-index: -1;
  transition: all 1s;
}

.icon-bx-wraper.style-11:hover::before, .icon-bx-wraper.style-11.active::before {
  transform: rotate(-4.73deg);
}

.icon-bx-wraper.style-12 .nav-tabs {
  border: 0;
  --radius: 235px;
  height: calc(var(--radius)* 2);
  width: calc(var(--radius)* 2);
  display: grid;
  grid-template-areas: "layer";
  place-items: center;
}

.icon-bx-wraper.style-12 .nav-tabs .nav-item {
  grid-area: layer;
  display: grid;
  place-items: center;
  --d: calc(var(--sr-item) / var(--sr-total));
  --r-offset: -0.17turn;
  --r-amount: 1turn;
  --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
  --transform: rotate(var(--r)) translate(var(--radius)) rotate(calc(-1 * var(--r)));
  transform: var(--transform);
  transition: transform 1.5s ease-in-out;
  position: relative;
  z-index: 2;
}

.icon-bx-wraper.style-12 .nav-tabs .tab-btn.active {
  border: 2px solid var(--primary);
}

.icon-bx-wraper.style-14.active, .icon-bx-wraper.style-14:hover {
  background: var(--primary);
  color: #fff;
}

.icon-bx-wraper.style-14.active .icon-cell i, .icon-bx-wraper.style-14.active h4, .icon-bx-wraper.style-14:hover .icon-cell i, .icon-bx-wraper.style-14:hover h4 {
  color: #fff !important;
}

.icon-bx-wraper.style-14.active .btn, .icon-bx-wraper.style-14:hover .btn {
  background: #fff;
  color: var(--primary);
}

.icon-bx-wraper.style-6 > [class*="icon-bx-"]:after {
  content: "";
  position: absolute;
  background-image: var(--gradient);
  background-size: 200%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 1s;
  opacity: 0;
  top: 0;
  left: 0;
}

.icon-bx-wraper.style-6:hover > [class*="icon-bx-"]:after ,
.icon-bx-wraper.style-3:hover:after, .icon-bx-wraper.style-3.active:after,
.icon-bx-wraper.style-5:hover .icon-bx:before, .icon-bx-wraper.style-5.active .icon-bx:before,
.icon-bx-wraper.style-5:hover .btn:after, .icon-bx-wraper.style-5.active .btn:after,
.icon-bx-wraper.style-8:hover .icon-bx-sm:after ,
.icon-bx-wraper.style-3:hover:after, .icon-bx-wraper.style-3.active:after,
.icon-bx-wraper.style-5:hover .icon-bx:before, .icon-bx-wraper.style-5.active .icon-bx:before,
.icon-bx-wraper.style-5:hover .btn:after, .icon-bx-wraper.style-5.active .btn:after
{
  opacity: 1;
}

[dir='rtl'] .icon-bx-wraper.style-6 > [class*="icon-bx-"]:after ,
[dir='rtl'] .icon-bx-wraper.style-11::before, 
[dir='rtl'] .icon-bx-wraper.style-11::after ,
[dir='rtl'] .icon-bx-wraper.style-8 .icon-bx-sm:after ,
[dir='rtl'] .icon-bx-wraper.style-10::before ,
[dir='rtl'] .icon-bx-wraper.style-5 .btn:after ,
[dir='rtl'] .icon-bx-wraper.style-5 .icon-bx:before, 
[dir='rtl'] .icon-bx-wraper.style-5 .icon-bx:after ,
[dir='rtl'] .icon-bx-wraper.style-3:after {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 1400px) {
  .icon-bx-wraper.style-1:after {
    bottom: -20px;
    right: -10px;
  }

  [dir='rtl'] .icon-bx-wraper.style-1:after {
    left: -10px;
    right: auto;
  }

  .icon-bx-wraper.style-1:before {
    top: -15px;
    left: -15px;
  }

  [dir='rtl'] .icon-bx-wraper.style-1:before {
    right: -15px;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .icon-bx-wraper.style-12 {
    margin: 18px !important;
  }
}

@media (max-width: 576px)  {
  .icon-bx-wraper.style-2 > [class*="icon-bx-"]:before {
    width: 126px;
    height: 126px;
    left: calc(50% - 63px);
    top: calc(50% - 63px);
  }

  [dir='rtl'] .icon-bx-wraper.style-2 > [class*="icon-bx-"]:before {
    right: calc(50% - 63px);
    left: 0;
  }

  .icon-bx-wraper.style-10:hover:before, .icon-bx-wraper.style-10.active:before {
    transform: rotate(-2deg);
  }

  .icon-bx-wraper.style-12 .nav-tabs {
    --radius: 0;
  }
}

.dlab-img-overlay1:before, .dlab-img-overlay1:after{
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0.4;
  z-index: 1;
  transition: all 1s;
}

.dlab-img-overlay1:before {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.dlab-box:hover .dlab-img-overlay1:before {
  opacity: 0.5;
}

.dlab-img-overlay1.primary:before, .dlab-img-overlay1.primary:after {
  background-color: var(--primary);
}

.dlab-overlay-box.style-1:hover .dlab-media:before {
  opacity: 0.8;
}

.dlab-overlay-box.style-1 .dlab-media span:after, .dlab-overlay-box.style-1 .dlab-media span:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: inherit;
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  transition: all 0.6s ease 0.3s;
}

.dlab-overlay-box.style-1:hover .dlab-media span:before {
  transform: scale(2.6);
  opacity: 0.2;
}

.dlab-overlay-box.style-1:hover .dlab-media span:after {
  transform: scale(1.8);
  opacity: 0.5;
}

.overlay-black-light:before, .overlay-black-dark:before, .overlay-gradient-dark:before, .overlay-secondary-middle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.overlay-secondary-middle:before {
  background: #000;
  opacity: 0.5;
}

.dlab-overlay-box.style-3 .dlab-img-overlay1:before {
  background-image: var(--gradient-sec);
  background-size: 200%;
}

.dlab-overlay-box.style-3:hover .dlab-img-overlay1:before {
  opacity: 0.8;
}

.dlab-overlay-box.style-4:hover .dlab-img-overlay1::before {
  opacity: 0.7;
  background: var(--primary);
}

.overlay-gradient-dark:before {
  background: var(--gradient);
  background-size: 200%;
}

.overlay-shine:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

[dir='rtl'] .overlay-shine:before {
  left: auto;
  right: -75%;
}

.overlay-shine:hover:before {
  animation: shine .75s;
}

[dir='rtl'] .overlay-shine:hover:before {
  animation: shinertl .75s;
}

[dir='rtl'] .dlab-img-overlay1:before,
[dir='rtl'] .dlab-img-overlay1:after,
[dir='rtl'] .dlab-overlay-box.style-1 .dlab-media span:after, 
[dir='rtl'] .dlab-overlay-box.style-1 .dlab-media span:before ,
[dir='rtl'] .overlay-black-light:before, 
[dir='rtl'] .overlay-black-dark:before, 
[dir='rtl'] .overlay-gradient-dark:before, 
[dir='rtl'] .overlay-secondary-middle:before {
  left: auto;
  right: 0;
}

.pricingtable-wrapper.style-2 {
  -o-border-image: 100 round;
     border-image: 100 round;
}

.pricingtable-wrapper.style-2.active, .pricingtable-wrapper.style-2:hover {
  -o-border-image: url(../images/br.png) 1 round;
     border-image: url(../images/br.png) 1 round;
}

.pricingtable-wrapper.style-1 .pricingtable-features li:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 12px;
  width: 26px;
  height: 26px;
  background: var(--rgba-primary-1);
  display: block;
  position: absolute;
  left: 0;
  color: var(--primary);
  border-radius: 35px;
  text-align: center;
  top: 10px;
  line-height: 26px;
  transition: all 1s;
}

.pricingtable-wrapper.style-1:hover .pricingtable-features li:after, .pricingtable-wrapper.style-1.active .pricingtable-features li:after {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.pricingtable-wrapper.style-1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 200%;
  transition: all 1s;
  opacity: 0;
}

.pricingtable-wrapper.style-1:hover:after, .pricingtable-wrapper.style-1.active:after {
  background-image: var(--gradient);
  opacity: 1;
}

.pricingtable-wraper-1 .pricingtable-wrapper:hover, .pricingtable-wraper-1 .pricingtable-wrapper.active {
  margin-top: 0 !important;
}

.pricingtable-wrapper.style-1.active h2,
.pricingtable-wrapper.style-1:hover h2,
.pricingtable-wrapper.style-1.active h3,
.pricingtable-wrapper.style-1:hover h3,
.pricingtable-wrapper.style-1.active p,
.pricingtable-wrapper.style-1:hover p,
.pricingtable-wrapper.style-1.active small,
.pricingtable-wrapper.style-1:hover small,
.pricingtable-wrapper.style-1.active li,
.pricingtable-wrapper.style-1:hover li {
  color: white;
}

.pricingtable-wrapper.style-1:hover .pricingtable-features, .pricingtable-wrapper.style-1.active .pricingtable-features {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pricingtable-wrapper.style-1:hover .btn, .pricingtable-wrapper.style-1.active .btn {
  background-color: #fff;
  color: var(--primary);
}

.pricingtable-wrapper.style-3:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid var(--primary);
  pointer-events: none;
  transition: all 1s;
  opacity: 0;
}

.pricingtable-wrapper.style-3 .pricingtable-head:after {
  content: "";
  background-image: url(../images/pattern/pattern4.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

[dir="rtl"] .pricingtable-wrapper.style-3 .pricingtable-head:after {
  background-image: url(../images/rtl/pattern/pattern4.png);
}

.pricingtable-wrapper.style-3 .btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: var(--gradient);
  background-size: 200%;
  opacity: 0;
  transition: all 1s;
  z-index: -1;
}

.pricingtable-wrapper.style-3.active:after, .pricingtable-wrapper.style-3:hover:after,
.pricingtable-wrapper.style-3.active .btn:after, .pricingtable-wrapper.style-3:hover .btn:after {
  opacity: 1;
}

.pricingtable-wrapper.style-3.active .btn, .pricingtable-wrapper.style-3:hover .btn {
  border-color: transparent;
  color: #fff;
}

.pricingtable-wrapper.style-3 .pricingtable-features li:before {
  content: "\f058";
  font-family: 'Line Awesome Free';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--primary);
}

.pricingtable-wrapper.style-4.active, .pricingtable-wrapper.style-4:hover {
  background: var(--primary-dark);
  color: rgba(255, 255, 255, 0.7);
}

.pricingtable-wrapper.style-4.active .pricingtable-inner .pricingtable-price .badge, .pricingtable-wrapper.style-4:hover .pricingtable-inner .pricingtable-price .badge {
  background: #ffffff;
  color: var(--primary);
}

.pricingtable-wrapper.style-4.active .pricingtable-footer a, .pricingtable-wrapper.style-4:hover .pricingtable-footer a {
  color: #fff;
  background: var(--primary);
}

.pricingtable-wrapper.style-4.active .pricingtable-inner h3, .pricingtable-wrapper.style-4:hover .pricingtable-inner h3,
.pricingtable-wrapper.style-4.active .pricingtable-inner h6, .pricingtable-wrapper.style-4:hover .pricingtable-inner h6,
.pricingtable-wrapper.style-4.active .pricingtable-inner .pricingtable-bx small, .pricingtable-wrapper.style-4:hover .pricingtable-inner .pricingtable-bx small ,
.pricingtable-wrapper.style-4.active .pricingtable-inner .pricingtable-bx, .pricingtable-wrapper.style-4:hover .pricingtable-inner .pricingtable-bx
{
  color: #fff;
}

[dir='rtl'] .pricingtable-wrapper.style-3:after ,
[dir='rtl'] .pricingtable-wrapper.style-1 .pricingtable-features li:after ,
[dir='rtl'] .pricingtable-wrapper.style-1:after ,
[dir='rtl'] .pricingtable-wrapper.style-3 .pricingtable-head:after ,
[dir='rtl'] .pricingtable-wrapper.style-3 .btn:after ,
[dir='rtl'] .pricingtable-wrapper.style-3 .pricingtable-features li:before {
  right: 0;
  left: auto;
}

.site-filters.style-1 .filters li.active a {
  background-color: var(--primary);
  box-shadow: 0 2px 15px var(--rgba-primary-5);
  color: #fff;
}

.owl-none .owl-nav {
  display: none;
}

.owl-theme .owl-dots {
  text-align: center;
}

.owl-theme .owl-nav, .owl-theme .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-dots-white-full .owl-dots .owl-dot span, .owl-dots-black-full .owl-dots .owl-dot span, .owl-dots-primary-full .owl-dots .owl-dot span {
  transition: all 1s;
  margin: 4px;
  background: #b8b8b8;
}

.owl-dots-white-full .owl-dots .owl-dot:active span, .owl-dots-white-full .owl-dots .owl-dot.active span, .owl-dots-black-full .owl-dots .owl-dot:active span, .owl-dots-black-full .owl-dots .owl-dot.active span, .owl-dots-primary-full .owl-dots .owl-dot:active span, .owl-dots-primary-full .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: var(--primary) !important;
  width: 38px;
}

.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  background: #869791 !important;
}

.owl-theme.dots-style-1 .owl-dots .owl-dot:hover span, .owl-theme.dots-style-1 .owl-dots .owl-dot.active span {
  background: var(--primary);
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-btn-2 .owl-nav .owl-prev, .owl-btn-2 .owl-nav .owl-next {
  border-radius: 50px;
  height: 45px;
  line-height: 45px;
  margin: 0 10px !important;
  padding: 0;
  text-align: center;
  width: 45px;
}

.owl-btn-shadow .owl-prev, .owl-btn-shadow .owl-next {
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.1);
}

.owl-btn-white .owl-prev, .owl-btn-white .owl-next {
  background-color: #fff;
  color: var(--primary);
  transition: all 0.5s;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  cursor: pointer;
  display: inline-block;
}

.owl-btn-white .owl-prev:hover, .owl-btn-white .owl-next:hover {
  background-color: var(--primary);
  color: #fff;
}

.owl-btn-1 .owl-nav .owl-prev, .owl-btn-1 .owl-nav .owl-next {
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  margin: 0 -70px !important;
  padding: 0;
  text-align: center;
  width: 40px;
}

.owl-btn-primary .owl-prev, .owl-btn-primary .owl-next {
  background-color: var(--primary);
  color: #fff;
  transition: all 0.5s;
}

.owl-btn-center-lr .owl-prev {
  left: 0;
}

.owl-btn-center-lr .owl-prev, .owl-btn-center-lr .owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.owl-btn-center-lr .owl-prev {
  left: 0;
}

.owl-btn-center-lr .owl-next {
  left: auto;
  right: 0;
}

[dir='rtl'] .owl-btn-center-lr .owl-next {
  right: auto;
  left: 0;
}

.owl-dots-none .owl-dots {
  display: none;
}

.owl-btn-5 .owl-nav .owl-prev, .owl-btn-5 .owl-nav .owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  top: 40%;
  transform: translateY(-50%);
  background: var(--primary);
}

.owl-btn-5.owl-btn-white .owl-nav .owl-prev, .owl-btn-5.owl-btn-white .owl-nav .owl-next {
  background: rgba(255, 255, 255, 0.2);
}

.owl-btn-5 .owl-nav .owl-prev {
  left: -100px;
}

[dir='rtl'] .owl-btn-5 .owl-nav .owl-prev {
  right: -100px;
  left: auto;
}

.owl-btn-5 .owl-nav .owl-next {
  right: -100px;
}

[dir='rtl'] .owl-btn-5 .owl-nav .owl-next {
  left: -100px;
  right: auto;
}

[dir='rtl'] .owl-btn-center-lr .owl-prev ,
[dir='rtl'] .owl-btn-center-lr .owl-next {
  transform: rotate(180deg);
}

.owl-btn-5.owl-btn-white .owl-nav .owl-prev:hover, .owl-btn-5.owl-btn-white .owl-nav .owl-next:hover {
  background: #fff;
  color: var(--primary);
}

.owl-btn-2 .owl-nav .owl-prev, .owl-btn-2 .owl-nav .owl-next {
  border-radius: 50px;
  height: 45px;
  line-height: 45px;
  margin: 0 10px !important;
  padding: 0;
  text-align: center;
  width: 45px;
}

[dir='rtl'] .owl-btn-center-lr .owl-prev ,
[dir='rtl'] .owl-btn-center-lr .owl-prev, .owl-btn-center-lr .owl-next ,
[dir='rtl'] .owl-btn-center-lr .owl-prev {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 1400px) {
  .owl-btn-1 .owl-nav .owl-prev, .owl-btn-1 .owl-nav .owl-next {
    margin: 0 -5px !important;
  }
}

@media only screen and (max-width: 1386px) {
  .owl-btn-5 .owl-nav {
    display: none;
  }
}

@media (max-width: 576px)  {
  .owl-btn-1 .owl-nav .owl-prev, .owl-btn-1 .owl-nav .owl-next {
    margin: 0 5px !important;
  }
}

.testimonial-1:before {
  content: "\f10d";
  left: 30px;
  bottom: 30px;
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 85px;
  color: var(--primary);
  opacity: 0.4;
  line-height: 1;
}

[dir='rtl'] .testimonial-1:before {
  right: 30px;
  left: 0;
}

.testimonial-2:before {
  content: "";
  width: 18px;
  left: 0;
  top: 0;
  height: 100%;
  background-image: var(--gradientY);
  position: absolute;
}

[dir='rtl'] .testimonial-2:before {
  right: 0;
  left: auto;
}

.testimonial-2:after {
  content: "\f10d";
  left: 35px;
  top: 60px;
  position: absolute;
  font-family: 'Line Awesome Free';
  font-size: 120px;
  color: var(--primary);
  opacity: 0.4;
  line-height: 55px;
  font-weight: 800;
}

[dir='rtl'] .testimonial-2:after {
  right: 35px;
  left: 0;
}

.testimonial-5::before {
  content: "\f121";
  position: absolute;
  top: 17px;
  font-family: 'Flaticon';
  right: 40px;
  font-size: 60px;
  color: var(--primary);
  opacity: 0.2;
}

[dir='rtl'] .testimonial-5::before {
  right: auto;
  left: 40px;
}

.testimonials-carousel3 .owl-dots .owl-dot.active span {
  background: #fff;
}

.portfolio-crousel1 .owl-dots {
  width: 100%;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  text-align: center;
  justify-content: center;
}

.portfolio-crousel1 .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  border-radius: 50%;
}

.portfolio-crousel1 .owl-dots .owl-dot.active {
  background: var(--primary);
}

@media only screen and (max-width: 767px) {
  .testimonial-1:before {
    font-size: 50px;
  }
}

@media (max-width: 576px)  {
  .testimonial-1:before {
    left: 20px;
    bottom: 20px;
  }

  [dir='rtl'] .testimonial-1:before {
    right: 20px;
    left: 0;
  }

  .testimonial-2:before {
    width: 10px;
  }

  .testimonial-2:after {
    font-size: 80px;
    left: 20px;
    top: 25px;
  }

  .testimonial-5::before {
    top: 15px;
    right: 20px;
    font-size: 40px;
  }

  [dir='rtl'] .testimonial-2:after {
    right: 20px;
    left: 0;
  }

  [dir='rtl'] .testimonial-5::before {
    left: 20px;
    right: 0;
  }
}

.nice-select:after {
  right: 22px;
  height: 8px;
  width: 8px;
  border-bottom: 2px solid #888;
  border-right: 2px solid #888;
}

[dir='rtl'] .nice-select {
  text-align: right !important;
}

[dir='rtl'] .nice-select:after {
  left: 22px;
  right: auto;
}

.nice-select .list {
  width: 100%;
  padding: 8px 0;
  z-index: 100;
}

li.option.selected.focus {
  background-color: var(--primary) !important;
  color: #fff;
}

.nice-select .list:hover .option.selected.focus:not(:hover) {
  background-color: var(--primary) !important;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .nice-select {
    line-height: 25px;
  }
}

.banner-three:after {
  background-image: url(../images/main-slider/slider3/pic2.png);
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 0;
}

[dir="rtl"] .banner-three:after {
  background-image: url(../images/rtl/mainslider/pic2.png);
}

.banner-five .banner-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(280deg, rgba(0, 0, 0, 0) 5%, var(--primary) 82%);
  z-index: -1;
}

.banner-five .swiper-pagination .swiper-pagination-bullet {
  display: block;
  color: rgba(255,255,255,0.6);
  height: auto;
  opacity: 1;
  width: auto;
  border-radius: 0%;
  background-color: transparent;
  transition-duration: all 1s;
}

.banner-five .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  color:#fff;
  transform: scale(1.2);
}

.dlab-bnr-inr.style-1:after {
  content: "";
  background-image: url(../images/banner/bnr4.png);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

[dir='rtl'] .dlab-bnr-inr.style-1:after {
  background-image: url(../images/rtl/banner/bnr4.png);
}

[dir='rtl'] .banner-three:after ,
[dir='rtl'] .banner-five .banner-inner::before ,
[dir='rtl'] .dlab-bnr-inr.style-1:after {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .banner-four .banner-inner {
    padding-top: 150px !important;
  }

  .banner-four .banner-inner .dz-media > svg {
    width: 600px !important;
    margin-left: -60px !important;
  }

  [dir='rtl'] .banner-four .banner-inner .dz-media > svg {
    margin: auto;
  }

  .banner-four .banner-inner .dz-media > img {
    top: -47px !important;
  }

  .banner-four .banner-inner .dz-media ul li:nth-child(1) {
    left: -60px !important;
  }

  [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(1) {
    right: -60px !important;
    left: auto !important;
  }

  .banner-four .banner-inner .dz-media ul li:nth-child(2) {
    left: 25% !important;
  }

  [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(2) {
    right: 25% !important;
    left: auto !important;
  }

  .banner-four .banner-inner .dz-media ul li:nth-child(3) {
    left: 44% !important;
  }

  [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(3) {
    right: 44% !important;
    left: auto !important;
  }

  .banner-five .banner-inner::before {
    background-color: var(--primary);
    opacity: 0.9;
  }
}

@media (max-width: 576px)  {
  .banner-three:after {
    background-position: -120px bottom;
  }

  .banner-four .banner-inner {
    padding-top: 100px !important;
  }

  .banner-four .banner-inner .dz-media > svg {
    margin: auto !important;
    height: auto !important;
    width: 100% !important;
  }

  .banner-four .banner-inner .dz-media > img {
    top: -25% !important;
    min-width: 100px !important;
    width: 100% !important;
  }

  .banner-four .banner-inner .dz-media ul li:nth-child(1) {
    left: -20px !important;
  }

  [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(1) {
    right: -20px !important;
    left: auto !important;
  }

  .banner-four .banner-inner .dz-media ul li:nth-child(2) {
    left: 45% !important;
    top: 60% !important;
  }

  [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(2) {
    right: 45% !important;
    left: auto !important;
  }

  .banner-four .banner-inner .dz-media ul li:nth-child(3) {
    left: 58% !important;
  }

  [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(3) {
    right: 58% !important;
    left: auto !important;
  }

  .banner-five .swiper-pagination {
    left: 15px !important;
    bottom: 5px !important;
  }

  [dir='rtl'] .banner-five .swiper-pagination {
    right: 15px !important;
    left: auto !important;
  }
}

/* FLIP Box */

.flip-bx {
  transform-style: preserve-3d;
  perspective: 1000px;
}

.flip-bx .front, .flip-bx .back {
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  text-align: center;
  height: 100%;
  border-radius: 4px;
  color: #fff;
}

.flip-bx .back {
  background: var(--gradient);
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  position: absolute;
  background-size: 200%;
}

.flip-bx .back .inner {
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
}

.flip-bx .back .inner p {
  font-size: 16px;
  color: #fff;
}

.flip-bx .back .inner .site-button-link {
  font-size: 16px;
}

.flip-bx .front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.flip-bx .front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  opacity: 0.4;
  backface-visibility: hidden;
  border-radius: 4px;
}

.flip-bx .inner {
  transform: translateZ(60px) scale(0.94);
  left: 0;
  width: 100%;
  box-sizing: border-box;
  outline: 1px solid transparent;
  perspective: inherit;
  z-index: 2;
}

.flip-bx:hover .front, .flip-bx:hover .back {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.flip-bx:hover .back {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.flip-bx:hover .front {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}

[dir='rtl'] .flip-bx .back ,
[dir='rtl'] .flip-bx .front:after ,
[dir='rtl'] .flip-bx .inner {
  right: 0;
  left: auto;
}

/* Light Gallery */

.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
  background-color: rgba(30, 30, 30, .6);
}

.lg-outer{
  z-index: 9999 !important;
}

.lg-outer .lg-toogle-thumb, .lg-outer .lg-thumb-outer, .lg-outer .lg-img-wrap, .lg-outer .lg-item {
  background-color: transparent;
}

.lg-backdrop {
  background-color: rgba(30, 30, 30, 0.9);
  z-index: 9999 !important;
}

.lg-outer .lg-toogle-thumb, .lg-actions .lg-next, .lg-actions .lg-prev, .lg-toolbar .lg-icon, #lg-counter {
  color: white;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: var(--primary);
}

.lg-item {
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .call-to-action {
    padding: 50px 30px !important;
  }
}

@media (max-width: 576px)  {
  .call-to-action {
    padding: 30px 20px !important;
  }

  .call-to-action .title {
    font-size: 24px !important;
  }
}

.image-bx-wrapper .dlab-media::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary);
  width: 100%;
  height: 100%;
}

[dir='rtl'] .image-bx-wrapper .dlab-media::before {
  right: 0;
  left: auto;
}

.video-bx.style-2 .popup-youtube:before, .video-bx.style-2 .popup-youtube:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  left: 0;
  top: 0;
  background-color: inherit;
  opacity: 0.5;
}

[dir='rtl'] .video-bx.style-2 .popup-youtube:before, .video-bx.style-2 .popup-youtube:after {
  right: 0;
  left: auto;
}

.video-bx.style-2 .popup-youtube:before {
  transform: scale(1.3);
  z-index: -1;
}

.video-bx.style-2 .popup-youtube:after {
  transform: scale(1.6);
  z-index: -2;
}

@media (max-width: 576px)  {
  .video-bx.style-2 .popup-youtube:before, .video-bx.style-2 .popup-youtube:after {
    height: 70px;
    width: 70px;
  }
}

.service_menu_nav li a:before {
  content: "\f30b";
  font-weight: 900;
  font-family: 'Line Awesome Free';
  position: absolute;
  right: 50px;
  top: 3px;
  font-size: 30px;
  opacity: 0;
  transition: all 1s;
}

[dir='rtl'] .service_menu_nav li a:before {
  left: 50px;
  right: auto;
  transform: rotate(180deg);
}

.service_menu_nav li:hover a:before, .service_menu_nav li.active a:before {
  opacity: 1;
  right: 25px;
  color: #fff;
}

[dir='rtl'] .service_menu_nav li:hover a:before,
[dir='rtl'] .service_menu_nav li.active a:before {
  left: 25px;
  right: auto;
}

.service_menu_nav li a:after {
  background-image: var(--gradient);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 1s;
  content: "";
  background-size: 200%;
  opacity: 0;
  z-index: -1;
}

.service_menu_nav li:hover a:after, .service_menu_nav li.active a:after {
  opacity: 1;
}

.service_menu_nav li:hover a, .service_menu_nav li.active a {
  padding-left: 35px;
  border-color: transparent;
  color: #fff;
}

[dir='rtl'] .service_menu_nav li:hover a, 
[dir='rtl'] .service_menu_nav li.active a {
  padding-right: 35px;
}

.widget_contact:after {
  background: var(--gradient-sec);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: -1;
  background-size: 200%;
}

.comments-title:before ,
.blog-title:before ,
.widget-title:before {
  content: "";
  height: 100%;
  width: 5px;
  border-radius: 10px;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  top: 0;
}

.widget.style-1 .widget-title:after, .widget.style-1 .widget-title:before {
  content: "";
  height: 2px;
  border-radius: 10px;
  background-image: var(--gradient);
  background-size: 200%;
  position: absolute;
  bottom: 0;
}

.widget.style-1 .widget-title:before {
  width: 25px;
  left: 0;
  top: auto;
}

.widget.style-1 .widget-title:after {
  width: 55px;
  left: 32px;
}

[dir='rtl'] .widget.style-1 .widget-title:after {
  right: 32px;
  left: 0;
}

[dir='rtl'] .service_menu_nav li a:after ,
[dir='rtl'] .widget_contact:after ,
[dir='rtl'] .comments-title:before ,
[dir='rtl'] .blog-title:before ,
[dir='rtl'] .widget-title:before ,
[dir='rtl'] .widget.style-1 .widget-title:before {
  right: 0;
  left: auto;
}

.testimonial-thumbs > .slick-list {
  padding: 0 !important;
}

.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.slick-slide img {
  display: inline-block !important;
}

.slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #b4b2b2;
  margin: 0 6px;
  border-radius: 100%
}

.slick-dots li.slick-active {
  background-color: var(--primary) !important;
}

.slick-dots li button {
  display: none;
}

/* PAGES CSS */

.toggle-tabs:after {
  content: "";
  width: calc(50% - 4px);
  display: block;
  height: 42px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  left: 4px;
  right: auto;
  z-index: -1;
  transition: all 1s;
}

.toggle-tabs.monthly:after {
  left: 4px;
}

[dir='rtl'] .toggle-tabs:after ,
[dir='rtl'] .toggle-tabs.monthly:after {
  right: 4px;
  left: auto;
}

.toggle-tabs.yearly:after {
  left: 50%;
}

.toggle-tabs.yearly .monthly {
  color: #fff;
}

.toggle-tabs .monthly,
.toggle-tabs.yearly .yearly,
.toggle-tabs.monthly .monthly {
  color: #000;
}

.about-wraper-1 .dz-media:after {
  content: "";
  height: 100%;
  background: #fef2f6;
  position: absolute;
  top: 0;
  width: 50vw;
  z-index: -1;
}

.about-wraper-1 .dz-media.left:after {
  right: -20px;
  transform: rotate(8deg);
  border-radius: 0 100px 100px 0;
}

[dir='rtl'] .about-wraper-1 .dz-media.left:after {
  right: auto;
  left: -20px;
  border-radius: 100px 0 0 100px;
  transform: rotate(-8deg);
}

.testimonials-wraper-2 .testimonial-thumbs:before, .testimonials-wraper-2 .testimonial-thumbs:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2;
}

.testimonials-wraper-2 .testimonial-thumbs:before {
  left: 0;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}

.testimonials-wraper-2 .testimonial-thumbs:after {
  right: 0;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
}

.testimonial-pic:before, .testimonials-wraper-2 .testimonial-thumbs .testimonial-pic:after {
  content: "";
  background-color: var(--primary);
  border-radius: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic:before {
  height: 15px;
  width: 15px;
  bottom: 20px;
}

.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic:after {
  height: 10px;
  width: 10px;
  bottom: 0;
}

.testimonials-wraper-2 .testimonial-thumbs .slick-current .testimonial-pic:before, .testimonials-wraper-2 .testimonial-thumbs .slick-current .testimonial-pic:after {
  opacity: 1;
}

.testimonials-wraper-2 .testimonial-thumbs .slick-current .testimonial-pic {
  padding: 0 0 40px;
}

.testimonials-wraper-2 .testimonial-thumbs .slick-current .testimonial-pic .shape-bx {
  opacity: 1;
}

.testimonial-pic .shape-bx:before, .testimonials-wraper-2 .testimonial-thumbs .testimonial-pic .shape-bx:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 1s;
}

.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic .shape-bx:before {
  background-color: var(--primary);
  height: 35px;
  width: 50px;
}

.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic .shape-bx:after {
  background-image: url(../images/pattern/pattern12.png);
  background-position: bottom;
  background-size: contain;
  height: 35px;
  width: 50px;
}

.testimonial-4.quote-left:before {
  font-family: 'Flaticon';
  top: 10px;
  content: "\f121";
  left: 30px;
  position: absolute;
  right: auto;
  font-size: 70px;
  color: var(--primary);
  transform: rotate(-180deg);
}

[dir="rtl"] .testimonial-4.quote-left:before {
  right: 30px;
  left: auto;
}

.swiper-pagination-bullet-active {
  background: var(--primary) !important;
}

.clients-carousel.style-2 .owl-stage {
  padding: 30px 0;
}

.clients-carousel.style-2 .clients-logo:hover:after {
  opacity: 1;
}

.clients-logo:hover .logo-main {
  display: none;
}

.clients-logo .logo-hover {
  display: none !important;
}

.clients-logo:hover .logo-hover {
  display: block !important;
}

.clients-carousel.style-2 .clients-logo:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: var(--gradient);
  background-size: 200%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 1s;
}

.counter-wraper:before {
  content: "";
  background-color: var(--primary);
  height: 200px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.mfp-bg {
  z-index: 999999;
}

.mfp-wrap {
  z-index: 9999999;
}

.tab-content {
  display: none;
  transition: all 1s;
}

.tab-content.show {
  display: block;
}

.about-wraper-3:after {
  content: "";
  background-image: url(../images/pattern/pattern11.png);
  height: 130px;
  width: 924px;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
}

[dir='rtl'] .about-wraper-3:after,
[dir='rtl'] .toggle-tabs.yearly:after {
  right: 50%;
  left: auto;
  transform: translateX(50%);
}

[dir='rtl'] .counter-wraper:before ,
[dir='rtl'] .clients-carousel.style-2 .clients-logo:after {
  left: auto;
  right: 0;
}

.progress-bx .progress .progress-bar:after {
  content: "";
  height: 25px;
  border: 3px solid var(--primary);
  width: 25px;
  position: absolute;
  right: 0;
  background-color: #fff;
  top: 50%;
  border-radius: 50px;
  transform: translateY(-50%);
}

.dlab-separator.style-1:after {
  content: "";
  height: 2px;
  width: 20px;
  background-color: var(--primary);
  position: absolute;
  top: 3px;
  right: auto;
  left: 10px;
}

[dir='rtl'] .dlab-separator.style-1:after {
  left: auto;
  right: 10px;
}

.map-2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  background-image: var(--gradient);
  background-size: 200%;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}

[dir='rtl'] .progress-bx .progress .progress-bar:after ,
[dir='rtl'] .map-2:after{
  left: 0;
  right: auto;
}

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-sizer.style-1,
.grid-item.style-1 {
  width: 25%;
}

.dzSubscribeMsg .alert-danger {
  color: #99313f;
  background-color: #ffdce1;
  border-color: #ffcbd2;
}

.dzSubscribeMsg .alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@media only screen and (max-width: 1199px) {
  .about-wraper-1 .dz-media:after {
    border-radius: 0 30px 30px 0;
  }

  .about-wraper-3:after {
    width: 700px;
  }
}

@media only screen and (max-width: 991px) {
  .about-wraper-1 .dz-media:after {
    border-radius: 30px !important;
    right: 0px !important;
    width: 100%;
  }

  [dir='rtl'] .about-wraper-1 .dz-media:after {
    left: 0px !important;
    right: auto !important;
  }

  .about-wraper-3:after {
    display: none;
  }

  .map-2 iframe {
    margin-left: 0;
  }

  [dir='rtl'] .map-2 iframe {
    margin-right: 0;
  }

  .map-2:after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .toggle-tabs:after {
    height: 34px;
  }
}

@media (max-width: 576px)  {
  .testimonial-4.quote-left:before {
    font-size: 40px;
  }

  .grid-sizer.style-1,
.grid-item.style-1,
    .grid-sizer,
    .grid-item {
    width: 100%;
  }
}

.accordion-content.hide {
  display: none;
}

.accordion-wrapper .accordion-btn .dlab-title a:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: var(--gradient);
  background-size: 200%;
  transition: all 1s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.accordion-wrapper .accordion-btn.active .dlab-title a:after {
  opacity: 1;
}

.accordion-wrapper .accordion-btn .dlab-title a {
  color: inherit;
}

.accordion-wrapper .accordion-btn.active .dlab-title a {
  color: #fff;
}

.accordion-wrapper .accordion-btn .dlab-title a .toggle-close:before {
  content: "\e61a";
  font-size: 24px;
  font-family: 'themify';
  z-index: 99;
  transition: all 0.5s;
  line-height: 55px;
  display: block;
  opacity: 1;
  transform: rotate(0);
  color: #fff;
}

.accordion-wrapper .accordion-btn .dlab-title a .toggle-close:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: var(--gradient);
  background-size: 200%;
  transition: all 1s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
}

.accordion-wrapper .accordion-btn.active .toggle-close:after {
  opacity: 0 !important;
}

.accordion-wrapper .accordion-btn.active .toggle-close:before {
  color: var(--primary) !important;
  opacity: 1 !important;
  transform: rotate(45deg) !important;
}

[dir='rtl'] .accordion-wrapper .accordion-btn .dlab-title a .toggle-close:after ,
[dir='rtl'] .accordion-wrapper .accordion-btn .dlab-title a:after {
  right: 0;
  left: auto;
}

.inner-body .bottom-content .player-stats li:not(:last-child):after {
  content: '';
  width: 2px;
  height: 80px;
  background: linear-gradient(to bottom, #f01f75 0%, #f896be 44%, rgba(255, 255, 255, 0.3) 83%, rgba(255, 255, 255, 0.14) 92%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  right: 0;
}

[dir='rtl'] .inner-body .bottom-content .player-stats li:not(:last-child):after {
  left: 0;
  right: auto;
}

@media (max-width: 576px) {
  .inner-body .bottom-content .player-stats li:not(:last-child):after {
    display: none;
  }
}

.dlab-page-text ul > li:before, .dlab-page-text ol > li:before, .dlab-blog.blog-single .dlab-post-text ul > li:before, .dlab-blog.blog-single .dlab-post-text ol > li:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background: #262F5A;
  left: -0.938rem;
  position: absolute;
  top: 1.063rem;
}

[dir='rtl'] .dlab-page-text ul > li:before,
[dir='rtl'] .dlab-page-text ol > li:before, 
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text ul > li:before, 
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text ol > li:before {
  right: -0.938rem;
  left: 0;
}

blockquote:before {
  content: "";
  z-index: -1;
  background-size: cover;
  left: 20px;
  background-image: var(--quote);
  background-position: center right;
  width: 90px;
  padding: 0;
  opacity: 0.1;
  background-repeat: no-repeat;
  height: 90px;
  top: 0px;
  position: absolute;
}

[dir='rtl'] blockquote:before {
  right: 20px;
  left: auto;
}

blockquote:after {
  content: "";
  width: 6px;
  border-radius: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--primary);
  position: absolute;
  box-shadow: 0 0 30px 0 var(--rgba-primary-2);
}

[dir='rtl'] blockquote:after {
  right: 0;
  left: auto;
}

blockquote cite:before {
  content: "";
  margin-right: 0.625rem;
  width: 15px;
  height: 2px;
  background: var(--primary);
  display: inline-block;
  vertical-align: middle;
}

[dir='rtl'] blockquote cite:before {
  margin-left: 0.625rem;
  margin-right: 0;
}

.post-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.post-swiper .swiper-pagination span.swiper-pagination-bullet-active {
  border: 2px solid var(--primary);
}

.post-swiper .swiper-pagination span ,
.post-carousel.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  opacity: 1;
}

.swiper-button-next::after ,
.swiper-button-prev::after {
  display: none;
}

.post-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: var(--primary);
  border: 2px solid var(--primary);
}

.post-carousel.owl-theme .owl-nav {
  margin: 0;
}

.swiper-button-next ,
.swiper-button-prev {
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 10px !important;
  text-align: center;
}

.swiper-button-next ,
.swiper-button-prev ,
.post-carousel.owl-theme .owl-nav .owl-prev, .post-carousel.owl-theme .owl-nav .owl-next {
  transition: all 1s;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 4px;
  font-size: 22px;
}

.swiper-button-next:hover ,
.swiper-button-prev:hover ,
.post-carousel.owl-theme .owl-nav .owl-prev:hover, .post-carousel.owl-theme .owl-nav .owl-next:hover {
  background: var(--primary);
}

.alignfull, .alignfullwide {
  margin-left: calc(calc(calc(100vw - 48rem) / 2) * -1);
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
}

[dir='rtl'] .alignfull,
[dir='rtl'] .alignfullwide {
  margin-right: calc(calc(calc(100vw - 48rem) / 2) * -1);
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .alignfull, .alignfullwide {
    margin: 0 -20px !important;
  }
}

.time-line:after {
  border-radius: 2px;
  content: "";
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
  width: 4px;
  display: block;
  background-color: var(--primary);
}

[dir='rtl'] .time-line:after {
  left: 50%;
  right: auto;
}

.time-line .line-left:after, .time-line .line-right:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  width: 10%;
  background-color: var(--primary);
}

.time-line .line-left:after {
  left: 40%;
}

[dir='rtl'] .time-line .line-left:after {
  right: 40%;
  left: 0;
}

.time-line .line-right:after {
  right: 40%;
}

[dir='rtl'] .time-line .line-right:after {
  left: 40%;
  right: auto;
}

.time-line-start .animated {
  animation: horizontal 5s ease infinite;
}

.time-line-end img {
  width: 70px;
  margin-top: -4px;
  margin-left: -2px;
  z-index: 1;
  position: relative;
  animation: swing ease-in-out 1s infinite alternate;
  transform-origin: 50% 0%;
}

@keyframes horizontal{
  0%{
    transform:translate(0,0)
  }

  6%{
    transform:translate(0,20px)
  }

  12%{
    transform:translate(0,0)
  }

  18%{
    transform:translate(0,20px)
  }

  24%{
    transform:translate(0,0)
  }

  30%{
    transform:translate(0,20px)
  }

  100%,36%{
    transform:translate(0,0)
  }
}

@keyframes swing {
  0% {
    transform: rotate(20deg);
  }

  100% {
    transform: rotate(-20deg);
  }
}

@media only screen and (max-width: 991px) {
  .time-line:after {
    right: auto;
    left: 0;
  }

  .time-line .line-left:after {
    left: 0;
  }

  .time-line .line-right:after {
    right: auto;
    left: 0;
  }

  [dir='rtl'] .time-line .line-left:after ,
    [dir='rtl'] .time-line .line-right:after ,
    [dir='rtl'] .time-line:after {
    left: auto;
    right: 0;
  }

  .time-line-end {
    text-align: left !important;
    margin-left: -30px;
    margin-top: -30px;
  }

  [dir='rtl'] .time-line-end {
    text-align: right !important;
  }
}

@media only screen and (max-width: 575px) {
  .time-line-end {
    display: none;
  }
}

.selection\:bg-primary *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--rgb-primary, 115 85 247) / var(--tw-bg-opacity));
}

.selection\:bg-primary *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--rgb-primary, 115 85 247) / var(--tw-bg-opacity));
}

.selection\:text-white *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.selection\:text-white *::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.selection\:bg-primary::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--rgb-primary, 115 85 247) / var(--tw-bg-opacity));
}

.selection\:bg-primary::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--rgb-primary, 115 85 247) / var(--tw-bg-opacity));
}

.selection\:text-white::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.selection\:text-white::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#1F2471\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(31 36 113 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#1F2471\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(31 36 113 / var(--tw-text-opacity));
}

.placeholder\:text-white::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.placeholder\:text-white::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:top-0\.5::before {
  content: var(--tw-content);
  top: 0.125rem;
}

.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.before\:bg-primary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--rgb-primary, 115 85 247) / var(--tw-bg-opacity));
}

.before\:font-\[\'Line_Awesome_Free\'\]::before {
  content: var(--tw-content);
  font-family: 'Line Awesome Free';
}

.before\:text-\[50px\]::before {
  content: var(--tw-content);
  font-size: 50px;
}

.before\:font-bold::before {
  content: var(--tw-content);
  font-weight: 700;
}

.before\:leading-\[60px\]::before {
  content: var(--tw-content);
  line-height: 60px;
}

.before\:text-primary::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(var(--rgb-primary, 115 85 247) / var(--tw-text-opacity));
}

.before\:opacity-30::before {
  content: var(--tw-content);
  opacity: 0.3;
}

.before\:opacity-80::before {
  content: var(--tw-content);
  opacity: 0.8;
}

.before\:duration-1000::before {
  content: var(--tw-content);
  transition-duration: 1000ms;
}

.before\:content-\[\'\:\'\]::before {
  --tw-content: ':';
  content: var(--tw-content);
}

.before\:content-\[\'\\f101\'\]::before {
  --tw-content: '\f101';
  content: var(--tw-content);
}

.before\:content-\[\'\\f105\'\]::before {
  --tw-content: '\f105';
  content: var(--tw-content);
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:translate-x-2\.5:hover {
  --tw-translate-x: 0.625rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:translate-y-2:hover {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:translate-y-2\.5:hover {
  --tw-translate-y: 0.625rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:translate-y-\[-15px\]:hover {
  --tw-translate-y: -15px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes toLeftFromRight {
  49% {
    transform: translateX(100%);
  }

  80% {
    opacity: 0;
  }

  50% {
    transform: translateX(-100%);
  }

  51% {
    opacity: 1;
  }
}

.hover\:animate-toLeftFromRight:hover {
  animation: toLeftFromRight 0.5s forwards;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--rgb-primary, 115 85 247) / var(--tw-border-opacity));
}

.hover\:border-primaryhover:hover {
  border-color: var(--primary-hover);
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--rgb-primary, 115 85 247) / var(--tw-bg-opacity));
}

.hover\:bg-primarydark:hover {
  background-color: var(--primary-dark);
}

.hover\:bg-primaryhover:hover {
  background-color: var(--primary-hover);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--rgb-primary, 115 85 247) / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:shadow-\[0_0_0_15px_rgba\(255\2c 255\2c 255\2c 0\.2\)\]:hover {
  --tw-shadow: 0 0 0 15px rgba(255,255,255,0.2);
  --tw-shadow-colored: 0 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[5px_0_15px_var\(--rgba-primary-5\)\]:hover {
  --tw-shadow: 5px 0 15px var(--rgba-primary-5);
  --tw-shadow-colored: 5px 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[5px_0_30px_0_var\(--rgba-primary-5\)\]:hover {
  --tw-shadow: 5px 0 30px 0 var(--rgba-primary-5);
  --tw-shadow-colored: 5px 0 30px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-wrapper:hover {
  --tw-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0 60px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--rgb-primary, 115 85 247) / var(--tw-border-opacity));
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:bottom-0 {
  bottom: 0px;
}

.group:hover .group-hover\:top-1\/2 {
  top: 50%;
}

.group:hover .group-hover\:top-5 {
  top: 1.25rem;
}

.group:hover .group-hover\:top-\[60px\] {
  top: 60px;
}

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:rotate-\[-20deg\] {
  --tw-rotate: -20deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes toLeftFromRight {
  49% {
    transform: translateX(100%);
  }

  80% {
    opacity: 0;
  }

  50% {
    transform: translateX(-100%);
  }

  51% {
    opacity: 1;
  }
}

.group:hover .group-hover\:animate-toLeftFromRight {
  animation: toLeftFromRight 0.5s forwards;
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(var(--rgb-primary, 115 85 247) / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:blur-sm {
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 574px) {
  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sm\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pt-\[70px\] {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 990px) {
  .lg\:order-2 {
    order: 2;
  }

  .lg\:mx-\[-100px\] {
    margin-left: -100px;
    margin-right: -100px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:py-\[115px\] {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .lg\:pb-\[85px\] {
    padding-bottom: 85px;
  }

  .lg\:pt-\[115px\] {
    padding-top: 115px;
  }
}

@media (min-width: 1200px) {
  .xl\:mx-\[-200px\] {
    margin-left: -200px;
    margin-right: -200px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:text-\[2\.375rem\] {
    font-size: 2.375rem;
  }

  .xl\:text-\[25px\] {
    font-size: 25px;
  }

  .xl\:text-\[65px\] {
    font-size: 65px;
  }
}

@media (max-width: 576px) {
  .max-sm\:static {
    position: static;
  }

  .max-sm\:\!relative {
    position: relative !important;
  }

  .max-sm\:bottom-\[15px\] {
    bottom: 15px;
  }

  .max-sm\:mx-\[5px\] {
    margin-left: 5px;
    margin-right: 5px;
  }

  .max-sm\:\!mb-0 {
    margin-bottom: 0px !important;
  }

  .max-sm\:-mt-20 {
    margin-top: -5rem;
  }

  .max-sm\:mb-0 {
    margin-bottom: 0px;
  }

  .max-sm\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .max-sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .max-sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .max-sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .max-sm\:mb-7\.5 {
    margin-bottom: 30px;
  }

  .max-sm\:mb-\[15px\] {
    margin-bottom: 15px;
  }

  .max-sm\:mb-\[3px\] {
    margin-bottom: 3px;
  }

  .max-sm\:mb-\[5px\] {
    margin-bottom: 5px;
  }

  .max-sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .max-sm\:mt-\[-50px\] {
    margin-top: -50px;
  }

  .max-sm\:mt-\[60px\] {
    margin-top: 60px;
  }

  .max-sm\:block {
    display: block;
  }

  .max-sm\:\!flex {
    display: flex !important;
  }

  .max-sm\:\!hidden {
    display: none !important;
  }

  .max-sm\:hidden {
    display: none;
  }

  .max-sm\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .max-sm\:size-20 {
    width: 5rem;
    height: 5rem;
  }

  .max-sm\:size-\[35px\] {
    width: 35px;
    height: 35px;
  }

  .max-sm\:size-\[60px\] {
    width: 60px;
    height: 60px;
  }

  .max-sm\:size-\[70px\] {
    width: 70px;
    height: 70px;
  }

  .max-sm\:\!h-\[150px\] {
    height: 150px !important;
  }

  .max-sm\:\!h-\[220px\] {
    height: 220px !important;
  }

  .max-sm\:\!h-\[520px\] {
    height: 520px !important;
  }

  .max-sm\:\!h-auto {
    height: auto !important;
  }

  .max-sm\:h-\[200px\] {
    height: 200px;
  }

  .max-sm\:h-\[300px\] {
    height: 300px;
  }

  .max-sm\:h-\[50px\] {
    height: 50px;
  }

  .max-sm\:\!w-full {
    width: 100% !important;
  }

  .max-sm\:w-1\/2 {
    width: 50%;
  }

  .max-sm\:w-7 {
    width: 1.75rem;
  }

  .max-sm\:w-\[100px\] {
    width: 100px;
  }

  .max-sm\:w-\[120px\] {
    width: 120px;
  }

  .max-sm\:w-\[150px\] {
    width: 150px;
  }

  .max-sm\:w-\[200\%\] {
    width: 200%;
  }

  .max-sm\:w-\[75px\] {
    width: 75px;
  }

  .max-sm\:w-\[90px\] {
    width: 90px;
  }

  .max-sm\:w-full {
    width: 100%;
  }

  .max-sm\:\!min-w-\[160px\] {
    min-width: 160px !important;
  }

  .max-sm\:min-w-\[100px\] {
    min-width: 100px;
  }

  .max-sm\:min-w-\[80px\] {
    min-width: 80px;
  }

  .max-sm\:min-w-full {
    min-width: 100%;
  }

  .max-sm\:\!flex-wrap {
    flex-wrap: wrap !important;
  }

  .max-sm\:\!justify-center {
    justify-content: center !important;
  }

  .max-sm\:\!gap-4 {
    gap: 1rem !important;
  }

  .max-sm\:border-0 {
    border-width: 0px;
  }

  .max-sm\:border-2 {
    border-width: 2px;
  }

  .max-sm\:\!p-\[25px\] {
    padding: 25px !important;
  }

  .max-sm\:p-0 {
    padding: 0px;
  }

  .max-sm\:p-5 {
    padding: 1.25rem;
  }

  .max-sm\:p-7 {
    padding: 1.75rem;
  }

  .max-sm\:p-7\.5 {
    padding: 30px;
  }

  .max-sm\:p-\[15px\] {
    padding: 15px;
  }

  .max-sm\:\!px-\[15px\] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .max-sm\:\!py-\[50px\] {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .max-sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .max-sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .max-sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .max-sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .max-sm\:px-7\.5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .max-sm\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .max-sm\:px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .max-sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .max-sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .max-sm\:py-7\.5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .max-sm\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .max-sm\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .max-sm\:\!pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .max-sm\:\!pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .max-sm\:\!pb-\[20px\] {
    padding-bottom: 20px !important;
  }

  .max-sm\:\!pt-\[100px\] {
    padding-top: 100px !important;
  }

  .max-sm\:\!pt-\[50px\] {
    padding-top: 50px !important;
  }

  .max-sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .max-sm\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .max-sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .max-sm\:pb-7\.5 {
    padding-bottom: 30px;
  }

  .max-sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .max-sm\:pt-\[15px\] {
    padding-top: 15px;
  }

  .max-sm\:\!text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .max-sm\:\!text-\[1\.8rem\] {
    font-size: 1.8rem !important;
  }

  .max-sm\:\!text-\[32px\] {
    font-size: 32px !important;
  }

  .max-sm\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .max-sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .max-sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .max-sm\:text-\[0\.8rem\] {
    font-size: 0.8rem;
  }

  .max-sm\:text-\[10px\] {
    font-size: 10px;
  }

  .max-sm\:text-\[120px\] {
    font-size: 120px;
  }

  .max-sm\:text-\[13px\] {
    font-size: 13px;
  }

  .max-sm\:text-\[15px\] {
    font-size: 15px;
  }

  .max-sm\:text-\[30px\] {
    font-size: 30px;
  }

  .max-sm\:text-\[42px\] {
    font-size: 42px;
  }

  .max-sm\:text-\[65px\] {
    font-size: 65px;
  }

  .max-sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .max-sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .max-sm\:font-bold {
    font-weight: 700;
  }

  .max-sm\:\!leading-7 {
    line-height: 1.75rem !important;
  }

  .max-sm\:leading-10 {
    line-height: 2.5rem;
  }

  .max-sm\:leading-5 {
    line-height: 1.25rem;
  }

  .max-sm\:leading-9 {
    line-height: 2.25rem;
  }

  .max-sm\:leading-\[120px\] {
    line-height: 120px;
  }

  .max-sm\:leading-\[34px\] {
    line-height: 34px;
  }

  .max-sm\:leading-\[35px\] {
    line-height: 35px;
  }

  .max-sm\:leading-\[50px\] {
    line-height: 50px;
  }

  .max-sm\:leading-\[70px\] {
    line-height: 70px;
  }

  .max-sm\:leading-\[80px\] {
    line-height: 80px;
  }

  .max-sm\:shadow-\[0_0_0_5px_white\2c _0_0_0_12px_rgba\(255\2c 255\2c 255\2c 0\.2\)\] {
    --tw-shadow: 0 0 0 5px white, 0 0 0 12px rgba(255,255,255,0.2);
    --tw-shadow-colored: 0 0 0 5px var(--tw-shadow-color), 0 0 0 12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (max-width: 767px) {
  .max-md\:\!top-\[24\%\] {
    top: 24% !important;
  }

  .max-md\:m-2 {
    margin: 0.5rem;
  }

  .max-md\:m-2\.5 {
    margin: 0.625rem;
  }

  .max-md\:\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .max-md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-md\:\!mt-2 {
    margin-top: 0.5rem !important;
  }

  .max-md\:\!mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .max-md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .max-md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .max-md\:mb-7\.5 {
    margin-bottom: 30px;
  }

  .max-md\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .max-md\:mt-0 {
    margin-top: 0px;
  }

  .max-md\:inline-block {
    display: inline-block;
  }

  .max-md\:size-20 {
    width: 5rem;
    height: 5rem;
  }

  .max-md\:\!h-\[220px\] {
    height: 220px !important;
  }

  .max-md\:\!h-auto {
    height: auto !important;
  }

  .max-md\:h-\[300px\] {
    height: 300px;
  }

  .max-md\:h-\[34px\] {
    height: 34px;
  }

  .max-md\:h-\[42px\] {
    height: 42px;
  }

  .max-md\:h-full {
    height: 100%;
  }

  .max-md\:\!min-h-\[500px\] {
    min-height: 500px !important;
  }

  .max-md\:w-\[180px\] {
    width: 180px;
  }

  .max-md\:w-\[300px\] {
    width: 300px;
  }

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:items-center {
    align-items: center;
  }

  .max-md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .max-md\:p-2 {
    padding: 0.5rem;
  }

  .max-md\:p-2\.5 {
    padding: 0.625rem;
  }

  .max-md\:\!pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .max-md\:\!pb-7\.5 {
    padding-bottom: 30px !important;
  }

  .max-md\:\!pt-\[120px\] {
    padding-top: 120px !important;
  }

  .max-md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .max-md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .max-md\:pb-7\.5 {
    padding-bottom: 30px;
  }

  .max-md\:pt-0 {
    padding-top: 0px;
  }

  .max-md\:pt-\[120px\] {
    padding-top: 120px;
  }

  .max-md\:pt-\[50px\] {
    padding-top: 50px;
  }

  .max-md\:\!text-center {
    text-align: center !important;
  }

  .max-md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .max-md\:text-\[13px\] {
    font-size: 13px;
  }

  .max-md\:text-\[21px\] {
    font-size: 21px;
  }

  .max-md\:text-\[30px\] {
    font-size: 30px;
  }

  .max-md\:leading-8 {
    line-height: 2rem;
  }

  .max-md\:leading-\[34px\] {
    line-height: 34px;
  }

  .max-md\:leading-\[80px\] {
    line-height: 80px;
  }
}

@media (max-width: 991px) {
  .max-lg\:static {
    position: static;
  }

  .max-lg\:\!-left-20 {
    left: -5rem !important;
  }

  .max-lg\:\!top-\[54px\] {
    top: 54px !important;
  }

  .max-lg\:\!top-\[60\%\] {
    top: 60% !important;
  }

  .max-lg\:top-1\/2 {
    top: 50%;
  }

  .max-lg\:top-\[30\%\] {
    top: 30%;
  }

  .max-lg\:\!m-\[120px\] {
    margin: 120px !important;
  }

  .max-lg\:\!my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .max-lg\:\!my-7\.5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .max-lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .max-lg\:mb-7\.5 {
    margin-bottom: 30px;
  }

  .max-lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .max-lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .max-lg\:mt-7\.5 {
    margin-top: 30px;
  }

  .max-lg\:mt-\[-70px\] {
    margin-top: -70px;
  }

  .max-lg\:block {
    display: block;
  }

  .max-lg\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .max-lg\:h-\[250px\] {
    height: 250px;
  }

  .max-lg\:h-\[550px\] {
    height: 550px;
  }

  .max-lg\:\!min-h-full {
    min-height: 100% !important;
  }

  .max-lg\:\!w-\[450px\] {
    width: 450px !important;
  }

  .max-lg\:w-\[200px\] {
    width: 200px;
  }

  .max-lg\:w-\[90\%\] {
    width: 90%;
  }

  .max-lg\:w-full {
    width: 100%;
  }

  .max-lg\:\!min-w-\[400px\] {
    min-width: 400px !important;
  }

  .max-lg\:translate-x-1\/2 {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-lg\:justify-center {
    justify-content: center;
  }

  .max-lg\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .max-lg\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .max-lg\:rounded-\[30px\] {
    border-radius: 30px;
  }

  .max-lg\:p-5 {
    padding: 1.25rem;
  }

  .max-lg\:\!py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .max-lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-lg\:px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
  }

  .max-lg\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .max-lg\:\!pt-\[80px\] {
    padding-top: 80px !important;
  }

  .max-lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .max-lg\:pb-\[15px\] {
    padding-bottom: 15px;
  }

  .max-lg\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .max-lg\:pt-\[50px\] {
    padding-top: 50px;
  }

  .max-lg\:pt-\[70px\] {
    padding-top: 70px;
  }

  .max-lg\:text-left {
    text-align: left;
  }

  .max-lg\:\!text-\[32px\] {
    font-size: 32px !important;
  }

  .max-lg\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .max-lg\:\!text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .max-lg\:text-\[15px\] {
    font-size: 15px;
  }

  .max-lg\:text-\[32px\] {
    font-size: 32px;
  }

  .max-lg\:text-\[40px\] {
    font-size: 40px;
  }

  .max-lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .max-lg\:leading-10 {
    line-height: 2.5rem;
  }

  .max-lg\:leading-\[1\.2\] {
    line-height: 1.2;
  }
}

@media (max-width: 1199px) {
  .max-xl\:\!bottom-5 {
    bottom: 1.25rem !important;
  }

  .max-xl\:\!top-auto {
    top: auto !important;
  }

  .max-xl\:-left-7 {
    left: -1.75rem;
  }

  .max-xl\:-left-7\.5 {
    left: -30px;
  }

  .max-xl\:top-\[-52px\] {
    top: -52px;
  }

  .max-xl\:top-\[22px\] {
    top: 22px;
  }

  .max-xl\:top-\[65\%\] {
    top: 65%;
  }

  .max-xl\:m-0 {
    margin: 0px;
  }

  .max-xl\:\!mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .max-xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .max-xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .max-xl\:mx-\[35px\] {
    margin-left: 35px;
    margin-right: 35px;
  }

  .max-xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .max-xl\:my-\[25px\] {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .max-xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .max-xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .max-xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .max-xl\:mb-7\.5 {
    margin-bottom: 30px;
  }

  .max-xl\:mb-\[-50px\] {
    margin-bottom: -50px;
  }

  .max-xl\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .max-xl\:mt-0 {
    margin-top: 0px;
  }

  .max-xl\:h-10 {
    height: 2.5rem;
  }

  .max-xl\:h-\[50px\] {
    height: 50px;
  }

  .max-xl\:h-auto {
    height: auto;
  }

  .max-xl\:min-h-\[700px\] {
    min-height: 700px;
  }

  .max-xl\:min-h-\[750px\] {
    min-height: 750px;
  }

  .max-xl\:w-\[180px\] {
    width: 180px;
  }

  .max-xl\:w-\[600px\] {
    width: 600px;
  }

  .max-xl\:w-\[80\%\] {
    width: 80%;
  }

  .max-xl\:min-w-\[200px\] {
    min-width: 200px;
  }

  .max-xl\:min-w-\[220px\] {
    min-width: 220px;
  }

  .max-xl\:min-w-\[550px\] {
    min-width: 550px;
  }

  .max-xl\:\!flex-row {
    flex-direction: row !important;
  }

  .max-xl\:\!gap-x-\[15px\] {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }

  .max-xl\:p-0 {
    padding: 0px;
  }

  .max-xl\:p-10 {
    padding: 2.5rem;
  }

  .max-xl\:p-7 {
    padding: 1.75rem;
  }

  .max-xl\:p-7\.5 {
    padding: 30px;
  }

  .max-xl\:p-\[35px\] {
    padding: 35px;
  }

  .max-xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .max-xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .max-xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-xl\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .max-xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .max-xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .max-xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .max-xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .max-xl\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .max-xl\:py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .max-xl\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .max-xl\:pb-0 {
    padding-bottom: 0px;
  }

  .max-xl\:pt-0 {
    padding-top: 0px;
  }

  .max-xl\:pt-\[120px\] {
    padding-top: 120px;
  }

  .max-xl\:\!text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .max-xl\:text-\[14px\] {
    font-size: 14px;
  }

  .max-xl\:text-\[15px\] {
    font-size: 15px;
  }

  .max-xl\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .max-xl\:text-\[42px\] {
    font-size: 42px;
  }

  .max-xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .max-xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 1400px) {
  .max-2xl\:\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .max-2xl\:w-full {
    width: 100%;
  }

  .max-2xl\:text-\[33px\] {
    font-size: 33px;
  }
}

.ltr\:\!left-5:where([dir="ltr"], [dir="ltr"] *) {
  left: 1.25rem !important;
}

.ltr\:-left-2:where([dir="ltr"], [dir="ltr"] *) {
  left: -0.5rem;
}

.ltr\:-left-2\.5:where([dir="ltr"], [dir="ltr"] *) {
  left: -0.625rem;
}

.ltr\:-left-7:where([dir="ltr"], [dir="ltr"] *) {
  left: -1.75rem;
}

.ltr\:-left-7\.5:where([dir="ltr"], [dir="ltr"] *) {
  left: -30px;
}

.ltr\:-right-7:where([dir="ltr"], [dir="ltr"] *) {
  right: -1.75rem;
}

.ltr\:-right-7\.5:where([dir="ltr"], [dir="ltr"] *) {
  right: -30px;
}

.ltr\:left-0:where([dir="ltr"], [dir="ltr"] *) {
  left: 0px;
}

.ltr\:left-1\/2:where([dir="ltr"], [dir="ltr"] *) {
  left: 50%;
}

.ltr\:left-10:where([dir="ltr"], [dir="ltr"] *) {
  left: 2.5rem;
}

.ltr\:left-2:where([dir="ltr"], [dir="ltr"] *) {
  left: 0.5rem;
}

.ltr\:left-2\.5:where([dir="ltr"], [dir="ltr"] *) {
  left: 0.625rem;
}

.ltr\:left-7:where([dir="ltr"], [dir="ltr"] *) {
  left: 1.75rem;
}

.ltr\:left-7\.5:where([dir="ltr"], [dir="ltr"] *) {
  left: 30px;
}

.ltr\:left-\[-60px\]:where([dir="ltr"], [dir="ltr"] *) {
  left: -60px;
}

.ltr\:left-\[-70px\]:where([dir="ltr"], [dir="ltr"] *) {
  left: -70px;
}

.ltr\:left-\[100px\]:where([dir="ltr"], [dir="ltr"] *) {
  left: 100px;
}

.ltr\:left-\[15px\]:where([dir="ltr"], [dir="ltr"] *) {
  left: 15px;
}

.ltr\:left-\[52\%\]:where([dir="ltr"], [dir="ltr"] *) {
  left: 52%;
}

.ltr\:left-\[55\%\]:where([dir="ltr"], [dir="ltr"] *) {
  left: 55%;
}

.ltr\:left-\[70\%\]:where([dir="ltr"], [dir="ltr"] *) {
  left: 70%;
}

.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: 0px;
}

.ltr\:right-10:where([dir="ltr"], [dir="ltr"] *) {
  right: 2.5rem;
}

.ltr\:right-2:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.5rem;
}

.ltr\:right-2\.5:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.625rem;
}

.ltr\:right-\[15px\]:where([dir="ltr"], [dir="ltr"] *) {
  right: 15px;
}

.ltr\:right-\[5px\]:where([dir="ltr"], [dir="ltr"] *) {
  right: 5px;
}

.ltr\:float-right:where([dir="ltr"], [dir="ltr"] *) {
  float: right;
}

.ltr\:float-left:where([dir="ltr"], [dir="ltr"] *) {
  float: left;
}

.ltr\:mx-\[70px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 70px;
  margin-right: 70px;
}

.ltr\:-ml-20:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: -5rem;
}

.ltr\:-ml-7:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: -1.75rem;
}

.ltr\:-ml-7\.5:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: -30px;
}

.ltr\:-mr-20:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: -5rem;
}

.ltr\:ml-2:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.5rem;
}

.ltr\:ml-2\.5:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.625rem;
}

.ltr\:ml-5:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 1.25rem;
}

.ltr\:ml-\[-100px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: -100px;
}

.ltr\:ml-\[-50px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: -50px;
}

.ltr\:ml-\[-5px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: -5px;
}

.ltr\:ml-\[100px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 100px;
}

.ltr\:ml-\[15px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 15px;
}

.ltr\:ml-\[3px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 3px;
}

.ltr\:ml-\[50px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 50px;
}

.ltr\:ml-\[5px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 5px;
}

.ltr\:ml-auto:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: auto;
}

.ltr\:mr-2:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 0.5rem;
}

.ltr\:mr-2\.5:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 0.625rem;
}

.ltr\:mr-5:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 1.25rem;
}

.ltr\:mr-\[-200px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: -200px;
}

.ltr\:mr-\[15px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 15px;
}

.ltr\:mr-\[23px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 23px;
}

.ltr\:mr-\[25px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 25px;
}

.ltr\:mr-\[3px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 3px;
}

.ltr\:mr-\[50px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 50px;
}

.ltr\:mr-\[5px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 5px;
}

.ltr\:mr-\[70px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 70px;
}

.ltr\:-translate-x-1\/2:where([dir="ltr"], [dir="ltr"] *) {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ltr\:border-r:where([dir="ltr"], [dir="ltr"] *) {
  border-right-width: 1px;
}

.ltr\:bg-\[url\(\'\.\.\/images\/main-slider\/slider1\/pic2\.png\'\)\]:where([dir="ltr"], [dir="ltr"] *) {
  background-image: url('../images/main-slider/slider1/pic2.png');
}

.ltr\:bg-\[url\(\'\.\.\/images\/main-slider\/slider5\/pic1\.jpg\'\)\]:where([dir="ltr"], [dir="ltr"] *) {
  background-image: url('../images/main-slider/slider5/pic1.jpg');
}

.ltr\:bg-\[url\(\'\.\.\/images\/main-slider\/slider5\/pic2\.jpg\'\)\]:where([dir="ltr"], [dir="ltr"] *) {
  background-image: url('../images/main-slider/slider5/pic2.jpg');
}

.ltr\:bg-\[url\(\'\.\.\/images\/main-slider\/slider5\/pic3\.jpg\'\)\]:where([dir="ltr"], [dir="ltr"] *) {
  background-image: url('../images/main-slider/slider5/pic3.jpg');
}

.ltr\:pl-10:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 2.5rem;
}

.ltr\:pl-12:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 3rem;
}

.ltr\:pl-2:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 0.5rem;
}

.ltr\:pl-2\.5:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 0.625rem;
}

.ltr\:pl-3:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 0.75rem;
}

.ltr\:pl-5:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 1.25rem;
}

.ltr\:pl-7:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 1.75rem;
}

.ltr\:pl-7\.5:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 30px;
}

.ltr\:pl-\[110px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 110px;
}

.ltr\:pl-\[120px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 120px;
}

.ltr\:pl-\[15px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 15px;
}

.ltr\:pl-\[165px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 165px;
}

.ltr\:pl-\[25px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 25px;
}

.ltr\:pl-\[28px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 28px;
}

.ltr\:pl-\[35px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 35px;
}

.ltr\:pl-\[45px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 45px;
}

.ltr\:pl-\[48px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 48px;
}

.ltr\:pl-\[50px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 50px;
}

.ltr\:pl-\[65px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 65px;
}

.ltr\:pr-16:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 4rem;
}

.ltr\:pr-5:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 1.25rem;
}

.ltr\:pr-8:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 2rem;
}

.ltr\:pr-\[100px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 100px;
}

.ltr\:pr-\[200px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 200px;
}

.ltr\:pr-\[50px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 50px;
}

.ltr\:pr-\[5px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 5px;
}

.ltr\:pr-\[60px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 60px;
}

.ltr\:pr-\[65px\]:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 65px;
}

.ltr\:text-left:where([dir="ltr"], [dir="ltr"] *) {
  text-align: left;
}

.ltr\:text-right:where([dir="ltr"], [dir="ltr"] *) {
  text-align: right;
}

.ltr\:before\:-right-2:where([dir="ltr"], [dir="ltr"] *)::before {
  content: var(--tw-content);
  right: -0.5rem;
}

.ltr\:before\:pr-2:where([dir="ltr"], [dir="ltr"] *)::before {
  content: var(--tw-content);
  padding-right: 0.5rem;
}

.ltr\:hover\:before\:left-2:hover:where([dir="ltr"], [dir="ltr"] *)::before {
  content: var(--tw-content);
  left: 0.5rem;
}

.ltr\:hover\:before\:left-2\.5:hover:where([dir="ltr"], [dir="ltr"] *)::before {
  content: var(--tw-content);
  left: 0.625rem;
}

.group:hover .ltr\:group-hover\:left-0:where([dir="ltr"], [dir="ltr"] *) {
  left: 0px;
}

.group:hover .ltr\:group-hover\:right-5:where([dir="ltr"], [dir="ltr"] *) {
  right: 1.25rem;
}

.group:hover .ltr\:group-hover\:right-\[60px\]:where([dir="ltr"], [dir="ltr"] *) {
  right: 60px;
}

.group:hover .ltr\:group-hover\:translate-x-14:where([dir="ltr"], [dir="ltr"] *) {
  --tw-translate-x: 3.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (max-width: 576px) {
  .ltr\:max-sm\:\!left-\[44\%\]:where([dir="ltr"], [dir="ltr"] *) {
    left: 44% !important;
  }

  .ltr\:max-sm\:ml-0:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0px;
  }

  .ltr\:max-sm\:ml-2:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.5rem;
  }

  .ltr\:max-sm\:ml-2\.5:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.625rem;
  }

  .ltr\:max-sm\:ml-5:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 1.25rem;
  }

  .ltr\:max-sm\:mr-0:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0px;
  }

  .ltr\:max-sm\:pl-\[100px\]:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 100px;
  }

  .ltr\:max-sm\:pl-\[115px\]:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 115px;
  }

  .ltr\:max-sm\:pl-\[15px\]:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 15px;
  }

  .ltr\:max-sm\:pl-\[25px\]:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 25px;
  }

  .ltr\:max-sm\:pr-5:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 1.25rem;
  }
}

@media (max-width: 767px) {
  .ltr\:max-md\:ml-0:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0px;
  }

  .ltr\:max-md\:pr-0:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0px;
  }

  .ltr\:max-md\:pr-8:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 2rem;
  }
}

@media (max-width: 991px) {
  .ltr\:max-lg\:\!left-\[40\%\]:where([dir="ltr"], [dir="ltr"] *) {
    left: 40% !important;
  }

  .ltr\:max-lg\:-left-5:where([dir="ltr"], [dir="ltr"] *) {
    left: -1.25rem;
  }

  .ltr\:max-lg\:left-1\/2:where([dir="ltr"], [dir="ltr"] *) {
    left: 50%;
  }

  .ltr\:max-lg\:\!float-right:where([dir="ltr"], [dir="ltr"] *) {
    float: right !important;
  }

  .ltr\:max-lg\:\!ml-0:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0px !important;
  }

  .ltr\:max-lg\:\!ml-\[-100px\]:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: -100px !important;
  }

  .ltr\:max-lg\:\!mr-0:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0px !important;
  }

  .ltr\:max-lg\:ml-0:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0px;
  }

  .ltr\:max-lg\:ml-\[-43px\]:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: -43px;
  }

  .ltr\:max-lg\:-translate-x-1\/2:where([dir="ltr"], [dir="ltr"] *) {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .ltr\:max-lg\:pl-0:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 0px;
  }

  .ltr\:max-lg\:pl-7:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 1.75rem;
  }

  .ltr\:max-lg\:pl-7\.5:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 30px;
  }

  .ltr\:max-lg\:pr-0:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0px;
  }

  .ltr\:max-lg\:pr-7:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 1.75rem;
  }

  .ltr\:max-lg\:pr-7\.5:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .ltr\:max-xl\:\!left-\[45px\]:where([dir="ltr"], [dir="ltr"] *) {
    left: 45px !important;
  }

  .ltr\:max-xl\:left-1\/2:where([dir="ltr"], [dir="ltr"] *) {
    left: 50%;
  }

  .ltr\:max-xl\:left-\[40\%\]:where([dir="ltr"], [dir="ltr"] *) {
    left: 40%;
  }

  .ltr\:max-xl\:ml-20:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 5rem;
  }

  .ltr\:max-xl\:ml-\[-70px\]:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: -70px;
  }

  .ltr\:max-xl\:mr-5:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 1.25rem;
  }

  .ltr\:max-xl\:pl-1:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 0.25rem;
  }

  .ltr\:max-xl\:pl-1\.5:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 0.375rem;
  }

  .ltr\:max-xl\:pl-2:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 0.5rem;
  }

  .ltr\:max-xl\:pl-2\.5:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 0.625rem;
  }

  .ltr\:max-xl\:pr-\[130px\]:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 130px;
  }
}

@media (max-width: 1400px) {
  .ltr\:max-2xl\:left-1\/2:where([dir="ltr"], [dir="ltr"] *) {
    left: 50%;
  }

  .ltr\:max-2xl\:mr-0:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0px;
  }
}

.rtl\:\!left-auto:where([dir="rtl"], [dir="rtl"] *) {
  left: auto !important;
}

.rtl\:\!right-5:where([dir="rtl"], [dir="rtl"] *) {
  right: 1.25rem !important;
}

.rtl\:-left-7:where([dir="rtl"], [dir="rtl"] *) {
  left: -1.75rem;
}

.rtl\:-left-7\.5:where([dir="rtl"], [dir="rtl"] *) {
  left: -30px;
}

.rtl\:-right-2:where([dir="rtl"], [dir="rtl"] *) {
  right: -0.5rem;
}

.rtl\:-right-2\.5:where([dir="rtl"], [dir="rtl"] *) {
  right: -0.625rem;
}

.rtl\:-right-7:where([dir="rtl"], [dir="rtl"] *) {
  right: -1.75rem;
}

.rtl\:-right-7\.5:where([dir="rtl"], [dir="rtl"] *) {
  right: -30px;
}

.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}

.rtl\:left-10:where([dir="rtl"], [dir="rtl"] *) {
  left: 2.5rem;
}

.rtl\:left-2:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.5rem;
}

.rtl\:left-2\.5:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.625rem;
}

.rtl\:left-\[15px\]:where([dir="rtl"], [dir="rtl"] *) {
  left: 15px;
}

.rtl\:left-\[5px\]:where([dir="rtl"], [dir="rtl"] *) {
  left: 5px;
}

.rtl\:right-0:where([dir="rtl"], [dir="rtl"] *) {
  right: 0px;
}

.rtl\:right-1\/2:where([dir="rtl"], [dir="rtl"] *) {
  right: 50%;
}

.rtl\:right-10:where([dir="rtl"], [dir="rtl"] *) {
  right: 2.5rem;
}

.rtl\:right-2:where([dir="rtl"], [dir="rtl"] *) {
  right: 0.5rem;
}

.rtl\:right-2\.5:where([dir="rtl"], [dir="rtl"] *) {
  right: 0.625rem;
}

.rtl\:right-7:where([dir="rtl"], [dir="rtl"] *) {
  right: 1.75rem;
}

.rtl\:right-7\.5:where([dir="rtl"], [dir="rtl"] *) {
  right: 30px;
}

.rtl\:right-\[-60px\]:where([dir="rtl"], [dir="rtl"] *) {
  right: -60px;
}

.rtl\:right-\[-70px\]:where([dir="rtl"], [dir="rtl"] *) {
  right: -70px;
}

.rtl\:right-\[100px\]:where([dir="rtl"], [dir="rtl"] *) {
  right: 100px;
}

.rtl\:right-\[15px\]:where([dir="rtl"], [dir="rtl"] *) {
  right: 15px;
}

.rtl\:right-\[52\%\]:where([dir="rtl"], [dir="rtl"] *) {
  right: 52%;
}

.rtl\:right-\[55\%\]:where([dir="rtl"], [dir="rtl"] *) {
  right: 55%;
}

.rtl\:right-\[70\%\]:where([dir="rtl"], [dir="rtl"] *) {
  right: 70%;
}

.rtl\:float-right:where([dir="rtl"], [dir="rtl"] *) {
  float: right;
}

.rtl\:float-left:where([dir="rtl"], [dir="rtl"] *) {
  float: left;
}

.rtl\:mx-\[70px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 70px;
  margin-right: 70px;
}

.rtl\:-ml-20:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: -5rem;
}

.rtl\:-mr-20:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: -5rem;
}

.rtl\:-mr-7:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: -1.75rem;
}

.rtl\:-mr-7\.5:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: -30px;
}

.rtl\:ml-2:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.5rem;
}

.rtl\:ml-2\.5:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.625rem;
}

.rtl\:ml-5:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 1.25rem;
}

.rtl\:ml-\[-200px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: -200px;
}

.rtl\:ml-\[15px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 15px;
}

.rtl\:ml-\[23px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 23px;
}

.rtl\:ml-\[25px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 25px;
}

.rtl\:ml-\[3px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 3px;
}

.rtl\:ml-\[50px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 50px;
}

.rtl\:ml-\[5px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 5px;
}

.rtl\:ml-\[70px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 70px;
}

.rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.5rem;
}

.rtl\:mr-2\.5:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.625rem;
}

.rtl\:mr-5:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 1.25rem;
}

.rtl\:mr-\[-100px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: -100px;
}

.rtl\:mr-\[-50px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: -50px;
}

.rtl\:mr-\[-5px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: -5px;
}

.rtl\:mr-\[100px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 100px;
}

.rtl\:mr-\[15px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 15px;
}

.rtl\:mr-\[3px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 3px;
}

.rtl\:mr-\[50px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 50px;
}

.rtl\:mr-\[5px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 5px;
}

.rtl\:mr-auto:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: auto;
}

.rtl\:translate-x-1\/2:where([dir="rtl"], [dir="rtl"] *) {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rtl\:border-l:where([dir="rtl"], [dir="rtl"] *) {
  border-left-width: 1px;
}

.rtl\:bg-\[url\(\'\.\.\/images\/rtl\/mainslider\/slider1\/pic2\.png\'\)\]:where([dir="rtl"], [dir="rtl"] *) {
  background-image: url('../images/rtl/mainslider/slider1/pic2.png');
}

.rtl\:bg-\[url\(\'\.\.\/images\/rtl\/mainslider\/slider5\/pic1\.jpg\'\)\]:where([dir="rtl"], [dir="rtl"] *) {
  background-image: url('../images/rtl/mainslider/slider5/pic1.jpg');
}

.rtl\:bg-\[url\(\'\.\.\/images\/rtl\/mainslider\/slider5\/pic2\.jpg\'\)\]:where([dir="rtl"], [dir="rtl"] *) {
  background-image: url('../images/rtl/mainslider/slider5/pic2.jpg');
}

.rtl\:bg-\[url\(\'\.\.\/images\/rtl\/mainslider\/slider5\/pic3\.jpg\'\)\]:where([dir="rtl"], [dir="rtl"] *) {
  background-image: url('../images/rtl/mainslider/slider5/pic3.jpg');
}

.rtl\:pl-16:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 4rem;
}

.rtl\:pl-5:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 1.25rem;
}

.rtl\:pl-8:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 2rem;
}

.rtl\:pl-\[100px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 100px;
}

.rtl\:pl-\[200px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 200px;
}

.rtl\:pl-\[50px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 50px;
}

.rtl\:pl-\[5px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 5px;
}

.rtl\:pl-\[60px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 60px;
}

.rtl\:pl-\[65px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 65px;
}

.rtl\:pr-10:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 2.5rem;
}

.rtl\:pr-12:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 3rem;
}

.rtl\:pr-2:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0.5rem;
}

.rtl\:pr-2\.5:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0.625rem;
}

.rtl\:pr-3:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0.75rem;
}

.rtl\:pr-5:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 1.25rem;
}

.rtl\:pr-7:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 1.75rem;
}

.rtl\:pr-7\.5:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 30px;
}

.rtl\:pr-\[110px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 110px;
}

.rtl\:pr-\[120px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 120px;
}

.rtl\:pr-\[15px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 15px;
}

.rtl\:pr-\[165px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 165px;
}

.rtl\:pr-\[25px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 25px;
}

.rtl\:pr-\[28px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 28px;
}

.rtl\:pr-\[35px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 35px;
}

.rtl\:pr-\[45px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 45px;
}

.rtl\:pr-\[48px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 48px;
}

.rtl\:pr-\[50px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 50px;
}

.rtl\:pr-\[65px\]:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 65px;
}

.rtl\:text-left:where([dir="rtl"], [dir="rtl"] *) {
  text-align: left;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

.rtl\:\[transform\:translateX\(50\%\)_rotateY\(180deg\)\]:where([dir="rtl"], [dir="rtl"] *) {
  transform: translateX(50%) rotateY(180deg);
}

.rtl\:before\:-left-2:where([dir="rtl"], [dir="rtl"] *)::before {
  content: var(--tw-content);
  left: -0.5rem;
}

.rtl\:before\:pl-2:where([dir="rtl"], [dir="rtl"] *)::before {
  content: var(--tw-content);
  padding-left: 0.5rem;
}

.rtl\:hover\:before\:\!right-2:hover:where([dir="rtl"], [dir="rtl"] *)::before {
  content: var(--tw-content);
  right: 0.5rem !important;
}

.rtl\:hover\:before\:\!right-2\.5:hover:where([dir="rtl"], [dir="rtl"] *)::before {
  content: var(--tw-content);
  right: 0.625rem !important;
}

.group:hover .rtl\:group-hover\:left-5:where([dir="rtl"], [dir="rtl"] *) {
  left: 1.25rem;
}

.group:hover .rtl\:group-hover\:left-\[60px\]:where([dir="rtl"], [dir="rtl"] *) {
  left: 60px;
}

.group:hover .rtl\:group-hover\:right-0:where([dir="rtl"], [dir="rtl"] *) {
  right: 0px;
}

.group:hover .rtl\:group-hover\:-translate-x-14:where([dir="rtl"], [dir="rtl"] *) {
  --tw-translate-x: -3.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (max-width: 576px) {
  .rtl\:max-sm\:\!right-\[44\%\]:where([dir="rtl"], [dir="rtl"] *) {
    right: 44% !important;
  }

  .rtl\:max-sm\:ml-0:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0px;
  }

  .rtl\:max-sm\:mr-0:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
  }

  .rtl\:max-sm\:mr-2:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.5rem;
  }

  .rtl\:max-sm\:mr-2\.5:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.625rem;
  }

  .rtl\:max-sm\:mr-5:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 1.25rem;
  }

  .rtl\:max-sm\:pl-5:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 1.25rem;
  }

  .rtl\:max-sm\:pr-\[100px\]:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 100px;
  }

  .rtl\:max-sm\:pr-\[115px\]:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 115px;
  }

  .rtl\:max-sm\:pr-\[15px\]:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 15px;
  }

  .rtl\:max-sm\:pr-\[25px\]:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .rtl\:max-md\:mr-0:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
  }

  .rtl\:max-md\:pl-0:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0px;
  }

  .rtl\:max-md\:pl-8:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2rem;
  }
}

@media (max-width: 991px) {
  .rtl\:max-lg\:\!right-\[40\%\]:where([dir="rtl"], [dir="rtl"] *) {
    right: 40% !important;
  }

  .rtl\:max-lg\:-right-5:where([dir="rtl"], [dir="rtl"] *) {
    right: -1.25rem;
  }

  .rtl\:max-lg\:right-1\/2:where([dir="rtl"], [dir="rtl"] *) {
    right: 50%;
  }

  .rtl\:max-lg\:\!float-left:where([dir="rtl"], [dir="rtl"] *) {
    float: left !important;
  }

  .rtl\:max-lg\:\!ml-0:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0px !important;
  }

  .rtl\:max-lg\:\!mr-0:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px !important;
  }

  .rtl\:max-lg\:\!mr-\[-100px\]:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: -100px !important;
  }

  .rtl\:max-lg\:mr-0:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
  }

  .rtl\:max-lg\:mr-\[-43px\]:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: -43px;
  }

  .rtl\:max-lg\:pl-0:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0px;
  }

  .rtl\:max-lg\:pl-7:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 1.75rem;
  }

  .rtl\:max-lg\:pl-7\.5:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 30px;
  }

  .rtl\:max-lg\:pr-0:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0px;
  }

  .rtl\:max-lg\:pr-7:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 1.75rem;
  }

  .rtl\:max-lg\:pr-7\.5:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .rtl\:max-xl\:\!right-\[45px\]:where([dir="rtl"], [dir="rtl"] *) {
    right: 45px !important;
  }

  .rtl\:max-xl\:right-1\/2:where([dir="rtl"], [dir="rtl"] *) {
    right: 50%;
  }

  .rtl\:max-xl\:right-\[40\%\]:where([dir="rtl"], [dir="rtl"] *) {
    right: 40%;
  }

  .rtl\:max-xl\:ml-5:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 1.25rem;
  }

  .rtl\:max-xl\:mr-20:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 5rem;
  }

  .rtl\:max-xl\:mr-\[-70px\]:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: -70px;
  }

  .rtl\:max-xl\:pl-\[130px\]:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 130px;
  }

  .rtl\:max-xl\:pr-1:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0.25rem;
  }

  .rtl\:max-xl\:pr-1\.5:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0.375rem;
  }

  .rtl\:max-xl\:pr-2:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0.5rem;
  }

  .rtl\:max-xl\:pr-2\.5:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0.625rem;
  }
}

@media (max-width: 1400px) {
  .rtl\:max-2xl\:right-1\/2:where([dir="rtl"], [dir="rtl"] *) {
    right: 50%;
  }

  .rtl\:max-2xl\:ml-0:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0px;
  }
}