/*---------------------------------
	1.1 Theme SCSS
---------------------------------*/
/*-----------------------------------------------------------------------------------

    Template Name: Inventual App
    Author: Bdevs
    Support: https://support.bdevs.net/
    Description: Inventual Inventory Management System
    Version: 1.0
	Developer: Nayeem

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

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME SCSS
	-----------------
		1.1 theme
		1.2 typography
		1.3 spacing

	-----------------
    01. utils SCSS
	-----------------
		1.1 mixins
		1.2 root
		1.3 extends
		1.4 breakpoints

	-----------------
    02. COMPONENTS SCSS
	-----------------
		2.1 animation
		2.2 avatar
		2.3 background
		2.4 backtotop
		2.5 breadcrumb
		2.6 buttons
		2.7 carousel 
		2.8 color.scss
		2.9 forms
		2.10 offcanvas
		2.11 pagination
		2.12 preloader
		2.13 section Title
		2.14 shortcodes
		2.15 social
		2.16 tab
		2.17 tooltip
		2.18 video
		2.19 index

	-----------------
    03. layout
	-----------------
		-----------------
		3.1.1 banner SCSS
		-----------------
			3.1.1 banner-1
			3.1.2 banner-2
			3.1.3 banner-3
			3.1.4 banner-4
			3.1.5 banner-5
			3.1.6 banner-common
			3.1.7 index

		-----------------
		3.1.2 blog SCSS
		-----------------
			3.2.1 blog-tag
			3.2.2 blog
			3.2.3 postbox
			3.2.4 recent-post
			3.2.5 sidebar-tag
			3.2.6 index

		-----------------
		3.1.3 ecommerce SCSS
		-----------------
			3.3.1 cart
			3.3.2 checkout
			3.3.3 order
			3.3.4 shop
			3.3.5 index

		-----------------
		3.1.4 footer SCSS
		-----------------
			3.4.1 footer-1
			3.4.2 footer-2
			3.4.3 footer-3
			3.4.4 footer-4
			3.4.5 footer-card
			3.4.6 footerCopyrights
			3.4.7 footerDefault
			3.4.8 index

		-----------------
		3.1.5 header SCSS
		-----------------
			3.5.1 header-1
			3.5.2 header-3
			3.5.3 header-4
			3.5.4 header-common
			3.5.5 header-top
			3.5.6 index
		-----------------
		3.1.6 menu SCSS
		-----------------
			3.6.1 meanmenu
			3.6.2 menu
			3.5.3 index

	-----------------
    04. Page SCSS
	-----------------
		4.1 about
		4.2 activity
		4.3 booking
		4.4 brand
		4.5 contact
		4.6 counter
		4.7 cta 
		4.8 demo
		4.9 destination
		4.10 download
		4.11 error
		4.12 faq
		4.13 feedback
		4.14 flatpickr-calendar
		4.15 login
		4.16 newsletter
		4.17 offer
		4.18 popup-search
		4.19 pricing
		4.20 privacy-policy
		4.21 progress-bar
		4.22 sidebar
		4.23 slider
		4.24 team
		4.25 testimonial
		4.26 tour
		4.27 travel
		4.28 trip
		4.29 whyChose
		4.30 widget
		4.30 index

/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
.blog-tag span a, .offcanvas-overlay, .offcanvas-navigation button svg, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,
li,
h1,
h2,
h3,
h4,
h5,
h6, i[class^=flaticon-], .body__overlay {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.newsletter-wrapper-2 .newsletter-notice {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bg-theme-primary {
  background-color: var(--bd-primary);
}

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

.bg-theme-tertiary {
  background-color: var(--bd-tertiary);
}

.bg-theme-quaternary {
  background: var(--bd-quaternary);
}

:root {
  /**
  @font family declaration
  */
  --bd-ff-body: "Nunito Sans", sans-serif;
  --bd-ff-heading: "Nunito Sans", sans-serif;
  --bd-ff-p:"Nunito Sans", sans-serif;
  --bd-ff-fontawesome: "Font Awesome 6 Pro";
  --bd-ff-icomoon: "icomoon";
  /**
  @color declaration
  */
  --bd-white: #ffffff;
  --bd-black: #222429;
  --bd-placeholder: #828282;
  --bd-selection: #262626;
  --bd-gray: #828282;
  --bd-body-primary: #FFFFFF;
  --bd-body-secondary: #ffffff;
  --bd-heading: #222429;
  --bd-primary: #1955CC;
  --bd-secondary: #FF9720;
  --bd-text-body: #7e7e7e;
  --bd-text-meta: #808581;
  --bd-rating-color: #FEC300;
  --bd-text-muted: #6c757d;
  --bd-taxonomy: #4D4D4D;
  --bd-lightest: rgba(255,255,255,.6);
  --bd-bg-primary: #F6F6F7;
  --bd-bg-success: #32C98D;
  --bd-bg-danger: #FF5066;
  --bd-bg-light: #CCE2FA;
  --bd-border-primary: rgba(0,0,0,.1);
  --bd-gradient-1: linear-gradient(90deg, #096BD8 0%, #6409D8 100%);
  /**
  @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: 48px;
  --bd-fs-h2: 40px;
  --bd-fs-h3: 34px;
  --bd-fs-h4: 28px;
  --bd-fs-h5: 22px;
  --bd-fs-h6: 18px;
  --bd-fs-b1: 14px;
  --bd-fs-b2: 16px;
  --bd-fs-b3: 18px;
  --bd-fs-b4: 22px;
}

/*----------------------------------------
   Icomoon customize
-----------------------------------------*/
i[class^=icon-] {
  line-height: 1;
  position: relative;
}

.icomoon-icon {
  display: inline-block;
  font-size: 30px;
}
.icomoon-icon i {
  margin-right: 5px;
}

/*----------------------------------------
   Flaction customize
-----------------------------------------*/
i[class^=flaticon-] {
  line-height: 1;
  top: 2px;
  position: relative;
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 2.4rem;
}

@media (min-width: 1441px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 2.4rem;
}

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

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

.gy-24 {
  --bs-gutter-y: 24px;
}

.g-30,
.gx-30 {
  --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;
}

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

.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.gy-0 {
  --bs-gutter-y: 0;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

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

.opacity-05 {
  opacity: 0.5;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.position-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.position-absolute {
  position: absolute;
}

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

.hr-1 {
  border-top: 1px solid rgb(232, 232, 232);
}

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

@media (max-width: 575px) {
  .o-xs {
    overflow-x: hidden;
  }
}

.overflow-visible {
  overflow: visible;
}

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

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body__overlay {
  background-color: var(--bd-common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay {
  background-color: var(--bd-common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

.image-overly {
  position: relative;
  overflow: hidden;
}
.image-overly a::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(28, 31, 57, 0) 17.61%, #0D1B2A 100%);
}
.image-overly a::after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(0, 108, 228, 0) 0%, rgba(0, 108, 228, 0.75) 100%);
}
.image-overly a:hover::before {
  opacity: 0;
}
.image-overly a:hover::after {
  opacity: 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;
  line-height: 1.4;
  padding: 2% 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.4;
  padding: 2% 0;
}
.underline-two a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--bd-tertiary);
}

/*----------------------------------------
   Mfp customize
-----------------------------------------*/
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 820px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 750px;
  }
}

.mfp-close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mfp-close:hover {
  color: var(--bd-white);
}
.mfp-close::after {
  position: absolute;
  content: "\f00d";
  height: 100%;
  width: 100%;
  font-family: var(--bd-ff-fontawesome);
  font-size: 31px;
  font-weight: 200;
  right: -20px;
  margin-top: -25px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-close::after {
    right: 15px;
    margin-top: -30px;
  }
}

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

.has-seperator {
  position: relative;
}
.has-seperator::before {
  position: absolute;
  content: " ";
  width: 2px;
  height: 15px;
  right: -18px;
  top: 50%;
  background: rgba(129, 129, 129, 0.2);
  transform: translateY(-50%);
}

/*---------------------------------
	1.2 Typography SCSS
---------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

/*---------------------------------
    Typography css start 
---------------------------------*/
body {
  color: var(--bd-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-bold);
  word-break: break-word;
  font-family: var(--bd-ff-heading);
}

h1,
.h1 {
  font-size: var(--bd-fs-h1);
  line-height: 1.15;
  font-weight: var(--bd-fw-bold);
}
@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: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}
h1.medium,
.h1.medium {
  font-size: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1.medium,
  .h1.medium {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1.medium,
  .h1.medium {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1.medium,
  .h1.medium {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h1.medium,
  .h1.medium {
    font-size: 30px;
  }
}

h2,
.h2 {
  font-size: var(--bd-fs-h2);
  line-height: 1.18;
  font-weight: var(--bd-fw-bold);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media (max-width:450px) {
  h2,
  .h2 {
    font-size: 25px;
  }
}
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-bold);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: var(--bd-fs-h4);
  line-height: 1.22;
  font-weight: var(--bd-fw-bold);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}
h4.small,
.h4.small {
  font-size: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), sm {
  h4.small,
  .h4.small {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h4.small,
  .h4.small {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-size: var(--bd-fs-h5);
  line-height: 1.4;
  font-weight: var(--bd-fw-bold);
}
h5.large,
.h5.large {
  font-size: 24px;
}
h5.small,
.h5.small {
  font-size: 20px;
}
@media (max-width: 575px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: var(--bd-fs-h6);
  line-height: 1.2;
  font-weight: var(--bd-fw-bold);
}
h6.small,
.h6.small {
  font-size: 18px;
}
@media (max-width: 575px) {
  h6,
  .h6 {
    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-text-body);
  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;
}

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

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

hr:not([size]) {
  margin: 0;
  border-color: var(--bd-border-primary);
  opacity: 1;
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  outline: none;
  background-color: transparent;
  height: 56px;
  width: 100%;
  font-size: 16px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid var(--bd-border-primary);
  color: var(--bd-black);
  padding-inline-start: 25px;
  padding-inline-end: 25px;
  font-family: var(--bd-ff-heading);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: var(--bd-primary);
}

textarea {
  padding: 14px 24px;
}
textarea:focus {
  border-color: var(--bd-primary);
}

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

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

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

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

*::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--bd-ff-heading);
  color: var(--bd-placeholder);
}

/* custom scrollbar */
.custom-scrollbar {
  overflow-x: scroll;
  -ms-overflow-style: thin;
  /* for Internet Explorer, Edge */
  scrollbar-width: thin;
  /* for Firefox */
  /* Set the width of the scrollbar */
  /* Set the color of the scrollbar thumb (the draggable part) */
  /* Set the color of the scrollbar track when the thumb is being dragged */
  /* Set the color of the scrollbar track (the area the thumb moves on) */
  /* Set the border-radius of the scrollbar thumb */
}
.custom-scrollbar::-webkit-scrollbar-width {
  scrollbar-width: thin;
  /* for Chrome, Safari, and Opera */
}
.custom-scrollbar::-webkit-scrollbar {
  width: 50px !important;
  /* Adjust as needed */
  height: 8px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #A6A6A6;
  /* Adjust as needed */
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #606060;
  /* Adjust as needed */
}
.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* Adjust as needed */
}
.custom-scrollbar::-webkit-scrollbar-thumb:vertical {
  border-radius: 2px;
  /* Adjust as needed */
}

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

.scaleUpanim {
  animation: scaleUpCenter 2s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate-reverse none;
}

@keyframes scaleUpCenter {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
/*---------------------------------
	1.3 Default Spacing SCSS
---------------------------------*/
.section-space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-space-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-medium {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-space-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-space-small-bottom {
  padding-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-small-bottom {
    padding-bottom: 50px;
  }
}

.section-space-top {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top {
    padding-top: 65px;
  }
}

.section-space-top-xxl {
  padding-top: 200px;
}

.section-space-bottom {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 65px;
  }
}

.section-space-bottom-xxl {
  padding-bottom: 200px;
}

.section-title-space {
  margin-bottom: 40px;
}

.btn__wrapper {
  margin-top: 40px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .btn__wrapper {
    margin-top: 30px;
  }
}

.footer-space-top {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-space-top {
    padding-top: 800px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-space-top {
    padding-top: 65px;
  }
}

.cta__space-1 {
  padding: 20px 0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__space-1 {
    padding: 50px 0;
  }
}

/*----------------------------------------*/
/*  2.4 Background
/*----------------------------------------*/
.theme-bg-primary {
  background: var(--bd-bg-primary);
}

/*----------------------------------------*/
/*  2.6 Button
/*----------------------------------------*/
.bd-btn {
  height: 50px;
  background: var(--bd-primary);
  color: var(--bd-white);
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border-radius: 8px;
}
.bd-btn.has-bg-white {
  background: var(--bd-white);
  color: var(--bd-black);
}
.bd-btn.has-bg-white:hover {
  background: var(--bd-bg-success);
  color: var(--bd-white);
}
.bd-btn:hover {
  background: var(--bd-bg-success);
  color: var(--bd-white);
}
.bd-btn.has-transparent {
  background: transparent;
  border: 1px solid var(--bd-primary);
  color: var(--bd-primary);
}
.bd-btn.has-transparent:hover {
  background: var(--bd-primary);
  border-color: var(--bd-primary);
  color: var(--bd-white);
}

.bd-text-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bd-black);
  font-weight: 500;
}
.bd-text-btn .icon__box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
}
.bd-text-btn .icon__box:hover .icon__first {
  transform: translateX(150%);
}
.bd-text-btn .icon__box:hover .icon__second {
  transform: translateX(0%);
}
.bd-text-btn .icon__first {
  transition: all 0.3s ease-out 0s;
}
.bd-text-btn .icon__second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.bd-text-btn:hover {
  color: var(--bd-primary);
}
.bd-text-btn:hover .icon__first {
  transform: translateX(150%);
}
.bd-text-btn:hover .icon__second {
  transform: translateX(0%);
}

