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

    Template Name: Cion Admin
    Template URI: https://admin.pixelstrap.com/cion/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 Builders CSS
        2.9 Buttons CSS
        2.10 Card CSS
        2.11 Color CSS
        2.12 Datatable CSS
        2.13 Datapicker CSS
        2.14 Dropdown CSS
        2.15 Form-builder CSS
        2.16 Form-input CSS
        2.17 Form-wizard CSS
        2.18 Forms CSS
        2.19 Icons CSS
        2.20 List CSS
        2.21 Loader CSS 
        2.22 Modal CSS
        2.23 Popover CSS
        2.24 Print CSS
        2.25 Radio CSS
        2.26 Ribbon CSS
        2.27 Range-slider CSS
        2.28 Switch CSS
        2.29 Tab CSS
        2.30 Table CSS
        2.31 Toasts CSS
        2.32 Touchspin CSS
        2.33 Tour CSS
        2.34 Tree CSS
        2.35 Typeahead-search CSS
        2.36 Scrollbar CSS

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

    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: #35bfbf;
  --theme-secondary: #FF6150;
  --light-background: rgba(242, 243, 247, 0.7);
  --body-font-color: #2F2F3B;
  --chart-border: #ECF3FA;
  --recent-chart-bg: #FCFCFD;
  --light-bg: #F6F7F9;
  --white: #fff;
  --light2: #F5F6F9;
  --sidebar-border: rgba(0, 0, 0, 0.1);
  --chart-text-color: rgba(82, 82, 108, 0.8);
  --recent-dashed-border: rgba(82, 82, 108, 0.3);
  --chart-dashed-border: rgba(82, 82, 108, 0.2);
  --chart-progress-light: rgba(82, 82, 108, 0.1);
  --recent-box-bg: #F2F4F7;
  --recent-border: rgba(97, 101, 122, 0.25);
  --course-light-btn: #F2F3F7;
  --course-bg: #F7F7F7;
  --balance-profie-bg: #E0DFEF;
  --view-grid-bg: #ECF3FA80;
  --view-border-marker: #cfcdfc;
  --bs-heading-color: #1F2F3E;
  --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);
  --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;
}

body[class=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);
  --course-light-btn: var(--light-bg);
  --view-grid-bg: var(--light-bg);
  --view-border-marker: #2c2c45d4;
}

/**=====================
    1.1 Reset CSS start
==========================**/
.font-nunito {
  font-family: "Nunito Sans", sans-serif, sans-serif;
}

.f-light {
  color: rgba(132, 135, 137, 0.8);
}

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

.theme-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #EDEDED;
}
.theme-scrollbar::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}
.theme-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(51, 191, 191, 0.1);
}

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

/*====== 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 ======*/
/*====== 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: #33BFBF !important;
}

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

.font-success {
  color: #63d5be !important;
}

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

.font-info {
  color: #9560dd !important;
}

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

.font-dark {
  color: #15202b !important;
}

.font-warning {
  color: #F8AA4B !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: #33BFBF;
}

.label-primary {
  background-color: #33BFBF;
}

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

.label-success {
  background-color: #63d5be;
}

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

.label-info {
  background-color: #9560dd;
}

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

.label-dark {
  background-color: #15202b;
}

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

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

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

.badge-success {
  background-color: #63d5be;
}

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

.badge-info {
  background-color: #9560dd;
}

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

.badge-dark {
  background-color: #15202b;
}

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

.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: #33BFBF !important;
  color: #fff;
}

.bg-light-primary {
  background-color: rgba(51, 191, 191, 0.12) !important;
  color: #fff;
}

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

.bg-light-secondary {
  background-color: rgba(255, 97, 80, 0.12) !important;
  color: #fff;
}

.bg-success {
  background-color: #63d5be !important;
  color: #fff;
}

.bg-light-success {
  background-color: rgba(99, 213, 190, 0.12) !important;
  color: #fff;
}

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

.bg-light-danger {
  background-color: rgba(241, 82, 61, 0.12) !important;
  color: #fff;
}

.bg-info {
  background-color: #9560dd !important;
  color: #fff;
}

.bg-light-info {
  background-color: rgba(149, 96, 221, 0.12) !important;
  color: #fff;
}

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

.bg-light-light {
  background-color: rgba(245, 246, 249, 0.12) !important;
  color: #fff;
}

.bg-dark {
  background-color: #15202b !important;
  color: #fff;
}

.bg-light-dark {
  background-color: rgba(21, 32, 43, 0.12) !important;
  color: #fff;
}

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

.bg-light-warning {
  background-color: rgba(248, 170, 75, 0.12) !important;
  color: #fff;
}

.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: #33BFBF !important;
}

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

.txt-success {
  color: #63d5be !important;
}

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

.txt-info {
  color: #9560dd !important;
}

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

.txt-dark {
  color: #15202b !important;
}

.txt-warning {
  color: #F8AA4B !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: #33BFBF !important;
  border-color: #33BFBF !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #33BFBF !important;
  border-color: #33BFBF !important;
}
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #a4e7e7;
          box-shadow: 0 0 0 0.2rem #a4e7e7;
}

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

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

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

.btn-info {
  background-color: #9560dd !important;
  border-color: #9560dd !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: #9560dd !important;
  border-color: #9560dd !important;
}
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #e9def8;
          box-shadow: 0 0 0 0.2rem #e9def8;
}

.btn-light {
  background-color: #F5F6F9 !important;
  border-color: #F5F6F9 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #F5F6F9 !important;
  border-color: #F5F6F9 !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: #15202b !important;
  border-color: #15202b !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #15202b !important;
  border-color: #15202b !important;
}
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #476d92;
          box-shadow: 0 0 0 0.2rem #476d92;
}

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

.btn-light {
  background-color: rgba(51, 191, 191, 0.06) !important;
  border-color: rgba(51, 191, 191, 0.06) !important;
}
.btn-light:hover {
  background-color: rgba(51, 191, 191, 0.1) !important;
  border-color: rgba(51, 191, 191, 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: #33BFBF;
  color: #33BFBF;
  background-color: transparent;
}
.btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active {
  color: white;
  background-color: #289797 !important;
  border-color: #289797 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.btn-outline-success-2x {
  border-width: 2px;
  border-color: #63d5be;
  color: #63d5be;
  background-color: transparent;
}
.btn-outline-success-2x:hover, .btn-outline-success-2x:focus, .btn-outline-success-2x:active, .btn-outline-success-2x.active {
  color: white;
  background-color: #3bcaad !important;
  border-color: #3bcaad !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.btn-outline-info-2x {
  border-width: 2px;
  border-color: #9560dd;
  color: #9560dd;
  background-color: transparent;
}
.btn-outline-info-2x:hover, .btn-outline-info-2x:focus, .btn-outline-info-2x:active, .btn-outline-info-2x.active {
  color: white;
  background-color: #7936d4 !important;
  border-color: #7936d4 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

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

.btn-outline-primary {
  border-color: #33BFBF;
  color: #33BFBF;
  background-color: transparent;
}
.btn-outline-primary.disabled {
  color: #33BFBF;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  color: white;
  background-color: #289797 !important;
  border-color: #289797 !important;
}

.btn-outline-secondary {
  border-color: #FF6150;
  color: #FF6150;
  background-color: transparent;
}
.btn-outline-secondary.disabled {
  color: #FF6150;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
  color: white;
  background-color: #ff331d !important;
  border-color: #ff331d !important;
}

.btn-outline-success {
  border-color: #63d5be;
  color: #63d5be;
  background-color: transparent;
}
.btn-outline-success.disabled {
  color: #63d5be;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active {
  color: white;
  background-color: #3bcaad !important;
  border-color: #3bcaad !important;
}

.btn-outline-danger {
  border-color: #f1523d;
  color: #f1523d;
  background-color: transparent;
}
.btn-outline-danger.disabled {
  color: #f1523d;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active {
  color: white;
  background-color: #ea2a11 !important;
  border-color: #ea2a11 !important;
}

.btn-outline-info {
  border-color: #9560dd;
  color: #9560dd;
  background-color: transparent;
}
.btn-outline-info.disabled {
  color: #9560dd;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active {
  color: white;
  background-color: #7936d4 !important;
  border-color: #7936d4 !important;
}

.btn-outline-light {
  border-color: #F5F6F9;
  color: #F5F6F9;
  background-color: transparent;
  color: #1F2F3E;
}
.btn-outline-light.disabled {
  color: #F5F6F9;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: white;
  background-color: #d5d9e6 !important;
  border-color: #d5d9e6 !important;
}

.btn-outline-dark {
  border-color: #15202b;
  color: #15202b;
  background-color: transparent;
}
.btn-outline-dark.disabled {
  color: #15202b;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
  color: white;
  background-color: #040709 !important;
  border-color: #040709 !important;
}

.btn-outline-warning {
  border-color: #F8AA4B;
  color: #F8AA4B;
  background-color: transparent;
}
.btn-outline-warning.disabled {
  color: #F8AA4B;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active {
  color: white;
  background-color: #f6931a !important;
  border-color: #f6931a !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-warning-2x:not([disabled]):not(.disabled).active {
  background-color: #F8AA4B;
  border-color: #F8AA4B;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white;
}
.btn-outline-warning-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:active, .btn-outline-warning-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #f6931a !important;
  border-color: #f6931a !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 #33BFBF !important;
}

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

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

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

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

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

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

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

/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
.table-styling .table-primary,
.table-styling.table-primary {
  background-color: #33BFBF;
  color: #fff;
  border: 3px solid #33BFBF;
}
.table-styling .table-primary thead,
.table-styling.table-primary thead {
  background-color: #289797;
  border: 3px solid #289797;
}
.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: #FF6150;
  color: #fff;
  border: 3px solid #FF6150;
}
.table-styling .table-secondary thead,
.table-styling.table-secondary thead {
  background-color: #ff331d;
  border: 3px solid #ff331d;
}
.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: #63d5be;
  color: #fff;
  border: 3px solid #63d5be;
}
.table-styling .table-success thead,
.table-styling.table-success thead {
  background-color: #3bcaad;
  border: 3px solid #3bcaad;
}
.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: #f1523d;
  color: #fff;
  border: 3px solid #f1523d;
}
.table-styling .table-danger thead,
.table-styling.table-danger thead {
  background-color: #ea2a11;
  border: 3px solid #ea2a11;
}
.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: #9560dd;
  color: #fff;
  border: 3px solid #9560dd;
}
.table-styling .table-info thead,
.table-styling.table-info thead {
  background-color: #7936d4;
  border: 3px solid #7936d4;
}
.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: #F5F6F9;
  color: #fff;
  border: 3px solid #F5F6F9;
}
.table-styling .table-light thead,
.table-styling.table-light thead {
  background-color: #d5d9e6;
  border: 3px solid #d5d9e6;
}
.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: #15202b;
  color: #fff;
  border: 3px solid #15202b;
}
.table-styling .table-dark thead,
.table-styling.table-dark thead {
  background-color: #040709;
  border: 3px solid #040709;
}
.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: #F8AA4B;
  color: #fff;
  border: 3px solid #F8AA4B;
}
.table-styling .table-warning thead,
.table-styling.table-warning thead {
  background-color: #f6931a;
  border: 3px solid #f6931a;
}
.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  ======= */
/*======= All-Borders-color css starts  ======= */
.b-primary {
  border: 1px solid #33BFBF !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.b-success {
  border: 1px solid #63d5be !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.b-info {
  border: 1px solid #9560dd !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.map-js-height {
  height: 500px;
}
.map-js-height .btn-group input {
  background-color: #33BFBF;
  color: #fff;
}
.map-js-height .btn-group input + input {
  background-color: #FF6150;
}

