/*! -----------------------------------------------------------------------------------
    Template Name: Moscow Admin
    Template URI: http://admin.pixelstrap.com/aria/theme
    Description: This is Admin theme
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/pixelstrap
-----------------------------------------------------------------------------------
    1.Base css
        1.1 Reset CSS
        1.2 Typography CSS
    2.Components css
        2.1 According CSS
        2.2 Alert CSS
        2.3 Avatars CSS
        2.4 Badge CSS
        2.5 Bookmark CSS
        2.6 Breadcrumb CSS
        2.7 Basic-card CSS        
        2.8 Scrollbar CSS
        2.9 Buttons CSS
        2.10 Card CSS
        2.11 Color CSS
        2.12 Datatable CSS
        2.13 Datapicker CSS
        2.14 Dropdown CSS
        2.15 Typeahead-search CSS Start
        2.16 Form-input CSS
        2.17 Form-wizard CSS
        2.18 Forms CSS
        2.19 Icons CSS
        2.20 List CSS
        2.21 Loader CSS 
        2.22 Modal CSS
        2.23 Popover CSS
        2.24 Print CSS
        2.25 Radio CSS
        2.26 Ribbon CSS
        2.27 Range-slider CSS
        2.28 Switch CSS
        2.29 Tab CSS
        2.30 Table CSS
        2.31 Toasts CSS
        2.32 Touchspin CSS
        2.33 Tour CSS
        2.34 Tree CSS
        2.35 Typeahead-search CSS
    3. Pages
        3.1 Blog CSS
        3.2 Bookmark-app CSS
        3.3 Cart CSS
        3.4 Chart CSS
        3.5 Chat CSS
        3.6 Checkout CSS
        3.7 Comingsoon CSS
        3.8 Contacts CSS
        3.9 Dashboard_2 CSS
        3.10 Dashboard_3 CSS 
        3.11 Dashboard_4 CSS
        3.12 Dashboard_5 CSS
        3.13 Dashboard_default CSS
        3.14 Ecommerce CSS
        3.15 Email-application CSS
        3.16 Errorpage CSS
        3.17 Faq CSS
        3.18 File CSS
        3.19 Gallery CSS
        3.20 Helper CSS
        3.21 Internationalization CSS
        3.22 Job-search CSS
        3.23 Jsgrid CSS
        3.24 Kanban CSS
        3.25 Knowledgebase CSS
        3.26 Landing CSS
        3.27 Language CSS
        3.28 Learning CSS
        3.29 Login CSS
        3.30 Megaoption CSS
        3.31 Order-history CSS
        3.32 Page CSS
        3.33 Pricing CSS
        3.34 Progress CSS
        3.35 Projectlist CSS
        3.36 Rating CSS
        3.37 Social-app CSS
        3.38 Sweet-alert CSS
        3.39 Task CSS
        3.40 Timeline-v CSS
        3.41 User-profile CSS
        3.42 Wishlist CSS
        3.43 Dashboard_6.CSS
        3.44 Dashboard_7 CSS
        3.45 Dashboard_8.CSS
        3.46 Add-product.CSS
        3.47 Letter_box.CSS
        3.48 Editors.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: #1a5f7f;
  --theme-secondary: #dd7031;
  --light-background: rgba(242, 243, 247, 0.7);
  --body-font-color: #2F2F3B;
  --chart-border: #ECF3FA;
  --recent-chart-bg: #FCFCFD;
  --light-bg: #EEF1F6;
  --white: #fff;
  --light2: #F5F6F9;
  --sidebar-border: rgba(0, 0, 0, 0.1);
  --chart-text-color: rgba(82, 82, 108, 0.8);
  --recent-dashed-border: rgba(82, 82, 108, 0.3);
  --chart-dashed-border: rgba(82, 82, 108, 0.2);
  --chart-progress-light: rgba(82, 82, 108, 0.1);
  --recent-box-bg: #F2F4F7;
  --recent-border: rgba(97, 101, 122, 0.25);
  --course-light-btn: #F2F3F7;
  --course-bg: #F7F7F7;
  --balance-profie-bg: #E0DFEF;
  --view-grid-bg: #ECF3FA80;
  --view-border-marker: #cfcdfc;
  --light-slate: #F5F6F9;
  --text-gray: rgba(82, 82, 108, 0.8);
  --product-shadow: 0px 1px 0px rgba(82, 82, 108, 0.15);
  --light-shade-primary: rgba(209, 223, 229);
  --dark-primary: rgba(115, 102, 255);
  --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;
  /* Do not show the "remove tag" (x) button when only a single tag remains */
}
:root .customLook {
  --tag-bg: var(--theme-default);
  --tag-hover: var(--theme-secondary);
  --tag-text-color: var(--white);
  --tags-border-color: silver;
  --tag-border-radius: 25px;
  --tag-text-color--edit: #111;
  --tag-remove-bg: var(--tag-hover);
  --tag-pad: .6em 1em;
  --tag-inset-shadow-size: 1.35em;
  --tag-remove-btn-bg--hover: #000;
  --tagify-dd-color-primary: var(var(--theme-default));
  --tagify-dd-bg-color: var(--course-light-btn);
}

/**=====================
    1.2 Typography CSS start
==========================**/
body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: Poppins, sans-serif !important;
  color: #2F2F3B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: Poppins, sans-serif;
  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);
  transition: 0.5s all;
}
a:hover {
  color: var(--theme-default);
  transition: all 0.5s all;
}
a:focus-visible {
  outline: none;
}

.btn {
  font-size: 14px;
}

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

button:focus {
  outline: 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;
}

.form-select:focus {
  border-color: #cccccc;
  box-shadow: 0px 8px 11px rgba(26, 95, 127, 0.1);
}

.form-control:focus {
  border-color: #cccccc !important;
  box-shadow: none;
  color: #848789;
}

.d-flex {
  display: flex;
  align-items: flex-start;
}
.d-flex .flex-grow-1 {
  flex: 1 !important;
}

blockquote {
  border-left: 4px solid #1a5f7f;
  padding: 18px;
}

.typography .table-responsive {
  overflow-y: hidden;
}

.figure.text-center blockquote {
  border: none !important;
}
.figure.text-end blockquote {
  border-left: none !important;
  border-right: 4px solid #1a5f7f;
}

.row > div {
  position: relative;
}

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

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

svg {
  vertical-align: baseline;
}

input:focus {
  outline-color: transparent;
}

label {
  margin-bottom: 0.5rem;
}

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

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

pre {
  background-color: rgba(26, 95, 127, 0.03);
  padding: 20px 0;
}

.owl-theme .owl-dots .owl-dot span {
  background: rgb(43.3333333333, 158.3333333333, 211.6666666667);
}
.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: #f4f4f4;
}
.note-editor.fullscreen .note-toolbar-wrapper {
  height: 0 !important;
}

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

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

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

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

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

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

.CodeMirror {
  top: 0 !important;
}

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

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

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

.swal-button {
  background-color: var(--theme-default);
}
.swal-button:active {
  background-color: rgb(21.6666666667, 79.1666666667, 105.8333333333);
}

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

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

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: flex;
}

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

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

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

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

table tbody tr {
  vertical-align: middle;
}

.common-flex {
  display: flex;
  gap: 12px;
  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;
}

::selection {
  background-color: #1a5f7f;
  color: #fff;
}

::-moz-selection {
  background-color: #1a5f7f;
  color: #fff;
}

/**=====================
    1.2 Typography CSS Ends
==========================**/
/**=====================
    1.1 Reset CSS start
==========================**/
.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 {
  transform: rotate(-45deg);
  display: inline-block;
}

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

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-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: #1a5f7f !important;
}

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

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

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

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

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

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

.font-warning {
  color: #da9817 !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: #1a5f7f;
}

.label-primary {
  background-color: #1a5f7f;
}

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

.label-success {
  background-color: #479447;
}

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

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

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

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

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

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

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