/*----------------------------------------*/
/*  2.4 Color
/*----------------------------------------*/
.white-text {
  color: var(--bd-white);
}

.black-text {
  color: var(--bd-black);
}

.clr-secondary {
  color: var(--bd-bg-success);
}

.text-lightest {
  color: rgba(255, 255, 255, 0.6);
}

/*----------------------------------------*/
/*  2.9 Offcanvas
/*----------------------------------------*/
.offcanvas-area {
  background: var(--bd-white) none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  border-inline-start: 1px solid var(--bd-border-primary);
}
.offcanvas-area ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .offcanvas-area {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .offcanvas-area {
    width: 100%;
  }
}
.offcanvas-area.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas-logo a img {
  width: 160px;
}
@media (max-width: 575px) {
  .offcanvas-logo a img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .offcanvas-logo a img {
    width: 140px;
  }
}
.offcanvas-content {
  padding-bottom: 45px;
}
.offcanvas-wrapper {
  position: relative;
  height: 100%;
  padding: 45px 45px;
}
@media (max-width: 575px) {
  .offcanvas-wrapper {
    padding: 30px 30px;
  }
}
.offcanvas-top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bd-border-primary);
}
.offcanvas-color {
  margin-bottom: 40px;
}
.offcanvas-color h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.offcanvas-color input {
  display: none;
}
.offcanvas-color label {
  width: 100%;
  height: 60px;
  background-color: var(--bd-primary);
}
.offcanvas-color label:hover {
  cursor: pointer;
}
.offcanvas-color-2 label {
  background-color: var(--bd-theme-2);
}
.offcanvas-search {
  position: relative;
}
.offcanvas-search button {
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--bd-black);
}
.offcanvas-search button:hover {
  color: var(--bd-primary);
}
.offcanvas-search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #D5D5D5;
  font-size: 18px;
  color: var(--bd-black);
}
.offcanvas-search input::placeholder {
  color: var(--bd-placeholder);
}
.offcanvas-search input:focus {
  border-radius: 0;
}
.offcanvas-title-meta {
  color: var(--bd-heading);
  margin-bottom: 17px;
}
.offcanvas-text p {
  margin-bottom: 25px;
}
.offcanvas-social {
  margin-bottom: 40px;
}
.offcanvas-social ul li {
  display: inline-block;
}
.offcanvas-social ul li:not(:last-child) {
  margin-right: 5px;
}
.offcanvas-social ul li a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  color: var(--bd-black);
  border: 1px solid var(--bd-border-primary);
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.offcanvas-social ul li a:hover {
  background: var(--bd-primary);
  color: var(--bd-white);
  border-color: var(--bd-primary);
}
.offcanvas-notification-icon a {
  font-size: 14px;
  color: var(--bd-white);
  position: relative;
}
.offcanvas-notification-icon a .notification-count {
  position: absolute;
  top: -4px;
  right: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--bd-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--bd-white);
  text-align: center;
}
.offcanvas-notification-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--bd-white);
  font-size: 14px;
}
.offcanvas-notification-text p .notification-number {
  color: var(--bd-primary);
}
.offcanvas-notification-text p a {
  color: var(--bd-primary);
}
.offcanvas-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(10px);
}
.offcanvas-overlay:hover {
  cursor: pointer;
}
.offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}
.offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-contact ul li a:hover {
  color: var(--bd-primary);
}
.offcanvas-contact ul li a:hover i {
  background: var(--bd-primary);
  color: var(--bd-white);
  border-color: var(--bd-primary);
}
.offcanvas-contact-icon i {
  display: inline-block;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  color: var(--bd-black);
  border: 1px solid var(--bd-border-primary);
  transition: all 0.3s ease-out 0s;
}
.offcanvas-btn .bd-btn {
  padding: 0 20px;
  background: transparent;
  border: 1px solid var(--bd-border-primary);
  color: var(--bd-black);
}
.offcanvas-btn .bd-btn:hover {
  background: var(--bd-primary);
  border-color: var(--bd-primary);
  color: var(--bd-white);
}

.sidebar-toggle {
  cursor: pointer;
}

.offcanvas-slider-content {
  padding: 20px;
}

.offcanvas-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}
.offcanvas-navigation button svg * {
  fill: var(--bd-white);
}
.offcanvas-navigation button:hover svg * {
  fill: var(--bd-primary);
}

.offcanvas-post-title {
  font-size: 26px;
  color: var(--bd-white);
}
.offcanvas-post-title a:hover {
  color: var(--bd-primary);
}

.offcanvas-close-icon {
  line-height: 1;
  color: var(--bd-black);
}
.offcanvas-close-icon:hover {
  color: var(--bd-primary);
}
.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 12px;
  width: 33px;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
  top: 6px;
  transform: rotate(45deg);
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
  opacity: 0;
  opacity: 0;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
  top: 6px;
  transform: rotate(-45deg);
}
.offcanvas-close-icon .offcanvas-m-line {
  position: absolute;
  inset-inline-start: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: top 0.15s ease, transform 0.3s ease;
}
.offcanvas-close-icon .offcanvas-m-line.line--1 {
  top: 0;
}
.offcanvas-close-icon .offcanvas-m-line.line--2 {
  top: 5px;
}
.offcanvas-close-icon .offcanvas-m-line.line--3 {
  bottom: 0;
  bottom: 0;
}
.offcanvas-close-icon:hover .offcanvas-m-line {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
  animation-delay: 0.1s;
}

/*----------------------------------------*/
/*  2.0 Section Title  
/*----------------------------------------*/
.section-subtitle {
  font-size: 14px;
  font-weight: var(--bd-fw-medium);
  color: var(--bd-primary);
  margin-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
}
.section-subtitle.lightest-text {
  color: rgba(255, 255, 255, 0.7);
}
.section-subtitle.clr-secondary {
  color: var(--bd-bg-success);
}

/*----------------------------------------*/
/*  2.6 Breadcrumb css
/*----------------------------------------*/
.bd-breadcrumb-wrapper {
  padding: 120px 0 50px;
  position: relative;
  z-index: 2;
}
.bd-breadcrumb-wrapper::before {
  position: absolute;
  content: "";
  width: 290px;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.08;
  z-index: -1;
  top: 0;
  left: 220px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bd-breadcrumb-wrapper::before {
    left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-breadcrumb-wrapper::before {
    width: 170px;
    left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-breadcrumb-wrapper::before {
    width: 200px;
    left: 50px;
  }
}
@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-breadcrumb-wrapper::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .bd-breadcrumb-wrapper {
    padding: 100px 0 50px;
  }
}
.bd-breadcrumb-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bd-breadcrumb-title {
  margin-bottom: 15px;
  font-size: 50px;
}
.bd-breadcrumb-descrip {
  max-width: 500px;
}
@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-breadcrumb-descrip {
    max-width: 100%;
  }
}
.bd-breadcrumb-thumb {
  max-width: 450px;
  margin: 0 auto;
}
@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-breadcrumb-thumb {
    max-width: 100%;
  }
}
.bd-breadcrumb-thumb img {
  width: 100%;
}
.bd-breadcrumb-thumb.has-thumb-width {
  max-width: 350px;
}
@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-breadcrumb-thumb.has-thumb-width {
    max-width: 100%;
  }
}
.bd-breadcrumb-thumb.has-thumb-width-2 {
  max-width: 450px;
}
@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-breadcrumb-thumb.has-thumb-width-2 {
    max-width: 100%;
  }
}
.bd-breadcrumb-thumb.has-thumb-width-3 {
  max-width: 400px;
}
@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-breadcrumb-thumb.has-thumb-width-3 {
    max-width: 100%;
  }
}
.bd-breadcrumb-thumb.has-thumb-width-4 {
  max-width: 300px;
}
@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-breadcrumb-thumb.has-thumb-width-4 {
    max-width: 100%;
  }
}

/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
.bd-tab .nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
}
.bd-tab .nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*----------------------------------------
   Basic pagination
-----------------------------------------*/
.bd-pagination {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.bd-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 0;
  margin: 0 !important;
  background-color: #CCE2FA;
  opacity: 1;
  border-radius: 10px;
}
.bd-pagination .swiper-pagination-bullet-active {
  background: var(--bd-primary);
  width: 19px;
}

/*----------------------------------------*/
/*  4.5 Forms css
/*----------------------------------------*/
.bd-contact-form {
  position: relative;
  z-index: 2;
}

.form-input-box.has-icon .form-input {
  position: relative;
}
.form-input-box.has-icon .form-input input,
.form-input-box.has-icon .form-input textarea {
  border-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.7);
}
.form-input-box.has-icon .form-input input::placeholder,
.form-input-box.has-icon .form-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form-input-box.has-icon .form-input textarea {
  height: 156px;
  resize: none;
}
.form-input-box.has-icon .form-input span {
  position: absolute;
  display: inline-block;
}
.form-input-box.has-icon.icon-right .form-input span {
  inset-inline-end: 20px;
  top: 16px;
}
.form-input-box.has-icon.icon-right .form-input span i {
  color: rgba(255, 255, 255, 0.7);
}

