/*----------------------------------------
    01. common css
----------------------------------------*/
/*-----------------------------------------------------------------------------------

    Template Name: iStudy - Education & Online Courses Template
    Author: Topylo
    Support: https://support.topylo.com
    Description: iStudy - Education & Online Courses Template
    Version: 1.0

-----------------------------------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  /**  @font family declaration */
  --bd-ff-body: "Roboto", sans-serif;
  --bd-ff-title: "Roboto", sans-serif;
  --bd-ff-style: "Big Shoulders Display", sans-serif;
  --bd-ff-p: "Roboto", sans-serif;
  --ff-fontawesome: "Font Awesome 6 Pro";
  --ff-icomoon: "icomoon";
  /** @color declaration */
  --bd-white: #FFFFFF;
  --bd-black: #000000;
  --bd-light: #C8C8C8;
  --bd-theme-black: #00170F;
  --bd-placeholder: rgba(30, 30, 30, 0.4);
  --bd-body-primary: #FFFFFF;
  --bd-primary: #07A169;
  --bd-secondary: #FFB800;
  --bd-success: #00db22;
  --bd-info: #0dcaf0;
  --bd-warning: #ffc107;
  --bd-danger: #FF0033;
  --bd-teal: #20c997;
  --bd-body-text: #808080;
  --bd-taxonomy-color: #4d4d4d;
  --bd-label-color: #0A0A0A;
  --bd-rating-color: #FEC300;
  --bd-text-muted: #6c757d;
  --bd-gray: #C5C6C7;
  --bd-light-gray: #D5D5D5;
  --bd-bg-primary: #F5F5F5;
  --bd-bg-secondary: #EDF3F5;
  --bd-border-primary: #E5E5E5;
  --bd-border-secondary: rgba(220, 220, 220, 1);
  --bd-gradient-1: linear-gradient(90deg, #F5F5F5 52.13%, rgba(245, 245, 245, 0.7) 100%);
  --primary-rgb: 7, 161, 105;
  --primary-rgb-0: rgba(var(--primary-rgb), 0.0);
  --primary-rgb-05: rgba(var(--primary-rgb), 0.05);
  --primary-rgb-1: rgba(var(--primary-rgb), 0.1);
  --primary-rgb-15: rgba(var(--primary-rgb), 0.15);
  --primary-rgb-5: rgba(var(--primary-rgb), 0.5);
  --primary-rgb-7: rgba(var(--primary-rgb), 0.7);
  --secondary-rgb: 251, 140, 0;
  --secondary-rgb-0: rgba(var(--secondary-rgb), 0.0);
  --secondary-rgb-1: rgba(var(--secondary-rgb), 0.1);
  --secondary-rgb-15: rgba(var(--secondary-rgb), 0.15);
  --secondary-rgb-3: rgba(var(--secondary-rgb), 0.3);
  --secondary-rgb-5: rgba(var(--secondary-rgb), 0.5);
  --secondary-rgb-7: rgba(var(--secondary-rgb), 0.7);
  /** extra color */
  --bd-extra-color01: #4C6EF5;
  --bd-extra-color02: #FF8C00;
  --bd-extra-color03: #9F7AEA;
  --bd-extra-color04: #D946EF;
  --bd-extra-color05: #38BDF8;
  --bd-extra-color06: #EC4899;
  --bd-extra-color07: #22C55E;
  --bd-extra-color08: #3B82F6;
  /** @font weight declaration */
  --bd-fw-normal: normal;
  --bd-fw-thin: 100;
  --bd-fw-elight: 200;
  --bd-fw-light: 300;
  --bd-fw-regular: 400;
  --bd-fw-medium: 500;
  --bd-fw-sbold: 600;
  --bd-fw-bold: 700;
  --bd-fw-ebold: 800;
  --bd-fw-black: 900;
  /** @font size declaration */
  --bd-fs-body: 16px;
  --bd-fs-p: 16px;
  --bd-fs-h1: 68px;
  --bd-fs-h2: 48px;
  --bd-fs-h3: 38px;
  --bd-fs-h4: 28px;
  --bd-fs-h5: 22px;
  --bd-fs-h6: 20px;
  --bd-fs-b1: 14px;
  --bd-fs-b2: 16px;
  --bd-fs-b3: 18px;
  --bd-fs-b4: 22px;
  /** @transition value declaration */
  --transition: all .3s ease-in-out;
  --transition-5: all .5s ease-in-out;
}