.badge-success {
  background-color: #479447;
}

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

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

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

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

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

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

.bg-light-primary {
  background-color: rgba(26, 95, 127, 0.1) !important;
}

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

.bg-light-secondary {
  background-color: rgba(221, 112, 49, 0.1) !important;
}

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

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

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

.bg-light-danger {
  background-color: rgba(228, 39, 57, 0.1) !important;
}

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

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

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

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

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

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

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

.bg-light-warning {
  background-color: rgba(218, 152, 23, 0.1) !important;
}

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

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

.badge-light-primary {
  background-color: rgb(119.5333333333, 193.1333333333, 227.2666666667);
  color: #1a5f7f;
}
.badge-light-primary:hover {
  background-color: rgb(119.5333333333, 193.1333333333, 227.2666666667);
  color: #1a5f7f;
}

.badge-light-primary {
  background-color: rgb(119.5333333333, 193.1333333333, 227.2666666667);
  color: #1a5f7f;
}
.badge-light-primary:hover {
  background-color: rgb(119.5333333333, 193.1333333333, 227.2666666667);
  color: #1a5f7f;
}

.badge-light-secondary {
  background-color: rgb(248.455, 227.4725, 215.345);
  color: #dd7031;
}
.badge-light-secondary:hover {
  background-color: rgb(248.455, 227.4725, 215.345);
  color: #dd7031;
}

.badge-light-secondary {
  background-color: rgb(248.455, 227.4725, 215.345);
  color: #dd7031;
}
.badge-light-secondary:hover {
  background-color: rgb(248.455, 227.4725, 215.345);
  color: #dd7031;
}

.badge-light-success {
  background-color: rgb(189.3123287671, 223.4876712329, 189.3123287671);
  color: #479447;
}
.badge-light-success:hover {
  background-color: rgb(189.3123287671, 223.4876712329, 189.3123287671);
  color: #479447;
}

.badge-light-success {
  background-color: rgb(189.3123287671, 223.4876712329, 189.3123287671);
  color: #479447;
}
.badge-light-success:hover {
  background-color: rgb(189.3123287671, 223.4876712329, 189.3123287671);
  color: #479447;
}

.badge-light-danger {
  background-color: rgb(249.5333333333, 211.2666666667, 214.9111111111);
  color: #e42739;
}
.badge-light-danger:hover {
  background-color: rgb(249.5333333333, 211.2666666667, 214.9111111111);
  color: #e42739;
}

.badge-light-danger {
  background-color: rgb(249.5333333333, 211.2666666667, 214.9111111111);
  color: #e42739;
}
.badge-light-danger:hover {
  background-color: rgb(249.5333333333, 211.2666666667, 214.9111111111);
  color: #e42739;
}

.badge-light-info {
  background-color: rgb(146.934, 234.084, 246.866);
  color: #0ea4ba;
}
.badge-light-info:hover {
  background-color: rgb(146.934, 234.084, 246.866);
  color: #0ea4ba;
}

.badge-light-info {
  background-color: rgb(146.934, 234.084, 246.866);
  color: #0ea4ba;
}
.badge-light-info:hover {
  background-color: rgb(146.934, 234.084, 246.866);
  color: #0ea4ba;
}

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

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

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

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

.badge-light-warning {
  background-color: rgb(247.8232365145, 227.2290456432, 186.9767634855);
  color: #da9817;
}
.badge-light-warning:hover {
  background-color: rgb(247.8232365145, 227.2290456432, 186.9767634855);
  color: #da9817;
}

.badge-light-warning {
  background-color: rgb(247.8232365145, 227.2290456432, 186.9767634855);
  color: #da9817;
}
.badge-light-warning:hover {
  background-color: rgb(247.8232365145, 227.2290456432, 186.9767634855);
  color: #da9817;
}

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

.badge-light-primary {
  background-color: rgba(26, 95, 127, 0.1);
}

.badge-light-success {
  background-color: rgba(71, 148, 71, 0.15);
}

.badge-light-secondary {
  background-color: rgba(221, 112, 49, 0.08);
}

.badge-light-warning {
  background-color: rgba(218, 152, 23, 0.1);
}

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

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

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

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

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

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

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

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

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

.txt-warning {
  color: #da9817 !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  ======= */
@keyframes push {
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.btn-primary {
  background-color: #1a5f7f !important;
  border-color: #1a5f7f !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #1a5f7f !important;
  border-color: #1a5f7f !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(85.6666666667, 177.6666666667, 220.3333333333);
}

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

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

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

.btn-info {
  background-color: #0ea4ba !important;
  border-color: #0ea4ba !important;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff !important;
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #0ea4ba !important;
  border-color: #0ea4ba !important;
}
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgb(108.99, 226.74, 244.01);
}

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

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

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

.btn-light {
  background-color: rgba(26, 95, 127, 0.06) !important;
  border-color: rgba(26, 95, 127, 0.06) !important;
}
.btn-light:hover {
  background-color: rgba(26, 95, 127, 0.1) !important;
  border-color: rgba(26, 95, 127, 0.1) !important;
}

.btn-warning:active {
  color: #fff !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 {
  animation: push 0.5s linear 1;
}

/*======= Button-color css ends  ======= */
.btn-outline-primary-2x {
  border-width: 2px;
  border-color: #1a5f7f;
  color: #1a5f7f;
  background-color: transparent;
}
.btn-outline-primary-2x.disabled {
  color: #1a5f7f;
}
.btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active {
  color: white !important;
  background-color: rgb(17.3333333333, 63.3333333333, 84.6666666667) !important;
  border-color: rgb(17.3333333333, 63.3333333333, 84.6666666667) !important;
  box-shadow: none;
}

.btn-outline-secondary-2x {
  border-width: 2px;
  border-color: #dd7031;
  color: #dd7031;
  background-color: transparent;
}
.btn-outline-secondary-2x.disabled {
  color: #dd7031;
}
.btn-outline-secondary-2x:hover, .btn-outline-secondary-2x:focus, .btn-outline-secondary-2x:active, .btn-outline-secondary-2x.active {
  color: white !important;
  background-color: rgb(187.975, 88.5125, 31.025) !important;
  border-color: rgb(187.975, 88.5125, 31.025) !important;
  box-shadow: none;
}

.btn-outline-success-2x {
  border-width: 2px;
  border-color: #479447;
  color: #479447;
  background-color: transparent;
}
.btn-outline-success-2x.disabled {
  color: #479447;
}
.btn-outline-success-2x:hover, .btn-outline-success-2x:focus, .btn-outline-success-2x:active, .btn-outline-success-2x.active {
  color: white !important;
  background-color: rgb(54.4657534247, 113.5342465753, 54.4657534247) !important;
  border-color: rgb(54.4657534247, 113.5342465753, 54.4657534247) !important;
  box-shadow: none;
}

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

.btn-outline-info-2x {
  border-width: 2px;
  border-color: #0ea4ba;
  color: #0ea4ba;
  background-color: transparent;
}
.btn-outline-info-2x.disabled {
  color: #0ea4ba;
}
.btn-outline-info-2x:hover, .btn-outline-info-2x:focus, .btn-outline-info-2x:active, .btn-outline-info-2x.active {
  color: white !important;
  background-color: rgb(10.43, 122.18, 138.57) !important;
  border-color: rgb(10.43, 122.18, 138.57) !important;
  box-shadow: none;
}

.btn-outline-light-2x {
  border-width: 2px;
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
  color: #2F2F3B;
}
.btn-outline-light-2x.disabled {
  color: #f4f4f4;
}
.btn-outline-light-2x:hover, .btn-outline-light-2x:focus, .btn-outline-light-2x:active, .btn-outline-light-2x.active {
  color: white !important;
  background-color: rgb(218.5, 218.5, 218.5) !important;
  border-color: rgb(218.5, 218.5, 218.5) !important;
  box-shadow: none;
}

.btn-outline-dark-2x {
  border-width: 2px;
  border-color: #2c323f;
  color: #2c323f;
  background-color: transparent;
}
.btn-outline-dark-2x.disabled {
  color: #2c323f;
}
.btn-outline-dark-2x:hover, .btn-outline-dark-2x:focus, .btn-outline-dark-2x:active, .btn-outline-dark-2x.active {
  color: white !important;
  background-color: rgb(23.0280373832, 26.1682242991, 32.9719626168) !important;
  border-color: rgb(23.0280373832, 26.1682242991, 32.9719626168) !important;
  box-shadow: none;
}

.btn-outline-warning-2x {
  border-width: 2px;
  border-color: #da9817;
  color: #da9817;
  background-color: transparent;
}
.btn-outline-warning-2x.disabled {
  color: #da9817;
}
.btn-outline-warning-2x:hover, .btn-outline-warning-2x:focus, .btn-outline-warning-2x:active, .btn-outline-warning-2x.active {
  color: white !important;
  background-color: rgb(171.867219917, 119.8340248963, 18.132780083) !important;
  border-color: rgb(171.867219917, 119.8340248963, 18.132780083) !important;
  box-shadow: none;
}

.btn-outline-primary {
  border-color: #1a5f7f;
  color: #1a5f7f;
  background-color: transparent;
}
.btn-outline-primary.disabled {
  color: #1a5f7f;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  color: white !important;
  background-color: rgb(17.3333333333, 63.3333333333, 84.6666666667) !important;
  border-color: rgb(17.3333333333, 63.3333333333, 84.6666666667) !important;
}

.btn-outline-secondary {
  border-color: #dd7031;
  color: #dd7031;
  background-color: transparent;
}
.btn-outline-secondary.disabled {
  color: #dd7031;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
  color: white !important;
  background-color: rgb(187.975, 88.5125, 31.025) !important;
  border-color: rgb(187.975, 88.5125, 31.025) !important;
}

.btn-outline-success {
  border-color: #479447;
  color: #479447;
  background-color: transparent;
}
.btn-outline-success.disabled {
  color: #479447;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active {
  color: white !important;
  background-color: rgb(54.4657534247, 113.5342465753, 54.4657534247) !important;
  border-color: rgb(54.4657534247, 113.5342465753, 54.4657534247) !important;
}

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

.btn-outline-info {
  border-color: #0ea4ba;
  color: #0ea4ba;
  background-color: transparent;
}
.btn-outline-info.disabled {
  color: #0ea4ba;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active {
  color: white !important;
  background-color: rgb(10.43, 122.18, 138.57) !important;
  border-color: rgb(10.43, 122.18, 138.57) !important;
}

.btn-outline-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
  color: #2F2F3B;
}
.btn-outline-light.disabled {
  color: #f4f4f4;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: white !important;
  background-color: rgb(218.5, 218.5, 218.5) !important;
  border-color: rgb(218.5, 218.5, 218.5) !important;
}

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