/*----------------------------------------*/
/*  2.6 Breadcrumb
/*----------------------------------------*/
.bd-social ul {
  display: flex;
  gap: 20px;
}
.bd-social ul li {
  list-style: none;
}
.bd-social ul li a {
  width: 40px;
  height: 40px;
  background: var(--bd-primary);
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--bd-white);
}
.bd-social ul li a:hover {
  background: var(--bd-bg-success);
}
.bd-social.has-bg-secondary ul li a {
  background: var(--bd-white);
  color: var(--bd-black);
}
.bd-social.has-bg-secondary ul li a:hover {
  color: var(--bd-white);
  background: var(--bd-bg-success);
}

/*----------------------------------------*/
/*  2.1 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);
  -o-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);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.backtotop-wrap::after {
  position: absolute;
  font-family: var(--bd-ff-fontawesome);
  content: "\f062";
  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.12 Shortcodes
/*----------------------------------------*/
.gap-10 {
  gap: 10px;
}

/*----------------------------------------*/
/*  2.10 Preloader
/*----------------------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--bd-bg-primary);
  z-index: 1000000000000000000000000000000000000000000;
}

.bd-three-bounce {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: var(--bd-bg-primary);
}

.bd-three-bounce .bd-child {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: var(--bd-primary);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bd-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: bd-three-bounce 1.4s ease-in-out 0s infinite both;
}

.bd-three-bounce .bd-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.bd-three-bounce .bd-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bd-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bd-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.bd-badge {
  font-size: 14px;
  text-transform: capitalize;
  padding: 0px 15px;
  color: var(--bd-black);
  line-height: 1;
  text-align: center;
  background-color: rgba(44, 106, 229, 0.5);
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

/*----------------------------------------*/
/*  2.9 Navigation
/*----------------------------------------*/
.common-navigation {
  display: flex;
  align-items: center;
  gap: 15px;
}
.common-navigation button {
  background: var(--bd-primary);
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 50px;
  justify-content: center;
  color: var(--bd-white);
}
.common-navigation button:hover {
  background: var(--bd-bg-success);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.5.5 Header Style 1
/*----------------------------------------*/
.header-top-area {
  padding: 10px 0;
}
.header-top-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top-main {
    justify-content: start;
  }
}
.header-top-left-item:first-child {
  margin-right: 24px;
}
.header-top-left-item span {
  margin-right: 6px;
  color: var(--bd-tertiary);
}
.header-top-left-item a {
  color: var(--bd-white);
  transition: all 0.3s ease-in-out;
}
.header-top-left-item a:hover {
  color: var(--bd-tertiary);
}
.header-social {
  display: flex;
  gap: 10px;
}
.header-social ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-social ul li {
  list-style: none;
}
.header-social ul li a {
  color: var(--bd-white);
}
.header-social p {
  margin-bottom: 0;
}

.topbar-social {
  position: relative;
  margin-left: 25px;
}
.topbar-social:not(:first-child):before {
  position: absolute;
  content: "";
  height: 13px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.topbar-social ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.topbar-social ul li {
  list-style: none;
}
.topbar-social ul li a {
  color: var(--bd-white);
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.topbar-social ul li a:hover {
  color: var(--bd-tertiary);
}

.header-currency-item {
  position: relative;
  padding-right: 15px;
}
.header-currency-item > span {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: var(--bd-white);
  padding-right: 20px;
  transition: all 0.1s linear;
  z-index: 1;
}
.header-currency-item > span:hover {
  cursor: pointer;
  color: var(--bd-white);
}
.header-currency-item > span:hover::before {
  opacity: 1;
}
.header-currency-item > span::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--bd-primary);
  width: 75px;
  height: 35px;
  z-index: -1;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.2s linear;
}
.header-currency-item > span::after {
  position: absolute;
  content: "\f107";
  font-family: var(--bd-ff-fontawesome);
  margin-left: 7px;
}
.header-currency-item ul {
  position: absolute;
  top: 130%;
  left: 0;
  z-index: 111;
  background-color: var(--bd-white);
  padding: 15px 15px;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
  visibility: hidden;
  opacity: 0;
  min-width: max-content;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.header-currency-item ul.lang-list-open {
  visibility: visible;
  opacity: 1;
}
.header-currency-item ul li {
  list-style: none;
}
.header-currency-item ul li a {
  color: var(--bd-heading);
  font-size: 15px;
}
.header-currency-item ul li a:hover {
  color: var(--bd-primary);
}
.header-currency-item.style-two {
  padding-right: 0;
}
.header-currency-item.style-two span {
  border: 1px solid var(--bd-border-tertiary);
  border-radius: 30px;
  padding: 2px 30px 2px 10px;
  background-color: transparent;
  color: var(--bd-heading);
}
.header-currency-item.style-two span::before {
  display: none;
}
.header-currency-item.style-two span:hover {
  color: var(--bd-white);
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
}

.header-language-item {
  position: relative;
  padding-right: 15px;
}
.header-language-item > span {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: var(--bd-heading);
  padding-right: 20px;
  transition: all 0.3s linear;
  z-index: 1;
  border: 1px solid var(--bd-border-tertiary);
  border-radius: 30px;
  padding: 2px 30px 2px 10px;
  background-color: transparent;
}
.header-language-item > span:hover {
  cursor: pointer;
  color: var(--bd-white);
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
}
.header-language-item > span::after {
  position: absolute;
  content: "\f107";
  font-family: var(--bd-ff-fontawesome);
  margin-left: 7px;
}
.header-language-item ul {
  position: absolute;
  top: 130%;
  left: 0;
  z-index: 111;
  background-color: var(--bd-white);
  padding: 15px 15px;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
  visibility: hidden;
  opacity: 0;
  min-width: max-content;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.header-language-item ul.lang-list-open {
  visibility: visible;
  opacity: 1;
}
.header-language-item ul li {
  list-style: none;
}
.header-language-item ul li a {
  color: var(--bd-heading);
  font-size: 15px;
}
.header-language-item ul li a:hover {
  color: var(--bd-primary);
}

.bd-sticky .header-currency-item ul {
  top: 62px;
}
.bd-sticky .header-language-item ul {
  top: 62px;
}

/*----------------------------------------*/
/*  3.5.4 Header Common Style 
/*----------------------------------------*/
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 55;
}
.header-menu {
  text-align: center;
}
.header-menu ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 99px;
}

@media (max-width: 1199px) {
  .header-menu {
    display: none;
  }
}
.bd-sticky {
  position: fixed !important;
  top: 0;
  z-index: 55;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running bdFadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running bdFadeInDown;
  background: var(--bd-white);
  border-top: 0;
  box-shadow: 0px 1px 28px 0px rgba(0, 0, 0, 0.12);
}
.bd-sticky .bd-btn.has-bg-white {
  background: var(--bd-primary);
  color: var(--bd-white);
}
.bd-sticky .bd-btn.has-bg-white:hover {
  background: var(--bd-bg-success);
  color: var(--bd-white);
}

.header-style {
  position: absolute;
  inset-inline-start: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
}

.header--transparent {
  background-color: transparent;
}

.header--transparent {
  position: absolute;
  inset-inline-start: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
}

@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) {
  .header-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .header-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header-area .header-btn-wrap .bd-gradient-btn {
  height: 50px;
  padding: 0 25px;
}
.header-area.bd-sticky .logo-primary {
  display: none;
}
.header-area.bd-sticky .logo-secondary {
  display: block;
}
.header-area.bd-sticky .bd-btn.text-btn {
  color: var(--bd-heading);
}
.header-area.bd-sticky .bd-btn.text-btn:hover {
  color: var(--bd-white);
}
.header-area.bd-sticky .header-currency-item > span {
  color: var(--bd-heading);
}
.header-area.bd-sticky .header-currency-item > span:hover {
  color: var(--bd-white);
}
.header-area.bd-sticky .bar-icon span {
  background: var(--bd-black);
}
.header-area.header-fullwidth {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area.header-fullwidth {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-area.header-fullwidth {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header-logo {
  max-width: 160px;
}
.header-logo .logo-secondary {
  display: none;
}
.header-logo img {
  width: 160px;
}
.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-left {
    gap: 20px;
  }
}
.header-contact p {
  margin-bottom: 0;
}
.header-contact {
  display: flex;
  gap: 8px;
}
.header-btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.bar-icon {
  width: 28px;
  height: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: color 0.2s ease-out;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  background: var(--bd-white);
  display: inline-block;
  transition: color 0.2s ease-out;
}
.bar-icon span:nth-child(2) {
  margin-left: 0px;
}
.bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.bar-icon:hover span:nth-child(2) {
  margin-left: 0px;
  animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}
.bar-icon.is-black span {
  background: var(--bd-black);
}
.bar-icon.is-white span {
  background: var(--bd-white);
}
.bar-icon.style-two span {
  transition: all 0.3s ease-in;
}
.bar-icon.style-two span:nth-child(2) {
  width: 85%;
}
.bar-icon.style-two span:nth-child(3) {
  width: 75%;
}
.bar-icon.style-two:hover span {
  width: 100%;
}

.header-common {
  background: var(--bd-bg-primary);
}

.h-gap-5 {
  gap: 5;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h-gap-5 {
    gap: 0;
  }
}

.has-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bar-icon-square {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 4px;
}
.bar-icon-square span {
  transition: 0.3s;
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--bd-heading);
  transition: all 0.3s ease-in-out;
}
.bar-icon-square:hover span {
  background-color: var(--bd-primary);
}

@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
/* HEADER CSS */
/*----------------------------------------*/
/*  3.1.1 banner Style 1
/*----------------------------------------*/
.bd-banner-area.style-one {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-banner-area.style-one .banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.bd-banner-area.style-one .bd-banner-content {
  padding-top: 170px;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-banner-area.style-one .bd-banner-content {
    padding-top: 140px;
  }
}
@media (max-width: 575px) {
  .bd-banner-area.style-one .bd-banner-content {
    padding-top: 120px;
  }
}
.bd-banner-area.style-one .bd-banner-title {
  margin-bottom: 20px;
}
.bd-banner-area.style-one .bd-banner-descrip {
  color: rgba(255, 255, 255, 0.6);
  max-width: 80%;
  margin: 0 auto 30px;
}
@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-banner-area.style-one .bd-banner-descrip {
    max-width: 100%;
  }
}
.bd-banner-area.style-one .bd-banner-btn-wrap {
  display: flex;
  align-items: center;
  gap: 20px 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.bd-banner-area.style-one .bd-banner-btn .has-transparent {
  background: transparent;
  border: 1px solid var(--bd-white);
  color: var(--bd-white);
}
.bd-banner-area.style-one .bd-banner-btn .has-transparent:hover {
  background: var(--bd-bg-success);
  border-color: var(--bd-bg-success);
}
.bd-banner-area.style-one .bd-banner-thumb {
  text-align: center;
  height: 440px;
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-banner-area.style-one .bd-banner-thumb {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-banner-area.style-one .bd-banner-thumb {
    height: 250px;
  }
}
@media (max-width: 575px) {
  .bd-banner-area.style-one .bd-banner-thumb {
    height: 200px;
    max-width: 400px;
  }
}
@media (max-width:450px) {
  .bd-banner-area.style-one .bd-banner-thumb {
    height: 150px;
  }
}
@media (max-width:450px) {
  .bd-banner-area.style-one .bd-banner-thumb {
    max-width: 270px;
  }
}
.bd-banner-area.style-one .bd-banner-thumb:before {
  position: absolute;
  content: "";
  width: calc(100% + 60px);
  height: calc(100% + 50px);
  background: var(--bd-bg-light);
  z-index: -1;
  left: -30px;
  top: -30px;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .bd-banner-area.style-one .bd-banner-thumb:before {
    height: 200px;
    width: calc(100% + 30px);
    height: calc(100% + 50px);
    left: -15px;
    top: -20px;
  }
}

/*----------------------------------------*/
/*  3.6.2 Main menu css
/*----------------------------------------*/
.main-menu > ul {
  display: inline-flex;
}
.main-menu > ul > li:hover > a {
  color: var(--bd-primary);
}
.main-menu > ul > li:hover > a::before {
  opacity: 1;
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  left: 0px;
}
.main-menu > ul > li:hover > ul.submenu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  left: 100%;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--bd-white);
  padding: 30px 15px;
  display: inline-block;
  text-transform: capitalize;
  font-family: var(--bd-ff-heading);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.main-menu li a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--bd-white);
  width: 100%;
  height: 35px;
  z-index: -1;
  opacity: 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.main-menu .submenu {
  background-color: var(--bd-white);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  padding: 18px 0px;
  width: 260px;
  position: absolute;
  left: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  top: 100%;
}
.main-menu .submenu ul {
  background-color: var(--bd-white);
  padding: 18px 0px;
  width: 260px;
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s ease-in-out;
}
.main-menu .submenu li {
  position: relative;
  padding: 0 0;
  padding-left: 20px;
  padding-right: 0;
}
.main-menu .submenu li:hover > a {
  color: var(--bd-primary);
  letter-spacing: 0.5px;
}
.main-menu .submenu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu .submenu li a {
  font-size: 16px;
  color: var(--bd-heading);
  padding: 12px;
  display: block;
  transition: all 0.5s ease-in-out;
  text-align: left;
  cursor: pointer;
}
.main-menu .has-mega-menu {
  position: static;
  transition: all 15s ease-in-out;
}
.main-menu li:has(ul) > a:after {
  content: "\f107";
  font-family: var(--bd-ff-fontawesome);
  margin-left: 5px;
  font-weight: 500;
  font-size: 14px;
}
.main-menu .mega-menu {
  background-color: var(--bd-white);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  padding: 30px 30px;
  width: 100%;
  position: absolute;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  transition: all 0.5s ease-in-out;
  top: 100px;
  text-align: start;
  border-radius: 0 0 8px 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--bd-heading);
  padding: 8px;
  display: inline-block;
  align-items: center;
  gap: 8px;
  background: transparent;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.main-menu .mega-menu li a:hover {
  color: var(--bd-primary);
  letter-spacing: 0.5px;
}
.main-menu .mega-menu .title {
  font-weight: 500;
  color: var(--bd-heading);
  border-bottom: 1px solid var(--bd-border-tertiary);
  padding-bottom: 10px;
  margin-bottom: 15px;
  pointer-events: none;
  border-radius: 0;
  display: block;
}

.main-menu ul > li:hover > ul > li:hover > .title {
  color: var(--bd-primary);
}

.bd-sticky .main-menu li a {
  color: var(--bd-heading);
}

.bd-sticky .main-menu li a::before {
  background-color: var(--bd-primary);
}

.bd-sticky .main-menu > ul > li:hover > a {
  color: var(--bd-white);
}

/*----------------------------------------*/
/*  3.6.1 Meanmenu css
/*----------------------------------------*/
.mean-container {
  margin-bottom: 35px;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: var(--bd-white);
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: var(--bd-white);
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
  margin-top: 35px;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul.mega-menu {
  position: static;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: 3;
  display: block;
  padding: 0 0;
  opacity: 1;
  visibility: visible;
  margin-right: 35px;
  transition: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--bd-border-secondary);
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
  padding: 10px 0;
  color: var(--bd-heading);
  border-top: 1px solid rgba(255, 255, 255, 0.079);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li.dropdown-opened > a,
.mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--bd-primary);
}

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.079) !important;
  height: 30px;
  width: 30px;
  color: var(--bd-heading);
  line-height: 30px;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--bd-primary);
  color: var(--bd-white);
  border-color: transparent;
}