/**====== custom scrollbar css start ======**/
.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #EDEDED;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(51, 191, 191, 0.1);
}

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

.line {
  color: #15202b;
}
.line pre {
  font-size: 100%;
}

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

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

/**====== Modal style css end ======**/
/**====== Animation css start ======**/
.options > div {
  color: #898989;
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid;
  margin: 0 8px 8px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.options > div:hover {
  background-color: #33BFBF;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

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

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

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

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

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

button:focus {
  outline: none !important;
}

.primary .svg-fill {
  fill: var(--theme-default);
}
.primary .svg-fill:not(.half-circle) {
  stroke: var(--theme-default);
}
.primary .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(51, 191, 191, 0.1) 19.06%, rgba(51, 191, 191, 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(255, 97, 80, 0.1) 19.06%, rgba(255, 97, 80, 0) 79.03%) !important;
}

.success .svg-fill {
  fill: #63d5be;
}
.success .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(99, 213, 190, 0.1) 19.06%, rgba(99, 213, 190, 0) 79.03%) !important;
}

.warning .svg-fill {
  fill: #F8AA4B;
}
.warning .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(248, 170, 75, 0.1) 19.06%, rgba(248, 170, 75, 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;
  }
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  border-color: #efefef;
  background-color: #fff;
  font-size: 14px;
  color: #898989;
  padding: 5px 10px;
  border-radius: 5px;
  width: 46%;
}

.code-box-copy {
  width: 100%;
  overflow: auto;
}

a[disabled] {
  cursor: not-allowed;
}

/**=====================
    1.1 Reset CSS Ends
==========================**/
/**=====================
    1.2 Typography CSS start
==========================**/
body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif, sans-serif;
  color: #1F2F3E;
  background-color: #F8F8F8;
}

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

h1 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
}

h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}

h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

h5 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

h6 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

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 #33BFBF;
  padding: 18px;
  background-color: #F5F6F9;
}
[dir=rtl] blockquote {
  border-left: none;
  border-right: 4px solid #33BFBF;
}

.figure.text-center blockquote {
  border: none !important;
}
.figure.text-end blockquote {
  border-left: none !important;
  border-right: 4px solid #33BFBF;
}
[dir=rtl] .figure.text-end blockquote {
  border-right: none;
  border-left: 4px solid #33BFBF !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: #15202b;
}

pre {
  background-color: rgba(51, 191, 191, 0.03);
  padding: 20px 0;
}

.owl-theme .owl-dots .owl-dot span {
  background: #7cdcdc;
}
.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: 25px;
}

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

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

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

.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: #1F2F3E;
}

.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: #2eabab;
}

.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 ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #f1e6f5 #ffffff;
}

table tbody tr {
  vertical-align: middle;
}

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

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

/**=====================
    1.2 Typography CSS Ends
==========================**/
/**=====================
  2.9 Buttons CSS start
==========================**/
.btn-link {
  color: var(--theme-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;
  }
}