.btn-outline-warning {
  border-color: #da9817;
  color: #da9817;
  background-color: transparent;
}
.btn-outline-warning.disabled {
  color: #da9817;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active {
  color: white !important;
  background-color: rgb(171.867219917, 119.8340248963, 18.132780083) !important;
  border-color: rgb(171.867219917, 119.8340248963, 18.132780083) !important;
}

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

.btn-primary:not([disabled]):not(.disabled).active {
  background-color: rgb(17.3333333333, 63.3333333333, 84.6666666667);
  border-color: rgb(17.3333333333, 63.3333333333, 84.6666666667);
  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: rgb(17.3333333333, 63.3333333333, 84.6666666667);
  border-color: rgb(17.3333333333, 63.3333333333, 84.6666666667);
}

.btn-secondary:not([disabled]):not(.disabled).active {
  background-color: rgb(187.975, 88.5125, 31.025);
  border-color: rgb(187.975, 88.5125, 31.025);
  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: rgb(187.975, 88.5125, 31.025);
  border-color: rgb(187.975, 88.5125, 31.025);
}

.btn-success:not([disabled]):not(.disabled).active {
  background-color: rgb(54.4657534247, 113.5342465753, 54.4657534247);
  border-color: rgb(54.4657534247, 113.5342465753, 54.4657534247);
  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: rgb(54.4657534247, 113.5342465753, 54.4657534247);
  border-color: rgb(54.4657534247, 113.5342465753, 54.4657534247);
}

.btn-danger:not([disabled]):not(.disabled).active {
  background-color: #c01828;
  border-color: #c01828;
  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: #c01828;
  border-color: #c01828;
}

.btn-info:not([disabled]):not(.disabled).active {
  background-color: rgb(10.43, 122.18, 138.57);
  border-color: rgb(10.43, 122.18, 138.57);
  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: rgb(10.43, 122.18, 138.57);
  border-color: rgb(10.43, 122.18, 138.57);
}

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

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

.btn-warning:not([disabled]):not(.disabled).active {
  background-color: rgb(171.867219917, 119.8340248963, 18.132780083);
  border-color: rgb(171.867219917, 119.8340248963, 18.132780083);
  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: rgb(171.867219917, 119.8340248963, 18.132780083);
  border-color: rgb(171.867219917, 119.8340248963, 18.132780083);
}

.btn-outline-primary-2x:not([disabled]):not(.disabled).active {
  background-color: #1a5f7f;
  border-color: #1a5f7f;
  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;
  box-shadow: none !important;
  background-color: rgb(17.3333333333, 63.3333333333, 84.6666666667) !important;
  border-color: rgb(17.3333333333, 63.3333333333, 84.6666666667) !important;
}

.btn-outline-secondary-2x:not([disabled]):not(.disabled).active {
  background-color: #dd7031;
  border-color: #dd7031;
  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;
  box-shadow: none !important;
  background-color: rgb(187.975, 88.5125, 31.025) !important;
  border-color: rgb(187.975, 88.5125, 31.025) !important;
}

.btn-outline-success-2x:not([disabled]):not(.disabled).active {
  background-color: #479447;
  border-color: #479447;
  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;
  box-shadow: none !important;
  background-color: rgb(54.4657534247, 113.5342465753, 54.4657534247) !important;
  border-color: rgb(54.4657534247, 113.5342465753, 54.4657534247) !important;
}

.btn-outline-danger-2x:not([disabled]):not(.disabled).active {
  background-color: #e42739;
  border-color: #e42739;
  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;
  box-shadow: none !important;
  background-color: #c01828 !important;
  border-color: #c01828 !important;
}

.btn-outline-info-2x:not([disabled]):not(.disabled).active {
  background-color: #0ea4ba;
  border-color: #0ea4ba;
  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;
  box-shadow: none !important;
  background-color: rgb(10.43, 122.18, 138.57) !important;
  border-color: rgb(10.43, 122.18, 138.57) !important;
}

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

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

.btn-outline-warning-2x:not([disabled]):not(.disabled).active {
  background-color: #da9817;
  border-color: #da9817;
  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;
  box-shadow: none !important;
  background-color: rgb(171.867219917, 119.8340248963, 18.132780083) !important;
  border-color: rgb(171.867219917, 119.8340248963, 18.132780083) !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 #1a5f7f !important;
}

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

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

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

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

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

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

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