.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i,
.mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: var(--bd-white);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*----------------------------------------*/
/*  3.2.1 Blog tag css
/*----------------------------------------*/
.blog-tag span a {
  font-size: 16px;
  font-weight: var(--bd-fw-regular);
  text-transform: capitalize;
  padding: 3px 11px;
  border-radius: 40px;
  color: var(--bd-heading);
  background-color: var(--bd-white);
}
.blog-tag span a:hover {
  color: var(--bd-white);
  background-color: var(--bd-primary);
}

.blog-meta-item {
  display: inline-flex;
  gap: 0 6px;
  align-items: center;
  font-size: 16px;
  font-weight: var(--bd-fw-regular);
}
.blog-meta-item:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 575px) {
  .blog-meta-item:not(:last-child) {
    margin-right: 10px;
  }
}
.blog-meta-item a:hover {
  color: var(--bd-primary);
}
.blog-meta-item .meta-icon {
  color: var(--bd-primary);
}
.blog-meta-item .meta-text {
  color: var(--bd-text-meta);
}
.blog-meta-item .meta-author {
  color: var(--bd-text-tag);
}

/*----------------------------------------*/
/*  3.2.3 Postbox css
/*----------------------------------------*/
.postbox-wrapper.has-padding {
  background-color: var(--bd-white);
  padding: 30px 30px 30px;
  border: 1px solid var(--bd-border-primary);
}
.postbox-wrapper.has-padding .postbox-content {
  padding: 30px 0 0 0;
  border: 0;
}
.postbox-item:not(:last-child) {
  margin-bottom: 50px;
}
.postbox-content {
  background-color: var(--bd-white);
  padding: 40px 50px 40px;
  border: 1px solid var(--bd-border-primary);
}
@media (max-width: 575px) {
  .postbox-content {
    padding: 30px 30px 30px;
  }
}
.postbox-badge {
  margin-bottom: 20px;
}
.postbox-badge a:hover {
  background: var(--bd-primary);
  color: var(--bd-white);
}
.postbox-meta {
  margin-bottom: 30px;
}
.postbox-meta-inner {
  display: flex;
  align-items: center;
  gap: 10px 30px;
  flex-wrap: wrap;
}
.postbox-meta-inner .date,
.postbox-meta-inner .comments {
  color: var(--bd-taxonomy);
}
.postbox-meta-user img {
  width: 40px;
  height: auto;
  border-radius: 50%;
  margin-right: 10px;
}
.postbox-meta-user span {
  color: rgba(0, 0, 0, 0.4);
}
.postbox-meta-user span a {
  color: var(--bd-black);
}
.postbox-title {
  margin-bottom: 20px;
}
.postbox-title a:hover {
  color: var(--bd-primary);
}
.postbox-text {
  margin-bottom: 30px;
}
.postbox-block-title {
  margin-bottom: 15px;
}
.postbox-block-thumb {
  margin-bottom: 25px;
}
.postbox-block-table {
  margin-bottom: 30px;
}
.postbox-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.postbox-block-table td {
  padding: 10px 10px 10px 10px;
  border: 1px solid var(--bd-border-primary);
}
.postbox-block-wrapper p a {
  color: var(--bd-primary);
  text-decoration: underline;
}
.postbox-block-wrapper p a:hover {
  color: var(--bd-bg-success);
}
.postbox-block-list {
  margin-bottom: 25px;
}
.postbox-block-list ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.postbox-block-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.postbox-block-list ul li::before {
  position: absolute;
  width: 5px;
  height: 5px;
  content: "";
  background: rgba(44, 106, 229, 0.5);
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.postbox-author {
  display: flex;
  gap: 20px;
  background: var(--bd-white);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  padding: 30px;
}
.postbox-author-title {
  margin-bottom: 5px;
}
.postbox-author-content p {
  margin-bottom: 20px;
}
.postbox-author-thumb {
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
}
.postbox-author-thumb img {
  border-radius: 50%;
}

/*----------------------------------------*/
/*  3.2.5 Sidebar tag css
/*----------------------------------------*/
.tagcloud a {
  font-size: 16px;
  color: var(--bd-black);
  font-weight: 500;
  border: 1px solid var(--bd-border-primary);
  border-radius: 5px;
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 10px;
  margin-inline-end: 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tagcloud a:hover {
  color: var(--bd-white);
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
}

/*----------------------------------------*/
/*  3.4.7 Footer default Style
/*----------------------------------------*/
.bd-footer-area.style-one {
  padding-top: 50px;
  padding-bottom: 50px;
}
.bd-footer-area.style-one .bd-footer-thumb-link {
  max-width: 150px;
  margin-top: 40px;
}
.bd-footer-area.style-one .bd-footer-widget.footer-1-col-2 {
  margin-left: 80px;
}
@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-footer-area.style-one .bd-footer-widget.footer-1-col-2 {
    margin-left: 0px;
  }
}
.bd-footer-area.style-one .bd-footer-widget.footer-1-col-3 {
  margin-left: 50px;
}
@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-footer-area.style-one .bd-footer-widget.footer-1-col-3 {
    margin-left: 0px;
  }
}
.bd-footer-area.style-one .bd-footer-widget-logo {
  max-width: 150px;
  margin-bottom: 20px;
}
.bd-footer-area.style-one .bd-footer-widget-links ul li {
  list-style: none;
}
.bd-footer-area.style-one .bd-footer-widget-links ul li:not(:last-child) {
  margin-bottom: 15px;
}
.bd-footer-area.style-one .bd-footer-widget-links ul li a {
  color: var(--bd-text-body);
}
.bd-footer-area.style-one .bd-footer-widget-links ul li a:hover {
  color: var(--bd-primary);
}
.bd-footer-area.style-one .bd-footer-widget-title {
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .bd-footer-area.style-one .bd-footer-widget-title {
    margin-bottom: 15px;
  }
}
.bd-footer-area.style-one .bd-footer-contact-item {
  display: flex;
  gap: 15px 10px;
  color: var(--bd-taxonomy);
}
.bd-footer-area.style-one .bd-footer-contact-item:not(:last-child) {
  margin-bottom: 18px;
}
.bd-footer-area.style-one .bd-footer-contact-text:hover {
  color: var(--bd-primary);
}
.bd-footer-area.style-one .bd-footer-btn {
  margin-top: 30px;
}

/*----------------------------------------*/
/*  3.4.6 Footer copyright style
/*----------------------------------------*/
.bd-footer-copyright-wrap {
  border-top: 1px solid var(--bd-border-primary);
  padding: 24px 0;
  border-top: 1px solid var(--bd-border-primary);
  padding: 25px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.bd-footer-copyright-wrap .description a {
  color: var(--bd-black);
}
.bd-footer-copyright-wrap .description a:hover {
  color: var(--bd-primary);
}

/*----------------------------------------*/
/*  4.1 About css
/*----------------------------------------*/
.bd-about-content {
  margin-right: 50px;
}
@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-about-content {
    margin-right: 0;
  }
}
.bd-about-content .about-list-wrapper {
  margin: 30px 0 40px;
}
.bd-about-content .about-list-wrapper ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.bd-about-content .about-list-wrapper ul li:not(:last-child) {
  margin-bottom: 15px;
}
.bd-about-content .about-list-wrapper ul li span {
  color: var(--bd-white);
  background: var(--bd-primary);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-about-thumb {
    position: sticky;
    top: 110px;
  }
}
.bd-about-thumb img {
  border-radius: 8px;
}

/*----------------------------------------*/
/*  4.11 Error  css
/*----------------------------------------*/
.error-thumb img {
  width: 610px;
}
@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) {
  .error-thumb img {
    width: 100%;
  }
}

