@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
.container.mx-1320 {
  max-width: 1320px;
}

:root {
  --site-color-gradient: linear-gradient(to right, #5824c9 0%, #5633a2 100%) !important;
  --site-color: #f07431 !important;
  --secound-color: #4d148b !important;
}

:root, [data-bs-theme=light] {
  --bs-blue: #8b3dff;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #db1436;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #008008;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #020617;
  --bs-gray: #475569;
  --bs-gray-dark: #1e293b;
  --bs-gray-100: #f1f5f9;
  --bs-gray-200: #e2e8f0;
  --bs-gray-300: #cbd5e1;
  --bs-gray-400: #94a3b8;
  --bs-gray-500: #64748b;
  --bs-gray-600: #475569;
  --bs-gray-700: #334155;
  --bs-gray-800: #1e293b;
  --bs-gray-900: #0f172a;
  --bs-primary: #f07431;
  --bs-secondary: #e2e8f0;
  --bs-success: #008008;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #db1436;
  --bs-light: #f1f5f9;
  --bs-dark: #0f172a;
  --bs-white: #fff;
  --bs-primary-rgb: 139,61,255;
  --bs-secondary-rgb: 226,232,240;
  --bs-success-rgb: 0,128,8;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 219,20,54;
  --bs-light-rgb: 241,245,249;
  --bs-dark-rgb: 15,23,42;
  --bs-primary-text-emphasis: #381866;
  --bs-secondary-text-emphasis: #5a5d60;
  --bs-success-text-emphasis: #003303;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #580816;
  --bs-light-text-emphasis: #334155;
  --bs-dark-text-emphasis: #334155;
  --bs-primary-bg-subtle: #e8d8ff;
  --bs-secondary-bg-subtle: #f9fafc;
  --bs-success-bg-subtle: #cce6ce;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d0d7;
  --bs-light-bg-subtle: #f8fafc;
  --bs-dark-bg-subtle: #94a3b8;
  --bs-primary-border-subtle: #d1b1ff;
  --bs-secondary-border-subtle: #f3f6f9;
  --bs-success-border-subtle: #99cc9c;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1a1af;
  --bs-light-border-subtle: #e2e8f0;
  --bs-dark-border-subtle: #64748b;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 2,6,23;
  --bs-font-sans-serif: "Public Sans",sans-serif;
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #64748b;
  --bs-body-color-rgb: 100,116,139;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #020617;
  --bs-emphasis-color-rgb: 2,6,23;
  --bs-secondary-color: rgba(100,116,139,.75);
  --bs-secondary-color-rgb: 100,116,139;
  --bs-secondary-bg: #e2e8f0;
  --bs-secondary-bg-rgb: 226,232,240;
  --bs-tertiary-color: rgba(100,116,139,.5);
  --bs-tertiary-color-rgb: 100,116,139;
  --bs-tertiary-bg: #f1f5f9;
  --bs-tertiary-bg-rgb: 241,245,249;
  --bs-heading-color: var(--bs-gray-800);
  --bs-link-color: #8b3dff;
  --bs-link-color-rgb: 139,61,255;
  --bs-link-decoration: none;
  --bs-link-hover-color: #6f31cc;
  --bs-link-hover-color-rgb: 111,49,204;
  --bs-code-color: #d63384;
  --bs-highlight-color: #64748b;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e2e8f0;
  --bs-border-color-translucent: #e2e8f0;
  --bs-border-radius: 0.5rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.75rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(2,6,23,.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(2,6,23,.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(2,6,23,.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(2,6,23,.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(139,61,255,.25);
  --bs-form-valid-color: #008008;
  --bs-form-valid-border-color: #008008;
  --bs-form-invalid-color: #db1436;
  --bs-form-invalid-border-color: #db1436;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #888;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: var(--site-color);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #222222;
  text-decoration: underline;
}

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: var(--site-color);
}

::selection {
  color: #ffffff;
  background: var(--site-color);
}

/**
 * Basic typography style for copy text
 */
body {
  color: #222222;
  font: normal 125%/1.4 "Public Sans", sans-serif;
}

.font-14 {
  font-size: 14px;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.navbar {
  background-color: var(--bs-body-bg);
  box-shadow: 0 0.125rem 0.25rem rgba(2, 6, 23, 0.075);
  padding: 0.5rem;
}

@media (max-width: 990px) {
  .navbar {
    padding: 0.75rem 0.5rem;
  }
}
.navbar .navbar-brand {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}

.navbar .navbar-toggler {
  border: 2px solid var(--bs-dark);
  color: var(--bs-dark);
  font-size: 1.5rem;
  padding: 0.25rem 0.5rem;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: 0;
}

.navbar .dropdown .dropdown-toggle:after:hover {
  transform: rotate(180deg);
}

.navbar .dropdown-menu {
  border: none;
  border-radius: 0.5rem;
  box-shadow: var(--bs-box-shadow);
  color: var(--bs-gray-800);
  margin-top: 0;
  min-width: 12rem;
  top: 100%;
}

@media (max-width: 992px) {
  .navbar .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    min-width: 0 !important;
  }
}
.navbar .dropdown-menu .dropdown-submenu a:after {
  position: absolute;
  right: 1rem;
  transform: rotate(-90deg);
}

.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
  border-radius: 0.5rem;
  box-shadow: var(--bs-box-shadow);
  left: 100%;
  min-width: 12rem;
  right: auto;
  top: -18px;
}

@media (max-width: 992px) {
  .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
    box-shadow: none;
  }
}
.navbar .dropdown-fullwidth {
  position: static;
}

.navbar .dropdown-fullwidth .dropdown-menu {
  left: 0 !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  right: 0 !important;
  top: 100%;
  transform: none !important;
  width: 100%;
}

@media (min-width: 990px) {
  .navbar .navbar-nav .dropdown > .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 10px);
  }
}
.navbar .navbar-nav .dropend > .dropdown-menu {
  transform: translateY(10px);
}