/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
.table-styling .table-primary,
.table-styling.table-primary {
  background-color: #1a5f7f;
  color: #fff;
  border: 3px solid #1a5f7f;
}
.table-styling .table-primary thead,
.table-styling.table-primary thead {
  background-color: rgb(17.3333333333, 63.3333333333, 84.6666666667);
}
.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: #dd7031;
  color: #fff;
  border: 3px solid #dd7031;
}
.table-styling .table-secondary thead,
.table-styling.table-secondary thead {
  background-color: rgb(187.975, 88.5125, 31.025);
}
.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: #479447;
  color: #fff;
  border: 3px solid #479447;
}
.table-styling .table-success thead,
.table-styling.table-success thead {
  background-color: rgb(54.4657534247, 113.5342465753, 54.4657534247);
}
.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: #e42739;
  color: #fff;
  border: 3px solid #e42739;
}
.table-styling .table-danger thead,
.table-styling.table-danger thead {
  background-color: #c01828;
}
.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: #0ea4ba;
  color: #fff;
  border: 3px solid #0ea4ba;
}
.table-styling .table-info thead,
.table-styling.table-info thead {
  background-color: rgb(10.43, 122.18, 138.57);
}
.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: #f4f4f4;
  color: #fff;
  border: 3px solid #f4f4f4;
}
.table-styling .table-light thead,
.table-styling.table-light thead {
  background-color: rgb(218.5, 218.5, 218.5);
}
.table-styling .table-light th,
.table-styling .table-light td,
.table-styling.table-light th,
.table-styling.table-light td {
  background-color: transparent;
}

.table-styling .table-dark,
.table-styling.table-dark {
  background-color: #2c323f;
  color: #fff;
  border: 3px solid #2c323f;
}
.table-styling .table-dark thead,
.table-styling.table-dark thead {
  background-color: rgb(23.0280373832, 26.1682242991, 32.9719626168);
}
.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: #da9817;
  color: #fff;
  border: 3px solid #da9817;
}
.table-styling .table-warning thead,
.table-styling.table-warning thead {
  background-color: rgb(171.867219917, 119.8340248963, 18.132780083);
}
.table-styling .table-warning th,
.table-styling .table-warning td,
.table-styling.table-warning th,
.table-styling.table-warning td {
  background-color: transparent;
}

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

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

.stroke-success {
  stroke: #479447 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-r-warning {
  border-right: 1px solid #da9817 !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 ======*/
.map-js-height {
  height: 500px;
}

/**====== custom scrollbar css start ======**/
.custom-scrollbar::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ecf3fa;
}
.custom-scrollbar::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}
.custom-scrollbar::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: rgba(26, 95, 127, 0.1);
}

.theme-scrollbar::-webkit-scrollbar-track,
.datatable-container::-webkit-scrollbar-track,
.jsgrid-grid-body::-webkit-scrollbar-track,
.jsgrid-grid-header::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track,
.anchor::-webkit-scrollbar-track,
.fg-emoji-list::-webkit-scrollbar-track,
.tagify__dropdown__wrapper::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track,
.ace_scrollbar::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ecf3fa;
}
.theme-scrollbar::-webkit-scrollbar,
.datatable-container::-webkit-scrollbar,
.jsgrid-grid-body::-webkit-scrollbar,
.jsgrid-grid-header::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar,
.anchor::-webkit-scrollbar,
.fg-emoji-list::-webkit-scrollbar,
.tagify__dropdown__wrapper::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar,
.ace_scrollbar::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}
.theme-scrollbar::-webkit-scrollbar-thumb,
.datatable-container::-webkit-scrollbar-thumb,
.jsgrid-grid-body::-webkit-scrollbar-thumb,
.jsgrid-grid-header::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb,
.anchor::-webkit-scrollbar-thumb,
.fg-emoji-list::-webkit-scrollbar-thumb,
.tagify__dropdown__wrapper::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb,
.ace_scrollbar::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgba(26, 95, 127, 0.1);
}

/**====== Custom scrollbar css end ======**/
/**====== Animation css Start ======**/
.line {
  color: #2c323f;
}
.line pre {
  font-size: 100%;
}

/**====== Animation css end ======**/
/**====== Modal style css Start ======**/
.theme-close {
  opacity: 1;
  position: absolute;
  z-index: 1;
  right: 0;
  background-color: #fff !important;
}

/**====== Modal style css end ======**/
/**====== Animation css start ======**/
.options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.options > div {
  color: #cccccc;
  padding: 2px 10px;
  border: 1px solid;
}
.options > div:hover {
  background-color: #1a5f7f;
  color: #fff;
  transition: background-color 0.3s ease;
}

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

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

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

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

.primary .svg-fill {
  fill: var(--theme-default);
}
.primary .svg-fill:not(.half-circle) {
  stroke: var(--theme-default);
}
.primary .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(26, 95, 127, 0.1) 19.06%, rgba(26, 95, 127, 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(221, 112, 49, 0.1) 19.06%, rgba(221, 112, 49, 0) 79.03%) !important;
}

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

