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

    Template Name: Berlin Admin
    Template URI: https://admin.pixelstrap.net/berlin/template/
    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 Scrollbar 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 Typeahead-search CSS Start
        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



    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.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-default: #2A5699;
  --theme-secondary: #EA6F4E;
  --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: rgba(42, 86, 153, 0.2);
  --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: #d3e8ff;
  --dark-primary: rgba(42, 86, 153);
  --bs-heading-color: var(--body-font-color);
  --bs-card-color: var(--body-font-color);
  --bs-table-bg: transparent;
  --bs-body-bg: #ffffff;
  --fc-button-bg-color: var(--theme-default);
  --fc-button-active-bg-color: var(--theme-default);
  --fc-button-active-border-color: var(--theme-default);
  --fc-button-border-color: var(--theme-default);
  --fc-button-hover-bg-color: var(--theme-default);
  --fc-button-hover-border-color: var(--theme-default);
  --bs-heading-color: #232323;
  --bs-card-cap-color: #9B9B9B;
  --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-default);
  --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-default));
  --tagify-dd-bg-color: var(--course-light-btn);
}

.dark-only {
  --light-background: rgba(31, 32, 40, 0.65);
  --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);
  --chart-text-color: rgba(101, 101, 113, 1);
  --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(42, 86, 153, 0.2);
  --light-gray-1: linear-gradient(0deg, #FCFCFD, #FCFCFD),linear-gradient(0deg, #FFFFFF, #FFFFFF);
  --bs-heading-color: #ffffffd7;
  --bs-card-color: #ffffffd7;
  --bs-table-bg: transparent;
  --bs-body-bg: transparent;
}

/**=====================
    1.1 Reset CSS start
==========================**/
.f-light {
  color: rgba(149, 149, 149, 0.8);
}