/*----------------------------------------*/
/*  4.5 Contact css
/*----------------------------------------*/
.bd-contact-wrapper.style-two {
  background: var(--bd-white);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  padding: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
@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-contact-wrapper.style-two {
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
  }
}
.bd-contact-wrapper.style-two .bd-contact-title {
  margin-bottom: 30px;
}
.bd-contact-wrapper.style-two .bd-contact-item {
  display: flex;
  align-items: center;
  gap: 15px 15px;
  color: var(--bd-taxonomy);
}
.bd-contact-wrapper.style-two .bd-contact-item:not(:last-child) {
  margin-bottom: 18px;
}
.bd-contact-wrapper.style-two .bd-contact-info {
  margin-bottom: 40px;
}
.bd-contact-wrapper.style-two .bd-contact-info-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 17px;
  background-color: var(--bd-primary);
  color: var(--bd-white);
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.bd-contact-wrapper.style-two .bd-contact-text a:hover {
  color: var(--bd-primary);
}
.bd-contact-wrapper.style-two .bd-contact-thumb {
  max-width: 100%;
}
.bd-contact-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(97.36deg, #2C6AE5 0%, #2C6AE5 62.61%, #32C98D 100%);
  opacity: 0.9;
  z-index: -1;
  top: 0;
  left: 0;
}
.bd-contact-thumb {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-contact-thumb {
    max-width: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-contact-thumb {
    max-width: 100%;
  }
}
.bd-contact-descrip {
  color: rgba(255, 255, 255, 0.6);
}

/*----------------------------------------*/
/*  4.15 Login css
/*----------------------------------------*/
.sign-form-wrapper {
  background-color: var(--bd-white);
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 30px 30px;
  max-width: 650px;
  margin: 0 auto;
}
.sign-link {
  color: var(--bd-primary);
  transition: all 0.3s ease-in-out;
}
.sign-link:hover {
  color: var(--bd-tertiary);
}
.sign-forgot .sign-link {
  color: var(--bd-text-body);
}

.sign-btn .bd-primary-btn {
  min-width: 180px;
}

.sign-meta-divider-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 -15px;
  margin-top: 30px;
}

.sign-meta-divider-title {
  position: relative;
  padding: 0 15px;
  width: max-content;
}

.sign-meta-divider-line {
  position: relative;
  background-image: linear-gradient(90deg, #46494D, rgba(33, 38, 45, 0));
  width: 100%;
  height: 1px;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}
.sign-meta-divider-line.left-line {
  background-image: linear-gradient(-90deg, #46494D, rgba(33, 38, 45, 0));
}
.sign-meta-divider-line.right-line {
  background-image: linear-gradient(90deg, #46494D, rgba(33, 38, 45, 0));
}

/*----------------------------------------*/
/*  4.16 Subcribe css
/*----------------------------------------*/
.newsletter-thumb {
  text-align: end;
}
.newsletter-thumb img {
  max-width: 600px;
  margin-left: 50px;
}
@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) {
  .newsletter-thumb img {
    max-width: 100%;
    margin-left: 0;
  }
}

.newsletter-input {
  position: relative;
}
@media (max-width: 575px) {
  .newsletter-input {
    background-color: transparent;
  }
}
.newsletter-input input {
  width: 100%;
  height: 80px;
  border-radius: 8px;
  outline: none;
  border: 0;
  padding-inline-start: 25px;
  padding-inline-end: 215px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  backdrop-filter: blur(20px);
  background-color: var(--bd-flash-white);
  color: var(--bd-heading);
}
@media (max-width: 575px) {
  .newsletter-input input {
    height: 64px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.newsletter-input button {
  position: absolute;
  inset-inline-end: 9px;
  top: 50%;
  transform: translateY(-50%);
  height: 64px;
  line-height: 64px;
  padding: 0 40px 0 35px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .newsletter-input button {
    position: unset;
    transform: translateY(0);
    margin-top: 10px;
    width: 100%;
  }
}
.newsletter-input .bd-primary-btn:hover {
  border-radius: 8px;
}

.newsletter-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.newsletter-item .newsletter-circle-1 {
  position: absolute;
  content: "";
  width: 992px;
  height: 992px;
  background-color: var(--bd-secondary);
  opacity: 0.03;
  border-radius: 100%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.newsletter-item .newsletter-circle-2 {
  position: absolute;
  content: "";
  width: 856px;
  height: 856px;
  background-color: var(--bd-secondary);
  opacity: 0.06;
  border-radius: 100%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.newsletter-item .newsletter-content-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .newsletter-item .newsletter-content-wrap {
    padding: 0 20px;
  }
}
.newsletter-item .newsletter-content {
  max-width: 500px;
  margin: 0 auto;
}
.newsletter-item.style-three .newsletter-thumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  background-position: center;
}

.info-list-2 {
  position: relative;
  z-index: 5;
  margin-top: 13px;
}
.info-list-2 ul {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 15px 30px;
  flex-wrap: wrap;
}
.info-list-2 ul li {
  display: flex;
  align-items: self-start;
  gap: 10px;
}
.info-list-2 ul li i {
  color: var(--bd-white);
  line-height: 24px;
  font-weight: 700;
  font-size: 16px;
}
.info-list-2 ul li P {
  color: var(--bd-white);
  margin-bottom: 0;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-area-2 {
    padding-bottom: 70px;
  }
}

.newsletter-wrapper-2 {
  padding: 0 100px;
  border-radius: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .newsletter-wrapper-2 {
    padding: 60px 0px 30px 30px;
  }
}
@media (max-width: 575px) {
  .newsletter-wrapper-2 {
    padding: 50px 20px 20px 20px;
  }
}
.newsletter-wrapper-2 .newsletter-bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 10px;
  opacity: 90%;
  mix-blend-mode: color-burn;
}
.newsletter-wrapper-2 .newsletter-thumb {
  max-width: 425px;
  position: relative;
  margin-top: -190px;
}
.newsletter-wrapper-2 .newsletter-notice {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  padding: 15px 20px;
  position: absolute;
  right: 14%;
  top: 50%;
  z-index: 5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(20px);
  z-index: 5;
}
.newsletter-wrapper-2 .newsletter-notice-icon span {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bd-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.newsletter-wrapper-2 .newsletter-notice-text span {
  font-size: 18px;
  color: var(--bd-white);
}

/*----------------------------------------*/
/*  4.7 Widget css
/*----------------------------------------*/
.bd-cta-area {
  position: relative;
}
.bd-cta-area.has-bg {
  background: #1955CC;
}
.bd-cta-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.bd-cta-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  top: 0;
  left: 0;
}
.bd-cta-content {
  position: relative;
  z-index: 3;
  text-align: center;
}
.bd-cta-shape-one {
  position: absolute;
  top: 0;
  left: 0;
}
.bd-cta-shape-two {
  position: absolute;
  right: 0;
  bottom: 0;
}
.bd-cta-shape-three {
  position: absolute;
  left: 230px;
  bottom: -3px;
}
.bd-cta-shape-four {
  position: absolute;
  left: 70px;
  bottom: 65px;
}
@media (max-width:450px) {
  .bd-cta-shape-four {
    display: none;
  }
}
.bd-cta-shape-five {
  position: absolute;
  top: 110px;
  left: 190px;
}
@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-cta-shape-five {
    display: none;
  }
}
.bd-cta-shape-six {
  position: absolute;
  left: 450px;
  top: -3px;
  transform: rotate(180deg);
}
.bd-cta-shape-seven {
  position: absolute;
  right: 30%;
  bottom: 35px;
}
@media (max-width: 575px) {
  .bd-cta-shape-seven {
    display: none;
  }
}
.bd-cta-shape-eight {
  position: absolute;
  right: 450px;
  top: 30px;
}
.bd-cta-shape-nine {
  position: absolute;
  right: 60px;
  top: 60px;
}
@media (max-width: 575px) {
  .bd-cta-shape-nine {
    display: none;
  }
}
.bd-cta-shape-ten {
  position: absolute;
  right: -6px;
  transform: rotate(-90deg);
  top: 50%;
}

.bd-mail-title {
  font-size: 35px;
  color: var(--bd-bg-success);
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-mail-title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .bd-mail-title {
    font-size: 25px;
  }
}
.bd-mail-title:hover::before {
  width: 100%;
}
.bd-mail-title::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  margin: auto;
  left: 0;
  bottom: -2px;
  right: 0;
  border-bottom: 2px solid var(--bd-bg-success);
  transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  z-index: -1;
}

/*----------------------------------------*/
/*  4.19 Price css
/*----------------------------------------*/
.bd-pricing-billing-duration ul {
  background: var(--bd-white);
  border-radius: 8px;
  padding: 16px 20px;
  display: inline-flex;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.bd-pricing-billing-duration ul li {
  list-style: none;
}
.bd-pricing-billing-duration ul .nav-item .nav-link {
  background: transparent;
  color: var(--bd-black);
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border-radius: 8px;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 575px) {
  .bd-pricing-billing-duration ul .nav-item .nav-link {
    font-size: 18px;
    padding: 10px 20px;
  }
}
@media (max-width:450px) {
  .bd-pricing-billing-duration ul .nav-item .nav-link {
    padding: 10px 10px;
  }
}
.bd-pricing-billing-duration ul .nav-item .nav-link.active {
  background: var(--bd-primary);
  color: var(--bd-white);
}
.bd-pricing-item.style-one {
  transition: 0.4s;
  border: 1px solid var(--bd-border-primary);
  border-radius: 8px;
}
.bd-pricing-item.style-one .bd-pricing-top {
  padding: 30px 30px;
  background: var(--bd-bg-primary);
  border-radius: 8px 8px 0px 0px;
}
@media (max-width:450px) {
  .bd-pricing-item.style-one .bd-pricing-top {
    padding: 20px 20px;
  }
}
.bd-pricing-item.style-one .bd-pricing-bottom {
  padding: 30px 30px;
}
@media (max-width:450px) {
  .bd-pricing-item.style-one .bd-pricing-bottom {
    padding: 20px 20px;
  }
}
.bd-pricing-item.style-one:hover {
  border-color: var(--bd-primary);
}
.bd-pricing-item.style-one .yearly-pricing {
  display: none;
}
.bd-pricing-item.style-one .monthly-pricing {
  display: block;
}
.bd-pricing-item.style-one.active {
  position: relative;
}
.bd-pricing-item.style-one .bd-pricing-badge {
  background: var(--bd-primary);
  height: 30px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
}
.bd-pricing-item.style-one .bd-pricing-badge span {
  font-weight: 500;
  font-size: 14px;
  color: var(--bd-white);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.bd-pricing-item.style-one .bd-pricing-title {
  background: rgba(44, 106, 229, 0.1);
  height: 40px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 20px;
  color: var(--bd-primary);
  font-size: 16px;
  font-weight: 500;
}
.bd-pricing-item.style-one .bd-pricing-duration {
  color: var(--bd-taxonomy);
}
.bd-pricing-item.style-one .bd-pricing-amount {
  font-size: 40px;
  color: var(--bd-primary);
  font-weight: 700;
  line-height: 1.2;
}
.bd-pricing-item.style-one .bd-pricing-amount-wrap {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .bd-pricing-item.style-one .bd-pricing-amount {
    font-size: 30px;
  }
}
.bd-pricing-item.style-one .bd-pricing-features .bd-pricing-list-item {
  margin-bottom: 30px;
}
.bd-pricing-item.style-one .bd-pricing-features .bd-pricing-list-item li {
  list-style: none;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 13px;
}
.bd-pricing-item.style-one .bd-pricing-features .bd-pricing-list-item li.off {
  opacity: 0.5;
}
.bd-pricing-item.style-one .bd-pricing-features .bd-pricing-list-item li:not(:last-child) {
  margin-bottom: 15px;
}
.bd-pricing-item.style-one .bd-pricing-features .bd-pricing-list-item li i {
  color: var(--bd-white);
  background: var(--bd-primary);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  transition: 0.5s;
}
.bd-pricing-wrapper.style-two.has-bg .bd-pricing-title {
  background-color: #f4fffa;
}
.bd-pricing-wrapper.style-two .bd-pricing-features {
  margin-bottom: 40px;
}
.bd-pricing-wrapper.style-two .bd-pricing-features .bd-pricing-list-item li {
  list-style: none;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 13px;
}
.bd-pricing-wrapper.style-two .bd-pricing-features .bd-pricing-list-item li.off {
  opacity: 0.5;
}
.bd-pricing-wrapper.style-two .bd-pricing-features .bd-pricing-list-item li:not(:last-child) {
  margin-bottom: 20px;
}
.bd-pricing-wrapper.style-two .bd-pricing-features .bd-pricing-list-item li i {
  color: var(--bd-white);
  background: var(--bd-primary);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  transition: 0.5s;
}
.bd-pricing-wrapper.style-two .bd-pricing-title {
  padding: 0px 60px;
  background-color: rgba(44, 106, 229, 0.2);
  border-radius: 8px 0 0 0;
  height: 100px;
  display: flex;
  align-items: center;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-pricing-wrapper.style-two .bd-pricing-title {
    padding: 0px 40px;
  }
}
@media (max-width: 575px) {
  .bd-pricing-wrapper.style-two .bd-pricing-title {
    padding: 0px 30px;
  }
}
.bd-pricing-wrapper.style-two .bd-pricing-content-inner {
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  background: var(--bd-white);
  padding: 40px 60px 40px 60px;
  border-radius: 0px 0 0 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-pricing-wrapper.style-two .bd-pricing-content-inner {
    padding: 40px 40px 40px 40px;
  }
}
@media (max-width: 575px) {
  .bd-pricing-wrapper.style-two .bd-pricing-content-inner {
    padding: 30px 30px 30px 30px;
  }
}
.bd-pricing-wrapper.style-two.has-border-radius .bd-pricing-title {
  border-radius: 0px 8px 0 0px;
}
.bd-pricing-wrapper.style-two.has-border-radius .bd-pricing-content-inner {
  border-radius: 0 0 8px 0px;
}

.bd-pricing-table .table {
  border-color: var(--bd-border-primary);
  width: 1296px;
}
.bd-pricing-table .table > thead {
  vertical-align: middle;
}
.bd-pricing-table .table-hover > tbody > tr:hover > * {
  background-color: rgba(245, 245, 245, 0.3215686275) !important;
  box-shadow: none;
}
.bd-pricing-table .bd-pricing-head-title {
  background-color: rgba(227, 227, 227, 0.49) !important;
  padding: 30px;
  border-top-left-radius: 8px;
}
.bd-pricing-table .bd-pricing-head-content {
  background-color: rgba(130, 130, 130, 0.05) !important;
  padding: 20px;
}
.bd-pricing-table .bd-plane-common-title-one {
  background-color: rgba(25, 85, 204, 0.85);
  padding: 30px;
}
.bd-pricing-table .bd-plane-common-title-two {
  background-color: rgba(25, 85, 204, 0.9);
  padding: 30px;
}
.bd-pricing-table .bd-plane-common-title-three {
  background-color: var(--bd-primary);
  padding: 30px;
}
.bd-pricing-table .bd-plane-common-content-one {
  background-color: rgba(25, 85, 204, 0.04);
  padding: 20px;
  text-align: center;
}
.bd-pricing-table .bd-plane-common-content-two {
  background-color: rgba(25, 85, 204, 0.07);
  padding: 20px;
  text-align: center;
}
.bd-pricing-table .bd-plane-common-content-three {
  background-color: rgba(25, 85, 204, 0.09);
  padding: 20px;
  text-align: center;
}
.bd-pricing-table .bd-plane-common-title-one .bd-btn.has-bg-white:hover,
.bd-pricing-table .bd-plane-common-title-two .bd-btn.has-bg-white:hover,
.bd-pricing-table .bd-plane-common-title-three .bd-btn.has-bg-white:hover {
  background: var(--bd-bg-success);
  color: var(--bd-white);
}
.bd-pricing-table .bd-plane-pro-title {
  background-color: var(--bd-bg-success);
  padding: 30px;
}
.bd-pricing-table .bd-plane-pro-title .bd-btn.has-bg-white:hover {
  background: var(--bd-primary);
  color: var(--bd-white);
}
.bd-pricing-table .bd-plane-pro-content {
  background-color: rgba(50, 201, 141, 0.05);
  padding: 20px;
  text-align: center;
}
.bd-pricing-table .bd-pricing-title {
  color: var(--bd-black);
}
.bd-pricing-table .bd-pricing-amount-item .bd-pricing-tag {
  margin-bottom: 5px;
}
.bd-pricing-table .bd-pricing-amount-item .bd-pricing-tag span {
  color: var(--bd-white);
  font-weight: 600;
  font-size: 18px;
}
.bd-pricing-table .bd-pricing-amount-item .bd-pricing-number-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
}
.bd-pricing-table .bd-pricing-amount-item .bd-pricing-desc {
  color: var(--bd-lightest);
  margin-bottom: 20px;
}
.bd-pricing-table .bd-pricing-amount-item .bd-pricing-low {
  color: var(--bd-lightest);
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 500;
}
.bd-pricing-table .bd-pricing-amount-item .bd-pricing-amount {
  color: var(--bd-white);
  margin-bottom: 5px;
}
.bd-pricing-table .service-badge {
  color: var(--bd-black);
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
}
.bd-pricing-table .service-badge.available {
  background-color: rgba(40, 167, 69, 0.12);
}
.bd-pricing-table .service-badge.unavailable {
  background-color: rgba(220, 53, 69, 0.15);
}

.bd-price-badge {
  background: #10995D;
  padding: 9px 15px;
  width: 100%;
  position: absolute;
  right: 0;
  top: -44px;
  color: var(--bd-white);
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: 700;
  font-size: 18px;
}

/*----------------------------------------*/
/*  4.30 Widget css
/*----------------------------------------*/
.bd-sticky__top {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 2;
}

.widget-sidebar {
  z-index: 5;
  padding: 30px;
  border: 1px solid var(--bd-border-primary);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.guide__widget-box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: var(--bd-bg-6);
  overflow: hidden;
  padding: 30px;
}

.widget-details ul li {
  list-style: none;
}
.widget-details ul li:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--bd-border-primary);
}
.widget-details ul li a {
  font-size: 18px;
}
.widget-details ul li a:hover {
  color: var(--bd-primary);
}

