/*! 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: #fc8019;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #24202d;
  text-decoration: underline;
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-sm,
.container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-sm,
.container-md,
.container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1140px;
  }
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-ExtraLight.woff2") format("woff2"), url("../fonts/Dosis-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-Light.woff2") format("woff2"), url("../fonts/Dosis-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-Regular.woff2") format("woff2"), url("../fonts/Dosis-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-Medium.woff2") format("woff2"), url("../fonts/Dosis-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-SemiBold.woff2") format("woff2"), url("../fonts/Dosis-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-ExtraBold.woff2") format("woff2"), url("../fonts/Dosis-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  color: #24202d;
  font: normal 125%/1.4 -apple-system, BlinkMacSystemFont, "Open Sans", sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.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;
}

body {
  background-color: #ffffff !important;
}

.header-section {
  transform: translateY(0%);
  transition: all 0.5s ease;
  padding: 36px 0;
}
.header-section .navbar-nav .nav-item {
  position: relative;
  margin: 0px 20px;
}
.header-section .navbar-nav .nav-item.active a {
  color: #fc8019 !important;
  font-weight: 700;
}
.header-section .navbar-nav .nav-item.active .dropdown-menu li a {
  color: #2e3c54 !important;
  font-weight: 400;
}
.header-section .navbar-nav a {
  position: relative;
  color: #24202d !important;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 1rem;
  padding: 0px !important;
}
@media (max-width: 991px) {
  .header-section .navbar-nav a {
    color: #24202d !important;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 10px 0px !important;
  }
}
.header-section .navbar-nav a:hover, .header-section .navbar-nav a:focus {
  color: #fc8019 !important;
}
.header-section .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991px) {
  .sm-btn-xs {
    display: flex;
    right: 75px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse.show .navbar-nav {
    height: 100%;
  }
  .navbar-collapse.show .navbar-nav li {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
  }
  .navbar-collapse.show .navbar-nav li:last-child {
    border-bottom: none;
  }
  .sm-btn-xs {
    display: block;
    font-size: 12px !important;
    border-radius: 0px !important;
    line-height: inherit !important;
    padding: 5px 15px !important;
  }
}
#headerScroll {
  background: transparent;
  perspective: 1000px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  #headerScroll {
    position: relative;
    background: #000000;
  }
}
#headerScroll.scroll-head-up {
  transform: translateY(-100%) rotateX(0deg);
}
@media (max-width: 991px) {
  #headerScroll.scroll-head-up {
    transform: translateY(0%) rotateX(0deg);
  }
}
#headerScroll.scrollMenu {
  box-shadow: 0px 4px 21.36px 2.64px rgba(25, 38, 62, 0.11) !important;
  border-bottom: 1px solid #ebebeb;
  padding: 5px 0 !important;
  background: #ffffff;
}
@media (max-width: 991px) {
  #headerScroll.scrollMenu {
    padding: 0.5rem !important;
  }
}

.sticky .header-section {
  transform: translateY(-100%);
  transition: all 0.5s ease;
  box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.006);
}
@media (max-width: 991px) {
  .sticky .header-section {
    transform: translateY(0%);
  }
}

@media (max-width: 991px) {
  .navbar-brand img {
    width: 150px;
    height: 58px;
  }
}
@media (min-width: 991px) {
  .navbar-brand img {
    width: 160px;
    height: 58px;
  }
}
@media (max-width: 991px) {
  .header-btn {
    width: 250px;
    position: relative;
    background: rgb(255, 255, 255);
    width: 100%;
    top: 22px;
    bottom: 0px;
    right: 0px;
    height: 100vh;
    transform: translateY(250px);
    transition: all 0.5s ease;
    opacity: 0;
  }
  .header-btn.collapse.show {
    transform: translateY(0px);
    opacity: 1;
  }
  .header-btn::before {
    background: rgba(0, 0, 0, 0.006);
    content: "";
    position: absolute;
    top: 70px;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .fixedmenu {
    overflow: hidden;
  }
}

.header-btn-cus {
  display: flex;
}

@media (min-width: 576px) and (max-width: 768px) {
  .container.max-width-1400 {
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .container.max-width-1400 {
    max-width: 1400px;
  }
}
@media (min-width: 1501px) {
  .container.max-width-1400 {
    max-width: 1650px;
  }
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -30px 0 0 -30px;
  border: 2px solid #fc8019;
  border-radius: 50%;
  border-top: 2px solid #bc00ff;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 992px) {
  .sm-btn-xs {
    display: none;
  }
}
@media (max-width: 991px) {
  .sm-btn-xs {
    display: block;
  }
}

.btns-solution .btn-org {
  background-color: #fc8019;
  color: #ffffff;
  transition: all 0.5s ease;
  font-weight: 500;
  line-height: 1.3;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  border-radius: 0px;
}
.btns-solution .btn-org:hover {
  background-color: #000000;
  color: #ffffff;
}

.ri-btn-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ri-btn-menu .btn-org {
  display: none;
}
@media (max-width: 991px) {
  .ri-btn-menu .btn-org {
    display: block;
    background-color: #fc8019;
    color: #ffffff;
    transition: all 0.5s ease;
    font-weight: 500;
    line-height: 1.3;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    border-radius: 0px;
    font-size: 1rem !important;
  }
  .ri-btn-menu .btn-org:hover {
    background-color: #000000;
    color: #ffffff;
  }
}
.ri-btn-menu .navbar-toggler.cus {
  border: none;
}
.ri-btn-menu .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #24202d;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}
.ri-btn-menu .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.ri-btn-menu .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.ri-btn-menu .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.ri-btn-menu .navbar-toggler[aria-expanded=true] {
  border: none;
  background: transparent !important;
}
.ri-btn-menu .navbar-toggler[aria-expanded=true] .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.ri-btn-menu .navbar-toggler[aria-expanded=true] .middle-bar {
  opacity: 0;
}
.ri-btn-menu .navbar-toggler[aria-expanded=true] .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

@media (max-width: 991px) {
  .btns-solution {
    display: none;
  }
  #navbarsExampleDefault {
    position: fixed;
    right: 0;
    top: 66px;
    width: 320px;
    height: 100vh;
    background: #ffffff;
    z-index: 999;
    padding: 5px;
    box-shadow: 5px 0 25px 0 rgba(55, 70, 95, 0.1);
    transform: translate3d(-250px, 0, 0);
    transition: 0.3s ease all;
    overflow: auto;
  }
  #navbarsExampleDefault.show {
    transform: translate3d(0px, 0, 0);
  }
  .header-btn-cus.ml-auto {
    margin-left: inherit !important;
    width: 100%;
  }
  .header-btn-cus.ml-auto .navbar-nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #navbarsExampleDefault {
    width: 50%;
    left: -200px;
    right: auto;
    position: fixed;
    height: 100vh;
  }
  #navbarsExampleDefault.show {
    left: 0px;
  }
}
@media (max-width: 479px) {
  #navbarsExampleDefault {
    width: 75%;
  }
}
@media (max-width: 375px) {
  #navbarsExampleDefault {
    width: 75%;
  }
}
@media (max-width: 320px) {
  #navbarsExampleDefault {
    width: 75%;
  }
}

@-webkit-keyframes shackWiggle {
  2% {
    transform: rotate(2deg);
  }
  4% {
    transform: rotate(-2deg);
  }
  6% {
    transform: rotate(2deg);
  }
  8% {
    transform: rotate(-2deg);
  }
  10% {
    transform: rotate(1deg);
  }
  12% {
    transform: rotate(-1deg);
  }
  14% {
    transform: rotate(1deg);
  }
  16% {
    transform: rotate(-1deg);
  }
  18% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
@keyframes shackWiggle {
  2% {
    transform: rotate(2deg);
  }
  4% {
    transform: rotate(-2deg);
  }
  6% {
    transform: rotate(2deg);
  }
  8% {
    transform: rotate(-2deg);
  }
  10% {
    transform: rotate(1deg);
  }
  12% {
    transform: rotate(-1deg);
  }
  14% {
    transform: rotate(1deg);
  }
  16% {
    transform: rotate(-1deg);
  }
  18% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
.logo-name {
  font-family: "Oswald", sans-serif;
}

.lg-brand-logo.navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 420px) {
  .lg-brand-logo.navbar-brand {
    flex-direction: column;
  }
  .lg-brand-logo.navbar-brand img {
    width: 40px;
    height: 40px;
  }
  .lg-brand-logo.navbar-brand .logo-name {
    font-size: 18px;
  }
}

.lg-brand-logo {
  display: block !important;
}
@media (max-width: 1199px) {
  .lg-brand-logo {
    display: none !important;
  }
}

.mobile-logo {
  display: none !important;
}
@media (max-width: 1199px) {
  .mobile-logo {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .mobile-nav {
    padding: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .mobilebgdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100vw;
    height: 100vh;
    background-color: #0e0e0e;
    visibility: hidden;
  }
  .mobilebgdrop.show {
    opacity: 0.7;
    visibility: visible;
  }
}
.dropdown-menu1 {
  border: none;
  display: block;
  transform: scale(1) !important;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  top: 180px;
  transition: all 0.3s;
}

.dropdown:hover .dropdown-menu1 {
  display: block;
  top: 100%;
  height: inherit;
}

.main {
  padding-top: 0px;
}
@media (max-width: 991px) {
  .main {
    padding-top: 0px;
  }
}

.pe_section_home_banner {
  background-color: #24202d;
  background-image: linear-gradient(135deg, #24202d 25%, transparent 25%), linear-gradient(225deg, #24202d 25%, transparent 25%), linear-gradient(45deg, #24202d 25%, transparent 25%), linear-gradient(315deg, #24202d 25%, #e5e5f7 25%);
  background-position: 10px 0, 10px 0, 0 0, 0 0;
  background-size: 5px 5px;
  background-repeat: repeat;
  background-blend-mode: multiply;
  padding: 100px 0 130px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .pe_section_home_banner {
    padding: 10px 0px;
  }
}
.pe_section_home_banner::before {
  content: " ";
  background-image: url(../images/banner-bg-grp.svg);
  width: 772px;
  height: 672px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 99;
  background-size: cover;
}
@media (min-width: 1350px) {
  .pe_section_home_banner::before {
    width: 65%;
    height: 100%;
  }
}

.banner_content {
  margin-top: 75px;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .banner_content {
    margin-top: 10px;
  }
}
.banner_content h1 {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: "oswald", sans-serif !important;
  font-size: 6.25rem;
  line-height: 1.008;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-stroke: 0.51px white;
}
@media (max-width: 991px) {
  .banner_content h1 {
    font-size: 4.25rem;
    -webkit-text-stroke: 0.1px white;
  }
}
.banner_content p {
  font-weight: 500;
  font-family: "Dosis", sans-serif !important;
  font-size: 1.5rem;
  margin-bottom: 40px;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .banner_content p {
    font-size: 1.2rem;
  }
}

.banner-right-img img {
  position: absolute;
  left: -20%;
  z-index: 99;
  width: auto;
}
@media (max-width: 991px) {
  .banner-right-img img {
    position: relative;
    left: 0%;
    width: 100%;
  }
}

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

.bg-black {
  background: #343333;
}

.footer-section {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .footer-section {
    padding-top: 40px;
  }
}

.footer-sec- .logo-footer {
  height: auto;
  width: 75%;
}
.footer-sec- p {
  font-size: 1rem;
  margin-top: 1.7rem;
  line-height: 1.8rem;
  width: 90%;
  color: #a7a7a7;
}

.footer-bottom {
  padding: 20px 0px;
  margin-top: 80px;
  border-top: 1px solid rgba(255, 151, 118, 0.1);
  background: #121212;
  color: #ffffff;
  display: flex;
  width: 100%;
  align-items: center;
  justify-self: center;
}
@media (max-width: 991px) {
  .footer-bottom {
    padding-bottom: 40px;
  }
}
.footer-bottom p {
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}

.links-block h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.links-block ul {
  list-style: none;
  padding-left: 0;
  margin-top: 3.5rem;
}
.links-block ul li {
  padding-left: 0;
  margin-bottom: 1.4rem;
}
.links-block ul li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid transparent;
  font-size: 1rem;
  font-weight: 500;
  color: #a7a7a7;
  transition: all 0.5s ease-in-out;
}
.links-block ul li a i {
  margin-right: 5px;
  transition: all 0.5s ease-in-out;
  color: #a7a7a7;
  opacity: 0.5;
}
.links-block ul li a:hover, .links-block ul li a:focus {
  border-bottom: 2px solid #fc8019;
  color: #fc8019;
  font-weight: 400;
}
.links-block ul li a:hover i, .links-block ul li a:focus i {
  color: #fc8019;
  opacity: 1;
  transform: translateX(3px);
}

a {
  text-decoration: none !important;
}

.web-business_actions .web-business_actions_trial {
  display: inline-block;
  width: 100%;
  max-width: 180px;
}

.web-business .web-business_text {
  letter-spacing: 0.6px;
}

.web-business_actions > span {
  padding: 0 18px 0 25px;
  color: #ffffff;
}

.default-text {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #ffffff;
}
.theme-link {
  color: #ffffff;
  text-decoration: underline !important;
  position: relative;
  transition: color 0.7s ease;
}
.theme-link:hover {
  color: #fc8019;
}

.gradient-button.theme-gradient {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(256deg, #fc8019 0, #fc8019 100%);
}

.gradient-button-outline.theme-gradient {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #fc8019;
  color: #fc8019;
  background-color: #24202d;
}

.scaling-button {
  transition: 0.3s ease-in-out;
}
.scaling-button:hover {
  transform: scale(0.95);
}

.gradient-button {
  padding: 0.9375rem;
  border: none;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
}
.gradient-button-outline {
  padding: 0.9375rem;
  color: #fc8019;
  font-size: 1rem;
  font-weight: 700;
}

:root {
  --primary-bg-color-2: linear-gradient(-47deg, #8731E8 0%, #4528DC 100%);
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Open Sans", sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #24202d;
}

.section_center_pe {
  background-color: #24202d;
  background-image: linear-gradient(135deg, #24202d 25%, transparent 25%), linear-gradient(225deg, #24202d 25%, transparent 25%), linear-gradient(45deg, #24202d 25%, transparent 25%), linear-gradient(315deg, #24202d 25%, #e5e5f7 25%);
  background-position: 10px 0, 10px 0, 0 0, 0 0;
  background-size: 5px 5px;
  background-repeat: repeat;
  background-blend-mode: multiply;
  padding: 100px 0 130px;
}
@media (max-width: 991px) {
  .section_center_pe {
    padding: 40px 0 60px;
  }
}
.section_center_pe .box-shad-item {
  background-color: rgba(36, 32, 45, 0.5);
  border-radius: 50px;
  transition: all 0.5s ease;
}
.section_center_pe .box-shad-item:hover {
  background-color: rgba(36, 32, 45, 0.8);
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .section_center_pe .box-shad-item:hover {
    transform: scale(0.9);
  }
}
.section_center_pe h2 {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
  color: white;
  text-align: center;
}
.section_center_pe p {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
  text-align: center;
}

.white-title {
  font-family: "oswald", sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
}

.black-title {
  font-family: "oswald", sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
}

.section_step_pe {
  background-color: #ffffff;
  position: relative;
  padding: 121px 0 50px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section_step_pe {
    padding: 50px 0 5px;
  }
}
.section_step_pe::before {
  content: " ";
  background-image: url(../images/ellipse-1.png);
  background-repeat: no-repeat;
  width: 691px;
  height: 408px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .section_step_pe::before {
    width: 100%;
  }
}

.step_list_pe {
  margin-bottom: 87px;
}
.step_list_pe figure {
  width: 300px;
  margin: auto;
}
.step_list_pe .step_desc_pe {
  position: relative;
  margin-top: 69px;
  max-width: 100%;
  font-size: 20px;
  z-index: 1;
}
.step_list_pe .step_desc_pe .number {
  position: absolute;
  font-size: 250px;
  top: -46px;
  line-height: 100px;
  color: rgba(0, 0, 0, 0.051);
  z-index: -1;
  font-family: "oswald", sans-serif !important;
  font-weight: 700;
}
.step_list_pe .step_desc_pe h3 {
  font-size: 36px;
  font-family: "oswald", sans-serif !important;
  margin-bottom: 23px;
  font-weight: 500;
}
.step_list_pe .step_desc_pe p {
  font-weight: 500;
  font-family: "Dosis", sans-serif !important;
  font-size: 1.5rem;
  margin-bottom: 40px;
  opacity: 0.8;
}

.step_list_pe:nth-of-type(odd) .step_desc_pe {
  margin-right: 0px;
}
.step_list_pe:nth-of-type(odd) .number {
  right: 0;
}
.step_list_pe:nth-of-type(odd) h3, .step_list_pe:nth-of-type(odd) p {
  text-align: right;
}

.section_step_pe_cont {
  background: #ffffff;
  position: relative;
  padding: 121px 0 50px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section_step_pe_cont {
    padding: 50px 0 5px;
  }
}
.section_step_pe_cont .pe-bg-image {
  position: absolute;
  left: 0;
  top: -300px;
  z-index: -1;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.section_step_pe_cont .pe-brands.owl-carousel .owl-stage {
  padding: 20px 0px;
}
.section_step_pe_cont .pe-brands .item {
  background: rgba(255, 255, 255, 0.91);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  width: 100%;
  height: 100px;
}
.section_step_pe_cont .pe-brands .item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.bottom-content h3 {
  font-size: 36px;
  font-family: "oswald", sans-serif !important;
  margin-bottom: 23px;
  font-weight: 500;
}
.bottom-content p {
  font-weight: 500;
  font-family: "Dosis", sans-serif !important;
  font-size: 1.5rem;
  margin-bottom: 40px;
  opacity: 0.8;
}

.fxt-style-line {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.fxt-style-line span {
  text-align: center;
  font-size: 15px;
  color: #acacac;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}
.fxt-style-line span::before {
  display: inline-block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #cfcfcf;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.fxt-style-line span::after {
  display: inline-block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #cfcfcf;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input#otp::-moz-placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
}

input#otp:-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
}

input#otp::placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
}

.fxt-otp-row .form-control {
  padding: 5px;
  text-align: center;
  margin-right: 15px;
  flex-basis: 0;
  flex-grow: 1;
}
.fxt-otp-row .form-control:last-child {
  margin-right: 0px;
}

input.otp-input {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.fxt-template-animation {
  background-image: url(../images/login-bg1.png);
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
  overflow: hidden;
  padding: 0px 25vh;
}
@media (max-width: 991px) {
  .fxt-template-animation {
    padding: 0px 0vh;
    background: rgba(255, 255, 255, 0.5);
  }
}
.fxt-template-animation .fxt-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 991px) {
  .fxt-template-animation .fxt-shape {
    display: none;
  }
}
.fxt-template-animation .fxt-transformX-L-50 {
  transform: translateX(0);
}
.fxt-template-animation .fxt-transformX-L-50 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.fxt-qr-code img {
  opacity: 0.8;
}

.fxt-column-wrap {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
@media (max-width: 991px) {
  .fxt-column-wrap {
    padding-top: 4vh;
    padding-bottom: 0vh;
    min-height: auto;
    background: rgba(255, 255, 255, 0.8);
  }
}

.fxt-logo {
  margin-bottom: 50px;
}
.fxt-logo img {
  width: 150px;
  margin-bottom: 30px;
}

.fxt-animated-img {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.fxt-animated-img img {
  -webkit-animation: shimmy 3s infinite;
          animation: shimmy 3s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media(max-width: 991px){
  .fxt-animated-img {
   
    overflow: hidden;
  }
  .fxt-animated-img img {
    -webkit-animation: inherit 3s infinite;
          animation: inherit 3s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
    animation-direction: inherit;
  }
}
@-webkit-keyframes shimmy {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-20px, -50px);
  }
}
@keyframes shimmy {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-20px, -50px);
  }
}

.fxt-middle-content .fxt-main-title {
  font-family: "oswald", sans-serif !important;
  text-transform: uppercase;
  max-width: 360px;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}
.fxt-middle-content p {
  max-width: 360px;
  font-weight: 500;
  font-family: "Dosis", sans-serif !important;
  font-size: 1.5rem;
  margin-bottom: 40px;
  opacity: 0.8;
}
.fxt-middle-content .fxt-switcher-description1 {
  color: #24202d;
  font-size: 20px;
  max-width: 260px;
  width: 100%;
  margin-bottom: 40px;
}
.fxt-middle-content .fxt-switcher-description1 .fxt-switcher-text {
  display: inline-block;
  color: #fc8019;
  font-size: 18px;
  font-weight: 600;
}

.fxt-form {
  margin-top: 10px;
}
.fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.fxt-form .form-group .form-control {
  border-radius: 0px;
  background-color: #ebf0f6;
  min-height: 60px;
  box-shadow: none;
  border: 1px solid #ebf0f6;
  padding: 10px 20px;
  color: #111;
}

.btn-link {
  color: #fc8019 !important;
  font-weight: bold !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #fc8019 !important;
  background-color: #fc8019 !important;
}

.sidebar {
  padding: 0px;
  position: absolute;
  box-shadow: none;
  z-index: 1001;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 80px;
  min-height: 100%;
  width: 290px;
  z-index: 810;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.sidebar-nav.modern-ui {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  color: #fc8019;
}
.sidebar-nav.modern-ui .nav-link {
  font-size: 14px;
  font-weight: 600;
  background-color: #ffffff;
  color: #24202d;
  padding-left: 30px;
}
.sidebar-nav.modern-ui .nav-link:hover {
  color: rgba(255, 151, 118, 0.5);
}
.sidebar-nav.modern-ui .nav-link .menu-icon {
  font-size: 22px;
  color: #000;
}
.sidebar-nav.modern-ui .nav-link i {
  color: #fc8019;
  font-size: 15px;
  transform: rotate(180deg);
  transition: all 0.5s ease;
  margin-right: 10px;
}
.sidebar-nav.modern-ui .nav-link.collapsed {
  background-color: #ffffff;
}
.sidebar-nav.modern-ui .nav-link.collapsed i {
  transform: rotate(0deg);
}
.sidebar-nav.modern-ui .nav-content li {
  list-style-type: none;
}
.sidebar-nav.modern-ui .nav-content li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

:root {
  --primary-bg-color-2: linear-gradient(-47deg, #8731E8 0%, #4528DC 100%);
}

.useradmin {
  background-color: #fafbfd !important;
}

.header-admin {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: none;
  background-color: #fff;
  padding-left: 20px;
  color: #012834;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
}
.header-admin .theme-text-color {
  color: #fc8019;
  font-weight: 900;
  font-size: 22px;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 991px) {
  .header-admin .theme-text-color {
    font-size: 18px;
  }
}
.header-admin .theme-text-color::after {
  position: absolute;
  left: 0;
  top: 0;
  content: attr(filter-content);
  filter: url(#motion-blur-filter);
}
.header-admin .theme-text-color::before {
  content: "";
}
.header-admin .toggle-sidebar-btn {
  color: #24202d;
  font-size: 52px;
  padding-left: 10px;
  cursor: pointer;
}
.header-admin .nav-profile {
  color: #24202d;
}

.toggle-sidebar .main-admin {
  margin-left: 0px;
}
.toggle-sidebar .sidebar {
  padding: 0px;
  position: absolute;
  box-shadow: none;
  z-index: 1001;
  left: -300px;
}

.fxt-form.h-auto .form-group {
  margin-bottom: 10px;
}
.fxt-form.h-auto .form-group .form-control {
  min-height: auto;
}

.useradmin .pagetitle h1 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
  text-transform: initial;
  padding-bottom: 8px;
}
.useradmin .breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 400;
  background-color: transparent;
  padding: 0px;
  margin-left: 0px;
}
.useradmin .breadcrumb a {
  color: #fc8019;
}

#useradmin.useradmin {
  padding: 0px;
  margin-top: 0px;
}
#useradmin.useradmin .pagetitle {
  padding: 10px 25px;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px !important;
}
#useradmin.useradmin .pagetitle h1 {
  color: #24202d;
  margin-top: 0px;
}
@media (max-width: 767px) {
  #useradmin.useradmin .pagetitle h1 {
    text-align: left;
  }
}
#useradmin.useradmin .pagetitle .breadcrumb {
  color: #727272 !important;
}
#useradmin .section {
  display: block;
  height: calc(100vh - 140px);
  overflow: auto;
  padding: 10px;
  overflow-x: hidden;
}
#useradmin .section .card {
  border-radius: 0px;
}

.offcanvas-body {
  overflow: auto;
  height: calc(100vh - 130px);
  display: block;
}

.offcanvas-footer {
  border-top: 1px solid #dadce0;
  bottom: 0;
  height: 64px;
  padding: 0 8px;
  position: fixed;
  width: 400px;
  background-color: #ffffff;
}
@media (max-width: 565px) {
  .offcanvas-footer {
    width: 100%;
  }
}
.offcanvas-footer .form-button {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}

@media (max-width: 565px) {
  .offcanvas-end {
    width: 100%;
  }
}

.icons-sec {
  position: relative;
  background-color: #fc8019;
  -webkit-border-radius: 6px;
  margin-right: 5px;
  border-radius: 100px;
  outline: 3px solid rgba(255, 151, 118, 0.5);
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  padding: 5px 12px;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
}
.icons-sec svg {
  font-size: 18px;
}

.fullScreenSupported {
  display: none;
}

.search-bx input[type=search] {
  background-color: #ebf0f6;
  color: #24202d;
  font-size: 16px;
  padding-left: 20px;
  border: none;
  border-radius: 5px 0px 0px 5px;
  height: 45px;
  box-shadow: none;
}
.search-bx .btn {
  background-color: #ebf0f6;
  color: #24202d;
  font-weight: 700;
  font-size: 18px;
  border-radius: 0 5px 5px 0;
  padding: 3px 15px 3px 5px;
  box-shadow: none !important;
  height: 45px;
}

.navbar-custom-menu .navbar-nav > li > a.dropdown-toggle {
  padding: 10px;
  vertical-align: middle;
  display: block;
  font-size: 15px;
  height: 35px;
  text-align: center;
  width: 35px;
  line-height: 18px;
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  border-radius: 5px;
  color: #24202d;
}
.navbar-custom-menu .navbar-nav > li > a.dropdown-toggle:hover {
  color: #fc8019;
  background-color: rgba(255, 151, 118, 0.3);
}
.export-btn.btn.btn-success.waves-effect{
  background-color:#fc8019;
  border-color:#fc8019;
  margin-left: 15px;
}
.export-btn.btn.btn-success.waves-effect:hover{
  opacity: 0.8;
}
.navbar-custom-menu .navbar-nav > li > a.dropdown-toggle::after {
  content: none;
}
.navbar-custom-menu .navbar-nav li.dropdown {
  position: relative;
}
.navbar-custom-menu .navbar-nav li.dropdown > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  width: auto;
  max-width: 250px;
  padding: 0;
  margin: 0;
  top: 100%;
  border: none;
  color: #24202d;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992;
}
.navbar-custom-menu .navbar-nav li.dropdown > .dropdown-menu > li.header {
  background-color: #ffffff;
  border-bottom: 1px solid #f3f6f9;
  color: #24202d;
  font-size: 14px;
  border-radius: 4px 4px 0 0;
  padding: 20px;
}
.navbar-custom-menu .navbar-nav li.dropdown > .dropdown-menu li .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
}
.navbar-custom-menu .navbar-nav li.dropdown > .dropdown-menu li .menu a {
  font-size: 14px;
  color: #24202d;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f3f6f9;
}
.navbar-custom-menu .navbar-nav li.dropdown > .dropdown-menu li.footer a {
  font-size: 14px;
  padding: 15px 10px;
  text-align: center;
  border-radius: 0 0 4px 4px;
  line-height: 20px;
  display: block;
  width: auto;
  margin: 0;
  color: gray;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexbox h4 {
  font-size: 16px;
  font-weight: 500;
}

.box-admin {
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
}
.box-admin.h-150 {
  height: 150px;
}
@media (max-width: 991px) {
  .box-admin.h-150 {
    height: auto;
  }
}

.bg-gradient-primary {
  background: linear-gradient(45deg, #fc8019, rgba(255, 151, 118, 0.9));
}

.badge-warning {
  background-color: rgba(255, 151, 118, 0.3) !important;
}

.fs-40 {
  font-weight: 600;
}

.main-admin {
  padding-top: 80px;
}
@media (min-width: 1200px) {
  .main-admin {
    margin-left: 290px;
  }
}

.pull-up {
  transition: all 0.25s ease;
}
.pull-up:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
.slideanim {
  visibility: hidden;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes circleLoader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes circleLoader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible;
}

.vertical-alignment-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  height: 100%;
  width: 100%;
}

.modal-login-sec.modal.fade.show .modal-dialog {
  transform: scale(1) !important;
  transform: translate3d(0, 0px, 0) !important;
  opacity: 1;
}
.modal-login-sec .modal-dialog {
  transform: scale(0) !important;
  transform: translate3d(0, 0px, 0) !important;
  width: 60%;
  opacity: 0;
}
@media (max-width: 991px) {
  .modal-login-sec .modal-dialog {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .modal-login-sec .modal-dialog {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-login-sec .modal-header {
  flex-direction: column;
}
.modal-login-sec .modal-header .modal-title {
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
}
.modal-login-sec .modal-header p {
  color: #777777;
  font-size: 0.72rem;
  margin-bottom: 0;
}
.modal-login-sec .modal-header .close {
  position: absolute;
  right: 25px;
  top: 25px;
  background: #eee;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  padding: 20px;
  display: flex;
  border: none;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.modal-login-sec .modal-header .close span {
  align-self: center;
  line-height: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-login-sec .modal-body {
  padding: 20px 40px 10px;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 100px;
}
.loader__bar {
  position: absolute;
  bottom: 0;
  width: 8px;
  height: 50%;
  background: #eee;
  transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.loader__bar:nth-child(1) {
  left: 0px;
  transform: scale(1, 0.2);
  -webkit-animation: barUp1 4s infinite;
          animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
  left: 15px;
  transform: scale(1, 0.4);
  -webkit-animation: barUp2 4s infinite;
          animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
  left: 30px;
  transform: scale(1, 0.6);
  -webkit-animation: barUp3 4s infinite;
          animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
  left: 45px;
  transform: scale(1, 0.8);
  -webkit-animation: barUp4 4s infinite;
          animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
  left: 60px;
  transform: scale(1, 1);
  -webkit-animation: barUp5 4s infinite;
          animation: barUp5 4s infinite;
}
.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fc6e36;
  border-radius: 50%;
  -webkit-animation: ball 4s infinite;
          animation: ball 4s infinite;
}

@-webkit-keyframes ball {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, -14px);
  }
  10% {
    transform: translate(15px, -10px);
  }
  17% {
    transform: translate(23px, -24px);
  }
  20% {
    transform: translate(30px, -20px);
  }
  27% {
    transform: translate(38px, -34px);
  }
  30% {
    transform: translate(45px, -30px);
  }
  37% {
    transform: translate(53px, -44px);
  }
  40% {
    transform: translate(60px, -40px);
  }
  50% {
    transform: translate(60px, 0);
  }
  57% {
    transform: translate(53px, -14px);
  }
  60% {
    transform: translate(45px, -10px);
  }
  67% {
    transform: translate(37px, -24px);
  }
  70% {
    transform: translate(30px, -20px);
  }
  77% {
    transform: translate(22px, -34px);
  }
  80% {
    transform: translate(15px, -30px);
  }
  87% {
    transform: translate(7px, -44px);
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes ball {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, -14px);
  }
  10% {
    transform: translate(15px, -10px);
  }
  17% {
    transform: translate(23px, -24px);
  }
  20% {
    transform: translate(30px, -20px);
  }
  27% {
    transform: translate(38px, -34px);
  }
  30% {
    transform: translate(45px, -30px);
  }
  37% {
    transform: translate(53px, -44px);
  }
  40% {
    transform: translate(60px, -40px);
  }
  50% {
    transform: translate(60px, 0);
  }
  57% {
    transform: translate(53px, -14px);
  }
  60% {
    transform: translate(45px, -10px);
  }
  67% {
    transform: translate(37px, -24px);
  }
  70% {
    transform: translate(30px, -20px);
  }
  77% {
    transform: translate(22px, -34px);
  }
  80% {
    transform: translate(15px, -30px);
  }
  87% {
    transform: translate(7px, -44px);
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }
  40% {
    transform: scale(1, 0.2);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.2);
  }
}
@keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }
  40% {
    transform: scale(1, 0.2);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.2);
  }
}
@-webkit-keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }
  40% {
    transform: scale(1, 0.4);
  }
  50% {
    transform: scale(1, 0.8);
  }
  90% {
    transform: scale(1, 0.8);
  }
  100% {
    transform: scale(1, 0.4);
  }
}
@keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }
  40% {
    transform: scale(1, 0.4);
  }
  50% {
    transform: scale(1, 0.8);
  }
  90% {
    transform: scale(1, 0.8);
  }
  100% {
    transform: scale(1, 0.4);
  }
}
@-webkit-keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}
@keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}
@-webkit-keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(1, 0.8);
  }
  50% {
    transform: scale(1, 0.4);
  }
  90% {
    transform: scale(1, 0.4);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(1, 0.8);
  }
  50% {
    transform: scale(1, 0.4);
  }
  90% {
    transform: scale(1, 0.4);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@-webkit-keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.2);
  }
  90% {
    transform: scale(1, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.2);
  }
  90% {
    transform: scale(1, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.triangle-loading {
  -webkit-animation: pulsing-fade 6000ms ease infinite;
          animation: pulsing-fade 6000ms ease infinite;
  color: #24202d;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  left: 50%;
  letter-spacing: 7px;
  margin-left: 0px;
  padding-top: 10px;
  opacity: 1;
  position: absolute;
  top: 58%;
  transform: translate3d(-50%, -50%, 0);
  text-transform: uppercase;
}/*# sourceMappingURL=main.css.map */