svg.f-light {
  fill: #959595;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.b-r-35 {
  border-radius: 35px !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-solid {
  -webkit-text-decoration: solid;
          text-decoration: solid;
}

.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 ======*/
/*====== Border-style css starts ======*/
.border-s-overline {
  border-style: overline;
}

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

.border-s-dotted {
  border-style: dotted;
}

.border-s-solid {
  border-style: solid;
}

.border-s-double {
  border-style: double;
}

.border-s-groove {
  border-style: groove;
}

.border-s-ridge {
  border-style: ridge;
}

.border-s-inset {
  border-style: inset;
}

.border-s-outset {
  border-style: outset;
}

.border-s-none {
  border-style: none;
}

.border-s-hidden {
  border-style: hidden;
}

/*====== Border-style 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: #2A5699 !important;
}

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

.font-success {
  color: #58b232 !important;
}

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

.font-info {
  color: #0eb9f7 !important;
}

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

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

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

.font-primary {
  color: var(--theme-default) !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: #2A5699;
}

.label-primary {
  background-color: #2A5699;
}

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

.label-success {
  background-color: #58b232;
}

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

.label-info {
  background-color: #0eb9f7;
}

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

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

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

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

.badge-b-primary {
  border: 1px solid #2A5699;
}

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

.badge-b-secondary {
  border: 1px solid #EA6F4E;
}

.badge-success {
  background-color: #58b232;
}

.badge-b-success {
  border: 1px solid #58b232;
}

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

.badge-b-danger {
  border: 1px solid #fc564a;
}

.badge-info {
  background-color: #0eb9f7;
}

.badge-b-info {
  border: 1px solid #0eb9f7;
}

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

.badge-b-light {
  border: 1px solid #f5f5f5;
}

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

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

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

.badge-b-warning {
  border: 1px solid #ffb829;
}

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

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

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

.bg-light-primary {
  background-color: rgba(42, 86, 153, 0.1) !important;
}

.text-bg-primary {
  background-color: #2A5699 !important;
}

.divider-body.divider-primary::before, .divider-body.divider-primary::after {
  border-color: #2A5699 !important;
}

.border-dashed-primary {
  border: 1px dashed #2A5699;
  color: #2A5699;
}
.border-dashed-primary:hover {
  border: 1px dashed #2A5699;
  background-color: #2A5699;
  color: var(--white);
}

.border-left-primary {
  border-left: 4px solid #2A5699;
}
[dir=rtl] .border-left-primary {
  border-left: unset;
  border-right: 4px solid #2A5699;
}

.link-underline-primary {
  text-decoration: underline;
  text-decoration-color: #2A5699 !important;
}
.link-underline-primary:hover {
  color: var(--body-font-color);
}

.link-primary {
  text-decoration: underline;
  text-decoration-color: #2A5699 !important;
  color: #2A5699 !important;
}
.link-primary:hover {
  color: #2A5699 !important;
  text-decoration-color: #2A5699 !important;
}

.button-light-primary {
  background-color: rgba(42, 86, 153, 0.1) !important;
}
.button-light-primary:active, .button-light-primary:hover {
  border-color: rgba(42, 86, 153, 0.1) !important;
}

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

.bg-light-secondary {
  background-color: rgba(234, 111, 78, 0.1) !important;
}

.text-bg-secondary {
  background-color: #EA6F4E !important;
}

.divider-body.divider-secondary::before, .divider-body.divider-secondary::after {
  border-color: #EA6F4E !important;
}

.border-dashed-secondary {
  border: 1px dashed #EA6F4E;
  color: #EA6F4E;
}
.border-dashed-secondary:hover {
  border: 1px dashed #EA6F4E;
  background-color: #EA6F4E;
  color: var(--white);
}

.border-left-secondary {
  border-left: 4px solid #EA6F4E;
}
[dir=rtl] .border-left-secondary {
  border-left: unset;
  border-right: 4px solid #EA6F4E;
}

.link-underline-secondary {
  text-decoration: underline;
  text-decoration-color: #EA6F4E !important;
}
.link-underline-secondary:hover {
  color: var(--body-font-color);
}

.link-secondary {
  text-decoration: underline;
  text-decoration-color: #EA6F4E !important;
  color: #EA6F4E !important;
}
.link-secondary:hover {
  color: #EA6F4E !important;
  text-decoration-color: #EA6F4E !important;
}

.button-light-secondary {
  background-color: rgba(234, 111, 78, 0.1) !important;
}
.button-light-secondary:active, .button-light-secondary:hover {
  border-color: rgba(234, 111, 78, 0.1) !important;
}

.bg-success {
  background-color: #58b232 !important;
  color: #fff;
}

.bg-light-success {
  background-color: rgba(88, 178, 50, 0.1) !important;
}

.text-bg-success {
  background-color: #58b232 !important;
}

.divider-body.divider-success::before, .divider-body.divider-success::after {
  border-color: #58b232 !important;
}

.border-dashed-success {
  border: 1px dashed #58b232;
  color: #58b232;
}
.border-dashed-success:hover {
  border: 1px dashed #58b232;
  background-color: #58b232;
  color: var(--white);
}

.border-left-success {
  border-left: 4px solid #58b232;
}
[dir=rtl] .border-left-success {
  border-left: unset;
  border-right: 4px solid #58b232;
}

.link-underline-success {
  text-decoration: underline;
  text-decoration-color: #58b232 !important;
}
.link-underline-success:hover {
  color: var(--body-font-color);
}

.link-success {
  text-decoration: underline;
  text-decoration-color: #58b232 !important;
  color: #58b232 !important;
}
.link-success:hover {
  color: #58b232 !important;
  text-decoration-color: #58b232 !important;
}

.button-light-success {
  background-color: rgba(88, 178, 50, 0.1) !important;
}
.button-light-success:active, .button-light-success:hover {
  border-color: rgba(88, 178, 50, 0.1) !important;
}

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

.bg-light-danger {
  background-color: rgba(252, 86, 74, 0.1) !important;
}

.text-bg-danger {
  background-color: #fc564a !important;
}

.divider-body.divider-danger::before, .divider-body.divider-danger::after {
  border-color: #fc564a !important;
}

.border-dashed-danger {
  border: 1px dashed #fc564a;
  color: #fc564a;
}
.border-dashed-danger:hover {
  border: 1px dashed #fc564a;
  background-color: #fc564a;
  color: var(--white);
}

.border-left-danger {
  border-left: 4px solid #fc564a;
}
[dir=rtl] .border-left-danger {
  border-left: unset;
  border-right: 4px solid #fc564a;
}

.link-underline-danger {
  text-decoration: underline;
  text-decoration-color: #fc564a !important;
}
.link-underline-danger:hover {
  color: var(--body-font-color);
}

.link-danger {
  text-decoration: underline;
  text-decoration-color: #fc564a !important;
  color: #fc564a !important;
}
.link-danger:hover {
  color: #fc564a !important;
  text-decoration-color: #fc564a !important;
}

.button-light-danger {
  background-color: rgba(252, 86, 74, 0.1) !important;
}
.button-light-danger:active, .button-light-danger:hover {
  border-color: rgba(252, 86, 74, 0.1) !important;
}

.bg-info {
  background-color: #0eb9f7 !important;
  color: #fff;
}

.bg-light-info {
  background-color: rgba(14, 185, 247, 0.1) !important;
}

.text-bg-info {
  background-color: #0eb9f7 !important;
}

.divider-body.divider-info::before, .divider-body.divider-info::after {
  border-color: #0eb9f7 !important;
}

.border-dashed-info {
  border: 1px dashed #0eb9f7;
  color: #0eb9f7;
}
.border-dashed-info:hover {
  border: 1px dashed #0eb9f7;
  background-color: #0eb9f7;
  color: var(--white);
}

.border-left-info {
  border-left: 4px solid #0eb9f7;
}
[dir=rtl] .border-left-info {
  border-left: unset;
  border-right: 4px solid #0eb9f7;
}

.link-underline-info {
  text-decoration: underline;
  text-decoration-color: #0eb9f7 !important;
}
.link-underline-info:hover {
  color: var(--body-font-color);
}

.link-info {
  text-decoration: underline;
  text-decoration-color: #0eb9f7 !important;
  color: #0eb9f7 !important;
}
.link-info:hover {
  color: #0eb9f7 !important;
  text-decoration-color: #0eb9f7 !important;
}

.button-light-info {
  background-color: rgba(14, 185, 247, 0.1) !important;
}
.button-light-info:active, .button-light-info:hover {
  border-color: rgba(14, 185, 247, 0.1) !important;
}

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

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

.text-bg-light {
  background-color: #f5f5f5 !important;
}

.divider-body.divider-light::before, .divider-body.divider-light::after {
  border-color: #f5f5f5 !important;
}

.border-dashed-light {
  border: 1px dashed #f5f5f5;
  color: #f5f5f5;
}
.border-dashed-light:hover {
  border: 1px dashed #f5f5f5;
  background-color: #f5f5f5;
  color: var(--white);
}

.border-left-light {
  border-left: 4px solid #f5f5f5;
}
[dir=rtl] .border-left-light {
  border-left: unset;
  border-right: 4px solid #f5f5f5;
}

.link-underline-light {
  text-decoration: underline;
  text-decoration-color: #f5f5f5 !important;
}
.link-underline-light:hover {
  color: var(--body-font-color);
}

.link-light {
  text-decoration: underline;
  text-decoration-color: #f5f5f5 !important;
  color: #f5f5f5 !important;
}
.link-light:hover {
  color: #f5f5f5 !important;
  text-decoration-color: #f5f5f5 !important;
}

.button-light-light {
  background-color: rgba(245, 245, 245, 0.1) !important;
}
.button-light-light:active, .button-light-light:hover {
  border-color: rgba(245, 245, 245, 0.1) !important;
}

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

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

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

.divider-body.divider-dark::before, .divider-body.divider-dark::after {
  border-color: #2c323f !important;
}

.border-dashed-dark {
  border: 1px dashed #2c323f;
  color: #2c323f;
}
.border-dashed-dark:hover {
  border: 1px dashed #2c323f;
  background-color: #2c323f;
  color: var(--white);
}

.border-left-dark {
  border-left: 4px solid #2c323f;
}
[dir=rtl] .border-left-dark {
  border-left: unset;
  border-right: 4px solid #2c323f;
}

.link-underline-dark {
  text-decoration: underline;
  text-decoration-color: #2c323f !important;
}
.link-underline-dark:hover {
  color: var(--body-font-color);
}

.link-dark {
  text-decoration: underline;
  text-decoration-color: #2c323f !important;
  color: #2c323f !important;
}
.link-dark:hover {
  color: #2c323f !important;
  text-decoration-color: #2c323f !important;
}

.button-light-dark {
  background-color: rgba(44, 50, 63, 0.1) !important;
}
.button-light-dark:active, .button-light-dark:hover {
  border-color: rgba(44, 50, 63, 0.1) !important;
}

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

.bg-light-warning {
  background-color: rgba(255, 184, 41, 0.1) !important;
}

.text-bg-warning {
  background-color: #ffb829 !important;
}

.divider-body.divider-warning::before, .divider-body.divider-warning::after {
  border-color: #ffb829 !important;
}

.border-dashed-warning {
  border: 1px dashed #ffb829;
  color: #ffb829;
}
.border-dashed-warning:hover {
  border: 1px dashed #ffb829;
  background-color: #ffb829;
  color: var(--white);
}

.border-left-warning {
  border-left: 4px solid #ffb829;
}
[dir=rtl] .border-left-warning {
  border-left: unset;
  border-right: 4px solid #ffb829;
}

.link-underline-warning {
  text-decoration: underline;
  text-decoration-color: #ffb829 !important;
}
.link-underline-warning:hover {
  color: var(--body-font-color);
}

.link-warning {
  text-decoration: underline;
  text-decoration-color: #ffb829 !important;
  color: #ffb829 !important;
}
.link-warning:hover {
  color: #ffb829 !important;
  text-decoration-color: #ffb829 !important;
}

.button-light-warning {
  background-color: rgba(255, 184, 41, 0.1) !important;
}
.button-light-warning:active, .button-light-warning:hover {
  border-color: rgba(255, 184, 41, 0.1) !important;
}

.badge-light-primary {
  background-color: rgb(159.9046153846, 187.2523076923, 228.8953846154);
  color: #2A5699;
}
.badge-light-primary:hover {
  background-color: rgba(42, 86, 153, 0.2);
  color: #2A5699;
}

.badge-l-primary {
  background-color: rgba(42, 86, 153, 0.1);
}
.badge-l-primary:hover {
  background-color: rgba(42, 86, 153, 0.1);
}

.badge-light-secondary {
  background-color: rgb(254.5545454545, 251.9454545455, 251.2454545455);
  color: #EA6F4E;
}
.badge-light-secondary:hover {
  background-color: rgba(234, 111, 78, 0.2);
  color: #EA6F4E;
}

.badge-l-secondary {
  background-color: rgba(234, 111, 78, 0.1);
}
.badge-l-secondary:hover {
  background-color: rgba(234, 111, 78, 0.1);
}

.badge-light-success {
  background-color: rgb(200.8421052632, 235.6578947368, 186.1421052632);
  color: #58b232;
}
.badge-light-success:hover {
  background-color: rgba(88, 178, 50, 0.2);
  color: #58b232;
}

.badge-l-success {
  background-color: rgba(88, 178, 50, 0.1);
}
.badge-l-success:hover {
  background-color: rgba(88, 178, 50, 0.1);
}

.badge-light-danger {
  background-color: white;
  color: #fc564a;
}
.badge-light-danger:hover {
  background-color: rgba(252, 86, 74, 0.2);
  color: #fc564a;
}

.badge-l-danger {
  background-color: rgba(252, 86, 74, 0.1);
}
.badge-l-danger:hover {
  background-color: rgba(252, 86, 74, 0.1);
}

.badge-light-info {
  background-color: rgb(201.5734939759, 239.4819277108, 253.2265060241);
  color: #0eb9f7;
}
.badge-light-info:hover {
  background-color: rgba(14, 185, 247, 0.2);
  color: #0eb9f7;
}

.badge-l-info {
  background-color: rgba(14, 185, 247, 0.1);
}
.badge-l-info:hover {
  background-color: rgba(14, 185, 247, 0.1);
}

.badge-light-light {
  background-color: rgb(183.2652631579, 183.2652631579, 200.5347368421);
  color: #52526c;
}
.badge-light-light:hover {
  background-color: rgba(82, 82, 108, 0.2);
  color: #52526c;
}

.badge-l-light {
  background-color: rgba(82, 82, 108, 0.1);
}
.badge-l-light:hover {
  background-color: rgba(82, 82, 108, 0.1);
}

.badge-light-dark {
  background-color: rgb(131.8261682243, 143.5570093458, 168.9738317757);
  color: #2c323f;
}
.badge-light-dark:hover {
  background-color: rgba(44, 50, 63, 0.2);
  color: #2c323f;
}

.badge-l-dark {
  background-color: rgba(44, 50, 63, 0.1);
}
.badge-l-dark:hover {
  background-color: rgba(44, 50, 63, 0.1);
}

.badge-light-warning {
  background-color: rgb(255, 248.2981308411, 234.8);
  color: #ffb829;
}
.badge-light-warning:hover {
  background-color: rgba(255, 184, 41, 0.2);
  color: #ffb829;
}

.badge-l-warning {
  background-color: rgba(255, 184, 41, 0.1);
}
.badge-l-warning:hover {
  background-color: rgba(255, 184, 41, 0.1);
}

.badge-light-light {
  background-color: rgb(232.5473684211, 232.5473684211, 237.9526315789);
}

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

.badge-light-success {
  background-color: rgba(88, 178, 50, 0.1);
}

.badge-light-secondary {
  background-color: rgba(234, 111, 78, 0.1);
}

.badge-light-warning {
  background-color: rgba(255, 184, 41, 0.1);
}

.badge-light-danger {
  background-color: rgba(252, 86, 74, 0.1);
}

.badge-light-info {
  background-color: rgba(14, 185, 247, 0.1);
}

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

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

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

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

.txt-success {
  color: #58b232 !important;
}

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

.txt-info {
  color: #0eb9f7 !important;
}

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

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

.txt-warning {
  color: #ffb829 !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-default) !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: #2A5699 !important;
  border-color: #2A5699 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #2A5699 !important;
  border-color: #2A5699 !important;
}
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(127.8923076923, 164.4461538462, 220.1076923077);
          box-shadow: 0 0 0 0.2rem rgb(127.8923076923, 164.4461538462, 220.1076923077);
}

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

.btn-success {
  background-color: #58b232 !important;
  border-color: #58b232 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #58b232 !important;
  border-color: #58b232 !important;
}
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(175.7894736842, 226.7105263158, 154.2894736842);
          box-shadow: 0 0 0 0.2rem rgb(175.7894736842, 226.7105263158, 154.2894736842);
}

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

.btn-info {
  background-color: #0eb9f7 !important;
  border-color: #0eb9f7 !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: #0eb9f7 !important;
  border-color: #0eb9f7 !important;
}
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(162.0843373494, 228.0120481928, 251.9156626506);
          box-shadow: 0 0 0 0.2rem rgb(162.0843373494, 228.0120481928, 251.9156626506);
}

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

.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 rgb(107.8037383178, 121.8224299065, 152.1962616822);
          box-shadow: 0 0 0 0.2rem rgb(107.8037383178, 121.8224299065, 152.1962616822);
}

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

.btn-light {
  background-color: rgba(42, 86, 153, 0.06) !important;
  border-color: rgba(42, 86, 153, 0.06) !important;
}
.btn-light:hover {
  background-color: rgba(42, 86, 153, 0.1) !important;
  border-color: rgba(42, 86, 153, 0.1) !important;
}

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

.btn-secondary {
  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: #2A5699;
  color: #2A5699;
  background-color: transparent;
}
.btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active {
  color: #fff !important;
  background-color: rgb(31.0153846154, 63.5076923077, 112.9846153846) !important;
  border-color: rgb(31.0153846154, 63.5076923077, 112.9846153846) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-secondary-2x {
  border-width: 2px;
  border-color: #EA6F4E;
  color: #EA6F4E;
  background-color: transparent;
}
.btn-outline-secondary-2x:hover, .btn-outline-secondary-2x:focus, .btn-outline-secondary-2x:active, .btn-outline-secondary-2x.active {
  color: #fff !important;
  background-color: rgb(228.5909090909, 73.9090909091, 32.4090909091) !important;
  border-color: rgb(228.5909090909, 73.9090909091, 32.4090909091) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-success-2x {
  border-width: 2px;
  border-color: #58b232;
  color: #58b232;
  background-color: transparent;
}
.btn-outline-success-2x:hover, .btn-outline-success-2x:focus, .btn-outline-success-2x:active, .btn-outline-success-2x.active {
  color: #fff !important;
  background-color: rgb(68.3157894737, 138.1842105263, 38.8157894737) !important;
  border-color: rgb(68.3157894737, 138.1842105263, 38.8157894737) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-danger-2x {
  border-width: 2px;
  border-color: #fc564a;
  color: #fc564a;
  background-color: transparent;
}
.btn-outline-danger-2x:hover, .btn-outline-danger-2x:focus, .btn-outline-danger-2x:active, .btn-outline-danger-2x.active {
  color: #fff !important;
  background-color: rgb(251.1684782609, 39.1576086957, 23.8315217391) !important;
  border-color: rgb(251.1684782609, 39.1576086957, 23.8315217391) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-info-2x {
  border-width: 2px;
  border-color: #0eb9f7;
  color: #0eb9f7;
  background-color: transparent;
}
.btn-outline-info-2x:hover, .btn-outline-info-2x:focus, .btn-outline-info-2x:active, .btn-outline-info-2x.active {
  color: #fff !important;
  background-color: rgb(6.7469879518, 150.9638554217, 203.2530120482) !important;
  border-color: rgb(6.7469879518, 150.9638554217, 203.2530120482) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-light-2x {
  border-width: 2px;
  border-color: #f5f5f5;
  color: #f5f5f5;
  background-color: transparent;
}
.btn-outline-light-2x:hover, .btn-outline-light-2x:focus, .btn-outline-light-2x:active, .btn-outline-light-2x.active {
  color: #fff !important;
  background-color: rgb(219.5, 219.5, 219.5) !important;
  border-color: rgb(219.5, 219.5, 219.5) !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: #fff !important;
  background-color: rgb(23.0280373832, 26.1682242991, 32.9719626168) !important;
  border-color: rgb(23.0280373832, 26.1682242991, 32.9719626168) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-warning-2x {
  border-width: 2px;
  border-color: #ffb829;
  color: #ffb829;
  background-color: transparent;
}
.btn-outline-warning-2x:hover, .btn-outline-warning-2x:focus, .btn-outline-warning-2x:active, .btn-outline-warning-2x.active {
  color: #fff !important;
  background-color: rgb(245, 163.714953271, 0) !important;
  border-color: rgb(245, 163.714953271, 0) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary {
  border-color: #2A5699;
  color: #2A5699;
  background-color: transparent;
}
.btn-outline-primary.disabled {
  color: #2A5699;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  color: #fff !important;
  background-color: rgb(31.0153846154, 63.5076923077, 112.9846153846) !important;
  border-color: rgb(31.0153846154, 63.5076923077, 112.9846153846) !important;
}

.btn-outline-secondary {
  border-color: #EA6F4E;
  color: #EA6F4E;
  background-color: transparent;
}
.btn-outline-secondary.disabled {
  color: #EA6F4E;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
  color: #fff !important;
  background-color: rgb(228.5909090909, 73.9090909091, 32.4090909091) !important;
  border-color: rgb(228.5909090909, 73.9090909091, 32.4090909091) !important;
}

.btn-outline-success {
  border-color: #58b232;
  color: #58b232;
  background-color: transparent;
}
.btn-outline-success.disabled {
  color: #58b232;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active {
  color: #fff !important;
  background-color: rgb(68.3157894737, 138.1842105263, 38.8157894737) !important;
  border-color: rgb(68.3157894737, 138.1842105263, 38.8157894737) !important;
}

.btn-outline-danger {
  border-color: #fc564a;
  color: #fc564a;
  background-color: transparent;
}
.btn-outline-danger.disabled {
  color: #fc564a;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active {
  color: #fff !important;
  background-color: rgb(251.1684782609, 39.1576086957, 23.8315217391) !important;
  border-color: rgb(251.1684782609, 39.1576086957, 23.8315217391) !important;
}

.btn-outline-info {
  border-color: #0eb9f7;
  color: #0eb9f7;
  background-color: transparent;
}
.btn-outline-info.disabled {
  color: #0eb9f7;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active {
  color: #fff !important;
  background-color: rgb(6.7469879518, 150.9638554217, 203.2530120482) !important;
  border-color: rgb(6.7469879518, 150.9638554217, 203.2530120482) !important;
}

.btn-outline-light {
  border-color: #f5f5f5;
  color: #f5f5f5;
  background-color: transparent;
  color: #202020;
}
.btn-outline-light.disabled {
  color: #f5f5f5;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #fff !important;
  background-color: rgb(219.5, 219.5, 219.5) !important;
  border-color: rgb(219.5, 219.5, 219.5) !important;
}

.btn-outline-dark {
  border-color: #2c323f;
  color: #2c323f;
  background-color: transparent;
}
.btn-outline-dark.disabled {
  color: #2c323f;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
  color: #fff !important;
  background-color: rgb(23.0280373832, 26.1682242991, 32.9719626168) !important;
  border-color: rgb(23.0280373832, 26.1682242991, 32.9719626168) !important;
}

.btn-outline-warning {
  border-color: #ffb829;
  color: #ffb829;
  background-color: transparent;
}
.btn-outline-warning.disabled {
  color: #ffb829;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active {
  color: #fff !important;
  background-color: rgb(245, 163.714953271, 0) !important;
  border-color: rgb(245, 163.714953271, 0) !important;
}

.btn-primary:not([disabled]):not(.disabled).active {
  background-color: rgb(31.0153846154, 63.5076923077, 112.9846153846);
  border-color: rgb(31.0153846154, 63.5076923077, 112.9846153846);
  -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: #fff;
  background-color: rgb(31.0153846154, 63.5076923077, 112.9846153846);
  border-color: rgb(31.0153846154, 63.5076923077, 112.9846153846);
}

.btn-secondary:not([disabled]):not(.disabled).active {
  background-color: rgb(228.5909090909, 73.9090909091, 32.4090909091);
  border-color: rgb(228.5909090909, 73.9090909091, 32.4090909091);
  -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: #fff;
  background-color: rgb(228.5909090909, 73.9090909091, 32.4090909091);
  border-color: rgb(228.5909090909, 73.9090909091, 32.4090909091);
}

.btn-success:not([disabled]):not(.disabled).active {
  background-color: rgb(68.3157894737, 138.1842105263, 38.8157894737);
  border-color: rgb(68.3157894737, 138.1842105263, 38.8157894737);
  -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: #fff;
  background-color: rgb(68.3157894737, 138.1842105263, 38.8157894737);
  border-color: rgb(68.3157894737, 138.1842105263, 38.8157894737);
}

.btn-danger:not([disabled]):not(.disabled).active {
  background-color: rgb(251.1684782609, 39.1576086957, 23.8315217391);
  border-color: rgb(251.1684782609, 39.1576086957, 23.8315217391);
  -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: #fff;
  background-color: rgb(251.1684782609, 39.1576086957, 23.8315217391);
  border-color: rgb(251.1684782609, 39.1576086957, 23.8315217391);
}

.btn-info:not([disabled]):not(.disabled).active {
  background-color: rgb(6.7469879518, 150.9638554217, 203.2530120482);
  border-color: rgb(6.7469879518, 150.9638554217, 203.2530120482);
  -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: #fff;
  background-color: rgb(6.7469879518, 150.9638554217, 203.2530120482);
  border-color: rgb(6.7469879518, 150.9638554217, 203.2530120482);
}

.btn-light:not([disabled]):not(.disabled).active {
  background-color: rgb(219.5, 219.5, 219.5);
  border-color: rgb(219.5, 219.5, 219.5);
  -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: #fff;
  background-color: rgb(219.5, 219.5, 219.5);
  border-color: rgb(219.5, 219.5, 219.5);
}

.btn-dark:not([disabled]):not(.disabled).active {
  background-color: rgb(23.0280373832, 26.1682242991, 32.9719626168);
  border-color: rgb(23.0280373832, 26.1682242991, 32.9719626168);
  -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: #fff;
  background-color: rgb(23.0280373832, 26.1682242991, 32.9719626168);
  border-color: rgb(23.0280373832, 26.1682242991, 32.9719626168);
}

.btn-warning:not([disabled]):not(.disabled).active {
  background-color: rgb(245, 163.714953271, 0);
  border-color: rgb(245, 163.714953271, 0);
  -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: #fff;
  background-color: rgb(245, 163.714953271, 0);
  border-color: rgb(245, 163.714953271, 0);
}

.btn-outline-primary-2x:not([disabled]):not(.disabled).active {
  background-color: #2A5699;
  border-color: #2A5699;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.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: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(31.0153846154, 63.5076923077, 112.9846153846) !important;
  border-color: rgb(31.0153846154, 63.5076923077, 112.9846153846) !important;
}

.btn-outline-secondary-2x:not([disabled]):not(.disabled).active {
  background-color: #EA6F4E;
  border-color: #EA6F4E;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.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: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(228.5909090909, 73.9090909091, 32.4090909091) !important;
  border-color: rgb(228.5909090909, 73.9090909091, 32.4090909091) !important;
}

.btn-outline-success-2x:not([disabled]):not(.disabled).active {
  background-color: #58b232;
  border-color: #58b232;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.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: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(68.3157894737, 138.1842105263, 38.8157894737) !important;
  border-color: rgb(68.3157894737, 138.1842105263, 38.8157894737) !important;
}

.btn-outline-danger-2x:not([disabled]):not(.disabled).active {
  background-color: #fc564a;
  border-color: #fc564a;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.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: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(251.1684782609, 39.1576086957, 23.8315217391) !important;
  border-color: rgb(251.1684782609, 39.1576086957, 23.8315217391) !important;
}

.btn-outline-info-2x:not([disabled]):not(.disabled).active {
  background-color: #0eb9f7;
  border-color: #0eb9f7;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.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: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(6.7469879518, 150.9638554217, 203.2530120482) !important;
  border-color: rgb(6.7469879518, 150.9638554217, 203.2530120482) !important;
}

.btn-outline-light-2x:not([disabled]):not(.disabled).active {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.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: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(219.5, 219.5, 219.5) !important;
  border-color: rgb(219.5, 219.5, 219.5) !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: #fff;
}
.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: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(23.0280373832, 26.1682242991, 32.9719626168) !important;
  border-color: rgb(23.0280373832, 26.1682242991, 32.9719626168) !important;
}

.btn-outline-warning-2x:not([disabled]):not(.disabled).active {
  background-color: #ffb829;
  border-color: #ffb829;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}
.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: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(245, 163.714953271, 0) !important;
  border-color: rgb(245, 163.714953271, 0) !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 solid #2A5699 !important;
}

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

table thead .border-bottom-success th,
table tbody .border-bottom-success th,
table tbody .border-bottom-success td {
  border-bottom: 1px solid #58b232 !important;
}

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

table thead .border-bottom-info th,
table tbody .border-bottom-info th,
table tbody .border-bottom-info td {
  border-bottom: 1px solid #0eb9f7 !important;
}

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

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

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

/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
.table-styling .table-primary,
.table-styling.table-primary {
  background-color: #2A5699;
  color: #fff;
  border: 3px solid #2A5699;
}
.table-styling .table-primary thead,
.table-styling.table-primary thead {
  background-color: rgb(31.0153846154, 63.5076923077, 112.9846153846);
  border: 3px solid rgb(31.0153846154, 63.5076923077, 112.9846153846);
}
.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: #EA6F4E;
  color: #fff;
  border: 3px solid #EA6F4E;
}
.table-styling .table-secondary thead,
.table-styling.table-secondary thead {
  background-color: rgb(228.5909090909, 73.9090909091, 32.4090909091);
  border: 3px solid rgb(228.5909090909, 73.9090909091, 32.4090909091);
}
.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: #58b232;
  color: #fff;
  border: 3px solid #58b232;
}
.table-styling .table-success thead,
.table-styling.table-success thead {
  background-color: rgb(68.3157894737, 138.1842105263, 38.8157894737);
  border: 3px solid rgb(68.3157894737, 138.1842105263, 38.8157894737);
}
.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: #fc564a;
  color: #fff;
  border: 3px solid #fc564a;
}
.table-styling .table-danger thead,
.table-styling.table-danger thead {
  background-color: rgb(251.1684782609, 39.1576086957, 23.8315217391);
  border: 3px solid rgb(251.1684782609, 39.1576086957, 23.8315217391);
}
.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: #0eb9f7;
  color: #fff;
  border: 3px solid #0eb9f7;
}
.table-styling .table-info thead,
.table-styling.table-info thead {
  background-color: rgb(6.7469879518, 150.9638554217, 203.2530120482);
  border: 3px solid rgb(6.7469879518, 150.9638554217, 203.2530120482);
}
.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-light,
.table-styling.table-light {
  background-color: #f5f5f5;
  color: #fff;
  border: 3px solid #f5f5f5;
}
.table-styling .table-light thead,
.table-styling.table-light thead {
  background-color: rgb(219.5, 219.5, 219.5);
  border: 3px solid rgb(219.5, 219.5, 219.5);
}
.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 solid #2c323f;
}
.table-styling .table-dark thead,
.table-styling.table-dark thead {
  background-color: rgb(23.0280373832, 26.1682242991, 32.9719626168);
  border: 3px solid rgb(23.0280373832, 26.1682242991, 32.9719626168);
}
.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: #ffb829;
  color: #fff;
  border: 3px solid #ffb829;
}
.table-styling .table-warning thead,
.table-styling.table-warning thead {
  background-color: rgb(245, 163.714953271, 0);
  border: 3px solid rgb(245, 163.714953271, 0);
}
.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: #2A5699 !important;
}

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

.stroke-success {
  stroke: #58b232 !important;
}

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

.stroke-info {
  stroke: #0eb9f7 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.b-success {
  border: 1px solid #58b232 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.b-info {
  border: 1px solid #0eb9f7 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.b-dark {
  border: 1px solid #2c323f !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 #ffb829 !important;
}

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

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

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

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

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

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

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

.border-r-warning {
  border-right: 1px solid #ffb829 !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 ======*/
/*====== Border dashed css starts ======*/
.b-width-1 {
  border-width: 1px !important;
}

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

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

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

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

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

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

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

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

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

/*====== Border dashed css ends ======*/
.map-js-height {
  height: 500px;
}

/**====== custom scrollbar css start ======**/
.custom-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 {
  -webkit-box-shadow: inset 0 0 6px rgba(106, 113, 133, 0.2);
}
.custom-scrollbar::-webkit-scrollbar,
.datatable-container::-webkit-scrollbar,
.jsgrid-grid-body::-webkit-scrollbar,
.jsgrid-grid-header::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
.custom-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 {
  background-color: rgba(42, 86, 153, 0.1);
}

/**====== Custom scrollbar css end ======**/
/**====== Animation css Start ======**/
.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;
  position: absolute;
  z-index: 1;
  right: 0;
  background-color: #fff !important;
}