.btn-light:not([disabled]):not(.disabled).active.active {
  color: #1F2F3E;
  background-color: #eff0f5 !important;
}

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

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

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

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

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

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

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

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

.circle-dashed-primary {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 1px dashed rgba(106, 113, 133, 0.3);
  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;
}
.circle-dashed-primary span {
  width: 10px;
  height: 10px;
  background-color: #33BFBF;
  border-radius: 10px;
}

.circle-dashed-secondary {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 1px dashed rgba(106, 113, 133, 0.3);
  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;
}
.circle-dashed-secondary span {
  width: 10px;
  height: 10px;
  background-color: #FF6150;
  border-radius: 10px;
}

.circle-dashed-success {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 1px dashed rgba(106, 113, 133, 0.3);
  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;
}
.circle-dashed-success span {
  width: 10px;
  height: 10px;
  background-color: #63d5be;
  border-radius: 10px;
}

.circle-dashed-warning {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 1px dashed rgba(106, 113, 133, 0.3);
  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;
}
.circle-dashed-warning span {
  width: 10px;
  height: 10px;
  background-color: #F8AA4B;
  border-radius: 10px;
}

.circle-dashed-danger {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 1px dashed rgba(106, 113, 133, 0.3);
  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;
}
.circle-dashed-danger span {
  width: 10px;
  height: 10px;
  background-color: #f1523d;
  border-radius: 10px;
}

.circle-dashed-info {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 1px dashed rgba(106, 113, 133, 0.3);
  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;
}
.circle-dashed-info span {
  width: 10px;
  height: 10px;
  background-color: #9560dd;
  border-radius: 10px;
}

.circle-dashed-light {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 1px dashed rgba(106, 113, 133, 0.3);
  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;
}
.circle-dashed-light span {
  width: 10px;
  height: 10px;
  background-color: #F5F6F9;
  border-radius: 10px;
}

.circle-dashed-dark {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 1px dashed rgba(106, 113, 133, 0.3);
  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;
}
.circle-dashed-dark span {
  width: 10px;
  height: 10px;
  background-color: var(--body-font-color);
  border-radius: 10px;
}

.circle-dot-primary {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  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;
}
.circle-dot-primary span {
  width: 10px;
  height: 10px;
  background-color: #33BFBF;
  border-radius: 10px;
}

.circle-dot-secondary {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  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;
}
.circle-dot-secondary span {
  width: 10px;
  height: 10px;
  background-color: #FF6150;
  border-radius: 10px;
}

.circle-dot-success {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  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;
}
.circle-dot-success span {
  width: 10px;
  height: 10px;
  background-color: #63d5be;
  border-radius: 10px;
}

.circle-dot-warning {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  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;
}
.circle-dot-warning span {
  width: 10px;
  height: 10px;
  background-color: #F8AA4B;
  border-radius: 10px;
}

.circle-dot-danger {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  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;
}
.circle-dot-danger span {
  width: 10px;
  height: 10px;
  background-color: #f1523d;
  border-radius: 10px;
}

.circle-dot-info {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  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;
}
.circle-dot-info span {
  width: 10px;
  height: 10px;
  background-color: #9560dd;
  border-radius: 10px;
}

.circle-dot-light {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  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;
}
.circle-dot-light span {
  width: 10px;
  height: 10px;
  background-color: #F5F6F9;
  border-radius: 10px;
}

.circle-dot-dark {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  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;
}
.circle-dot-dark span {
  width: 10px;
  height: 10px;
  background-color: var(--body-font-color);
  border-radius: 10px;
}

.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: #289797;
  border-color: #289797;
}

.input-air-primary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(51, 191, 191, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(51, 191, 191, 0.1) !important;
}
.input-air-primary:focus {
  border-color: #33BFBF;
}

.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: #ff331d;
  border-color: #ff331d;
}

.input-air-secondary {
  -webkit-box-shadow: 0 3px 5px 1px rgba(255, 97, 80, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(255, 97, 80, 0.1) !important;
}
.input-air-secondary:focus {
  border-color: #FF6150;
}

.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: #3bcaad;
  border-color: #3bcaad;
}

.input-air-success {
  -webkit-box-shadow: 0 3px 5px 1px rgba(99, 213, 190, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(99, 213, 190, 0.1) !important;
}
.input-air-success:focus {
  border-color: #63d5be;
}

.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: #ea2a11;
  border-color: #ea2a11;
}

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

.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: #7936d4;
  border-color: #7936d4;
}

.input-air-info {
  -webkit-box-shadow: 0 3px 5px 1px rgba(149, 96, 221, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(149, 96, 221, 0.1) !important;
}
.input-air-info:focus {
  border-color: #9560dd;
}

.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: #d5d9e6;
  border-color: #d5d9e6;
}

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

.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: #040709;
  border-color: #040709;
}

.input-air-dark {
  -webkit-box-shadow: 0 3px 5px 1px rgba(21, 32, 43, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(21, 32, 43, 0.1) !important;
}
.input-air-dark:focus {
  border-color: #15202b;
}

.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: #f6931a;
  border-color: #f6931a;
}