@media(max-width: 991px){
  .export-btn.btn.btn-success.waves-effect{
    margin-left: 0px;
    margin-top: 10px;
  }
  .mobile-bottom-fix-button{
    position: fixed !important;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #fff;
    width: 100%;
    margin: 0px !important; 
    z-index: 9999;
  }
  .mobile-bottom-fix-button .scaling-button:hover{
    transform: scale(1);
    opacity: 0.9;
  }
  .fxt-middle-content .fxt-main-title{
    font-size: 1.5rem;
    font-weight: 500;
  }
  .fxt-middle-content p{
    font-size: 18px !important;
    margin-bottom: 0px;
  }
  .fxt-form .form-group{
    margin-bottom: 10px;
  }
  .fxt-qr-code{
    margin: 15px 0px 60px;
  }
  .sidebar-nav.modern-ui .nav-item ul li a{
    padding: 6px 0px !important;
  }
  .sidebar-nav.modern-ui .nav-item ul li a svg{
    width: 20px !important;
    height: 20px !important;
  }
  .navbar-custom-menu .navbar-nav > li > a.dropdown-toggle {
    width: 35px !important;
    height: 35px !important;
  }
}

.jsgrid-pager{
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    overflow: auto !important;
}
.jsgrid-pager span:first-child{
  margin-left: 10px;
}
@media(max-width: 991px){
  .jsgrid-pager{
    justify-content: center !important;
  }
}
.jsgrid-pager span{
  margin: 0px !important;
  padding: 0px !important;
}
.jsgrid-pager-page a, .jsgrid-pager-nav-button a, .jsgrid-pager span.jsgrid-pager-current-page{
  display: block;
  padding: 0.5rem 0.75rem !important;
}
.jsgrid-pager-current-page{
    background-color: #fc8019 !important;
    border-color: #fc8019 !important;
}

