/*! -----------------------------------------------------------------------------O------

    Template Name: Lagos Admin
    Template URI: http://admin.pixelstrap.com/lagos/theme
    Description: This is Admin theme
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/pixelstrap

-----------------------------------------------------------------------------------

    1.Base css
        1.1 Reset CSS
        1.2 Typography CSS

    2.Components css
        2.1 According CSS
        2.2 Alert CSS
        2.3 Avatars CSS
        2.4 Badge CSS
        2.5 Bookmark CSS
        2.6 Breadcrumb CSS
        2.7 Basic-card CSS
        2.8 Builders CSS
        2.9 Buttons CSS
        2.10 Card CSS
        2.11 Color CSS
        2.12 Datatable CSS
        2.13 Datapicker CSS
        2.14 Dropdown CSS
        2.15 Form-builder CSS
        2.16 Form-input CSS
        2.17 Form-wizard CSS
        2.18 Forms CSS
        2.19 Icons CSS
        2.20 List CSS
        2.21 Loader CSS 
        2.22 Modal CSS
        2.23 Popover CSS
        2.24 Print CSS
        2.25 Radio CSS
        2.26 Ribbon CSS
        2.27 Range-slider CSS
        2.28 Switch CSS
        2.29 Tab CSS
        2.30 Table CSS
        2.31 Toasts CSS
        2.32 Touchspin CSS
        2.33 Tour CSS
        2.34 Tree CSS
        2.35 Typeahead-search CSS
        2.36 Scrollbar CSS

    3. Pages
        3.1 Blog CSS
        3.2 Bookmark-app CSS
        3.3 Cart CSS
        3.4 Chart CSS
        3.5 Chat CSS
        3.6 Checkout CSS
        3.7 Comingsoon CSS
        3.8 Contacts CSS
        3.9 Dashboard_2 CSS
        3.10 Dashboard_3 CSS 
        3.11 Dashboard_4 CSS
        3.12 Dashboard_5 CSS
        3.13 Dashboard_default CSS
        3.14 Ecommerce CSS
        3.15 Email-application CSS
        3.16 Errorpage CSS
        3.17 Faq CSS
        3.18 File CSS
        3.19 Gallery CSS
        3.20 Helper CSS
        3.21 Internationalization CSS
        3.22 Job-search CSS
        3.23 Jsgrid CSS
        3.24 Kanban CSS
        3.25 Knowledgebase CSS
        3.26 Landing CSS
        3.27 Language CSS
        3.28 Learning CSS
        3.29 Login CSS
        3.30 Megaoption CSS
        3.31 Order-history CSS
        3.32 Page CSS
        3.33 Pricing CSS
        3.34 Progress CSS
        3.35 Projectlist CSS
        3.36 Rating CSS
        3.37 Social-app CSS
        3.38 Sweet-alert CSS
        3.39 Task CSS
        3.40 Timeline-v CSS
        3.41 User-profile CSS
        3.42 Wishlist CSS
        3.43 Dashboard_6.CSS
        3.44 Dashboard_7 CSS
        3.45 Dashboard_8.CSS

    4. Themes
        4.1. Dark CSS
        4.2 Theme-customizer CSS
        4.3 Update CSS

    5. Layout
        5.1 Footer CSS
        5.2 Grid CSS
        5.3 Header CSS
        5.4 Navs CSS
        5.5 Search CSS
        5.6 Select2 CSS
        5.7 Sidebar CSS
        5.8 Rtl CSS
        5.9 Box-layout CSS

 */
:root {
  --theme-deafult: #6f5a99;
  --theme-secondary: #e24175;
  --light-background: rgba(242, 243, 247, 0.7);
  --body-font-color: #2F2F3B;
  --chart-border: #ECF3FA;
  --recent-chart-bg: #FCFCFD;
  --light-bg: #EEF1F6;
  --white: #fff;
  --light2: #F5F6F9;
  --sidebar-border: rgba(0, 0, 0, 0.1);
  --chart-text-color: rgba(82, 82, 108, 0.8);
  --recent-dashed-border: rgba(82, 82, 108, 0.3);
  --chart-dashed-border: rgba(82, 82, 108, 0.2);
  --chart-progress-light: rgba(82, 82, 108, 0.1);
  --recent-box-bg: #F2F4F7;
  --recent-border: rgba(97, 101, 122, 0.25);
  --course-light-btn: #F2F3F7;
  --course-bg: #F7F7F7;
  --balance-profie-bg: #E0DFEF;
  --view-grid-bg: #ECF3FA80;
  --view-border-marker: #cfcdfc;
  --light-slate: #F5F6F9;
  --text-gray: rgba(82, 82, 108, 0.8);
  --product-shadow: 0px 1px 0px rgba(82, 82, 108, 0.15);
  --light-shade-primary: rgba(245, 244, 255);
  --fc-button-bg-color: var(--theme-deafult);
  --fc-button-active-bg-color: var(--theme-deafult);
  --fc-button-active-border-color: var(--theme-deafult);
  --fc-button-border-color: var(--theme-deafult);
  --fc-button-hover-bg-color: var(--theme-deafult);
  --fc-button-hover-border-color: var(--theme-deafult);
  --bs-heading-color: #3D434A;
  --normal: #ECEAF3;
  --normal-shadow: #D9D8E3;
  --normal-mouth: #9795A4;
  --normal-eye: #595861;
  --active: #F8DA69;
  --active-shadow: #F4B555;
  --active-mouth: #F05136;
  --active-eye: #313036;
  --active-tear: #76b5e7;
  --active-shadow-angry: #e94f1d;
  /* Do not show the "remove tag" (x) button when only a single tag remains */
}
:root .customLook {
  --tag-bg: var(--theme-deafult);
  --tag-hover: var(--theme-secondary);
  --tag-text-color: var(--white);
  --tags-border-color: silver;
  --tag-border-radius: 25px;
  --tag-text-color--edit: #111;
  --tag-remove-bg: var(--tag-hover);
  --tag-pad: .6em 1em;
  --tag-inset-shadow-size: 1.35em;
  --tag-remove-btn-bg--hover: #000;
  --tagify-dd-color-primary: var(var(--theme-deafult));
  --tagify-dd-bg-color: var(--course-light-btn);
}

body[class=dark-only] {
  --light-background: #2c253b;
  --recent-chart-bg: #262932;
  --light-bg: #1d1e26;
  --white: #262932;
  --sidebar-border: rgba(255, 255, 255, 0.1);
  --light2: #1d1e26;
  --chart-border: #374558;
  --recent-box-bg: #1d1e26;
  --recent-border: #374558;
  --body-font-color: rgba(255, 255, 255, 0.6);
  --course-light-btn: var(--light-bg);
  --view-grid-bg: var(--light-bg);
  --view-border-marker: #2c2c45d4;
  --light-slate: #1c1d26;
  --text-gray: rgba(153, 153, 169, 0.8);
  --product-shadow: 0px 1px 0px rgb(55 70 87);
  --light-shade-primary: rgba(46, 53, 67, 1);
  --bs-heading-color: rgba(255, 255, 255, 0.7);
}

body[class="rtl dark-only"] {
  --light-background: #2c253b;
  --recent-chart-bg: #262932;
  --light-bg: #1d1e26;
  --white: #262932;
  --sidebar-border: rgba(255, 255, 255, 0.1);
  --light2: #1d1e26;
  --chart-border: #374558;
  --recent-box-bg: #1d1e26;
  --recent-border: #374558;
  --body-font-color: rgba(255, 255, 255, 0.6);
  --course-light-btn: var(--light-bg);
  --view-grid-bg: var(--light-bg);
  --view-border-marker: #2c2c45d4;
  --light-slate: #1c1d26;
  --text-gray: rgba(153, 153, 169, 0.8);
  --product-shadow: 0px 1px 0px rgb(55 70 87);
  --light-shade-primary: rgba(46, 53, 67, 1);
  --bs-heading-color: rgba(255, 255, 255, 0.7);
}

body[class="dark-only modal-open"] {
  --light-shade-primary: rgba(46, 53, 67, 1);
  --light-slate: #1c1d26;
  --bs-heading-color: rgba(255, 255, 255, 0.7);
}

body[class="rtl dark-only modal-open"] {
  --light-shade-primary: rgba(46, 53, 67, 1);
  --light-slate: #1c1d26;
  --bs-heading-color: rgba(255, 255, 255, 0.7);
}

body.dark-only.box-layout {
  --light-background: #2c253b;
  --recent-chart-bg: #262932;
  --light-bg: #1d1e26;
  --white: #262932;
  --sidebar-border: rgba(255, 255, 255, 0.1);
  --light2: #1d1e26;
  --chart-border: #374558;
  --recent-box-bg: #1d1e26;
  --recent-border: #374558;
  --body-font-color: rgba(255, 255, 255, 0.6);
  --course-light-btn: var(--light-bg);
  --view-grid-bg: var(--light-bg);
  --view-border-marker: #2c2c45d4;
  --light-slate: #1c1d26;
  --text-gray: rgba(153, 153, 169, 0.8);
  --product-shadow: 0px 1px 0px rgb(55 70 87);
  --light-shade-primary: rgba(46, 53, 67, 1);
  --bs-heading-color: rgba(255, 255, 255, 0.7);
}

/**=====================
    1.1 Reset CSS start
==========================**/
.font-jost {
  font-family: "Jost", sans-serif, sans-serif;
}

.f-light {
  color: rgba(155, 155, 155, 0.8);
}

svg.f-light {
  fill: #9B9B9B;
  opacity: 0.8;
}

.light-card {
  background-color: var(--light-background);
}

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

.icon-arrow-down.icon-rotate,
.icon-arrow-up.icon-rotate {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
}

/*====== Padding css starts ======*/
.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