.warning .svg-fill {
  fill: #da9817;
}
.warning .bg-gradient {
  background-image: linear-gradient(144.16deg, rgba(218, 152, 23, 0.1) 19.06%, rgba(218, 152, 23, 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;
}

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

@media (max-width: 1660px) and (min-width: 1400px) {
  .custom-rs-4 {
    width: 33.33333333%;
  }
  .custom-rs-12 {
    width: 100%;
  }
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-marker {
  width: 10px;
  height: 10px;
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-goals-group,
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-z-group {
  display: none;
}

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

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

.common-space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Override the default tooltip arrow color */
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: rgba(26, 95, 127, 0.3019607843);
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: rgba(26, 95, 127, 0.3019607843);
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: rgba(26, 95, 127, 0.3019607843);
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: rgba(26, 95, 127, 0.3019607843);
}

@media screen and (max-width: 1199px) {
  .proorder-lg-1 {
    order: 1;
  }
  .proorder-lg-2 {
    order: 2;
  }
  .proorder-lg-3 {
    order: 3;
  }
  .proorder-lg-4 {
    order: 4;
  }
  .proorder-lg-5 {
    order: 5;
  }
  .proorder-lg-6 {
    order: 6;
  }
  .proorder-lg-7 {
    order: 7;
  }
  .proorder-lg-8 {
    order: 8;
  }
  .proorder-lg-9 {
    order: 9;
  }
  .proorder-lg-10 {
    order: 10;
  }
  .proorder-lg-11 {
    order: 11;
  }
  .proorder-lg-12 {
    order: 12;
  }
  .proorder-lg-13 {
    order: 13;
  }
}
/**=====================
    1.1 Reset CSS Ends
==========================**/
/**=====================
  2.9 Buttons CSS start
==========================**/
.btn-link {
  color: var(--theme-default);
}

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

.btn-light:not([disabled]):not(.disabled).active.active {
  color: #2F2F3B;
  background-color: rgb(238.9, 238.9, 238.9) !important;
}

.btn-primary-gradien {
  background-image: linear-gradient(to right, rgb(32.9333333333, 120.3333333333, 160.8666666667) 0%, rgb(19.0666666667, 69.6666666667, 93.1333333333) 51%, rgb(32.9333333333, 120.3333333333, 160.8666666667) 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
  color: #fff;
}
.btn-primary-gradien:focus, .btn-primary-gradien:active, .btn-primary-gradien.active {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, rgb(32.9333333333, 120.3333333333, 160.8666666667), 0%, rgb(19.0666666667, 69.6666666667, 93.1333333333), 100%, #fff) !important;
}

.btn-secondary-gradien {
  background-image: linear-gradient(to right, rgb(226.78, 136.31, 84.02) 0%, rgb(196.73, 92.635, 32.47) 51%, rgb(226.78, 136.31, 84.02) 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  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 {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, rgb(226.78, 136.31, 84.02), 0%, rgb(196.73, 92.635, 32.47), 100%, #fff) !important;
}

.btn-success-gradien {
  background-image: linear-gradient(to right, rgb(85.9150684932, 173.8849315068, 85.9150684932) 0%, rgb(57.7726027397, 120.4273972603, 57.7726027397) 51%, rgb(85.9150684932, 173.8849315068, 85.9150684932) 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  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 {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, rgb(85.9150684932, 173.8849315068, 85.9150684932), 0%, rgb(57.7726027397, 120.4273972603, 57.7726027397), 100%, #fff) !important;
}

.btn-danger-gradien {
  background-image: linear-gradient(to right, rgb(232.5333333333, 75.2666666667, 90.2444444444) 0%, rgb(201.0666666667, 25.1333333333, 41.8888888889) 51%, rgb(232.5333333333, 75.2666666667, 90.2444444444) 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  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 {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, rgb(232.5333333333, 75.2666666667, 90.2444444444), 0%, rgb(201.0666666667, 25.1333333333, 41.8888888889), 100%, #fff) !important;
}

.btn-warning-gradien {
  background-image: linear-gradient(to right, rgb(233.2215767635, 170.7269709544, 48.5784232365) 0%, rgb(181.0937759336, 126.267219917, 19.1062240664) 51%, rgb(233.2215767635, 170.7269709544, 48.5784232365) 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  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 {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, rgb(233.2215767635, 170.7269709544, 48.5784232365), 0%, rgb(181.0937759336, 126.267219917, 19.1062240664), 100%, #fff) !important;
}

.btn-info-gradien {
  background-image: linear-gradient(to right, rgb(16.856, 197.456, 223.944) 0%, rgb(11.144, 130.544, 148.056) 51%, rgb(16.856, 197.456, 223.944) 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  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 {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, rgb(16.856, 197.456, 223.944), 0%, rgb(11.144, 130.544, 148.056), 100%, #fff) !important;
}

.btn-light-gradien {
  background-image: linear-gradient(to right, hsl(0, 0%, 103.6862745098%) 0%, rgb(223.6, 223.6, 223.6) 51%, hsl(0, 0%, 103.6862745098%) 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  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 {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, hsl(0, 0%, 103.6862745098%), 0%, rgb(223.6, 223.6, 223.6), 100%, #fff) !important;
}

.btn-dark-gradien {
  background-image: linear-gradient(to right, rgb(60.7775700935, 69.0654205607, 87.0224299065) 0%, rgb(27.2224299065, 30.9345794393, 38.9775700935) 51%, rgb(60.7775700935, 69.0654205607, 87.0224299065) 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  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 {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, rgb(60.7775700935, 69.0654205607, 87.0224299065), 0%, rgb(27.2224299065, 30.9345794393, 38.9775700935), 100%, #fff) !important;
}

.btn {
  padding: 0.375rem 1.75rem;
}
.btn.bg-light-primary:hover {
  background: #1a5f7f !important;
  color: #fff !important;
}

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

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

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

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

.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-white:hover, .btn-outline-white:focus {
  background: #fff;
  color: var(--theme-default);
}

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

.input-air-primary {
  box-shadow: 0 3px 5px 1px rgba(26, 95, 127, 0.1) !important;
}
.input-air-primary:focus {
  border-color: #1a5f7f;
}

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

.input-air-secondary {
  box-shadow: 0 3px 5px 1px rgba(221, 112, 49, 0.1) !important;
}
.input-air-secondary:focus {
  border-color: #dd7031;
}

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

.input-air-success {
  box-shadow: 0 3px 5px 1px rgba(71, 148, 71, 0.1) !important;
}
.input-air-success:focus {
  border-color: #479447;
}

.btn-air-danger {
  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: #c01828;
  border-color: #c01828;
}

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

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

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

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

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

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

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

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

.input-air-warning {
  box-shadow: 0 3px 5px 1px rgba(218, 152, 23, 0.1) !important;
}
.input-air-warning:focus {
  border-color: #da9817;
}

.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%;
  transition: all 0.3s ease;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.card-header-right-icon .btn.btn-light-primary {
  background-color: var(--light-shade-primary);
  color: var(--theme-default);
}
.card-header-right-icon .btn.btn-light-primary:hover {
  color: var(--white);
  background-color: var(--theme-default);
}

.btn.button-primary,
button.button-primary {
  background-color: var(--light-shade-primary);
  color: var(--theme-default);
}
.btn.button-primary:hover,
button.button-primary:hover {
  background-color: var(--theme-default);
  color: var(--white);
}

/**=====================
    2.9 Buttons CSS end
==========================**/
/**=====================
    3.26 Landing CSS Start
==========================**/
.landing-page {
  /**==footer_section==**/
}
.landing-page .fixed-top {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  z-index: 1030;
  background-color: #fff;
}
.landing-page .sticky-header header {
  background: transparent;
  box-shadow: none;
  z-index: 100;
  left: 0;
  height: auto;
}
.landing-page .sticky-header header.sticky {
  margin-top: 0;
}
.landing-page .sticky-header header.sticky .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  padding: 16px 15px;
}
.landing-page .sticky-header header {
  position: fixed;
  width: 100%;
  z-index: 6;
  text-align: center;
  line-height: normal;
  height: 80px;
  color: #fff;
  transition: all 0.4s ease;
}
.landing-page .sticky-header header .nav-padding {
  padding: 14px;
}
@media (max-width: 360px) {
  .landing-page .sticky-header header .nav-padding a.navbar-brand {
    margin: 0;
    width: 120px;
  }
}
.landing-page .sticky-header header .nav-padding .buy-btn {
  margin-left: 10px;
}
@media (max-width: 380px) {
  .landing-page .sticky-header header .nav-padding .buy-btn .btn {
    padding: 6px 5px;
  }
}
.landing-page .sticky-header header.sticky {
  line-height: normal;
  text-align: left;
}
.landing-page .sticky-header header.sticky .nav-padding {
  padding: 7px 14px;
}
.landing-page .fluid-space {
  padding: 0 calc(100px + 60 * (100vw - 300px) / 1620);
}
@media (max-width: 1399px) {
  .landing-page .fluid-space {
    padding: 0 80px;
  }
}
@media (max-width: 575px) {
  .landing-page .fluid-space {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .landing-page .fluid-space {
    padding: 0 35px;
  }
}
.landing-page .section-py-space {
  padding-top: 70px;
  padding-bottom: 70px;
}
.landing-page .title-style {
  position: relative;
}
.landing-page .title-style .main-title {
  font-family: "Caveat", cursive;
  color: var(--theme-default);
  text-align: center;
  line-height: 0.8;
  font-weight: 700;
  font-size: calc(20px + 7 * (100vw - 300px) / 1620);
}
.landing-page .title-style .main-title::before {
  position: absolute;
  bottom: 0;
  width: 51px;
  height: 5px;
  border-radius: 10px;
  content: "";
  background-color: var(--theme-secondary);
  left: 50%;
  margin-left: -30px;
}
.landing-page .title-style .main-title .description-title {
  font-size: calc(24px + 6 * (100vw - 300px) / 1620);
  font-weight: 500;
  text-transform: capitalize;
  color: var(--body-font-color);
  padding-bottom: 16px;
  display: block;
  margin-bottom: 38px;
  line-height: 1.3;
  font-family: Poppins;
  margin-top: 5px;
}
.landing-page .navbar-nav {
  align-items: center;
}
.landing-page .navbar-nav .nav-item {
  position: relative;
}
.landing-page .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 20px;
  transition: all 0.3s ease;
  color: #2F2F3B;
}
@media (max-width: 1340px) {
  .landing-page .navbar-nav .nav-item .nav-link {
    padding: 5px 8px;
  }
}
.landing-page .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme-default) !important;
  transition: all 0.3s ease;
}
.landing-page .landing-home {
  scroll-behavior: smooth;
  overflow: hidden;
  background-color: #fff;
}
.landing-page .landing-home .home-bg {
  padding: 40px 0 0px;
  border-radius: 30px;
  background-image: url(../images/landing/home-bg.jpg);
  margin: 78px 30px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (max-width: 578px) {
  .landing-page .landing-home .home-bg {
    margin: 78px 15px 0;
  }
}
.landing-page .landing-home .home-bg .home-text {
  padding: 0 94px 0 119px;
}
@media (max-width: 1830px) {
  .landing-page .landing-home .home-bg .home-text {
    padding: 0px 75px 0 90px;
  }
}
@media (max-width: 1400px) {
  .landing-page .landing-home .home-bg .home-text {
    padding: 0px 50px 0 63px;
  }
}
@media (max-width: 1200px) {
  .landing-page .landing-home .home-bg .home-text {
    padding: 0px 28px 0 30px;
  }
}
@media (max-width: 578px) {
  .landing-page .landing-home .home-bg .home-text {
    padding: 0px 15px 0 15px;
  }
}
@media (max-width: 991px) {
  .landing-page .landing-home .home-bg .home-text {
    text-align: center;
  }
}
.landing-page .landing-home .home-bg .home-text .main-title {
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(72, 164, 215, 0.4) 0%, rgba(72, 164, 215, 0) 100%);
  backdrop-filter: blur(2px);
  padding: 8px 15px;
  width: fit-content;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .landing-page .landing-home .home-bg .home-text .main-title {
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.landing-page .landing-home .home-bg .home-text .main-title .d-flex .flex-grow-1 p {
  font-size: 18px;
  color: #c4c4c4;
  font-weight: 500;
}
@media (max-width: 388px) {
  .landing-page .landing-home .home-bg .home-text .main-title .d-flex .flex-grow-1 p {
    font-size: 13px;
  }
}
.landing-page .landing-home .home-bg .home-text h2 {
  color: #fff;
  font-size: calc(23px + 33 * (100vw - 768px) / 1152);
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .landing-page .landing-home .home-bg .home-text h2 {
    font-size: 38px;
  }
}
@media (max-width: 672px) {
  .landing-page .landing-home .home-bg .home-text h2 {
    font-size: 31px;
  }
}
@media (max-width: 578px) {
  .landing-page .landing-home .home-bg .home-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 342px) {
  .landing-page .landing-home .home-bg .home-text h2 {
    font-size: 28px;
  }
}
.landing-page .landing-home .home-bg .home-text h2 span {
  padding-right: 10px;
  background: linear-gradient(90deg, #1a5f7f 20.35%, #0ea4ba 50%, #dd7031 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .landing-page .landing-home .home-bg .home-text h2 span {
    padding-left: 10px;
  }
}
.landing-page .landing-home .home-bg .home-text p {
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 34px;
}
.landing-page .landing-home .home-bg .home-text .docutment-button a {
  color: #fff;
}
.landing-page .landing-home .home-bg .home-text .docutment-button a svg {
  fill: #fff !important;
  margin-right: 6px;
  vertical-align: -4px;
  height: 20px;
  width: 20px;
}
.landing-page .landing-home .home-bg .home-text .docutment-button a:first-child {
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  transition: all 0.4s;
}
.landing-page .landing-home .home-bg .home-text .docutment-button a:first-child:hover {
  color: #fff !important;
}
@media (max-width: 360px) {
  .landing-page .landing-home .home-bg .home-text .docutment-button a:first-child {
    margin-bottom: 5px;
  }
}
.landing-page .landing-home .home-bg .home-text .docutment-button a:last-child {
  padding: 10px 13px;
}
@media (max-width: 1040px) {
  .landing-page .landing-home .home-bg .home-text .docutment-button {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .landing-page .landing-home .home-bg .home-text .docutment-button {
    margin-bottom: 30px;
  }
}
@media (max-width: 1004px) {
  .landing-page .landing-home .home-bg .home-screen {
    position: relative;
    margin-bottom: -15%;
  }
}
@media (max-width: 991px) {
  .landing-page .landing-home .home-bg .home-screen {
    display: none;
  }
}
.landing-page .landing-home .sub-title {
  font-size: calc(18px + 12 * (100vw - 300px) / 1620);
}
.landing-page .landing-home .content h1 {
  color: #fff;
  line-height: 1.2;
  font-size: calc(25px + 35 * (100vw - 300px) / 1620);
  text-transform: uppercase;
}
.landing-page .landing-home .content h1 span {
  background: linear-gradient(90deg, #FFB905 20.35%, #6AEBAD 50%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing-page .landing-home .content p {
  font-size: calc(14px + 4 * (100vw - 300px) / 1620);
  font-weight: 500;
  color: #fff;
  opacity: 0.8;
  width: 64%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .landing-page .landing-home .content p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .landing-page .landing-home .content p {
    width: 100%;
  }
}
.landing-page .landing-home .content-title {
  position: relative;
  display: inline-block;
}
.landing-page .landing-home .content-title .arrow-decore {
  position: absolute;
  left: -203px;
  top: -25px;
}
@media (max-width: 1660px) {
  .landing-page .landing-home .content-title .arrow-decore {
    left: -166px;
    width: 150px;
  }
}
@media (max-width: 991px) {
  .landing-page .landing-home .content-title .arrow-decore {
    left: -125px;
    width: 110px;
    top: -14px;
  }
}
@media (max-width: 575px) {
  .landing-page .landing-home .content-title .arrow-decore {
    left: -61px;
    width: 60px;
    top: -4px;
  }
}
.landing-page .landing-home .sticky-header header .nav-padding {
  padding: 16px 35px;
}
@media (max-width: 575px) {
  .landing-page .landing-home .sticky-header header .nav-padding {
    padding: 15px 30px;
  }
}
@media (max-width: 575px) {
  .landing-page .landing-home .sticky-header header .nav-padding {
    padding: 15px;
  }
}
@keyframes slideup {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideDown {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.landing-page .landing-page-design {
  background-color: #fff;
}
.landing-page .landing-page-design .layout-box {
  background-color: rgba(26, 95, 127, 0.06);
  padding: 0px 21px 20px;
  border-radius: 10px;
}
.landing-page .landing-page-design .layout-box .layout-name {
  padding: 18px 0px 18px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-page .landing-page-design .layout-box .layout-name .dot-img .dot-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.landing-page .landing-page-design .layout-box .layout-name .dot-img .dot-group li {
  height: 10px;
  width: 10px;
  border-radius: 100%;
}
.landing-page .landing-page-design .layout-box .layout-name .dot-img .dot-group li:first-child {
  background-color: var(--theme-default);
}
.landing-page .landing-page-design .layout-box .layout-name .dot-img .dot-group li:nth-child(2) {
  background-color: var(--theme-secondary);
}
.landing-page .landing-page-design .layout-box .layout-name .dot-img .dot-group li:last-child {
  background-color: #da9817;
}
.landing-page .landing-page-design .layout-box .layout-name a {
  font-size: calc(14px + 3 * (100vw - 300px) / 1620);
  font-weight: 600;
  color: var(--theme-default);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: center;
}
.landing-page .landing-page-design .layout-box .img-wrraper {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--white);
}
.landing-page .landing-page-design .layout-box .img-wrraper img {
  width: 100%;
  border: 5px solid transparent;
  border-image-source: linear-gradient(45deg, rgba(26, 95, 127, 0.2) 20.35%, rgba(221, 112, 49, 0.2) 50%, rgba(14, 164, 186, 0.2) 100%);
  border-image-slice: 1;
  padding: 6px;
  transition: all 0.5s ease;
}
.landing-page .landing-page-design .layout-box:hover .img-wrraper {
  transform: scale(1.02);
}
.landing-page .framework-section {
  scroll-behavior: smooth;
  overflow: hidden;
  background-color: rgba(26, 95, 127, 0.06);
}
.landing-page .framework-section .framworks .framework-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1200px) {
  .landing-page .framework-section .framworks .framework-list {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .landing-page .framework-section .framworks .framework-list {
    gap: 20px;
  }
}
.landing-page .framework-section .framworks .framework-list li {
  min-width: 136px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1260px) {
  .landing-page .framework-section .framworks .framework-list li {
    min-width: 120px;
  }
}
@media (max-width: 767px) {
  .landing-page .framework-section .framworks .framework-list li {
    min-width: 100px;
  }
}
.landing-page .framework-section .framworks .framework-list li .framework-bg {
  background-image: url(../images/landing/polygon-1.png);
  width: 100%;
  height: 145px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
@media (max-width: 1260px) {
  .landing-page .framework-section .framworks .framework-list li .framework-bg {
    width: 83%;
    height: 106px;
  }
}
@media (max-width: 767px) {
  .landing-page .framework-section .framworks .framework-list li .framework-bg {
    width: 72%;
    height: 77px;
  }
}
.landing-page .framework-section .framworks .framework-list li .framework-bg:hover {
  background-image: url(../images/landing/polygon-2.png);
  filter: drop-shadow(0px 9.344px 9.344px rgba(26, 95, 127, 0.2));
}
.landing-page .framework-section .framworks .framework-list li .framework-bg:hover img {
  animation: tada 1s ease infinite;
}
.landing-page .framework-section .framworks .framework-list li .framework-bg img {
  width: 45px;
  transition: all 0.5s ease;
}
@media (max-width: 1260px) {
  .landing-page .framework-section .framworks .framework-list li .framework-bg img {
    width: 38px;
  }
}
.landing-page .framework-section .framworks .framework-list li h5 {
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.landing-page .application-section {
  background-color: #fff;
}
.landing-page .application-section .application .application-block {
  padding: 0 28px;
  justify-content: center;
}
@media (max-width: 1200px) {
  .landing-page .application-section .application .application-block {
    padding: 0 5px;
  }
}
.landing-page .application-section .application .application-block .layout-box {
  padding: 0px 21px 0;
  border-radius: 10px 10px 0px 0px;
  background-image: linear-gradient(45deg, rgba(26, 95, 127, 0.12) 20.35%, rgba(221, 112, 49, 0.1) 50%, rgba(14, 164, 186, 0.12) 100%);
  box-shadow: 0px 9.375px 20.833px 0px rgba(46, 35, 94, 0.07);
}
.landing-page .application-section .application .application-block .layout-box .layout-name {
  padding: 18px 0px 18px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-page .application-section .application .application-block .layout-box .layout-name .dot-img .dot-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.landing-page .application-section .application .application-block .layout-box .layout-name .dot-img .dot-group li {
  height: 10px;
  width: 10px;
  border-radius: 100%;
}
.landing-page .application-section .application .application-block .layout-box .layout-name .dot-img .dot-group li:first-child {
  background-color: var(--theme-default);
}
.landing-page .application-section .application .application-block .layout-box .layout-name .dot-img .dot-group li:nth-child(2) {
  background-color: var(--theme-secondary);
}
.landing-page .application-section .application .application-block .layout-box .layout-name .dot-img .dot-group li:last-child {
  background-color: #da9817;
}
.landing-page .application-section .application .application-block .layout-box .layout-name a {
  font-size: calc(14px + 3 * (100vw - 300px) / 1620);
  font-weight: 600;
  color: var(--theme-default);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.landing-page .application-section .application .application-block .layout-box .img-wrraper {
  position: relative;
  box-shadow: 0px 9px 20px rgba(26, 95, 127, 0.07);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: all 0.5s ease;
  background-color: var(--white);
}
.landing-page .application-section .application .application-block .layout-box .img-wrraper img {
  transition: all 0.5s ease;
  width: 100%;
  padding: 6px;
}
.landing-page .application-section .application .application-block .layout-box:hover {
  background-image: linear-gradient(45deg, rgba(14, 164, 186, 0.12) 20.35%, rgba(26, 95, 127, 0.1) 50%, rgba(221, 112, 49, 0.12) 100%);
}
.landing-page .application-section .application .application-block .layout-box:hover .img-wrraper img {
  transform: scale(1.02);
}
.landing-page .features-section {
  scroll-behavior: smooth;
  overflow: hidden;
  background-color: rgba(26, 95, 127, 0.06);
}
.landing-page .features-section .feature-content .feature-box {
  transition: all 0.5s;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  border-radius: 10px;
  padding: 16px 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  transition: all 0.5s;
}
@media (max-width: 1500px) {
  .landing-page .features-section .feature-content .feature-box {
    padding: 20px 15px;
  }
}
.landing-page .features-section .feature-content .feature-box .feature-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 17px;
  top: -26px;
  right: 22px;
  box-shadow: 5px 7px 4px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1600px) {
  .landing-page .features-section .feature-content .feature-box .feature-icon {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .landing-page .features-section .feature-content .feature-box .feature-icon {
    top: -26px;
    right: 10px;
  }
}
@media (max-width: 600px) {
  .landing-page .features-section .feature-content .feature-box .feature-icon {
    top: -21px;
  }
}
.landing-page .features-section .feature-content .feature-box .feature-icon div {
  height: 45px;
  width: 45px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(26, 95, 127, 0.2);
}
@media (max-width: 1600px) {
  .landing-page .features-section .feature-content .feature-box .feature-icon div {
    width: 40px;
    height: 40px;
  }
}
.landing-page .features-section .feature-content .feature-box .feature-icon div img {
  transition: all 0.3s ease;
}
.landing-page .features-section .feature-content .feature-box h5 {
  padding-bottom: 11px;
  color: var(--body-font-color);
  font-size: calc(14px + 4 * (100vw - 300px) / 1620);
  font-weight: 500;
  text-transform: capitalize;
}
.landing-page .features-section .feature-content .feature-box p {
  color: #848789;
  font-size: calc(14px + 2 * (100vw - 300px) / 1620);
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 767px) and (max-width: 991px) {
  .landing-page .features-section .feature-content .feature-box p {
    -webkit-line-clamp: 2;
  }
}
.landing-page .features-section .feature-content .feature-box:hover {
  background-color: var(--theme-default);
  transform: scale(1.05);
  transition: all 0.5s;
}
.landing-page .features-section .feature-content .feature-box:hover .feature-icon div img {
  transform: scale(0.7);
  animation: swing 2s ease infinite;
}
.landing-page .features-section .feature-content .feature-box:hover h5 {
  color: #fff;
}
.landing-page .features-section .feature-content .feature-box:hover p {
  color: #fff;
}
.landing-page .pricing-section .support-img img {
  width: 600px;
  height: auto;
}
@media (max-width: 991px) {
  .landing-page .pricing-section .landing-title {
    margin-bottom: 10px;
  }
}
.landing-page .pricing-section .landing-title h5 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Caveat", cursive;
  color: var(--theme-default);
}
.landing-page .pricing-section .landing-title h2 {
  font-weight: 500;
  font-size: 32px;
  margin: 10px 0px;
}
.landing-page .pricing-section .landing-title h2 span {
  font-weight: 500;
}
.landing-page .pricing-section .landing-title p {
  color: #848789;
}
.landing-page .pricing-section .landing-title .support-button {
  transition: all 0.2s ease-in-out;
  transform: translateY(0px);
}
.landing-page .pricing-section .landing-title .support-button:hover {
  color: #fff;
  transform: translateY(2px);
}
.landing-page .pricing-section .landing-title p {
  width: 100%;
}
.landing-page .pricing-section .loader-gif {
  top: -5%;
}
@media (max-width: 1600px) {
  .landing-page .pricing-section .loader-gif {
    top: -11%;
    right: 2%;
  }
}
@media (max-width: 991px) {
  .landing-page .pricing-section .loader-gif {
    top: -2%;
    right: 2%;
  }
}
.landing-page .pricing-section .loader-gif .loader-1 {
  width: 56px;
  height: 56px;
}
.landing-page .pricing-section .loader-gif .loader-1::after, .landing-page .pricing-section .loader-gif .loader-1::before {
  width: 56px;
  height: 56px;
}
@media (max-width: 575px) {
  .landing-page .pricing-section .loader-gif .loader-1 {
    width: 40px;
    height: 40px;
  }
  .landing-page .pricing-section .loader-gif .loader-1::after, .landing-page .pricing-section .loader-gif .loader-1::before {
    width: 40px;
    height: 40px;
  }
}
.landing-page .pricing-section .loader-line-gif {
  right: unset;
  top: unset;
  left: 22%;
  bottom: 15%;
}
@media (max-width: 1600px) {
  .landing-page .pricing-section .loader-line-gif {
    left: 12%;
  }
}
@media (max-width: 1600px) {
  .landing-page .pricing-section .loader-line-gif {
    left: 16%;
  }
}
@media (max-width: 991px) {
  .landing-page .pricing-section .loader-line-gif {
    left: 10px;
    bottom: -20px;
  }
  .landing-page .pricing-section .loader-line-gif img {
    width: 90px;
  }
}
.landing-page .landing-footer {
  padding: 60px 0;
  position: relative;
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  overflow: hidden;
}
@media (max-width: 575px) {
  .landing-page .landing-footer {
    background-position: center;
    padding: 30px 0 !important;
  }
}
.landing-page .landing-footer .landing-center {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 874px) and (min-width: 320px) {
  .landing-page .landing-footer .landing-center {
    padding-bottom: 30px;
  }
}
.landing-page .landing-footer .landing-center .feature-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 874px) {
  .landing-page .landing-footer .landing-center .feature-content {
    display: block;
    text-align: center;
  }
}
.landing-page .landing-footer .landing-center .feature-content > div h2 {
  color: #fff;
  max-width: 65%;
  font-weight: 600;
  font-size: calc(14px + 12 * (100vw - 300px) / 1620);
  padding-bottom: 8px;
  text-transform: capitalize;
}
@media (max-width: 874px) {
  .landing-page .landing-footer .landing-center .feature-content > div h2 {
    max-width: 100%;
  }
}
.landing-page .landing-footer .landing-center .feature-content > div .footer-rating {
  text-align: left;
  display: inline;
}
.landing-page .landing-footer .landing-center .feature-content > div .footer-rating i {
  font-size: calc(14px + 6 * (100vw - 300px) / 1620);
  color: #da9817;
}
.landing-page .landing-footer .landing-center .feature-content > div .footer-rating i + i {
  margin-left: 5px;
}
@media (max-width: 874px) {
  .landing-page .landing-footer .landing-center .feature-content > div .footer-rating {
    text-align: center;
    padding-top: 0;
    padding-bottom: 12px;
  }
}
@media (max-width: 890px) and (min-width: 320px) {
  .landing-page .landing-footer .landing-center .feature-content > div .footer-rating {
    padding-top: 6px;
  }
}
.landing-page .landing-footer .landing-center .feature-content .footer-btn {
  padding: 6px 20px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 987px) {
  .landing-page .landing-footer .landing-center .feature-content .footer-btn {
    padding: 6px 12px;
    min-width: 140px;
  }
}
@media only screen and (max-width: 575.98px) and (max-width: 350px) {
  .landing-page .landing-footer .landing-center .feature-content .footer-btn {
    font-size: 14px;
  }
}
.landing-page .landing-footer .sub-footer {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
  align-items: center;
}
@media (max-width: 874px) and (min-width: 320px) {
  .landing-page .landing-footer .sub-footer {
    padding-top: 30px;
  }
}
.landing-page .landing-footer .sub-footer .left-subfooter {
  text-align: left;
  margin-top: 0;
}
@media (max-width: 800px) {
  .landing-page .landing-footer .sub-footer .left-subfooter {
    text-align: center;
    width: 100%;
  }
}
.landing-page .landing-footer .sub-footer .left-subfooter img {
  width: 130px;
}
@media (max-width: 575px) {
  .landing-page .landing-footer .sub-footer .left-subfooter img {
    width: 90px;
  }
}
.landing-page .landing-footer .sub-footer .left-subfooter p {
  color: #fff;
  padding-top: 12px;
  font-size: calc(14px + 6 * (100vw - 300px) / 1620);
  font-weight: 400;
  line-height: 1.1;
}
.landing-page .landing-footer .sub-footer .right-subfooter {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 12px;
}
@media (max-width: 768px) {
  .landing-page .landing-footer .sub-footer .right-subfooter {
    gap: 6px;
  }
}
@media (max-width: 800px) {
  .landing-page .landing-footer .sub-footer .right-subfooter {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    align-items: center;
  }
}
.landing-page .landing-footer .sub-footer .right-subfooter h3 {
  color: #fff;
  font-size: calc(14px + 8 * (100vw - 300px) / 1620);
  font-weight: 400;
  line-height: 0.9;
}
@media (max-width: 800px) {
  .landing-page .landing-footer .sub-footer .right-subfooter h3 {
    text-align: center;
  }
}
.landing-page .landing-footer .sub-footer .right-subfooter ul {
  display: flex;
  gap: calc(16px + 14 * (100vw - 320px) / 1600);
  align-items: center;
}
@media (max-width: 730px) {
  .landing-page .landing-footer .sub-footer .right-subfooter ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
  }
}
.landing-page .landing-footer .sub-footer .right-subfooter ul li a {
  color: #da9817;
  text-decoration: underline;
  text-underline-offset: 6px;
  font-size: calc(14px + 4 * (100vw - 300px) / 1620);
  font-weight: 400;
  line-height: 0.5;
}
.landing-page .landing-footer .shape .shape1 {
  position: absolute;
  bottom: -18%;
  left: 48%;
}
@media (max-width: 990px) {
  .landing-page .landing-footer .shape .shape1 img {
    width: 130px;
  }
}
@media (max-width: 380px) {
  .landing-page .landing-footer .shape .shape1 img {
    width: 90px;
  }
}
.landing-page .landing-footer .shape .shape2 {
  left: 37%;
  bottom: 17%;
  position: absolute;
  filter: brightness(0.5);
}
.landing-page .landing-footer .shape .shape3 {
  left: 17%;
  top: 71%;
  position: absolute;
}
.landing-page .landing-footer .shape .shape4 {
  right: 36%;
  filter: brightness(0.5);
  top: 70%;
  position: absolute;
}
.landing-page .landing-footer .shape .shape5 {
  right: 24%;
  position: absolute;
}
.landing-page .landing-footer .shape .shape7 {
  right: -4%;
  top: 43%;
  position: absolute;
}
@media (max-width: 990px) {
  .landing-page .landing-footer .shape .shape7 img {
    width: 130px;
  }
}
@media (max-width: 380px) {
  .landing-page .landing-footer .shape .shape7 img {
    width: 90px;
  }
}
.landing-page .landing-footer .shape .shape8 {
  left: -2%;
  top: -8%;
  position: absolute;
}
@media (max-width: 990px) {
  .landing-page .landing-footer .shape .shape8 img {
    width: 130px;
  }
}
@media (max-width: 380px) {
  .landing-page .landing-footer .shape .shape8 img {
    width: 90px;
  }
}
.landing-page .landing-footer .shape .shape9 {
  top: 34%;
  left: 41%;
  position: absolute;
}
.landing-page .landing-footer .shape .shape10 {
  top: 15%;
  right: 22%;
  position: absolute;
}
@keyframes up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes myOrbit {
  0% {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes move1 {
  0% {
    transform: rotate(0deg) translateX(15px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(15px) rotate(-360deg);
  }
}

.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: var(--theme-default);
  border: none;
  padding: 7px;
  box-shadow: 0 0 10px var(--theme-default);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.tap-top:hover {
  transition: all 0.3s ease;
  opacity: 1;
}
.tap-top svg {
  width: 20px;
}

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

@media only screen and (max-width: 1199px) {
  .navbar-toggler span {
    background-color: #2F2F3B;
  }
  .landing-page .navbar-expand-xl .navbar-collapse {
    background-color: white;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 70px;
    border-top: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 575px) {
  .landing-page .navbar-expand-xl .navbar-collapse {
    top: 64px;
  }
}
@media only screen and (max-width: 1199px) {
  .landing-page .navbar-expand-xl .navbar-collapse .navbar-nav {
    padding: 20px 30px 30px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .landing-home .navbar-toggler {
    border: none;
    background-color: transparent;
    padding: 0;
  }
}
.blok:nth-of-type(odd) {
  background-color: #fff;
}
.blok:nth-of-type(even) {
  background-color: #1a5f7f;
}

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

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

/**=====================
      3.26 Landing CSS Ends
  ==========================**/