.color-box-inner .color-box {
  width: 100%;
  height: 100px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.color-box-inner .title {
  font-size: 14px;
}

.elements__divider {
  margin: 50px 0;
}

.color-box-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.5;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  4.20 Privacy Policy css
/*----------------------------------------*/
.policy-wrapper {
  padding: 50px 60px 60px 50px;
  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: 576px) and (max-width: 767px) {
  .policy-wrapper {
    padding: 40px 40px;
  }
}
@media (max-width: 575px) {
  .policy-wrapper {
    padding: 30px 20px;
  }
}
.policy-meta {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.policy-title {
  margin-bottom: 10px;
  font-size: 28px;
}
@media (max-width: 575px) {
  .policy-title {
    font-size: 22px;
  }
}
.policy-item:not(:last-child) {
  margin-bottom: 25px;
}
.policy-item ul li {
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  list-style: none;
}
.policy-item ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: var(--bd-primary);
  border-radius: 50%;
}
.policy-item ul li:not(:last-child) {
  margin-bottom: 5px;
}
.policy-contact ul {
  margin-bottom: 10px;
}
.policy-contact ul li {
  list-style: none;
  font-size: 16px;
  color: var(--bd-black);
}
.policy-address p {
  font-size: 16px;
  line-height: 1.5;
}

/*----------------------------------------*/
/*  4.4 Brand css
/*----------------------------------------*/
.brand-inner {
  padding: 60px 0;
  border-top: 1px solid var(--bd-border-primary);
  border-bottom: 1px solid var(--bd-border-primary);
}

.brand-thumb img {
  height: auto;
  width: auto;
  opacity: 30%;
}
.brand-thumb:hover img {
  opacity: 1;
}

.brand-style-one {
  display: flex;
  gap: 48px;
  align-content: center;
}
.brand-style-one .brand-thumb:hover img {
  filter: grayscale(0);
}
.brand-style-one .brand-thumb img {
  filter: grayscale(1);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.brand-style-two.brand-wrapper {
  position: relative;
  z-index: 5;
}
.brand-style-two.brand-wrapper:before {
  position: absolute;
  content: "";
  width: 472px;
  height: 100%;
  background: linear-gradient(90deg, rgb(29, 30, 31) 0%, rgba(29, 30, 31, 0) 100%);
  opacity: 1;
  z-index: 2;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-style-two.brand-wrapper:before {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-style-two.brand-wrapper:before {
    width: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .brand-style-two.brand-wrapper:before {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .brand-style-two.brand-wrapper:before {
    width: 100px;
  }
}
.brand-style-two.brand-wrapper:after {
  position: absolute;
  content: "";
  width: 472px;
  height: 100%;
  background: linear-gradient(90deg, rgb(29, 30, 31) 0%, rgba(29, 30, 31, 0) 100%);
  opacity: 1;
  z-index: 2;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-style-two.brand-wrapper:after {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-style-two.brand-wrapper:after {
    width: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .brand-style-two.brand-wrapper:after {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .brand-style-two.brand-wrapper:after {
    width: 100px;
  }
}
.brand-style-two .brand-item {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--bd-border-primary);
  min-width: 100px;
  padding: 51px 20px;
  border-radius: 8px;
}
.brand-style-two .brand-item:hover .brand-thumb img {
  opacity: 1;
}

.brand-style-three.brand-item {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--bd-border-secondary);
  min-width: 100px;
  padding: 51px 20px;
  border-radius: 8px;
}
.brand-style-three.brand-item:hover .brand-thumb img {
  opacity: 1;
}

/*----------------------------------------*/
/*  4.6 Counter css
/*----------------------------------------*/
.bd-counter-area.style-one .bd-counter-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-counter-area.style-one .bd-counter-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-counter-area.style-one .bd-counter-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-counter-area.style-one .bd-counter-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-counter-area.style-one .bd-counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:450px) {
  .bd-counter-area.style-one .bd-counter-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bd-counter-area.style-one .bd-counter-item {
  background: var(--bd-white);
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  position: relative;
  transition: 0.4s;
  border-radius: 5px;
}
.bd-counter-area.style-one .bd-counter-item:hover {
  transform: translateY(-5px);
}
.bd-counter-area.style-one .bd-counter-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: var(--bd-primary);
  bottom: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 0px 0 5px 5px;
}
.bd-counter-area.style-one .bd-counter-icon {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(44, 106, 229, 0.2);
  border-radius: 50%;
  margin-bottom: 20px;
}
.bd-counter-area.style-one .bd-counter-icon i {
  font-size: 40px;
  color: var(--bd-black);
}

/*----------------------------------------*/
/*  4.25 Testimonial CSS
/*----------------------------------------*/
.bd-testimonial-item {
  padding: 40px 40px 40px 40px;
  border-radius: 8px;
  background: rgba(44, 106, 229, 0.05);
  border: 1px solid rgba(44, 106, 229, 0.15);
  transition: 0.4s;
}
@media (max-width:450px) {
  .bd-testimonial-item {
    padding: 30px 30px 30px 30px;
  }
}
.bd-testimonial-item.has-secondary {
  background: rgba(50, 201, 141, 0.05);
  border: 1px solid rgba(50, 201, 141, 0.15);
}
.bd-testimonial-item:hover {
  box-shadow: rgba(0, 11, 40, 0.05) 0px 30px 58px 0px;
}
.bd-testimonial-rating {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}
.bd-testimonial-rating i {
  font-size: 14px;
  color: var(--bd-rating-color);
}
.bd-testimonial-rating i.rating-null {
  color: #A8AC9F;
}
.bd-testimonial-descrip {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.bd-testimonial-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-image: linear-gradient(90deg, rgba(56, 56, 56, 0) 0%, rgba(0, 0, 0, 0.2) 48.46%, rgba(56, 56, 56, 0) 100%);
  border-image-slice: 100%;
  border-image-slice: 1;
  padding-top: 30px;
}
.bd-testimonial-author-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bd-testimonial-author-thumb img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.bd-testimonial-author-title {
  margin-bottom: 5px;
}
.bd-testimonial-author-designation {
  color: var(--bd-taxonomy);
}
.bd-testimonial-pagination {
  margin-top: 40px;
}
@media (max-width:450px) {
  .bd-testimonial-shape {
    display: none;
  }
}

/*----------------------------------------*/
/*  4.22 Sidebar css
/*----------------------------------------*/
.sidebar-wrapper {
  padding-left: 30px;
}
@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), (max-width: 575px) {
  .sidebar-wrapper {
    padding-left: 0;
  }
}
.sidebar-widget {
  border: 1px solid var(--bd-border-primary);
  padding: 30px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget {
    padding: 20px 20px;
  }
}
.sidebar-widget:not(:last-child) {
  margin-bottom: 30px;
}
.sidebar-widget-title {
  margin-bottom: 20px;
}
.sidebar-widget.widget-categories ul li {
  list-style: none;
}
.sidebar-widget.widget-categories ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
.sidebar-widget.widget-categories ul li a {
  position: relative;
  font-size: 16px;
  color: var(--bd-taxonomy);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-post .recent-post {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .sidebar-post .recent-post {
    flex-wrap: wrap;
  }
}
.sidebar-post .recent-post:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--bd-border-primary);
}
.sidebar-post .recent-post:hover .recent-post-thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}
.sidebar-post .recent-post-title {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 6px;
}
.sidebar-post .recent-post-title:hover {
  color: var(--bd-primary);
}
.sidebar-post .recent-post-thumb {
  overflow: hidden;
  min-width: 110px;
}
.sidebar-post .recent-post-thumb img {
  width: 100%;
  height: 90px;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
@media (max-width: 575px) {
  .sidebar-post .recent-post-thumb img {
    height: 100%;
  }
}
.sidebar-post .recent-post-meta span {
  font-size: 14px;
  color: var(--bd-taxonomy);
}
.sidebar-search {
  position: relative;
}
.sidebar-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 24px;
  color: var(--bd-white);
  background-color: var(--bd-primary);
  border-radius: 0 5px 5px 0px;
}
.sidebar-search button:hover {
  background-color: var(--bd-bg-success);
}

/*----------------------------------------*/
/*  4.4 Category css
/*----------------------------------------*/
.bd-category-wrapper {
  margin-left: 30px;
}
@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), (max-width: 575px) {
  .bd-category-wrapper {
    margin-left: 0;
  }
}
.bd-category-item {
  padding: 20px 20px 20px 20px;
  text-align: center;
  border-radius: 5px;
  transition: 0.4s;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  background: var(--bd-white);
}
.bd-category-item:hover .bd-category-thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}
.bd-category-thumb {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
}
.bd-category-thumb img {
  width: 100%;
  height: 150px;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
.bd-category-title {
  margin-bottom: 10px;
}
.bd-category-title a:hover {
  color: var(--bd-primary);
}

/*----------------------------------------*/
/*  4.4 Trending Item css
/*----------------------------------------*/
.bd-trending-item {
  padding: 20px;
  border-radius: 5px;
  background: var(--bd-bg-primary);
  gap: 20px;
  height: 100%;
  align-items: center;
  display: flex;
}
.bd-trending-item:hover .bd-trending-thumb img {
  transform: scale(1.1);
}
@media (max-width:450px) {
  .bd-trending-item {
    display: block;
  }
}
.bd-trending-thumb {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-trending-thumb {
    width: 120px;
    height: 120px;
  }
}
@media (max-width:450px) {
  .bd-trending-thumb {
    width: 100%;
    margin-bottom: 20px;
  }
}
.bd-trending-thumb img {
  transition: 0.5s;
  height: 100%;
  width: 100%;
}
.bd-trending-title {
  margin-bottom: 5px;
}
.bd-trending-title a:hover {
  color: var(--bd-primary);
}
.bd-trending-descrip {
  margin-bottom: 20px;
}
.bd-trending-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.bd-trending-meta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  line-height: 18px;
  padding: 0 7px;
  font-size: 13px;
  background: var(--bd-primary);
  font-weight: 600;
  border-radius: 5px;
  color: var(--bd-white);
  transition: 0.4s;
}
.bd-trending-meta a:hover {
  background: var(--bd-bg-success);
}
.bd-trending-price span {
  color: var(--bd-bg-success);
  font-weight: 600;
  font-size: 18px;
}