/*====== Padding css ends ======*/
/*====== Padding-left css starts ======*/
.p-l-0 {
  padding-left: 0px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-50 {
  padding-left: 50px;
}

/*====== Padding-left css ends ======*/
/*====== Padding-top css starts ======*/
.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

/*====== Padding-top css ends ======*/
/*====== Padding-bottom css starts ======*/
.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

/*====== Padding-bottom css ends ======*/
/*====== Padding-right css starts ======*/
.p-r-0 {
  padding-right: 0px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-r-50 {
  padding-right: 50px;
}

/*====== Padding-right css ends ======*/
/*====== Margin css starts ======*/
.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

/*====== Margin css ends ======*/
/*====== Margin-top css starts ======*/
.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

/*====== Margin-top css ends ======*/
/*====== Margin-Bottom css starts ======*/
.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

/*====== Margin-Bottom css ends ======*/
/*====== Margin-left css starts ======*/
.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

/*====== Margin-left css ends ======*/
/*====== Margin-right css starts ======*/
.m-r-0 {
  margin-right: 0px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-50 {
  margin-right: 50px;
}

/*====== Margin-right css ends ======*/
/*====== Border-radius css starts ======*/
.b-r-0 {
  border-radius: 0px !important;
}

.b-r-1 {
  border-radius: 1px !important;
}

.b-r-2 {
  border-radius: 2px !important;
}

.b-r-3 {
  border-radius: 3px !important;
}

.b-r-4 {
  border-radius: 4px !important;
}

.b-r-5 {
  border-radius: 5px !important;
}

.b-r-6 {
  border-radius: 6px !important;
}

.b-r-7 {
  border-radius: 7px !important;
}

.b-r-8 {
  border-radius: 8px !important;
}

.b-r-9 {
  border-radius: 9px !important;
}

.b-r-10 {
  border-radius: 10px !important;
}

/*====== Border-radius css ends ======*/
/*====== Font-size css starts ======*/
.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-32 {
  font-size: 32px !important;
}

.f-34 {
  font-size: 34px !important;
}

.f-36 {
  font-size: 36px !important;
}

.f-38 {
  font-size: 38px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-42 {
  font-size: 42px !important;
}

.f-44 {
  font-size: 44px !important;
}

.f-46 {
  font-size: 46px !important;
}

.f-48 {
  font-size: 48px !important;
}

.f-50 {
  font-size: 50px !important;
}

.f-52 {
  font-size: 52px !important;
}

.f-54 {
  font-size: 54px !important;
}

.f-56 {
  font-size: 56px !important;
}

.f-58 {
  font-size: 58px !important;
}

.f-60 {
  font-size: 60px !important;
}

.f-62 {
  font-size: 62px !important;
}

.f-64 {
  font-size: 64px !important;
}

.f-66 {
  font-size: 66px !important;
}

.f-68 {
  font-size: 68px !important;
}

.f-70 {
  font-size: 70px !important;
}

.f-72 {
  font-size: 72px !important;
}

.f-74 {
  font-size: 74px !important;
}

.f-76 {
  font-size: 76px !important;
}

.f-78 {
  font-size: 78px !important;
}

.f-80 {
  font-size: 80px !important;
}

.f-82 {
  font-size: 82px !important;
}

.f-84 {
  font-size: 84px !important;
}

.f-86 {
  font-size: 86px !important;
}

.f-88 {
  font-size: 88px !important;
}

.f-90 {
  font-size: 90px !important;
}

.f-92 {
  font-size: 92px !important;
}

.f-94 {
  font-size: 94px !important;
}

.f-96 {
  font-size: 96px !important;
}

.f-98 {
  font-size: 98px !important;
}

.f-100 {
  font-size: 100px !important;
}

/*====== Font-size css ends ======*/
/*====== Font-weight css starts ======*/
.f-w-100 {
  font-weight: 100;
}

.f-w-300 {
  font-weight: 300;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-400 {
  font-weight: 400;
}

.f-w-600 {
  font-weight: 600;
}

.f-w-700 {
  font-weight: 700;
}

.f-w-900 {
  font-weight: 900;
}

/*====== Font-weight css ends ======*/
/*====== Font-style css starts ======*/
.f-s-normal {
  font-style: normal;
}

.f-s-italic {
  font-style: italic;
}

.f-s-oblique {
  font-style: oblique;
}

.f-s-initial {
  font-style: initial;
}

.f-s-inherit {
  font-style: inherit;
}

/*====== Font-style css ends ======*/
/*====== Text-Decoration css starts ======*/
.text-overline {
  text-decoration: overline;
}

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

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

.text-dashed {
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
}

.text-blink {
  text-decoration: blink;
}

.text-dotted {
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
}

.text-initial {
  text-decoration: initial;
}

.text-none {
  text-decoration: none;
}

.text-dashed {
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
}

.text-wavy {
  -webkit-text-decoration: wavy;
          text-decoration: wavy;
}

.text-inherit {
  text-decoration: inherit;
}

.text-double {
  -webkit-text-decoration: double;
          text-decoration: double;
}

/*====== Text-Decoration css ends ======*/
/*====== Vertical-Align css starts ======*/
.baseline {
  vertical-align: baseline;
}

.sub {
  vertical-align: sub;
}

.super {
  vertical-align: super;
}

.top {
  vertical-align: top;
}

.text-top {
  vertical-align: text-top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.text-bottom {
  vertical-align: text-bottom;
}

.initial {
  vertical-align: initial;
}

.inherit {
  vertical-align: inherit;
}

/*====== Vertical-Align css ends ======*/
/*====== Position css starts ======*/
.p-static {
  position: static;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.p-relative {
  position: relative;
}

.p-initial {
  position: initial;
}

.p-inherit {
  position: inherit;
}

/*====== Position css ends ======*/
/*====== Float css starts ======*/
.f-left {
  float: left;
}

.f-right {
  float: right;
}

.f-none {
  float: none;
}

/*====== Float css ends ======*/
/*====== Overflow css starts ======*/
.o-hidden {
  overflow: hidden;
}

.o-visible {
  overflow: visible;
}

.o-auto {
  overflow: auto;
}

/*====== Overflow css ends ======*/
/*====== Image-sizes css starts ======*/
.img-10 {
  width: 10px !important;
}

.img-h-10 {
  height: 10px !important;
}

.img-20 {
  width: 20px !important;
}

.img-h-20 {
  height: 20px !important;
}

.img-30 {
  width: 30px !important;
}

.img-h-30 {
  height: 30px !important;
}

.img-40 {
  width: 40px !important;
}

.img-h-40 {
  height: 40px !important;
}

.img-50 {
  width: 50px !important;
}

.img-h-50 {
  height: 50px !important;
}

.img-60 {
  width: 60px !important;
}

.img-h-60 {
  height: 60px !important;
}

.img-70 {
  width: 70px !important;
}

.img-h-70 {
  height: 70px !important;
}

.img-80 {
  width: 80px !important;
}

.img-h-80 {
  height: 80px !important;
}

.img-90 {
  width: 90px !important;
}

.img-h-90 {
  height: 90px !important;
}

.img-100 {
  width: 100px !important;
}

.img-h-100 {
  height: 100px !important;
}

/*====== Image-sizes css ends ======*/
/*======= Text css starts ===========*/
.font-primary {
  color: #6f5a99 !important;
}

.stroke-primary {
  stroke: #6f5a99 !important;
}

.font-secondary {
  color: #e24175 !important;
}

.stroke-secondary {
  stroke: #e24175 !important;
}

.font-success {
  color: #0a7e43 !important;
}

.stroke-success {
  stroke: #0a7e43 !important;
}

.font-danger {
  color: #E44141 !important;
}

.stroke-danger {
  stroke: #E44141 !important;
}

.font-info {
  color: #1868ae !important;
}

.stroke-info {
  stroke: #1868ae !important;
}

.font-tertiary {
  color: #1669A3 !important;
}

.stroke-tertiary {
  stroke: #1669A3 !important;
}

.font-light {
  color: #f4f4f4 !important;
}

.stroke-light {
  stroke: #f4f4f4 !important;
}

.font-dark {
  color: #2c323f !important;
}

.stroke-dark {
  stroke: #2c323f !important;
}

.font-warning {
  color: #D77748 !important;
}

.stroke-warning {
  stroke: #D77748 !important;
}

.font-primary {
  color: var(--theme-deafult) !important;
}

.font-secondary {
  color: var(--theme-secondary) !important;
}

/*======= Text css ends ===========*/
/*======= Label-color css starts  ======= */
.label {
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize;
}

.label-theme {
  background-color: #6f5a99;
}

.label-primary {
  background-color: #6f5a99;
}

.label-secondary {
  background-color: #e24175;
}

.label-success {
  background-color: #0a7e43;
}

.label-danger {
  background-color: #E44141;
}

.label-info {
  background-color: #1868ae;
}

.label-tertiary {
  background-color: #1669A3;
}

.label-light {
  background-color: #f4f4f4;
}

.label-dark {
  background-color: #2c323f;
}

.label-warning {
  background-color: #D77748;
}

/*======= Label-color css ends  ======= */
/*======= Badge-color css starts  ======= */
.badge-primary {
  background-color: #6f5a99;
}

.badge-secondary {
  background-color: #e24175;
}

.badge-success {
  background-color: #0a7e43;
}

.badge-danger {
  background-color: #E44141;
}

.badge-info {
  background-color: #1868ae;
}

.badge-tertiary {
  background-color: #1669A3;
}

.badge-light {
  background-color: #f4f4f4;
}

.badge-dark {
  background-color: #2c323f;
}

.badge-warning {
  background-color: #D77748;
}

.badge-primary {
  background-color: var(--theme-deafult) !important;
}

.badge-secondary {
  background-color: var(--theme-secondary) !important;
}

/*======= Badge-color css end  ======= */
/*======= Background-color css starts  ======= */
.bg-primary {
  background-color: #6f5a99 !important;
  color: #fff;
}

.fill-primary {
  fill: #6f5a99 !important;
}

.bg-light-primary {
  background-color: rgba(111, 90, 153, 0.1) !important;
  color: #fff;
}

.b-light1-primary {
  background-color: rgba(111, 90, 153, 0.1) !important;
  color: primary, secondary, success, danger, info, tertiary, light, dark, warning;
}

.background-light-primary {
  background-color: rgba(111, 90, 153, 0.1) !important;
  color: #6f5a99;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.background-light-primary:hover {
  background-color: #6f5a99 !important;
  color: #fff !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.bg-secondary {
  background-color: #e24175 !important;
  color: #fff;
}

.fill-secondary {
  fill: #e24175 !important;
}

.bg-light-secondary {
  background-color: rgba(226, 65, 117, 0.1) !important;
  color: #fff;
}

.b-light1-secondary {
  background-color: rgba(226, 65, 117, 0.1) !important;
  color: primary, secondary, success, danger, info, tertiary, light, dark, warning;
}

.background-light-secondary {
  background-color: rgba(226, 65, 117, 0.1) !important;
  color: #e24175;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.background-light-secondary:hover {
  background-color: #e24175 !important;
  color: #fff !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.bg-success {
  background-color: #0a7e43 !important;
  color: #fff;
}

.fill-success {
  fill: #0a7e43 !important;
}

.bg-light-success {
  background-color: rgba(10, 126, 67, 0.1) !important;
  color: #fff;
}

.b-light1-success {
  background-color: rgba(10, 126, 67, 0.1) !important;
  color: primary, secondary, success, danger, info, tertiary, light, dark, warning;
}

.background-light-success {
  background-color: rgba(10, 126, 67, 0.1) !important;
  color: #0a7e43;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.background-light-success:hover {
  background-color: #0a7e43 !important;
  color: #fff !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.bg-danger {
  background-color: #E44141 !important;
  color: #fff;
}

.fill-danger {
  fill: #E44141 !important;
}

.bg-light-danger {
  background-color: rgba(228, 65, 65, 0.1) !important;
  color: #fff;
}

.b-light1-danger {
  background-color: rgba(228, 65, 65, 0.1) !important;
  color: primary, secondary, success, danger, info, tertiary, light, dark, warning;
}

.background-light-danger {
  background-color: rgba(228, 65, 65, 0.1) !important;
  color: #E44141;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.background-light-danger:hover {
  background-color: #e44141 !important;
  color: #fff !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.bg-info {
  background-color: #1868ae !important;
  color: #fff;
}

.fill-info {
  fill: #1868ae !important;
}

.bg-light-info {
  background-color: rgba(24, 104, 174, 0.1) !important;
  color: #fff;
}

.b-light1-info {
  background-color: rgba(24, 104, 174, 0.1) !important;
  color: primary, secondary, success, danger, info, tertiary, light, dark, warning;
}

.background-light-info {
  background-color: rgba(24, 104, 174, 0.1) !important;
  color: #1868ae;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.background-light-info:hover {
  background-color: #1868ae !important;
  color: #fff !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.bg-tertiary {
  background-color: #1669A3 !important;
  color: #fff;
}

.fill-tertiary {
  fill: #1669A3 !important;
}

.bg-light-tertiary {
  background-color: rgba(22, 105, 163, 0.1) !important;
  color: #fff;
}

.b-light1-tertiary {
  background-color: rgba(22, 105, 163, 0.1) !important;
  color: primary, secondary, success, danger, info, tertiary, light, dark, warning;
}

.background-light-tertiary {
  background-color: rgba(22, 105, 163, 0.1) !important;
  color: #1669A3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.background-light-tertiary:hover {
  background-color: #1669a3 !important;
  color: #fff !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.bg-light {
  background-color: #f4f4f4 !important;
  color: #fff;
}

.fill-light {
  fill: #f4f4f4 !important;
}

.bg-light-light {
  background-color: rgba(244, 244, 244, 0.1) !important;
  color: #fff;
}

.b-light1-light {
  background-color: rgba(244, 244, 244, 0.1) !important;
  color: primary, secondary, success, danger, info, tertiary, light, dark, warning;
}

.background-light-light {
  background-color: rgba(244, 244, 244, 0.1) !important;
  color: #f4f4f4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.background-light-light:hover {
  background-color: #f4f4f4 !important;
  color: #fff !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.bg-dark {
  background-color: #2c323f !important;
  color: #fff;
}

.fill-dark {
  fill: #2c323f !important;
}

.bg-light-dark {
  background-color: rgba(44, 50, 63, 0.1) !important;
  color: #fff;
}

.b-light1-dark {
  background-color: rgba(44, 50, 63, 0.1) !important;
  color: primary, secondary, success, danger, info, tertiary, light, dark, warning;
}

.background-light-dark {
  background-color: rgba(44, 50, 63, 0.1) !important;
  color: #2c323f;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.background-light-dark:hover {
  background-color: #2c323f !important;
  color: #fff !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.bg-warning {
  background-color: #D77748 !important;
  color: #fff;
}

.fill-warning {
  fill: #D77748 !important;
}

.bg-light-warning {
  background-color: rgba(215, 119, 72, 0.1) !important;
  color: #fff;
}

.b-light1-warning {
  background-color: rgba(215, 119, 72, 0.1) !important;
  color: primary, secondary, success, danger, info, tertiary, light, dark, warning;
}

.background-light-warning {
  background-color: rgba(215, 119, 72, 0.1) !important;
  color: #D77748;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.background-light-warning:hover {
  background-color: #d77748 !important;
  color: #fff !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.bg-primary {
  background-color: var(--theme-deafult) !important;
}

.bg-secondary {
  background-color: var(--theme-secondary) !important;
}

.badge-light-primary {
  background-color: #d7d1e4;
  color: #6f5a99;
}
.badge-light-primary:hover {
  background-color: #d7d1e4;
  color: #6f5a99;
}

.badge-light-primary {
  background-color: #d7d1e4;
  color: #6f5a99;
}
.badge-light-primary:hover {
  background-color: #d7d1e4;
  color: #6f5a99;
}

.badge-light-secondary {
  background-color: #fce9ef;
  color: #e24175;
}
.badge-light-secondary:hover {
  background-color: #fce9ef;
  color: #e24175;
}

.badge-light-secondary {
  background-color: #fce9ef;
  color: #e24175;
}
.badge-light-secondary:hover {
  background-color: #fce9ef;
  color: #e24175;
}

.badge-light-tertiary {
  background-color: #8bc6ef;
  color: #1669A3;
}
.badge-light-tertiary:hover {
  background-color: #8bc6ef;
  color: #1669A3;
}

.badge-light-tertiary {
  background-color: #8bc6ef;
  color: #1669A3;
}
.badge-light-tertiary:hover {
  background-color: #8bc6ef;
  color: #1669A3;
}

.badge-light-success {
  background-color: #58f2a4;
  color: #0a7e43;
}
.badge-light-success:hover {
  background-color: #58f2a4;
  color: #0a7e43;
}

.badge-light-success {
  background-color: #58f2a4;
  color: #0a7e43;
}
.badge-light-success:hover {
  background-color: #58f2a4;
  color: #0a7e43;
}

.badge-light-danger {
  background-color: #fcebeb;
  color: #E44141;
}
.badge-light-danger:hover {
  background-color: #fcebeb;
  color: #E44141;
}

.badge-light-danger {
  background-color: #fcebeb;
  color: #E44141;
}
.badge-light-danger:hover {
  background-color: #fcebeb;
  color: #E44141;
}

.badge-light-info {
  background-color: #97c7f1;
  color: #1868ae;
}
.badge-light-info:hover {
  background-color: #97c7f1;
  color: #1868ae;
}

.badge-light-info {
  background-color: #97c7f1;
  color: #1868ae;
}
.badge-light-info:hover {
  background-color: #97c7f1;
  color: #1868ae;
}

.badge-light-light {
  background-color: #b7b7c9;
  color: #52526c;
}
.badge-light-light:hover {
  background-color: #b7b7c9;
  color: #52526c;
}

.badge-light-light {
  background-color: #b7b7c9;
  color: #52526c;
}
.badge-light-light:hover {
  background-color: #b7b7c9;
  color: #52526c;
}

.badge-light-dark {
  background-color: #8490a9;
  color: #2c323f;
}
.badge-light-dark:hover {
  background-color: #8490a9;
  color: #2c323f;
}

.badge-light-dark {
  background-color: #8490a9;
  color: #2c323f;
}
.badge-light-dark:hover {
  background-color: #8490a9;
  color: #2c323f;
}

.badge-light-warning {
  background-color: #faede7;
  color: #D77748;
}
.badge-light-warning:hover {
  background-color: #faede7;
  color: #D77748;
}

.badge-light-warning {
  background-color: #faede7;
  color: #D77748;
}
.badge-light-warning:hover {
  background-color: #faede7;
  color: #D77748;
}

.badge-light-light {
  background-color: #e9e9ee;
}

.badge-light-primary {
  background-color: rgba(111, 90, 153, 0.1);
}

.badge-light-success {
  background-color: rgba(10, 126, 67, 0.15);
}

.badge-light-secondary {
  background-color: rgba(226, 65, 117, 0.08);
}

.badge-light-warning {
  background-color: rgba(215, 119, 72, 0.1);
}

.badge-light-danger {
  background-color: rgba(228, 65, 65, 0.1);
}

.badge-light-info {
  background-color: rgba(24, 104, 174, 0.1);
}

/*======= Background-color css end  ======= */
/*======= Font-color css starts  ======= */
.txt-primary {
  color: #6f5a99 !important;
}

.txt-secondary {
  color: #e24175 !important;
}

.txt-success {
  color: #0a7e43 !important;
}

.txt-danger {
  color: #E44141 !important;
}

.txt-info {
  color: #1868ae !important;
}

.txt-tertiary {
  color: #1669A3 !important;
}

.txt-light {
  color: #f4f4f4 !important;
}

.txt-dark {
  color: #2c323f !important;
}

.txt-warning {
  color: #D77748 !important;
}

.txt-google-plus {
  color: #c64e40 !important;
}

.txt-twitter {
  color: #6fa2d8 !important;
}

.txt-linkedin {
  color: #0077B5 !important;
}

.txt-fb {
  color: #50598e !important;
}

.txt-primary {
  color: var(--theme-deafult) !important;
}

.txt-secondary {
  color: var(--theme-secondary) !important;
}

/*======= Font-color css end  ======= */
/*======= Button-color css starts  ======= */
@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes push {
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.btn-primary {
  background-color: #6f5a99 !important;
  border-color: #6f5a99 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #6f5a99 !important;
  border-color: #6f5a99 !important;
}
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #c1b7d5;
          box-shadow: 0 0 0 0.2rem #c1b7d5;
}

.btn-light1-primary {
  background-color: rgba(111, 90, 153, 0.1) !important;
}

.btn-secondary {
  background-color: #e24175 !important;
  border-color: #e24175 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #e24175 !important;
  border-color: #e24175 !important;
}
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #f6c6d5;
          box-shadow: 0 0 0 0.2rem #f6c6d5;
}

.btn-light1-secondary {
  background-color: rgba(226, 65, 117, 0.1) !important;
}

.btn-success {
  background-color: #0a7e43 !important;
  border-color: #0a7e43 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #0a7e43 !important;
  border-color: #0a7e43 !important;
}
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #32ef8f;
          box-shadow: 0 0 0 0.2rem #32ef8f;
}

.btn-light1-success {
  background-color: rgba(10, 126, 67, 0.1) !important;
}

.btn-danger {
  background-color: #E44141 !important;
  border-color: #E44141 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #E44141 !important;
  border-color: #E44141 !important;
}
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #f7c7c7;
          box-shadow: 0 0 0 0.2rem #f7c7c7;
}

.btn-light1-danger {
  background-color: rgba(228, 65, 65, 0.1) !important;
}

.btn-tertiary {
  background-color: #1669A3 !important;
  border-color: #1669A3 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  background-color: #1669A3 !important;
  border-color: #1669A3 !important;
}
.btn-tertiary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #67b5eb;
          box-shadow: 0 0 0 0.2rem #67b5eb;
}

.btn-light1-tertiary {
  background-color: rgba(22, 105, 163, 0.1) !important;
}

.btn-info {
  background-color: #1868ae !important;
  border-color: #1868ae !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #1868ae !important;
  border-color: #1868ae !important;
}
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #73b4ec;
          box-shadow: 0 0 0 0.2rem #73b4ec;
}

.btn-light1-info {
  background-color: rgba(24, 104, 174, 0.1) !important;
}

.btn-light {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem white;
          box-shadow: 0 0 0 0.2rem white;
}

.btn-light1-light {
  background-color: rgba(244, 244, 244, 0.1) !important;
}

.btn-dark {
  background-color: #2c323f !important;
  border-color: #2c323f !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #2c323f !important;
  border-color: #2c323f !important;
}
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #6c7a98;
          box-shadow: 0 0 0 0.2rem #6c7a98;
}

.btn-light1-dark {
  background-color: rgba(44, 50, 63, 0.1) !important;
}

.btn-warning {
  background-color: #D77748 !important;
  border-color: #D77748 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #D77748 !important;
  border-color: #D77748 !important;
}
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #f2d4c6;
          box-shadow: 0 0 0 0.2rem #f2d4c6;
}

.btn-light1-warning {
  background-color: rgba(215, 119, 72, 0.1) !important;
}

.btn-light {
  background-color: rgba(111, 90, 153, 0.1) !important;
  border-color: rgba(111, 90, 153, 0.1) !important;
  border-style: solid !important;
}
.btn-light:hover {
  background-color: #6f5a99 !important;
  border-color: #6f5a99 !important;
}

.btn-primary {
  background-color: var(--theme-deafult) !important;
  border-color: var(--theme-deafult) !important;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: var(--theme-deafult) !important;
  border-color: var(--theme-deafult) !important;
}

.btn-secondary {
  background-color: var(--theme-secondary) !important;
  border-color: var(--theme-secondary) !important;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: var(--theme-secondary) !important;
  border-color: var(--theme-secondary) !important;
}

.btn-hover-effect:hover {
  -webkit-animation: push 0.5s linear 1;
          animation: push 0.5s linear 1;
}

/*======= Button-color css ends  ======= */
.btn-outline-primary-2x {
  border-width: 2px;
  border-color: #6f5a99;
  color: #6f5a99;
  background-color: transparent;
}
.btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active {
  color: white;
  background-color: #584779 !important;
  border-color: #584779 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-secondary-2x {
  border-width: 2px;
  border-color: #e24175;
  color: #e24175;
  background-color: transparent;
}
.btn-outline-secondary-2x:hover, .btn-outline-secondary-2x:focus, .btn-outline-secondary-2x:active, .btn-outline-secondary-2x.active {
  color: white;
  background-color: #d02059 !important;
  border-color: #d02059 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-success-2x {
  border-width: 2px;
  border-color: #0a7e43;
  color: #0a7e43;
  background-color: transparent;
}
.btn-outline-success-2x:hover, .btn-outline-success-2x:focus, .btn-outline-success-2x:active, .btn-outline-success-2x.active {
  color: white;
  background-color: #064f2a !important;
  border-color: #064f2a !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-danger-2x {
  border-width: 2px;
  border-color: #E44141;
  color: #E44141;
  background-color: transparent;
}
.btn-outline-danger-2x:hover, .btn-outline-danger-2x:focus, .btn-outline-danger-2x:active, .btn-outline-danger-2x.active {
  color: white;
  background-color: #d41e1e !important;
  border-color: #d41e1e !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-info-2x {
  border-width: 2px;
  border-color: #1868ae;
  color: #1868ae;
  background-color: transparent;
}
.btn-outline-info-2x:hover, .btn-outline-info-2x:focus, .btn-outline-info-2x:active, .btn-outline-info-2x.active {
  color: white;
  background-color: #124d81 !important;
  border-color: #124d81 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-tertiary-2x {
  border-width: 2px;
  border-color: #1669A3;
  color: #1669A3;
  background-color: transparent;
}
.btn-outline-tertiary-2x:hover, .btn-outline-tertiary-2x:focus, .btn-outline-tertiary-2x:active, .btn-outline-tertiary-2x.active {
  color: white;
  background-color: #104c76 !important;
  border-color: #104c76 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-light-2x {
  border-width: 2px;
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
}
.btn-outline-light-2x:hover, .btn-outline-light-2x:focus, .btn-outline-light-2x:active, .btn-outline-light-2x.active {
  color: white;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-dark-2x {
  border-width: 2px;
  border-color: #2c323f;
  color: #2c323f;
  background-color: transparent;
}
.btn-outline-dark-2x:hover, .btn-outline-dark-2x:focus, .btn-outline-dark-2x:active, .btn-outline-dark-2x.active {
  color: white;
  background-color: #171a21 !important;
  border-color: #171a21 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-warning-2x {
  border-width: 2px;
  border-color: #D77748;
  color: #D77748;
  background-color: transparent;
}
.btn-outline-warning-2x:hover, .btn-outline-warning-2x:focus, .btn-outline-warning-2x:active, .btn-outline-warning-2x.active {
  color: white;
  background-color: #c25c2a !important;
  border-color: #c25c2a !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary-2x {
  border-color: var(--theme-deafult) !important;
  color: var(--theme-deafult) !important;
}
.btn-outline-primary-2x:hover {
  border-color: var(--theme-deafult) !important;
  background-color: var(--theme-deafult) !important;
  color: #fff !important;
}

.btn-outline-secondary-2x {
  border-color: var(--theme-secondary) !important;
  color: var(--theme-secondary) !important;
}
.btn-outline-secondary-2x:hover {
  border-color: var(--theme-secondary) !important;
  background-color: var(--theme-secondary) !important;
  color: #fff !important;
}

.btn-outline-primary {
  border-color: #6f5a99;
  color: #6f5a99;
  background-color: transparent;
  border-style: solid;
}
.btn-outline-primary.disabled {
  color: #6f5a99;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  color: white;
  background-color: #584779 !important;
  border-color: #584779 !important;
}

.btn-outline-secondary {
  border-color: #e24175;
  color: #e24175;
  background-color: transparent;
  border-style: solid;
}
.btn-outline-secondary.disabled {
  color: #e24175;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
  color: white;
  background-color: #d02059 !important;
  border-color: #d02059 !important;
}

.btn-outline-success {
  border-color: #0a7e43;
  color: #0a7e43;
  background-color: transparent;
  border-style: solid;
}
.btn-outline-success.disabled {
  color: #0a7e43;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active {
  color: white;
  background-color: #064f2a !important;
  border-color: #064f2a !important;
}

.btn-outline-danger {
  border-color: #E44141;
  color: #E44141;
  background-color: transparent;
  border-style: solid;
}
.btn-outline-danger.disabled {
  color: #E44141;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active {
  color: white;
  background-color: #d41e1e !important;
  border-color: #d41e1e !important;
}

.btn-outline-info {
  border-color: #1868ae;
  color: #1868ae;
  background-color: transparent;
  border-style: solid;
}
.btn-outline-info.disabled {
  color: #1868ae;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active {
  color: white;
  background-color: #124d81 !important;
  border-color: #124d81 !important;
}

.btn-outline-tertiary {
  border-color: #1669A3;
  color: #1669A3;
  background-color: transparent;
  border-style: solid;
}
.btn-outline-tertiary.disabled {
  color: #1669A3;
}
.btn-outline-tertiary:hover, .btn-outline-tertiary:focus, .btn-outline-tertiary:active, .btn-outline-tertiary.active {
  color: white;
  background-color: #104c76 !important;
  border-color: #104c76 !important;
}

.btn-outline-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
  border-style: solid;
  color: #3D434A;
}
.btn-outline-light.disabled {
  color: #f4f4f4;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: white;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
}

