/*! 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: #282c3f;
  text-decoration: underline;
}

.text-lg {
  font-size: 24px;
  line-height: 1.67em;
}

.mt-200 {
  margin-top: 200px;
}

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

.pt-70 {
  padding-top: 70px;
}

.brand-color-2 {
  color: #fc8019;
}

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

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

.fs-15 {
  font-size: 15px;
}

.fs-20 {
  font-size: 20px;
}

.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;
  }
}
.accordion-style-one {
  padding-top: 30px;
}

.accordion-style-one .accordion-item {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  margin-bottom: 25px;
}

.accordion-style-one .accordion-button {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.62em;
  padding: 25px 28px 25px 26px;
  box-shadow: none;
  border-radius: 0;
  color: #282c3f;
  background: 0 0;
  transition: 0.3s ease-in-out;
  border: none;
  text-align: left;
  width: 100%;
  position: relative;
}

.accordion-style-one .accordion-body,
.accordion-style-three .accordion-body {
  padding: 0 40px 30px 26px;
}

.accordion-style-one .accordion-body p,
.accordion-style-two .accordion-body p {
  font-size: 18px;
  line-height: 34px;
}

.accordion-style-one .accordion-button::after {
  content: url(../images/banner/icon_36.svg);
  background-image: none;
  width: auto;
  height: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  right: 40px;
}
@media (max-width: 991px) {
  .accordion-style-one .accordion-button::after {
    right: 20px;
    top: 30px;
  }
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

@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;
}
@font-face {
  font-family: "Gotham-bold";
  src: url("../../fonts/Dosis-ExtraBold.woff2") format("woff2"), url("../../fonts/Dosis-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  color: #282c3f;
  font: normal 125%/1.4 "Montserrat", 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;
}

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

.container-fluid.wrap-xl {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-section {
  transform: translateY(0%);
  transition: all 0.5s ease;
  padding: 11px 0;
}
@media (max-width: 991px) {
  .header-section {
    background-color: #282c3f;
  }
}
.header-section .navbar-nav .nav-item {
  position: relative;
  margin: 0px 20px;
}
.header-section .navbar-nav .nav-item.active a {
  color: #fc8019 !important;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.header-section .navbar-nav .nav-item.active a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fc8019;
  left: 0px;
  right: 0px;
  bottom: -14px;
}
.header-section .navbar-nav .nav-item.active .dropdown-menu li a {
  color: #2e3c54 !important;
  font-weight: 400;
  font-size: 14px;
}
.header-section .navbar-nav a {
  position: relative;
  color: #000000 !important;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  padding: 0px !important;
}
@media (max-width: 991px) {
  .header-section .navbar-nav a {
    color: #282c3f !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: rgba(252, 128, 25, 0.03);
  perspective: 1000px;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 99999;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  #headerScroll {
    position: relative;
    background: #282c3f;
  }
}
#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: white;
}
@media (max-width: 991px) {
  #headerScroll.scrollMenu {
    padding: 0.5rem !important;
    background: #282c3f;
  }
}

.sticky .header-section {
  transform: translateY(0%);
  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: 120px;
    height: 30px;
  }
}
@media (min-width: 991px) {
  .navbar-brand img {
    width: 120px;
    height: 30px;
  }
}
@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;
  animation: spin 2s linear infinite;
}
@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: #282c3f;
  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: #282c3f;
    color: #ffffff;
  }
}
.ri-btn-menu .navbar-toggler.cus {
  border: none;
}
.ri-btn-menu .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  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%;
  }
}
@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: 9999;
    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: rgba(252, 128, 25, 0.03);
  background-position: 0px 0, 10px 0, 0 0, 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding: 100px 0 200px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .pe_section_home_banner {
    padding: 10px 0px 90px;
    overflow: visible;
  }
}
.pe_section_home_banner::before {
  content: " ";
  display: none !important;
  background: rgba(252, 128, 25, 0.03);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 99;
  background-size: cover;
  background-position: left center;
}
@media (min-width: 1350px) {
  .pe_section_home_banner::before {
    width: 100%;
    height: 100%;
  }
}

.inner_pe_section_home_banner {
  background-color: #ffffff;
  background-image: url(../images/banner/inner-curved.jpg);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding: 100px 0 150px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .inner_pe_section_home_banner {
    padding: 10px 0px 90px;
  }
}
.inner_pe_section_home_banner.advertisers::before {
  background: linear-gradient(151.71deg, #282c3f 0%, #2FC8E5 100%) !important;
}
@media (min-width: 1350px) {
  .inner_pe_section_home_banner.advertisers::before {
    width: 100%;
    height: 100%;
  }
}
.inner_pe_section_home_banner.about::before {
  background: linear-gradient(151.71deg, #282c3f 0%, #7259FF 100%) !important;
}
@media (min-width: 1350px) {
  .inner_pe_section_home_banner.about::before {
    width: 100%;
    height: 100%;
  }
}
.inner_pe_section_home_banner.contact::before {
  background: linear-gradient(151.71deg, #282c3f 0%, #fc8019 100%) !important;
}
@media (min-width: 1350px) {
  .inner_pe_section_home_banner.contact::before {
    width: 100%;
    height: 100%;
  }
}
.inner_pe_section_home_banner.other-page {
  padding: 50px 0 50px;
}
.inner_pe_section_home_banner.other-page::before {
  background: linear-gradient(151.71deg, #000000 0%, #282c3f 100%) !important;
}
@media (min-width: 1350px) {
  .inner_pe_section_home_banner.other-page::before {
    width: 100%;
    height: 100%;
  }
}
.inner_pe_section_home_banner::before {
  content: " ";
  background: linear-gradient(150deg, #282c3f 0%, #fc8019 100%) !important;
  opacity: 0.78;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 99;
  background-size: cover;
  background-position: left center;
}
@media (min-width: 1350px) {
  .inner_pe_section_home_banner::before {
    width: 100%;
    height: 100%;
  }
}

.bottom-0 {
  bottom: 0 !important;
}

.waves {
  position: relative;
  width: 100%;
  height: 16vh;
  margin-bottom: -7px;
  min-height: 120px;
  max-height: 150px;
  z-index: 999;
}

.moving-waves > use {
  animation: f 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.moving-waves > use:first-child {
  animation-delay: -2s;
  animation-duration: 11s;
}
.moving-waves > use:nth-child(2) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.moving-waves > use:nth-child(3) {
  animation-delay: -3s;
  animation-duration: 15s;
}
.moving-waves > use:nth-child(4) {
  animation-delay: -4s;
  animation-duration: 20s;
}
.moving-waves > use:nth-child(5) {
  animation-delay: -4s;
  animation-duration: 25s;
}
.moving-waves > use:nth-child(6) {
  animation-delay: -3s;
  animation-duration: 30s;
}

@keyframes f {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  to {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 767.98px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  hr.horizontal {
    background-color: transparent;
  }
  hr.horizontal:not(.dark) {
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff, hsla(0, 0%, 100%, 0));
  }
  hr.horizontal.vertical {
    transform: rotate(90deg);
  }
  hr.horizontal.dark {
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4), transparent);
  }
}
.overflow-visible {
  overflow: visible !important;
}

.banner_content {
  margin-top: 75px;
  position: relative;
  z-index: 99;
}
.banner_content.wrap-xl {
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .banner_content.wrap-xl {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.banner_content.wrap-xl.text-content-left {
  max-width: 100%;
  text-align: left;
}
.banner_content.wrap-xl.text-content-left h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-size: 50px;
  line-height: 1.125;
  letter-spacing: -2px;
  max-width: 100%;
  margin: 20px auto;
}
@media (max-width: 991px) {
  .banner_content.wrap-xl.text-content-left h1 {
    max-width: 90%;
    font-size: 40px;
    text-align: left;
    margin: 0px;
  }
}
.banner_content.wrap-xl.text-content-left p {
  font-weight: 500;
  font-size: 24px;
  max-width: 100%;
  margin: 40px auto;
  margin-bottom: 40px;
  opacity: 0.8;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (max-width: 991px) {
  .banner_content.wrap-xl.text-content-left p {
    font-size: 1.1rem;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .banner_content {
    margin-top: 10px;
  }
}

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

.shape-group {
  position: relative;
  margin: 0;
  list-style-type: none;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 767px) {
  .shape-group {
    display: none;
  }
}
.shape-group li {
  margin: 0;
  position: absolute;
  z-index: -1;
}
.shape-group li.shape-1 {
  top: 50px;
  left: 160px;
  display: none;
}
.shape-group li.shape-2 {
  top: 115px;
  left: 50%;
  animation: opacity-sm-x-move 3.5s alternate infinite linear;
}
.shape-group li.shape-3 {
  top: 45%;
  left: 17%;
  display: none;
}
.shape-group li.shape-3 span.circle-shape {
  width: 41px;
  height: 41px;
  display: block;
  background: #fc8019;
  border-radius: 100%;
}
.shape-group li.shape-4 {
  top: 83%;
  right: 40%;
  animation: edublink-sm-x-move 3.5s alternate infinite linear;
}
.shape-group li.shape-5 {
  top: 50%;
  left: -50px;
  animation: opacity-md-x-move 1.5s alternate infinite linear;
}
.shape-group li.shape-6 {
  top: 10%;
  left: -10%;
  display: none;
}

.adv-info {
  position: absolute;
  bottom: 200px;
  right: -50px;
}
@media (max-width: 767px) {
  .adv-info {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.adv-info .inner {
  background-color: rgba(255, 255, 255, 0.89);
  border-radius: 0px 50px;
  padding: 26px 30px 16px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .adv-info .inner {
    border-radius: 50px 50px;
    margin: 20px 0px;
  }
}
.adv-info .inner .title {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
}
.adv-info .inner .media {
  display: flex;
}
.adv-info .inner .media .thumb {
  margin-left: -2px;
}
.adv-info .inner .media .content {
  line-height: 1;
  color: #282c3f;
  font-weight: 500;
  margin-top: 10px;
}
.adv-info .inner .media .content span {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: #fc8019;
}

.publishers-info {
  position: absolute;
  bottom: -100px;
  left: 0;
}
@media (max-width: 767px) {
  .publishers-info {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.publishers-info .inner {
  background-color: rgba(255, 255, 255, 0.99);
  border-radius: 50px 0px;
  padding: 26px 30px 16px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .publishers-info .inner {
    border-radius: 50px 50px;
    margin: 20px 0px;
  }
}
.publishers-info .inner .title {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
}
.publishers-info .inner .media {
  display: flex;
}
.publishers-info .inner .media .thumb {
  margin-left: -2px;
}
.publishers-info .inner .media .content {
  line-height: 1;
  color: #282c3f;
  font-weight: 500;
  margin-top: 10px;
}
.publishers-info .inner .media .content span {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: #fc8019;
}
@keyframes edublink-sm-x-move {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(50%, 0);
  }
}
@keyframes opacity-sm-x-move {
  0% {
    opacity: 0;
    transform: translate(-50px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(50px, 0px);
  }
}
@keyframes opacity-md-x-move {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.theme.text-color {
  color: #fc8019;
}

.right-sec-banner {
  position: absolute;
  right: 0px;
  z-index: 9;
}
@media (max-width: 991px) {
  .right-sec-banner {
    position: relative;
    right: 0px;
    z-index: 9;
    left: 0px;
    top: 60px;
  }
}
.right-sec-banner .box-ball {
  position: relative;
  width: 640px;
  height: 640px;
  overflow: hidden;
  background-color: #fc8019;
  position: absolute;
  right: -40%;
  border-radius: 100%;
}
@media (max-width: 991px) {
  .right-sec-banner .box-ball {
    width: 320px;
    height: 320px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    border-radius: 100%;
    top: 0px;
    left: 0px;
  }
}
.right-sec-banner .box-ball::before {
  animation: ripple 2s ease-out infinite;
  border: solid 2px #fff;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.right-sec-banner .box-ball::after {
  animation: ripple 2s 1s ease-out infinite;
  border: solid 2px #fff;
  border-radius: 1em;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.right-sec-banner img {
  position: relative;
  margin: 120px;
  z-index: 99;
  animation: shimmy 3s infinite;
  animation-direction: alternate;
}
@media (max-width: 991px) {
  .right-sec-banner img {
    margin: 0px;
    width: 100%;
  }
}

@keyframes ripple {
  0% {
    opacity: 0.5;
  }
  100% {
    border-radius: 100%;
    opacity: 0;
    transform: scale(3);
  }
}
:root {
  --white-6: #d7d7d7;
  --white-7: #B7B7C5;
  --black-14: #323438;
  --black-15: #2C2C2C;
  --lime: #745EFF;
  --lime-2: #5547F5;
  --gray-16: #6B6B6B;
  --gray-17: #F7F7FC;
  --gray-18: #999999;
  --gray-20: #D7D7D7;
  --gray-21: #F2F2F8;
  --gray-22: #FCFCFE;
  --gray-23: #ECECF3;
  --gray-24: #ECECF4;
}

.footer__area-6 {
  overflow: hidden;
  z-index: 3;
  position: relative;
}
.footer__area-6::before {
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: 0px;
  top: auto;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 90%;
  z-index: -1;
}

.bg-wrapper {
  background-color: var(--gray-22);
  padding: 40px 0px;
}
@media (max-width: 991px) {
  .bg-wrapper {
    padding: 40px 40px;
  }
}
.bg-wrapper::after {
  content: "";
  position: absolute;
  top: 12px;
  right: -12px;
  bottom: -12px;
  left: 12px;
  background: #fc8019;
  z-index: -1;
}
.bg-wrapper h2.title-bg {
  color: #282c3f;
  font-size: 48px;
  line-height: 1.2em;
  letter-spacing: -1px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .bg-wrapper h2.title-bg {
    font-size: 38px;
  }
}
.bg-wrapper .btn-line {
  font-size: 18px;
  padding-bottom: 5px;
  color: #282c3f;
  text-transform: uppercase;
}
.bg-wrapper .btn-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fc8019;
}

.footer__top-6 {
  display: flex;
  justify-content: space-between;
  padding: 80px 0px 40px;
}
@media (max-width: 991px) {
  .footer__top-6 {
    display: flex;
    flex-direction: column;
  }
}
.footer__top-6 .footer__item-6:nth-child(1) {
  width: 25%;
}
@media (max-width: 991px) {
  .footer__top-6 .footer__item-6:nth-child(1) {
    width: 100%;
  }
}
.footer__top-6 .footer__item-6:nth-child(2) {
  width: 14%;
}
@media (max-width: 991px) {
  .footer__top-6 .footer__item-6:nth-child(2) {
    width: 100%;
  }
}
.footer__top-6 .footer__item-6:nth-child(3) {
  width: 20%;
}
@media (max-width: 991px) {
  .footer__top-6 .footer__item-6:nth-child(3) {
    width: 100%;
  }
}
.footer__top-6 .footer__item-6:nth-child(4) {
  width: 28%;
}
@media (max-width: 991px) {
  .footer__top-6 .footer__item-6:nth-child(4) {
    width: 100%;
  }
}
.footer__top-6 .footer__item-6 .footer__item-title {
  font-size: 24px;
  color: var(--black-15);
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.footer__top-6 .footer__item-6 ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer__top-6 .footer__item-6 ul li {
  margin-bottom: 8px;
}
.footer__top-6 .footer__item-6 ul li a {
  color: var(--black-14);
  transition: all 0.5s;
  font-size: 18px;
  font-weight: 400;
}
.footer__top-6 .footer__item-6 ul li a:hover {
  color: #fc8019;
}

.footer__nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .footer__nav ul {
    justify-content: flex-start;
  }
}
.footer__nav ul li {
  margin-right: 15px;
}
.footer__nav ul li:last-child {
  margin-right: 0px;
}
.footer__nav ul li a {
  color: var(--black-14);
  transition: all 0.5s;
  font-size: 14px;
  font-weight: 400;
}
.footer__nav ul li a:hover {
  color: #fc8019;
}

.address {
  color: var(--gray-22);
  transition: all 0.5s;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 20px;
}

.footer__logo {
  margin-bottom: 30px;
  max-width: 200px;
}

.footer__btm-6 {
  border-top: 1px solid #ededed;
  padding-top: 40px;
  padding-bottom: 43px;
}

.footer__copyright-6 p {
  color: var(--black-14);
  font-size: 14px;
}
.footer__copyright-6 a {
  color: #fc8019;
}

.bd-example-modal-xl.modal {
  z-index: 99999;
  margin: 0px;
  padding: 0px;
  padding-right: 0px !important;
}
.bd-example-modal-xl .modal-xl {
  max-width: 100%;
  height: 100vh;
}
.bd-example-modal-xl .modal-xl.modal-dialog {
  margin: 0px;
}
.bd-example-modal-xl .modal-content {
  background: rgba(40, 44, 63, 0.85);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #ffffff;
}
.bd-example-modal-xl .modal-content .modal-header {
  width: 75%;
  margin: auto;
  border-bottom: none;
}
.bd-example-modal-xl .modal-content .modal-header .close {
  color: #fc8019;
  text-shadow: none;
  font-size: 60px;
  font-weight: 100;
}
.bd-example-modal-xl .modal-content .modal-body {
  max-width: 75%;
  margin: auto;
}
@media (max-width: 767px) {
  .bd-example-modal-xl .modal-content .modal-body {
    max-width: 95%;
  }
}

.static-content .static-sec {
  margin-bottom: 20px;
}
.static-content .static-sec h2 {
  font-size: 26px;
  color: #282c3f;
  font-weight: 800;
  text-transform: none;
  margin-bottom: 10px;
}
.static-content .static-sec h4 {
  font-size: 16px;
  font-weight: 600;
  color: #282c3f;
}
.static-content .static-sec p {
  font-size: 14px;
  color: #282c3f;
  font-weight: 100;
  line-height: 1.82857143;
  text-align: justify;
}

:root {
  --tw-text-opacity: 1;
}

a {
  text-decoration: none !important;
}

.btns-rights-theme .btn-thme.btn-thme-dark {
  --tw-bg-opacity: 1;
  background-color: #fc8019;
  border-radius: 1.0625rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  line-height: 36px;
  text-transform: uppercase;
  padding: 0rem 3.0625rem 0rem 3.0625rem;
  border-radius: 9999px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  text-transform: uppercase;
}
.btns-rights-theme .btn-thme.btn-thme-dark:hover {
  color: #ffffff;
  background-color: #282c3f;
}
.btns-rights-theme a {
  --tw-bg-opacity: 1;
  background-color: #fc8019;
  border-radius: 1.0625rem;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  padding: 0rem 1.0625rem 0rem 1.0625rem;
  border-radius: 9999px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
.btns-rights-theme a:first-child {
  background-color: transparent !important;
  color: #ffffff;
}
.btns-rights-theme a:hover {
  color: #ffffff;
  background-color: #282c3f;
}
.btns-rights-theme a.bg-theme-btn {
  background-color: #fc8019 !important;
  margin-right: 10px;
  padding: 0rem 1.0625rem 0rem 1.0625rem;
  height: auto;
  transition: all 0.5s ease-in-out;
}
.btns-rights-theme a.bg-theme-btn:hover {
  color: #ffffff !important;
  background-color: #282c3f !important;
}
.btns-rights-theme a.bg-theme-border {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  filter: blur(2);
  padding: 10px 30px;
  height: auto;
}

.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: #282c3f;
}

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

.btn-link-text {
  text-transform: uppercase;
  color: #fc8019;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.btn-link-text:hover {
  color: #000000;
}
.btn-link-text:hover::after {
  transition: all 0.1s ease-in-out;
  width: 100%;
}
.btn-link-text:after {
  content: "";
  width: 0px;
  height: 5px;
  position: absolute;
  left: 0px;
  bottom: -5px;
  background: #fc8019;
  border-radius: 10px;
}

.title-bg {
  margin-top: 20px;
  font-size: 35px;
  letter-spacing: 1px;
}

.bg-theme-hint.p-3 {
  padding: 10px !important;
}
.bg-theme-hint p {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.btn-primary.btn-bg-theme,
.btn-outline-primary.btn-bg-theme {
  font-size: 14px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}

.btn-primary.btn-bg-theme:hover, .btn-primary.btn-bg-theme:foucs {
  background-color: #fc8019 !important;
}

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

body {
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #282c3f;
}
body.index-bg-color {
  background-color: rgba(252, 128, 25, 0.15);
}
body .main {
  background-color: #fef5ed;
}

.title-style-four .sc-title-two {
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 22px;
  color: black;
}
.title-style-four .main-title {
  letter-spacing: -1.5px;
  color: #282c3f;
  font-size: 40px;
  line-height: 61px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .title-style-four .main-title {
    font-size: 20px;
    line-height: 41px;
  }
}
.title-style-four .main-title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fc8019;
}

.card-style-five {
  background: #fff;
  box-shadow: 0 30px 60px rgba(6, 24, 67, 0.05);
  border-radius: 10px;
  text-align: center;
  margin: 40px 0;
  perspective: 500px;
  height: 290px;
}
.card-style-five:hover .flip-fr-bk {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}
.card-style-five .flip-fr-bk {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
}
.card-style-five .flip-bg-blob {
  height: 200px;
  width: 200px;
  position: relative;
  margin-top: -20px;
}
.card-style-five .flip-bg-blob .blob1 {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.card-style-five .flip-front, .card-style-five .flip-back {
  position: absolute;
  height: 100%;
  width: 100%;
  color: #282c3f;
  text-align: center;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card-style-five .flip-back {
  transform: rotateY(180deg);
  font-size: 18px;
  line-height: 30px;
  padding: 10px 30px;
}
.card-style-five .icon {
  height: 100px;
  width: 100px;
  margin-bottom: 5px;
  position: absolute;
  /* margin: auto; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  top: 50%;
  transform: translate(50%, -50%);
  text-align: center;
  margin-bottom: 5px;
}
.card-style-five .icon img {
  width: 100%;
  animation: 3.5s linear infinite jumpFour;
}
.card-style-five h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: -0.5px;
}
.card-style-five h4 span {
  color: #fc8019;
}
.card-style-five h5 {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: -0.5px;
  padding-top: 45px;
}

.fancy-feature-nine {
  padding-top: 50px;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .fancy-feature-nine {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.fancy-feature-nine .screen-container .bg-round-shape {
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: -1;
}
@media (max-width: 991px) {
  .fancy-feature-nine .screen-container .bg-round-shape {
    width: 100%;
    position: absolute;
    right: 0px;
  }
}

.section_center_pe {
  background-color: #282c3f;
  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(40, 44, 63, 0.5);
  border-radius: 50px;
  transition: all 0.5s ease;
}
.section_center_pe .box-shad-item:hover {
  background-color: rgba(40, 44, 63, 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;
}

.logo-wrapper .logo {
  border-radius: 50%;
  margin: 12px 5%;
  padding: 20px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  width: 125px;
  height: 125px;
  background: 1;
  animation: 9s linear infinite jumpTwo;
}
.logo-wrapper .logo img {
  max-width: 100%;
  vertical-align: middle;
  display: block;
  border-radius: 50%;
}
.logo-wrapper .logo:first-child {
  width: 175px;
  height: 175px;
  background: #ffe3e3;
  animation: 9s linear infinite jumpTwo;
}
.logo-wrapper .logo:nth-child(2) {
  width: 120px;
  height: 120px;
  background: #e8f8ff;
  animation: 9s linear infinite jumpThree;
}
.logo-wrapper .logo:nth-child(3) {
  width: 175px;
  height: 175px;
  background: #eaffe7;
  animation: 9s linear infinite jumpTwo;
}
.logo-wrapper .logo:nth-child(4) {
  width: 150px;
  height: 150px;
  background: #f3f1ff;
  animation: 9s linear infinite jumpThree;
}
.logo-wrapper .logo:nth-child(5) {
  width: 135px;
  height: 135px;
  background: #f0f5ef;
  animation: 9s linear infinite jumpThree;
}
.logo-wrapper .logo:nth-child(6) {
  width: 195px;
  height: 195px;
  background: #fff9e5;
  animation: 9s linear infinite jumpTwo;
}
.logo-wrapper .logo:nth-child(7) {
  width: 135px;
  height: 135px;
  background: #e5fffe;
  animation: 9s linear infinite jumpThree;
}
.logo-wrapper .logo:nth-child(8) {
  width: 150px;
  height: 150px;
  background: #f3f1ff;
  animation: 9s linear infinite jumpThree;
}
.logo-wrapper .logo:nth-child(9) {
  width: 195px;
  height: 195px;
  background: #fff9e5;
  animation: 9s linear infinite jumpThree;
}
.logo-wrapper .logo:nth-child(10) {
  width: 135px;
  height: 135px;
  background: #e5fffe;
  animation: 9s linear infinite jumpThree;
}
.logo-wrapper .logo:nth-child(11) {
  width: 155px;
  height: 155px;
  background: #f0f5ef;
  animation: 9s linear infinite jumpThree;
}
.logo-wrapper .logo:nth-child(12) {
  width: 125px;
  height: 125px;
  background: #ffe3e3;
  animation: 9s linear infinite jumpThree;
}
.logo-wrapper .logo:nth-child(13) {
  width: 165px;
  height: 165px;
  background: #eaffe7;
  animation: 9s linear infinite jumpThree;
}
.logo-wrapper .logo:nth-child(14) {
  width: 115px;
  height: 115px;
  background: #ffe3e3;
  animation: 9s linear infinite jumpThree;
}

.brands-section-two {
  background: #b8e3ff;
  z-index: 1;
  padding: 120px 0px 70px;
}
@media (max-width: 991px) {
  .brands-section-two {
    padding: 50px 0px 20px;
  }
}
.brands-section-two .shapes {
  position: absolute;
  z-index: -1;
}
.brands-section-two .shape-one {
  top: 12%;
  left: 8%;
  animation: 3.5s linear infinite jumpThree;
}
.brands-section-two .shape-two {
  top: 31%;
  left: 17%;
  animation: 3.5s linear infinite jumpFour;
}
.brands-section-two .shape-three {
  top: 11%;
  right: 12%;
  animation: 3.5s linear infinite jumpThree;
}
.brands-section-two .shape-four {
  top: 30%;
  right: 16%;
  animation: 3.5s linear infinite jumpFour;
}
.brands-section-two .nav-item:first-child .nav-link {
  border-right: none;
  border-radius: 45px 0 0 45px;
}
.brands-section-two .nav-item:nth-child(2) .nav-link {
  border-left: none;
  border-radius: 0 45px 45px 0;
}
.brands-section-two .nav-item .nav-link {
  font-size: 18px;
  line-height: 58px;
  border: 1px solid #ddd;
  padding: 0 15px;
  width: 150px;
  text-align: center;
  color: #282c3f;
  transition: 0.3s ease-in-out;
  background: #ffffff;
}
.brands-section-two .nav-item .nav-link.active {
  background: #fc8019;
  color: #fff;
  border-color: #fc8019;
  font-weight: 700;
}

.card-style-four {
  padding: 30px 15px 25px;
  margin-top: 20px;
}
.card-style-four:hover::before {
  opacity: 1;
  transform: scale(1);
}
.card-style-four::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 25px 60px rgba(10, 22, 37, 0.0555514);
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  transform: scale(1, 0.9);
  transform-origin: 0 0;
  transition: 0.3s ease-in-out;
}
.card-style-four .icon {
  width: 75px;
  height: 75px;
  border-radius: 50% !important;
  background-color: rgba(252, 128, 25, 0.15);
}
.card-style-four .icon i {
  font-size: 20px;
}
.card-style-four .fw-500 {
  font-weight: 500;
}
.card-style-four .mt-35 {
  margin-top: 35px;
}
.card-style-four .mb-25 {
  margin-bottom: 25px;
}
.card-style-four p {
  line-height: 1.87em;
  font-size: 16px;
}
.card-style-four a {
  color: #282c3f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.5px;
  transition: all 0.5s ease-in-out;
}
.card-style-four a:hover {
  color: #fc8019;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1750px);
  }
}
@keyframes scrollLeft {
  0% {
    transform: translateX(-1750px);
  }
  to {
    transform: translateX(0);
  }
}
.scroll-animation-all-wrapper {
  position: relative;
  padding: 30px 0;
  width: 100%;
}
.scroll-animation-all-wrapper::before {
  top: 0;
  left: 0;
}
.scroll-animation-all-wrapper::after {
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
.scroll-animation-all-wrapper::before, .scroll-animation-all-wrapper::after {
  position: absolute;
  height: 100%;
  width: 300px;
  background: linear-gradient(90deg, #fff 100px, rgba(255, 255, 255, 0));
  z-index: 2;
  content: "";
}
@media (max-width: 991px) {
  .scroll-animation-all-wrapper::before, .scroll-animation-all-wrapper::after {
    width: 25px;
    background: linear-gradient(90deg, #fff 5px, rgba(255, 255, 255, 0));
  }
}
.scroll-animation-all-wrapper .scroll-animation-wrapper {
  position: relative;
  z-index: 1;
}
.scroll-animation-all-wrapper .scroll-animation-wrapper .scroll-animation {
  display: flex;
  width: -moz-calc((420px * 16) + (30px * 16));
  width: 2500px;
  position: relative;
}
.scroll-animation-all-wrapper .scroll-animation-wrapper .scroll-animation.scroll-right-left {
  animation: scroll 80s linear infinite;
  animation-fill-mode: forwards;
}
.scroll-animation-all-wrapper .scroll-animation-wrapper .scroll-animation.scroll-left-right {
  animation: scrollLeft 80s linear infinite;
  animation-fill-mode: forwards;
}
.scroll-animation-all-wrapper .scroll-animation-wrapper .scroll-animation .rbt-categori-list {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
.scroll-animation-all-wrapper .scroll-animation-wrapper .scroll-animation .rbt-categori-list a {
  border: 0 none;
  padding: 0px 35px;
  text-transform: capitalize;
  background: #ffffff;
  color: #282c3f;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  height: 65px;
  line-height: 65px;
  border-radius: 500px;
  font-size: 18px;
  letter-spacing: -0.6px;
  transition: 0.4s;
  display: inline-block;
  min-width: 100px;
  transition: 0.4s;
  text-align: center;
}
.scroll-animation-all-wrapper .scroll-animation-wrapper .scroll-animation .rbt-categori-list a:hover {
  background: #fc8019;
  color: #ffffff;
  transform: scale(1.1);
}

.adv-form-style textarea.form-control {
  height: 150px;
}
.adv-form-style .form-control {
  margin-bottom: 30px;
  background-color: rgb(255, 255, 255);
  color: rgb(118, 129, 136);
  border-radius: 0px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: rgba(252, 128, 25, 0.15);
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  outline: none;
  max-width: 100%;
}
.adv-form-style .form-control:focus {
  box-shadow: none;
}

.counter-block-three {
  background: #fff;
  box-shadow: 0 30px 60px rgba(6, 24, 67, 0.01);
  border-radius: 10px;
  text-align: center;
  margin: 40px 0px 0px;
  padding: 20px;
  transition: all 0.5s ease;
}
.counter-block-three:hover {
  box-shadow: 0 30px 60px rgba(6, 24, 67, 0.05);
}
.counter-block-three .main-count {
  font-size: 35px;
  margin-bottom: -5px;
  font-weight: 700;
}
.counter-block-three p {
  font-size: 20px;
  font-weight: 600;
}
.counter-block-three p.tx-dark {
  font-size: 18px;
  font-weight: 100;
}

.ani-img .shapes {
  position: absolute;
  z-index: -1;
}
.ani-img .shape-one {
  top: 12%;
  left: 8%;
  animation: 3.5s linear infinite jumpThree;
}
.ani-img .shape-two {
  top: 31%;
  left: 17%;
  animation: 3.5s linear infinite jumpFour;
}
.ani-img .shape-three {
  top: 11%;
  right: 12%;
  animation: 3.5s linear infinite jumpThree;
}
.ani-img .shape-four {
  top: 30%;
  right: 16%;
  animation: 3.5s linear infinite jumpFour;
}

.contact-form {
  background: #fff;
  box-shadow: 0 30px 60px rgba(6, 24, 67, 0.05);
  border-radius: 10px;
  margin: 40px 0;
}

.address-boxs {
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 40px;
}
.address-boxs .address-icon {
  margin-right: 20px;
  background-color: #fc8019;
  width: 42px;
  height: 42px;
  line-height: 40px !important;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.address-boxs .address-icon i {
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
}
.address-boxs .address-text .text .label {
  color: #3E3E3E !important;
  font-size: 14px;
  display: block;
}
.address-boxs .address-text .text .des {
  font-size: 20px;
  color: #19082D !important;
}

.new-sec-add-bg-shape {
  background-image: url(../images/newsites/shapes/Bg_shape_high.svg);
  background-size: cover;
  background-position: inherit;
  margin-top: -100px;
  padding-top: 150px;
}

.fs-24 {
  font-size: 24px;
}

.trd-grid-items {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.trd-grid-items .trd-box-items {
  grid-column: auto/span 2;
}
@media (max-width: 1201px) {
  .trd-grid-items .trd-box-items {
    grid-column: auto/span 2;
  }
}
@media (max-width: 991px) {
  .trd-grid-items .trd-box-items {
    grid-column: auto/span 4;
  }
}

.trd-box-items {
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: -4px 7px 22.8px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.trd-box-items .trd-box {
  border: 14px;
}
.trd-box-items .trd-box img {
  width: 100%;
}
.trd-box-items .trd-brand {
  margin-top: 25px;
}
.trd-box-items .trd-brand img {
  width: 100%;
  height: 50px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.our-trusted-sec {
  background-color: #FFDFC6;
  border-radius: 46px;
  padding: 50px 0px;
}

.qs_sect {
  padding: 50px 30px 80px;
  height: 100%;
  border-radius: 50px;
  background-color: rgba(252, 128, 25, 0.15);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .qs_sect {
    margin-left: 25px;
  }
}
.qs_sect::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: url(../images/newsites/shapes/bottom.png);
  background-size: cover;
  background-position: inherit;
  background-repeat: no-repeat;
  width: 100%;
  height: 58px;
}
.qs_sect .qc-width {
  width: 75%;
}
.qs_sect .title-qc {
  color: #fc8019;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 20px;
}
.qs_sect .title-qc-sub {
  font-weight: 600;
  font-size: 34px;
  color: #282c3f;
  margin-bottom: 20px;
}
.qs_sect .text-colr-sub-sub {
  font-size: 30px;
  font-weight: 400;
  color: #fc8019;
  margin-bottom: 20px;
}
.qs_sect .fs-22 {
  font-size: 28px;
  font-weight: 400;
}
.qs_sect .btns-rights-theme {
  margin-top: 40px;
}

.font-19 {
  font-size: 19px;
  font-weight: 500;
}

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::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 {
  animation: shimmy 3s infinite;
  animation-direction: alternate;
}
@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: #282c3f;
  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: 200px;
  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: #282c3f;
  padding-left: 30px;
}
.sidebar-nav.modern-ui .nav-link:hover {
  color: rgba(252, 128, 25, 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;
}
@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes prXOne {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes scale-right {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes scale-up-three {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
: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: #282c3f;
  font-size: 52px;
  padding-left: 10px;
  cursor: pointer;
}
.header-admin .nav-profile {
  color: #282c3f;
}

.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: #282c3f;
  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(252, 128, 25, 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: #282c3f;
  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: #282c3f;
  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: 45px;
  text-align: center;
  width: 45px;
  line-height: 28px;
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  border-radius: 5px;
  color: #282c3f;
}
.navbar-custom-menu .navbar-nav > li > a.dropdown-toggle:hover {
  color: #fc8019;
  background-color: rgba(252, 128, 25, 0.3);
}
.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: #282c3f;
  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: #282c3f;
  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: #282c3f;
  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(252, 128, 25, 0.9));
}

.badge-warning {
  background-color: rgba(252, 128, 25, 0.3) !important;
}

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

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

.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%);
  }
}
.slideanim {
  visibility: hidden;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}
@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 {
  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);
  animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
  left: 15px;
  transform: scale(1, 0.4);
  animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
  left: 30px;
  transform: scale(1, 0.6);
  animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
  left: 45px;
  transform: scale(1, 0.8);
  animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
  left: 60px;
  transform: scale(1, 1);
  animation: barUp5 4s infinite;
}
.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fc6e36;
  border-radius: 50%;
  animation: ball 4s infinite;
}

@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 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 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 barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}
@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 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 {
  animation: pulsing-fade 6000ms ease infinite;
  color: #282c3f;
  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=styles.css.map */