/*----------------------------------------*/
/*  4.4 Platform css
/*----------------------------------------*/
.bd-platform-area.style-one {
  position: relative;
}
.bd-platform-area.style-one .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.bd-platform-area.style-one.platform-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(97.36deg, #1955CC 0%, #1955CC 62.61%, #32C98D 100%);
  opacity: 0.9;
  z-index: -1;
  top: 0;
  left: 0;
}
.bd-platform-area.style-one .bd-platform-content {
  transition: 0.4s;
  text-align: center;
}
.bd-platform-area.style-one .bd-platform-content:hover {
  transform: translateY(-5px);
}
.bd-platform-area.style-one .bd-platform-descrip {
  color: rgba(255, 255, 255, 0.7);
}
.bd-platform-area.style-one .bd-platform-icon {
  background: var(--bd-white);
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
}
@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-platform-area.style-one .bd-platform-icon {
    background: var(--bd-white);
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .bd-platform-area.style-one .bd-platform-icon {
    background: var(--bd-white);
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
  }
}
.bd-platform-area.style-one .bd-platform-icon img {
  width: 30px;
}
@media (max-width: 575px) {
  .bd-platform-area.style-one .bd-platform-icon img {
    font-size: 25px;
  }
}
.bd-platform-area.style-one .bd-platform-icon-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}
.bd-platform-area.style-one .bd-platform-icon-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .bd-platform-area.style-one .bd-platform-icon-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
}
.bd-platform-area.style-one .bd-platform-icon-inner {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.bd-platform-area.style-one .bd-platform-title {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.bd-platform-area.style-one .bd-platform-icon-title {
  color: var(--bd-white);
  margin-bottom: 25px;
  text-decoration: underline;
}
.bd-platform-area.style-one .bd-platform-content-wrapper {
  position: relative;
  width: 615px;
  height: 615px;
  background: linear-gradient(97.36deg, #2C6AE5 0%, #2C6AE5 62.61%, #32C98D 100%);
  border-radius: 50%;
  margin-left: 50px;
  padding: 40px 150px 40px 150px;
}
@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-platform-area.style-one .bd-platform-content-wrapper {
    position: relative;
    width: 500px;
    height: 500px;
    background: linear-gradient(97.36deg, #2C6AE5 0%, #2C6AE5 62.61%, #32C98D 100%);
    border-radius: 50%;
    margin-left: 30px;
    padding: 30px 120px 30px 120px;
  }
}
@media (max-width: 575px) {
  .bd-platform-area.style-one .bd-platform-content-wrapper {
    position: relative;
    width: 400px;
    height: 400px;
    background: linear-gradient(97.36deg, #2C6AE5 0%, #2C6AE5 62.61%, #32C98D 100%);
    border-radius: 50%;
    padding: 30px 40px 30px 40px;
  }
}
@media (max-width:450px) {
  .bd-platform-area.style-one .bd-platform-content-wrapper {
    background: transparent;
    padding: 0;
    width: 100%;
    height: 100%;
  }
}
@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-platform-area.style-one .bd-platform-content-wrapper {
    margin-left: 0;
  }
}
.bd-platform-area.style-one .bd-platform-content-wrapper::before {
  position: absolute;
  content: " ";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: linear-gradient(95.06deg, rgba(46, 107, 230, 0.7) 3.77%, rgba(50, 201, 141, 0.42) 102.13%);
  left: -10px;
  top: -10px;
  z-index: -1;
  border-radius: 50%;
}
@media (max-width:450px) {
  .bd-platform-area.style-one .bd-platform-content-wrapper::before {
    display: none;
  }
}
.bd-platform-shape-one {
  position: absolute;
  top: 0;
  left: 0;
}
.bd-platform-shape-two {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bd-platform-shape-three {
  position: absolute;
  right: 160px;
  top: 100px;
}
@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) {
  .bd-platform-shape-three {
    right: 30px;
    top: 50px;
  }
}
.bd-platform-shape-four {
  position: absolute;
  right: 70px;
  bottom: 40px;
}

/*----------------------------------------*/
/*  4.4 Payment css
/*----------------------------------------*/
.bd-payment-area.has-bg-white .bd-payment-thumb {
  background: var(--bd-white);
}
.bd-payment-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 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-payment-item-wrapper {
    margin-left: 0;
  }
}
.bd-payment-thumb {
  background: var(--bd-white);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 0 20px;
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bd-payment-thumb img {
  width: 130px;
}
.bd-payment-thumb-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.bd-payment-list {
  margin-bottom: 40px;
}
.bd-payment-list ul {
  gap: 15px 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width:450px) {
  .bd-payment-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bd-payment-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.bd-payment-list ul li i {
  color: var(--bd-white);
  background: var(--bd-primary);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}
.bd-payment-item.style-two {
  padding: 30px;
  text-align: center;
  position: relative;
  border-radius: 8px;
  transition: 0.4s;
  background: rgba(44, 106, 229, 0.05);
  border: 1px solid rgba(44, 106, 229, 0.15);
}
.bd-payment-item.style-two:hover {
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.09);
}
.bd-payment-item.style-two.has-secondary {
  background: rgba(50, 201, 141, 0.05);
  border: 1px solid rgba(50, 201, 141, 0.15);
}
.bd-payment-item.style-two.has-secondary .bd-payment-icon {
  background: rgba(50, 201, 141, 0.2);
}
.bd-payment-item.style-two.has-secondary:hover {
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.09);
}
.bd-payment-item.style-two.has-secondary .has-transparent {
  border: 1px solid var(--bd-bg-success);
  color: var(--bd-bg-success);
}
.bd-payment-item.style-two.has-secondary .has-transparent:hover {
  background: var(--bd-bg-success);
  border-color: var(--bd-bg-success);
  color: var(--bd-white);
}
.bd-payment-item.style-two .bd-payment-icon {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(44, 106, 229, 0.2);
  border-radius: 50%;
  margin-bottom: 20px;
}
.bd-payment-item.style-two .bd-payment-icon i {
  font-size: 40px;
}
.bd-payment-item.style-two .bd-payment-title {
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*  4.30 Working Steps css
/*----------------------------------------*/
.bd-working-step-area.style-two .bd-working-step-list {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  text-align: center;
}
.bd-working-step-area.style-two .bd-working-step-list-wrapper {
  margin-bottom: 40px;
}
.bd-working-step-area.style-two .bd-working-step-content {
  margin-right: 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-working-step-area.style-two .bd-working-step-content {
    margin-right: 0;
  }
}
.bd-working-step-item-left .nav-link {
  border: none;
}
.bd-working-step-item-left .nav-link.bd-working-step-item {
  cursor: pointer;
  padding: 30px 30px 30px 30px;
  border-radius: 8px;
  border: 1px solid var(--bd-border-primary);
}
.bd-working-step-item-left .nav-link.bd-working-step-item.active {
  background: var(--bd-primary);
}
.bd-working-step-item-left .nav-link.bd-working-step-item.active .bd-working-step-icon {
  color: var(--bd-white);
}
.bd-working-step-item-left .nav-link.bd-working-step-item.active .bd-working-step-title {
  color: var(--bd-white);
}
.bd-working-step-item-left .nav-link.bd-working-step-item.active .bd-working-step-count {
  color: rgba(255, 255, 255, 0.6);
}
.bd-working-step-item-left .nav.nav-tabs {
  display: block;
  border: none;
}
.bd-working-step-item-left {
  margin-right: 50px;
}
@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-working-step-item-left {
    margin-right: 0;
    text-align: center;
  }
}
.bd-working-step-item-left li:not(:last-child) {
  margin-bottom: 20px;
}
.bd-working-step-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  border-radius: 8px;
  border: 1px solid var(--bd-border-primary);
}
.bd-working-step-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width:450px) {
  .bd-working-step-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bd-working-step-title span {
  color: var(--bd-primary);
}
.bd-working-step-descrip {
  margin-top: 20px;
}
.bd-working-step-thumb {
  margin-left: 20px;
}
.bd-working-step-icon {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--bd-black);
}
.bd-working-step-count {
  margin-top: 5px;
  display: inline-block;
  color: var(--bd-text-body);
}
.bd-working-step-item-right.style-two {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 70vh;
  padding-right: 10px;
}