.navbar .navbar-nav .nav-item .nav-link {
  border-radius: 0.25rem;
  color: var(--bs-gray-500);
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
}

@media (max-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid var(--bs-gray-200);
    border-radius: 0;
    padding: 0.75rem 0 !important;
  }
  .navbar .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent !important;
    color: var(--bs-dark);
  }
}
.navbar .navbar-nav .nav-item .nav-link:focus-visible {
  box-shadow: none;
}

.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--bs-primary);
}

@media (min-width: 1200px) {
  .navbar .dropdown-menu.show {
    display: none;
  }
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    transform: translate(-50%);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .navbar .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    transform: translateY(10px);
    visibility: visible;
  }
}
.dropdown-menu-xs {
  border-radius: 0.5rem;
  min-width: 8rem !important;
}

.dropdown-menu-md {
  border-radius: 0.5rem;
  min-width: 17rem !important;
}

.dropdown-menu-lg {
  border-radius: 0.5rem;
  min-width: 22rem !important;
}

.dropdown-menu-xl {
  border-radius: 0.5rem;
  min-width: 24rem !important;
}

.dropdown-menu-xxl {
  border-radius: 0.5rem;
  min-width: 40rem !important;
}

.dropdown-mega-menu {
  border-radius: 0.5rem;
  min-width: 1140px !important;
}

.mySwiper .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.mySwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 50%;
  height: auto;
}
.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.1333333333), rgba(0, 0, 0, 0.2666666667));
}
.mySwiper .swiper-button-next {
  background-image: url(../images/arrows.png);
  background-repeat: repeat;
  background-position: 30px 0;
  right: 0px;
  cursor: pointer;
  height: 60px;
  margin-top: 120px;
  position: absolute;
  top: 0;
  width: 30px;
  background-size: 80px;
  transition: all 0.5s ease-in-out;
}
.mySwiper .swiper-button-prev {
  background-image: url(../images/arrows.png);
  background-repeat: repeat;
  background-position: 0 0;
  left: 0px;
  cursor: pointer;
  height: 60px;
  margin-top: 120px;
  position: absolute;
  top: 0;
  width: 30px;
  background-size: 80px;
  transition: all 0.5s ease-in-out;
}
.mySwiper .swiper-button-next:hover, .mySwiper .swiper-button-prev:hover {
  transform: scale(0.7);
}
.mySwiper .swiper-button-next:after, .mySwiper .swiper-button-prev:after {
  content: none !important;
}
.mySwiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.9;
}
.mySwiper .swiper-pagination-bullet-active {
  background: var(--site-color);
}