/**====== Modal style css end ======**/
/**====== Animation css start ======**/
.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.options > div {
  color: #cccccc;
  padding: 2px 10px;
  border: 1px solid;
}
.options > div:hover {
  background-color: var(--theme-default);
  color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

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

.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: var(--theme-default) !important;
  border: 1px solid var(--theme-default);
}
.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid var(--theme-default) !important;
}

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

.primary .svg-fill {
  fill: var(--theme-default);
}
.primary .svg-fill:not(.half-circle) {
  stroke: var(--theme-default);
}
.primary .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(42, 86, 153, 0.1) 19.06%, rgba(42, 86, 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(234, 111, 78, 0.1) 19.06%, rgba(234, 111, 78, 0) 79.03%) !important;
}

.success .svg-fill {
  fill: #58b232;
}
.success .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(88, 178, 50, 0.1) 19.06%, rgba(88, 178, 50, 0) 79.03%) !important;
}

.warning .svg-fill {
  fill: #ffb829;
}
.warning .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(255, 184, 41, 0.1) 19.06%, rgba(255, 184, 41, 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;
}
.code-box-copy pre[class*=language-] {
  max-height: 300px;
}

@media (max-width: 1660px) and (min-width: 1400px) {
  .custom-rs-4 {
    width: 33.33333333%;
  }
  .custom-rs-12 {
    width: 100%;
  }
}
.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: #c9deff;
}

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

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

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