.btn-outline-dark {
  border-color: #2c323f;
  color: #2c323f;
  background-color: transparent;
  border-style: solid;
}
.btn-outline-dark.disabled {
  color: #2c323f;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
  color: white;
  background-color: #171a21 !important;
  border-color: #171a21 !important;
}

.btn-outline-warning {
  border-color: #D77748;
  color: #D77748;
  background-color: transparent;
  border-style: solid;
}
.btn-outline-warning.disabled {
  color: #D77748;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active {
  color: white;
  background-color: #c25c2a !important;
  border-color: #c25c2a !important;
}

.btn-outline-dark:hover {
  color: #fff !important;
}

.btn-outline-primary {
  border-color: var(--theme-deafult) !important;
  color: var(--theme-deafult) !important;
}
.btn-outline-primary:hover {
  background-color: var(--theme-deafult) !important;
  border-color: var(--theme-deafult) !important;
  color: #fff !important;
}

.btn-outline-secondary {
  border-color: var(--theme-secondary) !important;
  color: var(--theme-secondary) !important;
}
.btn-outline-secondary:hover {
  background-color: var(--theme-secondary) !important;
  border-color: var(--theme-secondary) !important;
  color: #fff !important;
}

.btn-primary:not([disabled]):not(.disabled).active {
  background-color: #584779;
  border-color: #584779;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-primary:not([disabled]):not(.disabled).active:hover, .btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled).active:active, .btn-primary:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #584779;
  border-color: #584779;
}

.btn-secondary:not([disabled]):not(.disabled).active {
  background-color: #d02059;
  border-color: #d02059;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-secondary:not([disabled]):not(.disabled).active:hover, .btn-secondary:not([disabled]):not(.disabled).active:focus, .btn-secondary:not([disabled]):not(.disabled).active:active, .btn-secondary:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #d02059;
  border-color: #d02059;
}

.btn-success:not([disabled]):not(.disabled).active {
  background-color: #064f2a;
  border-color: #064f2a;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-success:not([disabled]):not(.disabled).active:hover, .btn-success:not([disabled]):not(.disabled).active:focus, .btn-success:not([disabled]):not(.disabled).active:active, .btn-success:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #064f2a;
  border-color: #064f2a;
}

.btn-danger:not([disabled]):not(.disabled).active {
  background-color: #d41e1e;
  border-color: #d41e1e;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-danger:not([disabled]):not(.disabled).active:hover, .btn-danger:not([disabled]):not(.disabled).active:focus, .btn-danger:not([disabled]):not(.disabled).active:active, .btn-danger:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #d41e1e;
  border-color: #d41e1e;
}

.btn-info:not([disabled]):not(.disabled).active {
  background-color: #124d81;
  border-color: #124d81;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-info:not([disabled]):not(.disabled).active:hover, .btn-info:not([disabled]):not(.disabled).active:focus, .btn-info:not([disabled]):not(.disabled).active:active, .btn-info:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #124d81;
  border-color: #124d81;
}

.btn-tertiary:not([disabled]):not(.disabled).active {
  background-color: #104c76;
  border-color: #104c76;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-tertiary:not([disabled]):not(.disabled).active:hover, .btn-tertiary:not([disabled]):not(.disabled).active:focus, .btn-tertiary:not([disabled]):not(.disabled).active:active, .btn-tertiary:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #104c76;
  border-color: #104c76;
}

.btn-light:not([disabled]):not(.disabled).active {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-light:not([disabled]):not(.disabled).active:hover, .btn-light:not([disabled]):not(.disabled).active:focus, .btn-light:not([disabled]):not(.disabled).active:active, .btn-light:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}

.btn-dark:not([disabled]):not(.disabled).active {
  background-color: #171a21;
  border-color: #171a21;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-dark:not([disabled]):not(.disabled).active:hover, .btn-dark:not([disabled]):not(.disabled).active:focus, .btn-dark:not([disabled]):not(.disabled).active:active, .btn-dark:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #171a21;
  border-color: #171a21;
}

.btn-warning:not([disabled]):not(.disabled).active {
  background-color: #c25c2a;
  border-color: #c25c2a;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-warning:not([disabled]):not(.disabled).active:hover, .btn-warning:not([disabled]):not(.disabled).active:focus, .btn-warning:not([disabled]):not(.disabled).active:active, .btn-warning:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #c25c2a;
  border-color: #c25c2a;
}

.btn-outline-primary-2x:not([disabled]):not(.disabled).active {
  background-color: #6f5a99;
  border-color: #6f5a99;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white;
}
.btn-outline-primary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-primary-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #584779 !important;
  border-color: #584779 !important;
}

.btn-outline-secondary-2x:not([disabled]):not(.disabled).active {
  background-color: #e24175;
  border-color: #e24175;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white;
}
.btn-outline-secondary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #d02059 !important;
  border-color: #d02059 !important;
}

.btn-outline-success-2x:not([disabled]):not(.disabled).active {
  background-color: #0a7e43;
  border-color: #0a7e43;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white;
}
.btn-outline-success-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-success-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-success-2x:not([disabled]):not(.disabled).active:active, .btn-outline-success-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #064f2a !important;
  border-color: #064f2a !important;
}

.btn-outline-danger-2x:not([disabled]):not(.disabled).active {
  background-color: #E44141;
  border-color: #E44141;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white;
}
.btn-outline-danger-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:active, .btn-outline-danger-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #d41e1e !important;
  border-color: #d41e1e !important;
}

.btn-outline-info-2x:not([disabled]):not(.disabled).active {
  background-color: #1868ae;
  border-color: #1868ae;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white;
}
.btn-outline-info-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-info-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-info-2x:not([disabled]):not(.disabled).active:active, .btn-outline-info-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #124d81 !important;
  border-color: #124d81 !important;
}

.btn-outline-tertiary-2x:not([disabled]):not(.disabled).active {
  background-color: #1669A3;
  border-color: #1669A3;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white;
}
.btn-outline-tertiary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-tertiary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-tertiary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-tertiary-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #104c76 !important;
  border-color: #104c76 !important;
}

.btn-outline-light-2x:not([disabled]):not(.disabled).active {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white;
}
.btn-outline-light-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-light-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-light-2x:not([disabled]):not(.disabled).active:active, .btn-outline-light-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
}

.btn-outline-dark-2x:not([disabled]):not(.disabled).active {
  background-color: #2c323f;
  border-color: #2c323f;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white;
}
.btn-outline-dark-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:active, .btn-outline-dark-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #171a21 !important;
  border-color: #171a21 !important;
}

.btn-outline-warning-2x:not([disabled]):not(.disabled).active {
  background-color: #D77748;
  border-color: #D77748;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white;
}
.btn-outline-warning-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:active, .btn-outline-warning-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #c25c2a !important;
  border-color: #c25c2a !important;
}

/*======= Table-Border-Bottom-color css starts  ======= */
table thead .border-bottom-primary th,
table tbody .border-bottom-primary th,
table tbody .border-bottom-primary td {
  border-bottom: 1px dashed #6f5a99 !important;
}

table thead .border-bottom-secondary th,
table tbody .border-bottom-secondary th,
table tbody .border-bottom-secondary td {
  border-bottom: 1px dashed #e24175 !important;
}

table thead .border-bottom-success th,
table tbody .border-bottom-success th,
table tbody .border-bottom-success td {
  border-bottom: 1px dashed #0a7e43 !important;
}

table thead .border-bottom-danger th,
table tbody .border-bottom-danger th,
table tbody .border-bottom-danger td {
  border-bottom: 1px dashed #E44141 !important;
}

table thead .border-bottom-info th,
table tbody .border-bottom-info th,
table tbody .border-bottom-info td {
  border-bottom: 1px dashed #1868ae !important;
}

table thead .border-bottom-light th,
table tbody .border-bottom-light th,
table tbody .border-bottom-light td {
  border-bottom: 1px dashed #f4f4f4 !important;
}

table thead .border-bottom-tertiary th,
table tbody .border-bottom-tertiary th,
table tbody .border-bottom-tertiary td {
  border-bottom: 1px dashed #1669A3 !important;
}

table thead .border-bottom-dark th,
table tbody .border-bottom-dark th,
table tbody .border-bottom-dark td {
  border-bottom: 1px dashed #2c323f !important;
}

table thead .border-bottom-warning th,
table tbody .border-bottom-warning th,
table tbody .border-bottom-warning td {
  border-bottom: 1px dashed #D77748 !important;
}

/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
.table-styling .table-primary,
.table-styling.table-primary {
  background-color: #6f5a99;
  color: #fff;
  border: 3px dashed #6f5a99;
}
.table-styling .table-primary thead,
.table-styling.table-primary thead {
  background-color: #584779;
  border: 3px dashed #584779;
}
.table-styling .table-primary th,
.table-styling .table-primary td,
.table-styling.table-primary th,
.table-styling.table-primary td {
  background-color: transparent;
}

.table-styling .table-secondary,
.table-styling.table-secondary {
  background-color: #e24175;
  color: #fff;
  border: 3px dashed #e24175;
}
.table-styling .table-secondary thead,
.table-styling.table-secondary thead {
  background-color: #d02059;
  border: 3px dashed #d02059;
}
.table-styling .table-secondary th,
.table-styling .table-secondary td,
.table-styling.table-secondary th,
.table-styling.table-secondary td {
  background-color: transparent;
}

.table-styling .table-success,
.table-styling.table-success {
  background-color: #0a7e43;
  color: #fff;
  border: 3px dashed #0a7e43;
}
.table-styling .table-success thead,
.table-styling.table-success thead {
  background-color: #064f2a;
  border: 3px dashed #064f2a;
}
.table-styling .table-success th,
.table-styling .table-success td,
.table-styling.table-success th,
.table-styling.table-success td {
  background-color: transparent;
}

.table-styling .table-danger,
.table-styling.table-danger {
  background-color: #E44141;
  color: #fff;
  border: 3px dashed #E44141;
}
.table-styling .table-danger thead,
.table-styling.table-danger thead {
  background-color: #d41e1e;
  border: 3px dashed #d41e1e;
}
.table-styling .table-danger th,
.table-styling .table-danger td,
.table-styling.table-danger th,
.table-styling.table-danger td {
  background-color: transparent;
}

.table-styling .table-info,
.table-styling.table-info {
  background-color: #1868ae;
  color: #fff;
  border: 3px dashed #1868ae;
}
.table-styling .table-info thead,
.table-styling.table-info thead {
  background-color: #124d81;
  border: 3px dashed #124d81;
}
.table-styling .table-info th,
.table-styling .table-info td,
.table-styling.table-info th,
.table-styling.table-info td {
  background-color: transparent;
}

.table-styling .table-tertiary,
.table-styling.table-tertiary {
  background-color: #f4f4f4;
  color: #fff;
  border: 3px dashed #f4f4f4;
}
.table-styling .table-tertiary thead,
.table-styling.table-tertiary thead {
  background-color: #dbdbdb;
  border: 3px dashed #dbdbdb;
}
.table-styling .table-tertiary th,
.table-styling .table-tertiary td,
.table-styling.table-tertiary th,
.table-styling.table-tertiary td {
  background-color: transparent;
}

.table-styling .table-light,
.table-styling.table-light {
  background-color: #1669A3;
  color: #fff;
  border: 3px dashed #1669A3;
}
.table-styling .table-light thead,
.table-styling.table-light thead {
  background-color: #104c76;
  border: 3px dashed #104c76;
}
.table-styling .table-light th,
.table-styling .table-light td,
.table-styling.table-light th,
.table-styling.table-light td {
  background-color: transparent;
}

.table-styling .table-dark,
.table-styling.table-dark {
  background-color: #2c323f;
  color: #fff;
  border: 3px dashed #2c323f;
}
.table-styling .table-dark thead,
.table-styling.table-dark thead {
  background-color: #171a21;
  border: 3px dashed #171a21;
}
.table-styling .table-dark th,
.table-styling .table-dark td,
.table-styling.table-dark th,
.table-styling.table-dark td {
  background-color: transparent;
}

.table-styling .table-warning,
.table-styling.table-warning {
  background-color: #D77748;
  color: #fff;
  border: 3px dashed #D77748;
}
.table-styling .table-warning thead,
.table-styling.table-warning thead {
  background-color: #c25c2a;
  border: 3px dashed #c25c2a;
}
.table-styling .table-warning th,
.table-styling .table-warning td,
.table-styling.table-warning th,
.table-styling.table-warning td {
  background-color: transparent;
}

/*======= Table styling css ends  ======= */
/*======= Svg stroke css start  ======= */
.stroke-primary {
  stroke: #6f5a99 !important;
}

.stroke-secondary {
  stroke: #e24175 !important;
}

.stroke-success {
  stroke: #0a7e43 !important;
}

.stroke-danger {
  stroke: #E44141 !important;
}

.stroke-info {
  stroke: #1868ae !important;
}

.stroke-tertiary {
  stroke: #1669A3 !important;
}

.stroke-light {
  stroke: #f4f4f4 !important;
}

.stroke-dark {
  stroke: #2c323f !important;
}

.stroke-warning {
  stroke: #D77748 !important;
}

/*======= Svg stroke css end  ======= */
/*======= Checkbox color css start  ======= */
.checkbox-primary.form-check-input:checked {
  background-color: #6f5a99;
  border-color: #6f5a99;
}

.checkbox-secondary.form-check-input:checked {
  background-color: #e24175;
  border-color: #e24175;
}

.checkbox-success.form-check-input:checked {
  background-color: #0a7e43;
  border-color: #0a7e43;
}

.checkbox-danger.form-check-input:checked {
  background-color: #E44141;
  border-color: #E44141;
}

.checkbox-info.form-check-input:checked {
  background-color: #1868ae;
  border-color: #1868ae;
}

.checkbox-tertiary.form-check-input:checked {
  background-color: #1669A3;
  border-color: #1669A3;
}

.checkbox-light.form-check-input:checked {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.checkbox-dark.form-check-input:checked {
  background-color: #2c323f;
  border-color: #2c323f;
}

.checkbox-warning.form-check-input:checked {
  background-color: #D77748;
  border-color: #D77748;
}

/*======= Checkbox color css end  ======= */
/*======= All-Borders-color css starts  ======= */
.b-primary {
  border: 1px solid #6f5a99 !important;
}

.b-light-primary {
  border: 1px solid rgba(111, 90, 153, 0.3) !important;
}

.b-t-primary {
  border-top: 1px solid #6f5a99 !important;
}

.border-t-primary {
  border-top: 1px solid #6f5a99 !important;
}

.b-b-primary {
  border-bottom: 1px solid #6f5a99 !important;
}

.border-b-primary {
  border-bottom: 1px solid #6f5a99 !important;
}

.b-l-primary {
  border-left: 1px solid #6f5a99 !important;
}

.border-l-primary {
  border-left: 1px solid #6f5a99 !important;
}

.b-r-primary {
  border-right: 1px solid #6f5a99 !important;
}

.border-r-primary {
  border-right: 1px solid #6f5a99 !important;
}

.b-secondary {
  border: 1px solid #e24175 !important;
}

.b-light-secondary {
  border: 1px solid rgba(226, 65, 117, 0.3) !important;
}

.b-t-secondary {
  border-top: 1px solid #e24175 !important;
}

.border-t-secondary {
  border-top: 1px solid #e24175 !important;
}

.b-b-secondary {
  border-bottom: 1px solid #e24175 !important;
}

.border-b-secondary {
  border-bottom: 1px solid #e24175 !important;
}

.b-l-secondary {
  border-left: 1px solid #e24175 !important;
}

.border-l-secondary {
  border-left: 1px solid #e24175 !important;
}

.b-r-secondary {
  border-right: 1px solid #e24175 !important;
}

.border-r-secondary {
  border-right: 1px solid #e24175 !important;
}

.b-success {
  border: 1px solid #0a7e43 !important;
}

.b-light-success {
  border: 1px solid rgba(10, 126, 67, 0.3) !important;
}

.b-t-success {
  border-top: 1px solid #0a7e43 !important;
}

.border-t-success {
  border-top: 1px solid #0a7e43 !important;
}

.b-b-success {
  border-bottom: 1px solid #0a7e43 !important;
}

.border-b-success {
  border-bottom: 1px solid #0a7e43 !important;
}

.b-l-success {
  border-left: 1px solid #0a7e43 !important;
}

.border-l-success {
  border-left: 1px solid #0a7e43 !important;
}

.b-r-success {
  border-right: 1px solid #0a7e43 !important;
}

.border-r-success {
  border-right: 1px solid #0a7e43 !important;
}

.b-danger {
  border: 1px solid #E44141 !important;
}

.b-light-danger {
  border: 1px solid rgba(228, 65, 65, 0.3) !important;
}

.b-t-danger {
  border-top: 1px solid #E44141 !important;
}

.border-t-danger {
  border-top: 1px solid #E44141 !important;
}

.b-b-danger {
  border-bottom: 1px solid #E44141 !important;
}

.border-b-danger {
  border-bottom: 1px solid #E44141 !important;
}

.b-l-danger {
  border-left: 1px solid #E44141 !important;
}

.border-l-danger {
  border-left: 1px solid #E44141 !important;
}

.b-r-danger {
  border-right: 1px solid #E44141 !important;
}

.border-r-danger {
  border-right: 1px solid #E44141 !important;
}

.b-tertiary {
  border: 1px solid #1669A3 !important;
}

.b-light-tertiary {
  border: 1px solid rgba(22, 105, 163, 0.3) !important;
}

.b-t-tertiary {
  border-top: 1px solid #1669A3 !important;
}

.border-t-tertiary {
  border-top: 1px solid #1669A3 !important;
}

.b-b-tertiary {
  border-bottom: 1px solid #1669A3 !important;
}

.border-b-tertiary {
  border-bottom: 1px solid #1669A3 !important;
}

.b-l-tertiary {
  border-left: 1px solid #1669A3 !important;
}

.border-l-tertiary {
  border-left: 1px solid #1669A3 !important;
}

.b-r-tertiary {
  border-right: 1px solid #1669A3 !important;
}

.border-r-tertiary {
  border-right: 1px solid #1669A3 !important;
}

.b-info {
  border: 1px solid #1868ae !important;
}

.b-light-info {
  border: 1px solid rgba(24, 104, 174, 0.3) !important;
}

.b-t-info {
  border-top: 1px solid #1868ae !important;
}

.border-t-info {
  border-top: 1px solid #1868ae !important;
}

.b-b-info {
  border-bottom: 1px solid #1868ae !important;
}

.border-b-info {
  border-bottom: 1px solid #1868ae !important;
}

.b-l-info {
  border-left: 1px solid #1868ae !important;
}

.border-l-info {
  border-left: 1px solid #1868ae !important;
}

.b-r-info {
  border-right: 1px solid #1868ae !important;
}

.border-r-info {
  border-right: 1px solid #1868ae !important;
}

.b-light {
  border: 1px solid #f4f4f4 !important;
}

.b-light-light {
  border: 1px solid rgba(244, 244, 244, 0.3) !important;
}

.b-t-light {
  border-top: 1px solid #f4f4f4 !important;
}

.border-t-light {
  border-top: 1px solid #f4f4f4 !important;
}

.b-b-light {
  border-bottom: 1px solid #f4f4f4 !important;
}

.border-b-light {
  border-bottom: 1px solid #f4f4f4 !important;
}

.b-l-light {
  border-left: 1px solid #f4f4f4 !important;
}

.border-l-light {
  border-left: 1px solid #f4f4f4 !important;
}

.b-r-light {
  border-right: 1px solid #f4f4f4 !important;
}

.border-r-light {
  border-right: 1px solid #f4f4f4 !important;
}

.b-dark {
  border: 1px solid #2c323f !important;
}

.b-light-dark {
  border: 1px solid rgba(44, 50, 63, 0.3) !important;
}

.b-t-dark {
  border-top: 1px solid #2c323f !important;
}

.border-t-dark {
  border-top: 1px solid #2c323f !important;
}

.b-b-dark {
  border-bottom: 1px solid #2c323f !important;
}

.border-b-dark {
  border-bottom: 1px solid #2c323f !important;
}

.b-l-dark {
  border-left: 1px solid #2c323f !important;
}

.border-l-dark {
  border-left: 1px solid #2c323f !important;
}

.b-r-dark {
  border-right: 1px solid #2c323f !important;
}

.border-r-dark {
  border-right: 1px solid #2c323f !important;
}

.b-warning {
  border: 1px solid #D77748 !important;
}

.b-light-warning {
  border: 1px solid rgba(215, 119, 72, 0.3) !important;
}

.b-t-warning {
  border-top: 1px solid #D77748 !important;
}

.border-t-warning {
  border-top: 1px solid #D77748 !important;
}

.b-b-warning {
  border-bottom: 1px solid #D77748 !important;
}

.border-b-warning {
  border-bottom: 1px solid #D77748 !important;
}

.b-l-warning {
  border-left: 1px solid #D77748 !important;
}

.border-l-warning {
  border-left: 1px solid #D77748 !important;
}

.b-r-warning {
  border-right: 1px solid #D77748 !important;
}

.border-r-warning {
  border-right: 1px solid #D77748 !important;
}

/*======= All-Borders-color css ends  ======= */
/*====== Border width css starts ======*/
.border-1 {
  border-width: 1px !important;
}

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

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-6 {
  border-width: 6px !important;
}

.border-7 {
  border-width: 7px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border-9 {
  border-width: 9px !important;
}

.border-10 {
  border-width: 10px !important;
}

/*====== Border width css ends ======*/
.opacity-0 {
  opacity: 0;
}

.map-block {
  height: 350px;
  width: 100%;
}

.map-js-height {
  height: 500px;
}
.map-js-height .btn-group input {
  background-color: #6f5a99;
  color: #fff;
}
.map-js-height .btn-group input + input {
  background-color: #e24175;
}

/**====== custom scrollbar css start ======**/
.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(106, 113, 133, 0.3);
}
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(68, 102, 242, 0.15);
}