/*
Flaticon icon font: Flaticon
Creation date: 19/02/2020 17:37
*/
@font-face {
  font-family: "Flaticon";
  src: url("../../fonts/Flaticon.eot");
  src: url("../../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../../fonts/Flaticon.woff2") format("woff2"), url("../../fonts/Flaticon.woff") format("woff"), url("../../fonts/Flaticon.ttf") format("truetype"), url("../../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^=flaticon-]:before, [class*=" flaticon-"]:before,
[class^=flaticon-]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
}

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-facebook-logo:before {
  content: "\f100";
}

.flaticon-twitter:before {
  content: "\f101";
}

.flaticon-icon-733613:before {
  content: "\f102";
}

.flaticon-linkedin:before {
  content: "\f103";
}

.flaticon-envelope:before {
  content: "\f104";
}

.flaticon-padlock:before {
  content: "\f105";
}

.flaticon-user:before {
  content: "\f106";
}

.flaticon-instagram:before {
  content: "\f107";
}

.flaticon-youtube:before {
  content: "\f108";
}

.flaticon-pinterest:before {
  content: "\f109";
}

.flaticon-behance:before {
  content: "\f10a";
}

.flaticon-add:before {
  content: "\f10b";
}

.flaticon-dribble:before {
  content: "\f10c";
}

.flaticon-next:before {
  content: "\f10d";
}

.flaticon-left-arrow:before {
  content: "\f10e";
}

.flaticon-search:before {
  content: "\f10f";
}

.flaticon-eye:before {
  content: "\f110";
}

.collage-grid-slider.slider1 {
  background-color: transparent;
}
.collage-grid-slider.slider1::before {
  display: none;
}
.collage-grid-slider.slider1 .slick-slide {
  padding: 0 5px;
}
.collage-grid-slider.slider1 .slick-slide a {
  margin: 0px;
}
.collage-grid-slider.slider1 .slick-slide figure {
  margin: 0px;
}
.collage-grid-slider.slider1 .slick-prev, .collage-grid-slider.slider1 .slick-next {
  border: 1px solid #dbdbdb;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 35%;
  z-index: 6;
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease;
}
.collage-grid-slider.slider1 .slick-prev:hover, .collage-grid-slider.slider1 .slick-prev:focus, .collage-grid-slider.slider1 .slick-next:hover, .collage-grid-slider.slider1 .slick-next:focus {
  background-color: #000;
}
.collage-grid-slider.slider1 .slick-prev:hover::before, .collage-grid-slider.slider1 .slick-prev:focus::before, .collage-grid-slider.slider1 .slick-next:hover::before, .collage-grid-slider.slider1 .slick-next:focus::before {
  color: #fff;
}
.collage-grid-slider.slider1 .slick-next {
  right: 7px;
}
.collage-grid-slider.slider1 .slick-next::before {
  content: "→";
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
.collage-grid-slider.slider1 .slick-prev {
  left: 9px;
}
.collage-grid-slider.slider1 .slick-prev::before {
  content: "←";
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

.sale-live[aria-label="1"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #a6c0fe 0, #5824c9 100%);
}
.sale-live[aria-label="2"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #a18cd1 0%, #5824c9 100%);
}
.sale-live[aria-label="3"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #fad0c4 0%, #5824c9 100%);
}
.sale-live[aria-label="4"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #ffecd2 0%, #5824c9 100%);
}
.sale-live[aria-label="5"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #fbc2eb 0%, #5824c9 100%);
}
.sale-live[aria-label="6"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #fdcbf1 0%, #5824c9 100%);
}
.sale-live[aria-label="7"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #a1c4fd 0%, #5824c9 100%);
}
.sale-live[aria-label="8"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #84fab0 0%, #5824c9 100%);
}
.sale-live[aria-label="9"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #e0c3fc 0%, #5824c9 100%);
}
.sale-live[aria-label="10"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #4facfe 0%, #5824c9 100%);
}
.sale-live[aria-label="11"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #abecd6 0%, #5824c9 100%);
}
.sale-live[aria-label="12"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #43e97b 0%, #5824c9 100%);
}
.sale-live[aria-label="13"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #5ee7df 0%, #5824c9 100%);
}
.sale-live[aria-label="14"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #2af598 0%, #5824c9 100%);
}
.sale-live[aria-label="15"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #37ecba 0%, #5824c9 100%);
}
.sale-live[aria-label="16"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #fff1eb 0%, #5824c9 100%);
}
.sale-live[aria-label="17"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #48c6ef 0%, #5824c9 100%);
}
.sale-live[aria-label="18"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #c1dfc4 0%, #5824c9 100%);
}
.sale-live[aria-label="19"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #00c6fb 0%, #5824c9 100%);
}
.sale-live[aria-label="20"] .sale-pro-card::before {
  background-image: linear-gradient(160deg, #d9afd9 0%, #5824c9 100%);
}
.sale-live .slick-track {
  overflow: hidden;
}
.sale-live .slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.sale-live .slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.sale-live .slick-dots li button {
  display: none;
}
.sale-live .slick-dots li button:before {
  top: 1px;
  transition: all 0.5s;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  position: absolute;
}
.sale-live .slick-dots li button.slick-active:before {
  top: 0;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  background-color: #964848;
}
.sale-live .slick-prev {
  top: 50%;
  left: 20px;
  background-image: url(../images/banner/left-arrow.webp);
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.sale-live .slick-prev:hover {
  filter: brightness(0.9);
}
.sale-live .slick-prev.slick-disabled {
  opacity: 0.6;
  cursor: no-drop;
}
.sale-live .slick-next {
  top: 50%;
  right: -15px;
  background-image: url(../images/banner/right-arrow.webp);
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.sale-live .slick-next:hover {
  filter: brightness(0.9);
}
.sale-live .slick-next.slick-disabled {
  opacity: 0.6;
  cursor: no-drop;
}
.sale-live .slick-arrow {
  position: absolute;
  font-size: 0;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  outline: none !important;
  border: none;
  padding: 28px 15px;
  border: none;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block;
  cursor: pointer;
}

.sale-pro-item {
  border-radius: 10px;
}

.sale-pro-card {
  transition: all 0.5s ease-in-out;
}
.sale-pro-card::before {
  content: "";
  background-image: linear-gradient(160deg, #a6c0fe 0, #f68084 100%);
  height: 65%;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sale-pro-card .sale-pro-img-item {
  z-index: 2;
  position: relative;
}
.sale-pro-card .sale-pro-img-item .div-bg-img-sec {
  width: 140px;
  height: 140px;
  display: block;
  transition: all 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  border-radius: 10px;
  /* margin: auto; */
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: all 0.5s ease-in-out;
}
.sale-pro-card .sale-pro-img-item .div-bg-img-sec:hover .bg-cat-img {
  transform: translateY(-5px);
}
.sale-pro-card .sale-pro-img-item .div-bg-img-sec .bg-cat-img {
  width: 100%;
  height: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  mix-blend-mode: multiply !important;
  margin: auto;
  transition: all 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.sale-pro-card .sale-pro-detail {
  display: flex;
}
.sale-pro-card .sale-pro-detail .sale-prod-name {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding: 15px 0;
  width: 100%;
  float: left;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}
.sale-pro-card .sale-pro-detail .sale-prod-name:hover, .sale-pro-card .sale-pro-detail .sale-prod-name:focus {
  color: var(--site-color);
}
.sale-pro-card .sale-price-detail {
  margin-top: 10px;
}
.sale-pro-card .sale-price-detail .sale-price-strike {
  margin-right: 5px;
  text-decoration: line-through;
  color: #6c757d;
  font-size: 18px;
  font-style: italic;
  font-weight: 100;
  line-height: 18px;
  display: inline-block;
}
.sale-pro-card .sale-price-detail .sale-totalprice {
  color: var(--text-color);
  font-weight: 900 !important;
  font-size: 28px;
}
.sale-pro-card .sale-price-detail .sale-offer-amount {
  color: #dc3545;
  font-weight: 700;
  font-style: italic;
}
.sale-pro-card:hover {
  border: none;
  box-shadow: inset 141px 129px 200px rgba(255, 255, 255, 0.25);
}

/***** Sidebar *****/
.btn-customized svg {
  transition: all 0.5s ease;
}
.btn-customized svg:hover {
  transform: scale(0.98);
}

.sidebar {
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -255px;
  z-index: 99999;
  background: #fff;
  color: #222;
  transition: all 0.3s;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
  text-align: left;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(209, 213, 219, 0.3);
}

.sidebar.active {
  left: 0;
}

/***** Dark overlay *****/
.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.7);
  z-index: 9999;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

.dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.3s;
  background: #eaeaea;
  border-radius: 100px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.dismiss i {
  transition: all 0.5s ease;
}

.dismiss:hover i {
  transform: rotate(360deg);
}

.dismiss:hover,
.dismiss:focus {
  background: #555;
  color: #fff;
}

.sidebar .logo {
  padding: 20px 20px;
  border-bottom: 1px solid #cacaca;
  transition: all 0.3s;
}

.sidebar .logo h3 {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
}

.sidebar .logo a {
  display: inline-block;
  width: 172px;
  height: 34px;
  background: url(../img/logo.png) left top no-repeat;
  border: 0;
  text-indent: -999999px;
}

.sidebar ul.menu-elements {
  padding: 10px 0;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
  overflow-y: scroll;
  height: calc(100vh - 80px);
}

.sidebar ul li a {
  display: block;
  padding: 10px 20px;
  border: 0;
  color: #222;
  border: 1px solid transparent;
}

.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus {
  outline: 0;
  background: #ebebeb;
  color: #222;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(209, 213, 219, 0.3);
  border-radius: 20px;
}

.sidebar ul li a i {
  margin-right: 5px;
}

.sidebar ul li.active > a,
a[aria-expanded=true] {
  background: #ebebeb;
  color: #333;
}

.sidebar ul ul a {
  background: #ebebeb;
  padding-left: 30px;
  font-size: 14px;
}

.sidebar ul ul li.active > a {
  background: #555;
}

.sidebar a[data-toggle=collapse] {
  position: relative;
}

.sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.no-data-img {
  width: 15%;
}

.festival-sale.slick-slider {
  overflow: hidden;
  height: 30px;
}
.festival-sale.slick-slider span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bottom-fotter {
  padding: 10px;
}
@media (max-width: 991px) {
  .bottom-fotter {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .info-section-body .go-top {
    width: 30px;
    height: 30px;
    padding: 5px 5px;
    bottom: 35px;
  }
}
.info-section-body .copy_msg {
  bottom: 40px;
}

.go-top {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  font-weight: 600;
  text-align: center;
  background-color: #373737;
  color: #ffffff;
  border-radius: 100%;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.11);
  padding-top: 10px;
  transition: all 0.5s ease;
  cursor: pointer;
  border: 1px solid #373737;
  text-transform: uppercase;
  position: fixed;
  bottom: 5px;
  z-index: 3;
  right: 0px;
  display: none;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .go-top {
    width: 30px;
    height: 30px;
    padding: 5px 5px;
    bottom: 10px;
  }
}
.go-top i {
  font-size: 16px;
}
.go-top:hover {
  background: var(--site-color);
  color: #ffffff;
  border: 1px solid var(--site-color);
}

a, button {
  text-decoration: none !important;
}
a.btn-theme, button.btn-theme {
  background: var(--site-color);
  color: #ffffff;
  transition: all 0.5s ease;
}
a.btn-theme:hover, a.btn-theme:focus, button.btn-theme:hover, button.btn-theme:focus {
  background: var(--site-color);
  color: #ffffff;
  opacity: 0.7;
}

.sect-404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.sect-404 .er-404-page {
  max-width: 960px;
  margin: auto;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 15px;
}
.sect-404 .er-404-page img {
  width: 100%;
}
@media (min-width: 576px) {
  .sect-404 .er-404-page img {
    padding-bottom: 60px;
    max-width: 520px;
  }
}
@media (min-width: 576px) {
  .sect-404 .wide-xs {
    max-width: 520px !important;
  }
}
.sect-404 .wide-xs .rb-error-title {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #364a63;
}
@media (min-width: 992px) {
  .sect-404 .wide-xs .rb-error-title {
    font-size: 2rem;
  }
}
.sect-404 .wide-xs .rb-error-text {
  font-size: 1rem;
  opacity: 0.8;
}
.sect-404 .wide-xs .btn.btn-primary {
  background: #5824c9;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0px;
  padding: 10px 50px;
  text-transform: uppercase;
  width: 100%;
}
.sect-404 .wide-xs .btn.btn-primary:hover, .sect-404 .wide-xs .btn.btn-primary:focus {
  background: #FBE57F;
  color: #222222 !important;
}

.theme-dark .rb-error-title, .theme-dark .rb-error-text {
  color: #ffffff !important;
}

/* Hide default HTML checkbox */
.switch {
  position: relative;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: white url("https://i.ibb.co/FxzBYR9/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  transform: translateX(24px);
  background: white url("https://i.ibb.co/7JfqXxB/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.theme-light .btn-theme {
  font-size: 100%;
  border-radius: 100px;
  padding: 0px;
  box-shadow: none;
  border: none;
  margin-left: 5px;
}
.theme-light .btn-theme span {
  display: none;
}
.theme-light .btn-theme::after {
  background: url("../images/night.png");
  content: "";
  width: 25px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.theme-dark .btn-theme {
  font-size: 100%;
  border-radius: 100px;
  padding: 0px;
  box-shadow: none;
  border: none;
  margin-left: 5px;
}
.theme-dark .btn-theme span {
  display: none;
}
.theme-dark .btn-theme::after {
  background: url("../images/sunny.png");
  content: "";
  width: 25px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

body {
  margin: 0;
  font-family: "Public Sans", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
}

@media only screen and (max-width: 565px) {
  .products-container,
  .nav-container {
    padding: 2px;
  }
}
@media only screen and (max-width: 1249px) {
  .products-container,
  .nav-container {
    padding: 2px;
  }
}
@media only screen and (min-width: 1250px) {
  .products-container,
  .nav-container {
    padding: 2px;
  }
}

.card-lift {
  border-radius: 0.75rem;
  transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card-lift.active,
.card-lift:focus,
.card-lift:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  transform: translateY(-0.25rem);
}

.row-grid-cus {
  display: grid;
  gap: 4px !important;
  grid-template-columns: repeat(2, 1fr) !important;
}
@media (max-width: 767px) {
  .row-grid-cus {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .row-grid-cus .card-sec-box {
    display: flex;
    flex: 0 0 49%;
    width: 49%;
  }
  .row-grid-cus .card-sec-box.view-all {
    display: block;
    flex: 0 0 100%;
    padding: 10px 20px;
    background-color: #ffffff;
  }
  .row-grid-cus .card-sec-box.view-all .card-body {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 375px) {
  .row-grid-cus {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (min-width: 640px) {
  .row-grid-cus {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
  }
}
@media (min-width: 1024px) {
  .row-grid-cus {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 10px !important;
  }
}

.card-sec-box .avatar {
  width: 100%;
}
@media (min-width: 1024px) {
  .card-sec-box .avatar {
    width: 90px;
  }
}

.icon-shape {
  margin-bottom: 20px;
}
.icon-shape img {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0 25px 20px rgba(7, 57, 114, 0.2078431373));
}

.step-bottom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: var(--site-color);
  font-weight: 600;
}

.bg-light-bg-color {
  background-color: #f0eff5;
}

.bg-wave-sec {
  overflow: hidden;
  position: relative;
  padding: 100px 0px;
  background-color: #ffffff;
}

.card {
  transition: all 0.5s ease-in-out;
}
.card:hover {
  box-shadow: 0px 46px 77px 0px rgba(10, 43, 83, 0.1490196078);
}

.top-wave {
  position: absolute;
  top: -2px;
  width: 100%;
}

.img-circle {
  position: absolute;
  top: 40px;
  width: 76%;
  left: 12%;
  max-height: unset;
  animation: rotate-center 100s linear infinite both;
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bottom-wave {
  position: absolute;
  bottom: -2px;
  width: 100%;
  transform: rotate(180deg);
}

.login-btn {
  padding: 18px 15px !important;
}

.fxt-template-lylogin {
  background-color: #ffffff;
  width: 100%;
  min-height: 100vh;
  display: grid;
  position: relative;
  z-index: 1;
}

.fxt-template-lylogin .fxt-content-wrap {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .fxt-template-lylogin .fxt-content-wrap {
    display: block;
  }
}
.fxt-template-lylogin .fxt-heading-content {
  padding: 30px;
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 20, 139, 0.75);
  border-radius: 100px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-lylogin .fxt-heading-content {
    width: 100%;
    border-radius: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-lylogin .fxt-heading-content {
    padding: 15px;
    border-radius: 0px;
  }
}
.fxt-template-lylogin .fxt-heading-content:before {
  content: "";
  border-radius: 0 100px 100px 0;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/login-bg.jpg");
  top: 0;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .fxt-template-lylogin .fxt-heading-content:before {
    border-radius: 0;
  }
}
.fxt-template-lylogin .fxt-heading-content .fxt-inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 680px;
  height: 100%;
  padding: 60px 50px;
  border-radius: 30px;
  max-width: 515px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 575px) {
  .fxt-template-lylogin .fxt-heading-content .fxt-inner-wrap {
    padding: 40px 30px;
    border-radius: 15px;
  }
}
.fxt-template-lylogin .fxt-heading-content .fxt-logo {
  margin-bottom: 30px;
  display: block;
  max-width: 35vw;
}

.fxt-template-lylogin .fxt-heading-content .fxt-sub-title {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .fxt-template-lylogin .fxt-heading-content .fxt-sub-title {
    font-size: 22px;
  }
}
.fxt-template-lylogin .fxt-heading-content .fxt-main-title {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .fxt-template-lylogin .fxt-heading-content .fxt-main-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-lylogin .fxt-heading-content .fxt-main-title {
    font-size: 28px;
  }
}
.fxt-template-lylogin .fxt-heading-content .fxt-description {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  max-width: 390px;
  width: 100%;
}

.fxt-template-lylogin .fxt-heading-content .fxt-switcher-description {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

.fxt-template-lylogin .fxt-heading-content .fxt-switcher-description .fxt-switcher-text {
  display: table;
  color: #ffffff;
  font-weight: 500;
}

.fxt-template-lylogin .fxt-heading-content .fxt-switcher-description .fxt-switcher-text:hover {
  text-decoration: underline;
}

.fxt-template-lylogin .fxt-form-content {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .fxt-template-lylogin .fxt-form-content {
    width: 100%;
  }
}
.fxt-template-lylogin .fxt-form-content .fxt-page-title {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
  color: #14133b;
}

@media only screen and (max-width: 1199px) {
  .fxt-template-lylogin .fxt-form-content .fxt-page-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-lylogin .fxt-form-content .fxt-page-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-lylogin .fxt-form-content .fxt-page-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-lylogin .fxt-form-content .fxt-page-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .fxt-template-lylogin .fxt-form-content .fxt-page-title {
    font-size: 24px;
  }
}
.fxt-template-lylogin .fxt-form-content .fxt-description {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
}

.fxt-template-lylogin .fxt-form-content .fxt-label {
  color: #14133b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.fxt-template-lylogin .fxt-form-content .fxt-main-form {
  padding: 50px 65px 40px 65px;
  display: flex;
  height: 100%;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .fxt-template-lylogin .fxt-form-content .fxt-main-form {
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-lylogin .fxt-form-content .fxt-main-form {
    padding: 40px 15px 30px;
  }
}
.fxt-template-lylogin .fxt-form-content .fxt-inner-wrap {
  max-width: 454px;
  width: 100%;
}

.fxt-template-lylogin .fxt-form-content .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.fxt-template-lylogin .fxt-form-content .form-control {
  min-height: 50px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  color: #111;
}

.fxt-template-lylogin .fxt-form-content input::-webkit-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}

.fxt-template-lylogin .fxt-form-content input::-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}

.fxt-template-lylogin .fxt-form-content input:-moz-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}

.fxt-template-lylogin .fxt-form-content input:-ms-input-placeholder {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
}

.fxt-template-lylogin .fxt-form-content .fxt-otp-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.fxt-template-lylogin .fxt-form-content .fxt-otp-row .fxt-otp-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 30px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-lylogin .fxt-form-content .fxt-otp-row .fxt-otp-col:last-child {
  margin-right: 0;
}

.fxt-template-lylogin .fxt-form-content .fxt-otp-btn {
  margin-bottom: 20px;
}

.fxt-template-lylogin .fxt-form-content .fxt-switcher-description {
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #646464;
}

.fxt-template-lylogin .fxt-form-content .fxt-switcher-text {
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: var(--site-color);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.fxt-template-lylogin .fxt-form-content .fxt-switcher-text:hover {
  color: var(--secound-color);
  text-decoration: underline !important;
}

.fxt-template-lylogin .fxt-form-content .fxt-switcher-text:focus {
  outline: none;
}

.fxt-template-lylogin .fxt-form-content .fxt-checkbox-box {
  margin-bottom: 25px;
}

.fxt-template-lylogin .fxt-form-content .fxt-checkbox-box label {
  color: #14133b;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.fxt-template-lylogin .fxt-form-content .fxt-checkbox-box label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  right: 0;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fxt-template-lylogin .fxt-form-content .fxt-checkbox-box label:after {
  position: absolute;
  font-size: 10px;
  color: #555555;
}

.fxt-template-lylogin .fxt-form-content .fxt-checkbox-box input[type=checkbox] {
  display: none;
}

.fxt-template-lylogin .fxt-form-content .fxt-checkbox-box input[type=checkbox]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
  font-weight: 900;
  color: #ffffff;
  left: 0;
  right: 0;
  top: 5px;
  width: 16px;
  text-align: center;
}

.fxt-template-lylogin .fxt-form-content .fxt-checkbox-box input[type=checkbox]:checked + label::before {
  background-color: var(--site-color);
  border-color: var(--site-color);
}

.fxt-template-lylogin .fxt-form-content .fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  border-color: var(--site-color);
  color: #fff;
  border-radius: 10px;
  background-color: var(--site-color);
  padding: 9px 36px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fxt-template-lylogin .fxt-form-content .fxt-btn-fill:hover {
  background-color: var(--secound-color);
  border-color: var(--secound-color);
}

.fxt-template-lylogin .fxt-form-content .fxt-btn-fill:focus {
  outline: none;
}

@media only screen and (max-width: 767px) {
  .fxt-template-lylogin .fxt-form-content .fxt-btn-fill {
    font-size: 16px;
  }
}
.fxt-template-lylogin .fxt-form-content .fxt-divider-text {
  text-align: center;
  margin-bottom: 20px;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul {
  display: flex;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-lylogin .fxt-form-content .fxt-login-option ul {
    display: block;
  }
}
.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  width: auto;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
  .fxt-template-lylogin .fxt-form-content .fxt-login-option ul li {
    width: 100%;
  }
}
.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li a {
  padding: 10px 15px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 50px;
  border-radius: 10px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-lylogin .fxt-form-content .fxt-login-option ul li a {
    min-height: 47px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-lylogin .fxt-form-content .fxt-login-option ul li a {
    width: 100%;
  }
}
.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li a .fxt-option-icon {
  display: inline-block;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li a .fxt-option-text {
  display: inline-block;
  display: none;
}

@media only screen and (max-width: 575px) {
  .fxt-template-lylogin .fxt-form-content .fxt-login-option ul li a .fxt-option-text {
    display: block;
  }
}
.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.fxt-google a:hover {
  background-color: #af2121;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.fxt-facebook a:hover {
  background-color: #263f75;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.fxt-apple a {
  background-color: #132133;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.fxt-apple a:hover {
  background-color: #070e16;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.active {
  width: 100%;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.active a {
  width: 100%;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.active a .fxt-option-text {
  display: block;
}

.fxt-template-lylogin.loaded.fxt-template-animation .fxt-heading-content:before {
  opacity: 1;
  visibility: visible;
  transition: opacity 1.5s ease-in-out;
  transition-delay: 0.3s;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0px;
}

@media only screen and (max-width: 575px) {
  .fxt-template-lylogin .fxt-form-content .fxt-login-option ul {
    display: block;
  }
}
.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  width: auto;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
  .fxt-template-lylogin .fxt-form-content .fxt-login-option ul li {
    width: 100%;
  }
}
.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li a {
  padding: 10px 15px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 50px;
  border-radius: 10px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-lylogin .fxt-form-content .fxt-login-option ul li a {
    min-height: 47px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-lylogin .fxt-form-content .fxt-login-option ul li a {
    width: 100%;
  }
}
.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li a .fxt-option-icon {
  display: inline-block;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li a .fxt-option-text {
  display: inline-block;
  display: none;
}

@media only screen and (max-width: 575px) {
  .fxt-template-lylogin .fxt-form-content .fxt-login-option ul li a .fxt-option-text {
    display: block;
  }
}
.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.fxt-google a {
  background-color: #CC3333;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.fxt-google a:hover {
  background-color: #af2121;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.fxt-facebook a {
  background-color: #3b5998;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.fxt-facebook a:hover {
  background-color: #263f75;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.fxt-apple a {
  background-color: #132133;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.fxt-apple a:hover {
  background-color: #070e16;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.active {
  width: 100%;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.active a {
  width: 100%;
}

.fxt-template-lylogin .fxt-form-content .fxt-login-option ul li.active a .fxt-option-text {
  display: block;
}

.fxt-template-lylogin .fxt-style-line {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}

.fxt-template-lylogin .fxt-style-line span {
  text-align: center;
  font-size: 15px;
  color: #acacac;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}

.fxt-template-lylogin .fxt-style-line span:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #cfcfcf;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-lylogin .fxt-style-line span:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #cfcfcf;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.fxt-template-layout29 .fxt-checkbox-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.fxt-template-layout29 .fxt-bg-color {
  background-color: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 30px 52px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-bg-color {
    min-height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout29 .fxt-bg-color {
    padding: 50px 15px 42px;
  }
}
.fxt-template-layout29 .fxt-bg-img {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fxt-template-layout29 .fxt-page-switcher {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-page-switcher {
    top: calc(100% - 48px);
    transform: translateY(0);
    left: 0;
    text-align: center;
  }
}
.fxt-template-layout29 .fxt-page-switcher .switcher-text1 {
  text-align: right;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 30px;
  background-color: #000000;
  margin: 2px 0;
  border-radius: 45px 0 0 45px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-page-switcher .switcher-text1 {
    display: inline-block;
    margin: 0 2px;
    border-radius: 10px 10px 0 0;
    padding: 15px 30px;
  }
}
.fxt-template-layout29 .fxt-page-switcher .switcher-text1:hover {
  color: #f3bd1c;
}

.fxt-template-layout29 .fxt-page-switcher .switcher-text1.active {
  color: #000000;
  background-color: #ffffff;
}

.fxt-template-layout29 .fxt-content {
  max-width: 450px;
  width: 100%;
  padding: 50px 15px 30px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-content {
    text-align: center;
  }
}
.fxt-template-layout29 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 100px;
  max-width: 40vw;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-header .fxt-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}
.fxt-template-layout29 .fxt-form {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-form {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout29 .fxt-form {
    margin-bottom: 25px;
  }
}
.fxt-template-layout29 .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 5px;
}

.fxt-template-layout29 .fxt-form p {
  margin-bottom: 30px;
  font-size: 17px;
}

.fxt-template-layout29 .fxt-form .fxt-title {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 26px;
}

@media only screen and (max-width: 991px) {
  .fxt-template-layout29 .fxt-form .fxt-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-form .fxt-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout29 .fxt-form .fxt-title {
    font-size: 20px;
  }
}
.fxt-template-layout29 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

.fxt-template-layout29 .fxt-form .fxt-sending-to {
  margin-bottom: 20px;
  font-size: 16px;
}

.fxt-template-layout29 .fxt-form .fxt-sending-to span {
  display: block;
}

.fxt-template-layout29 .fxt-form .fxt-otp-label {
  letter-spacing: 1px;
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #202020;
}

.fxt-template-layout29 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-template-layout29 .fxt-form .form-group i {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.fxt-template-layout29 .fxt-form .form-group [class^=flaticon-]:before,
.fxt-template-layout29 .fxt-form .form-group [class*=" flaticon-"]:before,
.fxt-template-layout29 .fxt-form .form-group [class^=flaticon-]:after,
.fxt-template-layout29 .fxt-form .form-group [class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: 17px;
  color: #a1a1a1;
}

.fxt-template-layout29 .fxt-form .form-control {
  min-height: 40px;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 30px 10px 0;
  border-radius: 0px;
  color: #111111;
}

.fxt-template-layout29 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout29 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout29 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout29 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}

.fxt-template-layout29 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.fxt-template-layout29 .fxt-form .fxt-form-row .fxt-form-col {
  border-radius: 0;
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-template-layout29 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-template-layout29 .fxt-btn-fill {
  margin-right: 30px;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #e9b102;
  padding: 10px 36px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .fxt-template-layout29 .fxt-btn-fill {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.fxt-template-layout29 .fxt-btn-fill:hover {
  background-color: #ecb719;
  border-color: #ecb719;
}

.fxt-template-layout29 .fxt-btn-fill:focus {
  outline: none;
}

.card-sec-box .avatar {
  width: 120px;
  height: 80px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.card-sec-box .icon-link {
  border: 1.4px dashed #222222;
  padding: 6px 12px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.card-sec-box .icon-link:hover {
  background-color: rgba(68, 68, 68, 0.15);
  border: 1.5px dashed #222222;
}
.card-sec-box .icon-link:hover .fa-scissors {
  left: 10px;
}
.card-sec-box .icon-link .fa-scissors {
  position: absolute;
  top: -6px;
  left: 50%;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.card-sec-box .view-all-box {
  align-items: center;
  justify-content: center;
  display: flex !important;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  gap: 10px;
}

.cat-item {
  text-align: center;
}
.cat-item a {
  color: #222222;
  font-size: 12px;
}
.cat-item a:hover img {
  transform: scale(0.9);
}
.cat-item img {
  width: 35px;
  height: 35px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin-bottom: 5px;
  transition: all 0.5s ease-in-out;
}

body {
  background: #f0eff5 !important;
}
body .bg-theme {
  background-color: var(--secound-color);
}

h2 {
  font-size: 22px !important;
  font-weight: 500;
}

h5 {
  font-size: 18px !important;
}/*# sourceMappingURL=main.css.map */