.common-title {
  background-color: #fff;
  padding: 18px;
  border-radius: 10px;
}

.header-top {
  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;
  gap: 4px;
}
.header-top a.btn.badge-light-primary:hover {
  background-color: var(--theme-default);
}

.progress-striped-primary {
  background-color: rgba(42, 86, 153, 0.1);
}
.progress-striped-primary .progress-bar {
  background-image: linear-gradient(120deg, #2a5699 25%, transparent 25%, transparent 50%, #2a5699 50%, #2a5699 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: #2A5699;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-striped-secondary {
  background-color: rgba(234, 111, 78, 0.1);
}
.progress-striped-secondary .progress-bar {
  background-image: linear-gradient(120deg, #ea6f4e 25%, transparent 25%, transparent 50%, #ea6f4e 50%, #ea6f4e 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: #EA6F4E;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-striped-warning {
  background-color: rgba(255, 184, 41, 0.1);
}
.progress-striped-warning .progress-bar {
  background-image: linear-gradient(120deg, #ffb829 25%, transparent 25%, transparent 50%, #ffb829 50%, #ffb829 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: #ffb829;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-striped-info {
  background-color: rgba(14, 185, 247, 0.1);
}
.progress-striped-info .progress-bar {
  background-image: linear-gradient(120deg, #0eb9f7 25%, transparent 25%, transparent 50%, #0eb9f7 50%, #0eb9f7 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: #0eb9f7;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-striped-success {
  background-color: rgba(88, 178, 50, 0.1);
}
.progress-striped-success .progress-bar {
  background-image: linear-gradient(120deg, #58b232 25%, transparent 25%, transparent 50%, #58b232 50%, #58b232 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: #58b232;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-striped-danger {
  background-color: rgba(252, 86, 74, 0.1);
}
.progress-striped-danger .progress-bar {
  background-image: linear-gradient(120deg, #fc564a 25%, transparent 25%, transparent 50%, #fc564a 50%, #fc564a 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: #fc564a;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.progress-striped-light {
  background-color: rgba(245, 245, 245, 0.1);
}
.progress-striped-light .progress-bar {
  background-image: linear-gradient(120deg, whitesmoke 25%, transparent 25%, transparent 50%, whitesmoke 50%, whitesmoke 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: #f5f5f5;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

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

@-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;
  }
}
.fill-primary {
  fill: #2A5699;
}

.fill-secondary {
  fill: #EA6F4E;
}

.fill-success {
  fill: #58b232;
}

.fill-warning {
  fill: #ffb829;
}

.fill-danger {
  fill: #fc564a;
}

.fill-info {
  fill: #0eb9f7;
}

/**=====================
    1.1 Reset CSS Ends
==========================**/
/**=====================
    1.2 Typography CSS start
==========================**/
body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: Poppins, sans-serif;
  color: #202020;
}

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

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

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

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

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

a {
  font-size: 0.875rem;
  text-decoration: none;
  color: var(--theme-default);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
a:hover {
  color: var(--theme-default);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
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.7;
  letter-spacing: 0.7px;
}

code {
  color: var(--theme-default) !important;
  border-radius: 2px;
}

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 var(--theme-default);
  padding: 18px;
}
[dir=rtl] blockquote {
  border-left: none;
  border-right: 4px solid var(--theme-default);
}

.figure.text-center blockquote {
  border: none !important;
}
.figure.text-end blockquote {
  border-left: none !important;
  border-right: 4px solid var(--theme-default);
}
[dir=rtl] .figure.text-end blockquote {
  border-right: none;
  border-left: 4px solid var(--theme-default) !important;
}

.row > div {
  position: relative;
}

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

.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(42, 86, 153, 0.03);
  padding: 20px 0;
}

.owl-theme .owl-dots .owl-dot span {
  background: rgb(87.8769230769, 135.9384615385, 209.1230769231);
  width: 8px;
  height: 8px;
  margin: 5px 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--theme-default);
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: -10px;
  margin-top: 20px;
}

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

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

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

.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: #202020;
}
.notify-alert.alert-theme span + span + span {
  border-left: 0 !important;
}
.notify-alert.alert-theme .close {
  color: var(--theme-default);
}

.alert-theme button {
  top: 45px !important;
  right: 20px !important;
  color: var(--theme-default);
}
[dir=rtl] .alert-theme button {
  right: unset !important;
  left: 20px !important;
}
.alert-theme span + span + span {
  background-color: #fff;
  color: var(--theme-default);
  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-default);
}
.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-default);
}

.alert-copy {
  border: 1px solid var(--theme-default);
  line-height: 1;
  display: inline-block;
  width: 300px;
  color: #fff;
  background-color: var(--theme-default);
}
.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-default);
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
  border-top-color: var(--theme-default);
}

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

.swal-button {
  background-color: var(--theme-default);
}
.swal-button:active {
  background-color: rgb(36.5076923077, 74.7538461538, 132.9923076923);
}

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

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

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

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

.purchase-btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(-18.33%, var(--theme-default)), color-stop(62.78%, #563EE0));
  background: linear-gradient(90deg, var(--theme-default) -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-default)));
  background: linear-gradient(90deg, #563EE0 -18.33%, var(--theme-default) 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: #202020;
  background-color: rgb(239.9, 239.9, 239.9) !important;
}

.btn-primary-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(50.7876923077, 103.9938461538, 185.0123076923)), color-stop(51%, rgb(33.2123076923, 68.0061538462, 120.9876923077)), to(rgb(50.7876923077, 103.9938461538, 185.0123076923)));
  background-image: linear-gradient(to right, rgb(50.7876923077, 103.9938461538, 185.0123076923) 0%, rgb(33.2123076923, 68.0061538462, 120.9876923077) 51%, rgb(50.7876923077, 103.9938461538, 185.0123076923) 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(rgb(50.7876923077, 103.9938461538, 185.0123076923)), color-stop(0%), color-stop(rgb(33.2123076923, 68.0061538462, 120.9876923077)), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, rgb(50.7876923077, 103.9938461538, 185.0123076923), 0%, rgb(33.2123076923, 68.0061538462, 120.9876923077), 100%, #fff) !important;
}

.btn-secondary-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(238.3272727273, 140.6727272727, 114.4727272727)), color-stop(51%, rgb(229.6727272727, 81.3272727273, 41.5272727273)), to(rgb(238.3272727273, 140.6727272727, 114.4727272727)));
  background-image: linear-gradient(to right, rgb(238.3272727273, 140.6727272727, 114.4727272727) 0%, rgb(229.6727272727, 81.3272727273, 41.5272727273) 51%, rgb(238.3272727273, 140.6727272727, 114.4727272727) 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(rgb(238.3272727273, 140.6727272727, 114.4727272727)), color-stop(0%), color-stop(rgb(229.6727272727, 81.3272727273, 41.5272727273)), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, rgb(238.3272727273, 140.6727272727, 114.4727272727), 0%, rgb(229.6727272727, 81.3272727273, 41.5272727273), 100%, #fff) !important;
}