.theme-scrollbar::-webkit-scrollbar-track,
.datatable-container::-webkit-scrollbar-track,
.jsgrid-grid-body::-webkit-scrollbar-track,
.jsgrid-grid-header::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track,
.anchor::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(106, 113, 133, 0.3);
}
.theme-scrollbar::-webkit-scrollbar,
.datatable-container::-webkit-scrollbar,
.jsgrid-grid-body::-webkit-scrollbar,
.jsgrid-grid-header::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar,
.anchor::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}
.theme-scrollbar::-webkit-scrollbar-thumb,
.datatable-container::-webkit-scrollbar-thumb,
.jsgrid-grid-body::-webkit-scrollbar-thumb,
.jsgrid-grid-header::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb,
.anchor::-webkit-scrollbar-thumb {
  background-color: rgba(68, 102, 242, 0.15);
}

/**====== Custom scrollbar css end ======**/
/**====== Animation css Start ======**/
.comment {
  color: #9f9ba5;
  font-style: italic;
  display: block;
}

.line {
  color: #2c323f;
}
.line pre {
  font-size: 100%;
}

/**====== Animation css end ======**/
/**====== list style css Start ======**/
.list-circle {
  list-style: circle;
}

/**====== list style css end ======**/
/**====== Modal style css Start ======**/
.theme-close {
  opacity: 1;
  height: 40px;
  width: 40px;
  position: absolute;
  font-weight: 400;
  z-index: 1;
  right: 0;
  background-color: #fff !important;
  border-radius: 5px;
}

/**====== Modal style css end ======**/
/**====== Animation css start ======**/
.options > div {
  color: rgba(106, 113, 133, 0.3);
  display: inline-block;
  padding: 2px 10px;
  border: 1px dashed;
  margin: 0 8px 8px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.options > div:hover {
  background-color: #6f5a99;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/**====== Animation css Ends ======**/
.modal-footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img-cropper #putData {
  margin-bottom: 0;
}
.img-cropper .img-container {
  min-height: auto;
  margin-bottom: 0;
}
.img-cropper .docs-data > .input-group:last-child {
  margin-bottom: 0;
}
.img-cropper .docs-preview {
  margin-top: 20px;
  margin-bottom: 10px;
}

.dropzone .dz-preview .dz-error-message {
  background: #fff !important;
  color: #6f5a99 !important;
  border: 1px dashed #6f5a99;
}
.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px dashed #6f5a99 !important;
}

.typeahead .theme-form .form-group {
  margin-bottom: 0;
}

.editor-statusbar {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
}

.page-builder .ge-canvas.ge-editing .row {
  padding: 30px;
  margin-bottom: 0;
  background-color: rgba(111, 90, 153, 0.02);
}
.page-builder .btn-screen {
  padding: 0 18px 0 0;
}

.bg-overlay.active {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 8;
  top: 0;
}

button:focus {
  outline: none !important;
}

.primary .svg-fill {
  fill: var(--theme-deafult);
}
.primary .svg-fill:not(.half-circle) {
  stroke: var(--theme-deafult);
}
.primary .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(111, 90, 153, 0.1) 19.06%, rgba(111, 90, 153, 0) 79.03%) !important;
}

.secondary .svg-fill {
  fill: var(--theme-secondary);
}
.secondary .svg-fill:not(.half-circle) {
  stroke: var(--theme-secondary);
}
.secondary .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(226, 65, 117, 0.1) 19.06%, rgba(226, 65, 117, 0) 79.03%) !important;
}

.success .svg-fill {
  fill: #0a7e43;
}
.success .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(10, 126, 67, 0.1) 19.06%, rgba(10, 126, 67, 0) 79.03%) !important;
}

.warning .svg-fill {
  fill: #D77748;
}
.warning .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(215, 119, 72, 0.1) 19.06%, rgba(215, 119, 72, 0) 79.03%) !important;
}

.dotted {
  border-style: dotted;
}

.dashed {
  border-style: dashed;
}

.double {
  border-style: double;
}

.groove {
  border-style: groove;
}

.ridge {
  border-style: ridge;
}

.inset {
  border-style: inset;
}

.outset {
  border-style: outset;
}

@-webkit-keyframes fadeIncustom {
  0% {
    opacity: 0;
    top: 50px;
  }
  75% {
    opacity: 0.6;
    top: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIncustom {
  0% {
    opacity: 0;
    top: 50px;
  }
  75% {
    opacity: 0.6;
    top: 0;
  }
  100% {
    opacity: 1;
  }
}
.code-box-copy {
  width: 100%;
  overflow: auto;
}

@media (max-width: 1660px) and (min-width: 1400px) {
  .custom-rs-4 {
    width: 33.33333333%;
  }
  .custom-rs-12 {
    width: 100%;
  }
}
.progress-striped-primary {
  background-color: rgba(111, 90, 153, 0.1);
}
.progress-striped-primary .progress-bar {
  background-image: linear-gradient(120deg, #6f5a99 25%, transparent 25%, transparent 50%, #6f5a99 50%, #6f5a99 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-primary.progress-bar {
  position: relative;
}
.progress-border-primary.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #6f5a99;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-border-primary.progress {
  background-color: rgba(111, 90, 153, 0.15);
}
.progress-border-primary .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #6f5a99;
  border-radius: 15px 0 0 15px;
}
[dir=rtl] .progress-border-primary .progress-bar {
  border-radius: 0 15px 15px 0;
}
.progress-border-primary .progress-bar:after {
  position: absolute;
  content: "";
  top: -4px;
  right: 0;
  background-color: #6f5a99;
  width: 1px;
  height: 16px;
}
[dir=rtl] .progress-border-primary .progress-bar:after {
  left: 0px;
  right: unset;
}

.progress-striped-secondary {
  background-color: rgba(226, 65, 117, 0.1);
}
.progress-striped-secondary .progress-bar {
  background-image: linear-gradient(120deg, #e24175 25%, transparent 25%, transparent 50%, #e24175 50%, #e24175 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-secondary.progress-bar {
  position: relative;
}
.progress-border-secondary.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #e24175;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-border-secondary.progress {
  background-color: rgba(226, 65, 117, 0.15);
}
.progress-border-secondary .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #e24175;
  border-radius: 15px 0 0 15px;
}
[dir=rtl] .progress-border-secondary .progress-bar {
  border-radius: 0 15px 15px 0;
}
.progress-border-secondary .progress-bar:after {
  position: absolute;
  content: "";
  top: -4px;
  right: 0;
  background-color: #e24175;
  width: 1px;
  height: 16px;
}
[dir=rtl] .progress-border-secondary .progress-bar:after {
  left: 0px;
  right: unset;
}

.progress-striped-tertiary {
  background-color: rgba(22, 105, 163, 0.1);
}
.progress-striped-tertiary .progress-bar {
  background-image: linear-gradient(120deg, #1669a3 25%, transparent 25%, transparent 50%, #1669a3 50%, #1669a3 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-tertiary.progress-bar {
  position: relative;
}
.progress-border-tertiary.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #1669A3;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-border-tertiary.progress {
  background-color: rgba(22, 105, 163, 0.15);
}
.progress-border-tertiary .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #1669A3;
  border-radius: 15px 0 0 15px;
}
[dir=rtl] .progress-border-tertiary .progress-bar {
  border-radius: 0 15px 15px 0;
}
.progress-border-tertiary .progress-bar:after {
  position: absolute;
  content: "";
  top: -4px;
  right: 0;
  background-color: #1669A3;
  width: 1px;
  height: 16px;
}
[dir=rtl] .progress-border-tertiary .progress-bar:after {
  left: 0px;
  right: unset;
}

.progress-striped-warning {
  background-color: rgba(215, 119, 72, 0.1);
}
.progress-striped-warning .progress-bar {
  background-image: linear-gradient(120deg, #d77748 25%, transparent 25%, transparent 50%, #d77748 50%, #d77748 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-warning.progress-bar {
  position: relative;
}
.progress-border-warning.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #D77748;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-border-warning.progress {
  background-color: rgba(215, 119, 72, 0.15);
}
.progress-border-warning .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #D77748;
  border-radius: 15px 0 0 15px;
}
[dir=rtl] .progress-border-warning .progress-bar {
  border-radius: 0 15px 15px 0;
}
.progress-border-warning .progress-bar:after {
  position: absolute;
  content: "";
  top: -4px;
  right: 0;
  background-color: #D77748;
  width: 1px;
  height: 16px;
}
[dir=rtl] .progress-border-warning .progress-bar:after {
  left: 0px;
  right: unset;
}

.progress-striped-info {
  background-color: rgba(24, 104, 174, 0.1);
}
.progress-striped-info .progress-bar {
  background-image: linear-gradient(120deg, #1868ae 25%, transparent 25%, transparent 50%, #1868ae 50%, #1868ae 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-info.progress-bar {
  position: relative;
}
.progress-border-info.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #1868ae;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-border-info.progress {
  background-color: rgba(24, 104, 174, 0.15);
}
.progress-border-info .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #1868ae;
  border-radius: 15px 0 0 15px;
}
[dir=rtl] .progress-border-info .progress-bar {
  border-radius: 0 15px 15px 0;
}
.progress-border-info .progress-bar:after {
  position: absolute;
  content: "";
  top: -4px;
  right: 0;
  background-color: #1868ae;
  width: 1px;
  height: 16px;
}
[dir=rtl] .progress-border-info .progress-bar:after {
  left: 0px;
  right: unset;
}

.progress-striped-success {
  background-color: rgba(10, 126, 67, 0.1);
}
.progress-striped-success .progress-bar {
  background-image: linear-gradient(120deg, #0a7e43 25%, transparent 25%, transparent 50%, #0a7e43 50%, #0a7e43 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-success.progress-bar {
  position: relative;
}
.progress-border-success.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #0a7e43;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-border-success.progress {
  background-color: rgba(10, 126, 67, 0.15);
}
.progress-border-success .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #0a7e43;
  border-radius: 15px 0 0 15px;
}
[dir=rtl] .progress-border-success .progress-bar {
  border-radius: 0 15px 15px 0;
}
.progress-border-success .progress-bar:after {
  position: absolute;
  content: "";
  top: -4px;
  right: 0;
  background-color: #0a7e43;
  width: 1px;
  height: 16px;
}
[dir=rtl] .progress-border-success .progress-bar:after {
  left: 0px;
  right: unset;
}

.progress-striped-danger {
  background-color: rgba(228, 65, 65, 0.1);
}
.progress-striped-danger .progress-bar {
  background-image: linear-gradient(120deg, #e44141 25%, transparent 25%, transparent 50%, #e44141 50%, #e44141 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-danger.progress-bar {
  position: relative;
}
.progress-border-danger.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #E44141;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-border-danger.progress {
  background-color: rgba(228, 65, 65, 0.15);
}
.progress-border-danger .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #E44141;
  border-radius: 15px 0 0 15px;
}
[dir=rtl] .progress-border-danger .progress-bar {
  border-radius: 0 15px 15px 0;
}
.progress-border-danger .progress-bar:after {
  position: absolute;
  content: "";
  top: -4px;
  right: 0;
  background-color: #E44141;
  width: 1px;
  height: 16px;
}
[dir=rtl] .progress-border-danger .progress-bar:after {
  left: 0px;
  right: unset;
}

.progress-striped-light {
  background-color: rgba(244, 244, 244, 0.1);
}
.progress-striped-light .progress-bar {
  background-image: linear-gradient(120deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-light.progress-bar {
  position: relative;
}
.progress-border-light.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #f4f4f4;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-border-light.progress {
  background-color: rgba(244, 244, 244, 0.15);
}
.progress-border-light .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #f4f4f4;
  border-radius: 15px 0 0 15px;
}
[dir=rtl] .progress-border-light .progress-bar {
  border-radius: 0 15px 15px 0;
}
.progress-border-light .progress-bar:after {
  position: absolute;
  content: "";
  top: -4px;
  right: 0;
  background-color: #f4f4f4;
  width: 1px;
  height: 16px;
}
[dir=rtl] .progress-border-light .progress-bar:after {
  left: 0px;
  right: unset;
}

.progress-striped-dark {
  background-color: rgba(44, 50, 63, 0.1);
}
.progress-striped-dark .progress-bar {
  background-image: linear-gradient(120deg, #2c323f 25%, transparent 25%, transparent 50%, #2c323f 50%, #2c323f 75%, transparent 75%, transparent);
  background-size: 16px 30px;
  --bs-progress-bar-bg: rgba($val, 0.1);
  -webkit-animation: progress-bar-stripes 5s linear infinite;
          animation: progress-bar-stripes 5s linear infinite;
}

.progress-border-dark.progress-bar {
  position: relative;
}
.progress-border-dark.progress-bar:after {
  position: absolute;
  content: "";
  top: -2px;
  right: -9px;
  background-color: #2c323f;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-border-dark.progress {
  background-color: rgba(44, 50, 63, 0.15);
}
.progress-border-dark .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #2c323f;
  border-radius: 15px 0 0 15px;
}
[dir=rtl] .progress-border-dark .progress-bar {
  border-radius: 0 15px 15px 0;
}
.progress-border-dark .progress-bar:after {
  position: absolute;
  content: "";
  top: -4px;
  right: 0;
  background-color: #2c323f;
  width: 1px;
  height: 16px;
}
[dir=rtl] .progress-border-dark .progress-bar:after {
  left: 0px;
  right: unset;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-marker {
  width: 10px;
  height: 10px;
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-goals-group,
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-z-group {
  display: none;
}

.bg-gray {
  background-color: var(--text-gray);
}

.text-gray {
  color: var(--text-gray) !important;
}

.common-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Override the default tooltip arrow color */
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #E0DDFF;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #E0DDFF;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #E0DDFF;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #E0DDFF;
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .proorder-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .proorder-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .proorder-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .proorder-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .proorder-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .proorder-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .proorder-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .proorder-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .proorder-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .proorder-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .proorder-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .proorder-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .proorder-xl-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .proorder-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .proorder-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .proorder-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .proorder-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .proorder-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .proorder-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .proorder-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .proorder-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .proorder-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .proorder-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .proorder-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .proorder-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .proorder-md-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .col-xl-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xl-70 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1199px) {
  .proorder-4-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/**=====================
    1.1 Reset CSS Ends
==========================**/
/**=====================
    1.2 Typography CSS start
==========================**/
body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: "Jost", sans-serif, sans-serif;
  color: #3D434A;
  background-color: #F4F7F9;
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.6px;
}

h2 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.6px;
}

h3 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.6px;
}

h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
}

ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
}

* a {
  color: var(--theme-deafult);
  text-decoration: none;
  letter-spacing: 1px;
}

.f-m-light {
  margin: 0;
}