.msg-section {
  background: rgb(238 238 238 / 50%);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 999;
}

.background-success {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 100%; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  z-index: 999;
}

.modalbox.success,
.modalbox.error {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  padding: 25px 25px 30px;
  text-align: center;
}

.modalbox.success.animate .icon,
.modalbox.error.animate .icon {
  -webkit-animation: fall-in 0.75s;
  -moz-animation: fall-in 0.75s;
  -o-animation: fall-in 0.75s;
  animation: fall-in 0.75s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.modalbox.success h1,
.modalbox.error h1 {
  font-weight: 600;
  margin-top: 20px;
}

.modalbox.success button,
.modalbox.error button,
.modalbox.success button:active,
.modalbox.error button:active,
.modalbox.success button:focus,
.modalbox.error button:focus {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 15px;
  width: 25%;
  background: transparent;
  color: #4caf50;
  border-color: #4caf50;
  outline: none;
}

.modalbox.success button:hover,
.modalbox.error button:hover,
.modalbox.success button:active:hover,
.modalbox.error button:active:hover,
.modalbox.success button:focus:hover,
.modalbox.error button:focus:hover {
  color: #fff;
  background: #4caf50;
  border-color: transparent;
}

.modalbox.success .icon,
.modalbox.error .icon {
  position: relative;
  margin: 0 auto;
  margin-top: -75px;
  background: #4caf50;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.modalbox.success .icon span,
.modalbox.error .icon span {
  postion: absolute;
  font-size: 4em;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}

.modalbox.error button,
.modalbox.error button:active,
.modalbox.error button:focus {
  color: #f44336;
  border-color: #f44336;
}

.modalbox.error button:hover,
.modalbox.error button:active:hover,
.modalbox.error button:focus:hover {
  color: #fff;
  background: #f44336;
}

.modalbox.error .icon {
  background: #f44336;
}

.modalbox.error .icon span {
  padding-top: 25px;
}

.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  /* stupid browser compat. smh */
}

.center .change {
  clearn: both;
  display: block;
  font-size: 10px;
  color: #ccc;
  margin-top: 10px;
}

@-webkit-keyframes fall-in {
  0% {
      -ms-transform: scale(3, 3);
      -webkit-transform: scale(3, 3);
      transform: scale(3, 3);
      opacity: 0;
  }

  50% {
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
  }

  60% {
      -ms-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
  }

  100% {
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
  }
}

@-moz-keyframes fall-in {
  0% {
      -ms-transform: scale(3, 3);
      -webkit-transform: scale(3, 3);
      transform: scale(3, 3);
      opacity: 0;
  }

  50% {
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
  }

  60% {
      -ms-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
  }

  100% {
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
  }
}

@-o-keyframes fall-in {
  0% {
      -ms-transform: scale(3, 3);
      -webkit-transform: scale(3, 3);
      transform: scale(3, 3);
      opacity: 0;
  }

  50% {
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
  }

  60% {
      -ms-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
  }

  100% {
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
  }
}

@-webkit-keyframes plunge {
  0% {
      margin-top: -100%;
  }

  100% {
      margin-top: 25%;
  }
}

@-moz-keyframes plunge {
  0% {
      margin-top: -100%;
  }

  100% {
      margin-top: 25%;
  }
}

@-o-keyframes plunge {
  0% {
      margin-top: -100%;
  }

  100% {
      margin-top: 25%;
  }
}

@-moz-keyframes fall-in {
  0% {
      -ms-transform: scale(3, 3);
      -webkit-transform: scale(3, 3);
      transform: scale(3, 3);
      opacity: 0;
  }

  50% {
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
  }

  60% {
      -ms-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
  }

  100% {
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
  }
}

@-webkit-keyframes fall-in {
  0% {
      -ms-transform: scale(3, 3);
      -webkit-transform: scale(3, 3);
      transform: scale(3, 3);
      opacity: 0;
  }

  50% {
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
  }

  60% {
      -ms-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
  }

  100% {
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
  }
}

@-o-keyframes fall-in {
  0% {
      -ms-transform: scale(3, 3);
      -webkit-transform: scale(3, 3);
      transform: scale(3, 3);
      opacity: 0;
  }

  50% {
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
  }

  60% {
      -ms-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
  }

  100% {
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
  }
}

@keyframes fall-in {
  0% {
      -ms-transform: scale(3, 3);
      -webkit-transform: scale(3, 3);
      transform: scale(3, 3);
      opacity: 0;
  }

  50% {
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
  }

  60% {
      -ms-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
  }

  100% {
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
  }
}

@-moz-keyframes plunge {
  0% {
      margin-top: -100%;
  }

  100% {
      margin-top: 15%;
  }
}

@-webkit-keyframes plunge {
  0% {
      margin-top: -100%;
  }

  100% {
      margin-top: 15%;
  }
}

@-o-keyframes plunge {
  0% {
      margin-top: -100%;
  }

  100% {
      margin-top: 15%;
  }
}

@keyframes plunge {
  0% {
      margin-top: -100%;
  }

  100% {
      margin-top: 15%;
  }
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
  color: #fff !important;
  background-color: #fc8019 !important;
  border-color: #fc8019 !important;
  box-shadow: 0 0 0 0.2rem rgb(254 178 128) !important;
}

.btn-group .btn.btn-primary{
  border-color: #fdac68 !important;
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
  color: #fc8019 !important;
}
.btn-group .btn.btn-primary:hover{
  background-color: #fc8019 !important;
  color: #fff !important;
}
.btn-group .btn.btn-primary.active{
  background-color: #fc8019 !important;
  border-color: #fc8019 !important;
  color: #fff !important;
  box-shadow: none !important;
}