.btn-success-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(106.8947368421, 202.1052631579, 66.6947368421)), color-stop(51%, rgb(72.2526315789, 146.1473684211, 41.0526315789)), to(rgb(106.8947368421, 202.1052631579, 66.6947368421)));
  background-image: linear-gradient(to right, rgb(106.8947368421, 202.1052631579, 66.6947368421) 0%, rgb(72.2526315789, 146.1473684211, 41.0526315789) 51%, rgb(106.8947368421, 202.1052631579, 66.6947368421) 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(rgb(106.8947368421, 202.1052631579, 66.6947368421)), color-stop(0%), color-stop(rgb(72.2526315789, 146.1473684211, 41.0526315789)), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, rgb(106.8947368421, 202.1052631579, 66.6947368421), 0%, rgb(72.2526315789, 146.1473684211, 41.0526315789), 100%, #fff) !important;
}

.btn-danger-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(252.6652173913, 123.4739130435, 114.1347826087)), color-stop(51%, rgb(251.3347826087, 48.5260869565, 33.8652173913)), to(rgb(252.6652173913, 123.4739130435, 114.1347826087)));
  background-image: linear-gradient(to right, rgb(252.6652173913, 123.4739130435, 114.1347826087) 0%, rgb(251.3347826087, 48.5260869565, 33.8652173913) 51%, rgb(252.6652173913, 123.4739130435, 114.1347826087) 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(rgb(252.6652173913, 123.4739130435, 114.1347826087)), color-stop(0%), color-stop(rgb(251.3347826087, 48.5260869565, 33.8652173913)), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, rgb(252.6652173913, 123.4739130435, 114.1347826087), 0%, rgb(251.3347826087, 48.5260869565, 33.8652173913), 100%, #fff) !important;
}

.btn-warning-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 197.5364485981, 81.8)), color-stop(51%, rgb(255, 170.4635514019, 0.2)), to(rgb(255, 197.5364485981, 81.8)));
  background-image: linear-gradient(to right, rgb(255, 197.5364485981, 81.8) 0%, rgb(255, 170.4635514019, 0.2) 51%, rgb(255, 197.5364485981, 81.8) 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(rgb(255, 197.5364485981, 81.8)), color-stop(0%), color-stop(rgb(255, 170.4635514019, 0.2)), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, rgb(255, 197.5364485981, 81.8), 0%, rgb(255, 170.4635514019, 0.2), 100%, #fff) !important;
}

.btn-info-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(53.4891566265, 196.4698795181, 248.3108433735)), color-stop(51%, rgb(7.0746987952, 158.2963855422, 213.1253012048)), to(rgb(53.4891566265, 196.4698795181, 248.3108433735)));
  background-image: linear-gradient(to right, rgb(53.4891566265, 196.4698795181, 248.3108433735) 0%, rgb(7.0746987952, 158.2963855422, 213.1253012048) 51%, rgb(53.4891566265, 196.4698795181, 248.3108433735) 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(rgb(53.4891566265, 196.4698795181, 248.3108433735)), color-stop(0%), color-stop(rgb(7.0746987952, 158.2963855422, 213.1253012048)), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, rgb(53.4891566265, 196.4698795181, 248.3108433735), 0%, rgb(7.0746987952, 158.2963855422, 213.1253012048), 100%, #fff) !important;
}

.btn-light-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(51%, rgb(224.6, 224.6, 224.6)), to(white));
  background-image: linear-gradient(to right, white 0%, rgb(224.6, 224.6, 224.6) 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(rgb(224.6, 224.6, 224.6)), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, white, 0%, rgb(224.6, 224.6, 224.6), 100%, #fff) !important;
}

.btn-dark-gradien {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(60.7775700935, 69.0654205607, 87.0224299065)), color-stop(51%, rgb(27.2224299065, 30.9345794393, 38.9775700935)), to(rgb(60.7775700935, 69.0654205607, 87.0224299065)));
  background-image: linear-gradient(to right, rgb(60.7775700935, 69.0654205607, 87.0224299065) 0%, rgb(27.2224299065, 30.9345794393, 38.9775700935) 51%, rgb(60.7775700935, 69.0654205607, 87.0224299065) 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(rgb(60.7775700935, 69.0654205607, 87.0224299065)), color-stop(0%), color-stop(rgb(27.2224299065, 30.9345794393, 38.9775700935)), color-stop(100%), to(#fff)) !important;
  background-image: linear-gradient(to right, rgb(60.7775700935, 69.0654205607, 87.0224299065), 0%, rgb(27.2224299065, 30.9345794393, 38.9775700935), 100%, #fff) !important;
}

.btn {
  padding: 0.375rem 1.75rem;
}

.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 solid #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: rgb(31.0153846154, 63.5076923077, 112.9846153846);
  border-color: rgb(31.0153846154, 63.5076923077, 112.9846153846);
}

.input-air-primary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(42, 86, 153, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(42, 86, 153, 0.1) !important;
}
.input-air-primary:focus {
  border-color: #2A5699;
}

.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: rgb(228.5909090909, 73.9090909091, 32.4090909091);
  border-color: rgb(228.5909090909, 73.9090909091, 32.4090909091);
}

.input-air-secondary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(234, 111, 78, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(234, 111, 78, 0.1) !important;
}
.input-air-secondary:focus {
  border-color: #EA6F4E;
}

.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: rgb(68.3157894737, 138.1842105263, 38.8157894737);
  border-color: rgb(68.3157894737, 138.1842105263, 38.8157894737);
}

.input-air-success {
  -webkit-box-shadow: 0 3px 5px 1px rgba(88, 178, 50, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(88, 178, 50, 0.1) !important;
}
.input-air-success:focus {
  border-color: #58b232;
}

.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: rgb(251.1684782609, 39.1576086957, 23.8315217391);
  border-color: rgb(251.1684782609, 39.1576086957, 23.8315217391);
}

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

.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: rgb(6.7469879518, 150.9638554217, 203.2530120482);
  border-color: rgb(6.7469879518, 150.9638554217, 203.2530120482);
}

.input-air-info {
  -webkit-box-shadow: 0 3px 5px 1px rgba(14, 185, 247, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(14, 185, 247, 0.1) !important;
}
.input-air-info:focus {
  border-color: #0eb9f7;
}

.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: rgb(219.5, 219.5, 219.5);
  border-color: rgb(219.5, 219.5, 219.5);
}

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

.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: rgb(23.0280373832, 26.1682242991, 32.9719626168);
  border-color: rgb(23.0280373832, 26.1682242991, 32.9719626168);
}

.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: rgb(245, 163.714953271, 0);
  border-color: rgb(245, 163.714953271, 0);
}

.input-air-warning {
  -webkit-box-shadow: 0 3px 5px 1px rgba(255, 184, 41, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(255, 184, 41, 0.1) !important;
}
.input-air-warning:focus {
  border-color: #ffb829;
}

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

.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: solid;
  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
==========================**/
::-moz-selection {
  background-color: rgba(42, 86, 153, 0.2);
  color: var(--theme-default);
}
::selection {
  background-color: rgba(42, 86, 153, 0.2);
  color: var(--theme-default);
}

::-moz-selection {
  background-color: var(--theme-default);
  color: var(--theme-default);
}

.light-bg-primary {
  background-color: rgba(42, 86, 153, 0.08);
}
.light-bg-primary:hover {
  background-color: unset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 86, 153, 0.05)), to(rgba(42, 86, 153, 0.16)));
  background-image: linear-gradient(rgba(42, 86, 153, 0.05), rgba(42, 86, 153, 0.16));
}

.light-bg-secondary {
  background-color: rgba(234, 111, 78, 0.08);
}
.light-bg-secondary:hover {
  background-color: unset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 111, 78, 0.05)), to(rgba(234, 111, 78, 0.16)));
  background-image: linear-gradient(rgba(234, 111, 78, 0.05), rgba(234, 111, 78, 0.16));
}

.light-bg-success {
  background-color: rgba(88, 178, 50, 0.08);
}
.light-bg-success:hover {
  background-color: unset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 178, 50, 0.05)), to(rgba(88, 178, 50, 0.16)));
  background-image: linear-gradient(rgba(88, 178, 50, 0.05), rgba(88, 178, 50, 0.16));
}

.navbar {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar .navbar-toggler {
  margin-left: auto;
}

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

.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-default);
  border: none;
  padding: 7px;
  outline: 2px solid var(--theme-default);
  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;
}

.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;
  letter-spacing: 1px;
  padding: 12px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.navbar-nav .nav-item .nav-link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--theme-default);
}