/*----------------------------------------*/
/*  4.30 Earning css
/*----------------------------------------*/
.bd-earning-list-item {
  display: flex;
  gap: 10px 20px;
}
.bd-earning-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.bd-earning-list-thumb {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
}
.bd-earning-title {
  margin-bottom: 10px;
}
.bd-earning-list-wrapper {
  margin-bottom: 40px;
}
.bd-earning-thumb {
  margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-earning-thumb {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-earning-thumb {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-earning-thumb {
    margin-left: 0;
  }
}
.bd-earning-thumb img {
  border-radius: 8px;
  width: 450px;
  height: 450px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-earning-thumb img {
    width: 100%;
    height: 100%;
  }
}
.bd-earning-descrip {
  margin-bottom: 40px;
}
.bd-earning-btn {
  display: flex;
  gap: 20px 10px;
  flex-wrap: wrap;
}

/*----------------------------------------*/
/*  4.30 Features css
/*----------------------------------------*/
.bd-features-item.style-one {
  padding: 30px 30px;
  gap: 20px;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  transition: 0.4s;
  background: rgba(44, 106, 229, 0.05);
  border: 1px solid rgba(44, 106, 229, 0.15);
}
.bd-features-item.style-one:hover {
  box-shadow: rgba(0, 11, 40, 0.05) 0px 30px 58px 0px;
}
.bd-features-item.style-one.has-secondary {
  background: rgba(50, 201, 141, 0.05);
  border: 1px solid rgba(50, 201, 141, 0.15);
}
.bd-features-item.style-one.has-secondary:hover .bd-features-icon span i {
  color: var(--bd-bg-success);
}
.bd-features-item.style-one:hover .bd-features-icon {
  transform: rotateY(180deg);
}
.bd-features-item.style-one:hover .bd-features-icon span i {
  color: var(--bd-primary);
}
.bd-features-item.style-one .bd-features-icon {
  transition: all 0.8s ease;
  margin-bottom: 15px;
  display: inline-block;
}
.bd-features-item.style-one .bd-features-icon i {
  font-size: 45px;
}
.bd-features-item.style-one .bd-features-title {
  margin-bottom: 5px;
}
.bd-features-wrapper.style-two .bd-features-title {
  margin-bottom: 20px;
}
.bd-features-wrapper.style-two .bd-features-thumb-link {
  max-width: 200px;
  margin: 0 0 40px;
}
.bd-features-thumb {
  position: relative;
  z-index: 2;
  max-width: 450px;
  margin: 0 auto;
}
.bd-features-thumb img {
  width: 100%;
}
.bd-features-pagination {
  margin-top: 40px;
}
.bd-features-navigation button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bd-black);
  border-radius: 50%;
  font-size: 16px;
  color: var(--bd-white);
  position: absolute;
  bottom: 0;
  z-index: 5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bd-features-navigation button.slider-button-next {
  right: 0;
  left: auto;
}

/*----------------------------------------*/
/*  4.5 Services css
/*----------------------------------------*/
.bd-services-item.style-one {
  padding: 30px;
  text-align: center;
  position: relative;
  transition: 0.4s;
  border-radius: 8px;
  background: rgba(44, 106, 229, 0.05);
  border: 1px solid rgba(44, 106, 229, 0.15);
}
.bd-services-item.style-one:hover {
  box-shadow: rgba(0, 11, 40, 0.05) 0px 30px 58px 0px;
}
.bd-services-item.style-one:hover .bd-services-thumb img {
  transform: rotateY(180deg);
}
.bd-services-item.style-one.has-secondary {
  background: rgba(50, 201, 141, 0.05);
  border: 1px solid rgba(50, 201, 141, 0.15);
}
.bd-services-item.style-one.has-secondary .has-transparent {
  border: 1px solid var(--bd-bg-success);
  color: var(--bd-bg-success);
}
.bd-services-item.style-one.has-secondary .has-transparent:hover {
  background: var(--bd-bg-success);
  border-color: var(--bd-bg-success);
  color: var(--bd-white);
}
.bd-services-item.style-one .bd-services-thumb {
  margin-bottom: 20px;
  transition: all 1.2s ease;
  display: inline-block;
  max-width: 60px;
}
.bd-services-item.style-one .bd-services-thumb img {
  transition: 0.7s;
}
.bd-services-item.style-one .bd-services-title {
  margin-bottom: 20px;
}
.bd-services-item.style-one .bd-services-descrip {
  margin-bottom: 30px;
}
.bd-services-item.style-two {
  padding: 20px;
  border-radius: 8px;
  background: rgba(44, 106, 229, 0.05);
  border: 1px solid rgba(44, 106, 229, 0.15);
  transition: 0.4s;
}
.bd-services-item.style-two:hover {
  box-shadow: rgba(0, 11, 40, 0.05) 0px 30px 58px 0px;
}
.bd-services-item.style-two.has-secondary {
  background: rgba(50, 201, 141, 0.05);
  border: 1px solid rgba(50, 201, 141, 0.15);
}
.bd-services-item.style-two .bd-services-thumb {
  margin-bottom: 25px;
}
.bd-services-item.style-two .bd-services-thumb img {
  border-radius: 8px;
  height: 200px;
  width: 100%;
}
.bd-services-item.style-two .bd-services-title {
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*  4.24 Faq css
/*----------------------------------------*/
.bd-faq-accordion.style-one {
  margin-left: 110px;
}
@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), (max-width: 575px) {
  .bd-faq-accordion.style-one {
    margin-left: 0;
  }
}
.bd-faq-accordion.style-one .accordion-item {
  border: transparent;
  border-radius: 0%;
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.08);
}
.bd-faq-accordion.style-one .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.bd-faq-accordion.style-one .accordion-item.has-secondary .accordion-button {
  background: rgba(50, 201, 141, 0.05);
  border: 1px solid rgba(50, 201, 141, 0.15);
}
.bd-faq-accordion.style-one .accordion-item.has-secondary .accordion-body {
  background: rgba(50, 201, 141, 0.05);
  border: 1px solid rgba(50, 201, 141, 0.15);
}
.bd-faq-accordion.style-one .accordion-button {
  padding: 30px 30px 30px 30px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  line-height: 1.2;
  background: rgba(44, 106, 229, 0.05);
  border: 1px solid rgba(44, 106, 229, 0.15);
}
@media (max-width:450px) {
  .bd-faq-accordion.style-one .accordion-button {
    font-size: 16px;
    padding: 20px 50px 20px 20px;
  }
}
.bd-faq-accordion.style-one .accordion-button span {
  padding-right: 7px;
  display: inline-block;
}
.bd-faq-accordion.style-one .accordion-button:not(.collapsed) {
  color: var(--bd-black);
  box-shadow: none;
  background: rgba(44, 106, 229, 0.05);
  border: 1px solid rgba(44, 106, 229, 0.15);
}
.bd-faq-accordion.style-one .accordion-button:not(.collapsed)::after {
  color: var(--bd-black);
  content: "\f106";
}
.bd-faq-accordion.style-one .accordion-button:focus {
  box-shadow: none;
}
.bd-faq-accordion.style-one .accordion-button::after {
  font-size: 18px;
  position: absolute;
  content: "\f107";
  font-family: var(--bd-ff-fontawesome);
  font-weight: 400;
  text-align: center;
  color: var(--bd-black);
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: none;
  line-height: 15px;
}
.bd-faq-accordion.style-one .accordion-body {
  padding: 25px;
  color: var(--bd-text-body);
  background: rgba(44, 106, 229, 0.05);
  border: 1px solid rgba(44, 106, 229, 0.15);
}

/*----------------------------------------*/
/*  4.25 Support CSS
/*----------------------------------------*/
.bd-support-item {
  background: rgba(44, 106, 229, 0.05);
  border: 1px solid rgba(44, 106, 229, 0.15);
  padding: 20px 20px 20px 20px;
  text-align: center;
  position: relative;
  transition: 0.4s;
  border-radius: 5px;
}
.bd-support-item:hover {
  box-shadow: 0px 30px 58px 0px rgba(0, 11, 40, 0.05);
}
.bd-support-item.has-secondary {
  background: rgba(50, 201, 141, 0.05);
  border: 1px solid rgba(50, 201, 141, 0.15);
}
.bd-support-item.has-secondary .has-transparent {
  border: 1px solid var(--bd-bg-success);
  color: var(--bd-bg-success);
}
.bd-support-item.has-secondary .has-transparent:hover {
  background: var(--bd-bg-success);
  border-color: var(--bd-bg-success);
  color: var(--bd-white);
}
.bd-support-title {
  margin-bottom: 30px;
}
.bd-support-title a:hover {
  color: var(--bd-primary);
}
.bd-support-thumb {
  margin-bottom: 20px;
}
.bd-support-thumb img {
  width: 100%;
  border-radius: 5px;
}

/*----------------------------------------*/
/*  4.19 popup css
/*----------------------------------------*/
.product-modal-close {
  color: var(--bd-black);
  display: block;
  text-align: center;
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 5px;
  font-size: 20px;
}

.modal-body {
  padding: 30px 30px;
}

.bd-modal-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--bd-black);
}

.bd-modal-list ul li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
}
.bd-modal-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.bd-modal-list ul li:hover {
  color: var(--bd-primary);
}
.bd-modal-list ul li:hover .icon {
  border-color: var(--bd-primary);
  color: var(--bd-primary);
}
.bd-modal-list .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--bd-border-primary);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bd-black);
  transition: all 0.3s ease-in-out;
}
.bd-modal-list .icon i {
  transition: all 0.3s ease-in-out;
}

/*----------------------------------------*/
/*  2.11 Range Slider 
/*----------------------------------------*/

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