.input-air-warning {
  -webkit-box-shadow: 0 3px 5px 1px rgba(248, 170, 75, 0.1) !important;
          box-shadow: 0 3px 5px 1px rgba(248, 170, 75, 0.1) !important;
}
.input-air-warning:focus {
  border-color: #F8AA4B;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**=====================
    2.9 Buttons CSS end
==========================**/
/**=====================
    3.26 Landing CSS Start
==========================**/
/* MESH LOADER */
.landing-page .section-py-space {
  padding-top: 70px;
  padding-bottom: 70px;
}
.landing-page .section-pt-space {
  padding-top: 70px;
}
.landing-page .section-pb-space {
  padding-bottom: 70px;
}
.landing-page .light-bg {
  background-color: rgba(51, 191, 191, 0.05);
}
.landing-page section .title {
  margin-bottom: 35px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.landing-page section .title a {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #33BFBF;
  margin-bottom: 0;
  position: relative;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(#33BFBF), color-stop(50%, #33BFBF), color-stop(50%, #15202b));
  background-image: linear-gradient(to right, #33BFBF, #33BFBF 50%, #15202b 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 0px 0 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.landing-page section .title a:before {
  content: "";
  background: #33BFBF;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.landing-page section:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.landing-page section:hover .title a {
  background-position: 0;
}
.landing-page section:hover .title a:after {
  width: 110%;
}
.landing-page section:hover .title a:before {
  width: 100%;
}
.landing-page .custom-container {
  max-width: 1660px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
.landing-page .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-page .navbar-nav .nav-item {
  position: relative;
}
.landing-page .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.landing-page .navbar-nav .nav-item .nav-link:hover, .landing-page .navbar-nav .nav-item .nav-link.active {
  opacity: 1;
  text-shadow: 0 0 0 #33BFBF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #33BFBF;
}
.landing-page .btn-landing {
  border-radius: 5px;
  color: #27394A;
  background-color: #fff;
  padding: 12px 30px;
  line-height: 1;
  font-weight: 600;
  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;
}
.landing-page .btn-landing:hover {
  color: #33BFBF;
}
.landing-page .landing-header {
  padding: 15px 120px;
  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;
}
.landing-page .landing-header.sticky {
  background-color: #27394A;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.landing-page .landing-header ul.landing-menu li.nav-item.menu-back {
  border-bottom: 1px solid #EDEDED;
  padding: 22px 20px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  display: none;
  cursor: pointer;
  margin-bottom: 15px;
}
.landing-page .landing-header ul.landing-menu li.nav-item.menu-back i {
  font-size: 16px;
  margin-left: 10px;
}
.landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
}
.landing-page .landing-header ul.landing-menu li.nav-item:hover a.nav-link {
  color: #FF6150;
}
.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 .toggle-menu {
  margin-left: 20px;
  display: none;
  cursor: pointer;
}
.landing-page .landing-header .buy-block .toggle-menu i {
  font-size: 24px;
  color: #fff;
}
.landing-page .landing-home {
  position: relative;
  overflow: hidden;
}
.landing-page .landing-home .landing-home-contain {
  text-align: left;
  width: 80%;
  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;
}
.landing-page .landing-home .landing-home-contain div div {
  margin-bottom: 4px;
}
.landing-page .landing-home .landing-home-contain .landing-logo {
  margin-bottom: 25px;
}
.landing-page .landing-home .landing-home-contain h4 {
  font-size: 26px;
  letter-spacing: 2px;
  color: #DBDBDB;
}
.landing-page .landing-home .landing-home-contain h2 {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 6px;
  line-height: 1.4;
}
.landing-page .landing-home .landing-home-contain h3 {
  font-size: 24px;
  color: #FF6150;
  font-weight: 600;
  margin-bottom: 15px;
}
.landing-page .landing-home .landing-home-contain p {
  color: #DBDBDB;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 30px;
}
.landing-page .landing-home .landing-home-contain .btn-home-list {
  margin-bottom: -10px;
}
.landing-page .landing-home .landing-home-contain .btn-home-list li {
  display: inline-block;
}
.landing-page .landing-home .landing-home-contain .btn-home-list li .btn {
  text-transform: capitalize;
  padding: 10px 15px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.landing-page .landing-home .landing-home-contain .btn-home-list li:nth-child(n+2) {
  margin-left: 10px;
}
.landing-page .landing-home ul.shape li {
  position: absolute;
  top: 10%;
  left: 5%;
  -webkit-animation: move2 1.2s infinite alternate;
          animation: move2 1.2s infinite alternate;
}
.landing-page .landing-home ul.shape li:nth-child(2) {
  position: absolute;
  top: 15%;
  left: 85%;
  -webkit-animation: move2 1.2s infinite alternate;
          animation: move2 1.2s infinite alternate;
}
.landing-page .landing-home ul.shape li:nth-child(3) {
  position: absolute;
  top: 80%;
  left: 55%;
  -webkit-animation: move2 1.2s infinite alternate;
          animation: move2 1.2s infinite alternate;
}
.landing-page .landing-home .animat-block {
  position: relative;
  padding: 180px 0;
  margin: 30px 0;
}
.landing-page .landing-home .animat-block li:first-child {
  -webkit-animation: move2 1.2s infinite alternate;
          animation: move2 1.2s infinite alternate;
  left: 70%;
  top: 10%;
  position: absolute;
  display: inline-block;
}
.landing-page .landing-home .animat-block li:first-child img {
  border-radius: 10px;
}
.landing-page .landing-home .animat-block li:nth-child(2) {
  position: absolute;
  left: 4%;
  bottom: 4%;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
  -webkit-animation: move2 1.4s infinite alternate;
          animation: move2 1.4s infinite alternate;
}
@-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 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);
  }
}
.landing-page .layout-section {
  background-color: #fff;
}
.landing-page .layout-section .layout-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
  border: none;
}
.landing-page .layout-section .layout-list .nav-item .nav-link {
  padding: 14px 25px;
  background-color: rgba(51, 191, 191, 0.1);
  border-radius: 10px;
  font-weight: 600;
}
.landing-page .layout-section .layout-list .nav-item .nav-link.active {
  background-color: #33BFBF;
  color: #fff;
}
.landing-page .layout-section .layout-list .nav-item + .nav-item {
  margin-left: 18px;
}
.landing-page .layout-section .layout-links .row {
  margin-bottom: -30px;
}
.landing-page .layout-section .layout-links .row > div {
  margin-bottom: 30px;
}
.landing-page .layout-section .layout-links .layout-box {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(8, 21, 66, 0.2);
          box-shadow: 0 0 20px rgba(8, 21, 66, 0.2);
}
.landing-page .layout-section .layout-links .layout-box ul {
  margin-top: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.landing-page .layout-section .layout-links .layout-box ul img {
  border-radius: 0;
}
.landing-page .layout-section .layout-links .layout-box ul li {
  border: 1px solid rgba(51, 191, 191, 0.5);
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.landing-page .layout-section .layout-links .layout-box ul li:hover {
  background-color: #33BFBF;
}
.landing-page .layout-section .layout-links .layout-box ul li:hover a {
  color: #fff;
}
.landing-page .layout-section .layout-links .layout-box ul li a {
  padding: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-page .layout-section .layout-links .layout-box ul li + li {
  margin-left: 12px;
}
.landing-page .layout-section .layout-links .layout-box ul li:nth-last-child(-n+2) {
  margin-top: 10px;
}
.landing-page .layout-section .layout-links .layout-box img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.landing-page .layout-section .layout-links .layout-box:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.landing-page .layout-section .layout-links .nav-link {
  border-radius: 10px;
  padding: 15px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(92, 97, 242, 0.8);
  position: relative;
}
.landing-page .demo-section .demo-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
.landing-page .demo-section .demo-box .demo-title {
  padding-top: 20px;
  text-align: center;
}
.landing-page .demo-section .demo-box .demo-title .btn {
  text-transform: capitalize;
  border: 1px solid #33BFBF;
  padding: 8px 15px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #33BFBF;
}
.landing-page .demo-section .demo-box .demo-title .btn:hover {
  background-color: #33BFBF;
  color: #fff;
}
.landing-page .demo-section .demo-box .img-wrraper {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.landing-page .demo-section .demo-box .img-wrraper img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.landing-page .demo-section .demo-box:hover .img-wrraper img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.landing-page .demo-section .demo-block {
  margin-bottom: -30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-page .demo-section .demo-block > div {
  margin-bottom: 30px;
}
.landing-page .framework .nav {
  margin-bottom: 35px;
}
.landing-page .framework .nav .nav-item:nth-child(n+2) {
  margin-left: 20px;
}
.landing-page .framework .nav .nav-link {
  border-radius: 14px;
  padding: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #33BFBF;
  position: relative;
}
.landing-page .framework .nav .nav-link h5 {
  font-weight: 700;
  color: #33BFBF;
}
.landing-page .framework .nav .nav-link p {
  color: #fff;
}
.landing-page .framework .nav .nav-link.active, .landing-page .framework .nav .nav-link.show {
  background-color: rgba(51, 191, 191, 0.2);
  border: 1px solid #33BFBF;
  -webkit-box-shadow: 0 0 20px rgba(8, 21, 66, 0.1);
          box-shadow: 0 0 20px rgba(8, 21, 66, 0.1);
}
.landing-page .framework .nav .nav-link img {
  height: 28px;
  margin-right: 8px;
}
.landing-page .framework ul.framworks-list {
  text-align: center;
}
.landing-page .framework ul.framworks-list li {
  display: inline-block;
  background-color: rgba(51, 191, 191, 0.05);
  padding: 40px 10px;
  margin-bottom: 30px;
  border-radius: 16px;
  border: 1px solid #EDEDED;
  margin: 10px;
  height: 170px;
  width: 170px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.landing-page .framework ul.framworks-list li h6 {
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: unset;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.landing-page .framework ul.framworks-list li img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 58px;
}
.landing-page .framework ul.framworks-list li:hover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.landing-page .framework ul.framworks-list li:hover h6 {
  color: #33BFBF;
}
.landing-page .responsive-card .img-wrraper {
  text-align: center;
}
.landing-page .core-feature .feature-block {
  margin-bottom: -25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-page .core-feature .feature-block > div {
  margin-bottom: 25px;
}
.landing-page .core-feature .d-flex .flex-shrink-0 .icon-wrraper {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: rgba(51, 191, 191, 0.1);
  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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.landing-page .core-feature .d-flex .flex-shrink-0 .icon-wrraper svg {
  width: 40%;
  height: auto;
  color: #33BFBF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.landing-page .core-feature .d-flex .flex-grow-1 {
  text-align: left;
  margin-left: 15px;
}
.landing-page .core-feature .d-flex .flex-grow-1 h4 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}
.landing-page .core-feature .d-flex .flex-grow-1 p {
  font-size: 15px;
  color: #999999;
  margin-bottom: unset;
}
.landing-page .core-feature .feature-box {
  border: 1px solid #EDEDED;
  padding: 45px 30px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.landing-page .core-feature .feature-box .icon-wrraper {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  margin-bottom: 20px;
  background-color: rgba(51, 191, 191, 0.1);
  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 .core-feature .feature-box .icon-wrraper svg {
  width: 40%;
  height: auto;
  color: #33BFBF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.landing-page .core-feature .feature-box h4 {
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 700;
}
.landing-page .core-feature .feature-box p {
  font-size: 16px;
  color: #999999;
  margin-bottom: unset;
}
.landing-page .core-feature .feature-box:hover .icon-wrraper {
  background-color: #33BFBF;
}
.landing-page .core-feature .feature-box:hover .icon-wrraper svg {
  color: #FF6150;
}
.landing-page .responsive-card .img-wrraper img {
  border-radius: 15px;
  max-width: 70%;
}
.landing-page .counter-sec {
  background-color: #fff;
}
.landing-page .counter-sec .counter-box {
  text-align: center;
  border: 1px solid #EDEDED;
  padding: 25px 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-page .counter-sec .counter-box .count-number {
  background-color: rgba(51, 191, 191, 0.1);
  width: 80px;
  height: 80px;
  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;
  justify-content: center;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.landing-page .counter-sec .counter-box .count-number h3 {
  font-size: 30px;
  margin-bottom: unset;
  color: #33BFBF;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.landing-page .counter-sec .counter-box .count-detail h4 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
}
.landing-page .counter-sec .counter-box .count-detail p {
  font-size: 16px;
  color: #999999;
  margin-bottom: unset;
}
.landing-page .counter-sec .counter-box:hover .count-number {
  background-color: #33BFBF;
}
.landing-page .counter-sec .counter-box:hover .count-number h3 {
  color: #fff;
}
.landing-page .landing-footer {
  background-color: rgba(51, 191, 191, 0.05);
}
.landing-page .landing-footer .footer-contain {
  text-align: center;
}
.landing-page .landing-footer .footer-contain img {
  margin-bottom: 5px;
}
.landing-page .landing-footer .footer-contain h2 {
  font-size: calc(18px + 17 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}
.landing-page .landing-footer .footer-contain .star-rate {
  margin-bottom: 40px;
}
.landing-page .landing-footer .footer-contain .star-rate li {
  display: inline-block;
}
.landing-page .landing-footer .footer-contain .star-rate li i {
  font-size: calc(16px + 14 * (100vw - 320px) / 1600);
}
.landing-page .landing-footer .footer-contain .btn-footer a:nth-child(n+2) {
  margin-left: 10px;
}

.tap-top {
  text-align: center;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5;
  color: #fff;
  background: #33BFBF;
  border: none;
  padding: 7px;
  -webkit-box-shadow: 0 0 10px #33BFBF;
          box-shadow: 0 0 10px #33BFBF;
  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;
}

.swiper-container {
  position: relative;
  width: 90vw;
  height: auto;
}

.swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.swiper-slide {
  width: 570px !important;
  height: auto;
  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;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-slide__content {
  height: 300px;
}

.cd-image-container {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 810px;
  z-index: 1;
}

.cd-image-container img {
  display: block;
  width: 100%;
}

.cd-image-label {
  position: absolute;
  font-weight: 500;
  letter-spacing: 1px;
  top: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -webkit-transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
}

.cd-image-label.is-hidden {
  visibility: hidden;
}

.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}

.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .landing-page .layout-section .layout-links .layout-box {
    margin-bottom: 20px;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #33BFBF;
  cursor: move;
  -webkit-box-shadow: 0 0 0 6px rgba(51, 191, 191, 0.2), 0 0 10px rgba(51, 191, 191, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 6px rgba(51, 191, 191, 0.2), 0 0 10px rgba(51, 191, 191, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cd-handle img {
  width:22px;
  height: 22px;
  filter: invert(1);
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -webkit-transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
}

.screenshot .col-sm-12 {
  position: relative;
}

.screenshot-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 465px;
}

.screenshot-decor .screenshot-circle1 {
  position: absolute;
  top: 50px;
  right: 645px;
}
.screenshot-decor .screenshot-circle2 {
  position: absolute;
  top: 100px;
  right: 675px;
}
.screenshot-decor .screenshot-circle3 {
  position: absolute;
  top: auto;
  left: 35%;
  bottom: 0px;
}

.mob-mocup {
  position: absolute;
  z-index: 2;
  width: 234px;
  left: 453px;
}

.mobile-light-left {
  position: absolute;
  z-index: 9;
  width: auto;
  left: 38.4%;
  bottom: 50px;
  -webkit-animation: 2s ease-in 0s normal none infinite running highlight-left;
          animation: 2s ease-in 0s normal none infinite running highlight-left;
}

.mobile-light-right {
  position: absolute;
  z-index: 9;
  width: auto;
  right: 38%;
  top: 0px;
  -webkit-animation: 2s ease-in 0s normal none infinite running highlight-right;
          animation: 2s ease-in 0s normal none infinite running highlight-right;
}

.owl-carousel {
  z-index: 1;
}

@-webkit-keyframes highlight-left {
  0% {
    opacity: 0;
    top: 320px;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 0;
  }
}
@keyframes highlight-left {
  0% {
    opacity: 0;
    top: 320px;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 0;
  }
}
@-webkit-keyframes highlight-right {
  0% {
    opacity: 0;
    bottom: 100px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    top: 280px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes highlight-right {
  0% {
    opacity: 0;
    bottom: 100px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    top: 400px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
/**=====================
    3.26 Landing CSS Ends
==========================**/
/**=====================
  38. Landing CSS Start
==========================**/
@media (max-width: 1660px) {
  .landing-page .layout-section .layout-links .layout-box ul {
    margin-bottom: -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .landing-page .layout-section .layout-links .layout-box ul li {
    margin-bottom: 10px;
  }
  .landing-page .landing-home .animat-block li:first-child {
    left: 68%;
    top: 8%;
  }
  .landing-page .landing-home .animat-block li:nth-child(2) img {
    width: 220px;
  }
  .landing-page .custom-container {
    max-width: 1440px;
  }
  .img-comp-container {
    left: 5%;
  }
}
@media (max-width: 1470px) {
  .landing-page .landing-home .landing-home-contain h2 {
    font-size: 38px;
  }
  .landing-page .landing-home .landing-home-contain h3 {
    font-size: 22px;
  }
  .landing-page .landing-home .landing-home-contain p {
    font-size: 16px;
  }
  .landing-page .landing-home .animat-block li:nth-child(3) {
    top: 8%;
  }
  .landing-page .landing-home .animat-block li:nth-child(5) {
    right: 3%;
  }
  .landing-page .custom-container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1366px) {
  .landing-page .framework ul.framworks-list li {
    height: 175px;
    width: 175px;
  }
  .landing-page .framework ul.framworks-list li img {
    width: auto;
    height: 60px;
  }
  .landing-page .landing-home .animat-block li:first-child {
    left: 60%;
    top: 10%;
  }
  .landing-page .landing-home .animat-block li:nth-child(2) {
    left: 4%;
    bottom: 8%;
  }
  .landing-page .core-feature .feature-box {
    padding: 35px 25px;
  }
  .landing-page .core-feature .feature-box h4 {
    font-size: 22px;
  }
  .landing-page .core-feature .feature-box p {
    font-size: 14px;
  }
  .landing-page .counter-sec .counter-box .count-number {
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
  }
  .landing-page .counter-sec .counter-box .count-number h3 {
    font-size: 30px;
  }
  .landing-page .counter-sec .counter-box .count-detail h4 {
    font-size: 22px;
  }
  .landing-page .counter-sec .counter-box .count-detail p {
    font-size: 14px;
  }
}
@media (max-width: 1365px) {
  .landing-page .landing-home .landing-home-contain h2 {
    font-size: 28px;
  }
  .landing-page .landing-home .landing-home-contain p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1366px) {
  .des-xl-50 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .landing-page .demo-section .demo-box {
    padding: 15px;
  }
  .landing-page .demo-section .demo-box .demo-title {
    padding-top: 10px;
  }
  .landing-page .demo-section .demo-box .demo-title h3 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .landing-page .layout-section .layout-links .layout-box ul li a img {
    margin-right: 0 !important;
  }
}
@media (max-width: 1199px) {
  .landing-page .section-py-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .landing-page .landing-home .landing-home-contain {
    width: unset;
  }
  .landing-page .landing-header {
    padding: 15px 40px;
  }
  .landing-page .section-pt-space {
    padding-top: 60px;
  }
  .landing-page .section-pb-space {
    padding-bottom: 60px;
  }
  .landing-page .title .logo-wrraper img {
    width: 35px;
    height: 35px;
  }
  .landing-page .title h2 {
    font-size: 26px;
  }
  .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
    padding: 10px 8px;
  }
  .landing-page .landing-header .buy-block .btn-landing {
    padding: 10px 20px;
  }
  .landing-page .landing-home .landing-home-contain h2 {
    font-size: 26px;
  }
  .landing-page .counter-sec .counter-box {
    padding: 20px 20px;
  }
  .landing-page .counter-sec .counter-box .count-number {
    width: 60px;
    height: 60px;
  }
  .landing-page .counter-sec .counter-box .count-number h3 {
    font-size: 22px;
  }
  .landing-page .demo-section .demo-box {
    padding: 20px;
  }
  .landing-page .demo-section .demo-box .img-wrraper ul.demo-link li a {
    display: block;
  }
  .landing-page .demo-section .demo-box .img-wrraper ul.demo-link li a svg {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .landing-page .framework .nav {
    margin-bottom: 30px;
  }
  .landing-page .framework ul.framworks-list li {
    width: 150px;
    height: 150px;
  }
  .landing-page .framework ul.framworks-list li img {
    height: 40px;
  }
  .landing-page .framework .mobile-light-left {
    left: 35%;
  }
  .landing-page .framework .mobile-light-right {
    right: 35%;
  }
  .landing-page .framework .mob-mocup {
    width: 248px;
    left: 355px;
  }
  .landing-page .framework .screenshot-contain {
    height: 495px;
  }
  .landing-page .mobile-light-left {
    left: 35%;
  }
  .landing-page .mobile-light-right {
    right: 35%;
  }
  .landing-page .mob-mocup {
    width: 248px;
    left: 355px;
  }
  .landing-page .screenshot-contain {
    height: 495px;
  }
}
@media (max-width: 991px) {
  .landing-page ul.shape li {
    display: none;
  }
  .landing-page .framework .nav .nav-link {
    padding: 8px;
  }
  .landing-page .framework .nav .nav-link img {
    height: 28px;
  }
  .landing-page .framework ul.framworks-list {
    margin-bottom: -20px;
  }
  .landing-page .framework ul.framworks-list li {
    margin: 0 10px 20px;
  }
  .landing-page section .title h2 {
    font-size: 22px;
  }
  .landing-page section .title h2::after {
    top: -10px;
  }
  .landing-page .layout-section .layout-list .nav-item .nav-link {
    padding: 8px 14px;
  }
  .landing-page .section-py-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .landing-page .section-pt-space {
    padding-top: 50px;
  }
  .landing-page .section-pb-space {
    padding-bottom: 50px;
  }
  .landing-page .landing-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .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;
  }
  .landing-page .landing-header ul.landing-menu.open {
    right: 0;
  }
  .landing-page .landing-header ul.landing-menu li.nav-item {
    display: block;
    background-color: #fff;
    text-align: left;
  }
  .landing-page .landing-header ul.landing-menu li.nav-item.menu-back {
    display: block;
  }
  .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
    color: #1F2F3E;
    padding: 10px 20px;
  }
  .landing-page .landing-header ul.landing-menu li.nav-item:hover a.nav-link {
    color: #33BFBF;
  }
  .landing-page .landing-header .buy-block .toggle-menu {
    display: block;
  }
  .landing-page .btn-landing {
    padding: 10px 25px;
  }
  .landing-page .landing-home {
    position: relative;
    z-index: 1;
  }
  .landing-page .landing-home .animat-block li img {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .landing-page .landing-home .animat-block li:first-child {
    z-index: unset;
    top: 16%;
    left: -10px;
    position: absolute;
  }
  .landing-page .landing-home .animat-block li:first-child img {
    width: 200px;
  }
  .landing-page .landing-home .animat-block li:nth-child(4) {
    top: 16%;
    left: unset;
    right: 0;
  }
  .landing-page .landing-home .animat-block li:nth-child(4) img {
    width: 180px;
  }
  .landing-page .landing-home .animat-block li:nth-child(5) {
    right: 33%;
    top: 5%;
  }
  .landing-page .landing-home .animat-block li:nth-child(5) img {
    width: 250px;
  }
  .landing-page .landing-home .animat-block li:nth-child(2) {
    position: absolute;
    top: 75%;
    left: 0;
  }
  .landing-page .landing-home .animat-block li:nth-child(2) img {
    width: 310px;
  }
  .landing-page .landing-home .animat-block li:nth-child(3) {
    top: 75%;
    right: 0;
    left: unset;
  }
  .landing-page .landing-home .animat-block li:nth-child(3) img {
    width: 310px;
  }
  .landing-page .landing-home .row > .animat-block {
    position: unset;
    margin-top: 0;
    display: none;
  }
  .landing-page .landing-home .row > .animat-block ~ div[class*=col-] {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0;
  }
  .landing-page .landing-home .landing-home-contain {
    text-align: center;
    height: 70vh;
    width: 100%;
    margin: auto;
    padding: 0 10px 0;
    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;
  }
  .landing-page .landing-home .landing-home-contain p {
    margin: 0 auto 25px;
    width: 90%;
  }
  .landing-page .landing-home .landing-home-contain .btn-landing {
    margin-right: auto;
    margin-left: auto;
  }
  .landing-page .framework .nav .nav-item:nth-child(n+2) {
    margin-left: 10px;
  }
  .landing-page .counter-sec .counter-block {
    margin-bottom: -30px;
  }
  .landing-page .counter-sec .counter-block > div {
    margin-bottom: 30px;
  }
  .landing-page .counter-sec .counter-box {
    padding: 35px 25px;
  }
  .landing-page .landing-footer .footer-contain .star-rate {
    margin-bottom: 40px;
  }
  .landing-page .landing-footer .mobile-light-right,
  .landing-page .landing-footer .mobile-light-left {
    display: none;
  }
  .landing-page .landing-footer .mob-mocup {
    width: 245px;
    left: 237px;
  }
  .landing-page .mobile-light-right,
  .landing-page .mobile-light-left {
    display: none;
  }
  .landing-page .mob-mocup {
    width: 245px;
    left: 237px;
  }
}
@media (max-width: 767px) {
  .landing-page .landing-header,
  .landing-page .landing-header.sticky {
    position: relative;
    background-color: #1f2f3e;
  }
  .landing-page .counter-sec .counter-block {
    margin-bottom: -20px;
  }
  .landing-page .counter-sec .counter-block > div {
    margin-bottom: 20px;
  }
  .landing-page .layout-section .layout-links .row {
    margin-bottom: -20px;
  }
  .landing-page .layout-section .layout-links .row > div {
    margin-bottom: 20px;
  }
  .landing-page .landing-header .navbar-brand {
    padding: 0;
  }
  .landing-page .title h2 {
    font-size: 24px;
  }
  .landing-page .section-py-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .landing-page .section-pt-space {
    padding-top: 40px;
  }
  .landing-page .section-pb-space {
    padding-bottom: 40px;
  }
  .landing-page .landing-home .animat-block {
    display: none;
  }
  .landing-page .landing-home .landing-home-contain {
    height: 560px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .landing-page .landing-home .landing-home-contain > div {
    background-color: unset;
    padding: 0;
  }
  .landing-page .landing-home .landing-home-contain h6 {
    margin-bottom: 10px;
  }
  .landing-page .landing-home .landing-home-contain p {
    width: auto;
    margin: 0 15px 25px;
  }
  .landing-page .demo-section .demo-block {
    margin-bottom: -20px;
  }
  .landing-page .demo-section .demo-block > div {
    margin-bottom: 20px;
  }
  .landing-page .demo-section .demo-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .landing-page .demo-section .demo-box .img-wrraper ul.demo-link li:nth-child(n+2) {
    margin-left: 5px;
  }
  .landing-page .demo-section .demo-box .img-wrraper ul.demo-link li a {
    font-size: 10px;
  }
  .landing-page .demo-section .demo-box .demo-title h3 {
    font-size: 18px;
  }
  .landing-page .counter-sec .counter-box .count-number {
    width: 50px;
    height: 50px;
  }
  .landing-page .counter-sec .counter-box .count-detail h4 {
    font-size: 20px;
  }
  .landing-page .core-feature .feature-box .icon-wrraper {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .landing-page .core-feature .feature-box h4 {
    font-size: 20px;
  }
  .landing-page .framework .nav .nav-link img {
    height: 35px;
  }
  .landing-page .framework .nav .nav-link h5 {
    font-size: 16px;
  }
  .landing-page .framework .nav .nav-link.active:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid rgba(51, 191, 191, 0.8);
  }
  .landing-page .framework ul.framworks-list li {
    width: 145px;
    height: 145px;
  }
  .landing-page .framework ul.framworks-list li img {
    height: 40px;
  }
  .landing-page .landing-footer .footer-contain img {
    margin-bottom: 10px;
  }
  .landing-page .landing-footer .footer-contain h2 {
    margin-bottom: 5px;
  }
  .landing-page .landing-footer .footer-contain p {
    margin-bottom: 10px;
  }
  .landing-page .landing-footer .footer-contain .star-rate {
    margin-bottom: 25px;
  }
  .landing-page .landing-footer .footer-contain .btn-footer .btn {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1;
  }
  .landing-page .landing-footer .mob-mocup {
    width: 280px;
    left: 128px;
  }
  .landing-page .landing-footer .screenshot-contain {
    height: 590px;
  }
  .landing-page .mob-mocup {
    width: 280px;
    left: 128px;
  }
  .landing-page .screenshot-contain {
    height: 590px;
  }
}
@media (max-width: 575px) {
  .landing-page section .title a {
    font-size: 22px;
  }
  .landing-page .section-px-space .demo-block .demo-box {
    margin: 0 15px;
  }
  .landing-page .core-feature .feature-block > div {
    padding-left: 16px;
    padding-right: 16px;
  }
  .landing-page .layout-section .layout-links .layout-box {
    margin: 20px;
  }
  .landing-page .custom-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .landing-page .landing-home .landing-home-contain {
    width: auto;
    height: 490px;
  }
  .landing-page .landing-home .landing-home-contain .btn-home-list li .btn {
    padding: 6px 14px;
  }
  .landing-page .landing-home .landing-home-contain .btn-home-list li img {
    width: 20px !important;
  }
  .landing-page .landing-home .landing-home-contain div div {
    margin-top: -17px;
    margin-bottom: 0;
  }
  .landing-page .landing-home .landing-home-contain > div img {
    width: 80px;
  }
  .landing-page .demo-section .demo-box {
    padding: 15px;
  }
  .landing-page .demo-section .demo-box .demo-title h3 {
    font-size: 16px;
  }
  .landing-page .framework .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .landing-page .core-feature .feature-box {
    padding: 30px 20px;
  }
  .landing-page .counter-sec .counter-box {
    height: auto;
    padding: 30px 20px;
  }
  .landing-page .counter-sec .counter-box .count-number {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }
  .landing-page .counter-sec .counter-box .count-number h3 {
    font-size: 18px;
  }
  .landing-page .counter-sec .mob-mocup {
    display: none;
  }
  .landing-page .counter-sec .screenshot-contain {
    height: 450px;
  }
  .landing-page .mob-mocup {
    display: none;
  }
  .landing-page .screenshot-contain {
    height: 450px;
  }
}
@media (max-width: 480px) {
  .landing-page .landing-footer .footer-contain .star-rate {
    margin-bottom: 20px;
  }
  .landing-page .core-feature .d-flex .flex-grow-1 h4 {
    font-size: 18px;
  }
  .landing-page .core-feature .d-flex .flex-grow-1 p {
    font-size: 14px;
  }
  .landing-page .core-feature .d-flex .flex-shrink-0 .icon-wrraper {
    width: 48px;
    height: 48px;
  }
  .landing-page .core-feature .d-flex .flex-shrink-0 .icon-wrraper svg {
    width: 38%;
  }
  .landing-page section .title h2 {
    font-size: 20px;
  }
  .landing-page section .title h2::after {
    height: 38px;
    top: -7px;
  }
  .landing-page .layout-section .layout-links .layout-box ul li a img {
    margin: 0 !important;
  }
  .landing-page .layout-section .layout-list {
    margin-bottom: 12px;
  }
  .landing-page .layout-section .layout-list li {
    margin-bottom: 10px;
  }
  .landing-page .title {
    display: block;
    margin-bottom: 25px;
  }
  .landing-page .title h2 {
    font-size: 20px;
  }
  .landing-page .landing-home .landing-home-contain {
    height: 414px;
    background: unset;
  }
  .landing-page .landing-home .landing-home-contain h2 {
    font-size: 22px;
  }
  .landing-page .landing-home .landing-home-contain h3 {
    font-size: 18px;
  }
  .landing-page .landing-home .landing-home-contain p {
    font-size: 13px;
  }
  .landing-page .landing-header .buy-block .toggle-menu {
    margin-left: 10px;
  }
  .landing-page .framework .nav .nav-item {
    width: auto;
  }
  .landing-page .framework .nav .nav-link {
    display: block !important;
    padding: 10px 15px;
  }
  .landing-page .framework .nav .nav-link.active:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 5px solid rgba(51, 191, 191, 0.8);
  }
  .landing-page .framework .nav .nav-link img {
    height: 20px;
    margin-right: unset;
  }
  .landing-page .framework .nav .nav-link .text-start {
    display: none;
  }
  .landing-page .framework ul.framworks-list li {
    width: 110px;
    height: 110px;
    padding: 25px 0;
  }
  .landing-page .framework ul.framworks-list li img {
    height: 34px;
  }
  .landing-page .landing-footer .footer-contain .btn-footer a:nth-child(n+2) {
    margin-left: 5px;
  }
  .landing-page .landing-footer .footer-contain .btn-footer .btn {
    padding: 10px 15px;
  }
  .landing-page .landing-footer .screenshot-contain {
    height: auto;
  }
  .landing-page .screenshot-contain {
    height: auto;
  }
}
@media (max-width: 450px) {
  .landing-page .section-px-space .demo-block .demo-box {
    margin: 0 12px;
  }
  .landing-page .layout-section .layout-links .layout-box {
    margin: 12px;
  }
  .landing-page .layout-section .layout-list .nav-item:last-child {
    margin-left: 0;
  }
}
@media (max-width: 405px) {
  .application-section .demo-block .demo-box {
    margin: 0 12px;
  }
  .landing-page .landing-footer .footer-contain .btn-footer .btn:last-child {
    margin-top: 10px;
  }
}
@media (max-width: 360px) {
  .landing-page .landing-header {
    padding: 6px 8px;
  }
}
/**=====================
     38. Landing CSS Ends
==========================**/
/* ---------------------
	*** themes ***
-----------------------*/
/**=====================
  4.3 Update CSS Start
==========================**/
.jsgrid-filter-row select,
.jsgrid-filter-row input {
  padding: 6px 10px;
  border: 1px solid #f2f4ff;
  background: #fff;
}

.datepicker--cell-day {
  height: 48px;
}

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

.popover {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(51, 191, 191, 0.1);
  box-shadow: 0 0 20px rgba(51, 191, 191, 0.1);
}
.popover .popover-header {
  background-color: #cff0f0;
  color: #33BFBF;
  border-bottom: none;
}
.popover .popover-body {
  color: rgba(43, 43, 43, 0.7);
}

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

.dark-accordion {
  color: rgba(255, 255, 255, 0.8);
}

.blockquote > :last-child {
  margin-top: 0;
}

.tooltip.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #cff0f0;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #cff0f0;
  border-top-color: transparent;
}
.tooltip.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #cff0f0;
  border-top-color: transparent;
}
.tooltip.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #cff0f0;
  border-top-color: transparent;
}
.tooltip .tooltip-inner {
  background-color: #cff0f0;
  color: #33BFBF;
}
.tooltip .tooltip-arrow:before {
  border-top-color: #cff0f0;
}

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

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

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

.nav-tabs .nav-item.show .nav-link {
  font-weight: 500;
}
.nav-tabs .nav-link {
  color: #15202b;
}
.nav-tabs .nav-link.active {
  font-weight: 500;
}
.nav-tabs.nav-bottom .nav-item .nav-link.active {
  border-color: #EDEDED #EDEDED #fff;
}

.btn-close:focus-visible {
  outline: none !important;
}
.btn-close:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

.border-tab .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #33BFBF;
}
.border-tab .nav-tabs .nav-item .nav-link.show {
  border-bottom: 2px solid #33BFBF;
}
.border-tab .nav-tabs .nav-item .nav-link:focus {
  border-bottom: 2px solid #33BFBF;
}

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

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

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

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

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

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

.toast-container {
  position: unset;
}

button[data-toggle=dropdown]:hover ~ .dropdown-menu {
  display: block;
  min-width: 300px;
  top: 35px;
}

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

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

.carousel-item .carousel-caption {
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 26px 10px;
  background-color: rgba(31, 47, 62, 0.51) !important;
}
.carousel-item .carousel-opacity {
  background-color: rgba(245, 246, 249, 0.51);
}

.carousel .carousel-control-prev-icon {
  width: calc(23px + 9 * (100vw - 320px) / 1600);
  height: calc(23px + 9 * (100vw - 320px) / 1600);
}
.carousel .carousel-control-next-icon {
  width: calc(23px + 9 * (100vw - 320px) / 1600);
  height: calc(23px + 9 * (100vw - 320px) / 1600);
}

[dir=rtl] .rating-header h4 {
  direction: ltr;
}

.animate-img .animate-widget img {
  width: 100%;
  height: 350px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-popup.modal {
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.modal-popup.modal .modal-dialog .theme-close {
  width: calc(25px + 15 * (100vw - 320px) / 1600);
  height: calc(25px + 15 * (100vw - 320px) / 1600);
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
}

@media (max-width: 442px) {
  .animated-modal .form-select {
    width: 100% !important;
  }
}

.task-container .badge {
  line-height: 13px;
}

.starter-main .alert-primary.inverse {
  padding: 13px 20px 13px 65px;
  border-color: #33BFBF;
  color: #15202b;
}
[dir=rtl] .starter-main .alert-primary.inverse {
  padding: 13px 65px 13px 20px;
}
.starter-main .alert-primary.inverse:before {
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #33BFBF;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
[dir=rtl] .starter-main .alert-primary.inverse:before {
  border-right: 7px solid #33BFBF;
  border-left: unset;
}
.starter-main .alert-primary.inverse i {
  padding: 17px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #33BFBF;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
[dir=rtl] .starter-main .alert-primary.inverse i {
  right: 0;
  left: unset;
}

.map-z-index {
  z-index: 1;
}

/**=====================
    4.3 Update CSS Ends
==========================**/
/*# sourceMappingURL=style.css.map */