.landing-page .fluid-space {
  padding: 0 calc(100px + 60 * (100vw - 300px) / 1620);
}
@media (max-width: 1399px) {
  .landing-page .fluid-space {
    padding: 0 80px;
  }
}
@media (max-width: 575px) {
  .landing-page .fluid-space {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .landing-page .fluid-space {
    padding: 0 35px;
  }
}
.landing-page .section-py-space {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .landing-page .section-py-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .landing-page .section-py-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .landing-page .section-py-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.landing-page .navbar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.landing-page .main-title {
  color: var(--body-font-color);
  font-family: Poppins, sans-serif;
  font-size: calc(24px + 16 * (100vw - 300px) / 1620);
  line-height: 0.8;
  text-transform: capitalize;
}
.landing-page .description-title {
  color: #959595;
  font-family: Poppins, sans-serif;
  font-size: calc(14px + 3 * (100vw - 300px) / 1620);
  font-style: normal;
  font-weight: 400;
  margin-bottom: 38px;
  width: 32%;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .landing-page .description-title {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .landing-page .description-title {
    width: 68%;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .landing-page .description-title {
    width: 88%;
  }
}
.landing-page .landing-header {
  padding: 15px 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1700px) {
  .landing-page .landing-header {
    padding: 10px 40px;
  }
}
@media (max-width: 1500px) {
  .landing-page .landing-header {
    padding: 10px 0;
  }
}
@media (max-width: 1199px) {
  .landing-page .landing-header .fluid-space {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .landing-page .landing-header .fluid-space {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .landing-page .landing-header .navbar-brand {
    padding: 0;
  }
}
.landing-page .landing-header .navbar-brand img {
  width: 130px;
}
@media (max-width: 767px) {
  .landing-page .landing-header .navbar-brand img {
    width: auto;
  }
}
@media (max-width: 360px) {
  .landing-page .landing-header .navbar-brand img {
    width: 90px;
  }
}
.landing-page .landing-header.sticky {
  background-color: #002456;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .landing-page .landing-header ul.landing-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
  }
}
.landing-page .landing-header ul.landing-menu.open {
  right: 0;
}
.landing-page .landing-header ul.landing-menu li.nav-item.menu-back {
  border-bottom: 1px solid rgba(106, 113, 133, 0.2);
  padding: 22px 20px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
  font-size: calc(14px + 2 * (100vw - 300px) / 1620);
  display: none;
  cursor: pointer;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .landing-page .landing-header ul.landing-menu li.nav-item.menu-back {
    display: block;
  }
}
.landing-page .landing-header ul.landing-menu li.nav-item.menu-back i {
  font-size: calc(14px + 2 * (100vw - 300px) / 1620);
  margin-left: 10px;
}
.landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
  color: #fff;
  padding: 0 16px;
  font-size: calc(14px + 2 * (100vw - 300px) / 1620);
  font-weight: 500;
  text-transform: capitalize;
  text-align: left;
}
@media (max-width: 1199px) {
  .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
    color: var(--body-font-color);
    padding: 10px 20px;
  }
}
.landing-page .landing-header ul.landing-menu li.nav-item:hover .nav-link {
  color: var(--theme-default);
}
.landing-page .landing-header .buy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-page .landing-header .buy-block .btn-header {
  padding: 12px 38px;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1.922px 1.537px 0px rgba(42, 86, 153, 0.03), 0px 4.618px 3.694px 0px rgba(42, 86, 153, 0.05), 0px 8.695px 6.956px 0px rgba(42, 86, 153, 0.06), 0px 29.012px 23.21px 0px rgba(42, 86, 153, 0.09);
          box-shadow: 0px 1.922px 1.537px 0px rgba(42, 86, 153, 0.03), 0px 4.618px 3.694px 0px rgba(42, 86, 153, 0.05), 0px 8.695px 6.956px 0px rgba(42, 86, 153, 0.06), 0px 29.012px 23.21px 0px rgba(42, 86, 153, 0.09);
}
@media (max-width: 991px) {
  .landing-page .landing-header .buy-block .btn-header {
    padding: 10px 25px;
  }
}
@media (max-width: 1199px) {
  .landing-page .landing-header .buy-block .btn-header {
    padding: 10px 20px;
  }
}
@media (max-width: 360px) {
  .landing-page .landing-header .buy-block .btn-header {
    padding: 8px 16px;
  }
}
.landing-page .landing-header .buy-block .toggle-menu {
  margin-left: 20px;
  display: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .landing-page .landing-header .buy-block .toggle-menu {
    display: block;
  }
}
@media (max-width: 480px) {
  .landing-page .landing-header .buy-block .toggle-menu {
    margin-left: 10px;
  }
}
.landing-page .landing-header .buy-block .toggle-menu i {
  font-size: 24px;
  color: #fff;
  vertical-align: middle;
}
.landing-page .btn-landing {
  border-radius: 7px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  background-color: var(--theme-default);
  padding: 12px 39px;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .landing-page .btn-landing {
    padding: 10px 15px;
    font-size: 14px !important;
  }
}
@media (max-width: 575px) {
  .landing-page .btn-landing {
    padding: 9px 12px;
  }
}
.landing-page .landing-home {
  background-image: url("../images/landing/landing-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.landing-page .landing-home .banner-img-1 {
  position: absolute;
  top: 18%;
  left: -70px;
  -webkit-animation: up-down 5s infinite;
          animation: up-down 5s infinite;
}
@media (max-width: 1660px) {
  .landing-page .landing-home .banner-img-1 {
    left: -142px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .landing-page .landing-home .banner-img-1 {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .landing-page .landing-home .banner-img-1 {
    display: none;
  }
}
.landing-page .landing-home .banner-img-2 {
  position: absolute;
  top: 45%;
  right: -80px;
  -webkit-animation: up-down 5s infinite;
          animation: up-down 5s infinite;
}
@media (max-width: 1660px) {
  .landing-page .landing-home .banner-img-2 {
    top: 30%;
    right: -132px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .landing-page .landing-home .banner-img-2 {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .landing-page .landing-home .banner-img-2 {
    display: none;
  }
}
.landing-page .landing-home .landing-center {
  text-align: center;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .landing-page .landing-home .landing-center {
    padding: 40px 0 0 0;
  }
}
.landing-page .landing-home .landing-center .main-content-home {
  padding: 50px 0 30px 0;
}
@media (max-width: 991px) {
  .landing-page .landing-home .landing-center .main-content-home {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .landing-page .landing-home .landing-center .main-content-home {
    padding-top: 35px;
  }
}
.landing-page .landing-home .landing-center .main-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding-top: 26px;
}
.landing-page .landing-home .landing-center .main-buttons .btn-primary {
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1.922px 1.537px 0px rgba(42, 86, 153, 0.03), 0px 4.618px 3.694px 0px rgba(42, 86, 153, 0.05), 0px 8.695px 6.956px 0px rgba(42, 86, 153, 0.06), 0px 29.012px 23.21px 0px rgba(42, 86, 153, 0.09);
          box-shadow: 0px 1.922px 1.537px 0px rgba(42, 86, 153, 0.03), 0px 4.618px 3.694px 0px rgba(42, 86, 153, 0.05), 0px 8.695px 6.956px 0px rgba(42, 86, 153, 0.06), 0px 29.012px 23.21px 0px rgba(42, 86, 153, 0.09);
}
@media (max-width: 575px) {
  .landing-page .landing-home .landing-center .main-buttons .btn-primary {
    padding: 6px 12px;
  }
}
.landing-page .landing-home .landing-center .main-buttons .btn-secondary {
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1.922px 1.537px 0px rgba(234, 111, 78, 0.03), 0px 4.618px 3.694px 0px rgba(234, 111, 78, 0.05), 0px 8.695px 6.956px 0px rgba(234, 111, 78, 0.06), 0px 29.012px 23.21px 0px rgba(234, 111, 78, 0.09);
          box-shadow: 0px 1.922px 1.537px 0px rgba(234, 111, 78, 0.03), 0px 4.618px 3.694px 0px rgba(234, 111, 78, 0.05), 0px 8.695px 6.956px 0px rgba(234, 111, 78, 0.06), 0px 29.012px 23.21px 0px rgba(234, 111, 78, 0.09);
}
@media (max-width: 575px) {
  .landing-page .landing-home .landing-center .main-buttons .btn-secondary {
    padding: 6px 12px;
  }
}
.landing-page .landing-home .landing-center .title-content {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .landing-page .landing-home .landing-center .title-content {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .landing-page .landing-home .landing-center .title-content {
    width: 105%;
  }
}
@media (max-width: 767px) {
  .landing-page .landing-home .landing-center .title-content {
    width: 100%;
  }
}
.landing-page .landing-home .landing-center .title-content h1 {
  color: #fff;
  font-size: calc(22px + 21 * (100vw - 320px) / 1600);
  font-weight: 700;
  position: relative;
  line-height: 0.8;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .landing-page .landing-home .landing-center .title-content h1 {
    line-height: 1.3;
    margin-top: 0;
  }
}
.landing-page .landing-home .landing-center .title-content h1 span {
  background: linear-gradient(91deg, var(--theme-default) -65.48%, var(--theme-secondary) 54.88%, #ffb829 67.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-page .landing-home .landing-center .title-content p {
  font-size: calc(14px + 5 * (100vw - 320px) / 1600);
  padding-top: 22px;
  width: 57%;
  margin: auto;
  color: #fff;
  text-align: center;
  opacity: 0.8;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .landing-page .landing-home .landing-center .title-content p {
    width: 100%;
    padding-top: 3px;
  }
}
.landing-page .landing-home .landing-center .container-fluid .images-set {
  position: relative;
}
.landing-page .landing-home .landing-center .container-fluid .images-set .desktop-screen {
  margin-bottom: 20px;
  -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
@media (max-width: 1660px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .desktop-screen {
    width: 470px;
  }
}
@media (max-width: 575px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .desktop-screen {
    width: auto;
  }
}
.landing-page .landing-home .landing-center .container-fluid .images-set .laptop-screen {
  position: absolute;
  left: 0;
  bottom: -15px;
  -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .laptop-screen {
    left: 150px !important;
  }
}
@media (max-width: 1660px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .laptop-screen {
    width: 380px;
    left: 52px;
  }
}
@media (max-width: 991px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .laptop-screen {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .laptop-screen {
    display: none;
  }
}
.landing-page .landing-home .landing-center .container-fluid .images-set .tablet-screen {
  position: absolute;
  bottom: 20px;
  right: 180px;
  -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .tablet-screen {
    right: 280px;
  }
}
@media (max-width: 1660px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .tablet-screen {
    width: 170px;
  }
}
@media (max-width: 991px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .tablet-screen {
    right: 17px;
  }
}
@media (max-width: 767px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .tablet-screen {
    display: none;
  }
}
.landing-page .landing-home .landing-center .container-fluid .images-set .mobile-screen {
  position: absolute;
  bottom: 0px;
  right: 100px;
  -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .mobile-screen {
    right: 210px;
  }
}
@media (max-width: 1660px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .mobile-screen {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .mobile-screen {
    right: -17px;
  }
}
@media (max-width: 767px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .mobile-screen {
    display: none;
  }
}
.landing-page .landing-home .landing-center .container-fluid .images-set .trendy-arrow {
  -webkit-animation: up-down 7s ease-in-out infinite;
          animation: up-down 7s ease-in-out infinite;
}
@media (max-width: 991px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .trendy-arrow {
    display: none;
  }
}
.landing-page .landing-home .landing-center .container-fluid .images-set .trendy-arrow svg {
  position: absolute;
  height: calc(24px + 38 * (100vw - 320px) / 1600);
  top: 55px;
  left: 110px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  rotate: 80deg;
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .trendy-arrow svg {
    top: 80px;
    left: 200px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .trendy-arrow svg {
    left: 122px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .trendy-arrow svg {
    left: 42px;
  }
}
.landing-page .landing-home .landing-center .container-fluid .images-set .trendy-arrow h4 {
  font-family: Caveat;
  font-size: calc(18px + 22 * (100vw - 320px) / 1600);
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 100px;
  -webkit-transform: rotate(341deg);
          transform: rotate(341deg);
  color: var(--theme-secondary);
}
@media (max-width: 1660px) and (min-width: 1400px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .trendy-arrow h4 {
    top: 40px;
    left: 200px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .trendy-arrow h4 {
    left: 145px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .landing-page .landing-home .landing-center .container-fluid .images-set .trendy-arrow h4 {
    left: 65px;
    top: 22px;
  }
}
.landing-page .landing-page-design {
  background-color: #fff;
}
.landing-page .landing-page-design .layout-box .img-wrraper {
  border: 18px solid rgba(42, 86, 153, 0.1);
  border-bottom: unset;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 0 3px 9px 3px rgba(169, 184, 200, 0.15);
          box-shadow: 0 3px 9px 3px rgba(169, 184, 200, 0.15);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.landing-page .landing-page-design .layout-box .img-wrraper .layout-img {
  border: 5px solid #fff;
}
.landing-page .landing-page-design .layout-box .layout-btn {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .landing-page .landing-page-design .layout-box .layout-btn {
    padding-top: 18px;
  }
}
.landing-page .landing-page-design .layout-box:hover .img-wrraper {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.landing-page .framework-section {
  scroll-behavior: smooth;
  overflow: hidden;
  background-color: rgba(42, 86, 153, 0.06);
}
.landing-page .framework-section .framworks-list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 55px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .landing-page .framework-section .framworks-list {
    gap: 30px;
  }
}
.landing-page .framework-section .framworks-list li {
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 222px;
  gap: 10px;
  padding: 12px 30px 12px 12px;
  background-color: #fff;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: rgba(42, 86, 153, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(42, 86, 153, 0.2) 0px 2px 8px 0px;
}
.landing-page .framework-section .framworks-list li div {
  height: 70px;
  width: 70px;
  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;
  border-radius: 6px;
  background-color: rgba(42, 86, 153, 0.1);
}
.landing-page .framework-section .framworks-list li div img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: calc(20px + 20 * (100vw - 320px) / 1600);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .landing-page .framework-section .framworks-list li div {
    height: 60px;
    width: 60px;
  }
}
.landing-page .framework-section .framworks-list li:nth-child(13) {
  margin-bottom: 0px;
}
.landing-page .framework-section .framworks-list li:last-child {
  margin-bottom: 0px;
}
.landing-page .framework-section .framworks-list li:hover {
  background-color: #fff;
}
.landing-page .framework-section .framworks-list li:hover::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  border-radius: 10px;
}
.landing-page .framework-section .framworks-list li:hover img {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-animation: swing 2s ease infinite;
          animation: swing 2s ease infinite;
}
.landing-page .framework-section .framworks-list li h5 {
  font-family: Poppins, sans-serif;
  color: var(--body-font-color);
}
.landing-page .application-section {
  background-color: #fff;
}
.landing-page .application-section .application .application-block .demo-box {
  background-color: rgba(42, 86, 153, 0.1);
  padding-bottom: unset !important;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px 3px var(--application-shadow);
          box-shadow: 0 3px 9px 3px var(--application-shadow);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.landing-page .application-section .application .application-block .demo-box .img-wrraper {
  overflow: hidden;
  position: relative;
}
.landing-page .application-section .application .application-block .demo-box .img-wrraper img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.landing-page .application-section .application .application-block .demo-box .demo-detail {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.landing-page .application-section .application .application-block .demo-box .demo-detail .btn {
  border-bottom: unset !important;
  border-radius: 15px 15px 0px 0px !important;
}
@media (max-width: 767px) {
  .landing-page .application-section .application .application-block .demo-box .demo-detail .btn {
    padding-inline: 17px;
  }
}
.landing-page .application-section .application .application-block .demo-box:hover {
  -webkit-box-shadow: 0 3px 9px 3px rgba(169, 184, 200, 0.15);
          box-shadow: 0 3px 9px 3px rgba(169, 184, 200, 0.15);
}
.landing-page .application-section .application .application-block .demo-box:hover .img-wrraper img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.landing-page .about-pages {
  background-color: rgba(42, 86, 153, 0.06);
}
.landing-page .about-pages .customer-wrap {
  position: relative;
  margin-bottom: -11px;
}
@media (max-width: 1199px) {
  .landing-page .about-pages .customer-wrap {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .landing-page .about-pages .customer-wrap {
    margin: 0 -10px -11px;
  }
}
@media (max-width: 767px) {
  .landing-page .about-pages .customer-wrap {
    margin: -12px;
  }
}
.landing-page .about-pages .customer-wrap > div {
  padding: 0 28px;
}
@media (max-width: 1199px) {
  .landing-page .about-pages .customer-wrap > div {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .landing-page .about-pages .customer-wrap > div {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .landing-page .about-pages .customer-wrap > div {
    padding: 12px;
  }
}
@media (max-width: 1199px) {
  .landing-page .about-pages .customer-wrap > div:last-child .outline-box {
    width: 100%;
  }
}
.landing-page .about-pages .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) {
  .landing-page .about-pages .customer-wrap .line {
    width: 1000px;
    left: 42px;
  }
}
@media (max-width: 1199px) {
  .landing-page .about-pages .customer-wrap .line {
    width: 600px;
    left: 190px;
  }
}
@media (max-width: 991px) {
  .landing-page .about-pages .customer-wrap .line {
    width: 472px;
    left: 125px;
  }
}
@media (max-width: 767px) {
  .landing-page .about-pages .customer-wrap .line {
    display: none;
  }
}
.landing-page .about-pages .customer-wrap .about-customer:nth-child(odd) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .landing-page .about-pages .customer-wrap .about-customer:nth-child(odd) {
    margin-bottom: 0px;
  }
}
.landing-page .about-pages .customer-wrap .about-customer:nth-child(even) {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .landing-page .about-pages .customer-wrap .about-customer:nth-child(even) {
    margin-top: 0px;
  }
}
.landing-page .about-pages .customer-wrapper {
  position: relative;
}
.landing-page .about-pages .customer-wrapper .customer-box {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 40px 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 9px 3px rgba(169, 184, 200, 0.15);
          box-shadow: 0 3px 9px 3px rgba(169, 184, 200, 0.15);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.landing-page .about-pages .customer-wrapper .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: #2A5699;
}
.landing-page .about-pages .customer-wrapper .customer-box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.landing-page .about-pages .customer-wrapper .customer-box:hover::before {
  height: 100%;
}
.landing-page .about-pages .customer-wrapper .customer-box:hover h5 {
  color: #fff;
}
.landing-page .about-pages .customer-wrapper .customer-box h5 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #959595;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .landing-page .about-pages .customer-wrapper .customer-box h5 {
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .landing-page .about-pages .customer-wrapper .customer-box {
    padding: 40px 35px;
  }
}
@media (max-width: 1199px) {
  .landing-page .about-pages .customer-wrapper .customer-box {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .landing-page .about-pages .customer-wrapper .customer-box {
    padding: 17px 13px;
  }
}
@media (max-width: 575px) {
  .landing-page .about-pages .customer-wrapper .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);
  }
}
.landing-page .about-pages .customer-wrapper .customer-box img {
  height: 70px;
  width: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .landing-page .about-pages .customer-wrapper .customer-box img {
    height: 50px;
  }
}
.landing-page .components-section .flower-gif {
  left: unset;
  right: 5%;
  top: 20%;
}
@media (max-width: 991px) {
  .landing-page .components-section .flower-gif {
    right: 10%;
    top: 9%;
  }
}
.landing-page .components-section .component-responsive {
  -ms-flex-wrap: initial;
      flex-wrap: initial;
}
@media (max-width: 420px) {
  .landing-page .components-section .component-responsive .component-col-set {
    width: 100%;
  }
}
.landing-page .components-section .component-responsive .component-hover-effect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: rgba(42, 86, 153, 0.04);
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(46, 35, 94, 0.07);
          box-shadow: 0px 4px 10px rgba(46, 35, 94, 0.07);
  border-radius: 5px;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 78px;
}
@media (max-width: 767px) {
  .landing-page .components-section .component-responsive .component-hover-effect {
    padding: 13px;
    min-height: 68px;
  }
}
.landing-page .components-section .component-responsive .component-hover-effect svg {
  width: 26px;
  height: 26px;
}
.landing-page .features-section {
  scroll-behavior: smooth;
  overflow: hidden;
  background-color: rgba(42, 86, 153, 0.06);
}
.landing-page .features-section .feature-content .feature-box {
  border-radius: 10px;
  padding: 20px 38px;
  border: 2px solid #fff;
  background: #fff;
  -webkit-box-shadow: 0 3px 9px 3px rgba(169, 184, 200, 0.15);
          box-shadow: 0 3px 9px 3px rgba(169, 184, 200, 0.15);
  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;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .landing-page .features-section .feature-content .feature-box {
    padding: 15px;
  }
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper {
  width: 50px;
  height: 50px;
  border-radius: 60px;
  margin-bottom: 20px;
  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: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper svg {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 25px;
  height: 25px;
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper.bg-1 {
  background-color: rgba(252, 86, 74, 0.1);
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper.bg-1 svg {
  fill: #fc564a;
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper.bg-2 {
  background-color: rgba(255, 184, 41, 0.1);
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper.bg-2 svg {
  fill: #ffb829;
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper.bg-3 {
  background-color: rgba(14, 185, 247, 0.1);
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper.bg-3 svg {
  fill: #0eb9f7;
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper.bg-4 {
  background-color: rgba(88, 178, 50, 0.1);
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper.bg-4 svg {
  fill: #58b232;
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper.bg-5 {
  background-color: rgba(255, 184, 41, 0.1);
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper.bg-5 svg {
  fill: #ffb829;
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper.bg-6 {
  background-color: rgba(252, 86, 74, 0.1);
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper.bg-6 svg {
  fill: #fc564a;
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper.bg-7 {
  background-color: rgba(234, 111, 78, 0.1);
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper.bg-7 svg {
  fill: #EA6F4E;
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper.bg-8 {
  background-color: rgba(14, 185, 247, 0.1);
}
.landing-page .features-section .feature-content .feature-box .icon-wrraper.bg-8 svg {
  fill: #0eb9f7;
}
.landing-page .features-section .feature-content .feature-box h4 {
  color: var(--body-font-color);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1740px) {
  .landing-page .features-section .feature-content .feature-box h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}
.landing-page .features-section .feature-content .feature-box p {
  font-size: calc(14px + 2 * (100vw - 300px) / 1620);
  color: #959595;
  margin-bottom: unset;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (max-width: 991px) and (min-width: 768px) {
  .landing-page .features-section .feature-content .feature-box p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}
.landing-page .features-section .feature-content .feature-box:hover {
  background-color: var(--theme-default);
  -webkit-box-shadow: 0 10px 20px rgba(42, 86, 153, 0.1), 0 6px 6px rgba(42, 86, 153, 0.1);
          box-shadow: 0 10px 20px rgba(42, 86, 153, 0.1), 0 6px 6px rgba(42, 86, 153, 0.1);
}
.landing-page .features-section .feature-content .feature-box:hover .icon-wrraper {
  background-color: #fff;
}
.landing-page .features-section .feature-content .feature-box:hover .icon-wrraper svg {
  fill: var(--theme-default);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.landing-page .features-section .feature-content .feature-box:hover h4 {
  color: #fff;
}
.landing-page .features-section .feature-content .feature-box:hover p {
  color: #fff;
}
.landing-page .support-section {
  background-color: #fff;
}
.landing-page .support-section .fluid-space {
  padding: 0 calc(160px + 90 * (100vw - 300px) / 1620) !important;
}
@media (max-width: 1399px) {
  .landing-page .support-section .fluid-space {
    padding: 0 180px !important;
  }
}
@media (max-width: 1199px) {
  .landing-page .support-section .fluid-space {
    padding: 0 100px !important;
  }
}
@media (max-width: 575px) {
  .landing-page .support-section .fluid-space {
    padding: 0 40px !important;
  }
}
@media (max-width: 480px) {
  .landing-page .support-section .fluid-space {
    padding: 0 35px !important;
  }
}
.landing-page .support-section .landing-title .sub-title {
  font-family: "Caveat", cursive;
  font-size: 40px;
  font-size: calc(22px + 17 * (100vw - 300px) / 1620);
  font-weight: 700;
}
.landing-page .support-section .landing-title h2 {
  font-family: Poppins, sans-serif;
  color: var(--body-font-color);
  font-size: calc(22px + 17 * (100vw - 300px) / 1620);
  text-transform: capitalize;
}
.landing-page .support-section .landing-title p {
  color: #959595;
  font-family: "Outfit", sans-serif;
  font-size: calc(14px + 2 * (100vw - 300px) / 1620);
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 34px;
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .landing-page .support-section .landing-title p {
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .landing-page .support-section .landing-title p {
    padding-bottom: 0;
  }
}
.landing-page .support-section .landing-title .support-button {
  border-radius: 7px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 39px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .landing-page .support-section .landing-title .support-button {
    font-size: 14px;
    padding: 9px 28px;
  }
}
.landing-page .support-section .support-img {
  position: relative;
  margin-bottom: -2px;
}
.landing-page .support-section .support-img .img-1 {
  width: 600px;
}
@media (max-width: 1600px) {
  .landing-page .support-section .support-img .img-1 {
    width: 500px;
  }
}
@media (max-width: 1399px) {
  .landing-page .support-section .support-img .img-1 {
    width: 450px;
  }
}
@media (max-width: 1199px) {
  .landing-page .support-section .support-img .img-1 {
    width: 430px;
  }
}
@media (max-width: 991px) {
  .landing-page .support-section .support-img .img-1 {
    width: 400px;
  }
}
@media (max-width: 930px) {
  .landing-page .support-section .support-img .img-1 {
    width: 370px;
  }
}
@media (max-width: 767px) {
  .landing-page .support-section .support-img .img-1 {
    width: 350px;
  }
}
@media (max-width: 460px) {
  .landing-page .support-section .support-img .img-1 {
    width: 300px;
  }
}
@media (max-width: 360px) {
  .landing-page .support-section .support-img .img-1 {
    width: 250px;
  }
}
.landing-page .support-section .support-img .img-2 {
  position: absolute;
  left: 4%;
  bottom: 13%;
}
@media (max-width: 1700px) {
  .landing-page .support-section .support-img .img-2 {
    left: -1%;
  }
}
@media (max-width: 1600px) {
  .landing-page .support-section .support-img .img-2 {
    width: 100px;
    left: 4%;
  }
}
@media (max-width: 1460px) {
  .landing-page .support-section .support-img .img-2 {
    left: -1%;
  }
}
@media (max-width: 1399px) {
  .landing-page .support-section .support-img .img-2 {
    left: 4%;
  }
}
@media (max-width: 1260px) {
  .landing-page .support-section .support-img .img-2 {
    left: -3%;
  }
}
@media (max-width: 1199px) {
  .landing-page .support-section .support-img .img-2 {
    left: 1%;
  }
}
@media (max-width: 1040px) {
  .landing-page .support-section .support-img .img-2 {
    width: 88px;
    left: -1%;
  }
}
@media (max-width: 991px) {
  .landing-page .support-section .support-img .img-2 {
    -webkit-transform: rotate(136deg);
            transform: rotate(136deg);
    bottom: 2%;
    left: 17%;
  }
}
@media (max-width: 930px) {
  .landing-page .support-section .support-img .img-2 {
    left: 14%;
  }
}
@media (max-width: 840px) {
  .landing-page .support-section .support-img .img-2 {
    display: none;
  }
}
.landing-page .landing-footer {
  padding: 60px 0 !important;
  position: relative;
  background: #0E3C74;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  overflow: hidden;
}
@media (max-width: 575px) {
  .landing-page .landing-footer {
    background-position: center;
    padding: 30px 0 !important;
  }
}
@media (max-width: 991px) {
  .landing-page .landing-footer .fluid-space {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .landing-page .landing-footer .fluid-space {
    padding: 0 35px;
  }
}
.landing-page .landing-footer .landing-center {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 575px) {
  .landing-page .landing-footer .landing-center {
    padding-bottom: 30px;
  }
}
.landing-page .landing-footer .landing-center .footer-content {
  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;
}
@media (max-width: 874px) {
  .landing-page .landing-footer .landing-center .footer-content {
    display: block;
    text-align: center;
  }
}
.landing-page .landing-footer .landing-center .footer-content > div h2 {
  color: var(--white);
  max-width: 65%;
  font-size: calc(14px + 12 * (100vw - 300px) / 1620);
  padding-bottom: 8px;
  text-transform: capitalize;
}
@media (max-width: 874px) {
  .landing-page .landing-footer .landing-center .footer-content > div h2 {
    max-width: 100%;
  }
}
.landing-page .landing-footer .landing-center .footer-content > div .footer-rating {
  text-align: left;
}
.landing-page .landing-footer .landing-center .footer-content > div .footer-rating i {
  font-size: calc(14px + 6 * (100vw - 300px) / 1620);
  color: #ffb829;
}
.landing-page .landing-footer .landing-center .footer-content > div .footer-rating i + i {
  margin-left: 5px;
}
@media (max-width: 874px) {
  .landing-page .landing-footer .landing-center .footer-content > div .footer-rating {
    text-align: center;
    padding-top: 0;
    padding-bottom: 12px;
  }
}
@media (max-width: 890px) {
  .landing-page .landing-footer .landing-center .footer-content > div .footer-rating {
    padding-top: 6px;
  }
}
.landing-page .landing-footer .landing-center .footer-content .footer-btn {
  padding: 6px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
}
@media only screen and (max-width: 987px) {
  .landing-page .landing-footer .landing-center .footer-content .footer-btn {
    padding: 6px 12px;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 350px) {
  .landing-page .landing-footer .landing-center .footer-content .footer-btn {
    font-size: 14px;
  }
}
.landing-page .landing-footer .sub-footer {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 874px) {
  .landing-page .landing-footer .sub-footer {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .landing-page .landing-footer .sub-footer {
    padding-top: 20px;
  }
}
.landing-page .landing-footer .sub-footer .left-subfooter {
  text-align: left;
}
.landing-page .landing-footer .sub-footer .left-subfooter p {
  color: var(--white);
  padding-top: 12px;
  font-size: calc(14px + 6 * (100vw - 300px) / 1620);
  font-weight: 400;
  line-height: 1.1;
}
.landing-page .landing-footer .sub-footer .right-subfooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
@media (max-width: 768px) {
  .landing-page .landing-footer .sub-footer .right-subfooter {
    gap: 6px;
  }
}
@media (max-width: 767px) {
  .landing-page .landing-footer .sub-footer .right-subfooter {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 10px;
  }
}
@media (max-width: 730px) {
  .landing-page .landing-footer .sub-footer .right-subfooter {
    display: block;
  }
}
.landing-page .landing-footer .sub-footer .right-subfooter h3 {
  color: var(--white);
  font-size: calc(14px + 8 * (100vw - 300px) / 1620);
  font-weight: 400;
  line-height: 0.9;
}
.landing-page .landing-footer .sub-footer .right-subfooter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(16px + 14 * (100vw - 320px) / 1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 730px) {
  .landing-page .landing-footer .sub-footer .right-subfooter ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    padding-top: 10px;
  }
}
.landing-page .landing-footer .sub-footer .right-subfooter ul li a {
  color: #ffb829;
  text-decoration: underline;
  text-underline-offset: 6px;
  font-size: calc(14px + 4 * (100vw - 300px) / 1620);
  font-weight: 400;
  line-height: 0.5;
}
.landing-page .landing-footer .shape .shape1 {
  position: absolute;
  bottom: -18%;
  left: 48%;
}
@media (max-width: 990px) {
  .landing-page .landing-footer .shape .shape1 img {
    width: 130px;
  }
}
@media (max-width: 380px) {
  .landing-page .landing-footer .shape .shape1 img {
    width: 90px;
  }
}
.landing-page .landing-footer .shape .shape2 {
  left: 37%;
  bottom: 17%;
  position: absolute;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.landing-page .landing-footer .shape .shape3 {
  left: 17%;
  top: 71%;
  position: absolute;
}
.landing-page .landing-footer .shape .shape4 {
  right: 36%;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  top: 70%;
  position: absolute;
}
.landing-page .landing-footer .shape .shape5 {
  right: 24%;
  position: absolute;
}
.landing-page .landing-footer .shape .shape7 {
  right: -4%;
  top: 43%;
  position: absolute;
}
@media (max-width: 990px) {
  .landing-page .landing-footer .shape .shape7 img {
    width: 130px;
  }
}
@media (max-width: 380px) {
  .landing-page .landing-footer .shape .shape7 img {
    width: 90px;
  }
}
.landing-page .landing-footer .shape .shape8 {
  left: -2%;
  top: -8%;
  position: absolute;
}
@media (max-width: 990px) {
  .landing-page .landing-footer .shape .shape8 img {
    width: 130px;
  }
}
@media (max-width: 380px) {
  .landing-page .landing-footer .shape .shape8 img {
    width: 90px;
  }
}
.landing-page .landing-footer .shape .shape9 {
  top: 34%;
  left: 41%;
  position: absolute;
}
.landing-page .landing-footer .shape .shape10 {
  top: 15%;
  right: 22%;
  position: absolute;
}

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: rotate(0deg) translateX(15px) rotate(0deg);
            transform: rotate(0deg) translateX(15px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(15px) rotate(-360deg);
            transform: rotate(360deg) translateX(15px) rotate(-360deg);
  }
}

@keyframes move1 {
  0% {
    -webkit-transform: rotate(0deg) translateX(15px) rotate(0deg);
            transform: rotate(0deg) translateX(15px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(15px) rotate(-360deg);
            transform: rotate(360deg) translateX(15px) rotate(-360deg);
  }
}
@-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 tada {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  10% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  60% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  70% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  10% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  60% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  70% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-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);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
            transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
            transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
            transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
            transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}
@-webkit-keyframes rotateY-anim {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotateY-anim {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotate-animation {
  0% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
            transform: rotate3d(1, 1, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(1, 1, 1, 2deg);
            transform: rotate3d(1, 1, 1, 2deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
            transform: rotate3d(1, 1, 1, 0deg);
  }
  75% {
    -webkit-transform: rotate3d(1, 1, 1, -2deg);
            transform: rotate3d(1, 1, 1, -2deg);
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
            transform: rotate3d(1, 1, 1, 0deg);
  }
}
@keyframes rotate-animation {
  0% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
            transform: rotate3d(1, 1, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(1, 1, 1, 2deg);
            transform: rotate3d(1, 1, 1, 2deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
            transform: rotate3d(1, 1, 1, 0deg);
  }
  75% {
    -webkit-transform: rotate3d(1, 1, 1, -2deg);
            transform: rotate3d(1, 1, 1, -2deg);
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
            transform: rotate3d(1, 1, 1, 0deg);
  }
}
/**=====================
    3.26 Landing CSS Ends
==========================**/
/*# sourceMappingURL=style.css.map */