/*----------------------------------------*/
/*  2.2 accordion
/*----------------------------------------*/
.accordion-common-style .accordion-item {
  border-radius: 6px;
  color: var(--bd-theme-black);
  background-color: transparent;
  border: 1px solid var(--bd-border-primary);
}
.accordion-common-style .accordion-body {
  padding: 20px 30px 25px;
  font-size: 16px;
  color: var(--bd-theme-black);
  background-color: var(--bd-bg-primary);
  border-top: 1px solid var(--bd-border-primary);
  border-radius: 0 0 6px 6px;
}
.accordion-common-style .accordion-button-title p {
  font-size: 14px;
  color: var(--bd-text-muted);
}
.accordion-common-style.accordion-transparent .accordion-button {
  background-color: transparent;
}
.accordion-common-style.accordion-transparent .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion-common-style.accordion-transparent .accordion-body {
  background-color: transparent;
}
.accordion-common-style.accordion-icon-left .accordion-button {
  padding-right: 0px !important;
  padding-left: 38px !important;
  border-radius: 0;
}
.accordion-common-style.accordion-icon-left .accordion-button::before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-inline-start: auto;
  content: "+";
  font-family: var(--ff-fontawesome);
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  inset-inline-start: 0;
  top: 32px;
  transform: translateY(-50%);
  background-image: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.accordion-common-style.accordion-icon-left .accordion-button:not(.collapsed)::before {
  content: "\f068";
  font-family: var(--ff-fontawesome);
}
.accordion-common-style.accordion-icon-left .accordion-button::after {
  display: none;
}
.accordion-common-style.accordion-icon-left .accordion-button:not(.collapsed)::after {
  display: none;
}
.accordion-common-style.accordion-item-margin .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.accordion-common-style.accordion-style-one .accordion-item {
  margin-bottom: 20px;
  overflow: inherit;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-shadow: 0 0 20px 0 rgba(111, 111, 111, 0.15);
  box-shadow: 0 0 20px 0 rgba(111, 111, 111, 0.15);
}
.accordion-common-style.accordion-style-one .accordion-button::after {
  content: "\f106";
  font-family: var(--ff-fontawesome);
  transform: translateY(-50%);
}
.accordion-common-style.accordion-style-one .accordion-button:not(.collapsed)::after {
  content: "\f107";
  font-family: var(--ff-fontawesome);
}
.accordion-common-style.accordion-style-one .accordion-body {
  border-top: none;
  padding: 0px 30px 25px;
}
.accordion-common-style.accordion-style-two .accordion-item {
  border: none;
  border-radius: 0;
}
.accordion-common-style.accordion-style-two .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--bd-border-primary);
}
.accordion-common-style.accordion-style-two .accordion-button {
  padding: 20px 0;
  margin-bottom: 0;
  padding-right: 38px;
}
.accordion-common-style.accordion-style-two .accordion-button span {
  width: auto;
  padding-right: 15px;
}
.accordion-common-style.accordion-style-two .accordion-body {
  padding: 0 0 25px;
  border-top: none;
}
.accordion-common-style.accordion-sl-number {
  counter-reset: count;
  overflow: hidden;
}
.accordion-common-style.accordion-sl-number .accordion-button {
  padding-right: 0px;
  padding-left: 60px;
  position: relative;
  border-radius: 0;
}
.accordion-common-style.accordion-sl-number .accordion-button::before {
  position: absolute;
  content: "";
  inset-inline-start: -15px;
  top: 50%;
  font-size: 48px;
  font-weight: 600;
  counter-increment: count;
  content: "0" counter(count);
  transition: all 500ms ease;
  display: inline-block;
  color: var(--bd-primary);
  -webkit-text-stroke: 2px transparent;
  line-height: 1;
  transform: translateY(-50%);
  z-index: 10;
}
.accordion-common-style.accordion-sl-number .accordion-button::after {
  display: none;
}
.accordion-common-style.accordion-sl-number .accordion-button:not(.collapsed)::after {
  display: none;
}
.accordion-common-style.accordion-sl-number .accordion-button.collapsed::before {
  color: transparent;
  -webkit-text-stroke: 2px var(--bd-primary);
}
.accordion-common-style.accordion-sl-number .accordion-body {
  padding: 20px 60px 25px;
}
.accordion-common-style.accordion-bg .accordion-item {
  border: none;
}
.accordion-common-style.accordion-bg .accordion-button {
  color: var(--bd-theme-black);
  background-color: var(--bd-bg-primary);
  border-radius: 6px !important;
}
.accordion-common-style.accordion-bg .accordion-body {
  color: var(--bd-body-text);
  background-color: transparent;
  border-top: 1px solid var(--bd-border-primary);
  border: none;
}
.accordion-common-style.accordion-bg.accordion-theme-bg .accordion-button {
  color: var(--bd-white);
  background-color: var(--bd-primary);
}
.accordion-common-style .accordion-button {
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  color: var(--bd-theme-black);
  background-color: var(--bd-bg-primary);
  border-bottom: 0 none;
  box-shadow: none;
  padding: 20px 30px;
  margin-bottom: 0;
  padding-right: 38px;
}
@media (max-width:450px) {
  .accordion-common-style .accordion-button {
    padding: 20px 20px;
    padding-right: 60px;
  }
}
.accordion-common-style .accordion-button span {
  color: var(--bd-primary);
  min-width: 35px;
  padding-right: 15px;
  display: inline-block;
}
.accordion-common-style .accordion-button span i {
  color: var(--bd-theme-black);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: var(--bd-bg-primary);
  border-radius: 50%;
  font-size: 29px;
}
.accordion-common-style .accordion-button:not(.collapsed) {
  color: var(--bd-theme-black);
  background-color: var(--bd-bg-primary);
  box-shadow: none;
  border-radius: 6px 6px 0 0 !important;
}
.accordion-common-style .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.accordion-common-style .accordion-button::after {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: auto;
  border-radius: 50%;
  margin-inline-start: auto;
  content: "\f107";
  font-family: var(--ff-fontawesome);
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  inset-inline-end: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.accordion-common-style .accordion-button:not(.collapsed)::after {
  content: "\f106";
  font-family: var(--ff-fontawesome);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  font-size: 10px;
}

body {
  color: var(--bd-theme-black);
  font-family: var(--bd-ff-body);
  font-size: var(--bd-fs-body);
  font-weight: normal;
  line-height: 1.5;
  background: var(--bd-body-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bd-heading);
  margin-top: 0px;
  line-height: 1.125;
  margin-bottom: 0;
  font-weight: var(--bd-fw-sbold);
  word-break: break-word;
  font-family: var(--bd-ff-heading);
}

h1,
.h1 {
  font-size: var(--bd-fs-h1);
  line-height: 1.125;
  font-weight: var(--bd-fw-sbold);
  font-family: var(--bd-ff-title);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
h1.medium,
.h1.medium {
  font-size: 64px;
  line-height: 1.21875;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1.medium,
  .h1.medium {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1.medium,
  .h1.medium {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1.medium,
  .h1.medium {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1.medium,
  .h1.medium {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  h1.medium,
  .h1.medium {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1.medium,
  .h1.medium {
    font-size: 32px;
  }
}
h1.large,
.h1.large {
  font-size: 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1.large,
  .h1.large {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1.large,
  .h1.large {
    font-size: 48px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h1.large,
  .h1.large {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.18;
  font-weight: var(--bd-fw-sbold);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (max-width:450px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
h2.medium,
.h2.medium {
  font-size: 44px;
}
h2.small,
.h2.small {
  font-size: 40px;
  line-height: 1.1;
}
h2.x-small,
.h2.x-small {
  font-size: 32px;
  line-height: 1.25;
}

h3,
.h3 {
  font-size: var(--bd-fs-h3);
  line-height: 1.25;
  font-weight: var(--bd-fw-sbold);
}

h4,
.h4 {
  font-size: var(--bd-fs-h4);
  line-height: 1.33;
  font-weight: var(--bd-fw-sbold);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-size: var(--bd-fs-h5);
  line-height: 1.4;
  font-weight: var(--bd-fw-sbold);
}
h5.small,
.h5.small {
  font-size: 20px;
}

h6,
.h6 {
  font-size: var(--bd-fs-h6);
  line-height: 1.44;
  font-weight: var(--bd-fw-sbold);
}
h6.small,
.h6.small {
  font-size: 18px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: var(--bd-fs-p);
  font-family: var(--bd-ff-p);
  font-weight: var(--bd-fw-normal);
  color: var(--bd-body-text);
  margin-bottom: 30px;
  line-height: 26px;
}
p.b1 {
  font-size: var(--bd-fs-b1);
  line-height: 1.714;
}
p.b2 {
  font-size: var(--bd-fs-b2);
  line-height: 1.625;
}
p.b3 {
  font-size: var(--bd-fs-b3);
  line-height: 1.55;
}
p.b4 {
  font-size: var(--bd-fs-b4);
  line-height: 1.454;
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--bd-fs-b1);
  line-height: 1.714;
}

.b2 {
  font-size: var(--bd-fs-b2);
  line-height: 1.625;
}

.b3 {
  font-size: var(--bd-fs-b3);
  line-height: 1.55;
}

.b4 {
  font-size: var(--bd-fs-b4);
  line-height: 1.454;
}

a {
  text-decoration: none;
}

main {
  overflow: hidden;
}

section {
  position: relative;
  z-index: 2;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  object-fit: cover;
}

a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

b,
strong {
  font-weight: bolder;
  color: var(--bd-theme-black);
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

ul {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--bd-primary);
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

*::-moz-selection {
  background: var(--bd-theme-black);
  color: var(--bd-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--bd-theme-black);
  color: var(--bd-white);
  text-shadow: none;
}

::selection {
  background: var(--bd-primary);
  color: var(--bd-white);
  text-shadow: none;
}

/*--------------------------------------
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: var(--bd-common-placeholder);
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: var(--bd-common-placeholder);
  font-size: 16px;
  opacity: 1;
}

/*---------------------------------------
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.x-clip {
  overflow-x: clip;
}

.y-clip {
  overflow-y: clip;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.include-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.z-index-0 {
  z-index: 0 !important;
}

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

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

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

.z-index--2 {
  z-index: -2;
}

.z-index--3 {
  z-index: -3;
}

.z-index--4 {
  z-index: -4;
}

.z-index--5 {
  z-index: -5;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-inline-end: var(--bs-gutter-x, 15px);
  padding-inline-start: var(--bs-gutter-x, 15px);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

.row {
  --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

@media (min-width: 1400px) {
  .container-fluid {
    max-width: 1810px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    max-width: 1200px;
  }
}
@keyframes iconltr {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes iconrtl {
  49% {
    transform: translateX(-30%);
  }
  50% {
    opacity: 0;
    transform: translateX(30%);
  }
  51% {
    opacity: 1;
  }
}
.icon__box {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  padding: 0 4px;
}
.icon__box:hover .icon__first {
  transform: translateX(150%);
}
.icon__box:hover .icon__second {
  transform: translateX(0%);
}
.icon__box .icon__second {
  position: absolute;
  transform: translateX(-150%);
}
.icon__box .icon__second {
  position: absolute;
  transform: translateX(-150%);
}

.pr-60 {
  padding-right: 60px;
}

.pl-60 {
  padding-left: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

/* Firefox */
.bd-doc-sidebar-menu .nav-doc-sidebar {
  scrollbar-width: thin;
  scrollbar-color: #a4a4a4 #c6c6c6;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  width: 5px;
  width: 5px;
}

*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #fff;
}

*::-webkit-scrollbar-track:hover {
  background-color: #fff;
}

*::-webkit-scrollbar-track:active {
  background-color: #fff;
}

/*----------------------------------------
   Text Underline
-----------------------------------------*/
.underline a {
  display: inline;
  background-image: linear-gradient(var(--bd-primary), var(--bd-primary)), linear-gradient(var(--bd-primary), var(--bd-primary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  line-height: 1;
  padding: 3% 0;
}
.underline a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--bd-primary);
}

.underline-two a {
  display: inline;
  background-image: linear-gradient(var(--bd-tertiary), var(--bd-tertiary)), linear-gradient(var(--bd-tertiary), var(--bd-tertiary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  line-height: 1;
  padding: 1% 0;
}
.underline-two a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--bd-tertiary);
}

.radius-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.radius-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.radius-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.radius-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.radius-20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.radius-30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.radius-40 {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.radius-45 {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

.radius-50 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.radius-60 {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

.title-font {
  font-family: var(--bd-ff-title);
}

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

/*----------------------------------------*/
/*  2.6 Back to top
/*----------------------------------------*/
.backtotop-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--bd-primary);
}
@media (max-width: 575px) {
  .backtotop-wrap {
    bottom: 20px;
    right: 20px;
  }
}
.backtotop-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.backtotop-wrap::after {
  position: absolute;
  font-family: var(--ff-fontawesome);
  content: "\f106";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  font-weight: 400;
  color: var(--bd-white);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.backtotop-wrap svg path {
  fill: none;
}
.backtotop-wrap svg.backtotop-circle path {
  stroke: #ccc;
  stroke-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
/* Button Group */
.btn__group {
  display: flex;
  align-items: center;
  gap: 25px 30px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.button__group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.button-markup textarea {
  display: none;
}

/* Button Group Old */
.bd-btn {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--bd-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 50px;
  transition: all 0.3s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  white-space: nowrap;
}
.bd-btn.btn-very-small {
  padding: 0 20px;
  height: 36px;
  font-size: 14px;
}
.bd-btn.btn-small {
  padding: 0 26px;
  height: 40px;
}
.bd-btn.btn-medium {
  padding: 0 30px;
  height: 56px;
}
.bd-btn.btn-large {
  padding: 0 34px;
  height: 60px;
  font-size: 20px;
}
.bd-btn.btn-extra-large {
  padding: 0 46px;
  height: 76px;
  font-size: 24px;
}
.bd-btn .left-icon {
  margin-right: 10px;
}
.bd-btn .right-icon {
  margin-left: 10px;
}
.bd-btn:hover .fa-spinner {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 5s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
  animation-direction: alternate;
}
.bd-btn .thumb {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.bd-btn-icon {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--bd-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 50px;
  height: 50px;
}
.bd-btn-icon.btn-very-small {
  font-size: 16px;
  width: 36px;
  height: 36px;
}
.bd-btn-icon.btn-small {
  font-size: 18px;
  width: 44px;
  height: 44px;
}
.bd-btn-icon.btn-medium {
  font-size: 19px;
  width: 56px;
  height: 56px;
}
.bd-btn-icon.btn-large {
  font-size: 26px;
  width: 60px;
  height: 60px;
}
.bd-btn-icon.btn-extra-large {
  font-size: 30px;
  width: 72px;
  height: 72px;
}
.bd-btn-icon.outline-primary:hover {
  color: var(--bd-primary);
  background-color: transparent;
  border: 1px solid var(--bd-primary);
}
.bd-btn-icon.outline-secondary:hover {
  color: var(--bd-secondary);
  background-color: transparent;
  border: 1px solid var(--bd-secondary);
}
.bd-btn-icon.outline-success:hover {
  color: var(--bd-success);
  background-color: transparent;
  border: 1px solid var(--bd-success);
}
.bd-btn-icon.outline-warning:hover {
  color: var(--bd-warning);
  background-color: transparent;
  border: 1px solid var(--bd-warning);
}
.bd-btn-icon.outline-info:hover {
  color: var(--bd-info);
  background-color: transparent;
  border: 1px solid var(--bd-info);
}
.bd-btn-icon.outline-danger:hover {
  color: var(--bd-danger);
  background-color: transparent;
  border: 1px solid var(--bd-danger);
}

.btn-primary {
  background-color: var(--bd-primary);
}
.btn-primary:hover {
  color: var(--bd-white);
  background-color: var(--bd-secondary);
}

.btn-secondary {
  background-color: var(--bd-secondary);
}
.btn-secondary:hover {
  color: var(--bd-white);
  background-color: var(--bd-primary);
}

.btn-secondary-white {
  background-color: var(--bd-secondary);
}
.btn-secondary-white:hover {
  color: var(--bd-theme-black);
  background-color: var(--bd-white);
}

.btn-success {
  background-color: var(--bd-success);
}
.btn-success:hover {
  color: var(--bd-white);
  background-color: var(--bd-primary);
}

.btn-warning {
  background-color: var(--bd-warning);
}
.btn-warning:hover {
  color: var(--bd-white);
  background-color: var(--bd-primary);
}

.btn-danger {
  background-color: var(--bd-danger);
}
.btn-danger:hover {
  color: var(--bd-white);
  background-color: var(--bd-primary);
}

.btn-info {
  background-color: var(--bd-info);
}
.btn-info:hover {
  color: var(--bd-white);
  background-color: var(--bd-primary);
}

.btn-white {
  background-color: var(--bd-white);
  color: var(--bd-theme-black);
}
.btn-white:hover {
  color: var(--bd-theme-black);
  background-color: var(--bd-bg-primary);
}

.btn-black {
  background-color: var(--bd-theme-black);
  color: var(--bd-white);
}
.btn-black:hover {
  color: var(--bd-white);
  background-color: var(--bd-primary);
}

.btn-outline-primary {
  border: 1px solid var(--bd-primary);
  color: var(--bd-primary);
}
.btn-outline-primary:hover {
  color: var(--bd-white);
  border-color: var(--bd-primary);
  background-color: var(--bd-primary);
}
.btn-outline-primary.active {
  color: var(--bd-white);
  border-color: var(--bd-primary);
  background-color: var(--bd-primary);
}

.btn-outline-secondary {
  border: 1px solid var(--bd-secondary);
  color: var(--bd-secondary);
}
.btn-outline-secondary:hover {
  color: var(--bd-white);
  border-color: var(--bd-secondary);
  background-color: var(--bd-secondary);
}

.btn-outline-success {
  border: 1px solid var(--bd-success);
  color: var(--bd-success);
}
.btn-outline-success:hover {
  color: var(--bd-white);
  border-color: var(--bd-success);
  background-color: var(--bd-success);
}

.btn-outline-warning {
  border: 1px solid var(--bd-warning);
  color: var(--bd-warning);
}
.btn-outline-warning:hover {
  color: var(--bd-white);
  border-color: var(--bd-warning);
  background-color: var(--bd-warning);
}

.btn-outline-danger {
  border: 1px solid var(--bd-danger);
  color: var(--bd-danger);
}
.btn-outline-danger:hover {
  color: var(--bd-white);
  border-color: var(--bd-danger);
  background-color: var(--bd-danger);
}

.btn-outline-info {
  border: 1px solid var(--bd-info);
  color: var(--bd-info);
}
.btn-outline-info:hover {
  color: var(--bd-white);
  border-color: var(--bd-info);
  background-color: var(--bd-info);
}

.btn-outline-white {
  border: 1px solid var(--bd-white);
  color: var(--bd-white);
}
.btn-outline-white:hover {
  color: var(--bd-primary);
  border-color: var(--bd-white);
  background-color: var(--bd-white);
}
.btn-outline-white.active {
  color: var(--bd-theme-black);
  border-color: var(--bd-white);
  background-color: var(--bd-white);
}

.btn-outline-black {
  border: 1px solid var(--bd-theme-black);
  color: var(--bd-theme-black);
}
.btn-outline-black:hover {
  color: var(--bd-white);
  border-color: var(--bd-theme-black);
  background-color: var(--bd-theme-black);
}
.btn-outline-black.active {
  color: var(--bd-theme-black);
  border-color: var(--bd-white);
  background-color: var(--bd-white);
}

.btn-outline-border-primary {
  background-color: var(--bd-primary);
  color: var(--bd-white);
  border: 1px solid var(--bd-primary);
}
.btn-outline-border-primary:hover {
  color: var(--bd-primary);
  border-color: var(--bd-primary);
  background-color: transparent;
}
.btn-outline-border-secondary {
  background-color: var(--bd-secondary);
  color: var(--bd-white);
  border: 1px solid var(--bd-secondary);
}
.btn-outline-border-secondary:hover {
  color: var(--bd-secondary);
  border-color: var(--bd-secondary);
  background-color: transparent;
}
.btn-outline-border-secondary.h-white:hover {
  color: var(--bd-white);
  border-color: var(--bd-white);
  background-color: transparent;
}
.btn-outline-border-success {
  background-color: var(--bd-success);
  color: var(--bd-white);
  border: 1px solid var(--bd-success);
}
.btn-outline-border-success:hover {
  color: var(--bd-success);
  border-color: var(--bd-success);
  background-color: transparent;
}
.btn-outline-border-warning {
  background-color: var(--bd-warning);
  color: var(--bd-white);
  border: 1px solid var(--bd-warning);
}
.btn-outline-border-warning:hover {
  color: var(--bd-warning);
  border-color: var(--bd-warning);
  background-color: transparent;
}
.btn-outline-border-danger {
  background-color: var(--bd-danger);
  color: var(--bd-white);
  border: 1px solid var(--bd-danger);
}
.btn-outline-border-danger:hover {
  color: var(--bd-danger);
  border-color: var(--bd-danger);
  background-color: transparent;
}
.btn-outline-border-info {
  background-color: var(--bd-info);
  color: var(--bd-white);
  border: 1px solid var(--bd-info);
}
.btn-outline-border-info:hover {
  color: var(--bd-info);
  border-color: var(--bd-info);
  background-color: transparent;
}
.btn-outline-border-light {
  background-color: var(--bd-light);
  color: var(--bd-white);
  border: 1px solid var(--bd-light);
}
.btn-outline-border-light:hover {
  color: var(--bd-light);
  border-color: var(--bd-light);
  background-color: transparent;
}
.btn-outline-border-dark {
  background-color: var(--bd-theme-black);
  color: var(--bd-white);
  border: 1px solid var(--bd-theme-black);
}
.btn-outline-border-dark:hover {
  color: var(--bd-theme-black);
  border-color: var(--bd-theme-black);
  background-color: transparent;
}
.btn-outline-border-white {
  background-color: var(--bd-white);
  color: var(--bd-theme-black);
  border: 1px solid var(--bd-white);
}
.btn-outline-border-white:hover {
  color: var(--bd-white);
  border-color: var(--bd-white);
  background-color: transparent;
}

.btn-gradient-primary {
  background-image: linear-gradient(to right, #5758df, #f77991, #5758df);
  background-size: 200% auto;
}
.btn-gradient-primary:hover {
  color: var(--bd-white);
  background-position: right center;
}

.btn-gradient-sky-blue-pink {
  background-image: linear-gradient(to right, #7ec8e3, #f77991, #7ec8e3);
  background-size: 200% auto;
}
.btn-gradient-sky-blue-pink:hover {
  color: var(--bd-white);
  background-position: right center;
}

.btn-gradient-purple-pink {
  background-image: linear-gradient(to right, #8b14b1, #d53d6e, #8b14b1);
  background-size: 200% auto;
}
.btn-gradient-purple-pink:hover {
  color: var(--bd-white);
  background-position: right center;
}

.btn-gradient-fast-pink-light-yellow {
  background-image: linear-gradient(to right, #f7567f, #ffba83, #f7567f);
  background-size: 200% auto;
}
.btn-gradient-fast-pink-light-yellow:hover {
  color: var(--bd-white);
  background-position: right center;
}

.btn-gradient-pink-orange {
  background-image: linear-gradient(to right, #de347f, #ff7b3c, #de347f);
  background-size: 200% auto;
}
.btn-gradient-pink-orange:hover {
  color: var(--bd-white);
  background-position: right center;
}

.btn-gradient-fast-blue-purple {
  background-image: linear-gradient(to right, #2a46f4, #7d3cff, #2a46f4);
  background-size: 200% auto;
}
.btn-gradient-fast-blue-purple:hover {
  color: var(--bd-white);
  background-position: right center;
}

.btn-gradient-green-lime {
  background-image: linear-gradient(to right, #28a745, #a3e635, #28a745);
  background-size: 200% auto;
}
.btn-gradient-green-lime:hover {
  color: var(--bd-white);
  background-position: right center;
}

.bd-marquee-btn {
  overflow: hidden;
  background: var(--bd-primary);
  color: var(--bd-white);
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.bd-marquee-btn span {
  display: inline-flex;
  position: relative;
  z-index: 3;
  line-height: 1.2;
}
.bd-marquee-btn span::after {
  content: attr(data-text);
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 100%;
  transform: translate(100%, -50%);
}
.bd-marquee-btn:hover {
  color: var(--bd-white);
  background-color: var(--bd-secondary);
}
.bd-marquee-btn:hover span {
  animation: btnMarqueeTextX 2s linear infinite;
}
.bd-marquee-btn:hover.marquee-text-y span {
  animation: btnMarqueeTextY 0.5s linear infinite;
}
.bd-marquee-btn.marquee-text-y span::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 100%);
}
.bd-marquee-btn.marquee-text-auto span {
  animation: btnMarqueeTextX 2s linear infinite;
}

.bd-modern-btn {
  position: relative;
  height: 50px;
  transition: all 0.2s ease;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
  color: var(--bd-theme-black);
}
.bd-modern-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: var(--bd-primary);
  opacity: 0.3;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  z-index: -1;
  transform: translateY(-50%);
}
.bd-modern-btn.square::before {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.bd-modern-btn .text {
  font-size: 16px;
  font-weight: var(--bd-fw-medium);
}
.bd-modern-btn i {
  transition: all 0.3s ease;
}
.bd-modern-btn:hover {
  color: var(--bd-white);
}
.bd-modern-btn:hover::before {
  width: 100%;
  background: var(--bd-primary);
  opacity: 1;
}

.bd-swipe-btn {
  position: relative;
  background-color: var(--bd-primary);
  width: 200px;
  height: 50px;
  color: var(--bd-white);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  transition: 0.35s ease;
}
.bd-swipe-btn:hover {
  padding-left: 0;
  padding-right: 30px;
  color: var(--bd-theme-black);
  background-color: var(--bd-secondary);
}
.bd-swipe-btn:hover .bd-swipe-btn-icon {
  left: calc(100% - 55px);
  color: var(--bd-white);
  background-color: var(--bd-primary);
}
.bd-swipe-btn-icon {
  position: absolute;
  left: 5px;
  width: 50px;
  height: 50px;
  background-color: var(--bd-secondary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: 0.35s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bd-theme-black);
}

.btn-hover-animation {
  background-color: transparent;
  border: 1px solid var(--bd-border-primary);
  color: var(--bd-theme-black);
}
.btn-hover-animation i {
  position: relative;
  margin-left: 6px;
}
.btn-hover-animation .btn-icon {
  display: inline-flex;
  align-items: center;
  margin-left: -24px;
}
.btn-hover-animation .btn-icon i {
  display: inline-block;
  opacity: 0;
  top: 0;
  transform: translateX(0.24px);
  transition: opacity 0.25s, transform 0.5s;
}
.btn-hover-animation.btn-icon-left .btn-icon {
  margin-right: -24px;
  margin-left: 0;
}
.btn-hover-animation.btn-icon-left .btn-icon i {
  transform: translateX(0.24px);
}
.btn-hover-animation.btn-icon-left .btn-text {
  margin-right: 0;
  margin-left: 0;
}
.btn-hover-animation.btn-icon-left:hover .btn-icon i {
  opacity: 1;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.btn-hover-animation.btn-icon-left:hover .btn-text {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
.btn-hover-animation .btn-text {
  margin-left: 0;
  position: relative;
  z-index: 3;
  transition: transform 0.5s;
}
.btn-hover-animation:hover {
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
  color: var(--bd-white);
}
.btn-hover-animation:hover .btn-text {
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}
.btn-hover-animation:hover .btn-icon i {
  opacity: 1;
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}
.btn-hover-animation:hover.has-bg {
  color: var(--bd-theme-black);
  background-color: transparent;
  border: 1px solid var(--bd-theme-black);
}
.btn-hover-animation.has-bg {
  color: var(--bd-white);
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
}

.btn-hover-animation-switch {
  background-color: transparent;
  border: 1px solid var(--bd-border-primary);
  color: var(--bd-theme-black);
}
.btn-hover-animation-switch .btn-text {
  margin-left: -13px;
  position: relative;
  z-index: 3;
  transition: transform 0.6s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}
.btn-hover-animation-switch .btn-icon {
  margin-left: 6px;
  position: relative;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: ease, ease;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}
.btn-hover-animation-switch .btn-icon i {
  margin: 0;
  line-height: 0;
}
.btn-hover-animation-switch .btn-icon + .btn-icon {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.btn-hover-animation-switch.btn-icon-left .btn-text {
  margin-right: -15px;
  margin-left: 0;
  position: relative;
  z-index: 3;
}
.btn-hover-animation-switch.btn-icon-left .btn-icon {
  opacity: 0;
  margin-left: 0;
  transition-delay: 0s;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.btn-hover-animation-switch.btn-icon-left .btn-icon + .btn-icon {
  opacity: 1;
  margin-left: 0;
  margin-right: 6px;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: ease, ease;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.btn-hover-animation-switch.btn-icon-left:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(-20px);
}
.btn-hover-animation-switch.btn-icon-left:hover .btn-icon {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 225ms;
}
.btn-hover-animation-switch.btn-icon-left:hover .btn-icon + .btn-icon {
  opacity: 0;
  transition-delay: 0s;
  transform: translateX(-10px);
}
.btn-hover-animation-switch:hover {
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
  color: var(--bd-white);
}
.btn-hover-animation-switch:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}
.btn-hover-animation-switch:hover .btn-icon {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}
.btn-hover-animation-switch:hover .btn-icon + .btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 225ms;
}
.btn-hover-animation-switch:hover.has-bg {
  color: var(--bd-theme-black);
  background-color: transparent;
  border: 1px solid var(--bd-theme-black);
}
.btn-hover-animation-switch.has-bg {
  color: var(--bd-white);
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
}

.btn-switch-text {
  border: 1px solid var(--bd-border-primary);
  color: var(--bd-theme-black);
  background-color: transparent;
}
.btn-switch-text > span {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.btn-switch-text .btn-double-text {
  transition: opacity 0.65s, transform 0.85s;
  transition-timing-function: ease, ease;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.btn-switch-text .btn-double-text::before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: ease, ease;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.btn-switch-text i {
  position: relative;
  margin-left: 10px;
}
.btn-switch-text.left-icon i {
  margin-right: 10px;
  margin-left: 0;
}
.btn-switch-text:hover {
  border-color: var(--bd-primary);
  color: var(--bd-white);
  background-color: var(--bd-primary);
}
.btn-switch-text:hover .btn-double-text {
  transform: translateY(-200%);
}
.btn-switch-text:hover .btn-double-text::before {
  transform: translate(-50%, 150%);
  opacity: 1;
}
.btn-switch-text:hover.has-bg {
  color: var(--bd-theme-black);
  background-color: transparent;
  border-color: var(--bd-primary);
}
.btn-switch-text.has-bg {
  color: var(--bd-white);
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
}

.bd-text-btn {
  color: var(--bd-theme-black);
  font-weight: var(--bd-fw-medium);
  font-size: 16px;
  gap: 8px;
  padding: 0;
  height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bd-text-btn .box-icon {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
  margin-top: 3px;
}
.bd-text-btn .box-icon:hover .first-icon {
  transform: translateX(150%);
}
.bd-text-btn .box-icon:hover.second-icon {
  transform: translateX(0%);
}
.bd-text-btn .second-icon {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.bd-text-btn .first-icon {
  transition: all 0.3s ease-out 0s;
}
.bd-text-btn:hover {
  color: var(--bd-primary);
}
.bd-text-btn:hover .first-icon {
  transform: translateX(150%);
}
.bd-text-btn:hover .second-icon {
  transform: translateX(0%);
}

.icon-text-btn {
  display: inline-block;
}
.icon-text-btn:hover a span {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
  color: var(--bd-primary);
}
.icon-text-btn:hover a i {
  color: var(--bd-primary);
}
.icon-text-btn a {
  font-weight: 500;
  font-size: 16px;
  color: var(--bd-theme-black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
  overflow: hidden;
}
.icon-text-btn a span {
  margin-left: -80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-family: var(--bd-ff-body);
}
.icon-text-btn a i {
  color: var(--bd-theme-black);
}

.bd-video-btn {
  display: flex;
  align-items: center;
  gap: 0 16px;
  font-size: 16px;
  font-weight: 600;
  transition: var(--transition);
  color: var(--bd-primary);
}
.bd-video-btn .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  border: 2px solid var(--bd-primary);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--bd-primary);
  animation: pulse 2s linear infinite;
}
.bd-video-btn.has-bg .icon {
  background: var(--bd-primary);
  border: transparent;
  color: var(--bd-white);
}
.bd-video-btn.secondary {
  color: var(--bd-secondary);
}
.bd-video-btn.secondary .icon {
  border: 2px solid var(--bd-secondary);
  color: var(--bd-secondary);
  animation: pulse-secondary 2s linear infinite;
}
.bd-video-btn.danger {
  color: var(--bd-danger);
}
.bd-video-btn.danger .icon {
  border: 2px solid var(--bd-danger);
  color: var(--bd-danger);
  animation: pulse-danger 2s linear infinite;
}
.bd-video-btn:hover {
  color: var(--bd-secondary);
}
.bd-video-btn:hover .icon {
  animation: pulse-secondary 2s linear infinite;
  color: var(--bd-secondary);
  border-color: var(--bd-secondary);
}
.bd-video-btn:hover.secondary {
  color: var(--bd-white);
}
.bd-video-btn:hover.secondary .icon {
  animation: white-pulse 2s linear infinite;
  color: var(--bd-white);
  border-color: var(--bd-white);
}
.bd-video-btn:hover.danger {
  color: var(--bd-secondary);
}
.bd-video-btn:hover.danger .icon {
  animation: pulse-secondary 2s linear infinite;
  color: var(--bd-secondary);
  border-color: var(--bd-secondary);
}

.bd-like-btn {
  width: 36px;
  height: 36px;
  font-size: 16px;
  border: 1px solid var(--bd-border-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bd-theme-black);
  background-color: transparent;
  transition: all 0.3s linear;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bd-like-btn:hover {
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
  color: var(--bd-white);
}

.bd-audio-btn {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background: var(--primary-rgb-1);
  padding: 10px 14px;
  font-size: 14px;
  line-height: 14px;
  color: var(--bd-theme-black);
  display: inline-flex;
  gap: 7px;
}

.bd-subtitle-btn {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background: var(--secondary-rgb-1);
  padding: 10px 14px;
  font-size: 14px;
  line-height: 14px;
  color: var(--bd-theme-black);
  display: inline-flex;
  gap: 7px;
}

.bd-seller-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bd-theme-black);
  transition: all 0.3s ease-in-out;
}
.bd-seller-btn a:hover {
  color: var(--bd-primary);
}
.bd-seller-btn a:hover i {
  color: var(--bd-theme-black);
}

.bd-app-btn img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.bd-default-tooltip {
  color: var(--bd-white);
  transition: all 0.3s linear;
  border-radius: 100%;
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bd-default-tooltip.view {
  color: var(--bd-primary);
  background: rgba(7, 161, 105, 0.15);
}
.bd-default-tooltip.view:hover {
  color: var(--bd-white);
  background-color: var(--bd-primary);
}
.bd-default-tooltip.edit {
  color: var(--bd-warning);
  background: rgba(255, 184, 0, 0.15);
}
.bd-default-tooltip.edit:hover {
  color: var(--bd-white);
  background-color: var(--bd-warning);
}
.bd-default-tooltip.delete {
  color: var(--bd-danger);
  background: rgba(255, 0, 51, 0.15);
}
.bd-default-tooltip.delete:hover {
  color: var(--bd-white);
  background-color: var(--bd-danger);
}
.bd-default-tooltip.reply {
  color: var(--bd-info);
  background: rgba(13, 202, 240, 0.15);
}
.bd-default-tooltip.reply:hover {
  color: var(--bd-white);
  background-color: var(--bd-info);
}

/*----------------------------------------
	header css
----------------------------------------*/
.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  padding: 21px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header {
    padding: 15px 0;
  }
}

.bd-sticky {
  position: fixed !important;
  top: 0;
  z-index: 111;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 1px 28px 0px rgba(0, 0, 0, 0.12);
  background: var(--bd-white);
  border-top: 0;
}

.header-border {
  border-bottom: 1px solid var(--bd-border-primary);
}

.bd-doc-sidebar {
  position: sticky;
  top: 120px;
}

.header-menu nav ul {
  display: flex;
  gap: 20px 40px;
  list-style: none;
  justify-content: end;
  align-items: center;
}
.header-menu nav ul li:hover a {
  color: var(--bd-primary);
}

.header-menu ul li a {
  color: var(--bd-theme-black);
  font-weight: 500;
  font-size: 18px;
}

.bd-doc-sidebar .nav-doc-sidebar li .bd-progress-bar {
  position: absolute;
  background: #e8e8e8;
  bottom: 0;
  left: 0;
  top: 0;
  max-height: 48px;
}

.nav-doc-sidebar {
  padding-top: 10px;
  padding-bottom: 100px;
  overflow-y: scroll;
  height: 80vh;
  padding-right: 10px;
}

.offcanvas__info {
  background: var(--bd-white) none repeat scroll 0 0;
  position: fixed;
  top: 0;
  width: 400px;
  height: 100%;
  inset-inline-start: -490px;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  backdrop-filter: blur(37px);
  padding: 30px;
}
@media (max-width:450px) {
  .offcanvas__info {
    width: 100%;
  }
}

.offcanvas__info.info-open {
  opacity: 1;
  inset-inline-start: 0;
}

.mean-container .mean-nav ul {
  display: block !important;
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--bd-theme-black);
  z-index: 999;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}

.mean-container .mean-nav {
  margin-top: 0;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  background: transparent;
}

.mean-container .mean-nav {
  background: transparent;
}

.mean-container .mean-nav ul li a {
  color: #000;
}

.offcanvas-toggle {
  font-size: 30px;
  cursor: pointer;
  color: var(--bd-theme-black);
}

.menu-close-btn {
  font-size: 35px;
  cursor: pointer;
}

.fix {
  overflow: hidden;
}

/*----------------------------------------
	header item
----------------------------------------*/
.bd-doc-section {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-doc-section {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc-section {
    margin-bottom: 30px;
  }
}

.doc-title-hover p a:hover {
  color: var(--bd-secondary);
}

.bd-doc-sidebar h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--bd-primary);
  line-height: 22px;
  padding: 13px 30px;
  margin-bottom: 0;
  margin-right: 15px;
  border-radius: 6px;
  background: var(--bd-bg-primary);
  font-weight: 600;
}
@media only screen and (min-width: 1601px) and (max-width: 1750px), only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-doc-sidebar h3 {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.nav-doc-sidebar li {
  padding-right: 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  margin-bottom: 0;
  margin-top: 3px;
  position: relative;
  list-style: none;
}
.nav-doc-sidebar li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: var(--bd-heading-primary);
  position: relative;
  padding: 13px 20px;
  padding-right: 35px;
}
.nav-doc-sidebar li a:hover {
  color: var(--bd-primary);
}
.nav-doc-sidebar li.active > a {
  color: var(--bd-primary);
}
.nav-doc-sidebar li .icon {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 14px;
}
.nav-doc-sidebar li ul {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 6px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
  padding-top: 12px;
  width: 100%;
  display: none;
  padding-right: 10px;
}
.nav-doc-sidebar li ul li {
  padding: 0;
  margin: 15px 0;
  padding-left: 10px;
  list-style: none;
  background-color: transparent;
}
.nav-doc-sidebar li ul li a {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  color: var(--bd-body-text);
}

.nav-doc-sidebar li ul {
  padding-left: 40px !important;
  margin-bottom: 0;
  padding-top: 12px;
  width: 100% !important;
  display: none;
}

.nav-doc-sidebar li .icon .icon-minus {
  display: none;
}

.nav-doc-sidebar li.active .icon .icon-plus {
  display: none;
}

.nav-doc-sidebar li.active .icon .icon-minus {
  display: block;
  color: var(--bd-primary);
  top: 8px;
  position: absolute;
  right: 0;
}

.nav-doc-sidebar li.active ul {
  display: block;
}

.nav-doc-sidebar li.active .active {
  color: var(--bd-primary);
}

.nav-doc-sidebar li ul::before {
  content: "";
  width: 2px;
  bottom: 15px;
  background: var(--bd-border-primary);
  position: absolute;
  top: 15px;
  left: 20px;
}

.bd-doc-header__title {
  margin-bottom: 40px;
}

.bd-doc-header__title {
  margin-bottom: 40px;
}
.bd-doc-header__title h1 {
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-doc-header__title h1 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .bd-doc-header__title h1 {
    font-size: 30px;
  }
}

.bd-doc__item-wrapper {
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-doc__item-wrapper {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-doc__item-wrapper {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__item-wrapper {
    padding-bottom: 60px;
  }
}
.bd-doc__single-item {
  margin-bottom: 30px;
  text-align: center;
  padding: 40px 40px 35px;
  background-color: var(--bd-white);
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bd-doc__single-item {
    padding: 40px 20px 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-doc__single-item {
    padding: 40px 35px 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-doc__single-item {
    padding: 40px 50px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-doc__single-item {
    padding: 40px 35px 35px;
  }
}
.bd-doc__features-icon {
  margin-bottom: 30px;
}
.bd-doc__features-icon span {
  height: 70px;
  width: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bd-primary);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bd-doc__item-info h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-doc__item-info h5 {
    font-size: 18px;
  }
}
.bd-doc__item-info p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-doc__item-info p {
    -webkit-line-clamp: 2;
  }
}
.bd-doc__html-content {
  margin-bottom: 50px;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__html-content {
    padding-top: 20px;
  }
}

.bd-border-bottom {
  width: 100%;
  height: 1px;
  background: var(--bd-border-primary);
}

.bd-list__wrapper {
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-list__wrapper {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-list__wrapper {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-list__wrapper {
    padding-bottom: 60px;
  }
}
.bd-list__item li {
  list-style: none;
  color: var(--bd-body-text);
}
.bd-list__item li i {
  margin-right: 10px;
}

.bd-install__work {
  padding-top: 55px;
  margin-bottom: 40px;
}
.bd-install__work h4 {
  padding-top: 30px;
}

.tag_list li {
  margin-top: 8px;
  margin-bottom: 6px;
}
.tag_list li a {
  color: var(--bd-body-text);
}
.tag_list li a:hover {
  color: var(--bd-primary);
}
.tag_list li a i {
  margin-right: 15px;
}

.bd-template__item {
  padding-top: 30px;
  margin-bottom: 25px;
}
.bd-template__item h4 {
  margin-top: 30px;
  margin-bottom: 12px;
}

.bd-doc__change-cont {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__change-cont {
    padding-top: 50px;
  }
}
.bd-doc__change-cont-inner h2 {
  font-size: 30px;
}

.bd-doc__change-img {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__change-img {
    padding-top: 50px;
  }
}

.bd-alert-danger {
  background: #fff3f4;
  border-color: #fbadb3;
  color: var(--bd-bg-danger);
}

.message_alert {
  border-radius: 4px;
  padding: 32px 40px 30px;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .message_alert {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .message_alert {
    padding: 32px 20px 20px;
    display: grid;
  }
}

.message_alert i {
  font-size: 24px;
  color: #abb0c0;
}

.bd-alert-danger i,
.bd-alert-danger h5 {
  color: var(--bd-bg-danger);
}

.message_alert h5 {
  font-size: 16px;
  color: #1d2746;
  font-weight: 500;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .message_alert h5 {
    margin-bottom: 8px;
  }
}

.bd-alert-danger i,
.bd-alert-danger h5 {
  color: var(--bd-bg-danger);
}

.message_alert p {
  margin-bottom: 0;
  color: var(--bd-bg-danger);
}

.bd-doc__color-change {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__color-change {
    padding-top: 50px;
  }
}

.bd-doc__color-change-inner p {
  margin-bottom: 20px;
}
.bd-doc__color-change-inner p strong {
  color: var(--bd-bg-danger);
  font-weight: 600;
}

.change-color-tag {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__default-clr-content {
    padding-top: 50px;
  }
}

.bd-doc__source-inner {
  padding-top: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__source-inner {
    padding-top: 50px;
  }
}
.bd-doc__source-inner h4 {
  margin-bottom: 15px;
}
.bd-doc__single-list {
  list-style: none;
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.02);
  border: 1px solid #e5ebef;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 2px;
}
.bd-doc__single-list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
  padding-left: 20px;
}
.bd-doc__single-list li:not(:last-child) {
  margin-bottom: 15px;
}
.bd-doc__single-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #787878;
  position: absolute;
  left: 0;
  top: 9px;
}
.bd-doc__single-list li a {
  color: var(--bd-body-text);
}
.bd-doc__single-list li a:hover {
  color: var(--bd-primary);
}

.bd-doc__video-content {
  padding-top: 50px;
}
.bd-doc__video-content-inner h4 {
  margin-bottom: 13px;
}
.bd-doc__video-preview {
  border: 1px solid #e5ebef;
  padding: 20px;
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.02);
  position: relative;
}
.bd-doc__video-preview.video-thumb {
  display: inline-block;
}
.bd-doc__video-preview.video-thumb:hover .bd-doc__video-icon {
  background: var(--bd-primary);
}
.bd-doc__video-preview.video-thumb:hover .bd-doc__video-icon i {
  color: white;
}
.bd-doc__video-preview img {
  max-width: 100%;
  filter: brightness(65%);
}
.bd-doc__video-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 20px 40px 0 rgba(1, 16, 58, 0.14);
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  position: absolute;
  transition: all 0.3s linear;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bd-doc__video-icon i {
  font-size: 20px;
  color: var(--bd-primary);
  position: relative;
}

.bd-doc__support {
  padding-top: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-doc__support {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__support {
    padding-top: 40px;
  }
}
.bd-doc__support-inner {
  margin-bottom: 40px;
}
.bd-doc__support-inner h2 {
  margin-bottom: 10px;
}
.bd-doc__support-inner a {
  color: var(--bd-primary);
}

.bd-doc__change-log {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-doc__change-log {
    padding-bottom: 40px;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-doc__change-log {
    padding-bottom: 30px;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__change-log {
    padding-bottom: 10px;
    padding-top: 40px;
  }
}
.bd-doc__change-log-inner {
  margin-bottom: 40px;
}
.bd-doc__change-log-inner h2 {
  margin-bottom: 10px;
}
.bd-doc__change-log-inner a {
  color: var(--bd-primary);
}

.bd-more-demo-item img {
  width: 100%;
  height: 100%;
}

/*----------------------------------------
	doc content
----------------------------------------*/
.anchorjs-link {
  font-size: 23px !important;
}
.anchorjs-link:hover {
  color: #2f719b;
}

.bd-doc-area {
  padding-top: 130px;
}

.item-details {
  background: var(--bd-white);
  border-radius: 6px;
  padding: 26px 40px;
  list-style: none;
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
}
.item-details li {
  margin: 10px 0;
  color: var(--bd-theme-black);
  list-style: none;
}
.item-details li strong {
  font-weight: 600;
}
.item-details li a {
  color: var(--bd-primary);
}

.bd-doc-content-wrap h2 {
  font-size: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc-content-wrap h2 {
    font-size: 30px;
  }
}
.bd-doc-content-wrap h3 {
  font-size: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc-content-wrap h3 {
    font-size: 22px;
  }
}
.bd-doc-content-wrap h4 {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc-content-wrap h4 {
    font-size: 18px;
  }
}

.bd-doc-content-wrap {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1601px) and (max-width: 1750px), only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc-content-wrap {
    padding: 0;
  }
}

.steps-style {
  border: 1px solid var(--bd-border-primary);
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 2px;
}
.steps-style ul {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin: 20px 0;
  padding-right: 20px;
}
.steps-style ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 20px 0;
  position: relative;
  padding-left: 35px;
}
.steps-style ul.list-decimal {
  list-style: none;
  position: relative;
}
.steps-style ul.list-decimal::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: var(--bd-primary);
}
.steps-style ul.list-decimal li {
  padding-left: 40px;
  counter-increment: a;
  line-height: 30px;
  color: var(--bd-body-text);
}
.steps-style ul.list-decimal li::before {
  content: counter(a);
  position: absolute;
  color: #fff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 12px;
  background-color: var(--bd-primary);
  text-align: center;
  line-height: 23px;
  top: -4px;
  left: -4px;
  border: 4px solid #e1e1e1;
}

.step_item_wrpa {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.step_item_wrpa .step_item:last-child {
  margin-right: 5px;
}

.step_item {
  padding: 3px 10px;
  font-size: 13px;
  border-radius: 4px;
  background: var(--bd-primary);
  color: #fff;
  position: relative;
  line-height: 20px;
  margin-right: 30px;
  margin-left: 5px;
}

.step_item + .step_item::before {
  content: "\f178";
  font-family: var(--ff-fontawesome);
  position: absolute;
  left: -25px;
  color: var(--bd-primary);
}

.bd-notice {
  border-left: 10px solid;
  padding: 30px 40px;
  margin-bottom: 20px;
  margin-top: 0;
}
.bd-notice p {
  color: black;
  margin-bottom: 0;
  line-height: 30px;
}

.bd-warning {
  background: #fefaed;
  border-color: #d49c00;
}

.bd-danger {
  background: #ffeff0;
  border-color: #fa303e;
}

.bd-need-work {
  border: 1px solid var(--bd-border-primary);
  background: transparent;
  padding: 20px;
  border-radius: 5px;
  padding-bottom: 27px;
  position: sticky;
  top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-need-work {
    padding: 15px;
  }
}

.bd-need-work h5 {
  font-size: 18px;
  margin-bottom: 17px;
}

.bd-need-work p {
  font-size: 14px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sub_section iframe {
    width: 730px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sub_section iframe {
    display: none;
  }
}

/*----------------------------------------
	code item
----------------------------------------*/
.bd-highlight_code {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-highlight_code {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-highlight_code {
    padding-bottom: 40px;
  }
}

div.code-toolbar {
  position: relative;
}

:not(pre) > code[class*=language-]::after,
pre[class*=language-]::after {
  right: 0.75em;
  left: auto;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background-color: #fdfdfd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
}

code[class*=language-],
pre[class*=language-] {
  color: black;
  background: none;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*=language-] {
  position: relative;
  margin: 0.5em 0;
  overflow: visible;
  padding: 0;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

code[class*=language] {
  max-height: inherit;
  height: inherit;
  padding: 0 1em;
  display: block;
  overflow: auto;
}

pre[class*=language-] > code {
  position: relative;
  border-left: 5px solid var(--bd-primary);
  padding: 15px 20px;
  box-shadow: 0px 3px 6px 0px rgba(4, 73, 89, 0.06);
  background-color: #fdfdfd;
  background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
  background-size: 3em 3em;
  background-origin: content-box;
  background-attachment: local;
  margin: 15px 0px 40px;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #7d8b99;
}

.token.tab:not(:empty)::before,
.token.cr::before,
.token.lf::before,
.token.space::before {
  color: #808080;
  opacity: 0.6;
  position: absolute;
}

.token.tab:not(:empty)::before,
.token.cr::before,
.token.lf::before {
  color: #e0d7d1;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
  color: #d03131;
}

.token.punctuation {
  color: #5f6364;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
  color: #2f9c0a;
}

.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
  color: var(--bd-heading-primary);
}

div.code-toolbar:hover > .toolbar {
  opacity: 1;
}

div.code-toolbar > .toolbar .toolbar-item {
  display: inline-block;
}

div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
  color: #bbb;
  font-size: 0.8em;
  padding: 0 0.5em;
  background: #f5f2f0;
  background: rgba(224, 224, 224, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
}

div.code-toolbar > .toolbar {
  position: absolute;
  top: 0.3em;
  right: 0.2em;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

div.code-toolbar > .toolbar button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar span:hover,
div.code-toolbar > .toolbar span:focus {
  color: var(--bd-primary);
  text-decoration: none;
}

div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
  color: #bbb;
  font-size: 0.8em;
  padding: 0 0.5em;
  background: #f5f2f0;
  background: rgba(224, 224, 224, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
}

.bd-doc__css-start {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-doc__css-start {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__css-start {
    padding-bottom: 40px;
  }
}

/*----------------------------------------
	hero item
----------------------------------------*/
.bd-doc__header-inner {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-doc__header-inner {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__header-inner {
    padding-top: 50px;
  }
}
.bd-doc__header-inner p {
  margin-bottom: 18px;
}
.bd-doc__header-inner p span {
  font-weight: 500;
}

.bd-doc__header-default {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-doc__header-default {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__header-default {
    padding-top: 40px;
  }
}
.bd-doc__header-default-inner p {
  margin-bottom: 30px;
}

.bd-doc__header-transparent {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-doc__header-transparent {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__header-transparent {
    padding-top: 40px;
  }
}
.bd-doc__header-transparent-inner p {
  margin-bottom: 30px;
}

.bd-doc__header-search-box {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-doc__header-search-box {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__header-search-box {
    padding-top: 40px;
  }
}
.bd-doc__header-search-box-inner p {
  margin-bottom: 30px;
}

.bd-doc__header-center {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-doc__header-center {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__header-center {
    padding-top: 40px;
  }
}
.bd-doc__header-center-inner p {
  margin-bottom: 30px;
}

/*----------------------------------------
	elements item
----------------------------------------*/
.bd-doc__elements-inner {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-doc__elements-inner {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__elements-inner {
    padding-top: 40px;
  }
}
.bd-doc__elements-inner p {
  margin-bottom: 30px;
}
.bd-doc__elements-inner p span {
  font-weight: 500;
}

.bd-doc__elements-item {
  padding-top: 50px;
}
.bd-doc__elements-inner h4 {
  margin-bottom: 10px;
}

.alert-info {
  background: #ddebf4;
  border-color: #9dc7e1;
}
.alert-info h5 {
  color: var(--bd-primary);
}
.alert-info i {
  color: var(--bd-primary);
}

/*----------------------------------------
	doc footer
----------------------------------------*/
.bd-doc__footer-inner {
  padding-top: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-doc__footer-inner {
    padding-top: 50px;
  }
}
.bd-doc__footer-inner p span {
  font-weight: 500;
}

.bd-doc__footer-item {
  padding-top: 50px;
}
.bd-doc__footer-inner h4 {
  margin-bottom: 10px;
}
.bd-doc__footer-inner p {
  margin-bottom: 30px;
}

.bd-footer {
  background-color: rgb(14, 10, 36);
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.079);
}
.bd-theme-light .bd-footer {
  background-color: #141515;
}

.page-footer {
  position: relative;
}
.page-footer p {
  color: #fff;
  margin: 0;
  font-weight: 600;
}
.page-footer a {
  color: var(--bd-primary);
}
.page-footer a:hover {
  text-decoration: underline;
  color: var(--bd-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-social-footer {
    margin-top: 20px;
  }
}
.bd-social-footer a {
  color: #8d93a4;
  border: 2px solid #8d93a4;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 42px;
  border-radius: 50%;
  text-decoration: none;
}
.bd-social-footer a:hover {
  color: #fff;
  border-color: var(--bd-primary);
  background-color: var(--bd-primary);
}

/*----------------------------------------*/
/*  2.23 Short codes
/*----------------------------------------*/
.bg-flashlight {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bg-flashlight::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  background: radial-gradient(var(--bd-primary), transparent, transparent);
  width: 200%;
  height: 200%;
  opacity: 0;
  transition: 0.5s, top 0s, left 0s;
  border-radius: 10px;
}
.bg-flashlight > * {
  z-index: 2;
  position: relative;
}
.bg-flashlight::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: var(--bd-white);
  border-radius: 8px;
}
.bg-flashlight:hover::before {
  opacity: 1;
}
.bg-flashlight.flashlight-sec::before {
  background: radial-gradient(var(--bd-secondary), transparent, transparent);
}

.bd-details-content-title {
  font-size: 28px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .bd-details-content-title {
    font-size: 24px;
  }
}

.bd-post-details-list {
  margin-left: 20px;
}
.bd-post-details-list ul li {
  list-style: none;
  position: relative;
  margin-left: 20px;
}
.bd-post-details-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.bd-post-details-list ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--bd-primary);
  border-radius: 50%;
  left: -20px;
  top: 8px;
}

.kindergarten-container .container,
.kindergarten-container .container-lg,
.kindergarten-container .container-md,
.kindergarten-container .container-sm,
.kindergarten-container .container-xl,
.kindergarten-container .container-xxl {
  max-width: 1720px;
}

.sidebar-sticky {
  position: sticky;
  top: 120px;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/*----------------------------------------
   Text Underline
-----------------------------------------*/
.underline a {
  display: inline;
  background-image: linear-gradient(var(--bd-primary), var(--bd-primary)), linear-gradient(var(--bd-primary), var(--bd-primary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding: 0 0 1% 0;
}
.underline a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--bd-primary) !important;
}

.underline-two a {
  display: inline;
  background-image: linear-gradient(var(--bd-secondary), var(--bd-secondary)), linear-gradient(var(--bd-secondary), var(--bd-secondary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding: 0 0 2% 0;
}
.underline-two a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--bd-secondary) !important;
}

.underline-white a {
  display: inline;
  background-image: linear-gradient(var(--bd-white), var(--bd-white)), linear-gradient(var(--bd-white), var(--bd-white));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding: 0 0 1% 0;
}
.underline-white a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--bd-white) !important;
}

/* display flex */
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .flex-wrap-small {
    flex-wrap: wrap !important;
  }
}

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

.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex-start {
  display: flex;
  align-items: center;
  justify-content: start;
}

.d-flex-items {
  display: flex;
  align-items: center;
}

.d-flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.has-separator {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.has-separator::before {
  position: absolute;
  content: " ";
  width: 1px;
  height: 20px;
  right: 0px;
  top: 50%;
  background: var(--bd-border-primary);
  transform: translateY(-50%);
}

.has-separator-black {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.has-separator-black::before {
  position: absolute;
  content: " ";
  width: 1px;
  height: 20px;
  right: 0px;
  top: 50%;
  background: var(--bd-theme-black);
  transform: translateY(-50%);
}

.img-hover:hover img {
  transform: scale3d(1.07, 1.07, 1.07);
}

.has-position {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
}

.checkbox-option input {
  display: none;
}
.checkbox-option input:checked ~ label::after {
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
}
.checkbox-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.checkbox-option label {
  font-size: 16px;
  color: var(--bd-theme-black);
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.checkbox-option label a:hover {
  color: var(--bd-primary);
}
.checkbox-option label:hover {
  cursor: pointer;
}
.checkbox-option label span {
  margin-inline-start: 5px;
  color: var(--bd-theme-black);
}
.checkbox-option label i {
  color: var(--bd-rating-color);
}

/* gap */
.gap-05 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

/* Border Radius Short Code */
.radius-0 {
  border-radius: 0px;
}

.radius-6 {
  border-radius: 6px;
}

.radius-8 {
  border-radius: 8px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-16 {
  border-radius: 16px;
}

.radius-24 {
  border-radius: 16px;
}

.radius-50 {
  border-radius: 50px;
}

code {
  font-size: 16px;
  color: var(--bd-body-text);
  word-wrap: break-word;
}

.text-border-highlights {
  position: relative;
  z-index: 1;
}
.text-border-highlights span {
  position: absolute;
  inset-inline-start: 0;
  display: inline-block;
  z-index: -1;
  width: calc(100% - 3px);
}

/* Height Short code */
.lh-1 {
  line-height: 1;
}

.h100vh {
  height: 100vh;
}

.h100p {
  height: 100%;
}

.h-1px {
  height: 1px;
}

.h-2px {
  height: 2px;
}

.h-3px {
  height: 3px;
}

.h-4px {
  height: 4px;
}

.h-5px {
  height: 5px;
}

.h-6px {
  height: 6px;
}

.h-7px {
  height: 7px;
}

.h-8px {
  height: 8px;
}

.h-9px {
  height: 9px;
}

.h-10px {
  height: 10px;
}

.h-15px {
  height: 15px;
}

.h-20px {
  height: 20px;
}

.h-40px {
  height: 40px;
}

/* Bottom Short Code */
.bottom-0 {
  inset-block-end: 0;
}

.bottom-5 {
  inset-block-end: 5px;
}

.bottom-6 {
  inset-block-end: 6px;
}

.bottom-7 {
  inset-block-end: 7px;
}

.bottom-8 {
  inset-block-end: 8px;
}

.bottom-9 {
  inset-block-end: 9px;
}

.bottom-10 {
  inset-block-end: 10px;
}

.bottom-15 {
  inset-block-end: 15px;
}

.bottom-20 {
  inset-block-end: 20px;
}

.bottom-25 {
  inset-block-end: 25px;
}

/* List Style None */
.list-none ul {
  list-style: none;
}

/* Font Size */
.fs-8 {
  font-size: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-30 {
  font-size: 30px;
}
@media (max-width: 575px) {
  .fs-30 {
    font-size: 24px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-50 {
  font-size: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 575px) {
  .fs-50 {
    font-size: 40px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-140 {
  font-size: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fs-140 {
    font-size: 120px;
  }
}

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

.fs-200 {
  font-size: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fs-200 {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fs-200 {
    font-size: 170px;
  }
}

/* Font Weight */
.fw-1 {
  font-weight: var(--bd-fw-thin);
}

.fw-2 {
  font-weight: var(--bd-fw-elight);
}

.fw-3 {
  font-weight: var(--bd-fw-light);
}

.fw-4 {
  font-weight: var(--bd-fw-regular);
}

.fw-5 {
  font-weight: var(--bd-fw-medium);
}

.fw-6 {
  font-weight: var(--bd-fw-sbold);
}

.fw-7 {
  font-weight: var(--bd-fw-bold);
}

.fw-8 {
  font-weight: var(--bd-fw-ebold);
}

.fw-9 {
  font-weight: var(--bd-fw-black);
}

.swiper-shadow-add {
  padding: 15px 15px !important;
  margin: -15px -15px !important;
}

.table-head-bg thead tr th {
  background-color: var(--bd-bg-primary);
}

.latter-sp-2 {
  letter-spacing: 2px;
}

.filter-shadow {
  filter: drop-shadow(7px 10px 0px var(--bd-light));
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .device-scroll {
    overflow-x: scroll;
    overflow-y: hidden !important;
    overflow: scroll;
    overflow-y: scroll;
    overflow-y: scroll;
    flex-wrap: nowrap !important;
    padding-bottom: 10px;
    padding-bottom: 10px;
  }
}

#loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  background-color: var(--bd-white);
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: only screen and (min-width: 1200px) and (max-width: 1399px)) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media (min-width: only screen and (min-width: 992px) and (max-width: 1199px)) {
  #loading-center-absolute {
    width: 45%;
  }
}
@media (min-width: only screen and (min-width: 768px) and (max-width: 991px)) {
  #loading-center-absolute {
    width: 50%;
  }
}
@media (min-width: only screen and (min-width: 576px) and (max-width: 767px)) {
  #loading-center-absolute {
    width: 90%;
  }
}

.bd-preloader-logo {
  width: 180px;
  height: 180px;
  line-height: 180px;
  position: relative;
  text-align: center;
  margin: auto;
}
.bd-preloader-logo img {
  vertical-align: middle;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
.bd-preloader-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bd-preloader-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: bd-rotate 5s linear infinite;
}
.bd-preloader-circle svg circle:last-child {
  stroke: var(--bd-primary);
  stroke-dashoffset: 0;
  stroke-dasharray: 1128, 3150;
  animation: bd-loading 4s linear infinite;
  transform-origin: center center;
}
.bd-preloader-content {
  text-align: center;
}
.bd-preloader-subtitle {
  font-size: 20px;
  margin-bottom: 0;
  color: var(--bd-black);
  margin-top: 20px;
}

@keyframes bd-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@keyframes bd-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}

/*# sourceMappingURL=main.css.map */