a {
  font-size: 0.875rem;
  text-decoration: none;
  color: var(--theme-deafult);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
a:hover {
  color: var(--theme-deafult);
  -webkit-transition: all 0.5s all;
  transition: all 0.5s all;
}
a:focus-visible {
  outline: none;
}

.btn {
  font-size: 14px;
}

*.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

p {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.7px;
}

code {
  color: var(--theme-deafult) !important;
  border-radius: 2px;
  text-transform: lowercase;
}

span {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.d-flex .flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

blockquote {
  border-left: 4px solid #6f5a99;
  padding: 18px;
}
[dir=rtl] blockquote {
  border-left: unset;
  border-right: 4px solid #6f5a99;
}

.figure.text-center blockquote {
  border: none !important;
}
.figure.text-end blockquote {
  border-left: none;
  border-right: 4px solid #6f5a99;
  border-right-color: #D77748;
}
[dir=rtl] .figure.text-end blockquote {
  border-right: unset;
  border-left: 4px solid #6f5a99 !important;
  border-left-color: #D77748 !important;
}

.row > div {
  position: relative;
}

:focus {
  outline-color: var(--theme-deafult);
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

svg {
  vertical-align: baseline;
}

input:focus {
  outline-color: transparent;
}

label {
  margin-bottom: 0.5rem;
}

.media-widgets .flex-grow-1 {
  margin-bottom: 30px;
}

.typography h1,
.typography .h1,
.typography h2,
.typography .h2,
.typography h3,
.typography .h3,
.typography h4,
.typography .h4,
.typography h5,
.typography .h5,
.typography h6,
.typography .h6 {
  margin: 18px 0;
  margin-top: 0;
}
.typography h1:last-child,
.typography .h1:last-child,
.typography h2:last-child,
.typography .h2:last-child,
.typography h3:last-child,
.typography .h3:last-child,
.typography h4:last-child,
.typography .h4:last-child,
.typography h5:last-child,
.typography .h5:last-child,
.typography h6:last-child,
.typography .h6:last-child {
  margin-bottom: 0;
}
.typography small {
  padding-left: 10px;
  color: #2c323f;
}

pre {
  background-color: rgba(111, 90, 153, 0.03);
  padding: 20px 0;
}

.owl-theme .owl-dots .owl-dot span {
  background: #a597c2;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--theme-deafult);
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: -10px;
  margin-top: 25px;
}

.click2edit ~ .note-editor.note-frame {
  margin-bottom: 30px;
}

.note-editor.note-frame {
  border-color: #f4f4f4;
}
.note-editor.fullscreen .note-toolbar-wrapper {
  height: 0 !important;
}

.note-editor.note-frame {
  border-color: #f4f4f4;
}

.modal .modal-body .card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modal-dialog .modal-content .modal-body p a {
  margin-right: 0;
}

.notify-alert .close {
  color: #fff;
}
[dir=rtl] .notify-alert .close {
  right: unset !important;
  left: 10px !important;
}
.notify-alert.alert-light .close {
  color: #3D434A;
}

.alert-theme button {
  top: 45px !important;
  right: 20px !important;
  color: var(--theme-deafult);
}
[dir=rtl] .alert-theme button {
  right: unset !important;
  left: 20px !important;
}
.alert-theme span + span + span {
  background-color: #fff;
  color: var(--theme-deafult);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 14px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 14px -3px rgba(0, 0, 0, 0.2);
}
.alert-theme .close {
  color: var(--theme-deafult);
}
.alert-theme i {
  padding: 20px;
  padding-right: 0 !important;
  margin-right: 20px !important;
}
.alert-theme .progress {
  margin-top: -2px !important;
  height: 2px;
  width: 100%;
}
.alert-theme .progress .progress-bar {
  background-color: var(--theme-deafult);
}

.alert-copy {
  border: 1px dashed var(--theme-deafult);
  line-height: 1;
  display: inline-block;
  width: 300px;
  color: #fff;
  background-color: var(--theme-deafult);
}
.alert-copy .close {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  line-height: 1.4;
  font-weight: 100;
  top: -15px;
}
[dir=rtl] .alert-copy .close {
  right: unset !important;
  left: 10px !important;
}
.alert-copy .close:focus {
  outline: none;
}

.ace-editor {
  height: 400px;
  width: 100%;
}

.editor-toolbar {
  width: 100% !important;
}
.editor-toolbar.fullscreen {
  z-index: 100;
}

.CodeMirror {
  top: 0 !important;
}

.CodeMirror-fullscreen {
  top: 50px !important;
}

.irs-from,
.irs-to,
.irs-single {
  background: var(--theme-deafult);
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
  border-top-color: var(--theme-deafult);
}

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge {
  background-color: var(--theme-deafult);
}

.swal-button {
  background-color: var(--theme-deafult);
}
.swal-button:active {
  background-color: #635189;
}

.swal-button--cancel {
  background-color: #EFEFEE !important;
}

.clipboaard-container h6 {
  line-height: 1.6;
  font-size: 14px;
}

fieldset .bootstrap-touchspin-postfix,
fieldset .bootstrap-touchspin-prefix {
  border-radius: 0;
  padding: 0.4rem 0.75rem;
}
fieldset .input-group-lg .touchspin {
  height: 50px;
}

.f1 .f1-steps .f1-step .f1-step-icon {
  padding: 12px;
}

.form-inline .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-text i {
  line-height: 1.5;
}

.animated-modal .form-select {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.card-wrapper {
  padding: 14px;
}
.card-wrapper dl dt {
  font-weight: 500;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #f1e6f5 #ffffff;
}

table tbody tr {
  vertical-align: middle;
}

.common-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.typography-table thead tr th {
  font-size: 16px;
}
.typography-table tbody tr td:last-child {
  min-width: 280px;
}
.typography-table tbody tr td:first-child {
  min-width: 100px;
}

/**=====================
    1.2 Typography CSS Ends
==========================**/
/**=====================
  2.9 Buttons CSS start
==========================**/
.btn-link {
  color: var(--theme-deafult);
}

.purchase-btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(-18.33%, var(--theme-deafult)), color-stop(62.78%, #563EE0));
  background: linear-gradient(90deg, var(--theme-deafult) -18.33%, #563EE0 62.78%);
  padding: 12px 20px;
  min-width: 200px;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.purchase-btn:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(-18.33%, #563EE0), color-stop(62.78%, var(--theme-deafult)));
  background: linear-gradient(90deg, #563EE0 -18.33%, var(--theme-deafult) 62.78%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .purchase-btn {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .purchase-btn {
    min-width: 140px;
    padding: 10px 17px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .purchase-btn {
    font-size: 14px;
  }
}

.btn-light:not([disabled]):not(.disabled).active.active {
  color: #3D434A;
  background-color: #efefef !important;
}

.btn-primary-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#8471ab), color-stop(51%, #5c4b7f), to(#8471ab));
  background-image: linear-gradient(to right, #8471ab 0%, #5c4b7f 51%, #8471ab 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.btn-primary-gradien:focus, .btn-primary-gradien:active, .btn-primary-gradien.active {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  background-position: right center;
  background-image: -webkit-gradient(linear, left top, right top, from(#8471ab), color-stop(0%), color-stop(#5c4b7f), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, #8471ab, 0%, #5c4b7f, 100%, #fff) !important;
}

.btn-secondary-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#e7648f), color-stop(51%, #d9215d), to(#e7648f));
  background-image: linear-gradient(to right, #e7648f 0%, #d9215d 51%, #e7648f 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-secondary-gradien:hover, .btn-secondary-gradien:focus, .btn-secondary-gradien:active, .btn-secondary-gradien.active, .btn-secondary-gradien.hover {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  background-position: right center;
  background-image: -webkit-gradient(linear, left top, right top, from(#e7648f), color-stop(0%), color-stop(#d9215d), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, #e7648f, 0%, #d9215d, 100%, #fff) !important;
}

.btn-success-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#0da457), color-stop(51%, #07582f), to(#0da457));
  background-image: linear-gradient(to right, #0da457 0%, #07582f 51%, #0da457 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-success-gradien:hover, .btn-success-gradien:focus, .btn-success-gradien:active, .btn-success-gradien.active, .btn-success-gradien.hover {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  background-position: right center;
  background-image: -webkit-gradient(linear, left top, right top, from(#0da457), color-stop(0%), color-stop(#07582f), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, #0da457, 0%, #07582f, 100%, #fff) !important;
}

.btn-danger-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#e96565), color-stop(51%, #dd1f1f), to(#e96565));
  background-image: linear-gradient(to right, #e96565 0%, #dd1f1f 51%, #e96565 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-danger-gradien:hover, .btn-danger-gradien:focus, .btn-danger-gradien:active, .btn-danger-gradien.active, .btn-danger-gradien.hover {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  background-position: right center;
  background-image: -webkit-gradient(linear, left top, right top, from(#e96565), color-stop(0%), color-stop(#dd1f1f), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, #e96565, 0%, #dd1f1f, 100%, #fff) !important;
}

.btn-warning-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#de9069), color-stop(51%, #ca602c), to(#de9069));
  background-image: linear-gradient(to right, #de9069 0%, #ca602c 51%, #de9069 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-warning-gradien:hover, .btn-warning-gradien:focus, .btn-warning-gradien:active, .btn-warning-gradien.active, .btn-warning-gradien.hover {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  background-position: right center;
  background-image: -webkit-gradient(linear, left top, right top, from(#de9069), color-stop(0%), color-stop(#ca602c), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, #de9069, 0%, #ca602c, 100%, #fff) !important;
}

.btn-info-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#1d7dd2), color-stop(51%, #13538a), to(#1d7dd2));
  background-image: linear-gradient(to right, #1d7dd2 0%, #13538a 51%, #1d7dd2 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-info-gradien:hover, .btn-info-gradien:focus, .btn-info-gradien:active, .btn-info-gradien.active, .btn-info-gradien.hover {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  background-position: right center;
  background-image: -webkit-gradient(linear, left top, right top, from(#1d7dd2), color-stop(0%), color-stop(#13538a), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, #1d7dd2, 0%, #13538a, 100%, #fff) !important;
}

.btn-light-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(51%, #e0e0e0), to(white));
  background-image: linear-gradient(to right, white 0%, #e0e0e0 51%, white 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-light-gradien:hover, .btn-light-gradien:focus, .btn-light-gradien:active, .btn-light-gradien.active, .btn-light-gradien.hover {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  background-position: right center;
  background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(0%), color-stop(#e0e0e0), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, white, 0%, #e0e0e0, 100%, #fff) !important;
}

.btn-dark-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(#3d4557), color-stop(51%, #1b1f27), to(#3d4557));
  background-image: linear-gradient(to right, #3d4557 0%, #1b1f27 51%, #3d4557 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-dark-gradien:hover, .btn-dark-gradien:focus, .btn-dark-gradien:active, .btn-dark-gradien.active, .btn-dark-gradien.hover {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  background-position: right center;
  background-image: -webkit-gradient(linear, left top, right top, from(#3d4557), color-stop(0%), color-stop(#1b1f27), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, #3d4557, 0%, #1b1f27, 100%, #fff) !important;
}

.btn {
  padding: 0.375rem 1.75rem;
}
.btn.bg-light-primary:hover {
  background: #6f5a99 !important;
  color: #fff !important;
}
.btn.bg-light-secondary:hover {
  background: #e24175 !important;
  color: #fff !important;
}
.btn.bg-light-warning:hover {
  background: #D77748 !important;
  color: #fff !important;
}
.btn.bg-light-tertiary:hover {
  background: #1669A3 !important;
  color: #fff !important;
}

.btn-lg {
  font-size: 18px;
}

.btn-sm {
  font-size: 12px;
}

.btn-xs {
  padding: 0.05rem 0.4rem;
  font-size: 11px;
}

.large-btn {
  margin-bottom: -20px;
}
.large-btn .btn {
  margin-right: 5px;
  margin-bottom: 15px;
}

.btn-outline-white {
  border: 1px dashed #fff;
  color: #fff;
}
.btn-outline-white:hover, .btn-outline-white:focus {
  background: #fff;
}

.btn-air-primary {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-primary:hover, .btn-air-primary:active, .btn-air-primary:not([disabled]):not(.disabled):active {
  background-color: #584779;
  border-color: #584779;
}

.input-air-primary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(111, 90, 153, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(111, 90, 153, 0.1) !important;
}
.input-air-primary:focus {
  border-color: #6f5a99;
}

.btn-air-secondary {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-secondary:hover, .btn-air-secondary:active, .btn-air-secondary:not([disabled]):not(.disabled):active {
  background-color: #d02059;
  border-color: #d02059;
}

.input-air-secondary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(226, 65, 117, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(226, 65, 117, 0.1) !important;
}
.input-air-secondary:focus {
  border-color: #e24175;
}

.btn-air-success {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-success:hover, .btn-air-success:active, .btn-air-success:not([disabled]):not(.disabled):active {
  background-color: #064f2a;
  border-color: #064f2a;
}

.input-air-success {
  -webkit-box-shadow: 0 3px 5px 1px rgba(10, 126, 67, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(10, 126, 67, 0.1) !important;
}
.input-air-success:focus {
  border-color: #0a7e43;
}

.btn-air-danger {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-danger:hover, .btn-air-danger:active, .btn-air-danger:not([disabled]):not(.disabled):active {
  background-color: #d41e1e;
  border-color: #d41e1e;
}

.input-air-danger {
  -webkit-box-shadow: 0 3px 5px 1px rgba(228, 65, 65, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(228, 65, 65, 0.1) !important;
}
.input-air-danger:focus {
  border-color: #E44141;
}

.btn-air-tertiary {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-tertiary:hover, .btn-air-tertiary:active, .btn-air-tertiary:not([disabled]):not(.disabled):active {
  background-color: #104c76;
  border-color: #104c76;
}

.input-air-tertiary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(22, 105, 163, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(22, 105, 163, 0.1) !important;
}
.input-air-tertiary:focus {
  border-color: #1669A3;
}

.btn-air-info {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-info:hover, .btn-air-info:active, .btn-air-info:not([disabled]):not(.disabled):active {
  background-color: #124d81;
  border-color: #124d81;
}

.input-air-info {
  -webkit-box-shadow: 0 3px 5px 1px rgba(24, 104, 174, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(24, 104, 174, 0.1) !important;
}
.input-air-info:focus {
  border-color: #1868ae;
}

.btn-air-light {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-light:hover, .btn-air-light:active, .btn-air-light:not([disabled]):not(.disabled):active {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}

.input-air-light {
  -webkit-box-shadow: 0 3px 5px 1px rgba(244, 244, 244, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(244, 244, 244, 0.1) !important;
}
.input-air-light:focus {
  border-color: #f4f4f4;
}

.btn-air-dark {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-dark:hover, .btn-air-dark:active, .btn-air-dark:not([disabled]):not(.disabled):active {
  background-color: #171a21;
  border-color: #171a21;
}

.input-air-dark {
  -webkit-box-shadow: 0 3px 5px 1px rgba(44, 50, 63, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(44, 50, 63, 0.1) !important;
}
.input-air-dark:focus {
  border-color: #2c323f;
}

.btn-air-warning {
  -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
          box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-warning:hover, .btn-air-warning:active, .btn-air-warning:not([disabled]):not(.disabled):active {
  background-color: #c25c2a;
  border-color: #c25c2a;
}

.input-air-warning {
  -webkit-box-shadow: 0 3px 5px 1px rgba(215, 119, 72, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(215, 119, 72, 0.1) !important;
}
.input-air-warning:focus {
  border-color: #D77748;
}

.btn-gradient {
  color: #fff !important;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 5px;
  background: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%);
  letter-spacing: 0.06rem;
}
.btn-gradient:hover {
  background-size: 100% !important;
}

.btn-warning {
  color: #fff;
}
.btn-warning:hover, .btn-warning.disabled {
  color: #fff;
}

[class*=-gradien]:hover {
  background-size: 50% 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.btn-square {
  border-radius: 0px;
}

.btn-pill {
  border-radius: 60px;
}

.btn-group-pill .btn:first-child {
  border-radius: 60px 0 0 60px;
}
.btn-group-pill .btn:last-child {
  border-radius: 0 60px 60px 0;
}

.btn-group-square .btn:first-child {
  border-radius: 0px 0 0 0px;
}
.btn-group-square .btn:last-child {
  border-radius: 0 0px 0px 0;
}

.btn-showcase {
  margin-bottom: -10px;
}
.btn-showcase .btn {
  margin-bottom: 10px;
  margin-right: 10px;
}

.btn-dropdown-showcase {
  margin-bottom: -10px;
}
.btn-dropdown-showcase .dropdown {
  margin-bottom: 10px;
  margin-right: 18px;
}
.btn-dropdown-showcase .btn-group {
  margin-bottom: 10px;
  margin-right: 18px;
}

.btn-group .radio label::before {
  top: 2px;
}
.btn-group .radio label::after {
  top: 7px;
}
.btn-group .checkbox label {
  margin-top: 3px;
}

.btn-group-showcase > div {
  margin-bottom: -20px;
}
.btn-group-showcase > div label {
  margin-bottom: 0;
}
.btn-group-showcase .btn-group {
  margin-right: 20px;
  margin-bottom: 20px;
}
.btn-group-showcase .checkbox input[type=checkbox] {
  display: none;
}
.btn-group-showcase .radio input[type=radio] {
  display: none;
}

.tooltiptext {
  visibility: visible;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: dashed;
  border-color: #555 transparent transparent transparent;
}

.card-header-right-icon .btn.badge-light-primary:hover {
  color: var(--white);
}

/**=====================
    2.9 Buttons CSS end
==========================**/
/**=====================
    3.26 Landing CSS Start
==========================**/
/* MESH LOADER */
::-moz-selection {
  background-color: #6f5a99;
  color: #fff;
}
::selection {
  background-color: #6f5a99;
  color: #fff;
}

::-moz-selection {
  background-color: #6f5a99;
  color: #fff;
}

@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/* #Progress
================================================== */
.blok:nth-of-type(odd) {
  background-color: #fff;
}
.blok:nth-of-type(even) {
  background-color: #6f5a99;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(111, 90, 153, 0.1);
          box-shadow: inset 0 0 0 2px rgba(111, 90, 153, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  font-weight: 600;
  content: "\f106";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #6f5a99;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f106";
  font-weight: 600;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #6f5a99;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: rgba(111, 90, 153, 0.4);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes mesh {
  0% {
    -webkit-transform-origin: 50% -100%;
            transform-origin: 50% -100%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform-origin: 50% -100%;
            transform-origin: 50% -100%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  50.1% {
    -webkit-transform-origin: 50% 200%;
            transform-origin: 50% 200%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 200%;
            transform-origin: 50% 200%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes mesh {
  0% {
    -webkit-transform-origin: 50% -100%;
            transform-origin: 50% -100%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform-origin: 50% -100%;
            transform-origin: 50% -100%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  50.1% {
    -webkit-transform-origin: 50% 200%;
            transform-origin: 50% 200%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 200%;
            transform-origin: 50% 200%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mesh-loader {
  overflow: hidden;
  height: inherit;
  width: inherit;
}
.mesh-loader .circle {
  position: absolute;
  background: #6f5a99;
  border-radius: 50%;
  margin: -3px;
  -webkit-animation: mesh 3s ease-in-out infinite -1.5s;
          animation: mesh 3s ease-in-out infinite -1.5s;
  width: 6px;
  height: 6px;
}
.mesh-loader > div .circle:last-child {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.mesh-loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
}
.mesh-loader > div:last-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.d-flex .flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@-webkit-keyframes animloader14 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes animloader14 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
section .title {
  margin-bottom: 35px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section .title h5 {
  font-family: "Caveat", cursive;
  font-size: calc(18px + 8 * (100vw - 300px) / 1620);
  font-weight: 700;
  color: #D77748;
  line-height: 0.9;
  margin-bottom: 6px !important;
}
section .title h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  section .title h2 {
    font-size: 24px;
  }
}
section .title p {
  color: #8D8D8D;
  font-weight: 500;
  width: 78%;
  margin: 0 auto;
}

.landing-page {
  color: #3D434A;
}
.landing-page .accordion-item {
  border: none;
}
.landing-page .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.animate-slider .slick-slide img {
  width: 100%;
}

.f-light {
  color: #52526C;
  opacity: 0.8;
}

.rating-title {
  font-size: calc(14px + 6 * (100vw - 300px) / 1620);
  font-weight: normal;
}

.layout h5 {
  margin-bottom: 10px;
  opacity: 0.8;
  letter-spacing: 1.2px;
}
.layout .btn {
  padding: 0.15rem 0.5rem;
}

.common-card {
  background: #FCFCFD;
  border: 2px dashed #fff;
  -webkit-box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
          box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  border-radius: 10px;
}

.boxed {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20.35%, rgba(122, 112, 186, 0.1)), color-stop(50%, rgba(72, 163, 215, 0.1)), to(rgba(201, 94, 158, 0.1)));
  background-image: linear-gradient(90deg, rgba(122, 112, 186, 0.1) 20.35%, rgba(72, 163, 215, 0.1) 50%, rgba(201, 94, 158, 0.1) 100%);
}

.faq-section {
  background-image: url(../images/landing/bg-1.png);
  background-size: cover;
}
.faq-section .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  margin-bottom: 40px;
}
.faq-section .d-flex:last-child {
  margin-bottom: 0px;
}
.faq-section .d-flex .flex-shrink-0 {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: rgba(30, 34, 40, 0.02) 0 2px 1px, rgba(30, 34, 40, 0.02) 0 4px 2px, rgba(30, 34, 40, 0.02) 0 8px 4px, rgba(30, 34, 40, 0.02) 0 16px 8px, rgba(30, 34, 40, 0.03) 0 32px 16px;
          box-shadow: rgba(30, 34, 40, 0.02) 0 2px 1px, rgba(30, 34, 40, 0.02) 0 4px 2px, rgba(30, 34, 40, 0.02) 0 8px 4px, rgba(30, 34, 40, 0.02) 0 16px 8px, rgba(30, 34, 40, 0.03) 0 32px 16px;
}
.faq-section .d-flex .flex-grow-1 {
  text-align: start;
}
.faq-section .d-flex .flex-grow-1 h3 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #3D434A;
}
.faq-section .d-flex .flex-grow-1 p {
  font-weight: 500;
  color: #8D8D8D;
}
@media (max-width: 991px) {
  .faq-section .faq-img {
    padding-top: 30px;
  }
}
.faq-section .faq-img img {
  position: relative;
  margin-top: -52px;
  margin-bottom: -34px;
}
@media (max-width: 767px) {
  .faq-section .faq-img img {
    margin: -20px 0;
  }
}
@media (max-width: 480px) {
  .faq-section .faq-img img {
    margin-bottom: -10px;
  }
}
.faq-section .faq-img .faq-bg {
  position: absolute;
  bottom: -182px;
  right: -144px;
  z-index: -1;
}
@media (max-width: 1660px) {
  .faq-section .faq-img .faq-bg {
    display: none;
  }
}

.demo-section .demo-box {
  background-image: linear-gradient(45deg, rgba(122, 112, 186, 0.12) 20.35%, rgba(72, 163, 215, 0.1) 50%, rgba(201, 94, 158, 0.12) 100%);
  padding: 20px;
  border-radius: 20px;
  -webkit-transition: all;
  transition: all;
}
.demo-section .demo-box .demo-title {
  padding-top: 20px;
  text-align: center;
}
.demo-section .demo-box .demo-title .btn {
  text-transform: capitalize;
}
.demo-section .demo-box .img-wrraper {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.demo-section .demo-box .img-wrraper img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.demo-section .demo-box:hover {
  background-image: linear-gradient(45deg, rgba(201, 94, 158, 0.12) 20.35%, rgba(122, 112, 186, 0.1) 50%, rgba(72, 163, 215, 0.12) 100%);
}
.demo-section .demo-box:hover .img-wrraper img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.demo-section .demo-block {
  margin-bottom: -30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.demo-section .demo-block > div {
  margin-bottom: 30px;
}

.landing-footer {
  background-image: url(../images/landing/home-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #170F28;
  background-blend-mode: luminosity;
}
.landing-footer .footer-contain {
  text-align: center;
}
.landing-footer .footer-contain img {
  margin-bottom: 5px;
}
.landing-footer .footer-contain h2 {
  font-size: calc(18px + 17 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #fff;
}
.landing-footer .footer-contain .star-rate {
  margin-bottom: 40px;
}
.landing-footer .footer-contain .star-rate li {
  display: inline-block;
}
.landing-footer .footer-contain .star-rate li i {
  font-size: calc(16px + 14 * (100vw - 320px) / 1600);
}
.landing-footer .footer-contain .btn-footer a {
  margin-top: 8px;
}
.landing-footer .footer-contain .btn-footer a:nth-child(n+2) {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .landing-home .landing-footer .footer-contain img {
    height: 100px;
  }
  .landing-home .landing-footer .footer-contain .star-rate {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .landing-home .landing-footer .footer-contain img {
    height: 80px;
    margin-bottom: 10px;
  }
  .landing-home .landing-footer .footer-contain h2 {
    margin-bottom: 5px;
  }
  .landing-home .landing-footer .footer-contain p {
    margin-bottom: 10px;
  }
  .landing-home .landing-footer .footer-contain .star-rate {
    margin-bottom: 25px;
  }
  .landing-home .landing-footer .footer-contain .btn-footer .btn {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .landing-home .landing-footer .footer-contain .star-rate {
    margin-bottom: 20px;
  }
  .landing-home .landing-footer .footer-contain img {
    height: 60px;
  }
  .landing-home .landing-footer .footer-contain .btn-footer a:nth-child(n+2) {
    margin-left: 5px;
  }
  .landing-home .landing-footer .footer-contain .btn-footer a:last-child {
    margin-top: 10px;
  }
  .landing-home .landing-footer .footer-contain .btn-footer .btn {
    padding: 10px 15px;
  }
}
@media (max-width: 410px) {
  .landing-home .landing-footer .footer-contain .btn-footer a:last-child {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .landing-home .demo-section .demo-block {
    margin-bottom: -20px;
  }
  .landing-home .demo-section .demo-block > div {
    margin-bottom: 20px;
  }
  .landing-home .demo-section .demo-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .landing-home .demo-section .demo-box .img-wrraper ul.demo-link li:nth-child(n+2) {
    margin-left: 5px;
  }
  .landing-home .demo-section .demo-box .img-wrraper ul.demo-link li a {
    font-size: 10px;
  }
  .landing-home .demo-section .demo-box .demo-title h3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .landing-home .demo-block .demo-box {
    margin: 0 15px;
  }
}
@media (max-width: 450px) {
  .landing-home .demo-block .demo-box {
    margin: 0 12px;
  }
}
@media (max-width: 405px) {
  .demo-block .demo-box {
    margin: 0 12px;
  }
}
.customer-wrap {
  position: relative;
}
.customer-wrap .line {
  position: absolute;
  top: 30%;
  z-index: -1;
  -webkit-animation: bounce-effect 3s infinite ease-in;
          animation: bounce-effect 3s infinite ease-in;
}
@media (max-width: 1400px) {
  .customer-wrap .line {
    width: 1000px;
    left: 42px;
  }
}
@media (max-width: 1199px) {
  .customer-wrap .line {
    width: 600px;
    left: 190px;
  }
}
@media (max-width: 991px) {
  .customer-wrap .line {
    width: 472px;
    left: 125px;
  }
}
@media (max-width: 767px) {
  .customer-wrap .line {
    display: none;
  }
}
.customer-wrap .col-md-3.col-6:nth-child(odd) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .customer-wrap .col-md-3.col-6:nth-child(odd) {
    margin-bottom: 0px;
  }
}
.customer-wrap .col-md-3.col-6:nth-child(even) {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .customer-wrap .col-md-3.col-6:nth-child(even) {
    margin-top: 0px;
  }
}

.customer-box {
  position: relative;
  background-color: #f7f7f7;
  text-align: center;
  padding: 40px 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 33px rgba(119, 119, 119, 0.25);
          box-shadow: 0px 0px 33px rgba(119, 119, 119, 0.25);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.customer-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #6f5a99;
}
.customer-box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.customer-box:hover::before {
  height: 100%;
}
.customer-box:hover h6 {
  color: #fff;
}
.customer-box h6 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .customer-box {
    padding: 40px 35px;
  }
}
@media (max-width: 1199px) {
  .customer-box {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .customer-box {
    padding: 17px 13px;
  }
}
@media (max-width: 575px) {
  .customer-box {
    -webkit-box-shadow: 12px 12px 12px rgba(119, 119, 119, 0.25);
            box-shadow: 12px 12px 12px rgba(119, 119, 119, 0.25);
  }
}
.customer-box img {
  height: 70px;
  width: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .customer-box img {
    height: 50px;
  }
}

.customer-wrapper {
  position: relative;
}

.customer-wrap {
  margin-bottom: -11px;
}
@media (max-width: 1199px) {
  .customer-wrap {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .customer-wrap {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .customer-wrap {
    margin: -12px;
  }
}
.customer-wrap > div {
  padding: 0 28px;
}
@media (max-width: 1199px) {
  .customer-wrap > div {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .customer-wrap > div {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .customer-wrap > div {
    padding: 12px;
  }
}
@media (max-width: 1199px) {
  .customer-wrap > div:last-child .outline-box {
    width: 100%;
  }
}

.framework-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FCFCFD;
  border: 2px dashed #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(46, 35, 94, 0.12);
          box-shadow: 0px 5px 20px rgba(46, 35, 94, 0.12);
  border-radius: 10px;
  padding: 18px 16px;
  gap: 16px;
  margin-left: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.framework-box::after {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: 47px;
  border-bottom: 1px dashed rgba(0, 2, 72, 0.2);
  right: -1px;
  border-right: 1px dashed rgba(0, 2, 72, 0.2);
  border-left: 1px dashed rgba(0, 2, 72, 0.2);
  border-radius: 10px;
  top: 81px;
  bottom: 0px;
}
@media (max-width: 1400px) {
  .framework-box::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .framework-box::after {
    display: none;
  }
}
.framework-box .frame-icon {
  position: relative;
  min-width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -32px;
  margin-top: -100px;
}
@media (max-width: 575px) {
  .framework-box .frame-icon {
    min-width: 52px;
    height: 52px;
  }
}
.framework-box .frame-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: 3px 4px 5px rgba(46, 35, 94, 0.11), inset 3px 0px 1px rgba(204, 204, 215, 0.5);
          box-shadow: 3px 4px 5px rgba(46, 35, 94, 0.11), inset 3px 0px 1px rgba(204, 204, 215, 0.5);
  border-radius: 100%;
}
.framework-box .frame-icon img {
  width: 30px;
  height: 30px;
}
@media (max-width: 575px) {
  .framework-box .frame-icon img {
    width: 25px;
    height: 25px;
  }
}
.framework-box .frame-details {
  position: relative;
  text-align: left;
}
.framework-box .frame-details h5 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.framework-box .frame-details p {
  opacity: 0.7;
  margin-bottom: 0;
}
.framework-box .frame-details::before, .framework-box .frame-details::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #FEFEFF;
  border: 1px dashed rgba(0, 2, 72, 0.2);
  border-radius: 100%;
  right: 17px;
}
@media (max-width: 1400px) {
  .framework-box .frame-details::before, .framework-box .frame-details::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .framework-box .frame-details::before, .framework-box .frame-details::after {
    display: none;
  }
}
.framework-box .frame-details::before {
  top: 60px;
  right: -20px;
}
.framework-box .frame-details::after {
  bottom: 19px;
  left: -60px;
}
@media (min-width: 576px) {
  .framework-box:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.framework-box:hover .frame-icon::before {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.framework-box:hover .frame-details h5 {
  color: var(--theme-deafult);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.customization-wrap .landing-title p {
  width: 100%;
}

.sub-title {
  font-size: calc(18px + 8 * (100vw - 300px) / 1620);
  font-family: "Caveat", cursive;
  font-weight: 700;
  color: #1669A3;
}

.rotate-title {
  color: #FF5A82;
}

.landing-home {
  scroll-behavior: smooth;
  overflow: hidden;
  background-color: #fff;
}
.landing-home .home-bg ul li {
  position: absolute;
}
.landing-home .home-bg ul li:first-child {
  top: 26%;
  left: 43%;
  -webkit-animation: bounce-effect 3s infinite ease-in;
          animation: bounce-effect 3s infinite ease-in;
}
.landing-home .home-bg ul li:nth-child(2) {
  bottom: 19%;
  left: 36%;
  -webkit-animation: rounded 1.5s infinite linear;
          animation: rounded 1.5s infinite linear;
}
.landing-home .home-bg ul li:nth-child(3) {
  top: 4%;
  right: 24%;
  -webkit-animation: rounded 2s infinite linear;
          animation: rounded 2s infinite linear;
}
.landing-home .home-bg ul li:nth-child(4) {
  bottom: 6%;
  left: 21%;
}
.landing-home .home-bg ul li:nth-child(5) {
  top: 12%;
  left: 15%;
}
.landing-home .home-bg ul li:last-child {
  bottom: 4%;
  right: 10%;
  -webkit-animation: bounce-effect 2s infinite ease-in;
          animation: bounce-effect 2s infinite ease-in;
}
.landing-home .home-bg .home-text {
  padding: 0 94px 0 119px;
}
@media (max-width: 1830px) {
  .landing-home .home-bg .home-text {
    padding: 0px 75px 0 90px;
  }
}
@media (max-width: 1400px) {
  .landing-home .home-bg .home-text {
    padding: 0px 50px 0 63px;
  }
}
@media (max-width: 1200px) {
  .landing-home .home-bg .home-text {
    padding: 0px 28px 0 30px;
  }
}
@media (max-width: 578px) {
  .landing-home .home-bg .home-text {
    padding: 0px 15px 0 15px;
  }
}
.landing-home .home-bg .home-text .main-title {
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(72, 164, 215, 0.4)), to(rgba(72, 164, 215, 0)));
  background: linear-gradient(90deg, rgba(72, 164, 215, 0.4) 0%, rgba(72, 164, 215, 0) 100%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 8px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
.landing-home .home-bg .home-text .main-title .d-flex .flex-grow-1 p {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  color: #e24175;
  font-weight: 500;
}
@media (max-width: 388px) {
  .landing-home .home-bg .home-text .main-title .d-flex .flex-grow-1 p {
    font-size: 13px;
  }
}
.landing-home .home-bg .home-text h2 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: calc(23px + 45 * (100vw - 768px) / 1152);
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .landing-home .home-bg .home-text h2 {
    font-size: 38px;
  }
}
@media (max-width: 672px) {
  .landing-home .home-bg .home-text h2 {
    font-size: 31px;
  }
}
@media (max-width: 578px) {
  .landing-home .home-bg .home-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 342px) {
  .landing-home .home-bg .home-text h2 {
    font-size: 28px;
  }
}
.landing-home .home-bg .home-text h2 span {
  padding-right: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(20.35%, #6f5a99), color-stop(50%, #e24175), to(#1669A3));
  background: linear-gradient(90deg, #6f5a99 20.35%, #e24175 50%, #1669A3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-home .home-bg .home-text h2 .line-text {
  position: absolute;
  top: 56%;
  left: 50%;
  z-index: -1;
  -webkit-animation: arrowsvg 3s infinite;
          animation: arrowsvg 3s infinite;
}
@media (max-width: 1830px) {
  .landing-home .home-bg .home-text h2 .line-text {
    left: 44%;
  }
}
@media (max-width: 1532px) {
  .landing-home .home-bg .home-text h2 .line-text {
    width: 174px;
    top: 58%;
  }
}
@media (max-width: 1400px) {
  .landing-home .home-bg .home-text h2 .line-text {
    width: 129px;
  }
}
@media (max-width: 1199px) {
  .landing-home .home-bg .home-text h2 .line-text {
    left: 36%;
    width: 122px;
  }
}
@media (max-width: 991px) {
  .landing-home .home-bg .home-text h2 .line-text {
    left: 0%;
    width: 98px;
    top: 88%;
  }
}
@media (max-width: 892px) {
  .landing-home .home-bg .home-text h2 .line-text {
    width: 68px;
  }
}
@media (max-width: 892px) {
  .landing-home .home-bg .home-text h2 .line-text {
    width: 104px;
  }
}
@media (max-width: 479px) {
  .landing-home .home-bg .home-text h2 .line-text {
    display: none;
  }
}
.landing-home .home-bg .home-text p {
  font-size: 17px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 34px;
}
.landing-home .home-bg .home-text .docutment-button a svg {
  fill: #fff !important;
  margin-right: 6px;
  vertical-align: -4px;
  height: 20px;
  width: 20px;
}
.landing-home .home-bg .home-text .docutment-button a:first-child {
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-right: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.landing-home .home-bg .home-text .docutment-button a:first-child:hover {
  color: #fff !important;
}
.landing-home .home-bg .home-text .docutment-button a:last-child {
  padding: 10px 13px;
}
.landing-home .home-bg .home-screen {
  position: relative;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .landing-home .home-bg .home-screen {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .landing-home .home-bg .home-screen {
    display: none;
  }
}
.landing-home .home-bg .home-screen .screen-1 {
  -webkit-transform: rotate(-5.42deg);
          transform: rotate(-5.42deg);
}
.landing-home .home-bg .home-screen .screen-1 img {
  border: 5px solid #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 63px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 63px 0px rgba(0, 0, 0, 0.25);
}
.landing-home .home-bg .home-screen .screen-2 {
  position: absolute;
  top: 25px;
  right: 74px;
  -webkit-filter: drop-shadow(-13px 8px 41px rgba(42, 54, 80, 0.25));
          filter: drop-shadow(-13px 8px 41px rgba(42, 54, 80, 0.25));
  -webkit-transform: rotate(-5.42deg);
          transform: rotate(-5.42deg);
}
@media (max-width: 1820px) {
  .landing-home .home-bg .home-screen .screen-2 {
    right: 24px;
  }
}
@media (max-width: 1610px) {
  .landing-home .home-bg .home-screen .screen-2 {
    right: 63px;
    width: 236px;
  }
}
@media (max-width: 1400px) {
  .landing-home .home-bg .home-screen .screen-2 {
    right: 30px;
    width: 220px;
    top: 16px;
  }
}
@media (max-width: 1328px) {
  .landing-home .home-bg .home-screen .screen-2 {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .landing-home .home-bg .home-screen .screen-2 {
    width: 180px;
    right: 39px;
    top: 12px;
  }
}
@media (max-width: 991px) {
  .landing-home .home-bg .home-screen .screen-2 {
    left: -38px;
    top: -52px;
  }
}
@media (max-width: 870px) {
  .landing-home .home-bg .home-screen .screen-2 {
    left: -38px;
    top: -63px;
    width: 160px;
  }
}
.landing-home .home-bg .home-screen .screen-2 img {
  border-radius: 10px;
  -webkit-animation: bounce-effect 2s infinite ease-in;
          animation: bounce-effect 2s infinite ease-in;
}
.landing-home .home-bg .home-screen .screen-3 {
  position: absolute;
  bottom: -58px;
  left: 278px;
  -webkit-filter: drop-shadow(-32px -13px 41px rgba(42, 54, 80, 0.25));
          filter: drop-shadow(-32px -13px 41px rgba(42, 54, 80, 0.25));
  -webkit-transform: rotate(-5.42deg);
          transform: rotate(-5.42deg);
}
@media (max-width: 1610px) {
  .landing-home .home-bg .home-screen .screen-3 {
    width: 236px;
  }
}
@media (max-width: 1400px) {
  .landing-home .home-bg .home-screen .screen-3 {
    width: 220px;
  }
}
@media (max-width: 1328px) {
  .landing-home .home-bg .home-screen .screen-3 {
    width: 200px;
    bottom: -45px;
    left: 219px;
  }
}
@media (max-width: 1199px) {
  .landing-home .home-bg .home-screen .screen-3 {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .landing-home .home-bg .home-screen .screen-3 {
    bottom: -63px;
    left: 122px;
  }
}
@media (max-width: 870px) {
  .landing-home .home-bg .home-screen .screen-3 {
    bottom: -81px;
    left: 72px;
    width: 160px;
  }
}
.landing-home .home-bg .home-screen .screen-3 img {
  border-radius: 10px;
  -webkit-animation: bounce-effect 3s infinite ease-in;
          animation: bounce-effect 3s infinite ease-in;
}
.landing-home .sub-title {
  font-size: calc(18px + 12 * (100vw - 300px) / 1620);
}
.landing-home .content h1 {
  color: #fff;
  line-height: 1.2;
  font-size: calc(25px + 35 * (100vw - 300px) / 1620);
  text-transform: uppercase;
}
.landing-home .content h1 span {
  background: -webkit-gradient(linear, left top, right top, color-stop(20.35%, #FFB905), color-stop(50%, #6AEBAD)), -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF));
  background: linear-gradient(90deg, #FFB905 20.35%, #6AEBAD 50%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-home .content p {
  font-size: calc(14px + 4 * (100vw - 300px) / 1620);
  font-weight: 500;
  font-family: "Merriweather Sans", sans-serif;
  color: #fff;
  opacity: 0.8;
  width: 64%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .landing-home .content p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .landing-home .content p {
    width: 100%;
  }
}
.landing-home .content-title {
  position: relative;
  display: inline-block;
}
.landing-home .content-title .arrow-decore {
  position: absolute;
  left: -203px;
  top: -25px;
}
@media (max-width: 1660px) {
  .landing-home .content-title .arrow-decore {
    left: -166px;
    width: 150px;
  }
}
@media (max-width: 991px) {
  .landing-home .content-title .arrow-decore {
    left: -125px;
    width: 110px;
    top: -14px;
  }
}
@media (max-width: 575px) {
  .landing-home .content-title .arrow-decore {
    left: -61px;
    width: 60px;
    top: -4px;
  }
}
.landing-home .sticky-header header {
  background: #fff !important;
}
.landing-home .sticky-header header .nav-padding {
  padding: 16px 50px;
  background-color: rgba(111, 90, 153, 0.1);
}

@-webkit-keyframes animationtop {
  0% {
    -webkit-transform: translate(-10px, -5px);
            transform: translate(-10px, -5px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-10px, -5px);
            transform: translate(-10px, -5px);
  }
}

@keyframes animationtop {
  0% {
    -webkit-transform: translate(-10px, -5px);
            transform: translate(-10px, -5px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-10px, -5px);
            transform: translate(-10px, -5px);
  }
}
@-webkit-keyframes animationleft {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@keyframes animationleft {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.navbar {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar .navbar-toggler {
  margin-left: auto;
}

.navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 12px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-nav .nav-item .nav-link:hover {
  color: var(--theme-deafult) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.landing-page .navbar-expand-xl .navbar-collapse {
  background-color: transparent;
}
.landing-page .page-body-wrapper {
  min-height: 100vh;
  background: #eaf4ff;
  overflow: hidden;
}
.landing-page .buy-btn {
  font-size: 16px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 500;
  background: var(--theme-deafult);
  border-radius: 4px;
  padding: 12px 27px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .landing-page .buy-btn {
    padding: 10px 24px;
  }
}
@media (max-width: 767px) {
  .landing-page .buy-btn {
    padding: 9px 20px;
    font-size: 14px;
  }
}
.landing-page .buy-btn a {
  color: #fff;
  padding: 0;
}
.landing-page .navbar-nav .nav-item .nav-link {
  letter-spacing: 1.5px;
  color: #1F2F3E;
}
.landing-page .sticky-header header {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 100;
  left: 0;
  height: auto;
}
.landing-page .sticky-header header.sticky {
  margin-top: 0;
}
.landing-page .sticky-header header.sticky .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  padding: 16px 15px;
}
@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes up-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.navbar-expand-xl .navbar-brand {
  padding-left: 18px;
}
.navbar-expand-xl .navbar-collapse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fff;
}

.section-space {
  position: relative;
  padding: 80px 0;
  text-align: center;
}
.section-space p {
  font-size: 15px;
  line-height: 1.5;
}

.landing-main-title {
  margin-bottom: 30px;
}

.bottom-section-grad {
  position: relative;
}
.bottom-section-grad::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-3.32%, #EDF7FF), color-stop(144.14%, rgba(227, 242, 255, 0)));
  background: linear-gradient(180deg, #EDF7FF -3.32%, rgba(227, 242, 255, 0) 144.14%);
  opacity: 0.7;
  height: 100%;
  width: 100%;
}

.pricing-box {
  background: rgba(243, 245, 245, 0.5);
  border: 2px dashed #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
.pricing-box img {
  width: 23px;
  height: 22px;
}
@media (max-width: 767px) {
  .pricing-box {
    padding: 20px 15px;
  }
}
.pricing-box p {
  color: #52526C;
}
.pricing-box h4 {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .pricing-box h4 {
    margin-bottom: 15px;
  }
}
.pricing-box p {
  line-height: 1.5;
}
.pricing-box .purchase-details {
  background: #FCFCFD;
  border: 2px dashed #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(46, 35, 94, 0.05);
          box-shadow: 0px 4px 20px rgba(46, 35, 94, 0.05);
  border-radius: 10px;
  padding: 24px 40px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .pricing-box .purchase-details {
    padding: 24px 20px;
  }
}
.pricing-box .purchase-details h2 {
  margin-bottom: 14px;
}
.pricing-box .purchase-details .btn-lg {
  font-weight: 500;
  padding: 12px 20px;
  width: 100%;
  min-width: auto;
}
@media (max-width: 1199px) {
  .pricing-box .purchase-details .btn-lg {
    padding: 12px 10px;
    font-size: 15px;
  }
}

.license-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .license-list {
    gap: 10px;
  }
}
.license-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: 10px;
}
@media (max-width: 991px) {
  .license-list li {
    gap: 5px;
  }
}
@media (max-width: 575px) {
  .license-list li img {
    width: 18px;
    height: 18px;
  }
}
.license-list li h6 {
  font-weight: normal;
  margin-bottom: 0;
}

.feature-section .feature-box {
  padding: 35px 40px 30px;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 5px 20px rgba(46, 35, 94, 0.12);
          box-shadow: 0px 5px 20px rgba(46, 35, 94, 0.12);
  margin: 40px 0 0px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.feature-section .feature-box:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(111, 90, 153, 0.2)), to(rgba(233, 247, 255, 0.1)));
  background: linear-gradient(180deg, rgba(111, 90, 153, 0.2) 0%, rgba(233, 247, 255, 0.1) 100%);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.feature-section .feature-box:hover .feature-icon::before {
  opacity: 1;
}
.feature-section .feature-box:hover .feature-icon:after {
  opacity: 0;
}
.feature-section .feature-box:hover .feature-icon svg {
  color: #fff;
}
.feature-section .feature-box .feature-icon {
  width: 75px;
  height: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -80px auto 7px;
}
.feature-section .feature-box .feature-icon .feather {
  z-index: 1;
  position: relative;
  color: #6f5a99;
}
.feature-section .feature-box .feature-icon:after {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-repeat: no-repeat;
  background-position: center 2px;
  background-image: url(../images/landing/feature-icon/1.png);
}
.feature-section .feature-box .feature-icon:before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-repeat: no-repeat;
  background-position: center 2px;
  background-image: url(../images/landing/feature-icon/3.png);
}

.rating-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rating-title .decore-1 {
  margin-top: -35px;
  -webkit-animation: animationtop 5s infinite;
          animation: animationtop 5s infinite;
}

.ratings li i {
  color: #D77748;
}

.ptb50 {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .ptb50 {
    padding: 60px 0;
  }
}
@media (max-width: 575.98px) {
  .ptb50 {
    padding: 50px 0;
  }
}

.purchase-btn {
  padding: 12px 20px;
  min-width: 200px;
  border: none;
}
@media (max-width: 991px) {
  .purchase-btn {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .purchase-btn {
    min-width: 140px;
    padding: 10px 17px;
    font-size: 16px;
  }
}

@-webkit-keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

@keyframes move_wave {
  0% {
    -webkit-transform: translateX(0) translateZ(0) scaleY(1);
            transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
            transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
            transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
.landing-page .bg-Widget {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(69%, #F7F8F9), color-stop(91.83%, rgba(247, 248, 249, 0)));
  background: linear-gradient(180deg, #F7F8F9 69%, rgba(247, 248, 249, 0) 91.83%);
}
.landing-page .bg-Widget:before {
  top: 220px !important;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.landing-page .bg-Widget:after {
  top: unset !important;
  bottom: 0 !important;
}

.btn-md:hover {
  -webkit-animation: 0.3s pulse 3;
          animation: 0.3s pulse 3;
}

.tap-top {
  text-align: center;
  cursor: pointer;
  display: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5;
  color: #fff;
  background: var(--theme-deafult);
  border: none;
  padding: 7px;
  outline: 2px solid #6f5a99;
  outline-offset: 2px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tap-top:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.tap-top svg {
  width: 20px;
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
.page-wrapper,
.landing-page {
  overflow: hidden;
}
.page-wrapper .section-space,
.landing-page .section-space {
  padding: 80px 0;
}
.page-wrapper .lagos-demo-section,
.landing-page .lagos-demo-section {
  position: relative;
}
.page-wrapper .lagos-demo-section .img-effect,
.landing-page .lagos-demo-section .img-effect {
  -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.15);
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.15);
  border-radius: 15px;
  padding: 20px;
  position: relative;
}
.page-wrapper .lagos-demo-section .img-effect .hover-link,
.landing-page .lagos-demo-section .img-effect .hover-link {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(10deg, rgba(44, 50, 63, 0.8) 0%, transparent 80%);
  border-radius: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
}
.page-wrapper .lagos-demo-section .img-effect:hover .hover-link,
.landing-page .lagos-demo-section .img-effect:hover .hover-link {
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-wrapper .lagos-demo-section .img-effect img,
.landing-page .lagos-demo-section .img-effect img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-wrapper .lagos-demo-section .img-effect:hover,
.landing-page .lagos-demo-section .img-effect:hover {
  -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.15);
          box-shadow: 0 0 37px rgba(8, 21, 66, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-wrapper .lagos-demo-section .img-effect:hover img,
.landing-page .lagos-demo-section .img-effect:hover img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.landing-page {
  overflow: unset;
}

.fluid-space {
  padding: 0 calc(100px + 60 * (100vw - 300px) / 1620);
}
@media (max-width: 1399px) {
  .fluid-space {
    padding: 0 80px;
  }
}
@media (max-width: 575px) {
  .fluid-space {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .fluid-space {
    padding: 0 35px;
  }
}

ul.dot-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  padding: 15px 10px 0;
}
ul.dot-group li {
  width: 8px;
  height: 8px;
  background: #E8E8EC;
  border-radius: 100%;
}

.demo-imgs {
  margin: -10px;
}
.demo-imgs .demo-content {
  margin-top: 0px;
}
.demo-imgs .demo-content .lagos-demo-img {
  color: #6f5a99;
  font-weight: 700;
  display: inline-block;
  border-radius: 14px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 7px 7px 5px rgba(192, 202, 216, 0.22);
          box-shadow: 7px 7px 5px rgba(192, 202, 216, 0.22);
  position: relative;
}
.demo-imgs .demo-content .lagos-demo-img .overflow-hidden {
  padding: 10px;
}
.demo-imgs .demo-content .lagos-demo-img .overflow-hidden img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.demo-imgs .demo-content .lagos-demo-img:hover .overflow-hidden img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.demo-imgs .demo-content:hover .title-wrapper h3 a {
  color: #6f5a99;
}
.demo-imgs .demo-content .title-wrapper {
  padding: 20px 10px 10px;
}
@media (max-width: 991px) {
  .demo-imgs .demo-content .title-wrapper {
    padding: 20px 10px 10px;
  }
}
.demo-imgs .demo-content .title-wrapper h3 a {
  font-size: 22px;
  color: #3D434A;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 1;
}
.demo-imgs .demo-content .title-wrapper .theme-name {
  position: relative;
  font-size: calc(15px + 5 * (100vw - 300px) / 1620);
  text-transform: capitalize;
  font-weight: 600;
}
.demo-imgs .demo-content .title-wrapper .theme-name span {
  color: #52526C;
}
@media (max-width: 1670px) {
  .demo-imgs > div {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .demo-imgs > div {
    padding: 15px 0 0;
  }
}

.text-marqee {
  height: 230px;
}
@media (max-width: 1199px) {
  .text-marqee {
    height: 166px;
  }
}
@media (max-width: 991px) {
  .text-marqee {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .text-marqee {
    height: 95px;
  }
}
@media (max-width: 575px) {
  .text-marqee {
    height: 65px;
  }
}

.img-32 {
  width: 32px !important;
}

.svg-w-25 {
  width: 25px;
  height: 25px;
}

.landing-banner {
  background-image: url(../images/landing/homebg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  height: calc(100vh - 92.5px);
  background-color: #fff;
  margin-top: 80px;
}
@media (max-width: 1700px) {
  .landing-banner {
    background-position: right 67% bottom -25%;
  }
}
@media (max-width: 1640px) {
  .landing-banner {
    background-position: right 84% bottom -19%;
  }
}
@media (max-width: 1500px) {
  .landing-banner {
    background-position: right 34% bottom -48%;
  }
}
@media (max-width: 1199px) {
  .landing-banner {
    background-position: right 100% bottom 0%;
    height: unset;
  }
}
@media (max-width: 991px) {
  .landing-banner {
    background-position: right 100% bottom -60%;
  }
}
@media (max-width: 575px) {
  .landing-banner {
    background-position: right 99% bottom 29%;
  }
}
.landing-banner .home-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .landing-banner .home-left {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .landing-banner .home-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .landing-banner .home-left {
    padding: 30px 0 60px;
  }
}
.landing-banner .home-left .landing-title .doc-btn {
  padding: 10px 14px !important;
}
.landing-banner .home-left .landing-title .doc-btn svg {
  fill: #fff;
}
.landing-banner .home-left .landing-title .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Jost", sans-serif;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 400;
  padding-bottom: 10px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .landing-banner .home-left .landing-title .sub-title {
    display: none;
  }
}
@media (max-width: 575px) {
  .landing-banner .home-left .landing-title .sub-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .landing-banner .home-left .landing-title .sub-title .html-gif {
    width: 25px !important;
  }
}
.landing-banner .home-left .landing-title .header-title {
  color: var(--body-font-color);
  font-family: "Jost", sans-serif;
  font-size: calc(18px + 35 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.2;
}
.landing-banner .home-left .landing-title .header-title .gradient-1 {
  background: linear-gradient(92deg, var(--theme-deafult) 2.7%, var(--theme-secondary) 53.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.landing-banner .home-left .landing-title p {
  color: #898989;
  font-family: "Jost", sans-serif;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 34px;
  padding-top: 10px;
}
@media (max-width: 1640px) {
  .landing-banner .home-left .landing-title p {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .landing-banner .home-left .landing-title .doc-btn {
    font-size: 14px;
    padding: 8px 10px !important;
  }
}
@media (max-width: 575px) {
  .landing-banner .home-left .landing-title .doc-btn svg {
    width: 15px !important;
    height: 15px !important;
    margin-right: 5px !important;
  }
}
.landing-banner .home-left .landing-title .html-btn {
  padding: 8px 14px !important;
  font-family: "Jost", sans-serif;
  border: 0 !important;
}
.landing-banner .home-left .landing-title .html-btn img {
  width: 30px;
}
.landing-banner .home-left .landing-title .html-btn:hover {
  background-color: rgba(111, 90, 153, 0.1) !important;
}
@media (max-width: 575px) {
  .landing-banner .home-left .landing-title .html-btn {
    padding: 5px 10px !important;
  }
}
.landing-banner .home-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .landing-banner .home-right {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .landing-banner .home-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .landing-banner .home-right {
    display: none !important;
  }
}
.landing-banner .home-right .landing-image {
  position: relative;
  z-index: 1;
}
@media (max-width: 1240px) {
  .landing-banner .home-right .landing-image .home-img {
    width: 600px;
  }
}
@media (max-width: 1199px) {
  .landing-banner .home-right .landing-image .home-img {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .landing-banner .home-right .landing-image .home-img {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .landing-banner .home-right .landing-image .home-img {
    width: 340px;
  }
}
.landing-banner .home-right .landing-image .animate-img .right-img {
  -webkit-animation: up-down 5s infinite;
          animation: up-down 5s infinite;
  position: absolute;
  z-index: -1;
  right: -8%;
  top: -22%;
}
@media (max-width: 1820px) {
  .landing-banner .home-right .landing-image .animate-img .right-img {
    right: -8%;
  }
}
@media (max-width: 1710px) {
  .landing-banner .home-right .landing-image .animate-img .right-img {
    top: -29%;
    right: -10%;
  }
}
@media (max-width: 1580px) {
  .landing-banner .home-right .landing-image .animate-img .right-img {
    top: -34%;
  }
}
@media (max-width: 1500px) {
  .landing-banner .home-right .landing-image .animate-img .right-img {
    right: -14%;
    top: -37%;
  }
}
@media (max-width: 1399px) {
  .landing-banner .home-right .landing-image .animate-img .right-img {
    right: -4%;
    top: -35%;
  }
}
@media (max-width: 1280px) {
  .landing-banner .home-right .landing-image .animate-img .right-img {
    right: -12%;
    top: -38%;
  }
}
@media (max-width: 1240px) {
  .landing-banner .home-right .landing-image .animate-img .right-img {
    right: -10%;
    top: -41%;
  }
}
@media (max-width: 1199px) {
  .landing-banner .home-right .landing-image .animate-img .right-img {
    right: -18%;
    top: -42%;
  }
}
@media (max-width: 991px) {
  .landing-banner .home-right .landing-image .animate-img .right-img {
    right: -27%;
  }
}
@media (max-width: 1199px) {
  .landing-banner .home-right .landing-image .animate-img .right-img img {
    width: 250px;
  }
}
.landing-banner .home-right .landing-image .animate-img .left-img {
  -webkit-animation: up-down 4s infinite;
          animation: up-down 4s infinite;
  left: -14%;
  position: absolute;
  top: 75%;
  z-index: -1;
  -webkit-box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
          box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
}
@media (max-width: 1860px) {
  .landing-banner .home-right .landing-image .animate-img .left-img {
    left: -18%;
    top: 74%;
  }
}
@media (max-width: 1820px) {
  .landing-banner .home-right .landing-image .animate-img .left-img {
    left: -16%;
    top: 76%;
  }
}
@media (max-width: 1760px) {
  .landing-banner .home-right .landing-image .animate-img .left-img {
    left: -19%;
  }
}
@media (max-width: 1590px) {
  .landing-banner .home-right .landing-image .animate-img .left-img {
    left: -20%;
  }
}
@media (max-width: 1460px) {
  .landing-banner .home-right .landing-image .animate-img .left-img {
    left: -24%;
  }
}
@media (max-width: 1265px) {
  .landing-banner .home-right .landing-image .animate-img .left-img {
    left: -23%;
  }
}
@media (max-width: 1220px) {
  .landing-banner .home-right .landing-image .animate-img .left-img {
    top: 79%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .landing-banner .home-right .landing-image .animate-img .left-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .landing-banner .home-right .landing-image .animate-img .left-img {
    left: -37%;
    top: 49%;
  }
}
@media (max-width: 767px) {
  .landing-banner .home-right .landing-image .animate-img .left-img {
    left: -37%;
    top: 57%;
  }
}
@media (max-width: 600px) {
  .landing-banner .home-right .landing-image .animate-img .left-img {
    left: -32%;
    top: 57%;
  }
}
@media (max-width: 1399px) {
  .landing-banner .home-right .landing-image .animate-img .left-img img {
    width: 200px;
  }
}
@media (max-width: 1265px) {
  .landing-banner .home-right .landing-image .animate-img .left-img img {
    width: 185px;
  }
}
@media (max-width: 1240px) {
  .landing-banner .home-right .landing-image .animate-img .left-img img {
    width: 165px;
  }
}
@media (max-width: 767px) {
  .landing-banner .home-right .landing-image .animate-img .left-img img {
    width: 140px;
  }
}
.landing-banner .home-right .landing-image .animate-img .left-gif {
  -webkit-animation: up-down 4s infinite;
          animation: up-down 4s infinite;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 92%;
  top: 77%;
}
@media (max-width: 1860px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    top: 76%;
    right: 96%;
  }
}
@media (max-width: 1820px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    right: 93%;
    top: 78%;
  }
}
@media (max-width: 1780px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    right: 92%;
  }
}
@media (max-width: 1760px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    right: 95%;
  }
}
@media (max-width: 1700px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    right: 94%;
  }
}
@media (max-width: 1590px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    right: 93%;
  }
}
@media (max-width: 1560px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    right: 92%;
  }
}
@media (max-width: 1500px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    right: 93%;
  }
}
@media (max-width: 1460px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    right: 95%;
  }
}
@media (max-width: 1399px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    width: 45px;
    height: 45px;
    right: 98%;
  }
}
@media (max-width: 1300px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    right: 95%;
  }
}
@media (max-width: 1265px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    width: 40px;
    height: 40px;
    right: 95%;
  }
}
@media (max-width: 1240px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    width: 35px;
    height: 35px;
    right: 97%;
  }
}
@media (max-width: 1220px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    top: 82%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    display: none;
  }
}
@media (max-width: 991px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    right: 97%;
    top: 51%;
  }
}
@media (max-width: 767px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    right: 97%;
    top: 59%;
  }
}
@media (max-width: 600px) {
  .landing-banner .home-right .landing-image .animate-img .left-gif {
    right: 93%;
    top: 59%;
  }
}
.landing-banner .home-right .landing-image .animate-img .sub-title {
  position: absolute;
  top: -23%;
  left: 11%;
}
.landing-banner .home-right .landing-image .animate-img .sub-title span {
  font-family: "Caveat", cursive;
  color: #D77748;
  text-align: center;
  font-size: calc(14px + 29 * (100vw - 320px) / 1600);
  font-weight: 700;
}
@media (max-width: 1860px) {
  .landing-banner .home-right .landing-image .animate-img .sub-title {
    top: -28%;
  }
}
@media (max-width: 1580px) {
  .landing-banner .home-right .landing-image .animate-img .sub-title {
    top: -33%;
  }
}
@media (max-width: 1590px) {
  .landing-banner .home-right .landing-image .animate-img .sub-title {
    top: -32%;
  }
}
.landing-banner .home-right .landing-image .animate-img .arrow-decore {
  position: absolute;
  top: -12%;
  left: 28%;
  z-index: -1;
}
@media (max-width: 1860px) {
  .landing-banner .home-right .landing-image .animate-img .arrow-decore {
    top: -15%;
  }
}
@media (max-width: 1580px) {
  .landing-banner .home-right .landing-image .animate-img .arrow-decore {
    top: -18%;
  }
}
@media (max-width: 1240px) {
  .landing-banner .home-right .landing-image .animate-img .arrow-decore img {
    width: 90px;
  }
}
.landing-banner .home-right .landing-image .animate-img .outline-text {
  position: absolute;
  right: -8%;
  bottom: -33%;
}
@media (max-width: 1860px) {
  .landing-banner .home-right .landing-image .animate-img .outline-text {
    bottom: -27%;
  }
}
@media (max-width: 1630px) {
  .landing-banner .home-right .landing-image .animate-img .outline-text {
    bottom: -40%;
    right: -18%;
  }
}
@media (max-width: 1500px) {
  .landing-banner .home-right .landing-image .animate-img .outline-text {
    bottom: -44%;
    right: -11%;
  }
}
@media (max-width: 1399px) {
  .landing-banner .home-right .landing-image .animate-img .outline-text {
    right: -6%;
    bottom: -42%;
  }
}
@media (max-width: 1300px) {
  .landing-banner .home-right .landing-image .animate-img .outline-text {
    right: -7%;
    bottom: -47%;
  }
}
@media (max-width: 1240px) {
  .landing-banner .home-right .landing-image .animate-img .outline-text {
    right: -10%;
    bottom: -55%;
  }
}
@media (max-width: 1199px) {
  .landing-banner .home-right .landing-image .animate-img .outline-text {
    right: -19%;
    bottom: -36%;
  }
}
@media (max-width: 991px) {
  .landing-banner .home-right .landing-image .animate-img .outline-text {
    display: none;
  }
}
.landing-banner .home-right .landing-image .animate-img .outline-text h2 {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
  -webkit-text-fill-color: transparent;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 120px;
}
@media (max-width: 1860px) {
  .landing-banner .home-right .landing-image .animate-img .outline-text h2 {
    font-size: 90px;
  }
}
@media (max-width: 1760px) {
  .landing-banner .home-right .landing-image .animate-img .outline-text h2 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .landing-banner .home-right .landing-image .animate-img .outline-text h2 {
    font-size: 60px;
  }
}

.flower-gif {
  top: -40px;
  left: 19%;
}
@media (max-width: 991px) {
  .flower-gif {
    top: 0;
    left: 15%;
  }
}
@media (max-width: 767px) {
  .flower-gif {
    left: 8%;
  }
}
@media (max-width: 575px) {
  .flower-gif {
    display: none;
  }
}

.big-title {
  font-weight: 700;
  font-size: 200px;
  line-height: 229px;
  letter-spacing: -0.045em;
  color: rgba(234, 235, 241, 0.5);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .big-title {
    font-size: 140px;
    line-height: 170px;
  }
}
@media (max-width: 991px) {
  .big-title {
    font-size: 110px;
    line-height: 140px;
  }
}
@media (max-width: 767px) {
  .big-title {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 575px) {
  .big-title {
    font-size: 50px;
    line-height: 60px;
  }
}

.navabr_btn-set {
  position: relative;
}
.navabr_btn-set:focus {
  outline: 0;
}
.navabr_btn-set span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.navabr_btn-set:not(.custom_nav) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
.navabr_btn-set:not(.custom_nav) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navabr_btn-set:not(.custom_nav) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.navbar-b {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.fixed-top {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  z-index: 1030;
  background-color: #fff;
}

.navbar-toggler span {
  display: block;
  background-color: transparent;
  height: 3px;
  width: 25px;
  z-index: 112;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1) {
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.navbar-toggler span:nth-child(3) {
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar_nav_modify li {
  text-align: center;
}

.sticky-header header {
  position: fixed;
  width: 100%;
  z-index: 6;
  text-align: center;
  line-height: normal;
  height: 80px;
  background: var(--theme-deafult);
  color: #fff;
  -webkit-box-shadow: 12px 12px 12px rgba(119, 119, 119, 0.25);
          box-shadow: 12px 12px 12px rgba(119, 119, 119, 0.25);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sticky-header header .nav-padding {
  padding: 14px;
}
.sticky-header header.sticky {
  line-height: normal;
  background: var(--theme-deafult);
  text-align: left;
}
.sticky-header header.sticky .nav-padding {
  padding: 7px 14px;
}

.landing-home .sticky .navbar-brand img {
  max-height: 35px;
}

.title-padding {
  padding: 130px 0;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@media (max-width: 1440px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 12px 7px;
  }
}
/* ========= responsive scss for 1200 screen ========= */
@media only screen and (max-width: 1199px) {
  .sticky-header header.sticky .nav-padding {
    padding: 15px 25px;
  }
  .navbar-toggler span {
    background-color: #3D434A;
  }
  .sticky-header .navbar-nav .nav-item .nav-link {
    color: #000;
    padding: 10px 12px !important;
    font-size: 15px;
  }
  .sticky-header .navbar-nav li {
    display: block;
    width: 100%;
  }
  .landing-page .navbar-expand-xl .navbar-collapse {
    background-color: white;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 70px;
    -webkit-box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
            box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  }
}
@media only screen and (max-width: 1199px) and (max-width: 575px) {
  .landing-page .navbar-expand-xl .navbar-collapse {
    top: 64px;
  }
}
@media only screen and (max-width: 1199px) {
  .landing-page .navbar-expand-xl .navbar-collapse .navbar-nav {
    padding: 20px 30px 30px 30px;
  }
  header.sticky .navbar-expand-xl .navbar-collapse {
    top: 66px;
  }
  .landing-main .sticky .navbar-expand-xl .navbar-brand {
    top: 8px;
  }
  .landing-main .sticky .navbar-expand-xl .navabr_btn-set {
    top: 16px;
  }
  .landing-main .navbar-toggler span {
    background-color: #fff;
  }
  .landing-main .navbar_nav_modify {
    width: 100vw;
    left: 0;
    position: fixed;
    height: 100vh;
    background-color: #293240;
    top: 0;
    padding: 120px 0px;
  }
  .landing-main h4 {
    font-size: 20px;
  }
  .landing-main .navbar-expand-xl .navabr_btn-set {
    position: fixed;
    top: 24px;
    z-index: 1;
    right: 20px;
  }
  .landing-main .navbar-expand-xl .navbar-brand {
    padding-left: 5px;
    z-index: 1;
    position: fixed;
    top: 14px;
  }
  .landing-main .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item a {
    padding: 28px 60px;
    width: 16px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .landing-main .navbar-expand-lg .navbar-brand {
    padding-left: 5px;
  }
  .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
    padding: 9px;
  }
}
/* ========= responsive scss for 992 screen ========= */
@media only screen and (max-width: 991px) {
  .landing-home .navbar-brand img {
    height: 35px;
  }
  .frameworks-section > .container {
    max-width: 100%;
  }
  .landing-main .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 90px;
    background-color: rgb(255, 255, 255);
    width: calc(100% - 30px);
    border-radius: 5px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 15px;
  }
  .landing-main .section-space {
    padding: 60px 0;
  }
  .landing-main .section-space p {
    font-size: 16px;
  }
  .landing-main .navbar-expand-lg .navbar-toggler {
    background-color: #fff;
  }
  .landing-main .navbar-expand-lg .navbar-toggler .navbar-toggler-icon i {
    margin-top: 5px;
    color: var(--theme-deafult);
  }
  .landing-main .navbar-expand-lg .navbar-collapse {
    background-color: #fff;
    z-index: 111;
  }
  .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
    color: #000;
  }
  .landing-main .footer-bg h2 {
    font-size: 28px;
  }
}
/* ========= responsive scss for 768 screen ========= */
@media only screen and (max-width: 767px) {
  .landing-page .sticky-header header.sticky .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 10px 12px;
  }
}
/* ========= responsive scss for 575 screen ========= */
@media only screen and (max-width: 575px) {
  .landing-home .sticky-header header .nav-padding {
    padding: 15px 30px;
  }
  .page-wrapper .section-space,
  .landing-page .section-space {
    padding: 40px 0;
  }
  .landing-main h4 {
    font-size: 17px;
  }
  .landing-main .footer-bg h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 480px) {
  .sticky-header header.sticky {
    height: 56px;
  }
  .landing-home .sticky-header header .nav-padding {
    padding: 15px;
  }
  .landing-home .navbar-toggler {
    border: none;
    background-color: transparent;
    padding: 0;
  }
  .landing-home .navbar-brand img {
    height: 25px;
  }
}
@-webkit-keyframes arrowsvg {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@keyframes arrowsvg {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@-webkit-keyframes rounded {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rounded {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce-effect {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@keyframes bounce-effect {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/**=====================
    3.26 Landing CSS Ends
==========================**/
/* ---------------------
	*** themes ***
-----------------------*/
/**=====================
  4.3 Update CSS Start
==========================**/
.jsgrid-filter-row select,
.jsgrid-filter-row input {
  padding: 6px 10px;
  border: 1px dashed #f2f4ff;
  background: #fff;
}

hr {
  border-style: dashed;
}

.dz-preview .dz-remove {
  position: relative;
  z-index: 9;
  padding: 2px 8px;
  background-color: #6f5a99;
}

.todo-list-header .new-task-wrapper .form-control.error {
  margin: 0px;
}

.starter-main .alert {
  background-color: rgba(var(--theme-deafult), 0.2) !important;
}

.todo .todo-list-wrapper #todo-list li .task-container .task-action-btn .action-box:hover {
  border: none;
}

.form-control:focus,
.form-select:focus {
  border-color: #6f5a99;
  -webkit-box-shadow: 0px 8px 11px rgba(111, 90, 153, 0.1);
          box-shadow: 0px 8px 11px rgba(111, 90, 153, 0.1);
  background-color: rgba(111, 90, 153, 0.07);
}

.ace-monokai .ace_print-margin {
  background: transparent !important;
}

.popover {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(111, 90, 153, 0.1);
  box-shadow: 0 0 20px rgba(111, 90, 153, 0.1);
}
.popover .popover-header {
  background-color: #eae8ff;
  color: #6f5a99;
  border-bottom: none;
}
.popover .popover-body {
  color: rgba(43, 43, 43, 0.7);
}

.tooltip {
  z-index: 1;
}
.tooltip.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #eae8ff;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #eae8ff;
  border-top-color: transparent;
}
.tooltip.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #eae8ff;
  border-top-color: transparent;
}
.tooltip.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #eae8ff;
  border-top-color: transparent;
}
.tooltip .tooltip-inner {
  background-color: #eae8ff;
  color: #6f5a99;
}
.tooltip .tooltip-arrow:before {
  border-top-color: #eae8ff;
}

.dropdown-basic .dropdown .dropdown-content a {
  padding: 6px 16px;
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  border-top: 1px dashed #efefef;
  background: #fff;
}
.dropdown-basic .dropdown .dropdown-content a:hover {
  background-color: #fff;
}
.dropdown-basic .dropdown .dropdown-content .dropdown-header {
  padding: 8px 16px;
  font-weight: 400;
  color: #2c323f;
  font-size: 13px;
}
.dropdown-basic .dropup .dropup-content {
  top: auto;
}

.default-according .card .card-header {
  padding: 0;
  border: none;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.default-according .card .card-header.bg-primary .btn, .default-according .card .card-header.bg-secondary .btn {
  border-color: transparent;
}
.default-according .card .card-header i {
  position: initial;
  font-size: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}
[dir=rtl] .default-according .card .card-header i {
  margin-right: unset;
  margin-left: 5px;
}
.default-according .card .card-header h5 {
  margin-top: 0;
}
.default-according .card .card-header .btn-link {
  padding: 12px 20px;
  width: 100%;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.7px;
  font-family: "Jost", sans-serif;
  border: 1px dashed #efefef;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
[dir=rtl] .default-according .card .card-header .btn-link {
  text-align: right;
}
@media (max-width: 575px) {
  .default-according .card .card-header .btn-link {
    padding: 12px 15px;
  }
}
.default-according .card .card-body {
  padding: 15px 20px;
  line-height: 22px;
  font-size: 14px;
  border-color: #efefef;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #2c323f;
}

.nav-tabs {
  border-bottom-color: #efefef;
}
.nav-tabs .nav-bottom .nav-item .nav-link.active {
  border-color: #efefef;
}

span.twitter-typeahead .league-name {
  font-size: 16px;
  padding: 6px 10px 0;
}
span.twitter-typeahead .tt-menu {
  float: left;
  width: 100%;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  border: none;
  padding: 0;
}
span.twitter-typeahead .tt-suggestion {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid #efefef;
  background: #fff;
  cursor: pointer;
}
span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus {
  background-color: #fff;
}
span.twitter-typeahead .tt-suggestion.active, span.twitter-typeahead .tt-suggestion:active {
  color: #fff;
  background-color: var(--theme-deafult);
}

.nav-tabs .nav-item.show .nav-link {
  font-weight: 500;
}
.nav-tabs .nav-link {
  color: #2c323f;
}
.nav-tabs .nav-link.active {
  font-weight: 500;
}
.nav-tabs.nav-bottom .nav-item .nav-link.active {
  border-color: rgba(106, 113, 133, 0.3) rgba(106, 113, 133, 0.3) #fff;
}

.dropdown-menu {
  -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  border: none;
  padding: 0;
  z-index: 5;
}
.dropdown-menu .dropdown-item {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid #efefef;
  background: #fff;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #fff;
}
.dropdown-menu .dropdown-divider {
  margin: 0;
  border-top: 1px solid #cccccc;
}

.collapse-horizontal .card-body {
  width: 350px;
}

.border-tab .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px dashed #6f5a99;
}
.border-tab .nav-tabs .nav-item .nav-link.show {
  border-bottom: 2px dashed #6f5a99;
}
.border-tab .nav-tabs .nav-item .nav-link:focus {
  border-bottom: 2px dashed #6f5a99;
}

.tabbed-card .nav-tabs .nav-item .nav-link {
  top: 17px;
}

.timeliny .timeliny-dot::before {
  font-size: 18px;
}

.component .input-group .btn {
  line-height: 32px;
  text-transform: capitalize;
}

.login-card .login-main .theme-form label {
  font-size: 14px;
}
.login-card .login-main .theme-form .show-hide {
  top: 50%;
}

.faq-accordion .card .btn-link svg {
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .faq-accordion .card .btn-link svg {
    margin-left: 10px;
  }
}

.job-filter .faq-form .form-control {
  font-size: 14px;
}
.job-filter .faq-form .search-icon {
  width: 16px;
  height: 16px;
}

.note-btn-group .dropdown-toggle.show ~ .dropdown-menu {
  display: block;
  top: 30px;
}

.carousel .carousel-indicators {
  margin-bottom: 3px;
}

.mouse-wheel .owl-stage-outer .owl-stage {
  width: 5600px !important;
}
.mouse-wheel .owl-stage-outer .owl-stage .owl-item {
  width: 225.333px !important;
}

.carousel-item .carousel-caption {
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 26px 10px;
  background-color: rgba(30, 30, 45, 0.51);
}
.carousel-item .carousel-opacity {
  background-color: rgba(244, 244, 244, 0.51);
}

.carousel .carousel-control-prev-icon {
  width: calc(23px + 9 * (100vw - 320px) / 1600);
  height: calc(23px + 9 * (100vw - 320px) / 1600);
}
.carousel .carousel-control-next-icon {
  width: calc(23px + 9 * (100vw - 320px) / 1600);
  height: calc(23px + 9 * (100vw - 320px) / 1600);
}

[dir=rtl] .rating-header h4 {
  direction: ltr;
}

.animate-img .animate-widget img {
  width: 100%;
  height: 350px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-popup.modal {
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.modal-popup.modal .modal-dialog .theme-close {
  width: calc(25px + 15 * (100vw - 320px) / 1600);
  height: calc(25px + 15 * (100vw - 320px) / 1600);
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
}

@media (max-width: 442px) {
  .animated-modal .form-select {
    width: 100% !important;
  }
}

.task-container .badge {
  line-height: 13px;
}

.starter-main .alert-primary.inverse {
  padding: 13px 20px 13px 65px;
  border-color: #6f5a99;
  color: #2c323f;
}
[dir=rtl] .starter-main .alert-primary.inverse {
  padding: 13px 65px 13px 20px;
}
.starter-main .alert-primary.inverse:before {
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px dashed #6f5a99;
  border-top: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
}
[dir=rtl] .starter-main .alert-primary.inverse:before {
  border-right: 7px dashed #6f5a99;
  border-left: unset;
}
.starter-main .alert-primary.inverse i {
  padding: 17px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #6f5a99;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
[dir=rtl] .starter-main .alert-primary.inverse i {
  right: 0;
  left: unset;
}

.todo .notification-popup {
  z-index: 5;
}

.search-page .info-block {
  border-color: rgba(89, 102, 122, 0.28) !important;
}

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

.apexcharts-canvas .apexcharts-xaxistooltip-bottom {
  display: none;
}

.ecommerce-widget.shadow-none {
  border: 1px dashed rgba(106, 113, 133, 0.3);
}

.ui-helper-hidden-accessible {
  display: none;
}

/**=====================
    4.3 Update CSS Ends
==========================**/
/*# sourceMappingURL=style.css.map */