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

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

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

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

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

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

	-----------------
    02. COMPONENTS SCSS
	-----------------
		2.1 accordion
		2.2 advertise
		2.3 animation
		2.4 avatar
		2.5 background
		2.6 backtotop
		2.7 badge
		2.8 breadcrumb
		2.9 brand
		2.10 buttons
		2.11 carousel
		2.12 color
		2.13 counter
		2.14 countdown
		2.15 event
		2.16 forms
		2.17 offcanvas
		2.18 pagination
		2.19 popup-search
		2.20 preloader
		2.21 progress-bar
		2.22 section-title
		2.23 shortcodes
		2.24 social
		2.25 style-guide
		2.26 tab
		2.27 tooltip
		2.28 video

	-----------------
    03. layout
	-----------------
		-----------------
		3.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-6

		-----------------
		3.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
			3.2.6 index

		-----------------
		3.3 ecommerce SCSS
		-----------------
			3.3.1 cart-sidebar
			3.3.2 cart
			3.3.3 checkout
			3.3.4 order
			3.3.5 shop

		-----------------
		3.4 footer SCSS
		-----------------
			3.4.1 copyrights
			3.4.2 footer-2
			3.4.3 footer

		-----------------
		3.5 header SCSS
		-----------------
			3.5.1 header-1
			3.5.2 header-2
			3.5.3 header-3
			3.5.4 header-4
			3.5.5 header-common
			3.5.6 header-top
		-----------------
		3.6 menu SCSS
		-----------------
			3.6.1 mean
			3.6.2 mobile-menu

	-----------------
    04. Page SCSS
	-----------------
		4.1 about
		4.2 campus
		4.3 career
		4.4 categories
		4.5 class
		4.6 coming-soon
		4.7 contact
		4.8 courses
		4.9 courses-details
		4.10 cta
		4.11 dashboard
		4.12 demo
		4.13 error
		4.14 faq
		4.15 feature
		4.16 financial
		4.17 gallery
		4.18 history
		4.19 instructor
		4.20 joining
		4.21 lesson
		4.22 live-class
		4.23 mission-vision
		4.24 newsletter
		4.25 offer
		4.26 price
		4.27 privacy-policy
		4.28 program
		4.29 review
		4.30 skill
		4.31 sorting
		4.32 testimonial
		4.33 tuition
		4.34 why-choose

/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Darumadrop+One&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.bd-instructor-wrapper.style-one .bd-instructor-info, .bd-offcanvas-overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,
li,
h1,
h2,
h3,
h4,
h5,
h6, .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;
}

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

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

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

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    max-width: 1350px;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .container {
        max-width: 1320px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 100%;
    }
}

.custom-container {
    max-width: 1500px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .custom-container {
        max-width: 1680px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .custom-container {
        max-width: 1320px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-container {
        max-width: 960px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-container {
        max-width: 720px;
    }
}

@media (max-width: 575px) {
    .custom-container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-container {
        max-width: 540px;
    }
}

.custom-container-two {
    max-width: 1720px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .custom-container-two {
        max-width: 1680px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .custom-container-two {
        max-width: 1320px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-container-two {
        max-width: 960px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-container-two {
        max-width: 720px;
    }
}

@media (max-width: 575px) {
    .custom-container-two {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-container-two {
        max-width: 540px;
    }
}

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

.row {
    --bs-gutter-x: 3rem;
}

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

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

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

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

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

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

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

.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,
.gx-60 {
    --bs-gutter-x: 60px;
}

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

@media (max-width: 575px) {
    .col-xs-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 450px) {
    .col-xxs-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}

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

.bg-attach-fix {
    background-attachment: fixed;
}

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

/*----------------------------------------
    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-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.image-overly {
    position: relative;
    z-index: 5;
}

.image-overly::before {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    inset-block-start: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

/*----------------------------------------
   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(--ff-fontawesome);
    font-size: 31px;
    font-weight: 200;
    right: -20px;
    margin-top: -25px;
    cursor: pointer;
}

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

.mfp-wrap {
    z-index: 9999999;
}

/* custom scrollbar */
.custom-scrollbar {
    overflow-y: 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 */
}

/* Bootstrap Table */
.table > thead {
    vertical-align: middle;
}

.table > tbody {
    vertical-align: middle;
}

.table > :not(caption) > * > * {
    padding: 10px 10px;
}

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

html {
    font-size: 10px;
}

body {
    color: var(--bd-body-text);
    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,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h5,
h5,
.h5,
h6,
.h6 {
    color: var(--bd-theme-black);
    margin-top: 0px;
    line-height: 1.25;
    margin-bottom: 0;
    font-weight: var(--bd-fw-bold);
    word-break: break-word;
    font-family: var(--bd-ff-title);
}

h1,
.h1 {
    font-size: var(--bd-fs-h1);
    line-height: 1.25;
    font-weight: var(--bd-fw-bold);
    font-family: var(--bd-ff-title);
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    h1,
    .h1 {
        font-size: 32px;
    }
}

h1.medium,
.h1.medium {
    font-size: 58px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h1.medium,
    .h1.medium {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    h1.medium,
    .h1.medium {
        font-size: 32px;
    }
}

h1.small,
.h1.small {
    font-size: 54px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h1.small,
    .h1.small {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    h1.small,
    .h1.small {
        font-size: 32px;
    }
}

h2,
.h2 {
    font-size: var(--bd-fs-h2);
    font-weight: var(--bd-fw-bold);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2,
    .h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2,
    .h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h2,
    .h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h2,
    .h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    h2,
    .h2 {
        font-size: 32px;
    }
}

@media (max-width: 450px) {
    h2,
    .h2 {
        font-size: 26px;
    }
}

h2.medium,
.h2.medium {
    font-size: 44px;
}

h2.small,
.h2.small {
    font-size: 40px;
    line-height: 1.1;
}

@media (max-width: 575px) {
    h2.small,
    .h2.small {
        font-size: 30px;
    }
}

h2.x-small,
.h2.x-small {
    font-size: 32px;
    line-height: 1.25;
}

h3,
.h3 {
    font-size: var(--bd-fs-h3);
    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;
    }
}

h3.medium,
.h3.medium {
    font-size: 32px;
}

h4,
.h4 {
    font-size: var(--bd-fs-h4);
    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.medium,
.h4.medium {
    font-size: 28px;
}

h5,
.h5 {
    font-size: var(--bd-fs-h5);
    font-weight: var(--bd-fw-bold);
}

h5.small,
.h5.small {
    font-size: 20px;
}

@media (max-width: 575px) {
    h5,
    .h5 {
        font-size: 20px;
    }
}

h6,
.h6 {
    font-size: var(--bd-fs-h6);
    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-body-text);
    margin-bottom: 30px;
    line-height: 30px;
}

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,
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],
input[type=date],
input[type=file],
input[type=url],
select,
textarea {
    outline: none;
    background-color: transparent;
    height: 50px;
    width: 100%;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid var(--bd-border-primary);
    color: var(--bd-black);
    padding-inline-start: 16px;
    padding-inline-end: 16px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=file]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: var(--bd-primary);
}

input[type=file]::file-selector-button {
    font: var(--bd-ff-body);
    -webkit-appearance: button;
    margin-left: -17px;
    width: 115px;
    height: 50px;
    border: none;
    border-radius: 6px 0 0 6px;
    color: var(--bd-theme-black);
    cursor: pointer;
    padding: 0 30px 0 25px;
    font-size: 16px;
    font-weight: var(--bd-fw-medium);
}

textarea {
    line-height: 1.4;
    padding-top: 17px;
    padding-bottom: 17px;
    min-height: 150px;
}

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-primary);
    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-title);
    color: var(--bd-placeholder);
}

/*---------------------------------
	1.3 Default Spacing SCSS
---------------------------------*/
.section-space {
    padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

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

.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-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-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-medium-bottom {
    padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space-medium-bottom {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-medium-bottom {
        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-top {
    padding-top: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-small-top {
        padding-top: 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-large {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-space-top-large {
    padding-top: 150px;
}

.section-space-bottom-large {
    padding-bottom: 150px;
}

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

@media (max-width: 575px) {
    .section-title-space {
        margin-bottom: 40px;
    }
}

.section-space-margin {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space-margin {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

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

.section-space-margin-bottom {
    margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space-margin-bottom {
        margin-bottom: 80px;
    }
}

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

/*----------------------------------------*/
/*  2.1 accordion
/*----------------------------------------*/
.accordion-common-style .accordion-item {
    border-radius: 6px;
    color: var(--bd-theme-black);
    background-color: transparent;
    border: 1px solid var(--bd-border-primary);
}

.accordion-common-style .accordion-body {
    padding: 20px 30px 25px;
    font-size: 16px;
    color: var(--bd-theme-black);
    background-color: var(--bd-bg-primary);
    border-top: 1px solid var(--bd-border-primary);
    border-radius: 0 0 6px 6px;
}

.accordion-common-style .accordion-button-title p {
    font-size: 14px;
    color: var(--bd-text-muted);
}

.accordion-common-style.accordion-transparent .accordion-button {
    background-color: transparent;
    color: var(--bd-primary);
}

.accordion-common-style.accordion-transparent .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--bd-primary);
}

.accordion-common-style.accordion-transparent .accordion-body {
    background-color: transparent;
}

.accordion-common-style.accordion-icon-left .accordion-button {
    padding-right: 0px !important;
    padding-left: 38px !important;
    border-radius: 0;
}

.according-info-i svg {
    fill: #FFF;
    width: 22px;
    fonts-size: 30px;
    height: 22px;
}

.accordion-common-style.accordion-icon-left .accordion-button::before {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-inline-start: auto;
    content: "+";
    font-family: var(--ff-fontawesome);
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    inset-inline-start: 0;
    top: 32px;
    transform: translateY(-50%);
    background-image: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.accordion-common-style.accordion-icon-left .accordion-button:not(.collapsed)::before {
    content: "\f068";
    font-family: var(--ff-fontawesome);
}

.accordion-common-style.accordion-icon-left .accordion-button::after {
    display: none;
}

.accordion-common-style.accordion-icon-left .accordion-button:not(.collapsed)::after {
    display: none;
}

.accordion-common-style.accordion-item-margin .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.accordion-common-style.accordion-style-one .accordion-item {
    margin-bottom: 20px;
    overflow: inherit;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-shadow: 0 0 20px 0 rgba(111, 111, 111, 0.15);
    box-shadow: 0 0 20px 0 rgba(111, 111, 111, 0.15);
}

.accordion-common-style.accordion-style-one .accordion-button::after {
    content: "\f105";
    font-family: var(--ff-fontawesome);
    transform: translateY(-50%);
}

.accordion-common-style.accordion-style-one .accordion-button:not(.collapsed)::after {
    content: "\f107";
    font-family: var(--ff-fontawesome);
}

.accordion-common-style.accordion-style-one .accordion-body {
    border-top: none;
    padding: 0px 30px 25px;
}

.accordion-common-style.accordion-style-two .accordion-item {
    border: none;
    box-shadow: inset 0px 0px 30px #00000015;
    border-radius: 0;
    margin-top: 10px;
    border-radius: 10px;
}

.accordion-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.accordion-content svg {
    font-size: 30px
}

.accordion-title {
    color: var(--bd-primary);
    font-size: 22px;
    text-align: right;
}

.accordion-desc {
    color: #444;
    text-align: right;
}

@media (max-width: 435px) {
    .accordion-title {
        font-size: 18px;
    }

    .accordion-desc {
        font-size: 14px;
    }
}

@media (max-width: 385px) {
    .accordion-title {
        font-size: 14px;
    }

    .accordion-desc {
        font-size: 12px;
    }
}

@media (max-width: 355px) {
    .accordion-content svg {
        font-size: 22px
    }

    .accordion-title {
        font-size: 15px;
    }

    .accordion-desc {
        font-size: 13px;
    }
}

.accordion-common-style.accordion-style-two .accordion-item:not(:last-child) {
    border-bottom: 1px solid var(--bd-border-primary);
}

.accordion-common-style.accordion-style-two .accordion-button {
    padding: 20px 0;
    margin-bottom: 0;
    padding-right: 38px;
}

.accordion-common-style.accordion-style-two .accordion-button span {
    width: auto;
    padding-right: 15px;
}

.accordion-common-style.accordion-style-two .accordion-body {
    padding: 0 0 25px;
    border-top: none;
    justify-content: center;
    display: flex;
    border-top: 1px #ebebeb solid;
    padding-top: 10px;
    width: 95%;
    margin: auto;
}

.accordion-common-style.accordion-sl-number {
    counter-reset: count;
    overflow: hidden;
}

.accordion-common-style.accordion-sl-number .accordion-button {
    padding-right: 0px;
    padding-left: 60px;
    position: relative;
    border-radius: 0;
}

.accordion-common-style.accordion-sl-number .accordion-button::before {
    position: absolute;
    content: "";
    inset-inline-start: -15px;
    top: 50%;
    font-size: 48px;
    font-weight: 600;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 500ms ease;
    display: inline-block;
    color: var(--bd-primary);
    -webkit-text-stroke: 2px transparent;
    line-height: 1;
    transform: translateY(-50%);
    z-index: 10;
}

.accordion-common-style.accordion-sl-number .accordion-button::after {
    display: none;
}

.accordion-common-style.accordion-sl-number .accordion-button:not(.collapsed)::after {
    display: none;
}

.accordion-common-style.accordion-sl-number .accordion-button.collapsed::before {
    color: transparent;
    -webkit-text-stroke: 2px var(--bd-primary);
}

.accordion-common-style.accordion-sl-number .accordion-body {
    padding: 20px 60px 25px;
}

.accordion-common-style.accordion-bg .accordion-item {
    border: none;
}

.accordion-common-style.accordion-bg .accordion-button {
    color: var(--bd-theme-black);
    background-color: var(--bd-bg-primary);
    border-radius: 6px !important;
}

.accordion-common-style.accordion-bg .accordion-body {
    color: var(--bd-body-text);
    background-color: transparent;
    border-top: 1px solid var(--bd-border-primary);
    border: none;
}

.accordion-common-style.accordion-bg.accordion-theme-bg .accordion-button {
    color: var(--bd-white);
    background-color: var(--bd-primary);
}

.accordion-common-style .accordion-button {
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    color: var(--bd-theme-black);
    background-color: var(--bd-bg-primary);
    border-bottom: 0 none;
    box-shadow: none;
    padding: 20px 30px;
    margin-bottom: 0;
    padding-right: 38px;
}

@media (max-width: 450px) {
    .accordion-common-style .accordion-button {
        padding: 20px 20px;
        padding-right: 60px;
    }
}

.accordion-common-style .accordion-button span {
    color: var(--bd-primary);
    min-width: 35px;
    padding-right: 15px;
    display: inline-block;
}

.accordion-common-style .accordion-button span i {
    color: var(--bd-theme-black);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: var(--bd-bg-primary);
    border-radius: 50%;
    font-size: 29px;
}

.accordion-common-style .accordion-button:not(.collapsed) {
    color: var(--bd-theme-black);
    background-color: var(--bd-bg-primary);
    box-shadow: none;
    border-radius: 6px 6px 0 0 !important;
}

.accordion-common-style .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.accordion-common-style .accordion-button::after {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    height: auto;
    border-radius: 50%;
    margin-inline-start: auto;
    content: "\f107";
    font-family: var(--ff-fontawesome);
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    inset-inline-end: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-image: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.accordion-common-style .accordion-button:not(.collapsed)::after {
    content: "\f106";
    font-family: var(--ff-fontawesome);
}

/*----------------------------------------*/
/*  2.2 advertise
/*----------------------------------------*/
.bd-add-box {
    padding: 20px 30px 30px;
    border: 1px solid var(--bd-border-primary);
    border-radius: 6px;
}

.bd-add-box-top {
    margin-bottom: 20px;
}

.bd-add-box-title {
    margin-bottom: 5px;
}

.bd-add-box-brand {
    margin-bottom: 25px;
}

.bd-add-box-brand ul {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.bd-add-box-brand ul li {
    list-style: none;
    max-width: 150px;
    height: 25px;
}

.bd-add-box-brand ul li img {
    width: 100%;
    height: 100%;
}

.bd-add-box-bottom .bd-btn {
    padding: 0 17px;
}

/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes shine {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes btnMarqueeTextX {
    100% {
        transform: translateX(-200%);
    }
}

@keyframes btnMarqueeTextX {
    100% {
        transform: translateX(-200%);
    }
}

@-webkit-keyframes btnMarqueeTextY {
    100% {
        transform: translateY(-200%);
    }
}

@keyframes btnMarqueeTextY {
    100% {
        transform: translateY(-200%);
    }
}

@-webkit-keyframes pulse-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(7, 161, 105, 0.5);
        box-shadow: 0 0 0 0 rgba(7, 161, 105, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(7, 161, 105, 0);
        box-shadow: 0 0 0 45px rgba(7, 161, 105, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(7, 161, 105, 0);
        box-shadow: 0 0 0 0 rgba(7, 161, 105, 0);
    }
}

@keyframes pulse-secondary {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(251, 140, 0, 0.5);
        box-shadow: 0 0 0 0 rgba(251, 140, 0, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(251, 140, 0, 0);
        box-shadow: 0 0 0 45px rgba(251, 140, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(251, 140, 0, 0);
        box-shadow: 0 0 0 0 rgba(251, 140, 0, 0);
    }
}

@keyframes white-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse-danger {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 45px rgba(255, 0, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

.pulse-white {
    animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* image-radius-anim */
@keyframes image-radius-anim {
    0% {
        -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
        -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
        border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    }
    100% {
        -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
        -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
        border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    }
}

/* KidsBounce */
@keyframes KidsBounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-25px);
    }
}

/* KidsBounceTwo */
@keyframes KidsBounceTwo {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-35px);
    }
}

/* Animate Play */
.animate-play {
    position: relative;
    z-index: 5;
}

.animate-play::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgb(134, 134, 134);
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    animation-name: popupBtn;
    animation-duration: 1.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: -1;
}

.animate-play::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgb(134, 134, 134);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 0;
    animation-name: popupBtn;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: -1;
}

@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.3;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(1.01);
        opacity: 1;
    }
    75% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(2.3);
        transform: scale(2.3);
        opacity: 0;
    }
}

@keyframes slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes iconBounce {
    0% {
        animation-timing-function: ease-in;
        opacity: 1;
        transform: translateY(-25px);
    }
    24% {
        opacity: 1;
    }
    40% {
        animation-timing-function: ease-in;
        transform: translateY(-24px);
    }
    65% {
        animation-timing-function: ease-in;
        transform: translateY(-12px);
    }
    82% {
        animation-timing-function: ease-in;
        transform: translateY(-6px);
    }
    93% {
        animation-timing-function: ease-in;
        transform: translateY(-4px);
    }
    25%, 55%, 75%, 87% {
        animation-timing-function: ease-out;
        transform: translateY(0px);
    }
    100% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0px);
    }
}

.line-dash {
    stroke-dasharray: 4;
    stroke-dashoffset: 350;
    -webkit-animation: line-dash 30s linear backwards alternate-reverse infinite;
    animation: line-dash 30s linear backwards alternate-reverse infinite;
}

@keyframes line-dash {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes planeRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100px);
    }
}

@keyframes scaleZeroOne {
    0% {
        transform: scale(0.6);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes stoneSlide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100px);
    }
}

@-moz-keyframes badgeSpin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes badgeSpin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes badgeSpin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes plane3Scale {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes rotate-infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-ms-keyframes rotate-infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Right To Left */
@keyframes right-2-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-20px);
    }
}

.upDown {
    animation: upDown 1.3S infinite alternate;
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes animation-upDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-40px);
    }
}

.spin {
    animation: spin 15s linear infinite;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@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);
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
    }
}

@-moz-keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
    }
}

@-ms-keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
    }
}

@keyframes bubble {
    0% {
        -webkit-transform: rotate(0deg) translateX(-50px);
        -moz-transform: rotate(0deg) translateX(-50px);
        -ms-transform: rotate(0deg) translateX(-50px);
        transform: rotate(0deg) translateX(-50px);
    }
    100% {
        -webkit-transform: rotate(360deg) translateY(100px);
        -moz-transform: rotate(360deg) translateY(100px);
        -ms-transform: rotate(360deg) translateY(100px);
        transform: rotate(360deg) translateY(100px);
    }
}

@-webkit-keyframes leftright {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@-moz-keyframes leftright {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@-ms-keyframes leftright {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes leftright {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes bounce {
    0%, 10%, 100%, 20%, 50%, 80% {
        transform: translateX(0);
    }
    40%, 60% {
        transform: translateX(-15px);
    }
}

@keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
    }
}

@-moz-keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
    }
}

@-ms-keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
    }
}

@keyframes pulse-blur {
    from, to {
        scale: 1;
        filter: blur(0px);
    }
    50% {
        scale: 1.05;
        filter: blur(2px);
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: inherit;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

.cd-headline.clip span {
    display: inline-block;
    transition: none;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    top: 0;
    right: 0;
    width: 2px;
    content: "";
    height: 100%;
    position: absolute;
    background-color: var(--bd-secondary);
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

@keyframes line1 {
    0% {
        top: 0px;
        opacity: 1;
    }
    50% {
        top: 50%;
    }
    100% {
        top: 100%;
        opacity: 1;
    }
}

@keyframes line2 {
    0% {
        opacity: 1;
        bottom: 0px;
    }
    50% {
        bottom: 50%;
    }
    100% {
        bottom: 100%;
        opacity: 1;
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(7px);
        -moz-transform: translateX(7px);
        -ms-transform: translateX(7px);
        -o-transform: translateX(7px);
        transform: translateX(7px);
    }
}

@-moz-keyframes scroll {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(7px);
        -moz-transform: translateX(7px);
        -ms-transform: translateX(7px);
        -o-transform: translateX(7px);
        transform: translateX(7px);
    }
}

@-ms-keyframes scroll {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(7px);
        -moz-transform: translateX(7px);
        -ms-transform: translateX(7px);
        -o-transform: translateX(7px);
        transform: translateX(7px);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(7px);
        -moz-transform: translateX(7px);
        -ms-transform: translateX(7px);
        -o-transform: translateX(7px);
        transform: translateX(7px);
    }
}

@keyframes bannerAnimationOne {
    0% {
        transform: translate(0px, 0px);
    }
    20% {
        transform: translate(20px, -5px);
    }
    40% {
        transform: translate(50px, 20px);
    }
    60% {
        transform: translate(20px, 50px);
    }
    80% {
        transform: translate(-20px, 30px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes about-text {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes about-text {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-ms-keyframes about-text {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes about-text {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes treeMove {
    0%, 100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%, 75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }
    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

@keyframes bounceSlide {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.bounce-slide {
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: bounceSlide;
}

@-webkit-keyframes bdtranslate {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-moz-keyframes bdtranslate {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-ms-keyframes bdtranslate {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes bdtranslate {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.5);
    }
}

@-webkit-keyframes bdswing {
    0% {
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    100% {
        -webkit-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
}

@-moz-keyframes bdswing {
    0% {
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    100% {
        -webkit-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
}

@-ms-keyframes bdswing {
    0% {
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    100% {
        -webkit-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
}

@keyframes bdswing {
    0% {
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    100% {
        -webkit-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
}

@keyframes shape-rote {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes scaleUp {
    0% {
        transform: scale(0.7);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes wave {
    0% {
        margin-inline-start: 0;
    }
    100% {
        margin-inline-start: -1600px;
    }
}

/*----------------------------------------*/
/*  2.4 Avatar
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.5 Background
/*----------------------------------------*/
.bd-noise-bg {
    position: relative;
    z-index: 5;
}

.bd-noise-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg/theme-1-bg.webp);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.theme-bg {
    background-color: #4a1155;
}

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

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

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

.full-black-bg {
    background-color: var(--bd-black);
}

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

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

.secondary-bg-05 {
    background-color: var(--secondary-rgb-05);
}

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

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

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

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

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

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

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

.gradient-bg {
    background: linear-gradient(92.77deg, rgba(7, 161, 105, 0.15) 1.33%, rgba(251, 140, 0, 0.15) 129.72%) !important;
}

.bd-kinder-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: luminosity;
    opacity: 0.05;
    z-index: -1;
}

.bd-kinder-bg-overlay::before {
    content: "";
    height: 50%;
    width: 84%;
    position: absolute;
    top: 0;
    inset-inline-start: 8%;
    background: linear-gradient(180.87deg, var(--bd-primary) 0.69%, rgba(17, 161, 145, 0) 96.75%);
    z-index: -1;
}

/*----------------------------------------*/
/*  2.6 Back to top
/*----------------------------------------*/
.whatsapp {
    position: fixed;
    bottom: 30px;
    left: 30px;
    padding: 10px;
    background-color: #00db22;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    direction: ltr;
    padding: 10px;
    z-index: 9999999999999;
}

.whatsapp h4 {
    font-size: 17px;
    color: #FFF;
}

.whatsapp i {
    color: #FFF;
    font-size: 40px;
}

.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(--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.7 Badge
/*----------------------------------------*/
.bd-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.8rem;
    white-space: nowrap;
    background-color: var(--bd-primary);
    color: var(--bd-white);
    font-weight: var(--bd-fw-medium);
    font-size: 14px;
    letter-spacing: 0.02rem;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.bd-badge img {
    width: 30px;
    height: 30px;
    margin-inline-end: 5px;
    border-radius: 50px;
}

.bd-badge.large {
    padding: 5px 10px;
    font-size: 16px;
}

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

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

.badge-success {
    background-color: var(--bd-success);
}

.badge-warning {
    background-color: var(--bd-warning);
}

.badge-danger {
    background-color: var(--bd-danger);
}

.badge-info {
    background-color: var(--bd-info);
}

.badge-light {
    color: var(--bd-theme-black);
    background-color: var(--bd-light);
}

.badge-dark {
    color: var(--bd-white);
    background-color: var(--bd-theme-black);
}

.badge-outline-primary {
    border: 1px solid var(--bd-border-primary);
}

.badge-outline-primary:hover {
    color: var(--bd-white);
    background-color: var(--bd-primary);
    border-color: var(--bd-primary);
}

.badge-outline-secondary {
    border: 1px solid var(--bd-secondary);
}

.badge-outline-secondary:hover {
    color: var(--bd-white);
    background-color: var(--bd-secondary);
    border-color: var(--bd-secondary);
}

.badge-outline-success {
    border: 1px solid var(--bd-success);
}

.badge-outline-success:hover {
    color: var(--bd-white);
    background-color: var(--bd-success);
    border-color: var(--bd-success);
}

.badge-outline-warning {
    border: 1px solid var(--bd-warning);
}

.badge-outline-warning:hover {
    color: var(--bd-white);
    background-color: var(--bd-warning);
    border-color: var(--bd-warning);
}

.badge-outline-danger {
    border: 1px solid var(--bd-danger);
}

.badge-outline-danger:hover {
    color: var(--bd-white);
    background-color: var(--bd-danger);
    border-color: var(--bd-danger);
}

.badge-outline-info {
    border: 1px solid var(--bd-info);
}

.badge-outline-info:hover {
    color: var(--bd-white);
    background-color: var(--bd-info);
    border-color: var(--bd-info);
}

.badge-outline-light {
    color: var(--bd-theme-black);
    border: 1px solid var(--bd-light);
}

.badge-outline-light:hover {
    color: var(--bd-white);
    background-color: var(--bd-primary);
    border-color: var(--bd-primary);
}

.badge-outline-dark {
    border: 1px solid var(--bd-theme-black);
}

.badge-outline-dark:hover {
    color: var(--bd-white);
    background-color: var(--bd-theme-black);
    border-color: var(--bd-theme-black);
}

.badge-transparent {
    color: var(--bd-theme-black);
    background-color: transparent;
}

.bd-circle-badge {
    display: inline-flex;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 600;
    color: var(--bd-white);
    text-align: center;
    line-height: 1;
}

.bd-circle-badge.primary {
    background-color: var(--bd-primary);
}

.bd-circle-badge.secondary {
    background-color: var(--bd-secondary);
}

.bd-circle-badge.success {
    background-color: var(--bd-success);
}

.bd-circle-badge.warning {
    background-color: var(--bd-warning);
}

.bd-circle-badge.danger {
    background-color: var(--bd-danger);
}

.bd-circle-badge.info {
    background-color: var(--bd-info);
}

.bd-circle-badge.light {
    color: var(--bd-theme-black);
    background-color: var(--bd-light);
}

.bd-circle-badge.dark {
    color: var(--bd-white);
    background-color: var(--bd-theme-black);
}

.bd-circle-badge.white {
    color: var(--bd-theme-black);
    background-color: var(--bd-white);
}

/*----------------------------------------*/
/*  2.9 Breadcrumb
/*----------------------------------------*/
.bd-breadcrumb {
    position: relative;
    z-index: 15;
    min-height: 450px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-breadcrumb {
        min-height: 350px;
    }
}

.bd-breadcrumb.style-two {
    min-height: 300px;
}

.bd-breadcrumb.style-two .bd-breadcrumb-title {
    color: var(--bd-theme-black);
}

.bd-breadcrumb-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    z-index: 2;
}

.bd-breadcrumb-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(7, 161, 105, 0.6) 0%, rgba(255, 255, 255, 0) 50%);
}

@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-bg::before {
        background-color: var(--bd-theme-black);
        opacity: 0.5;
    }
}

.bd-breadcrumb-bg-two {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.bd-breadcrumb-bg.style-three::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: var(--bd-theme-black);
    opacity: 0.5;
}

.bd-breadcrumb-title {
    font-size: 54px;
    color: var(--bd-white);
    font-weight: var(--bd-fw-sbold);
    margin-bottom: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-breadcrumb-title {
        font-size: 36px;
    }
}

.bd-breadcrumb-shape .shape-1 {
    position: absolute;
    left: 60px;
    bottom: 50px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
    z-index: 2;
}

@media (max-width: 575px) {
    .bd-breadcrumb-shape .shape-1 {
        left: 10px;
        bottom: 20px;
        width: 50px;
    }
}

.bd-breadcrumb-shape .shape-2 {
    position: absolute;
    right: 450px;
    top: 40px;
    animation: scaleZeroOne 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
    z-index: 2;
}

.bd-breadcrumb-shape .shape-3 {
    position: absolute;
    right: 200px;
    top: 30px;
    animation: scaleZeroOne 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
    z-index: 2;
}

@media (max-width: 575px) {
    .bd-breadcrumb-shape .shape-3 {
        right: 30px;
        top: 30px;
        width: 50px;
    }
}

.bd-breadcrumb-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--bd-theme-black);
    margin-left: 30px;
    font-weight: var(--bd-fw-medium);
    font-size: 16px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-breadcrumb-list {
        align-items: start;
        justify-content: start;
    }
}

.bd-breadcrumb-list.has-white {
    color: var(--bd-white);
}

.bd-breadcrumb-list.has-white a {
    color: var(--bd-white);
}

.bd-breadcrumb-list.has-white a::before {
    color: var(--bd-white);
}

.bd-breadcrumb-list span a {
    transition: all 0.3s ease-in-out;
    position: relative;
}

.bd-breadcrumb-list span a::before {
    position: absolute;
    content: "\e932";
    font-family: var(--ff-icomoon);
    color: var(--bd-theme-black);
    inset-inline-start: -30px;
    top: 7px;
    transform: translateY(-50%);
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.bd-breadcrumb-list span a:hover {
    color: var(--bd-primary);
}

.bd-breadcrumb-list span a:hover::before {
    color: var(--bd-primary);
}

.bd-breadcrumb-list .divider {
    margin-top: 1px;
}

.bd-breadcrumb-list-two {
    display: flex;
    justify-content: center;
    gap: 30px;
    color: var(--bd-theme-black);
}

.bd-breadcrumb-list-two.has-white {
    color: var(--bd-white);
}

.bd-breadcrumb-list-two.has-white span::before {
    color: var(--bd-white);
}

.bd-breadcrumb-list-two span {
    position: relative;
}

.bd-breadcrumb-list-two span:not(:last-child)::before {
    position: absolute;
    content: "\f105";
    font-family: var(--ff-fontawesome);
    color: var(--bd-theme-black);
    inset-inline-end: -18px;
    top: 12px;
    transform: translateY(-50%);
    font-size: 14px;
}

.bd-breadcrumb-list-two span i {
    margin-inline-end: 10px;
}

.bd-breadcrumb-banner-area {
    min-height: 720px;
}

/* school breadcrumb area start */
.bd-school-breadcrumb-area {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.bd-school-breadcrumb-bg {
    height: 580px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bd-school-breadcrumb-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.bd-school-breadcrumb-subtitle {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--bd-white);
    background-color: rgba(7, 161, 105, 0.5);
    padding: 0 10px;
    border-radius: 50px;
    display: inline-flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.bd-school-breadcrumb-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* school breadcrumb area end */
/* course breadcrumb */
.bd-course-breadcrumb-area {
    background-color: rgba(7, 161, 105, 0.05);
}

.bd-course-breadcrumb-description {
    color: var(--bd-theme-black);
}

/* course breadcrumb end */
/* Quran breadcrumb css */
.bd-quran-breadcrumb-wrapper {
    display: grid;
    grid-template-columns: auto 55%;
    align-items: center;
    height: 805px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-quran-breadcrumb-wrapper {
        height: 595px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-quran-breadcrumb-wrapper {
        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-quran-breadcrumb-wrapper {
        grid-template-columns: auto;
        height: 100%;
    }
}

.bd-quran-breadcrumb-content {
    padding: 30px 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-quran-breadcrumb-content {
        padding: 30px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-quran-breadcrumb-content {
        padding: 60px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-quran-breadcrumb-content {
        padding: 65px 15px;
    }
}

.bd-quran-breadcrumb-title {
    color: var(--bd-white);
    font-size: 56px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-quran-breadcrumb-title {
        font-size: 42px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-quran-breadcrumb-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
}

.bd-quran-breadcrumb-thumb {
    height: 100%;
}

.bd-quran-breadcrumb-subtile {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--bd-white);
    background-color: var(--bd-secondary);
    margin-bottom: 10px;
    padding: 3px 15px 3px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    letter-spacing: 2px;
}

.bd-quran-breadcrumb-desc {
    color: rgba(255, 255, 255, 0.7);
}

.bd-quran-breadcrumb-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Quran breadcrumb css end */
/* blog details breadcrumb */
.bd-blog-details-breadcrumb-bg {
    position: relative;
    z-index: 1;
    background-color: var(--primary-rgb-05);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.bd-blog-details-breadcrumb-tag {
    margin-bottom: 12px;
}

.bd-blog-details-breadcrumb-title {
    margin-bottom: 21px;
}

.bd-blog-details-breadcrumb-meta {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px 0;
}

.inner-shape-dots {
    position: absolute;
    left: 100px;
    top: 175px;
    animation: updown-three 2.5s linear 0s infinite alternate;
    z-index: -1;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .inner-shape-dots {
        left: 10px;
    }
}

@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) {
    .inner-shape-dots {
        display: none;
    }
}

@keyframes updown-three {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* blog details breadcrumb end */
.bd-dashboard-breadcrumb-bg {
    min-height: 360px;
    border-radius: 12px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-dashboard-breadcrumb-bg {
        min-height: 370px;
    }
}

@media (max-width: 575px) {
    .bd-dashboard-breadcrumb-bg {
        min-height: 520px;
    }
}

.bd-rank-badge {
    position: absolute;
    left: 110px;
    top: -40px;
}

@media (max-width: 575px) {
    .bd-rank-badge {
        right: 70px;
        left: auto;
        top: -30px;
    }
}

.bd-rank-badge .badge-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.bd-rank-badge .badge-content .icon {
    display: block;
    color: var(--bd-theme-black);
    line-height: 1;
}

.bd-rank-badge .badge-content .number {
    font-size: 20px;
    color: var(--bd-theme-black);
    line-height: 1;
    display: flex;
    align-items: end;
    gap: 3px;
    margin-bottom: 3px;
}

.bd-rank-badge .badge-content .number .sub {
    font-size: 14px;
}

/* elements breadcrumb area start */
.bd-elements-breadcrumb-area {
    padding-top: 30px;
    padding-bottom: 30px;
}

.bd-elements-breadcrumb-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bd-elements-breadcrumb-title {
    color: var(--bd-theme-black);
    font-weight: var(--bd-fw-sbold);
    margin-bottom: 15px;
}

/* elements breadcrumb area end */
/*----------------------------------------*/
/*  2.8 brand
/*----------------------------------------*/
.bd-partner-bg {
    position: relative;
    z-index: 5;
}

.bd-partner-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(../images/bg/world-map.webp);
    background-size: cover;
    z-index: -1;
}

@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-partner-bg::before {
        width: 100%;
    }
}

.bd-brand-wrapper.style-one .bd-brand-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bd-brand-wrapper.style-one .bd-brand-item {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--bd-border-primary);
    transition: all 0.3s linear;
    padding: 15px 15px;
}

.bd-brand-wrapper.style-one .bd-brand-item:nth-child(1) {
    border-width: 1px 0px 0px 1px;
}

.bd-brand-wrapper.style-one .bd-brand-item:nth-child(2) {
    border-width: 1px 0px 0px 1px;
}

.bd-brand-wrapper.style-one .bd-brand-item:nth-child(3) {
    border-width: 1px 0px 0px 1px;
}

.bd-brand-wrapper.style-one .bd-brand-item:nth-child(4) {
    border-width: 1px 1px 1px 1px;
}

.bd-brand-wrapper.style-one .bd-brand-item:nth-child(5) {
    border-width: 1px 0px 1px 1px;
}

.bd-brand-wrapper.style-one .bd-brand-item:nth-child(6) {
    border-width: 1px 0px 1px 1px;
}

.bd-brand-wrapper.style-one .bd-brand-item:nth-child(7) {
    border-width: 1px 0px 1px 1px;
}

.bd-brand-wrapper.style-one .bd-brand-item:nth-child(8) {
    border-width: 0px 1px 1px 1px;
}

.bd-brand-wrapper.style-one .bd-brand-item:nth-child(8) {
    border-width: 0px 1px 1px 1px;
}

.bd-brand-wrapper.style-one .bd-brand-item:hover {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}

.bd-brand-wrapper.style-two .bd-brand-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bd-brand-wrapper.style-two .bd-brand-box.has-border .bd-brand-item:not(:last-child) {
    border-right: 1px solid var(--bd-border-primary);
}

.bd-brand-wrapper.style-three .bd-brand-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-brand-wrapper.style-three .bd-brand-box {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-three .bd-brand-box {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .bd-brand-wrapper.style-three .bd-brand-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bd-brand-wrapper.style-three .bd-brand-item {
    background: var(--bd-white);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    padding: 15px;
    border-radius: 6px;
    width: 150px;
    height: 150px;
    transition: 0.4s;
}

.bd-brand-wrapper.style-three .bd-brand-item:hover {
    box-shadow: 0 10px 45px 0 rgba(0, 0, 0, 0.1);
}

.bd-brand-wrapper.style-four .bd-brand-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.bd-brand-wrapper.style-five .bd-brand-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.bd-brand-wrapper.style-five .bd-brand-item {
    border: 1px solid var(--bd-border-primary);
    transition: all 0.3s linear;
    padding: 15px 15px;
    text-align: center;
}

.bd-brand-wrapper.style-five .bd-brand-item:hover {
    box-shadow: 0 10px 50px 0 rgba(26, 46, 85, 0.1);
    background-color: var(--bd-white);
}

.bd-brand-wrapper.style-five .bd-brand-item:first-child {
    border-width: 0;
}

@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:first-child {
        border-width: 0 0 1px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:first-child {
        border-width: 0;
    }
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(2) {
    border-width: 0 0 0 1px;
}

@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(2) {
        border-width: 0 0 1px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(2) {
        border-width: 0 0 0 1px;
    }
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(3) {
    border-width: 0 1px 0 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(3) {
        border-width: 1px 0 0 0;
    }
}

@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(3) {
        border-width: 0 0 1px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(3) {
        border-width: 1px 0 0 0;
    }
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(4) {
    border-width: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(4) {
        border-width: 1px 0 0 1px;
    }
}

@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(4) {
        border-width: 0 0 1px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(4) {
        border-width: 1px 0 0 1px;
    }
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(5) {
    border-width: 1px 0 0 0;
}

@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(5) {
        border-width: 0 0 1px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(5) {
        border-width: 1px 0 0 0;
    }
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(6) {
    border-width: 1px 0 0 1px;
}

@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(6) {
        border-width: 0 0 1px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(6) {
        border-width: 1px 0 0 1px;
    }
}

.bd-brand-wrapper.style-five .bd-brand-item:nth-child(7) {
    border-width: 1px 1px 0 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(7) {
        border-width: 1px 0 0 0;
    }
}

@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(7) {
        border-width: 0 0 1px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:nth-child(7) {
        border-width: 1px 0 0 0;
    }
}

.bd-brand-wrapper.style-five .bd-brand-item:last-child {
    border-width: 1px 0 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-brand-wrapper.style-five .bd-brand-item:last-child {
        border-width: 1px 0 0 1px;
    }
}

@media (max-width: 575px) {
    .bd-brand-wrapper.style-five .bd-brand-item:last-child {
        border-width: 0 0 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-brand-wrapper.style-five .bd-brand-item:last-child {
        border-width: 1px 0 0 1px;
    }
}

.bd-brand-wrapper.style-six {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.bd-brand-section-wrapper.has-margin {
    margin-right: 50px;
}

.brand-filter-bg {
    background-color: var(--bd-white);
    filter: drop-shadow(0px -1px 14px rgba(0, 0, 0, 0.15));
}

.bd-partner-area-bg {
    background-color: var(--bd-bg-primary);
    padding: 50px 0;
    border-radius: 16px;
}

/*----------------------------------------*/
/*  2.10 Buttons
/*----------------------------------------*/
.btn-flex {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.bd-elements-btn-name {
    margin-top: 15px;
}

.bd-btn {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--bd-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    height: 50px;
    transition: all 0.3s linear;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    white-space: nowrap;
}

.bd-btn.btn-very-small {
    padding: 0 20px;
    height: 36px;
    font-size: 14px;
}

.bd-btn.btn-small {
    padding: 0 26px;
    height: 40px;
}

.bd-btn.btn-medium {
    padding: 0 30px;
    height: 56px;
}

.bd-btn.btn-large {
    padding: 0 34px;
    height: 60px;
    font-size: 20px;
}

.bd-btn.btn-extra-large {
    padding: 0 46px;
    height: 76px;
    font-size: 24px;
}

.bd-btn .left-icon {
    margin-right: 10px;
}

.bd-btn .right-icon {
    margin-left: 10px;
}

.bd-btn:hover .fa-spinner {
    animation-name: fa-spin;
    animation-duration: var(--fa-animation-duration, 5s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear);
    animation-direction: alternate;
}

.bd-btn .thumb {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.bd-btn-icon {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--bd-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    width: 50px;
    height: 50px;
}

.bd-btn-icon.btn-very-small {
    font-size: 16px;
    width: 36px;
    height: 36px;
}

.bd-btn-icon.btn-small {
    font-size: 18px;
    width: 44px;
    height: 44px;
}

.bd-btn-icon.btn-medium {
    font-size: 19px;
    width: 56px;
    height: 56px;
}

.bd-btn-icon.btn-large {
    font-size: 26px;
    width: 60px;
    height: 60px;
}

.bd-btn-icon.btn-extra-large {
    font-size: 30px;
    width: 72px;
    height: 72px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-border-primary:hover {
    color: var(--bd-primary);
    border-color: var(--bd-primary);
    background-color: transparent;
}

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

.btn-outline-border-secondary:hover {
    color: var(--bd-secondary);
    border-color: var(--bd-secondary);
    background-color: transparent;
}

.btn-outline-border-secondary.h-white:hover {
    color: var(--bd-white);
    border-color: var(--bd-white);
    background-color: transparent;
}

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

.btn-outline-border-success:hover {
    color: var(--bd-success);
    border-color: var(--bd-success);
    background-color: transparent;
}

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

.btn-outline-border-warning:hover {
    color: var(--bd-warning);
    border-color: var(--bd-warning);
    background-color: transparent;
}

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

.btn-outline-border-danger:hover {
    color: var(--bd-danger);
    border-color: var(--bd-danger);
    background-color: transparent;
}

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

.btn-outline-border-info:hover {
    color: var(--bd-info);
    border-color: var(--bd-info);
    background-color: transparent;
}

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

.btn-outline-border-light:hover {
    color: var(--bd-light);
    border-color: var(--bd-light);
    background-color: transparent;
}

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

.btn-outline-border-dark:hover {
    color: var(--bd-theme-black);
    border-color: var(--bd-theme-black);
    background-color: transparent;
}

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

.btn-outline-border-white:hover {
    color: var(--bd-white);
    border-color: var(--bd-white);
    background-color: transparent;
}

.btn-gradient-primary {
    background-image: linear-gradient(to right, #5758df, #f77991, #5758df);
    background-size: 200% auto;
}

.btn-gradient-primary:hover {
    color: var(--bd-white);
    background-position: right center;
}

.btn-gradient-sky-blue-pink {
    background-image: linear-gradient(to right, #7ec8e3, #f77991, #7ec8e3);
    background-size: 200% auto;
}

.btn-gradient-sky-blue-pink:hover {
    color: var(--bd-white);
    background-position: right center;
}

.btn-gradient-purple-pink {
    background-image: linear-gradient(to right, #8b14b1, #d53d6e, #8b14b1);
    background-size: 200% auto;
}

.btn-gradient-purple-pink:hover {
    color: var(--bd-white);
    background-position: right center;
}

.btn-gradient-fast-pink-light-yellow {
    background-image: linear-gradient(to right, #f7567f, #ffba83, #f7567f);
    background-size: 200% auto;
}

.btn-gradient-fast-pink-light-yellow:hover {
    color: var(--bd-white);
    background-position: right center;
}

.btn-gradient-pink-orange {
    background-image: linear-gradient(to right, #de347f, #ff7b3c, #de347f);
    background-size: 200% auto;
}

.btn-gradient-pink-orange:hover {
    color: var(--bd-white);
    background-position: right center;
}

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

.btn-gradient-fast-blue-purple:hover {
    color: var(--bd-white);
    background-position: right center;
}

.btn-gradient-green-lime {
    background-image: linear-gradient(to right, #28a745, #a3e635, #28a745);
    background-size: 200% auto;
}

.btn-gradient-green-lime:hover {
    color: var(--bd-white);
    background-position: right center;
}

.bd-marquee-btn {
    overflow: hidden;
    background: var(--bd-primary);
    color: var(--bd-white);
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.bd-marquee-btn span {
    display: inline-flex;
    position: relative;
    z-index: 3;
    line-height: 1.2;
}

.bd-marquee-btn span::after {
    content: attr(data-text);
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}

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

.bd-marquee-btn:hover span {
    animation: btnMarqueeTextX 2s linear infinite;
}

.bd-marquee-btn:hover.marquee-text-y span {
    animation: btnMarqueeTextY 0.5s linear infinite;
}

.bd-marquee-btn.marquee-text-y span::after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 100%);
}

.bd-marquee-btn.marquee-text-auto span {
    animation: btnMarqueeTextX 2s linear infinite;
}

/* Modern button */
.bd-modern-btn {
    position: relative;
    height: 50px;
    transition: all 0.2s ease;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
    color: var(--bd-theme-black);
}

.bd-modern-btn::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: var(--bd-primary);
    opacity: 0.3;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
    z-index: -1;
    transform: translateY(-50%);
}

.bd-modern-btn.square::before {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.bd-modern-btn .text {
    font-size: 16px;
    font-weight: var(--bd-fw-medium);
}

.bd-modern-btn i {
    transition: all 0.3s ease;
}

.bd-modern-btn:hover {
    color: var(--bd-white);
}

.bd-modern-btn:hover::before {
    width: 100%;
    background: var(--bd-primary);
    opacity: 1;
}

/* swipe button */
.bd-swipe-btn {
    position: relative;
    background-color: var(--bd-primary);
    width: 200px;
    height: 50px;
    color: var(--bd-white);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -o-border-radius: 60px;
    -ms-border-radius: 60px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    transition: 0.35s ease;
}

.bd-swipe-btn:hover {
    padding-left: 0;
    padding-right: 30px;
    color: var(--bd-theme-black);
    background-color: var(--bd-secondary);
}

.bd-swipe-btn:hover .bd-swipe-btn-icon {
    left: calc(100% - 55px);
    color: var(--bd-white);
    background-color: var(--bd-primary);
}

.bd-swipe-btn-icon {
    position: absolute;
    left: 5px;
    width: 50px;
    height: 50px;
    background-color: var(--bd-secondary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: 0.35s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bd-theme-black);
}

/* animated button */
.btn-hover-animation {
    background-color: transparent;
    border: 1px solid var(--bd-border-primary);
    color: var(--bd-theme-black);
}

.btn-hover-animation i {
    position: relative;
    margin-left: 6px;
}

.btn-hover-animation .btn-icon {
    display: inline-flex;
    align-items: center;
    margin-left: -24px;
}

.btn-hover-animation .btn-icon i {
    display: inline-block;
    opacity: 0;
    top: 0;
    transform: translateX(0.24px);
    transition: opacity 0.25s, transform 0.5s;
}

.btn-hover-animation.btn-icon-left .btn-icon {
    margin-right: -24px;
    margin-left: 0;
}

.btn-hover-animation.btn-icon-left .btn-icon i {
    transform: translateX(0.24px);
}

.btn-hover-animation.btn-icon-left .btn-text {
    margin-right: 0;
    margin-left: 0;
}

.btn-hover-animation.btn-icon-left:hover .btn-icon i {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.btn-hover-animation.btn-icon-left:hover .btn-text {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}

.btn-hover-animation .btn-text {
    margin-left: 0;
    position: relative;
    z-index: 3;
    transition: transform 0.5s;
}

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

.btn-hover-animation:hover .btn-text {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
}

.btn-hover-animation:hover .btn-icon i {
    opacity: 1;
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
}

.btn-hover-animation:hover.has-bg {
    color: var(--bd-theme-black);
    background-color: transparent;
    border: 1px solid var(--bd-theme-black);
}

.btn-hover-animation.has-bg {
    color: var(--bd-white);
    background-color: var(--bd-primary);
    border-color: var(--bd-primary);
}

.btn-hover-animation-switch {
    background-color: transparent;
    border: 1px solid var(--bd-border-primary);
    color: var(--bd-theme-black);
}

.btn-hover-animation-switch .btn-text {
    margin-left: -13px;
    position: relative;
    z-index: 3;
    transition: transform 0.6s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}

.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
    position: relative;
    transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
    transition-timing-function: ease, ease;
    transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
    line-height: 0;
    z-index: 3;
}

.btn-hover-animation-switch .btn-icon i {
    margin: 0;
    line-height: 0;
}

.btn-hover-animation-switch .btn-icon + .btn-icon {
    order: -2;
    opacity: 0;
    transition-delay: 0s;
    margin-left: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.btn-hover-animation-switch.btn-icon-left .btn-text {
    margin-right: -15px;
    margin-left: 0;
    position: relative;
    z-index: 3;
}

.btn-hover-animation-switch.btn-icon-left .btn-icon {
    opacity: 0;
    margin-left: 0;
    transition-delay: 0s;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.btn-hover-animation-switch.btn-icon-left .btn-icon + .btn-icon {
    opacity: 1;
    margin-left: 0;
    margin-right: 6px;
    transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
    transition-timing-function: ease, ease;
    transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.btn-hover-animation-switch.btn-icon-left:hover .btn-text {
    transition-delay: 0.1s;
    transform: translateX(-20px);
}

.btn-hover-animation-switch.btn-icon-left:hover .btn-icon {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 225ms;
}

.btn-hover-animation-switch.btn-icon-left:hover .btn-icon + .btn-icon {
    opacity: 0;
    transition-delay: 0s;
    transform: translateX(-10px);
}

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

.btn-hover-animation-switch:hover .btn-text {
    transition-delay: 0.1s;
    transform: translateX(23px);
}

.btn-hover-animation-switch:hover .btn-icon {
    transition-delay: 0s;
    transform: translateX(10px);
    opacity: 0;
}

.btn-hover-animation-switch:hover .btn-icon + .btn-icon {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 225ms;
}

.btn-hover-animation-switch:hover.has-bg {
    color: var(--bd-theme-black);
    background-color: transparent;
    border: 1px solid var(--bd-theme-black);
}

.btn-hover-animation-switch.has-bg {
    color: var(--bd-white);
    background-color: var(--bd-primary);
    border-color: var(--bd-primary);
}

.btn-switch-text {
    border: 1px solid var(--bd-border-primary);
    color: var(--bd-theme-black);
    background-color: transparent;
    font-size: 18px;
    font-weight: var(--bd-fw-medium);
}

.btn-switch-text > span {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.btn-switch-text .btn-double-text {
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: ease, ease;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.btn-switch-text .btn-double-text::before {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: opacity 0.5s, transform 0.8s;
    transition-timing-function: ease, ease;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.btn-switch-text i {
    position: relative;
    margin-left: 10px;
}

.btn-switch-text.left-icon i {
    margin-right: 10px;
    margin-left: 0;
}

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

.btn-switch-text:hover .btn-double-text {
    transform: translateY(-200%);
}

.btn-switch-text:hover .btn-double-text::before {
    transform: translate(-50%, 150%);
    opacity: 1;
}

.btn-switch-text:hover.has-bg {
    color: var(--bd-theme-black);
    background-color: transparent;
    border-color: var(--bd-primary);
}

.btn-switch-text.has-bg {
    color: var(--bd-white);
    background-color: var(--bd-primary);
    border-color: var(--bd-primary);
}

.bd-text-btn {
    color: var(--bd-theme-black);
    font-weight: var(--bd-fw-medium);
    font-size: 16px;
    gap: 8px;
    padding: 0;
    height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bd-text-btn .box-icon {
    overflow: hidden;
    position: relative;
    display: inline-flex;
    transition: all 0.3s ease-out 0s;
}

.bd-text-btn .box-icon:hover .first-icon {
    transform: translateX(150%);
}

.bd-text-btn .box-icon:hover.second-icon {
    transform: translateX(0%);
}

.bd-text-btn .second-icon {
    position: absolute;
    transform: translateX(-150%);
    transition: all 0.3s ease-out 0s;
}

.bd-text-btn .first-icon {
    transition: all 0.3s ease-out 0s;
}

.bd-text-btn:hover {
    color: var(--bd-primary);
}

.bd-text-btn:hover .first-icon {
    transform: translateX(150%);
}

.bd-text-btn:hover .second-icon {
    transform: translateX(0%);
}

.icon-text-btn {
    display: inline-block;
}

.icon-text-btn:hover a span {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    color: var(--bd-primary);
}

.icon-text-btn:hover a i {
    color: var(--bd-primary);
}

.icon-text-btn a {
    font-weight: 500;
    font-size: 16px;
    color: var(--bd-theme-black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
    overflow: hidden;
}

.icon-text-btn a span {
    margin-left: -80px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-family: var(--bd-ff-body);
}

.icon-text-btn a i {
    color: var(--bd-theme-black);
}

/* video btn */
.bd-video-btn {
    display: flex;
    align-items: center;
    gap: 0 16px;
    font-size: 16px;
    font-weight: 600;
    transition: var(--transition);
    color: var(--bd-primary);
}

.bd-video-btn .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: inline-flex;
    border: 2px solid var(--bd-primary);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--bd-primary);
    animation: pulse 2s linear infinite;
}

.bd-video-btn .icon i {
    transform: translateX(2px);
}

.bd-video-btn.has-bg .icon {
    background: var(--bd-primary);
    border: transparent;
    color: var(--bd-white);
}

.bd-video-btn.secondary {
    color: var(--bd-secondary);
}

.bd-video-btn.secondary .icon {
    border: 2px solid var(--bd-secondary);
    color: var(--bd-secondary);
    animation: pulse-secondary 2s linear infinite;
}

.bd-video-btn.danger {
    color: var(--bd-danger);
}

.bd-video-btn.danger .icon {
    border: 2px solid var(--bd-danger);
    color: var(--bd-danger);
    animation: pulse-danger 2s linear infinite;
}

.bd-video-btn:hover {
    color: var(--bd-secondary);
}

.bd-video-btn:hover .icon {
    animation: pulse-secondary 2s linear infinite;
    color: var(--bd-secondary);
    border-color: var(--bd-secondary);
}

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

.bd-video-btn:hover.secondary .icon {
    animation: white-pulse 2s linear infinite;
    color: var(--bd-white);
    border-color: var(--bd-white);
}

.bd-video-btn:hover.secondary.has-primary {
    color: var(--bd-primary);
}

.bd-video-btn:hover.secondary.has-primary .icon {
    animation: pulse 2s linear infinite;
    color: var(--bd-primary);
    border-color: var(--bd-primary);
}

.bd-video-btn:hover.danger {
    color: var(--bd-secondary);
}

.bd-video-btn:hover.danger .icon {
    animation: pulse-secondary 2s linear infinite;
    color: var(--bd-secondary);
    border-color: var(--bd-secondary);
}

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

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

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

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

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

.bd-seller-btn a:hover {
    color: var(--bd-primary);
}

.bd-seller-btn a:hover i {
    color: var(--bd-theme-black);
}

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

.bd-default-tooltip {
    color: var(--bd-white);
    transition: all 0.3s linear;
    border-radius: 100%;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bd-default-tooltip.view {
    color: var(--bd-primary);
    background: rgba(7, 161, 105, 0.15);
}

.bd-default-tooltip.view:hover {
    color: var(--bd-white);
    background-color: var(--bd-primary);
}

.bd-default-tooltip.edit {
    color: var(--bd-warning);
    background: rgba(255, 184, 0, 0.15);
}

.bd-default-tooltip.edit:hover {
    color: var(--bd-white);
    background-color: var(--bd-warning);
}

.bd-default-tooltip.delete {
    color: var(--bd-danger);
    background: rgba(255, 0, 51, 0.15);
}

.bd-default-tooltip.delete:hover {
    color: var(--bd-white);
    background-color: var(--bd-danger);
}

.bd-default-tooltip.reply {
    color: var(--bd-info);
    background: rgba(13, 202, 240, 0.15);
}

.bd-default-tooltip.reply:hover {
    color: var(--bd-white);
    background-color: var(--bd-info);
}

.bd-btn-cta {
    font-size: 18px;
    color: var(--bd-theme-black);
    font-weight: var(--bd-fw-medium);
    transition: var(--transition);
}

.bd-btn-cta:hover {
    color: var(--bd-primary);
}

.bd-btn-cta span {
    margin-right: 8px;
    font-size: 20px;
    color: var(--bd-primary);
}

.bd-language-btn {
    background-color: var(--bd-white);
    display: inline-flex;
    align-items: center;
    gap: 0 10px;
    padding: 10px 15px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 6px;
    transition: var(--transition);
}

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

.bd-language-btn:hover .name {
    color: var(--bd-white);
}

.bd-language-btn .thumb {
    width: 46px;
    min-width: 46px;
    height: 46px;
}

.bd-language-btn .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.bd-language-btn .name {
    font-size: 18px;
    font-weight: var(--bd-fw-medium);
    color: var(--bd-theme-black);
    transition: var(--transition);
}

/*----------------------------------------*/
/*  2.11 Carousel
/*----------------------------------------*/
.bd-category-navigation button {
    position: absolute;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    z-index: 5;
    border-radius: 100%;
    color: var(--bd-white);
    background-color: var(--bd-primary);
    transition: all 0.3s linear;
}

@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-category-navigation button {
        left: 0;
    }
}

@media (max-width: 575px) {
    .bd-category-navigation button {
        left: -10px;
    }
}

.bd-category-navigation button:hover {
    background-color: var(--bd-secondary);
}

.bd-category-navigation .category-nav-next {
    left: auto !important;
    right: -40px;
}

@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-category-navigation .category-nav-next {
        right: 0;
    }
}

@media (max-width: 575px) {
    .bd-category-navigation .category-nav-next {
        right: -10px;
    }
}


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

.white-text-9 {
    color: rgba(255, 255, 255, 0.9);
}

.white-text-7 {
    color: rgba(255, 255, 255, 0.7);
}

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

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

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

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

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

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

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

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

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

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

.taxonomy-color {
    color: var(--bd-taxonomy-color);
}

.title-color {
    color: var(--bd-theme-black) !important;
}

.label-color {
    color: var(--bd-label-color);
}

.rating-color {
    color: var(--bd-rating-color);
}

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

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

/*----------------------------------------*/
/*  2.14 counter
/*----------------------------------------*/
.bd-counter-border {
    border: 12px solid var(--bd-white);
    border-radius: 12px;
}

.bd-counter-bg {
    text-align: center;
}

.bd-counter-top {
    margin-top: -135px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width: 450px) {
    .bd-counter-top {
        margin-top: -100px !important;
    }
}

.bd-counter-icon {
    display: inline-flex;
    width: 70px;
    height: 70px;
    color: var(--bd-white);
    background-color: var(--bd-secondary);
    border-radius: 50%;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    margin-bottom: 25px;
}

.bd-counter-icon.bg-two {
    color: var(--bd-primary);
    background-color: rgba(0, 108, 228, 0.1);
    transition: all 0.3s ease-in-out;
}

.bd-counter-style-one {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    padding: 70px 100px;
    width: 100%;
    border-radius: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-counter-style-one {
        padding: 74px 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-counter-style-one {
        padding: 30px 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-counter-style-one {
        padding: 50px 50px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 450px) {
    .bd-counter-style-one {
        padding: 30px 30px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.bd-counter-style-one .bd-counter-bg-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.bd-counter-style-one .bd-counter-item {
    text-align: center;
    position: relative;
    z-index: 29;
}

.bd-counter-style-one .bd-counter-item:not(:last-child)::after {
    position: absolute;
    content: "";
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
}

@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-counter-style-one .bd-counter-item:not(:last-child)::after {
        display: none;
    }
}

.bd-counter-style-one .bd-counter-title {
    color: var(--bd-white);
    font-size: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-counter-style-one .bd-counter-title {
        font-size: 38px;
    }
}

.bd-counter-style-one p {
    color: var(--bd-white);
    position: relative;
    z-index: 6;
}

.bd-counter-style-one.border-none {
    border: none;
}

.bd-counter-style-three .bd-counter-content-wrapper {
    margin: 23px 0;
    display: inline-flex;
    background-clip: var(--bd-white);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s linear;
    padding: 0 10px;
}

.bd-counter-style-three .bd-counter-content-wrapper::before {
    position: absolute;
    content: "";
    border: 2px solid var(--bd-border-secondary);
    border-radius: 50%;
    height: 210px;
    width: 210px;
    transition: all 0.3s linear;
}

.bd-counter-style-three .bd-counter-content-wrapper .bd-counter-text-title span {
    transition: none;
}

.bd-counter-style-three .bd-counter-content-wrapper:hover {
    background-color: var(--bd-primary);
}

.bd-counter-style-three .bd-counter-content-wrapper:hover .bd-counter-text-title,
.bd-counter-style-three .bd-counter-content-wrapper:hover p {
    color: var(--bd-white);
}

.bd-counter-style-three .bd-counter-content-wrapper:hover::before {
    border-color: var(--bd-primary);
}

.bd-counter-style-four .bd-counter-item:hover .bd-counter-content::after {
    opacity: 1;
}

.bd-counter-style-four .bd-counter-content {
    position: relative;
    padding: 52px 40px 57px 40px;
    text-align: center;
    border-radius: 6px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.65) 100%);
    box-shadow: 0px 4px 10px 0px rgba(131, 131, 131, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-counter-style-four .bd-counter-content {
        padding: 50px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-counter-style-four .bd-counter-content {
        padding: 25px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-counter-style-four .bd-counter-content {
        padding: 35px 10px;
    }
}

@media (max-width: 450px) {
    .bd-counter-style-four .bd-counter-content {
        padding: 20px 10px;
    }
}

.bd-counter-style-four .bd-counter-content::after {
    position: absolute;
    content: "";
    border: 1.5px solid var(--bd-primary);
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    opacity: 0;
    transition: 0.5s;
}

.bd-counter-style-five {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 0 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-counter-style-five {
        gap: 0 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-counter-style-five {
        gap: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-counter-style-five {
        gap: 0 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-counter-style-five {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .bd-counter-style-five {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 450px) {
    .bd-counter-style-five {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.bd-counter-style-five .bd-counter-item:hover .bd-counter-content::after {
    opacity: 1;
}

.bd-counter-style-five .bd-counter-content {
    position: relative;
    padding: 30px 50px;
    text-align: center;
    border-radius: 12px;
    background: var(--bd-white);
    box-shadow: 0px 4px 10px 0px rgba(131, 131, 131, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-counter-style-five .bd-counter-content {
        padding: 50px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-counter-style-five .bd-counter-content {
        padding: 15px 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-counter-style-five .bd-counter-content {
        padding: 35px 10px;
    }
}

@media (max-width: 450px) {
    .bd-counter-style-five .bd-counter-content {
        padding: 20px 10px;
    }
}

.bd-counter-style-five .bd-counter-content h2 {
    margin-bottom: 5px;
}

.bd-counter-style-five.has-transparent .bd-counter-content {
    background: transparent;
    box-shadow: none;
    padding: 0 0;
}

.bd-counter-style-five.has-transparent .bd-counter-content h2 {
    color: var(--bd-white);
}

.bd-counter-style-five.has-transparent .bd-counter-content p {
    color: rgba(255, 255, 255, 0.8);
}

.bd-counter-style-five .bd-counter-icon {
    width: 80px;
    height: 80px;
    background-color: var(--bd-secondary);
    font-size: 35px;
    margin-bottom: 20px;
}

.bd-counter-style-six:hover .bd-counter-icon.bg-two {
    color: var(--bd-white);
    background-color: var(--bd-primary);
}

.bd-counter-style-six .bd-counter-item:hover .bd-counter-content::after {
    opacity: 1;
}

.bd-counter-style-six .bd-counter-content {
    position: relative;
    padding: 50px 80px;
    text-align: center;
    border-radius: 12px;
    background: var(--bd-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-counter-style-six .bd-counter-content {
        padding: 50px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-counter-style-six .bd-counter-content {
        padding: 50px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-counter-style-six .bd-counter-content {
        padding: 15px 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-counter-style-six .bd-counter-content {
        padding: 35px 10px;
    }
}

@media (max-width: 450px) {
    .bd-counter-style-six .bd-counter-content {
        padding: 20px 10px;
    }
}

.bd-counter-style-six.has-transparent .bd-counter-content {
    background: transparent;
    box-shadow: none;
    padding: 0 0;
}

.bd-counter-style-seven {
    position: relative;
    z-index: 2;
}

.bd-counter-style-seven .bd-counter-item {
    padding: 25px 0px 25px 0px;
    border-style: dashed;
    border-width: 3px 3px 3px 3px;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
}

.bd-counter-style-seven .bd-counter-item.has-primary {
    border-color: var(--bd-primary);
}

.bd-counter-style-seven .bd-counter-item.has-secondary {
    border-color: var(--bd-secondary);
}

.bd-counter-style-seven .bd-counter-item.has-info {
    border-color: var(--bd-info);
}

.bd-counter-style-seven .bd-counter-item.has-warning {
    border-color: var(--bd-warning);
}

.bd-counter-style-seven .bd-counter-content h2 {
    color: var(--bd-white);
}

.bd-counter-style-seven .bd-counter-content p {
    color: rgba(255, 255, 255, 0.75);
}

.bd-counter-style-eight {
    position: relative;
}

.bd-counter-style-eight .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bd-counter-style-eight .bd-counter-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 5px;
}

.bd-counter-style-eight .bd-counter-text p {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: var(--bd-fw-bold);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-counter-style-eight .bd-counter-text p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-counter-style-eight .bd-counter-text p {
        font-size: 18px;
        line-height: 1.1;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-counter-style-eight .bd-counter-text p {
        font-size: 18px;
        line-height: 1.1;
    }
}

.bd-counter-style-eight .bd-counter-text-title {
    color: var(--bd-secondary);
    font-size: 48px;
    line-height: 1;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-counter-style-eight .bd-counter-text-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-counter-style-eight .bd-counter-text-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-counter-style-eight .bd-counter-text-title {
        font-size: 34px;
    }
}

.bd-counter-style-nine.bd-counter-item {
    position: relative;
    text-align: center;
}

.bd-counter-style-nine.bd-counter-item p {
    font-size: 24px;
    color: var(--bd-white);
    font-weight: var(--bd-fw-sbold);
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.bd-counter-style-nine.bd-counter-item .bd-counter-total {
    position: relative;
    z-index: 1;
    font-size: 80px;
    font-weight: var(--bd-fw-bold);
    opacity: 0.15;
    color: var(--bd-white);
}

.bd-counter-area .has-counter-opacity::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 23, 15, 0.5);
    inset: 0;
    z-index: -1;
}

.bd-counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-counter-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bd-counter-bottom {
    position: relative;
    z-index: 1;
    margin-bottom: -100px;
}


.bd-counter-shape-wrap .shape-1 {
    position: absolute;
    top: -100px;
    left: -100px;
    z-index: 5;
}

.bd-counter-shape-wrap .shape-2 {
    position: absolute;
    z-index: 6;
    top: 30px;
    left: 500px;
    animation: scaleZeroOne 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

.bd-counter-shape-wrap .shape-3 {
    position: absolute;
    z-index: 6;
    top: 30px;
    right: 100px;
    animation: scaleZeroOne 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

.bd-counter-shape-wrap .shape-4 {
    position: absolute;
    z-index: 6;
    bottom: 30px;
    right: 400px;
    animation: scaleZeroOne 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

.bd-counter-shape-wrap .shape-5 {
    position: absolute;
    z-index: 6;
    bottom: -50px;
    right: 20px;
}

.bd-counter-shape-wrap .shape-6 {
    position: absolute;
    z-index: 6;
    bottom: 20px;
    left: 200px;
    animation: scaleZeroOne 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

.bd-counter-shape-wrap-two .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.bd-counter-shape-wrap-two .shape-2 {
    position: absolute;
    top: 21px;
    left: 393px;
    z-index: 5;
    animation: scaleZeroOne 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

.bd-counter-shape-wrap-two .shape-3 {
    position: absolute;
    top: -33px;
    right: 241px;
    z-index: 5;
}

.bd-counter-shape-wrap-two .shape-4 {
    position: absolute;
    top: 22px;
    right: 32px;
    z-index: 5;
}

.bd-counter-shape-wrap-two .shape-5 {
    position: absolute;
    bottom: -33px;
    left: 253px;
    z-index: 5;
}

.bd-counter-shape-wrap-two .shape-6 {
    position: absolute;
    bottom: 22px;
    right: 366px;
    z-index: 5;
    animation: scaleZeroOne 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

.bd-counter-shape-wrap-two .shape-7 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
}

.bd-counter-bg-3 {
    position: relative;
}

.bd-counter-bg-3::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-rgb-5);
    opacity: 0.9;
}

.bd-payer-time-bg {
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bd-payer-time-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

#date-container {
    font-size: 32px;
    font-weight: var(--bd-fw-sbold);
    color: var(--bd-white);
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    #date-container {
        font-size: 26px;
    }
}

@media (max-width: 450px) {
    #date-container {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 10px;
    }
}

#prayerCountdown {
    text-align: center;
}

#prayerCountdown {
    margin-bottom: 1rem;
}

#prayerContainer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 auto;
}

.prayer {
    display: flex;
    justify-content: space-between;
    background-color: var(--bd-primary);
    color: var(--bd-white);
    padding: 0 20px;
    margin-bottom: -10px;
    height: 36px;
    align-items: center;
    font-size: 18px;
    font-weight: var(--bd-fw-sbold);
}

@media (max-width: 575px) {
    .prayer {
        height: 28px;
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .prayer {
        height: 25px;
        font-size: 16px;
        font-weight: var(--bd-fw-medium);
    }
}

.prayer:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.15);
}

.next {
    color: var(--bd-secondary);
}

#currentPrayerName {
    font-size: 16px;
    color: var(--bd-white);
    font-weight: var(--bd-fw-sbold);
}

#currentPrayerTime {
    font-size: 48px;
    color: var(--bd-secondary);
    font-weight: var(--bd-fw-sbold);
}

@media (max-width: 575px) {
    #currentPrayerTime {
        font-size: 32px;
    }
}

#prayerCountdown {
    font-size: 16px;
    color: var(--bd-white);
    font-weight: var(--bd-fw-sbold);
}

.bd-prayer-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: -90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-prayer-wrapper {
        margin-bottom: -70px;
        left: 50%;
        transform: translate(-50%);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-prayer-wrapper {
        margin-bottom: -55px;
    }
}

.bd-prayer-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

/*----------------------------------------*/
/*  2.13 countdown
/*----------------------------------------*/
.bd-countdown {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.bd-countdown .countdown-item {
    padding: 15px 15px;
    color: var(--bd-theme-black);
    background-color: var(--bd-bg-primary);
    border-radius: 6px;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 700;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-countdown .countdown-item {
        padding: 10px 10px;
        font-size: 32px;
        height: 100px;
    }
}

.bd-countdown .countdown-item span {
    color: var(--bd-body-text);
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
}

.bd-countdown.style-02 .countdown-item {
    color: var(--bd-theme-black);
    background-color: transparent;
    width: auto;
    height: auto;
    display: flex;
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
}

.bd-countdown.style-03 .countdown-item {
    color: var(--bd-theme-black);
    background-color: transparent;
    width: auto;
    height: auto;
    flex-direction: column-reverse;
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
}

.bd-countdown.style-03 .countdown-item span {
    margin-bottom: 10px;
}

.bd-countdown.style-04 {
    gap: 30px 100px;
}

.bd-countdown.style-04 .countdown-item {
    color: var(--bd-theme-black);
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

.bd-countdown.style-04 .countdown-item:not(:last-child)::after {
    position: absolute;
    content: ":";
    inset-inline-end: -50px;
    inset-block-start: 13px;
}

.bd-countdown.style-05 {
    gap: 30px 100px;
}

.bd-countdown.style-05 .countdown-item {
    color: var(--bd-theme-black);
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

.bd-countdown.style-05 .countdown-item:not(:last-child)::after {
    position: absolute;
    content: ":";
    inset-inline-end: -50px;
    inset-block-start: 13px;
}

.bd-countdown.style-05 .countdown-item span {
    display: none;
}

.bd-countdown.has-white .countdown-item {
    color: var(--bd-white);
    background-color: transparent;
}

.bd-countdown.has-white .countdown-item span {
    color: var(--bd-body-text);
}

/*----------------------------------------*/
/*  2.15 Event
/*----------------------------------------*/
.bd-event-wrapper.style-one .bd-event-item {
    padding: 30px 30px 25px;
    border: 1px solid var(--bd-border-primary);
    border-radius: 6px;
}

.bd-event-wrapper.style-one .bd-event-thumb {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 225px;
}

.bd-event-wrapper.style-one .bd-event-thumb img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
}

.bd-event-wrapper.style-one .bd-event-badge {
    position: absolute;
    z-index: 9;
    right: 15px;
    bottom: 15px;
}

.bd-event-wrapper.style-one .bd-event-badge-top {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}

.bd-event-wrapper.style-one .bd-event-badge .bd-circle-badge {
    flex-direction: column;
    line-height: 1.1;
}

.bd-event-wrapper.style-one .bd-event-badge .subtitle {
    font-size: 16px;
    font-weight: 400;
}

.bd-event-wrapper.style-one .bd-event-description {
    margin-bottom: 0;
}

.bd-event-wrapper.style-one.event-flex .bd-event-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-event-wrapper.style-one.event-flex .bd-event-item {
        flex-direction: column;
    }
}

.bd-event-wrapper.style-one.event-flex .bd-event-thumb {
    width: 300px;
    height: 400px;
    margin-bottom: 0;
    min-width: 300px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-event-wrapper.style-one.event-flex .bd-event-thumb {
        width: 100%;
        height: 100%;
        min-width: 100%;
    }
}

.bd-event-wrapper.style-one.event-flex .bd-event-content {
    width: 100%;
}

.bd-event-wrapper.style-two .bd-event-item {
    background: var(--bd-white);
    box-shadow: 0px 20px 80px 0px rgba(30, 30, 30, 0.1);
    display: flex;
    align-items: center;
    height: 150px;
}

@media (max-width: 450px) {
    .bd-event-wrapper.style-two .bd-event-item {
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
}

.bd-event-wrapper.style-two .bd-event-item.has-active .bd-event-date {
    background: var(--bd-success);
}

.bd-event-wrapper.style-two .bd-event-item.has-active .bd-event-content {
    background: rgba(0, 219, 34, 0.05);
}

.bd-event-wrapper.style-two .bd-event-item:first-child .bd-event-date {
    border-radius: 12px 0 0 0;
}

@media (max-width: 450px) {
    .bd-event-wrapper.style-two .bd-event-item:first-child .bd-event-date {
        border-radius: 0;
    }
}

@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-event-wrapper.style-two .bd-event-item:first-child .bd-event-content {
        border-radius: 0 12px 0 0;
    }
}

@media (max-width: 450px) {
    .bd-event-wrapper.style-two .bd-event-item:first-child .bd-event-content {
        border-radius: 0;
    }
}

.bd-event-wrapper.style-two .bd-event-item:last-child .bd-event-date {
    border-radius: 0 0 0 12px;
}

@media (max-width: 450px) {
    .bd-event-wrapper.style-two .bd-event-item:last-child .bd-event-date {
        border-radius: 0;
    }
}

@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-event-wrapper.style-two .bd-event-item:last-child .bd-event-content {
        border-radius: 0 0 12px 0;
    }
}

@media (max-width: 450px) {
    .bd-event-wrapper.style-two .bd-event-item:last-child .bd-event-content {
        border-radius: 0;
    }
}

.bd-event-wrapper.style-two .bd-event-date {
    background: var(--bd-primary);
    padding: 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 190px;
    text-align: center;
}

@media (max-width: 450px) {
    .bd-event-wrapper.style-two .bd-event-date {
        width: 100%;
    }
}

.bd-event-wrapper.style-two .bd-event-date h3 {
    color: var(--bd-white);
    line-height: 1;
    margin-bottom: 5px;
    font-size: 45px;
}

.bd-event-wrapper.style-two .bd-event-date p {
    color: var(--bd-white);
}

.bd-event-wrapper.style-two .bd-event-content {
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 190px);
    padding: 20px 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-event-wrapper.style-two .bd-event-content {
        width: 100%;
        padding: 20px 20px;
    }
}

.bd-event-wrapper.style-two .bd-event-content ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.bd-event-wrapper.style-two .bd-event-content ul li {
    display: flex;
    gap: 6px;
    align-items: center;
    color: var(--bd-taxonomy-color);
}

.bd-event-wrapper.style-two .bd-event-content ul li i {
    color: var(--bd-primary);
}

.bd-event-wrapper.style-two .bd-event-title a:hover {
    color: var(--bd-primary);
}

.bd-event-wrapper.style-three .bd-event-item {
    display: grid;
    align-items: center;
    grid-template-columns: 180px auto;
    gap: 30px;
    background: var(--bd-white);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    padding: 20px 40px 20px 20px;
    border-radius: 6px;
    transition: all 0.4s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-event-wrapper.style-three .bd-event-item {
        grid-template-columns: 220px auto;
        padding: 20px 20px 20px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-event-wrapper.style-three .bd-event-item {
        align-items: start;
        padding: 20px 20px 20px 20px;
    }
}

@media (max-width: 450px) {
    .bd-event-wrapper.style-three .bd-event-item {
        grid-template-columns: auto;
    }
}

.bd-event-wrapper.style-three .bd-event-item:hover {
    box-shadow: 0 10px 50px 0 rgba(26, 46, 85, 0.1);
}

.bd-event-wrapper.style-three .bd-event-item:hover .bd-event-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-event-wrapper.style-three .bd-event-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 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-event-wrapper.style-three .bd-event-content {
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-event-wrapper.style-three .bd-content-inner {
        max-width: 650px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-event-wrapper.style-three .bd-content-inner {
        max-width: 500px;
    }
}

.bd-event-wrapper.style-three .bd-event-meta {
    display: flex;
    align-items: center;
    gap: 10px 15px;
    flex-wrap: wrap;
}

.bd-event-wrapper.style-three .bd-event-meta-list {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.bd-event-wrapper.style-three .bd-event-meta-list::before {
    position: absolute;
    width: 1px;
    height: 20px;
    content: "";
    background: var(--bd-border-primary);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bd-event-wrapper.style-three .bd-event-meta-list:last-child::before {
    display: none;
}

.bd-event-wrapper.style-three .bd-event-thumb-bg {
    position: relative;
    -webkit-mask-image: url(../images/event/event-mask.webp);
    mask-image: url(../images/event/event-mask.webp);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    display: inline-flex;
    background-color: var(--bd-white);
    padding: 10px;
}

.bd-event-wrapper.style-three .bd-event-thumb {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    -webkit-mask-image: url(../images/event/event-mask.webp);
    mask-image: url(../images/event/event-mask.webp);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    display: inline-flex;
}

.bd-event-wrapper.style-three .bd-event-thumb img {
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}

.bd-event-wrapper.style-three:not(:last-child) {
    margin-bottom: 30px;
}

.bd-event-meta-list span {
    display: inline-flex;
    color: var(--bd-taxonomy-color);
    align-items: center;
}

.bd-event-meta-list span i {
    font-size: 20px;
    margin-right: 6px;
    color: var(--bd-primary);
}

.bd-event-divider {
    border-bottom: 1px solid var(--bd-border-primary);
    padding-top: 20px;
    margin-bottom: 15px;
}

.bd-event-full-border {
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
}

.bd-event-full-border::before {
    position: absolute;
    content: "";
    left: -28px;
    height: 1px;
    background-color: var(--bd-border-primary);
    width: calc(100% + 55px);
}

.bd-event-thumb.style-two img {
    height: 450px;
    width: 100%;
    border-radius: 0 12px 12px 0;
}

@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-event-thumb.style-two img {
        border-radius: 12px;
    }
}

.bd-event-main-thumb {
    margin-bottom: 40px;
}

.bd-event-main-thumb img {
    border-radius: 16px;
}

.bd-event-sidebar-top {
    margin-top: -190px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-event-sidebar-top {
        margin-top: -120px;
    }
}

@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-event-sidebar-top {
        margin-top: 0;
    }
}

.bd-event-sidebar {
    border-radius: 5px;
    background-color: var(--bd-white);
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
    padding: 30px 30px;
}

.bd-event-countdown {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.bd-event-countdown .countdown-item {
    color: var(--bd-theme-black);
    background-color: var(--bd-bg-primary);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    min-width: 70px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-event-countdown .countdown-item {
        width: 60px;
        height: 60px;
        min-width: 60px;
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .bd-event-countdown .countdown-item {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }
}

.bd-event-countdown .countdown-item span {
    font-size: 14px;
    color: var(--bd-text-muted);
    font-weight: 400;
    position: absolute;
    bottom: -30px;
}

.bd-event-countdown .countdown-item.bg-1 {
    background-color: var(--primary-rgb-1);
    color: var(--bd-primary);
}

.bd-event-countdown .countdown-item.bg-2 {
    background-color: var(--secondary-rgb-1);
    color: var(--bd-secondary);
}

.bd-event-countdown .countdown-item.bg-3 {
    background-color: rgba(13, 202, 240, 0.1);
    color: var(--bd-info);
}

.bd-event-countdown .countdown-item.bg-4 {
    background-color: rgba(255, 0, 51, 0.1);
    color: var(--bd-danger);
}

.bd-event-price {
    display: flex;
    gap: 0 5px;
    align-items: center;
}

.bd-event-price-wrap .title {
    font-size: 18px;
    color: var(--bd-text-muted);
}

.bd-event-price .current-price {
    font-size: 24px;
    color: var(--bd-theme-black);
    font-weight: var(--bd-fw-bold);
}

.bd-event-price f .old-price {
    font-size: 22px;
    font-weight: var(--bd-fw-bold);
    color: var(--bd-text-muted);
    text-decoration-line: line-through;
}

.bd-event-info-list ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--bd-border-primary);
    padding-bottom: 12px;
    border-bottom: 1px solid var(--bd-border-primary);
    margin-bottom: 12px;
    color: var(--bd-text-muted);
}

.bd-event-info-list ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bd-event-info-list ul li .label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bd-event-ticket {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bd-event-ticket .increase,
.bd-event-ticket .decrease {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--bd-primary);
    cursor: pointer;
    border: 1px solid var(--bd-border-primary);
    transition: all 0.3s ease-in-out;
}

.bd-event-ticket .increase:hover,
.bd-event-ticket .decrease:hover {
    background-color: var(--bd-primary);
    border-color: var(--bd-primary);
    color: var(--bd-white);
}

.bd-event-ticket .bd-event-ticket-input[type=text] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    border: 1px solid transparent;
    background-color: var(--primary-rgb-1);
    padding: 4px;
    color: var(--bd-primary);
}

.bd-event-ticket .bd-event-ticket-input[type=text]:focus {
    border: none;
    border-color: transparent;
}

.bd-event-sponsor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.bd-event-sponsor img {
    width: 100%;
}

.bd-event-map iframe {
    width: 100%;
    border-radius: 8px;
}

.bd-event-details-location {
    margin-bottom: 20px;
}

.bd-event-details-location .address {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--bd-taxonomy-color);
    transition: all 0.3s ease-in-out;
}

.bd-event-details-location .address:not(:last-child) {
    margin-bottom: 5px;
}

.bd-event-details-location .address:hover {
    color: var(--bd-primary);
}

.bd-event-details-location .icon {
    font-size: 20px;
    color: var(--bd-primary);
}

.bd-sidebar-booking-form .input-box {
    margin-bottom: 15px;
}

.bd-webinar-video-thumb {
    position: relative;
}

.bd-webinar-video-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 23, 15, 0.5);
    border-radius: 16px;
}

.bd-webinar-video-thumb img {
    border-radius: 16px;
}

.event-shape {
    position: absolute;
    bottom: 36px;
    left: 240px;
    opacity: 0.4;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .event-shape {
        bottom: 30px;
        left: 0;
    }
}

.bd-event-shape .shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.bd-event-shape .shape-2 {
    position: absolute;
    left: 80px;
    bottom: 50px;
    animation: KidsBounce 2s linear 1s infinite alternate both;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-event-shape .shape-2 {
        left: 0;
    }
}

@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-event-shape .shape-2 {
        display: none;
    }
}

.bd-event-shape .shape-2 img {
    width: 120px;
}

.bd-event-shape .shape-3 {
    position: absolute;
    right: 210px;
    bottom: 70px;
    animation: KidsBounceTwo 3s linear 1s infinite alternate backwards;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-event-shape .shape-3 {
        right: 0;
    }
}

@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-event-shape .shape-3 {
        display: none;
    }
}

.bd-event-shape .shape-3 img {
    width: 120px;
}

/*----------------------------------------*/
/*  2.16 forms
/*----------------------------------------*/
/* Custom checkbox button */
input[type=checkbox] {
    display: none;
}

input[type=checkbox]:checked ~ label::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

input[type=checkbox]:checked ~ label::after {
    background-color: var(--bd-primary);
    border-color: var(--bd-primary);
}

input[type=checkbox]:checked ~ label::before {
    visibility: visible;
    opacity: 1;
}

input[type=checkbox] ~ label {
    position: relative;
    padding-inline-start: 30px;
}

input[type=checkbox] ~ label::after {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid var(--bd-border-primary);
    z-index: -1;
    transition: all 0.2s linear;
    border-radius: 3px;
}

input[type=checkbox] ~ label::before {
    position: absolute;
    content: "\f00c";
    top: 3px;
    left: 0px;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--bd-white);
    transition: all 0.2s linear;
    font-family: var(--ff-fontawesome);
    font-size: 14px;
}

input[type=checkbox] ~ label:hover {
    cursor: pointer;
}

label {
    margin-bottom: 8px;
    text-transform: capitalize;
    font-size: 16px;
    text-align: left;
    display: block;
    color: var(--bd-label-color);
}

label span {
    color: var(--bd-danger);
    margin-inline-start: 3px;
}

.form-input {
    position: relative;
}

.form-input-box.has-icon span {
    position: absolute;
    display: inline-block;
    color: var(--bd-placeholder);
}

.form-input-box.has-icon.icon-right input {
    padding-inline-end: 46px;
}

.form-input-box.has-icon.icon-right .form-input span {
    inset-inline-end: 20px;
    top: 18px;
}

.form-input-box.has-icon.icon-right .form-input textarea {
    padding-right: 46px;
}

.form-input-box.has-icon.icon-left input {
    padding-inline-start: 46px;
}

.form-input-box.has-icon.icon-left .form-input span {
    inset-inline-start: 20px;
    top: 18px;
}

.form-input-box.has-icon.icon-left .form-input textarea {
    padding-left: 46px;
}

.form-input textarea {
    height: 120px;
    padding: 16px 16px;
    min-height: 120px;
}

.form-max {
    max-width: 1600px;
    margin: 0 auto;
}

.bd-apply-form {
    border-radius: 6px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--bd-white);
    padding: 30px 30px;
}

.bd-apply-form-top .bd-course-details-content-title {
    margin-bottom: 30px;
}

.bd-apply-form-top ul li {
    list-style: none;
    margin-left: 20px;
    position: relative;
}

.bd-apply-form-top ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--bd-primary);
    left: -20px;
    top: 8px;
}

.bd-apply-form-top ul li:not(:last-child) {
    margin-bottom: 8px;
}

.bd-form-divider {
    border-bottom: 1px solid var(--bd-border-primary);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.applicant-photo-preview img {
    Width: 170px;
    Height: 180px;
    object-fit: cover;
}

.applicant-signature-preview img {
    Width: 360px;
    Height: 80px;
    object-fit: cover;
}

.form-check {
    display: block;
    min-height: 0;
    padding-left: 0;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .bd-apply-form-table {
        overflow-y: hidden !important;
        width: 550px;
        height: 100%;
    }
}

.bd-apply-form-table td .required {
    color: var(--bd-danger);
}

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

.form-control {
    padding: 0.375rem 0.75rem;
}

/* Floating form */
.floating-form-input {
    position: relative;
}

.floating-form-input input {
    background-color: transparent;
}

.floating-form-input input:focus ~ .floating-label {
    top: 0;
    inset-inline-start: 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--bd-theme-black);
    background-color: var(--bd-white);
    padding: 0px 4px;
}

.floating-form-input input:not(:focus):valid ~ .floating-label {
    top: 0;
    inset-inline-start: 20px;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--bd-white);
    padding: 0px 4px;
}

.floating-form-input .floating-label {
    position: absolute;
    pointer-events: none;
    inset-inline-start: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s ease all;
    color: var(--bd-placeholder);
}

.floating-form-input textarea {
    height: 220px;
    padding: 22px 20px;
    resize: none;
    background: transparent;
}

.floating-form-input textarea:focus ~ .floating-label-two {
    top: -12px;
    inset-inline-start: 15px;
    padding: 0px 4px;
    font-size: 14px;
    color: var(--bd-theme-black);
    background-color: var(--bd-white);
}

.floating-form-input textarea:not(:focus):valid ~ .floating-label-two {
    top: -12px;
    inset-inline-start: 20px;
    padding: 0px 4px;
}

.floating-form-input .floating-label-two {
    position: absolute;
    pointer-events: none;
    inset-inline-start: 20px;
    top: 20px;
    transition: 0.2s ease all;
    background-color: var(--bd-white);
    color: var(--bd-placeholder);
}

/* Custom radio button */
input[type=radio] {
    opacity: 0;
    position: absolute;
}

input[type=radio] ~ label {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding-inline-start: 28px;
    cursor: pointer;
    margin-bottom: 0;
}

input[type=radio] ~ label::before {
    content: "";
    position: absolute;
    top: 3px;
    inset-inline-start: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid var(--bd-border-secondary);
    border-radius: 2px;
    transition: all 0.3s;
}

input[type=radio] ~ label::after {
    content: " ";
    position: absolute;
    top: 9px;
    inset-inline-start: 2px;
    width: 10px;
    height: 5px;
    background-color: var(--bd-danger);
    border-radius: 2px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all 0.3s;
}

input[type=radio]:checked ~ label::before {
    border-color: var(--bd-primary);
}

input[type=radio]:checked ~ label::after {
    opacity: 1;
    background-color: var(--bd-primary);
}

input[type=radio] ~ label::before {
    border-radius: 50%;
}

input[type=radio] ~ label::after {
    width: 12px;
    height: 12px;
    inset-inline-start: 4px;
    background: var(--bd-white);
    border-radius: 50%;
    top: 7px;
}

/* Custom switch button */
.switch-checkbox {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 22px;
    margin-bottom: 0;
}

.switch-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch.round {
    border-radius: 34px;
}

.switch.round:before {
    border-radius: 50%;
}

.switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid var(--bd-border-primary);
}

.switch:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    inset-inline-start: 3px;
    bottom: 3px;
    background-color: var(--bd-theme-black);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .switch {
    background-color: var(--bd-primary);
    border-color: var(--bd-primary);
}

input:checked + .switch:before {
    transform: translateX(16px);
    background-color: var(--bd-white);
}

/*----------------------------------------*/
/*  2.17 Offcanvas
/*----------------------------------------*/
/* Offcanvas style */
.bd-offcanvas-area {
    background: var(--bd-bg-primary) 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);
}

.bd-offcanvas-area ::-webkit-scrollbar {
    display: none;
}

@media (max-width: 575px) {
    .bd-offcanvas-area {
        width: 400px;
    }
}

@media (max-width: 450px) {
    .bd-offcanvas-area {
        width: 340px;
    }
}

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

.bd-offcanvas-logo a img {
    width: 160px;
}

@media (max-width: 575px) {
    .bd-offcanvas-logo a img {
        width: 150px;
    }
}

@media (max-width: 575px) {
    .bd-offcanvas-logo a img {
        width: 140px;
    }
}

.bd-offcanvas-content {
    padding-bottom: 45px;
}

.bd-offcanvas-wrapper {
    position: relative;
    height: 100%;
    padding: 45px 45px;
}

@media (max-width: 575px) {
    .bd-offcanvas-wrapper {
        padding: 30px 30px;
    }
}

.bd-offcanvas-top {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--bd-border-primary);
}

.bd-offcanvas-search {
    position: relative;
}

.bd-offcanvas-search button {
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--bd-secondary);
}

.bd-offcanvas-search button:hover {
    color: var(--bd-primary);
}

.bd-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-theme-black);
    border-radius: 0;
}

.bd-offcanvas-search input::placeholder {
    color: var(--bd-placeholder);
}

.bd-offcanvas-search input:focus {
    border-radius: 0;
}

.bd-offcanvas-title-meta {
    color: var(--bd-theme-black);
    margin-bottom: 17px;
}

.bd-offcanvas-text p {
    margin-bottom: 25px;
}

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

.bd-offcanvas-overlay:hover {
    cursor: url(../images/shape/cross-out.webp), pointer;
}

.bd-offcanvas-overlay.overlay-open {
    opacity: 1;
    visibility: visible;
}

.bd-offcanvas-contact ul li:not(:last-child) {
    margin-bottom: 20px;
}

.bd-offcanvas-contact ul li a:hover {
    color: var(--bd-primary);
}

.bd-offcanvas-contact ul li a:hover i {
    background: var(--bd-primary);
    color: var(--bd-white);
    border-color: var(--bd-primary);
}

.bd-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-theme-black);
    border: 1px solid var(--bd-border-secondary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar-toggle {
    cursor: pointer;
}

/* Close icon  */
.bd-offcanvas-close-icon {
    line-height: 1;
    color: var(--bd-primary);
}

.bd-offcanvas-close-icon .bd-offcanvas-m-lines {
    position: relative;
    display: block;
    height: 12px;
    width: 33px;
}

.bd-offcanvas-close-icon.animation--flip .bd-offcanvas-m-line.line--1 {
    top: 6px;
    transform: rotate(45deg);
}

.bd-offcanvas-close-icon.animation--flip .bd-offcanvas-m-line.line--3 {
    opacity: 0;
    opacity: 0;
}

.bd-offcanvas-close-icon.animation--flip .bd-offcanvas-m-line.line--2 {
    top: 6px;
    transform: rotate(-45deg);
}

.bd-offcanvas-close-icon .bd-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;
}

.bd-offcanvas-close-icon .bd-offcanvas-m-line.line--1 {
    top: 0;
}

.bd-offcanvas-close-icon .bd-offcanvas-m-line.line--2 {
    top: 5px;
}

.bd-offcanvas-close-icon .bd-offcanvas-m-line.line--3 {
    bottom: 0;
    bottom: 0;
}

.bd-offcanvas-close-icon:hover .bd-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;
}

.bd-offcanvas-close-icon:hover .bd-offcanvas-m-line:nth-of-type(2) {
    animation-delay: 0.1s;
}

/*----------------------------------------
   2.18 Basic pagination
-----------------------------------------*/
.basic-pagination {
    margin-top: 50px;
    text-align: center;
}

.basic-pagination ul {
    display: inline-flex;
    gap: 15px;
}

.basic-pagination ul li {
    list-style: none;
}

.basic-pagination ul li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.basic-pagination ul li a:hover {
    background-color: var(--bd-bg-primary);
    color: var(--bd-primary);
}

.basic-pagination ul li .current {
    background-color: var(--bd-primary);
    color: var(--bd-white);
}

.basic-pagination ul li .prev, .basic-pagination ul li .next {
    background-color: var(--bd-bg-primary);
    color: var(--bd-primary);
    font-size: 20px;
}

/*----------------------------------------
   2.19 Basic pagination
-----------------------------------------*/
.bd-search-popup {
    width: 100%;
    font-size: 64px;
    padding-bottom: 17px;
}

.bd-search-popup-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 99999;
    min-height: 300px;
    align-items: center;
    background-color: var(--bd-bg-primary);
    transform: translateY(-10%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}

.bd-search-popup-area.bd-search-opened {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.bd-search-form {
    position: relative;
    width: 100%;
    border-bottom: 2px solid var(--bd-border-primary);
    padding-bottom: 20px;
}

.bd-search-input {
    background-color: transparent;
    display: flex;
    align-items: center;
}

.bd-search-input input {
    width: 100%;
    color: var(--bd-placeholder);
    height: auto;
    background-color: transparent;
    font-size: 32px;
    margin: 0 55px;
    border: none;
    outline: none;
}

.bd-search-input input::placeholder {
    color: var(--bd-placeholder);
    opacity: 0.5;
    font-size: 32px;
}

.bd-search-input input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.bd-search-submit {
    position: absolute;
    inset-inline-start: 0;
    top: 40%;
    transform: translateY(-50%);
}

.bd-search-submit button {
    color: var(--bd-primary);
    font-size: 35px;
    position: relative;
    transform: translateY(-10px);
}

.bd-search-submit button:hover {
    color: var(--bd-secondary);
}

.bd-search-close-btn {
    position: absolute;
    inset-inline-end: 0;
    top: 40%;
    transform: translateY(-50%);
}

.bd-search-close-btn button {
    font-size: 50px;
    color: var(--bd-primary);
}

.bd-search-close-btn button:hover {
    transform: rotate(90deg);
    color: var(--bd-secondary);
}

.bd-search-overlay {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    transition-delay: 0.3s;
    transition: var(--transition);
}

.bd-search-overlay.bd-search-opened {
    opacity: 1;
    visibility: visible;
}

.bd-search-overlay.bd-search-opened:hover {
    cursor: url(../images/shape/cross-out.webp), pointer;
}

/*----------------------------------------*/
/*  2.20 preloader CSS START
/*----------------------------------------*/
#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
    background-color: var(--bd-white);
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    #loading-center-absolute {
        width: 40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #loading-center-absolute {
        width: 45%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #loading-center-absolute {
        width: 50%;
    }
}

@media (max-width: 575px) {
    #loading-center-absolute {
        width: 90%;
    }
}

.bd-preloader-logo {
    width: 180px;
    height: 180px;
    line-height: 180px;
    position: relative;
    text-align: center;
    margin: auto;
}

.bd-preloader-logo img {
    vertical-align: middle;
}

.bd-preloader-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bd-preloader-circle svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: bd-rotate 5s linear infinite;
    -moz-animation: bd-rotate 5s linear infinite;
    -ms-animation: bd-rotate 5s linear infinite;
    -o-animation: bd-rotate 5s linear infinite;
    animation: bd-rotate 5s linear infinite;
}

.bd-preloader-circle svg circle:last-child {
    stroke: var(--bd-primary);
    stroke-dashoffset: 0;
    stroke-dasharray: 1128, 3150;
    -webkit-animation: bd-loading 4s linear infinite;
    -moz-animation: bd-loading 4s linear infinite;
    -ms-animation: bd-loading 4s linear infinite;
    -o-animation: bd-loading 4s linear infinite;
    animation: bd-loading 4s linear infinite;
    transform-origin: center center;
}

@-webkit-keyframes bd-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150;
    }
    100% {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138;
    }
}

@-moz-keyframes bd-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150;
    }
    100% {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138;
    }
}

@-ms-keyframes bd-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150;
    }
    100% {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138;
    }
}

@keyframes bd-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150;
    }
    100% {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138;
    }
}

@-webkit-keyframes bd-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes bd-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes bd-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes bd-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bd-preloader-content {
    text-align: center;
}

.bd-preloader-subtitle {
    font-size: 20px;
    margin-bottom: 0;
    color: var(--bd-black);
    margin-top: 20px;
}

/*----------------------------------------*/
/*  2.21 Progress Bar
/*----------------------------------------*/
.single-progress {
    position: relative;
    overflow: hidden;
}

.single-progress .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--bd-theme-black);
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.single-progress:not(:last-child) {
    margin-bottom: 30px;
}

.progress {
    height: 6px;
    overflow: visible;
    background-color: var(--bd-bg-primary);
    border-radius: 10px;
}

.progress-bar {
    border-radius: 10px;
    width: 0;
    height: 100%;
    background-color: var(--bd-primary);
    transition: width 0.5s ease;
    overflow: visible;
}

.progress-bar.bar-bg-2 {
    background-color: var(--bd-secondary);
}

.progress-bar.bar-bg-3 {
    background-color: var(--bd-success);
}

.progress-bar.bar-bg-4 {
    background-color: var(--bd-info);
}

.progress-bar.bar-bg-5 {
    background-color: var(--bd-warning);
}

.progress-bar.bar-bg-6 {
    background-color: var(--bd-danger);
}

.progress-number {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: var(--bd-theme-black);
    font-size: 18px;
    font-weight: 500;
}

.progress-style-2 .progress {
    height: 15px;
}

.progress-style-2 .progress-number {
    font-size: 16px;
    font-weight: 500;
    color: var(--bd-theme-black);
}

.progress-style-3 .single-progress .title {
    margin-bottom: 0;
    position: absolute;
    left: 20px;
    z-index: 5;
    color: var(--bd-white);
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
}

.progress-style-3 .progress {
    height: 30px;
    overflow: hidden;
    border-radius: 50px;
    background: linear-gradient(to right, var(--bd-primary) 10%, rgba(255, 255, 255, 0) 95%);
}

.progress-style-3 .progress-bar {
    border-radius: 50px;
    background-color: transparent;
}

.progress-style-3 .progress-number {
    font-size: 16px;
    top: auto;
    right: 20px;
    bottom: 4px;
    font-weight: 500;
    color: var(--bd-primary);
}

.progress-style-3 .bg-gradient-2 .progress {
    background: linear-gradient(to right, var(--bd-secondary) 10%, rgba(255, 255, 255, 0) 95%);
}

.progress-style-3 .bg-gradient-2 .progress-number {
    color: var(--bd-secondary);
}

.progress-style-3 .bg-gradient-3 .progress {
    background: linear-gradient(to right, var(--bd-success) 10%, rgba(255, 255, 255, 0) 95%);
}

.progress-style-3 .bg-gradient-3 .progress-number {
    color: var(--bd-success);
}

.progress-style-3 .bg-gradient-4 .progress {
    background: linear-gradient(to right, var(--bd-warning) 10%, rgba(255, 255, 255, 0) 95%);
}

.progress-style-3 .bg-gradient-4 .progress-number {
    color: var(--bd-warning);
}

.progress-style-3 .bg-gradient-4 .progress {
    background: linear-gradient(to right, var(--bd-info) 10%, rgba(255, 255, 255, 0) 95%);
}

.progress-style-3 .bg-gradient-4 .progress-number {
    color: var(--bd-info);
}

.progress-style-3 .bg-gradient-5 .progress {
    background: linear-gradient(to right, var(--bd-danger) 10%, rgba(255, 255, 255, 0) 95%);
}

.progress-style-3 .bg-gradient-5 .progress-number {
    color: var(--bd-danger);
}

.progress-style-4 .progress-number {
    position: absolute;
    font-size: 14px;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: var(--bd-theme-black);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 6px 0px 6px;
    color: var(--bd-white);
}

.progress-style-4 .progress-number::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    z-index: 9;
    margin-left: -5px;
    pointer-events: none;
    border: 5px solid transparent;
    border-top-color: var(--bd-theme-black);
}

.radial-progress {
    position: relative;
}

.radial-progress-single {
    text-align: center;
    padding: 0 20px;
}

.radial-progress-single .circle-info {
    padding-top: 20px;
    text-align: center;
}

.radial-progress-single .circle-info .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}

.radial-progress-single .circle-info .subtitle {
    font-style: italic;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: var(--color-body);
}

.radial-progress .circle-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.radial-progress .circle-text .count {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: var(--bd-theme-black);
    position: relative;
    margin-left: -14px;
}

.radial-progress .circle-text .count::after {
    position: absolute;
    content: "%";
    left: 100%;
    color: var(--bd-theme-black);
}

/*----------------------------------------*/
/*  2.22 Section Title
/*----------------------------------------*/
.bd-section-title {
    font-weight: var(--bd-fw-sbold);
    font-family: var(--bd-ff-title);
}

.bd-section-title.bottom-line {
    border-bottom: 1px solid var(--bd-border-primary);
    padding-bottom: 15px;
    position: relative;
}

.bd-section-title.bottom-line::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 10%;
    height: 3px;
    background-color: var(--bd-primary);
    transition: all 0.3s ease-in-out;
}

.bd-section-subtitle {
    color: var(--bd-primary);
    font-size: 16px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.bd-section-subtitle.bg-field {
    background-color: rgba(7, 161, 105, 0.15);
    border-radius: 6px;
    height: 32px;
    padding: 0 14px;
}

.bd-section-subtitle.white {
    color: var(--bd-white);
}

.bd-section-subtitle.secondary {
    color: var(--bd-secondary);
}

.down-mark-line {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.down-mark-line::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url(../images/shape/down-mark-line.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
}

@keyframes section-animation {
    0% {
        width: 0;
    }
    15% {
        width: 100%;
    }
    85% {
        opacity: 1;
    }
    90% {
        width: 100%;
        opacity: 0;
    }
    to {
        width: 0;
        opacity: 0;
    }
}

.down-mark-line-2 {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.down-mark-line-2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url(../images/shape/down-mark-line-2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
}

.down-mark-line-3 {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.down-mark-line-3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url(../images/shape/down-mark-line-3.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
}

.bd-section-bg {
    background-color: var(--bd-white);
    border-radius: 8px;
    padding: 15px 15px;
    box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    border-bottom: 3px solid var(--bd-primary);
}

.bd-title-underline {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.bd-title-underline svg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.bd-title-underline svg path {
    stroke: var(--bd-secondary);
    stroke-dasharray: 560;
    stroke-dashoffset: 560;
    animation: section_stroke 3s linear forwards infinite;
    -webkit-animation: section_stroke 3s linear forwards infinite;
}

.bd-title-underline.primary svg path {
    stroke: var(--bd-primary);
}

@keyframes section_stroke {
    0% {
        stroke-dashoffset: 560;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -560;
    }
}

/* Elements section title */
.bd-elements-line {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 -15px;
}

@media (max-width: 575px) {
    .bd-elements-line {
        justify-content: center;
    }
}

.bd-elements-title {
    position: relative;
    padding: 0 15px;
    width: max-content;
}

@media (max-width: 575px) {
    .bd-elements-title {
        width: auto;
    }
}

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

@media (max-width: 575px) {
    .bd-separator-line {
        width: auto;
        background-image: none;
    }
}

.bd-separator-line.line-left {
    background-image: linear-gradient(-90deg, #46494D, rgba(33, 38, 45, 0));
}

@media (max-width: 575px) {
    .bd-separator-line.line-left {
        background-image: none;
    }
}

.bd-separator-line.line-right {
    background-image: linear-gradient(90deg, #46494D, rgba(33, 38, 45, 0));
}

@media (max-width: 575px) {
    .bd-separator-line.line-right {
        background-image: none;
    }
}

/*----------------------------------------*/
/*  2.23 Short codes
/*----------------------------------------*/
.bg-flashlight {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bg-flashlight::before {
    content: "";
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%, -50%);
    background: radial-gradient(var(--bd-primary), transparent, transparent);
    width: 200%;
    height: 200%;
    opacity: 0;
    transition: 0.5s, top 0s, left 0s;
    border-radius: 10px;
}

.bg-flashlight > * {
    z-index: 2;
    position: relative;
}

.bg-flashlight::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: var(--bd-white);
    border-radius: 8px;
}

.bg-flashlight:hover::before {
    opacity: 1;
}

.bg-flashlight.flashlight-sec::before {
    background: radial-gradient(var(--bd-secondary), transparent, transparent);
}

.bd-details-content-title {
    font-size: 28px;
    margin-bottom: 15px;
}

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

.bd-post-details-list {
    margin-left: 20px;
}

.bd-post-details-list ul li {
    list-style: none;
    position: relative;
    margin-left: 20px;
}

.bd-post-details-list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.bd-post-details-list ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--bd-primary);
    border-radius: 50%;
    left: -20px;
    top: 8px;
}

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

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

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

.underline a:hover {
    background-size: 0 1px, 100% 1px;
    color: var(--bd-primary) !important;
}

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

.underline-two a:hover {
    background-size: 0 1px, 100% 1px;
    color: var(--bd-secondary) !important;
}

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

.underline-white a:hover {
    background-size: 0 1px, 100% 1px;
    color: var(--bd-white) !important;
}

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

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

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

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

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

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

.has-separator {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

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

.has-separator-black {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

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

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

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

.checkbox-option input {
    display: none;
}

.checkbox-option input:checked ~ label::after {
    background-color: var(--bd-primary);
    border-color: var(--bd-primary);
}

.checkbox-option input:checked ~ label::before {
    visibility: visible;
    opacity: 1;
}

.checkbox-option label {
    font-size: 16px;
    color: var(--bd-theme-black);
    position: relative;
    padding-left: 26px;
    z-index: 1;
}

.checkbox-option label a:hover {
    color: var(--bd-primary);
}

.checkbox-option label:hover {
    cursor: pointer;
}

.checkbox-option label span {
    margin-inline-start: 5px;
    color: var(--bd-theme-black);
}

.checkbox-option label i {
    color: var(--bd-rating-color);
}

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

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-16 {
    gap: 16px;
}

.gap-20 {
    gap: 20px;
}

.gap-25 {
    gap: 25px;
}

.gap-30 {
    gap: 30px;
}

.gap-35 {
    gap: 35px;
}

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

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

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

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

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

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

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

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

.text-border-highlights {
    position: relative;
    z-index: 1;
}

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

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

.h100vh {
    height: 100vh;
}

.h100p {
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------*/
/*  2.4 social
/*----------------------------------------*/
.social-icon-list {
    display: inline-flex;
    gap: 15px;
    flex-wrap: wrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
    .social-icon-list {
        gap: 10px;
    }
}

.social-icon-list li {
    list-style: none;
}

.social-icon-style-01 ul li a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.social-icon-style-01 ul li a:hover {
    color: var(--bd-primary);
}

.social-icon-style-01 ul li:hover .facebook {
    color: #1877F2;
}

.social-icon-style-01 ul li:hover .twitter {
    color: #1DA1F2;
}

.social-icon-style-01 ul li:hover .linkedin {
    color: #0A66C2;
}

.social-icon-style-01 ul li:hover .instagram {
    color: #E4405F;
}

.social-icon-style-01 ul li:hover .dribbble {
    color: #EA4C89;
}

.social-icon-style-01 ul li:hover .behance {
    color: #0057FF;
}

.social-icon-style-01 ul li:hover .google {
    color: #4285F4;
}

.theme-social ul li a {
    color: var(--bd-theme-black);
    background-color: transparent;
    width: 60px;
    height: 60px;
    display: inline-flex;
    border: 1px solid var(--bd-border-primary);
    border-radius: 3px;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.theme-social ul li a i {
    transition: all 0.3s ease-in-out;
    font-size: 25px;
}

.theme-social ul li a:hover {
    color: var(--bd-white);
    border-color: var(--bd-primary);
    background-color: var(--bd-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .theme-social ul li a {
        width: 30px;
        height: 30px;
    }
}

.theme-social ul li:hover .facebook {
    background-color: #1877F2;
    border-color: #1877F2;
}

.theme-social ul li:hover .twitter {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
}

.theme-social ul li:hover .linkedin {
    background-color: #0A66C2;
    border-color: #0A66C2;
}

.theme-social ul li:hover .instagram {
    background-color: #E4405F;
    border-color: #E4405F;
}

.theme-social ul li:hover .dribbble {
    background-color: #EA4C89;
    border-color: #EA4C89;
}

.theme-social ul li:hover .behance {
    background-color: #0057FF;
    border-color: #0057FF;
}

.theme-social ul li:hover .google {
    background-color: #4285F4;
    border-color: #4285F4;
}

.theme-social ul li:hover .youtube {
    background-color: #FF0000;
    border-color: #FF0000;
}

.theme-social ul li:hover .pinterest {
    background-color: #BD081C;
    border-color: #BD081C;
}

.theme-social ul li:hover .snapchat {
    background-color: #FFFC00;
    border-color: #FFFC00;
}

.theme-social ul li:hover .whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

.theme-social ul li:hover .tiktok {
    background-color: #010101;
    border-color: #010101;
}

.theme-social ul li:hover .github {
    background-color: #181717;
    border-color: #181717;
}

.theme-social ul li:hover .slack {
    background-color: #4A154B;
    border-color: #4A154B;
}

.theme-social.circle a {
    border-radius: 50px;
}

.theme-social.circle a:hover {
    border-color: var(--bd-primary);
}

.theme-social.has-white a {
    color: var(--bd-white);
}

.theme-social.has-white a:hover {
    color: var(--bd-primary);
    border-color: var(--bd-white);
    background-color: var(--bd-white);
}

.theme-social.has-bg a {
    color: var(--bd-white);
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
}

.theme-social.social-large a {
    font-size: 20px;
    width: 56px;
    height: 56px;
}

.theme-social.secondary a {
    color: var(--bd-white);
    border: 1px solid var(--bd-border-primary);
}

.theme-social.secondary a i {
    transition: all 0.3s ease-in-out;
}

.theme-social.secondary a:hover {
    color: var(--bd-white);
    border-color: var(--bd-secondary);
    background-color: var(--bd-secondary);
}

.theme-social.social-brand-color ul li a {
    color: var(--bd-white);
    border: none;
    transform: translateY(0px);
}

.theme-social.social-brand-color ul li:hover {
    transform: translateY(-3px);
}

.theme-social.social-brand-color ul li .facebook {
    background-color: #1877F2;
}

.theme-social.social-brand-color ul li .twitter {
    background-color: #1DA1F2;
}

.theme-social.social-brand-color ul li .linkedin {
    background-color: #0A66C2;
}

.theme-social.social-brand-color ul li .instagram {
    background-color: #E4405F;
}

.theme-social.social-brand-color ul li .dribbble {
    background-color: #EA4C89;
}

.theme-social.social-brand-color ul li .behance {
    background-color: #0057FF;
}

.theme-social.social-brand-color ul li .google {
    background-color: #4285F4;
}

.theme-social.social-brand-color ul li .youtube {
    background-color: #FF0000;
}

.theme-social.social-brand-color ul li .pinterest {
    background-color: #BD081C;
}

.theme-social.social-brand-color ul li .snapchat {
    background-color: #FFFC00;
}

.theme-social.social-brand-color ul li .whatsapp {
    background-color: #25D366;
}

.theme-social.social-brand-color ul li .tiktok {
    background-color: #010101;
}

.theme-social.social-brand-color ul li .github {
    background-color: #181717;
}

.theme-social.social-brand-color ul li .slack {
    background-color: #4A154B;
}

/*----------------------------------------*/
/*  2.25 style guide
/*----------------------------------------*/
.bd-style-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;
}

.bd-style-widget-sidebar ul li {
    list-style: none;
}

.bd-style-widget-sidebar ul li:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--bd-border-primary);
}

.bd-style-widget-sidebar ul li a {
    font-size: 18px;
    color: var(--bd-theme-black);
}

.bd-style-widget-sidebar ul li a:hover {
    color: var(--bd-primary);
}

.bd-style-guide-box {
    margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-style-guide-box {
        margin-left: 0;
    }
}

.bd-style-color-box {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 15px 15px;
    border-radius: 8px;
}

.bd-style-color-bg {
    width: 100%;
    height: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.bd-style-color-code {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    font-weight: var(--bd-fw-medium);
    color: var(--bd-text-muted);
}

.bd-style-color-title {
    font-size: 18px;
}

.bd-style-typography-font-list {
    list-style-type: none;
}

.bd-style-typography-font-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 30px;
    color: var(--bd-theme-black);
}

.bd-style-typography-font-list li:not(:last-child) {
    margin-bottom: 10px;
}

.bd-style-typography-font-list li.font-two {
    font-family: var(--bd-ff-style);
    font-size: 26px;
}

.bd-style-typography-font-list li .subtitle {
    display: block;
    font-weight: var(--bd-fw-medium);
}

.bd-style-typography-list {
    list-style-type: none;
}

.bd-style-typography-list li:not(:last-child) {
    margin-bottom: 10px;
}

.bd-style-info-list {
    background: var(--bd-white);
    border-radius: 8px;
    padding: 30px 30px;
    list-style: none;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.bd-style-info-list li {
    color: var(--bd-black);
    list-style: none;
    font-size: 18px;
}

.bd-style-info-list li:not(:last-child) {
    margin-bottom: 10px;
}

.bd-style-info-list li strong {
    font-weight: 600;
}

.bd-style-info-list li a {
    color: var(--bd-primary);
}

/*----------------------------------------*/
/*  2.26 Tab
/*----------------------------------------*/
.tab-style-one .nav-pills {
    margin-bottom: 30px;
    justify-content: center;
}

.tab-style-one .nav-item {
    padding: 0 4px;
}

.tab-style-one .nav-link {
    border: none;
    border-radius: 50px;
    padding: 13px 40px;
    color: var(--bd-body-text);
    font-size: 16px;
    font-weight: 500;
    transition: var(--transition);
}

.tab-style-one .nav-link:hover {
    background-color: var(--bd-primary);
    color: var(--bd-white);
}

.tab-style-one .nav-link.active {
    background-color: var(--bd-primary);
    color: var(--bd-white);
}

.tab-style-two ul {
    margin-bottom: 30px;
    justify-content: center;
    border-bottom: 1px solid var(--bd-border-primary);
    align-items: center;
    display: flex;
    margin-top: 20px;
    background: #fafafa;
    padding: 15px;
    border-radius: 100px;
    width: 90%;
    max-width: 550px;
    margin: 40px auto;
}

.tab-style-two .nav-item {
    padding: 0 35px;
}

.tab-style-two .nav-link {
    padding: 0;
    border: none;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: var(--bd-theme-black);
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border-radius: 1000px;
    padding: 10px 30px;
}

.tab-style-two .nav-link:hover {
    background: var(--bd-primary);
    color: #FFF
}

.tab-style-two .nav-link.active {
    background: var(--bd-primary);
    color: #FFF
}

.tab-style-three .nav-tabs {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--bd-border-primary);
}

.tab-style-three .nav-link {
    border-radius: 0;
    border: 1px solid transparent;
    border-bottom: none;
    display: block;
    padding: 13px 30px;
    font-size: 16px;
    font-weight: 500;
    color: var(--bd-theme-black);
    text-decoration: none;
}

.tab-style-three .nav-link:hover {
    color: var(--bd-primary);
    background-color: var(--bd-bg-primary);
    border-color: var(--bd-bg-primary);
}

.tab-style-three .nav-link.active {
    color: var(--bd-primary);
    background-color: var(--bd-bg-primary);
    border-color: var(--bd-border-primary);
}

.tab-style-three .tab-pane {
    background-color: transparent;
}

.tab-style-three.tab-bg .nav-tabs {
    margin-bottom: 0px;
    border-bottom: none;
}

.tab-style-three.tab-bg .nav-link {
    border: none;
}

.tab-style-three.tab-bg .nav-link.active {
    border: none;
}

.tab-style-three.tab-bg .tab-pane {
    background-color: var(--bd-bg-primary);
    padding: 30px 30px;
}

.tab-style-three.tab-column {
    display: flex;
}

.tab-style-three.tab-column .nav-tabs {
    flex-direction: column;
    background: var(--bd-bg-primary);
    margin-bottom: 0;
    border-bottom: none;
    min-height: 470px;
}

.tab-style-three.tab-column .nav-link {
    width: 180px;
    text-align: start;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tab-style-three.tab-column .nav-link.active {
    color: var(--bd-primary);
    background-color: var(--bd-white);
    border-color: transparent;
}

.tab-style-three.tab-column .tab-content {
    width: 100%;
}

.teacher-courses {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.tab-style-three.tab-column .tab-pane {
    background-color: var(--bd-white);
    padding-left: 30px;
}

.tab-style-four .nav-item:not(:last-child) {
    margin-bottom: 30px;
}

.tab-style-four .nav-pills {
    display: block;
}

.tab-style-four .nav-link {
    background-color: var(--bd-bg-primary);
    color: var(--bd-theme-black);
    border: 0;
    border-radius: 6px;
    display: flex;
    align-items: start;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    gap: 15px;
    text-align: start;
    justify-content: start;
    padding: 10px 30px;
    transition: all 0.3s ease-in-out;
}

.tab-style-four .nav-link span {
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.tab-style-four .nav-link:hover {
    color: var(--bd-white);
    background-color: var(--bd-primary);
}

.tab-style-four .nav-link.active {
    color: var(--bd-white);
    background-color: var(--bd-primary);
}

.tab-style-four .tab-pane-content-thumb img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.tab-style-four .tab-pane.active .tab-pane-content {
    animation: tab-right 0.4s linear;
}

@-webkit-keyframes tab-right {
    from {
        transform: translateX(35px);
    }
    to {
        transform: translateX(0);
    }
}

@-moz-keyframes tab-right {
    from {
        transform: translateX(35px);
    }
    to {
        transform: translateX(0);
    }
}

@-ms-keyframes tab-right {
    from {
        transform: translateX(35px);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes tab-right {
    from {
        transform: translateX(35px);
    }
    to {
        transform: translateX(0);
    }
}

@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) {
    .tab-style-four.tab-flex .nav-item {
        width: 100%;
    }
}

@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) {
    .tab-style-four.tab-flex .nav-item:not(:last-child) {
        margin-bottom: 0;
    }
}

.tab-style-four.tab-flex .nav-pills {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 30px;
    align-items: center;
    margin-bottom: 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) {
    .tab-style-four.tab-flex .nav-pills {
        flex-direction: column;
    }
}

.tab-style-four.tab-flex .tab-pane.active .tab-pane-content {
    animation: tab-bottom 0.4s linear;
}

@-webkit-keyframes tab-bottom {
    from {
        transform: translateY(30px);
    }
    to {
        transform: translateY(0);
    }
}

@-moz-keyframes tab-bottom {
    from {
        transform: translateY(30px);
    }
    to {
        transform: translateY(0);
    }
}

@-ms-keyframes tab-bottom {
    from {
        transform: translateY(30px);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes tab-bottom {
    from {
        transform: translateY(30px);
    }
    to {
        transform: translateY(0);
    }
}

.tab-style-four.tab-pane-left-anim .tab-pane.active .tab-pane-content {
    animation: tab-left 0.4s linear;
}

@-webkit-keyframes tab-left {
    from {
        transform: translateX(-35px);
    }
    to {
        transform: translateX(0);
    }
}

@-moz-keyframes tab-left {
    from {
        transform: translateX(-35px);
    }
    to {
        transform: translateX(0);
    }
}

@-ms-keyframes tab-left {
    from {
        transform: translateX(-35px);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes tab-left {
    from {
        transform: translateX(-35px);
    }
    to {
        transform: translateX(0);
    }
}

.tab-style-five .nav-link {
    border: 1px solid var(--bd-body-text);
    border-radius: 6px;
    padding: 0 20px;
    color: var(--bd-body-text);
    font-size: 16px;
    font-weight: 500;
    transition: var(--transition);
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-style-five .nav-link.active {
    background-color: var(--bd-primary);
    border-color: var(--bd-primary);
    color: var(--bd-white);
}

.tab-style-five .nav-link.active:hover {
    color: var(--bd-white);
}

.tab-style-five .nav-link:hover {
    color: var(--bd-primary);
}

.tab-style-five .nav-pills {
    gap: 10px;
}

/*----------------------------------------*/
/*  2.27 tooltip
/*----------------------------------------*/
/*----------------------------------------*/
/*   2.28 Video css
/*----------------------------------------*/
.bd-video-area.style-one .video-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 1;
}

.bd-video-area.style-one .video-bg-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 23, 15, 0.7);
    inset: 0;
    z-index: -1;
}

.bd-video-area.style-one .bd-video-content {
    position: relative;
    z-index: 4;
}

.bd-video-area.style-one .bd-video-content p {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
}

.bd-video-area.style-one .bd-video-play-btn {
    position: relative;
    z-index: 5;
}

.bd-video-area.style-one .bd-video-play-btn .bd-video-btn {
    justify-content: center;
}

.bd-video-area.style-one .bd-video-play-btn .icon {
    width: 80px;
    height: 80px;
}

.bd-video-area.style-one .bd-video-play-btn .icon:hover {
    background: var(--bd-secondary);
}

.bd-video-area.style-one .bd-section-title {
    color: var(--bd-white);
}

/*----------------------------------------*/
/*  3.5.6 Header Style 1
/*----------------------------------------*/
.bd-header-top {
    background-color: var(--bd-primary);
    padding: 10px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
    .bd-header-top {
        padding: 10px 15px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-header-top {
        padding: 10px 55px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-header-top {
        padding: 10px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-header-top {
        padding: 10px 33px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-header-top {
        padding: 10px 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-header-top {
        padding: 10px 35px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .bd-header-top {
        padding: 15px 15px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
}

.bd-header-top.style-three {
    background-color: var(--bd-secondary);
}

.bd-header-top.style-three .bd-header-top-left ul li:first-child::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.bd-header-top.style-three .bd-header-top-left ul li span {
    color: var(--bd-black);
}

.bd-header-top.style-three .bd-header-top-left ul li a {
    color: var(--bd-black);
}

.bd-header-top.style-three .bd-header-top-right span {
    color: var(--bd-black);
}

.bd-header-top.style-three .bd-header-top-right a {
    color: var(--bd-black);
}

.bd-header-top.style-two {
    background-color: transparent;
    padding: 15px 120px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-header-top.style-two {
        padding: 15px 40px;
    }
}

@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) {
    .bd-header-top.style-two {
        padding: 15px 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-header-top.style-two {
        padding: 15px 30px;
    }
}

@media (max-width: 450px) {
    .bd-header-top.style-two {
        padding: 15px 15px;
    }
}

.bd-header-top-left ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0 56px;
}

@media (max-width: 575px) {
    .bd-header-top-left ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
}

.bd-header-top-left ul li:first-child {
    position: relative;
}

.bd-header-top-left ul li:first-child:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    inset-inline-end: -26px;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
}

@media (max-width: 575px) {
    .bd-header-top-left ul li:first-child:before {
        display: none;
    }
}

.bd-header-top-left ul li span {
    color: var(--bd-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    margin-inline-end: 12px;
}

.bd-header-top-left ul li a {
    color: var(--bd-white);
    font-size: 16px;
    transition: all 0.3s linear;
}

.bd-header-top-right span {
    color: var(--bd-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    margin-inline-end: 12px;
}

.bd-header-top-right a {
    color: var(--bd-white);
    font-size: 16px;
}

/*----------------------------------------*/
/*  3.5.1 Header Style 1
/*----------------------------------------*/
.header-style-one {
    background-color: var(--bd-white);
    box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}

.bd-header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 44px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-header-left {
        gap: 0 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-header-left {
        gap: 0 15px;
    }
}

.bd-header-right {
    display: flex;
    align-items: center;
    gap: 0 36px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-header-right {
        gap: 0 15px;
    }
}

.bd-header-sign-btn {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-header-sign-btn {
        gap: 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-header-sign-btn {
        display: none;
    }
}

/*----------------------------------------*/
/*  3.5.2 Header Style 2
/*----------------------------------------*/
.header-style-two {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.header-style-two .bd-header-area {
    background-color: var(--bd-white);
    margin: 0 120px;
    padding: 0 30px;
    box-shadow: 0px 30px 100px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-style-two .bd-header-area {
        margin: 0 40px;
    }
}

@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) {
    .header-style-two .bd-header-area {
        margin: 0 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-style-two .bd-header-area {
        margin: 0 30px;
    }
}

@media (max-width: 450px) {
    .header-style-two .bd-header-area {
        margin: 15px 15px;
    }
}

.header-style-two .bd-header-inner {
    padding: 0 0;
}

.header-style-two .btn-outline-primary {
    border: 1px solid var(--bd-white);
    color: var(--bd-white);
}

.header-style-two .btn-outline-primary:hover {
    border-color: var(--bd-primary);
}

.header-style-two .bar-icon span {
    background: var(--bd-theme-black);
}

/*----------------------------------------*/
/*  3.5.3 Header Style 3
/*----------------------------------------*/
.header-style-three {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.header-style-three .main-menu li a {
    color: var(--bd-white);
}

.header-style-three .main-menu li a.active {
    color: var(--bd-secondary);
}

.header-style-three .main-menu > ul > li:hover > a {
    color: var(--bd-secondary);
}

.header-style-three .bd-header-meta .meta-icon {
    color: var(--bd-white);
}

.header-style-three .bd-header-meta .item-number {
    background-color: var(--bd-white);
    color: var(--bd-theme-black);
}

.header-style-three .bar-icon span {
    background: var(--bd-white);
}

.header-style-three.bd-sticky .bd-header-logo {
    display: none;
}

.header-style-three.bd-sticky .bd-header-logo-sticky {
    display: block;
}

.header-style-three.bd-sticky .bd-header-meta .meta-icon {
    color: var(--bd-primary);
}

.header-style-three.bd-sticky .bd-header-meta .item-number {
    background-color: var(--bd-primary);
    color: var(--bd-white);
}

.header-style-three.bd-sticky .bar-icon span {
    background: var(--bd-theme-black);
}

.header-style-three .bd-header-logo-sticky {
    display: none;
    padding: 27px 0px;
    line-height: 1;
}

/*----------------------------------------*/
/*  3.5.4 Header Style 4
/*----------------------------------------*/
.header-style-four .bd-header-inner {
    padding: 0 0;
}

@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-style-four .bd-header-inner {
        padding: 15px 0;
    }
}

@media (max-width: 575px) {
    .header-style-four .bd-header-inner {
        padding: 10px 0;
    }
}

.header-style-four .bd-header-logo {
    display: none;
}

@media (max-width: 575px) {
    .header-style-four .bd-header-left {
        gap: 0 30px;
    }
}

.header-style-four .bd-header-right {
    gap: 0 30px;
}

@media (max-width: 450px) {
    .header-style-four .bd-header-right {
        gap: 0 15px;
    }
}

.header-style-four.bd-sticky .bd-header-inner {
    padding: 0 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-style-four.bd-sticky .bd-support-content {
        display: none;
    }
}

@media (max-width: 450px) {
    .header-style-four.bd-sticky .bd-support-meta .icon {
        display: none;
    }
}

.bd-header-shop-middle {
    border-bottom: 1px solid var(--bd-border-primary);
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (max-width: 575px) {
    .bd-header-shop-middle {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.bd-header-shop-search {
    position: relative;
}

.bd-header-shop-search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    background: transparent;
    border: 1px solid var(--bd-border-primary);
    outline: none;
    font-size: 16px;
    color: var(--bd-theme-black);
    border-radius: 60px;
}

.bd-header-shop-search button {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--bd-primary);
}

.bd-support-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 575px) {
    .bd-support-meta {
        display: none;
    }
}

.bd-support-meta .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background-color: var(--bd-bg-primary);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--bd-theme-black);
}

.bd-support-meta .title {
    font-size: 18px;
    color: var(--bd-primary);
}

.bd-user-dropdown .dropdown-menu {
    background-color: var(--bd-white);
    z-index: 99999;
    right: 40px !important;
    left: auto !important;
    min-width: 360px;
    padding: 30px;
    border: none;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    border-top: 3px solid var(--bd-primary);
}

.bd-user-dropdown .bd-dropdown-login-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--bd-border-primary);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.bd-user-dropdown .title {
    font-size: 18px;
    color: var(--bd-primary);
}

.bd-user-dropdown .new-link {
    font-size: 16px;
    color: var(--bd-theme-black);
    font-weight: 400;
}

/*----------------------------------------*/
/*  3.5.5 Header Common Style
/*----------------------------------------*/
.bd-header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-header-transparent .bd-header-inner {
        padding: 0 55px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-header-transparent .bd-header-inner {
        padding: 0 15px;
        gap: 0 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-header-transparent .bd-header-inner {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-header-transparent .bd-header-inner {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-header-transparent .bd-header-inner {
        padding: 0 15px;
    }
}

@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-header-transparent .bd-header-meta.has-white .meta-icon {
        color: var(--bd-theme-black);
    }
}

.bd-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
    width: 100%;
    max-width: 1535px;
    margin: auto;
    padding: 0 100px;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
    .bd-header-inner {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-header-inner {
        padding: 0 55px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-header-inner {
        padding: 0 15px;
        gap: 0 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-header-inner {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-header-inner {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-header-inner {
        padding: 0 15px;
    }
}

.bd-header-inner-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 999;
}

.bd-header-menu {
    text-align: center;
}

.bd-header-menu ul li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 80px;
}

.bd-header-category {
    position: relative;
}

.bd-header-category:hover .bd-category-dropdown {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.bd-header-transparent-two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.bd-header-transparent-two .header-style-one {
    background-color: transparent;
    box-shadow: none;
    box-shadow: 0px 0px 20px #00000021;
    width: 95%;
    max-width: 1500px;
    margin: auto;
    top: 10px;
    margin-top: 20px;
    border-radius: 20px;
}

.bd-header-transparent-two .bd-sticky {
    background-color: var(--bd-white);
    box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
    border-bottom: none;
}

.bd-header-transparent-two .bd-category-btn {
    border: 1px solid var(--bd-black);
}

.bd-header-meta {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.bd-header-meta::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    inset-inline-end: 0px;
    background-color: var(--bd-border-primary);
}

.bd-header-meta .meta-icon {
    color: var(--bd-primary);
    font-size: 20px;
    position: relative;
}

.bd-header-meta .item-number {
    position: absolute;
    right: -10px;
    top: -9px;
    width: 20px;
    height: 20px;
    background-color: var(--bd-primary);
    color: var(--bd-white);
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 14px;
}

.bd-header-meta.has-white .meta-icon {
    color: var(--bd-white);
}

.bd-header-meta.has-white .item-number {
    background-color: var(--bd-white);
    color: var(--bd-theme-black);
}

.bd-category-btn {
    padding: 0px 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--bd-theme-black);
    cursor: pointer;
    transition: all linear 0.3s;
    border: 1px solid var(--bd-border-primary);
    height: 40px;
}

.bd-category-btn:hover {
    color: var(--bd-primary);
    border-color: var(--bd-primary);
}

.bd-category-dropdown {
    min-width: 250px;
    background-color: var(--bd-white);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    padding: 10px 0;
    transition: 0.3s;
    border-radius: 0 0 8px 8px;
    z-index: 1001;
    position: absolute;
    top: 60px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    text-align: center;
    transform-origin: top center;
}

.bd-category-dropdown ul li {
    position: relative;
    list-style: none;
}

.bd-category-dropdown ul li a {
    display: block;
    padding: 12px 20px;
    position: relative;
    color: var(--bd-theme-black);
    font-size: 16px;
    line-height: 1;
    font-weight: var(--bd-fw-medium);
}

.bd-category-dropdown ul li:hover .bd-category-submenu {
    opacity: 1;
    visibility: visible;
}

.bd-category-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    min-height: 100%;
    background: var(--bd-bg-primary);
    opacity: 0;
    padding: 5px 0;
    visibility: hidden;
    border-radius: 6px;
    transition: all 0.3s linear;
}

.bd-category-children {
    position: relative;
}

.bd-category-children::after {
    position: absolute;
    content: "\f105";
    right: 20px;
    top: 12px;
    font-family: var(--ff-fontawesome);
}

.bd-sticky {
    position: fixed !important;
    top: 0;
    z-index: 55;
    inset-inline-end: 0;
    inset-inline-start: 0;
    width: 100%;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    background: var(--bd-white);
    border-top: 0;
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
}

.bd-sticky .logo-white {
    display: none;
}

.bd-sticky .logo-black {
    display: block;
}

.bd-sticky.header-style-two .btn-outline-primary {
    border: 1px solid var(--bd-primary);
    color: var(--bd-primary);
}

.bd-sticky.header-style-two .btn-outline-primary:hover {
    color: var(--bd-white);
}

.bd-sticky.header-style-two .bd-header-meta::after {
    background-color: var(--bd-border-primary);
}

.bd-sticky.header-style-two .bd-header-meta .meta-icon {
    color: var(--bd-theme-black);
}

.bd-sticky.header-style-four .bd-header-logo {
    display: block;
}

.bd-sticky .bd-header-meta.has-white .meta-icon {
    color: var(--bd-theme-black);
}

.bd-sticky .bd-header-meta.has-white .item-number {
    background-color: var(--bd-primary);
    color: var(--bd-white);
}

.bd-header-logo {
    padding: 14px 0px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bd-header-logo h1 {
    background-image: linear-gradient(to right, #8b14b1, #d53d6e, #8b14b1);
    background-clip: text;
    color: transparent;
    display: inline-block;
    font-size: 35px
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-header-logo {
        padding: 15px 0;
    }
}

.bd-header-logo img {
    width: 100%;
    max-width: 55px;
}

.logo-black {
    display: none;
}

/* Header Bar icon */
.bd-header-hamburger {
    display: none;
}

@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-header-hamburger {
        display: block;
    }
}

.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: 28px;
    height: 2px;
    background: var(--bd-theme-black);
    display: inline-block;
    transition: color 0.2s ease-out;
    margin: 0 auto;
    margin-right: auto;
    margin-right: 0;
}

.bar-icon span:nth-child(1) {
    width: 21px;
    transition: all 0.3s linear;
}

.bar-icon span:nth-child(2) {
    width: 28px;
    transition: all 0.3s linear;
}

.bar-icon span:nth-child(3) {
    width: 15px;
    transition: all 0.3s linear;
}

.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) {
    animation-delay: 0.1s;
}

.bar-icon:hover span:nth-child(3) {
    animation-delay: 0.2s;
}

.bar-icon.is-black span {
    background: var(--bd-theme-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%;
}

@-moz-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@-ms-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@-moz-keyframes headerSlideUp {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -150px;
    }
}

@-ms-keyframes headerSlideUp {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -150px;
    }
}

@-webkit-keyframes headerSlideUp {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -150px;
    }
}

@keyframes headerSlideUp {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -150px;
    }
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1.1 banner Style 1
/*----------------------------------------*/
.bd-banner-one {
    max-height: 930px;
    display: flex;
    align-items: center;
    z-index: 5;
    width: 100%;
    border-radius: 20px;
    max-width: 1500px;
    margin: auto;
    padding-top: 100px !important;
    margin-top: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-one {
        max-height: 740px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-banner-one {
        padding-top: 0px;
    }
}

@media (max-width: 575px) {
    .bd-banner-one {
        padding-top: 80px;
    }
}

.bd-banner-one .bd-banner-p {
    margin-top: 20px;
    color: #333;
    position: relative;

}

.bd-banner-one .bd-banner-p img {
    right: 0;
    position: absolute;
    bottom: -160px;
}

.bd-banner-one .bd-banner-title {
    font-size: 40px;
    z-index: 99999999;
    position: relative;
}

.bd-banner-one .bd-banner-title img {
    position: absolute;
    top: -95px;
    left: 0;
}

.bd-banner-one .bd-banner-title span {
    font-family: "Darumadrop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--bd-primary);
    font-size: 70px;
}

.bd-banner-one .bd-banner-thumb {
    margin-bottom: -170px;
    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-banner-one .bd-banner-thumb {
        margin-bottom: 0;
    }
}

.bd-banner-one .bd-banner-tag-one {
    position: absolute;
    top: 113px;
    left: 49px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-one .bd-banner-tag-one {
        left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-banner-one .bd-banner-tag-one {
        top: 100px;
        left: 0;
    }
}

@media (max-width: 575px) {
    .bd-banner-one .bd-banner-tag-one {
        display: none;
    }
}

.bd-banner-one .bd-banner-tag-one .shape {
    position: absolute;
    right: -30px;
    top: -26px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-banner-one .bd-banner-tag-one .shape {
        display: none;
    }
}

@media (max-width: 1195px) and (min-width: 991px) {
    .bd-banner-one .bd-banner-tag-one {
        left: 220px;
    }

    .bd-banner-one {
        padding-top: 200px
    }
}

.bd-banner-one .bd-banner-tag-one .inner {
    background: var(--bd-white);
    border-right: 5px solid var(--bd-secondary);
    border-bottom: 5px solid var(--bd-secondary);
    padding: 24px 50px 24px 20px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-banner-one .bd-banner-tag-one .inner {
        padding: 20px 20px 20px 20px;
    }
}

.bd-banner-one .bd-banner-tag-one .content {
    margin-left: 15px;
}

.bd-banner-one .bd-banner-tag-one .content .title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: var(--bd-theme-black);
    margin-bottom: 6px;
}

.bd-banner-one .bd-banner-tag-one .content .subtitle {
    font-size: 12px;
    color: #171717;
}

.bd-banner-one .bd-banner-tag-two {
    position: absolute;
    top: 50%;
    right: -10px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}

@media (max-width: 575px) {
    .bd-banner-one .bd-banner-tag-two {
        display: none;
    }
}

.bd-banner-one .bd-banner-tag-two .inner {
    background: var(--bd-white);
    border-right: 4px solid var(--bd-primary);
    border-bottom: 4px solid var(--bd-primary);
    padding: 15px 19px 15px 19px;
    border-radius: 6px;
    position: relative;
    z-index: 5;
}

.bd-banner-one .bd-banner-tag-two .icon {
    display: flex;
    align-items: center;
    gap: 0 25px;
    margin-bottom: 15px;
}

.bd-banner-one .bd-banner-tag-two .content {
    display: flex;
    align-items: center;
    gap: 0 13px;
}

.bd-banner-one .bd-banner-tag-two .content .title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: var(--bd-primary);
}

.bd-banner-one .bd-banner-tag-two .content .subtitle {
    font-size: 12px;
    color: #171717;
}

.bd-banner-one .bd-banner-shape .shape-1 {
    position: absolute;
    left: 45px;
    top: 200px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-banner-one .bd-banner-shape .shape-1 {
        display: none;
    }
}

.bd-banner-one .bd-banner-shape .shape-2 {
    position: absolute;
    bottom: 75px;
    left: 45px;
    animation: right-2-left 1.8s ease-in-out 1.8s forwards infinite alternate;
}

@media (max-width: 575px) {
    .bd-banner-one .bd-banner-shape .shape-2 {
        bottom: 20px;
    }
}

.bd-banner-one .bd-banner-shape .shape-3 {
    position: absolute;
    right: 100px;
    top: 160px;
    animation: scaleZeroOne 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
    width: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-banner-one .bd-banner-shape .shape-3 {
        top: 200px;
    }
}

@media (max-width: 575px) {
    .bd-banner-one .bd-banner-shape .shape-3 {
        right: 20px;
        top: 20px;
        width: 40px;
    }
}

.bd-banner-one .bd-banner-shape .shape-4 {
    position: absolute;
    bottom: 115px;
    left: 720px;
}

@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-one .bd-banner-shape .shape-4 {
        display: none;
    }
}

.bd-banner-one .bd-banner-shape .shape-5 {
    position: absolute;
    right: 175px;
    bottom: 420px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-banner-one .bd-banner-shape .shape-5 {
        display: none;
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

/*----------------------------------------*/
/*  3.1.2 banner Style 2
/*----------------------------------------*/
.bd-banner-slider-wrapper {
    min-height: 930px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-banner-slider-wrapper {
        min-height: 720px;
    }
}

.bd-banner-bg-image {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}

@media (max-width: 450px) {
    .bd-banner-bg-image {
        background-position: center right -170px;
    }
}

.bd-banner-bg-image::before {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.8);
    opacity: 0.6;
}

.bd-banner-content-two {
    padding-top: 300px;
    padding-bottom: 240px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-banner-content-two {
        padding-top: 350px;
    }
}

@media (max-width: 575px) {
    .bd-banner-content-two {
        padding-top: 250px;
        padding-bottom: 200px;
    }
}

.bd-banner-content-two .bd-banner-subtitle {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--bd-white);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0 10px;
    border-radius: 50px;
    display: inline-flex;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.bd-banner-content-two .bd-banner-form-input {
    position: relative;
    border-radius: 50px;
    padding: 6px 6px;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.bd-banner-content-two .bd-banner-form-input input {
    width: 100%;
    height: 60px;
    border-radius: 50px;
    outline: none;
    border: 0;
    padding-inline-start: 30px;
    padding-inline-end: 87px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    backdrop-filter: blur(20px);
    background-color: var(--bd-white);
    color: #525258;
}

.bd-banner-content-two .bd-banner-form-input input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.bd-banner-content-two .bd-banner-form-input button {
    position: absolute;
    inset-inline-end: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}

.bd-banner-content-two .bd-banner-form .form-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

@media (max-width: 450px) {
    .bd-banner-content-two .bd-banner-form .form-list {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.bd-banner-content-two .bd-banner-form .form-list .form-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bd-banner-content-two .bd-banner-form .form-list .form-list-item .icon {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    color: var(--bd-primary);
}

.bd-banner-content-two .bd-banner-form .form-list .form-list-item .description {
    color: var(--bd-white);
}

.bd-banner-navigation-btn-two button {
    position: absolute;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    z-index: 55;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--bd-white);
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.3s linear;
}

.bd-banner-navigation-btn-two button:hover {
    color: var(--bd-theme-black);
    background-color: var(--bd-white);
}

.bd-banner-navigation-btn-two .banner-navigation-next {
    left: auto !important;
    right: 24px;
}

.bdSliderActive .swiper-slide-active .bd-banner-subtitle, .bdSliderActive .swiper-slide-active .bd-banner-title, .bdSliderActive .swiper-slide-active .bd-banner-form-input, .bdSliderActive .swiper-slide-active .form-list {
    animation-fill-mode: both;
    animation-name: bdFadeInUp;
}

.bdSliderActive .swiper-slide-active .bd-banner-subtitle {
    animation-delay: 1s;
    animation-duration: 0.5s;
}

.bdSliderActive .swiper-slide-active .bd-banner-title {
    animation-delay: 1.2s;
    animation-duration: 0.7s;
}

.bdSliderActive .swiper-slide-active .bd-banner-form-input {
    animation-delay: 1.3s;
    animation-duration: 0.8s;
}

.bdSliderActive .swiper-slide-active .form-list {
    animation-delay: 1.4s;
    animation-duration: 0.9s;
}

.bdSliderActive .swiper-slide-active .bd-banner-bg-image {
    transform: scale(1.15);
}

/*----------------------------------------*/
/*  3.1.3 banner Style 3
/*----------------------------------------*/
.bd-banner-three {
    height: 768px;
    display: flex;
    align-items: center;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-three {
        height: 695px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-banner-three {
        height: auto;
        padding-top: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-banner-three {
        height: auto;
        padding-top: 60px;
    }
}

.bd-banner-three .bd-banner-thumb {
    margin-right: -303px;
    margin-bottom: -150px;
    margin-left: -70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-banner-three .bd-banner-thumb {
        margin-right: -170px;
        margin-bottom: -190px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-three .bd-banner-thumb {
        margin-right: -120px;
        margin-bottom: -205px;
    }
}

@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-banner-three .bd-banner-thumb {
        margin-right: -33px;
        margin-bottom: 0px;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .bd-banner-three .bd-banner-thumb {
        margin-right: -12px;
        margin-bottom: 0px;
        margin-left: 0;
    }
}

.bd-banner-three .bd-banner-tag-one {
    position: absolute;
    top: 10px;
    left: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-three .bd-banner-tag-one {
        top: -100px;
        left: 0;
    }
}

@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-three .bd-banner-tag-one {
        top: 40px;
        left: 0;
    }
}

@media (max-width: 450px) {
    .bd-banner-three .bd-banner-tag-one {
        display: none;
    }
}

.bd-banner-three .bd-banner-tag-one .shape-one {
    position: absolute;
    right: -80px;
    z-index: 1;
    top: -33px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-banner-three .bd-banner-tag-one .shape-one {
        display: none;
    }
}

.bd-banner-three .bd-banner-tag-one .shape-two {
    position: absolute;
    z-index: 999;
    right: 20px;
    top: 42px;
}

@media (max-width: 575px) {
    .bd-banner-three .bd-banner-tag-one .shape-two {
        display: none;
    }
}

.bd-banner-three .bd-banner-tag-one .inner {
    background: var(--bd-white);
    border-right: 5px solid var(--bd-secondary);
    border-bottom: 5px solid var(--bd-secondary);
    padding: 17px 85px 10px 18px;
    border-radius: 6px;
    position: relative;
    z-index: 5;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.08);
}

@media (max-width: 575px) {
    .bd-banner-three .bd-banner-tag-one .inner {
        padding: 17px 18px 10px 18px;
    }
}

.bd-banner-three .bd-banner-tag-one .icon {
    display: flex;
    align-items: center;
    gap: 0 25px;
    margin-bottom: 15px;
}

.bd-banner-three .bd-banner-tag-one .title span {
    font-size: 18px;
    font-weight: 600;
    color: var(--bd-secondary);
}

.bd-banner-three .bd-banner-search-form-input input {
    border-radius: 12px;
    border: 1px solid rgba(23, 23, 23, 0.16);
    padding-inline-start: 30px;
    padding-inline-end: 80px;
    background-color: var(--bd-white);
    height: 60px;
}

.bd-banner-three .bd-banner-search-form-input button {
    position: absolute;
    inset-inline-end: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    height: 48px;
    width: 48px;
    z-index: 5;
}

.bd-banner-three .features-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.bd-banner-three .features-list-item {
    display: inline-flex;
    align-items: center;
    padding: 14px 15px;
    gap: 12px;
    border-radius: 6px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-three .features-list-item {
        padding: 14px 11px;
        gap: 8px;
    }
}

@media (max-width: 450px) {
    .bd-banner-three .features-list-item {
        padding: 10px 10px;
    }
}

.bd-banner-three .features-list-item:nth-child(1) {
    background-color: rgba(7, 161, 105, 0.1);
}

.bd-banner-three .features-list-item:nth-child(2) {
    background-color: rgba(255, 184, 0, 0.1);
}

.bd-banner-three .features-list-item:nth-child(3) {
    background-color: rgba(13, 202, 240, 0.1);
}

.bd-banner-three .features-list-item .thumb img {
    width: 28px;
    height: 28px;
}

.bd-banner-three .features-list-item .title {
    font-size: 16px;
    font-weight: 600;
}

.bd-banner-three .features-list-item .subtitle {
    color: #575757;
}

.bd-banner-three .bd-banner-shape .shape-1 {
    left: 134px;
    top: 134px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-three .bd-banner-shape .shape-1 {
        top: 80px;
    }
}

.bd-banner-three .bd-banner-shape .shape-2 {
    left: 0;
    bottom: 175px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-banner-three .bd-banner-shape .shape-2 {
        left: -20px;
        bottom: -30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-three .bd-banner-shape .shape-2 {
        display: none;
    }
}

.bd-banner-three .bd-banner-shape .shape-3 {
    left: 900px;
    top: 97px;
}

.bd-banner-three .bd-banner-shape .shape-4 {
    right: 875px;
    bottom: 382px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-banner-three .bd-banner-shape .shape-4 {
        right: 650px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-three .bd-banner-shape .shape-4 {
        right: 480px;
        bottom: 335px;
    }
}

.bd-banner-three .bd-banner-shape .shape-5 {
    right: 181px;
    top: 88px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-three .bd-banner-shape .shape-5 {
        right: 120px;
        top: 50px;
    }
}

.bd-banner-three .bd-banner-shape .shape-6 {
    right: 95px;
    top: 362px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-banner-three .bd-banner-shape .shape-6 {
        right: 380px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-three .bd-banner-shape .shape-6 {
        display: none;
    }
}

.shape-move .shape-1,
.shape-move .shape-2,
.shape-move .shape-3,
.shape-move .shape-4,
.shape-move .shape-5,
.shape-move .shape-6 {
    will-change: transform;
    transition: transform 0.1s ease-out;
}

/*----------------------------------------*/
/*  3.1.4 Banner Style 4
/*----------------------------------------*/
.bd-banner-four {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 940px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-four {
        min-height: 860px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-banner-four {
        min-height: 750px;
    }
}

.bd-banner-four-mask::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    background-image: url(../images/banner/banner-4/kindergarten-banner-overly.webp);
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    z-index: 5;
}

.bd-banner-bg {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 521px;
    background-color: var(--bd-primary);
    z-index: -1;
}

@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-bg {
        width: 100%;
        height: 35%;
        top: auto;
        bottom: 0;
    }
}

@media (max-width: 450px) {
    .bd-banner-bg {
        width: 100%;
        height: 30%;
        top: auto;
        bottom: 0;
    }
}

.bd-banner-bg::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 100%;
    width: 521px;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 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-banner-bg::before {
        width: 100%;
        height: 300px;
    }
}

.bd-banner-section-wrapper {
    z-index: 5;
}

@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-section-wrapper {
        padding-top: 150px;
    }
}

.bd-banner-thumb-wrapper {
    position: relative;
    z-index: 4;
}

.bd-banner-thumb-wrapper .curly-arrow {
    position: absolute;
    left: 2%;
    top: 15%;
    z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-banner-thumb-four {
        margin-top: 70px;
    }
}

.bd-banner-four-shape-wrap .shape-1 {
    position: absolute;
    top: 140px;
    left: 0;
    z-index: 1;
}

.bd-banner-four-shape-wrap .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
}

/*----------------------------------------*/
/*  3.1.5 Banner Style 5
/*----------------------------------------*/
.bd-banner-five {
    min-height: 930px;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-five {
        min-height: 780px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-banner-five {
        min-height: 730px;
    }
}

.bd-banner-five .bd-banner-section-wrapper {
    padding-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-banner-five .bd-banner-section-wrapper {
        padding-top: 140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-banner-five .bd-banner-section-wrapper {
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-banner-five .bd-banner-section-wrapper {
        padding-top: 150px;
        padding-bottom: 120px;
    }
}

@media (max-width: 575px) {
    .bd-banner-five .bd-banner-section-wrapper {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (max-width: 450px) {
    .bd-banner-five .bd-banner-section-wrapper {
        padding-top: 160px;
        padding-bottom: 100px;
    }
}

.bd-banner-five .bd-banner-title {
    font-size: 62px;
    color: var(--bd-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-banner-five .bd-banner-title {
        font-size: 48px;
    }
}

@media (max-width: 450px) {
    .bd-banner-five .bd-banner-title {
        font-size: 36px;
    }
}

.bd-banner-five .bd-banner-description {
    color: rgba(255, 255, 255, 0.7);
}

.bd-banner-five .bd-banner-thumb-shape {
    position: absolute;
    width: 850px;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-five .bd-banner-thumb-shape {
        width: 600px;
    }
}

@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), (max-width: 450px) {
    .bd-banner-five .bd-banner-thumb-shape {
        width: 100%;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}

.bd-banner-five .bd-banner-thumb-wrapper {
    margin-left: 110px;
    position: relative;
    margin-bottom: -225px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .bd-banner-five .bd-banner-thumb-wrapper {
        margin-left: 70px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-banner-five .bd-banner-thumb-wrapper {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-five .bd-banner-thumb-wrapper {
        margin-left: 0;
        margin-bottom: -180px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-banner-five .bd-banner-thumb-wrapper {
        margin-left: 0;
        margin-bottom: -260px;
    }
}

@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-five .bd-banner-thumb-wrapper {
        margin-left: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 450px) {
    .bd-banner-five .bd-banner-thumb-wrapper {
        margin-left: 0;
        margin-bottom: -10px;
    }
}

.bd-banner-five .bd-banner-thumb {
    position: relative;
    z-index: 10;
    transform: translateX(15px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-five .bd-banner-thumb {
        max-width: 540px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-banner-five .bd-banner-thumb {
        transform: translateX(0);
        text-align: center;
        width: 400px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-banner-five .bd-banner-thumb {
        transform: translateX(0px);
        width: 450px;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .bd-banner-five .bd-banner-thumb {
        transform: translateX(0px);
        width: 400px;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 450px) {
    .bd-banner-five .bd-banner-thumb {
        transform: translateX(0px);
        width: 310px;
        text-align: center;
        margin: 0 auto;
    }
}

.bd-banner-five .bd-banner-shape .shape-1 {
    top: 0;
    left: 80px;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-banner-five .bd-banner-shape .shape-1 {
        top: -50px;
        left: 100px;
    }
}

.bd-banner-five .bd-banner-shape .shape-2 {
    bottom: 0;
    left: 0;
    z-index: -1;
}

.bd-banner-five .bd-banner-shape .shape-3 {
    top: 0;
    right: 0;
    z-index: -1;
}

.bd-banner-five .bd-banner-shape .shape-4 {
    top: 220px;
    left: 920px;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .bd-banner-five .bd-banner-shape .shape-4 {
        left: 820px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .bd-banner-five .bd-banner-shape .shape-4 {
        left: 720px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-banner-five .bd-banner-shape .shape-4 {
        left: 560px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-five .bd-banner-shape .shape-4 {
        top: 120px;
        left: 470px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-banner-five .bd-banner-shape .shape-4 {
        top: 130px;
        left: 470px;
        width: 70px;
    }
}

.bd-banner-five .bd-banner-shape .shape-5 {
    top: 285px;
    left: 995px;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .bd-banner-five .bd-banner-shape .shape-5 {
        left: 865px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .bd-banner-five .bd-banner-shape .shape-5 {
        left: 795px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-banner-five .bd-banner-shape .shape-5 {
        left: 625px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-five .bd-banner-shape .shape-5 {
        top: 185px;
        left: 535px;
    }
}

@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-banner-five .bd-banner-shape .shape-5 {
        display: none;
    }
}

.bd-banner-five .bd-banner-social {
    display: flex;
    align-items: center;
    gap: 75px;
    position: absolute;
    right: -50px;
    transform: rotate(-90deg);
    top: 490px;
    color: var(--bd-white);
    z-index: 99999;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-five .bd-banner-social {
        right: -80px;
    }
}

@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-banner-five .bd-banner-social {
        margin-top: 30px;
        position: inherit;
        transform: rotate(0deg);
    }
}

.bd-banner-five .bd-banner-social .social-icon-style-01 ul li a:hover {
    color: var(--bd-secondary);
}

.bd-banner-five .bd-banner-social span {
    position: relative;
}

.bd-banner-five .bd-banner-social span::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -50px;
    width: 40px;
    height: 1px;
    background-color: var(--bd-white);
    transform: translateY(-50%);
}

.bd-banner-five .bd-banner-social .social-icon-style-01 ul li a {
    font-size: 16px;
}

/*----------------------------------------*/
/*  3.1.5 Banner Style 5
/*----------------------------------------*/
.bd-banner-six {
    min-height: 700px;
    display: flex;
    align-items: center;
}

.bd-banner-content-six .bd-banner-title {
    color: var(--bd-white);
    font-size: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-banner-content-six .bd-banner-title {
        font-size: 42px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-banner-content-six .bd-banner-title {
        font-size: 36px;
    }
}

.bd-banner-content-six .bd-banner-subtitle {
    position: relative;
    color: var(--bd-white);
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
}

.bd-banner-content-six .bd-banner-description {
    color: rgba(255, 255, 255, 0.9);
}

.bd-banner-thumb {
    margin-left: 30px;
}

.bookSlider {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.bookSlider .swiper-slide-active .bd-book-slider-item {
    position: relative;
}

.bookSlider .swiper-slide-active .bd-book-slider-item:hover .bd-book-slider-btn {
    opacity: 1;
    visibility: visible;
}

.bookSlider .swiper-slide-active .bd-book-slider-item:hover .bd-book-slider-thumb::before {
    opacity: 0;
    visibility: hidden;
}

.bookSlider .swiper-slide-active .bd-book-slider-item:hover .bd-book-slider-thumb::after {
    opacity: 1;
    visibility: visible;
}

.bookSlider .swiper-slide-active .bd-book-slider-thumb {
    position: relative;
}

.bookSlider .swiper-slide-active .bd-book-slider-thumb::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
    background: linear-gradient(359.23deg, rgba(7, 161, 105, 0.25) 0.63%, rgba(255, 255, 255, 0) 99.34%);
}

.bookSlider .swiper-slide-active .bd-book-slider-thumb::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    background: linear-gradient(359.23deg, rgba(0, 23, 15, 0.35) 0.63%, rgba(0, 23, 15, 0.35) 99.34%);
}

.bd-book-slider-btn {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

.bd-book-slider-pagination .swiper-pagination-bullet {
    background-color: var(--bd-white);
    opacity: 1;
}

.bd-book-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bd-secondary);
}

/*----------------------------------------*/
/*  3.1.5 Banner Style 5
/*----------------------------------------*/
.bd-banner-seven {
    min-height: 700px;
    display: flex;
    align-items: center;
    z-index: 5;
    padding: 50px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-seven {
        min-height: 700px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-banner-seven {
        padding-top: 100px;
    }
}

.bd-banner-seven .bd-banner-tag-two {
    position: absolute;
    top: 110px;
    left: -80px;
    z-index: 5;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-banner-seven .bd-banner-tag-two {
        left: -120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-banner-seven .bd-banner-tag-two {
        left: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-banner-seven .bd-banner-tag-two {
        display: none;
    }
}

.bd-banner-seven .bd-banner-tag-two .inner {
    background: var(--bd-white);
    border-right: 4px solid var(--bd-secondary);
    border-bottom: 4px solid var(--bd-secondary);
    padding: 15px 19px 15px 19px;
    border-radius: 6px;
    position: relative;
    z-index: 5;
}

.bd-banner-seven .bd-banner-tag-two .icon {
    display: flex;
    align-items: center;
    gap: 0 25px;
    margin-bottom: 15px;
}

.bd-banner-seven .bd-banner-tag-two .content {
    display: flex;
    align-items: center;
    gap: 0 13px;
}

.bd-banner-seven .bd-banner-tag-two .content .title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: var(--bd-primary);
}

.bd-banner-seven .bd-banner-tag-two .content .subtitle {
    font-size: 12px;
    color: #171717;
}

.bd-banner-seven-thumb {
    max-width: 565px;
    margin-left: auto;
    margin-bottom: -50px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-seven-thumb {
        margin-bottom: -155px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-banner-seven-thumb {
        margin: 0 auto;
        margin-bottom: -50px;
    }
}

.bd-banner-language {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    width: 620px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-banner-language {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
}

@media (max-width: 450px) {
    .bd-banner-language {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
}

.bd-banner-language .item {
    background-color: var(--bd-white);
    display: inline-flex;
    align-items: center;
    gap: 0 10px;
    padding: 0 15px;
    height: 50px;
    box-shadow: 0px 4px 10px 0px rgba(131, 131, 131, 0.1);
    border-radius: 6px;
    transition: var(--transition);
}

.bd-banner-language .item:hover {
    background-color: var(--bd-primary);
}

.bd-banner-language .item:hover .language-name {
    color: var(--bd-white);
}

.bd-banner-language .language-thumb {
    width: 36px;
    min-width: 36px;
    height: 36px;
}

.bd-banner-language .language-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.bd-banner-language .language-name {
    font-size: 16px;
    font-weight: var(--bd-fw-medium);
    color: var(--bd-theme-black);
    transition: var(--transition);
}

.bd-banner-seven-shape {
    position: absolute;
    top: 40px;
    opacity: 0.05;
    left: 300px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-banner-seven-shape {
        display: none;
    }
}

.bd-banner-seven-shape-two {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 50px;
    opacity: 0.3;
}

@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-banner-seven-shape-two {
        top: 20px;
    }
}

.bd-banner-seven-shape-three {
    position: absolute;
    top: 50px;
    right: 100px;
    width: 50px;
    opacity: 0.3;
}

@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-banner-seven-shape-three {
        top: 20px;
    }
}

.bd-banner-seven-shape-four {
    position: absolute;
    bottom: 50px;
    left: 100px;
    width: 50px;
    opacity: 0.3;
}

.bd-banner-seven-shape-five {
    position: absolute;
    bottom: 50px;
    right: 100px;
    width: 50px;
    opacity: 0.3;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-banner-seven-shape-five {
        bottom: 40px;
        right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-seven-shape-five {
        bottom: 30px;
        right: 500px;
    }
}

.bd-banner-seven-shape-six {
    position: absolute;
    bottom: 100px;
    left: 980px;
    width: 50px;
    opacity: 0.3;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-banner-seven-shape-six {
        left: 700px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-seven-shape-six {
        bottom: 120px;
        left: 450px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-banner-seven-shape-six {
        bottom: 500px;
        left: 850px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-banner-seven-shape-six {
        bottom: 550px;
        left: 600px;
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(220px);
    }
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.6.1 Main menu css
/*----------------------------------------*/
.main-menu > ul {
    display: inline-flex;
    gap: 0 44px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .main-menu > ul {
        gap: 0 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu > ul {
        gap: 0 10px;
    }
}

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

.main-menu > ul > li:hover > ul {
    opacity: 1;
    pointer-events: all;
    top: 100%;
}

.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: 20px;
    font-weight: 500;
    color: var(--bd-theme-black);
    padding: 28px 20px;
    display: inline-block;
    font-family: var(--bd-ff-body);
    position: relative;
    transition: all 0.3s linear;
    text-transform: capitalize;
}

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

.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: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: all 0.5s;
    top: 100%;
    border-radius: 0 0 4px 4px;
    top: 100px;
}

.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;
    border-radius: 0 4px 4px 4px;
}

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

.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-theme-black);
    padding: 8px 12px;
    display: block;
    transition: all 0.5s;
    text-align: left;
    cursor: pointer;
}

.main-menu .submenu li a.active {
    color: var(--bd-primary);
}

.main-menu .has-mega-menu {
    position: static;
    transition: all 15s ease-in-out;
}

.main-menu .mega-menu {
    background-color: var(--bd-white);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    padding: 30px 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1320px;
    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;
    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 {
        width: 100%;
        column-gap: 30px;
    }
}

.main-menu .mega-menu.mega-grid-5 {
    grid-template-columns: repeat(5, 1fr);
    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-theme-black);
    padding: 5px;
    display: inline-block;
    align-items: center;
    gap: 8px;
    background: transparent;
    border-radius: 8px;
    transition: all 0.3s;
}

.main-menu .mega-menu li a:hover {
    color: var(--bd-primary);
}

.main-menu .mega-menu li a.active {
    color: var(--bd-primary);
}

.main-menu .mega-menu .title {
    font-weight: 500;
    color: var(--bd-theme-black);
    border-bottom: 1px solid var(--bd-border-primary);
    padding-bottom: 10px;
    margin-bottom: 15px;
    pointer-events: none;
    border-radius: 0;
    display: block;
}

.main-menu .mega-style-2 {
    padding: 0 15%;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
}

.main-menu .mega-style-2 .title {
    height: 70px;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    overflow: visible;
    padding-left: 30px;
}

.main-menu .mega-style-2 .title:after {
    position: absolute;
    content: "";
    width: 5000px;
    height: 1px;
    background-color: #333337;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.main-menu .mega-style-2 > li:not(:first-child) {
    border-left: 1px solid #333337;
}

.main-menu .mega-style-2 ul {
    column-count: 2;
    position: relative;
    padding: 20px 0;
}

.main-menu .mega-style-2 ul:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 700px;
    background-color: #333337;
    top: 0;
    left: 50%;
    z-index: 1;
}

.main-menu .mega-style-2 ul li a {
    padding-left: 30px;
}

.main-menu .mega-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
}

.main-menu .mega-grid-3 {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 60px;
}

.main-menu .mega-grid-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 30px;
}

.main-menu .mega-grid-5 {
    grid-template-columns: repeat(5, 1fr);
    gap: 0 30px;
}

.main-menu .mega-grid-6 {
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.main-menu .home-menu-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 20px;
    column-gap: 20px;
    padding-bottom: 25px;
}

.main-menu .list-3-column ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu .list-3-column ul {
        column-gap: 30px;
    }
}

.main-menu .span-first-item ul li:first-child {
    grid-column: 1/-1;
    column-span: all;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu-2 {
        display: none;
    }
}

.main-menu-2 li {
    display: inline-block;
    padding: 0 10px;
}

.main-menu-2 li a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: var(--bd-white);
    padding: 10px;
    text-transform: capitalize;
}

.main-menu-2 li a:hover {
    color: var(--bd-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu-2 li a {
        padding: 5px 0;
    }
}

.main-menu-3 li {
    display: inline-block;
    margin-right: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu-3 li {
        margin-right: 25px;
    }
}

.main-menu-3 li:last-child {
    margin-right: 0;
}

.main-menu-3 li a {
    color: var(--bd-white);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.main-menu-3 li a:hover {
    color: var(--bd-primary);
}

.main-menu-4 li {
    display: inline-block;
    margin-right: 50px;
}

.main-menu-4 li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bd-white);
    text-transform: uppercase;
}

.main-menu-4 li a:hover {
    color: var(--bd-primary);
}

.main-menu .mega-style-3 .title,
.main-menu .mega-style-2 .title {
    padding-top: 28px;
}

.main-menu li .has-arrow > a::before {
    content: "\f107";
    font-family: var(--ff-fontawesome);
    font-weight: 600;
    position: absolute;
    right: 32px;
    transition: all 0.3s ease-in-out;
}

.main-menu li .has-arrow:hover a::before {
    transform: rotate(-90deg);
}

@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) {
    .last-children.submenu {
        right: 10px;
        left: auto;
    }

    .last-children.submenu ul {
        right: calc(100% + 10px);
        left: auto;
    }

    .last-children .has-arrow:hover a::after {
        transform: rotate(90deg) !important;
    }
}

@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) {
    .main-menu > ul > li:hover > ul.last-children.submenu li:hover > ul {
        right: 100%;
        left: auto;
    }
}

.home-menu-item {
    position: relative;
    line-height: 1;
    padding: 0 0 !important;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .home-menu-item {
        margin-bottom: 20px;
        padding-top: 20px;
    }
}

.home-menu-item:hover .home-menu-thumb::before {
    opacity: 0.5;
}

.home-menu-thumb {
    position: relative;
    border: 1px solid var(--bd-border-primary);
    border-radius: 6px;
    margin-bottom: 15px;
}

.home-menu-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--bd-secondary);
    opacity: 0;
    transition: all 0.3s linear;
    left: 0;
    bottom: 0;
    border-radius: 6px;
}

.home-menu-thumb img {
    width: 100%;
    border-radius: 6px;
}

.home-menu-title {
    line-height: 1;
}

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

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

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

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


/*----------------------------------------*/
/*  3.6.2 Mobile Menu css
/*----------------------------------------*/
.bd-mobile-menu-smaller {
    display: none;
}

@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-mobile-menu-smaller {
        display: block;
    }
}

.bd-offcanvas-menu ul li {
    position: relative;
    list-style: none;
}

.bd-offcanvas-menu ul li:not(:last-child) {
    margin-bottom: 8px;
}

.bd-offcanvas-menu ul li > a {
    display: block;
    font-size: 16px;
    color: var(--bd-theme-black);
    padding: 10px 0;
    padding-inline-end: 0px;
}

.bd-offcanvas-menu ul li > a.active {
    color: var(--bd-primary);
}

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

.bd-offcanvas-menu ul li.active > a {
    color: var(--bd-primary);
}

.bd-offcanvas-menu ul li.active > .bd-menu-close {
    color: var(--bd-primary);
}

.bd-offcanvas-menu ul li.active > .bd-menu-close i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.bd-offcanvas-menu ul li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bd-offcanvas-menu ul li .submenu,
.bd-offcanvas-menu ul li .mega-menu {
    display: none;
    padding-inline-start: 20px;
}

.bd-offcanvas-menu ul li .has-homemenu {
    padding-inline-start: 0;
}

.bd-offcanvas-menu ul li .homemenu-title {
    color: var(--bd-white);
}

.bd-menu-close {
    position: absolute;
    inset-inline-end: 0;
    margin-left: 5px;
    top: 5px;
    font-size: 18px;
    color: #444;
    z-index: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bd-menu-close i {
    transition: all 0.3s ease-in-out;
}

/* Menu index */
/*----------------------------------------*/
/*  3.2.2 Blog css
/*----------------------------------------*/
.bd-blog-wrapper.blog-standard {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.bd-blog-wrapper.blog-standard:not(:last-child) {
    margin-bottom: 30px;
}

.bd-blog-wrapper.blog-standard:hover .bd-blog-thumb::before {
    animation: shine 800ms;
}

.bd-blog-wrapper.blog-standard:hover .bd-blog-thumb img {
    transform: scale(1.1);
}

.bd-blog-wrapper.blog-standard .bd-blog-thumb {
    width: 100%;
    height: 400px;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-blog-wrapper.blog-standard .bd-blog-thumb {
        height: 100%;
    }
}

.bd-blog-wrapper.blog-standard .bd-blog-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.bd-blog-wrapper.blog-standard .bd-blog-thumb img {
    object-fit: cover;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
}

.bd-blog-wrapper.blog-standard .bd-blog-meta-item {
    display: flex;
    align-items: center;
    gap: 15px 20px;
    padding: 18px 30px;
    flex-wrap: wrap;
    background-color: var(--primary-rgb-05);
    margin-bottom: 0;
    margin-right: 0;
}

.bd-blog-wrapper.blog-standard .bd-blog-meta-item span {
    font-size: 16px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.bd-blog-wrapper.blog-standard .bd-blog-meta-item span i {
    color: var(--bd-primary);
}

.bd-blog-wrapper.blog-standard .bd-blog-content {
    padding: 30px 30px;
    border-radius: 0 0 10px 10px;
    background-color: var(--bd-white);
}

.bd-blog-wrapper.blog-standard .bd-blog-title {
    font-size: 32px;
}

.bd-blog-wrapper.style-one {
    background: var(--bd-white);
    border-radius: 6px;
}

.bd-blog-wrapper.style-one:hover .bd-blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-blog-wrapper.style-one .bd-blog-thumb {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    height: 280px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-blog-wrapper.style-one .bd-blog-thumb {
        height: 100%;
    }
}

.bd-blog-wrapper.style-one .bd-blog-thumb img {
    width: 100%;
    height: 100%;
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}

.bd-blog-wrapper.style-one .bd-blog-content {
    padding: 30px 30px;
}

.bd-blog-wrapper.style-one .bd-blog-content .title {
    border-bottom: 1px solid var(--bd-border-primary);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.bd-blog-wrapper.style-two {
    position: relative;
    border: 1px solid var(--bd-border-primary);
    padding: 30px;
    border-radius: 6px 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 450px) {
    .bd-blog-wrapper.style-two {
        padding: 20px;
    }
}

.bd-blog-wrapper.style-two:hover .bd-blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-blog-wrapper.style-two .bd-blog-thumb {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 6px 6px;
}

.bd-blog-wrapper.style-two .bd-blog-thumb .bd-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}

.bd-blog-wrapper.style-two .bd-blog-thumb img {
    width: 100%;
    height: 280px;
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-blog-wrapper.style-two .bd-blog-thumb img {
        height: 100%;
    }
}

.bd-blog-wrapper.style-two .content .bd-blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--bd-border-primary);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.bd-blog-wrapper.style-two .content .border-btn {
    width: 40px;
    height: 40px;
    border: 1px solid var(--bd-border-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

.bd-blog-wrapper.style-two .content .border-btn:hover {
    background: var(--bd-primary);
    border-color: var(--bd-primary);
}

.bd-blog-wrapper.style-two .content .border-btn:hover i {
    color: var(--bd-white);
}

.bd-blog-wrapper.style-two .title {
    margin-bottom: 15px;
}

.bd-blog-wrapper.style-two .btn-inner .link {
    font-weight: var(--bd-fw-medium);
}

.bd-blog-wrapper.style-two .btn-inner .link:hover {
    color: var(--bd-primary);
}

.bd-blog-wrapper.style-three {
    background: var(--bd-white);
    display: grid;
    grid-template-columns: 280px 1fr;
    align-items: center;
    height: 100%;
    border-radius: 6px 6px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-blog-wrapper.style-three {
        grid-template-columns: 230px 1fr;
    }
}

@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-blog-wrapper.style-three {
        grid-template-columns: 1fr;
    }
}

.bd-blog-wrapper.style-three:hover .bd-blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-blog-wrapper.style-three .bd-blog-thumb {
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: 6px 0 0 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-blog-wrapper.style-three .bd-blog-thumb {
        height: 265px;
    }
}

@media (max-width: 450px) {
    .bd-blog-wrapper.style-three .bd-blog-thumb {
        height: 250px;
    }
}

.bd-blog-wrapper.style-three .bd-blog-thumb img {
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
    height: 100%;
    width: 100%;
}

.bd-blog-wrapper.style-three .bd-blog-content {
    padding: 30px 30px;
}

.bd-blog-wrapper.style-three .bd-blog-content .title {
    border-bottom: 1px solid var(--bd-border-primary);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.bd-blog-wrapper.style-three .bd-blog-content p {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bd-blog-wrapper.style-four:hover .icon-text-btn span {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.bd-blog-wrapper.style-four:hover .bd-blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-blog-wrapper.style-four .bd-blog-content {
    padding: 30px 30px 23px;
    border-radius: 0 0 6px 6px;
    background-color: var(--bd-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.bd-blog-wrapper.style-four .bd-blog-content p {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bd-blog-wrapper.style-four .title {
    margin-bottom: 15px;
}

.bd-blog-wrapper.style-four .bd-blog-thumb {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 250px;
}

@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-blog-wrapper.style-four .bd-blog-thumb {
        height: 100%;
    }
}

.bd-blog-wrapper.style-four .bd-blog-thumb img {
    width: 100%;
    height: 100%;
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}

.bd-blog-wrapper.style-four .bd-blog-meta-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .bd-blog-wrapper.style-four .bd-blog-meta-list {
        gap: 8px 0;
    }
}

.bd-blog-wrapper.style-five {
    position: relative;
}

.bd-blog-wrapper.style-five:hover .bd-blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-blog-wrapper.style-five .bd-blog-thumb {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 6px;
}

.bd-blog-wrapper.style-five .bd-blog-thumb img {
    width: 100%;
    min-height: 300px;
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}

.bd-blog-wrapper.style-five .title {
    margin-bottom: 20px;
    margin-top: 15px;
}

.bd-blog-wrapper.style-five .bd-blog-content {
    background-color: var(--bd-white);
    padding: 30px 30px;
    box-shadow: 0px 4px 10px 0px rgba(131, 131, 131, 0.1);
    margin-top: -85px;
    position: relative;
    z-index: 5;
    margin-left: 20px;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
}

.bd-blog-wrapper.style-six {
    display: grid;
    grid-template-columns: 260px auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-blog-wrapper.style-six {
        grid-template-columns: 230px auto;
    }
}

@media (max-width: 575px) {
    .bd-blog-wrapper.style-six {
        grid-template-columns: auto;
    }
}

.bd-blog-wrapper.style-six .blog-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    margin-bottom: 0;
    z-index: 2;
}

.bd-blog-wrapper.style-six:hover .bd-blog-thumb a img {
    transform: scale(1.05);
}

.bd-blog-wrapper.style-six:hover .icon-text-btn span {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.bd-blog-wrapper.style-six:hover .image-hover-effect a::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.bd-blog-wrapper.style-six .bd-blog-thumb {
    overflow: hidden;
    border-radius: 8px 0px 0px 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-blog-wrapper.style-six .bd-blog-thumb {
        height: 322px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-blog-wrapper.style-six .bd-blog-thumb {
        border-radius: 8px 8px 0px 0px;
    }
}

.bd-blog-wrapper.style-six .bd-blog-thumb img {
    max-width: 100%;
    height: 100%;
}

.bd-blog-wrapper.style-six .bd-blog-content {
    padding: 30px 30px 30px 30px;
    border-radius: 0px 8px 8px 0px;
    background-color: var(--bd-bg-primary);
}

@media (max-width: 575px) {
    .bd-blog-wrapper.style-six .bd-blog-content {
        border-radius: 0px 0px 8px 8px;
    }
}

.bd-blog-wrapper.style-six .bd-blog-content .bd-blog-meta-list {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.bd-blog-wrapper.style-seven .bd-blog-thumb {
    border-radius: 6px;
    overflow: hidden;
}

.bd-blog-wrapper.style-seven .bd-blog-thumb img {
    min-height: 260px;
    height: 100%;
    width: 100%;
}

.bd-blog-wrapper.style-seven .bd-blog-content {
    padding: 30px 30px;
    background: var(--bd-white);
    box-shadow: 0px 20px 40px rgba(28, 51, 84, 0.1);
    border-radius: 0 0 5px 5px;
}

.bd-blog-wrapper.style-seven:hover .bd-blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-blog-wrapper.style-eight {
    border-radius: 6px;
    overflow: hidden;
}

.bd-blog-wrapper.style-eight:hover .bd-blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-blog-wrapper.style-eight .bd-blog-thumb {
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

.bd-blog-wrapper.style-eight .bd-blog-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}

.bd-blog-wrapper.style-eight .bd-blog-content {
    position: relative;
    padding: 20px 25px;
    border: 1px solid var(--bd-border-primary);
    border-top: 0;
    border-radius: 0 0 6px 6px;
    padding-inline-start: 52px;
    border-inline-start: 0;
    transition: all 0.3s ease-out 0s;
}

.bd-blog-wrapper.style-eight .date {
    position: absolute;
    bottom: 0;
    height: 100%;
    writing-mode: vertical-lr;
    left: 0;
    transform: rotate(-180deg);
}

.bd-blog-wrapper.style-eight .date span {
    background: var(--bd-secondary);
    color: var(--bd-white);
    padding: 0px 2px;
    height: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.bd-blog-wrapper.style-eight .bd-blog-meta-item {
    position: relative;
    margin-inline-end: 15px;
    padding-inline-end: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-blog-wrapper.style-eight .bd-blog-meta-item {
        margin-inline-end: 8px;
        padding-inline-end: 8px;
    }
}

.bd-blog-wrapper.style-eight .bd-blog-meta-item::before {
    position: absolute;
    content: " ";
    width: 1px;
    height: 20px;
    inset-inline-end: 0px;
    top: 50%;
    background: var(--bd-border-primary);
    transform: translateY(-50%);
}

.bd-blog-wrapper.style-eight .bd-blog-meta-item:last-child::before {
    display: none;
}

.bd-blog-wrapper.style-eight .bd-blog-meta-list {
    margin-bottom: 10px;
}

.bd-blog-wrapper.style-eight .bd-blog-title {
    margin-bottom: 15px;
}

.bd-blog-wrapper.style-eight .bd-blog-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bd-blog-wrapper.style-nine {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.bd-blog-wrapper.style-nine::after {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 37.57%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.57%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bd-blog-wrapper.style-nine .bd-blog-thumb {
    overflow: hidden;
}

.bd-blog-wrapper.style-nine .bd-blog-content {
    padding: 30px 25px 25px 30px;
    background-color: transparent;
    box-shadow: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.bd-blog-wrapper.style-nine:hover .bd-blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-blog-wrapper.style-nine .bd-blog-meta-item .meta-author {
    color: var(--bd-white);
}

.bd-blog-wrapper.style-nine .bd-blog-meta-item .meta-text {
    color: var(--bd-white);
}

.bd-blog-wrapper.style-ten {
    overflow: hidden;
}

.bd-blog-wrapper.style-ten .bd-blog-thumb {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.bd-blog-wrapper.style-ten .bd-blog-thumb img {
    height: 250px;
    width: 100%;
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}

.bd-blog-wrapper.style-ten .bd-blog-thumb-wrapper {
    position: relative;
}

.bd-blog-wrapper.style-ten:hover .bd-blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-blog-wrapper.style-ten .bd-blog-content {
    padding: 40px 30px 30px 30px;
    background-color: var(--bd-bg-primary);
    border-radius: 0 0 6px 6px;
}

.bd-blog-wrapper.style-ten .bd-blog-content .title {
    margin-bottom: 25px;
}

.bd-blog-wrapper.style-ten .bd-blog-meta-list {
    margin-bottom: 15px;
}

.bd-blog-wrapper.style-eleven {
    border-radius: 24px;
    overflow: hidden;
}

.bd-blog-wrapper.style-eleven .bd-blog-content {
    padding: 30px 30px;
    border: 1px solid var(--bd-border-primary);
    border-radius: 0 0 24px 24px;
}

.bd-blog-wrapper.style-eleven .bd-blog-thumb-wrapper {
    position: relative;
    overflow: hidden;
}

.bd-blog-wrapper.style-eleven:hover .bd-blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-blog-wrapper.style-eleven .bd-blog-badge.bottom {
    left: 30px;
    bottom: 0;
}

.bd-blog-badge {
    position: absolute;
    top: 15px;
    left: 15px;
}

.bd-blog-badge.badge-right {
    left: auto;
    right: 15px;
}

.bd-blog-badge.bottom {
    top: auto;
    bottom: 15px;
}

.bd-blog-badge-circle {
    position: absolute;
    right: 15px;
    bottom: -40px;
}

.bd-blog-badge-circle .bd-circle-badge {
    flex-direction: column;
    line-height: 1.1;
}

.bd-blog-badge-circle .bd-circle-badge .subtitle {
    font-size: 14px;
    font-weight: 400;
}

.bd-blog-column {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-blog-column {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 30px;
    }
}

.bd-blog-slider-navigation button {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: transparent;
    border: 1px solid var(--bd-primary);
    border-radius: 6px;
    color: var(--bd-primary);
    transition: all 0.3s ease-in-out;
}

.bd-blog-slider-navigation button:hover {
    background-color: var(--bd-primary);
    color: var(--bd-white);
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.bd-blog-wrapper .bd-blog-thumb {
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

.bd-blog-wrapper .bd-blog-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.bd-blog-wrapper:hover .bd-blog-thumb::before {
    animation: shine 800ms;
}

/*----------------------------------------*/
/*  3.2.1 Blog tag css
/*----------------------------------------*/
.bd-blog-meta-item {
    display: inline-flex;
    gap: 0 8px;
    align-items: center;
    font-size: 16px;
    font-weight: var(--bd-fw-regular);
}

.bd-blog-meta-item:not(:last-child) {
    margin-right: 15px;
}

@media (max-width: 575px) {
    .bd-blog-meta-item:not(:last-child) {
        margin-right: 10px;
    }
}

.bd-blog-meta-item a:hover {
    color: var(--bd-primary);
}

.bd-blog-meta-item .meta-icon {
    color: var(--bd-primary);
}

.bd-blog-meta-item .meta-thumb {
    height: 40px;
    width: 40px;
    min-width: 40px;
}

.bd-blog-meta-item .meta-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.bd-blog-meta-item .meta-text {
    color: var(--bd-taxonomy-color);
}

.bd-blog-meta-item .meta-author {
    color: var(--bd-taxonomy-color);
}

/*----------------------------------------*/
/*  3.2.3 Postbox css
/*----------------------------------------*/
.bd-blog-feature-thumb {
    margin-bottom: 30px;
}

.bd-blog-feature-thumb img {
    border-radius: 8px;
}

.bd-blog-feature-thumb.full-width img {
    width: 100%;
}

/* blockquote CSS */
.post-details-blockquote blockquote {
    padding: 40px 40px;
    border-radius: 10px;
    position: relative;
    background-color: var(--primary-rgb-05);
}

.post-details-blockquote blockquote::before {
    position: absolute;
    content: "";
    width: 4px;
    width: 100%;
    height: 7px;
    top: 0;
    inset-inline-start: 0;
    background: var(--bd-primary);
    border-radius: 10px 10px 0 0;
}

.post-details-blockquote blockquote .icon {
    font-size: 70px;
    display: block;
    margin-bottom: 30px;
    color: var(--bd-primary);
    line-height: 1;
}

.post-details-blockquote blockquote .title {
    margin-bottom: 30px;
    font-weight: 500;
}

.post-details-blockquote blockquote .name {
    position: relative;
    position: relative;
    display: block;
    margin-left: 50px;
}

.post-details-blockquote blockquote .name::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--bd-primary);
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

/* post slider CSS */
.bd-postbox-slider-navigation button {
    position: absolute;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    top: 44%;
    left: 24px;
    color: var(--bd-white);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.05);
    background-color: var(--bd-bg-primary);
    z-index: 15;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: var(--bd-theme-black);
}

.bd-postbox-slider-navigation button:hover {
    background-color: var(--bd-primary);
    color: var(--bd-white);
}

.bd-postbox-slider-navigation .post-navigation-next {
    left: auto !important;
    right: 24px;
}

.bd-post-pagination {
    position: absolute;
    bottom: 20px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}

.bd-post-pagination .bd-post-slider-pagination {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bd-post-pagination .bd-post-slider-pagination .swiper-pagination-bullet {
    height: 5px;
    width: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
    margin: 0 !important;
}

.bd-post-pagination .bd-post-slider-pagination .swiper-pagination-bullet-active {
    background: var(--bd-primary);
    width: 20px;
}

.bd-postbox-video {
    overflow: hidden;
}

.bd-postbox-video::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--bd-theme-black);
    opacity: 0.45;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.bd-postbox-audio {
    height: 350px;
}

.bd-postbox-audio iframe {
    width: 100%;
    height: 100%;
}

/* post slider end */
/* bd-postbox-meta */
.bd-postbox-thumb img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.bd-postbox-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid var(--bd-border-primary);
    border-bottom: 1px solid var(--bd-border-primary);
}

.bd-postbox-navigation {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bd-postbox-navigation::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 1px;
    background-color: var(--bd-border-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-postbox-navigation::before {
        top: 60%;
        height: 1px;
        width: 100%;
    }
}

.bd-postbox-more-link {
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
    color: var(--bd-body-text);
    transition: all 0.3s ease-in-out;
}

.bd-postbox-more-link:hover {
    color: var(--bd-primary);
}

.bd-postbox-author {
    padding: 30px 30px;
    border-radius: 6px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--bd-white);
    display: flex;
    align-items: start;
    gap: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-postbox-author {
        flex-wrap: wrap;
    }
}

.bd-postbox-author .thumb {
    width: 170px;
    height: 170px;
    min-width: 170px;
}

.bd-postbox-author .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.bd-blog-postbox-comment .bd-postbox-comment-box {
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--bd-white);
}

/*----------------------------------------*/
/*  3.2.4 Recent Post css
/*----------------------------------------*/
.bd-recent-post-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .bd-recent-post-item {
        flex-direction: column;
    }
}

.bd-recent-post-item:not(:last-child) {
    margin-bottom: 20px;
}

.bd-recent-post-thumb {
    width: 80px;
    min-width: 80px;
    height: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .bd-recent-post-thumb {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }
}

.bd-recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.bd-recent-post-title {
    font-size: 18px;
}

.bd-recent-post-meta {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bd-recent-post-meta .icon {
    color: var(--bd-primary);
}

.bd-recent-post-meta .date {
    color: var(--bd-theme-black);
}

/*----------------------------------------*/
/*  3.2.5 Sidebar css
/*----------------------------------------*/
.bd-sidebar-search-form {
    position: relative;
}

.bd-sidebar-search-form input {
    width: 100%;
    background-color: var(--bd-white);
    border-radius: 4px;
    height: 50px;
    padding-inline-start: 20px;
    padding-inline-end: 55px;
}

.bd-sidebar-search-form input:focus {
    border-color: var(--bd-primary);
}

.bd-sidebar-search-form button {
    font-size: 20px;
    color: var(--bd-theme-black);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.bd-sidebar-search-form button:hover {
    color: var(--bd-primary);
}

.sidebar-right {
    margin-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .sidebar-right {
        margin-left: 0;
    }
}

.sidebar-left {
    margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .sidebar-left {
        margin-right: 0;
    }
}

.bd-blog-widget {
    background: var(--bd-white);
    box-shadow: 0px 10px 30px rgba(28, 51, 84, 0.08);
    padding: 30px 30px;
    border-radius: 5px;
}

.bd-blog-widget:not(:last-child) {
    margin-bottom: 30px;
}

.bd-blog-widget.widget_categories ul li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    color: var(--bd-theme-black);
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.bd-blog-widget.widget_categories ul li:not(:last-child) {
    margin-bottom: 10px;
}

/* tag cloud */
.tagcloud a {
    font-size: 16px !important;
    color: var(--bd-taxonomy-color);
    font-weight: 500;
    border: 1px solid var(--bd-border-primary);
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    height: 36px;
    margin: 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);
}

.bd-sidebar-promotion .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/*----------------------------------------*/
/*  3.3.1 Cart css
/*----------------------------------------*/
.shop-table-content table {
    border-color: var(--bd-border-primary);
    text-align: center;
}

.shop-table-content table > thead {
    vertical-align: middle;
}

.shop-table-content table > thead th {
    font-size: 16px;
    font-weight: 500;
}

.shop-table-content table > tbody {
    vertical-align: middle;
}

.shop-table-content table .product-thumbnail img {
    width: 65px;
    padding: 10px 0 !important;
}

.shop-table-content table .bd-product-quantity {
    margin: auto;
}

.removeRow {
    color: var(--bd-theme-black);
    transition: all 0.3s ease-in-out;
}

.removeRow:hover {
    color: var(--bd-danger);
}

.bd-cart-checkout-wrapper {
    background: var(--bd-bg-primary);
    padding: 36px 24px 28px;
    border-radius: 8px;
}

.bd-cart-checkout-top {
    padding-bottom: 13px;
    margin-bottom: 19px;
    border-bottom: 1px solid var(--bd-border-primary);
}

.bd-cart-checkout-top span {
    font-size: 20px;
    color: var(--bd-theme-black);
    font-weight: 500;
}

.bd-cart-checkout-shipping {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--bd-border-primary);
    margin-bottom: 15px;
}

.bd-cart-checkout-shipping-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: var(--bd-ff-body);
    color: var(--bd-theme-black);
}

.bd-cart-checkout-shipping-option:not(:last-child) {
    margin-bottom: 5px;
}

.bd-cart-checkout-shipping-option input[type=radio] ~ label::before {
    border: 1px solid var(--bd-theme-black);
}

.bd-cart-checkout-shipping-option input[type=radio]:checked ~ label::before {
    border-color: var(--bd-primary);
}

.bd-cart-checkout-shipping-option input[type=radio]:checked ~ label::after {
    background-color: var(--bd-primary);
}

.bd-cart-checkout-shipping-option label {
    color: var(--bd-theme-black);
    position: relative;
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
}

.bd-cart-checkout-shipping-option label span {
    color: var(--bd-primary);
}

.bd-cart-checkout-total {
    margin-bottom: 25px;
}

.bd-cart-checkout-total span {
    font-weight: 500;
    font-size: 18px;
    color: var(--bd-theme-black);
}

.bd-cart-coupon-input-box label {
    font-size: 18px;
    color: var(--bd-theme-black);
    margin-bottom: 10px;
    font-weight: var(--bd-fw-sbold);
}

.bd-cart-coupon-input-box input[type=text] {
    max-width: 282px;
}

/*----------------------------------------*/
/*  3.3.1 Cart css
/*----------------------------------------*/
.bd-sidebar-cart-area {
    position: fixed;
    right: 0;
    top: 0;
    width: 380px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    background: var(--bd-white) none repeat scroll 0 0;
    transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 99999999999;
    scrollbar-width: none;
}

@media (max-width: 575px) {
    .bd-sidebar-cart-area {
        width: 100%;
    }
}

.bd-sidebar-cart-area::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.bd-sidebar-cart-area.bd-sidebar-cart-opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.bd-sidebar-cart-wrapper {
    position: relative;
    min-height: 100%;
    padding: 30px 30px;
}

.bd-sidebar-cart-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--bd-border-primary);
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.bd-sidebar-cart-close-btn {
    background: transparent;
    color: var(--bd-theme-black);
    font-size: 28px;
}

.bd-sidebar-cart-close-btn:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: var(--bd-primary);
}

.bd-sidebar-cart-widget {
    height: calc(100vh - 335px);
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.bd-sidebar-cart-widget::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.bd-sidebar-cart-widget-item {
    position: relative;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    align-items: center;
}

.bd-sidebar-cart-widget-item:first-child {
    padding-top: 0;
}

.bd-sidebar-cart-widget-item:last-child {
    border-bottom: 0;
}

.bd-sidebar-cart-thumb {
    border: 1px solid var(--bd-border-primary);
    margin-right: 15px;
    width: 80px;
    height: 100%;
}

.bd-sidebar-cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bd-sidebar-cart-title {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 500;
}

.bd-sidebar-cart-title a:hover {
    color: var(--bd-primary);
}

.bd-sidebar-cart-content {
    padding-right: 15px;
}

.bd-sidebar-cart-content .bd-product-quantity {
    width: 75px;
    padding: 0;
}

.bd-sidebar-cart-content .bd-product-quantity .bd-cart-input[type=text] {
    height: 30px;
    text-align: center;
    font-size: 13px;
    border: 1px solid var(--bd-border-primary);
    background-color: var(--bd-white);
    padding: 0;
}

.bd-sidebar-cart-content .bd-product-quantity .bd-cart-plus,
.bd-sidebar-cart-content .bd-product-quantity .bd-cart-minus {
    width: 20px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    left: 3px;
}

.bd-sidebar-cart-content .bd-product-quantity .bd-cart-plus svg,
.bd-sidebar-cart-content .bd-product-quantity .bd-cart-minus svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    width: 10px;
}

.bd-sidebar-cart-content .bd-product-quantity .bd-cart-plus::after,
.bd-sidebar-cart-content .bd-product-quantity .bd-cart-minus::after {
    display: none;
}

.bd-sidebar-cart-content .bd-product-quantity .bd-cart-plus {
    left: auto;
    right: 3px;
}

.bd-sidebar-cart-del {
    position: absolute;
    top: 15px;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: var(--bd-theme-black);
    font-size: 14px;
}

.bd-sidebar-cart-del:hover {
    color: var(--bd-primary);
}

.bd-sidebar-cart-checkout {
    padding-top: 15px;
    width: 100%;
    background: var(--bd-white);
    border-top: 2px solid var(--bd-border-primary);
}

.bd-sidebar-cart-checkout-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.bd-sidebar-cart-checkout-title h4 {
    display: inline-block;
    margin-bottom: 0;
    text-transform: capitalize;
}

.bd-sidebar-cart-checkout-title span {
    font-size: 24px;
    color: var(--bd-theme-black);
    font-weight: 700;
}

.bd-sidebar-cart-price {
    font-size: 16px;
    font-weight: 500;
    color: var(--bd-primary);
}

.bd-sidebar-cart-quantity {
    font-size: 14px;
    font-weight: 500;
}

.bd-sidebar-cart-empty {
    margin-top: 100px;
    margin-bottom: 50px;
}

.bd-sidebar-cart-empty img {
    margin-bottom: 30px;
}

.bd-sidebar-cart-empty p {
    font-size: 16px;
    color: var(--bd-theme-black);
    margin-bottom: 15px;
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 23, 15, 0.5);
    backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
}

.body-overlay.apply {
    opacity: 1;
    visibility: visible;
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

.body-overlay:hover {
    cursor: url(../images/shape/cross-out.webp), pointer;
}

/*----------------------------------------*/
/*  checkout css
/*----------------------------------------*/
.checkout-verify-item:not(:last-child) {
    margin-bottom: 30px;
}

.checkout-verify-reveal {
    font-size: 16px;
    color: var(--bd-theme-black);
    margin-bottom: 0;
    padding: 8px 26px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--bd-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

@media (max-width: 575px) {
    .checkout-verify-reveal {
        flex-wrap: wrap;
        text-align: start;
    }
}

.checkout-verify-reveal button {
    color: var(--bd-primary);
    position: relative;
    inset-inline-start: 10px;
}

.checkout-verify-reveal button::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background-color: var(--bd-primary);
}

.checkout-input {
    margin-bottom: 20px;
}

.checkout-input label {
    font-weight: 500;
    color: var(--bd-theme-black);
    margin-bottom: 5px;
}

.checkout-input label span {
    color: var(--bd-danger);
}

.checkout-input input, .checkout-input textarea {
    width: 100%;
    background: var(--bd-white);
    border: 1px solid var(--bd-border-primary);
    color: var(--bd-theme-black);
}

.checkout-input input:focus, .checkout-input textarea:focus {
    border-color: var(--bd-theme-black);
}

.checkout-input textarea {
    height: 200px;
    resize: none;
}

.checkout-input .nice-select {
    height: 50px;
    line-height: 48px;
    border-radius: 0;
    border: 1px solid var(--bd-border-primary);
    color: var(--bd-theme-black);
    float: none;
    padding: 0 26px;
}

.checkout-input .nice-select::after {
    right: 26px;
}

.checkout-input .nice-select.open .list {
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}

.checkout-input .nice-select .list {
    margin-top: 0;
    border-radius: 0;
    transform-origin: center center;
    -webkit-transform: scale(0.9) translateY(0px);
    -moz-transform: scale(0.9) translateY(0px);
    -ms-transform: scale(0.9) translateY(0px);
    -o-transform: scale(0.9) translateY(0px);
    transform: scale(0.9) translateY(0px);
    width: 100%;
    padding: 12px 0;
}

.checkout-input .nice-select .list .option {
    line-height: 1.2;
    min-height: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
}

.checkout-input .nice-select .list .option:hover {
    color: var(--bd-primary);
}

.checkout-option-wrapper {
    margin-top: 10px;
    margin-bottom: 17px;
}

.checkout-option input {
    display: none;
}

.checkout-option input:checked ~ label::after {
    background-color: var(--bd-primary);
    border-color: var(--bd-primary);
}

.checkout-option input:checked ~ label::before {
    visibility: visible;
    opacity: 1;
}

.checkout-option label {
    font-size: 16px;
    color: var(--bd-taxonomy-color);
    position: relative;
    padding-left: 26px;
    z-index: 1;
}

.checkout-option label a:hover {
    color: var(--bd-primary);
}

.checkout-option label:hover {
    cursor: pointer;
}

.checkout-bill-area {
    padding: 30px 30px;
    background-color: var(--bd-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

.checkout-bill-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 35px;
    color: var(--bd-theme-black);
}

.checkout-place {
    padding: 34px 30px 30px;
    background-color: var(--bd-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .checkout-place {
        padding: 35px 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) {
    .checkout-place {
        margin-top: 50px;
    }
}

.checkout-place-title {
    font-size: 26px;
    font-weight: 600;
    margin-right: 37px;
    color: var(--bd-theme-black);
}

.checkout-payment {
    padding-bottom: 26px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E0E2E3;
}

.checkout-payment-item:not(:last-child) {
    margin-bottom: 10px;
}

.checkout-payment-item.paypal-payment label {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.checkout-payment-item.paypal-payment label img {
    margin-left: 10px;
}

.checkout-payment-item input {
    display: none;
}

.checkout-payment-item input:checked ~ label::after {
    border-color: var(--bd-primary);
}

.checkout-payment-item input:checked ~ label::before {
    opacity: 1;
    visibility: visible;
}

.checkout-payment-desc {
    position: relative;
    padding-top: 10px;
    display: none;
}

.checkout-payment-desc::after {
    position: absolute;
    content: "";
    left: 57px;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: var(--bd-white);
    -webkit-transform: translateY(3px) rotate(45deg);
    -moz-transform: translateY(3px) rotate(45deg);
    -ms-transform: translateY(3px) rotate(45deg);
    -o-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
}

.checkout-payment-desc p {
    background-color: var(--bd-bg-primary);
    padding: 19px 30px;
    margin-left: 27px;
    font-size: 14px;
    line-height: 1.57;
    color: var(--bd-theme-black);
    margin-bottom: 0;
}

.checkout-agree {
    margin-bottom: 24px;
}

.return-customer {
    display: none;
    margin-top: 14px;
    padding: 40px 40px;
    background-color: var(--bd-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 575px) {
    .return-customer {
        padding: 40px 30px;
    }
}

.return-customer-input {
    margin-bottom: 20px;
}

.return-customer-input label {
    font-weight: 500;
    color: var(--bd-theme-black);
    margin-bottom: 5px;
}

.return-customer-input input {
    width: 100%;
    background: var(--bd-white);
    border: 1px solid var(--bd-border-primary);
    color: var(--bd-theme-black);
}

.return-customer-remember input {
    display: none;
}

.return-customer-remember input:checked ~ label::after {
    background-color: var(--bd-primary);
    border-color: var(--bd-primary);
}

.return-customer-remember input:checked ~ label::before {
    visibility: visible;
    opacity: 1;
}

.return-customer-remember label {
    font-size: 15px;
    color: var(--bd-theme-black);
    position: relative;
    padding-left: 26px;
    z-index: 1;
}

.return-customer-remember label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid var(--bd-border-primary);
    z-index: -1;
    transition: all 0.2s linear;
}

.return-customer-remember label::before {
    position: absolute;
    content: url("../images/icons/check.svg");
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--bd-white);
    transition: all 0.2s linear;
}

.return-customer-remember label a:hover {
    color: var(--bd-primary);
}

.return-customer-remember label:hover {
    cursor: pointer;
}

.return-customer-forgot a {
    font-weight: 400;
    font-size: 15px;
    color: var(--bd-primary);
    position: relative;
    display: inline-block;
}

.return-customer-forgot a::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 4px;
    width: 0%;
    height: 1px;
    background-color: var(--bd-primary);
}

.return-customer-forgot a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

.checkout-country.nice-select:focus {
    border-color: var(--bd-theme-black);
}

.order-details {
    padding: 70px 100px 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .order-details {
        padding: 70px 70px 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .order-details {
        padding: 70px 30px 55px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .order-details {
        padding: 70px 50px 55px;
    }
}

@media (max-width: 575px) {
    .order-details {
        padding: 40px 30px 45px;
    }
}

.order-details-icon {
    margin-bottom: 22px;
}

.order-details-icon span {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 118px;
    text-align: center;
    font-size: 55px;
    color: var(--bd-white);
    border: 1px solid var(--bd-border-primary);
    border-radius: 50%;
}

.order-details-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--bd-white);
    margin-bottom: 7px;
}

.order-details-content p {
    font-size: 16px;
    color: var(--bd-white);
    line-height: 1.38;
}

.order-info-wrapper {
    padding: 42px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .order-info-wrapper {
        padding: 42px 40px;
    }
}

@media (max-width: 575px) {
    .order-info-wrapper {
        padding: 42px 30px;
    }
}

.order-info-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.order-info-list ul li {
    list-style: none;
    padding: 15px 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--bd-label-color);
}

.order-info-list ul li:not(:last-child) {
    border-bottom: 1px solid #E0E2E3;
}

.order-info-list ul li span {
    font-size: 15px;
}

.order-info-list ul li.order-info-list-header {
    padding-top: 0;
    padding-bottom: 12px;
}

.order-info-list ul li.order-info-list-header h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--bd-theme-black);
}

.order-info-list ul li.order-info-list-desc p {
    font-size: 15px;
    margin-bottom: 0;
    color: var(--bd-label-color);
}

.order-info-list ul li.order-info-list-desc p span {
    font-size: 15px;
    font-weight: 500;
}

.order-info-list ul li.order-info-list-subtotal span:last-child {
    color: var(--bd-primary);
}

.order-info-list ul li.order-info-list-shipping span input {
    display: none;
}

.order-info-list ul li.order-info-list-shipping span input:checked ~ label::after {
    border-color: var(--bd-primary);
}

.order-info-list ul li.order-info-list-shipping span input:checked ~ label::before {
    opacity: 1;
    visibility: visible;
}

.order-info-list ul li.order-info-list-shipping span label {
    font-size: 14px;
    position: relative;
    padding-right: 27px;
}

.order-info-list ul li.order-info-list-shipping span label span {
    color: var(--bd-primary);
}

.order-info-list ul li.order-info-list-shipping span label:hover {
    cursor: pointer;
}

.order-info-list ul li.order-info-list-total {
    padding: 14px 0;
}

.order-info-list ul li.order-info-list-total span {
    font-size: 16px;
    font-weight: 500;
}

.create-account {
    display: none;
}

#ship-box-info {
    display: none;
}

.checkout-form-list input {
    width: 100%;
    background: var(--bd-white);
    border: 1px solid var(--bd-border-primary);
    color: var(--bd-theme-black);
}

.return-customer a, .return-customer button {
    min-width: 130px;
}

/*----------------------------------------*/
/*  3.3.4 Shop css
/*----------------------------------------*/
.bd-product-card-wrap {
    position: relative;
}

.bd-product-card-wrap:hover .bd-product-details-btn {
    opacity: 1;
    visibility: visible;
}

.bd-product-card-wrap:hover .bd-product-card::before {
    opacity: 1;
    visibility: visible;
    box-shadow: inset 0 0 7px 0 var(--bd-body-text);
}

.bd-product-card-wrap:hover .bd-product-cart-btn {
    opacity: 1;
    visibility: visible;
}

.bd-product-card-wrap .bd-btn {
    padding: 0 14px;
    height: 36px;
}

.bd-product-card {
    padding: 0px;
    background-color: var(--bd-bg-primary);
    position: relative;
    border-radius: 6px;
    width: 100%;
    max-width: 450px;

}

.bd-product-title {
    font-family: "Almarai", sans-serif;
    text-align: center;
    font-size: 30px;
    color: var(--bd-primary);
    margin-top: 10px;
}

.bd-product-card .author {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    direction: rtl;
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: 200;
}

.author h5, .bd-product-card h6 {
    font-family: "Almarai", sans-serif !important;
}

.bd-product-price {
    width: 100%;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 20px;
    background: #e6e4e4;
}

.bd-product-price h4 {
    font-size: 25px;
}

.bd-product-price span {
    color: var(--bd-primary);
}

.bd-product-card .author img {
    border-radius: 50px;
    width: 40px;
}

.bd-product-card::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background-color: var(--bd-bg-primary);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    border-radius: 6px;
    z-index: 1;
    box-shadow: none !important;
}

.bd-product-card .grade {
    display: flex;
    align-items: center;
    color: #333;
    gap: 10px;
}

.bd-product-card:hover::before {
    opacity: 1;
    visibility: visible;
}

.bd-product-card:hover .bd-product-cart-btn {
    opacity: 1;
    visibility: visible;
}

.bd-product-thumb {
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
}

.bd-product-thumb img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.bd-product-cart-btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    bottom: 20px;
    visibility: hidden;
    transition: var(--transition);
    z-index: 2;
}

.bd-product-cart-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 180px;
    height: 45px;
    padding: 7px;
    border: none;
    font-size: 20px;
    background-image: linear-gradient(to right, #8b14b1, #d53d6e, #8b14b1);
    border-radius: 5px;
    color: #FFF;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}

.bd-product-details-btn {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 2;
    display: none;
}

.bd-product-content {
    display: block;
}

.bd-product-badge {
    position: absolute;
    top: 20px;
    left: 20px;
}

.bd-book-combo-box {
    background: var(--bd-bg-primary);
    padding: 30px 30px;
    border-radius: 8px;
}

.bd-book-combo-item {
    padding: 15px 15px;
    background-color: var(--bd-white);
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
}

.bd-book-combo-item:hover .thumb img {
    transform: scale(1.05);
}

.bd-book-combo-item:hover .title {
    color: var(--bd-primary);
}

.bd-book-combo-item .thumb {
    width: 110px;
    height: 155px;
    margin: 0 auto;
    margin-bottom: 10px;
    overflow: hidden;
}

.bd-book-combo-item .thumb img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: var(--transition);
}

.bd-book-combo-item .title {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bd-book-combo-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}

.bd-book-combo-btn {
    text-align: center;
}

.bd-product-list {
    display: grid;
    grid-template-columns: 200px auto;
    gap: 50px;
    align-items: center;
    background-color: var(--bd-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 30px 30px;
    border-radius: 8px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-product-list {
        grid-template-columns: auto;
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .bd-product-list {
        grid-template-columns: auto;
        gap: 30px;
        padding: 15px 15px;
    }
}

.bd-product-list .bd-product-thumb {
    height: 300px;
    width: 200px;
    margin: 0 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-product-list .bd-product-thumb {
        margin: 0 auto;
    }
}

.bd-product-list:not(:last-child) {
    margin-bottom: 30px;
}

.bd-shop-widget {
    background: var(--bd-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 30px 30px;
    border-radius: 5px;
}

.bd-shop-widget:not(:last-child) {
    margin-bottom: 30px;
}

/* Product Details Style One */
.bd-product-details-thumb {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.bd-product-details-wrapper {
    margin-left: 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-product-details-wrapper {
        margin-left: 0;
    }
}

.bd-book-author span {
    font-size: 18px;
    color: var(--bd-taxonomy-color);
}

.bd-product-details-stock {
    display: inline-block;
    background-color: var(--primary-rgb-05);
    color: var(--bd-primary);
    padding: 3px 10px;
    border-radius: 3px;
}

.bd-book-format-label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.bd-book-format-wrap {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.bd-book-format-option {
    border: 1px solid var(--bd-border-primary);
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    text-align: start;
    transition: all 0.3s ease;
    min-width: 150px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.bd-book-format-option.selected {
    border: 2px solid var(--bd-primary);
    background-color: var(--bd-bg-primary);
}

.bd-book-format-option:hover {
    border-color: var(--bd-primary);
}

.bd-book-format-type {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.bd-book-format-price .old-price {
    color: var(--bd-danger);
}

.bd-product-details-stock-quantity {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.bd-product-quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bd-product-quantity .increase,
.bd-product-quantity .decrease {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--bd-primary);
    cursor: pointer;
    border: 1px solid var(--bd-border-primary);
    transition: all 0.3s ease-in-out;
}

.bd-product-quantity .increase:hover,
.bd-product-quantity .decrease:hover {
    background-color: var(--bd-primary);
    border-color: var(--bd-primary);
    color: var(--bd-white);
}

.bd-product-quantity .bd-product-quantity-input[type=text] {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    border: 1px solid transparent;
    background-color: var(--primary-rgb-1);
    padding: 4px;
    color: var(--bd-primary);
}

.bd-product-quantity .bd-product-quantity-input[type=text]:focus {
    border: none;
    border-color: transparent;
}

.bd-trustpilot-review {
    display: grid;
    grid-template-columns: 210px auto;
    align-items: center;
    gap: 15px;
    padding: 15px 15px;
    background-color: var(--bd-bg-primary);
    border-radius: 6px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-trustpilot-review {
        grid-template-columns: auto;
    }
}

.bd-trustpilot-review .rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.bd-trustpilot-review .stars img {
    height: 100%;
    width: 150px;
}

.bd-trustpilot-review .rating-value {
    font-size: 14px;
    color: var(--bd-theme-black);
}

.bd-trustpilot-review .review-text p {
    font-size: 14px;
    color: var(--bd-theme-black);
}

.bd-trustpilot-review .review-text strong {
    font-weight: bold;
}

.bd-trustpilot-review .trustpilot {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bd-trustpilot-review .trustpilot-logo img {
    height: 100%;
    width: 90px;
}

.bd-trustpilot-review .reviews-count {
    font-size: 12px;
    color: var(--bd-taxonomy-color);
    margin-top: 7px;
}

.bd-product-info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: var(--bd-theme-black);
    margin: 20px 0;
}

.bd-product-info-table td {
    padding: 8px 12px;
    vertical-align: top;
}

.bd-product-info-table tr:nth-child(even) {
    background-color: var(--primary-rgb-05);
}

.bd-product-info-table tr:nth-child(odd) {
    background-color: var(--bd-bg-primary);
}

/* Product Details Style One End */
/* Product Details Style Two */
.bd-product-details-active {
    overflow: hidden;
}

.bd-product-details-thumb-2 {
    position: relative;
    width: 186px;
    flex: 0 0 auto;
    width: 100%;
    flex: 0 0 auto;
    text-align: center;
    position: relative;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-product-details-thumb-2 {
        margin: 0 auto 20px;
    }
}

.bd-product-details-thumb-2 img {
    width: 100%;
    background-color: #f8f8f8;
}

.bd-product-details-nav .swiper-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 30px;
}

.bd-product-details-nav .swiper-wrapper .custom-button {
    border: none;
    padding: 0;
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid transparent;
    background: var(--bd-bg-primary);
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

@media (max-width: 575px) {
    .bd-product-details-nav .swiper-wrapper .custom-button {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 450px) {
    .bd-product-details-nav .swiper-wrapper .custom-button {
        width: 85px;
        height: 85px;
    }
}

.bd-product-details-nav .swiper-wrapper .custom-button img {
    width: 100%;
    object-fit: cover;
}

.bd-product-details-nav .swiper-wrapper .swiper-slide {
    width: auto !important;
}

.bd-product-details-nav .swiper-slide-thumb-active .custom-button {
    background: var(--bd-white);
    border-color: var(--bd-primary);
}

.bd-product-details-nav-button .product-details-button-next, .bd-product-details-nav-button .product-details-button-prev {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--bd-theme-black);
    border: 1px solid var(--bd-primary);
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    z-index: 9;
    border-radius: 6px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-product-details-nav-button .product-details-button-next, .bd-product-details-nav-button .product-details-button-prev {
        right: 15px;
    }
}

.bd-product-details-nav-button .product-details-button-next:hover, .bd-product-details-nav-button .product-details-button-prev:hover {
    color: var(--bd-white);
    background: var(--bd-primary);
    border-color: var(--bd-primary);
}

.bd-product-details-nav-button .product-details-button-next {
    left: auto;
    right: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-product-details-nav-button .product-details-button-next {
        right: 15px;
    }
}

.bd-product-details-price {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bd-product-details-price .current-price {
    font-size: 22px;
    color: var(--bd-theme-black);
}

.bd-product-details-action-meta {
    display: flex;
    align-items: center;
    gap: 30px;
    border-top: 1px solid var(--bd-border-primary);
    border-bottom: 1px solid var(--bd-border-primary);
    padding: 10px 0;
}

@media (max-width: 575px) {
    .bd-product-details-action-meta {
        flex-wrap: wrap;
    }
}

.bd-product-details-action-meta .text-link {
    color: var(--bd-theme-black);
    transition: all 0.3s linear;
}

.bd-product-details-action-meta .text-link:hover {
    color: var(--bd-primary);
}

.bd-product-details-action-meta .text-link i {
    margin-right: 5px;
}

.bd-product-details-checkout-card {
    background-color: var(--bd-bg-primary);
    display: inline-block;
    padding: 15px 20px;
    border-radius: 8px;
}

.bd-product-details-checkout-card p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--bd-theme-black);
    margin-bottom: 10px;
}

.bd-product-details-categories p, .bd-product-details-share p {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--bd-theme-black);
    margin-bottom: 0;
    margin-right: 5px;
}

/* Product Details Style Two End */
/*----------------------------------------*/
/*  3.4.3 Footer Style
/*----------------------------------------*/
.bd-footer-widget .bd-footer-widget-title {
    margin-bottom: 20px;
}

.bd-footer-widget-logo {
    margin-bottom: 20px;
}

.bd-footer-widget-description {
    color: var(--bd-theme-black);
    margin-bottom: 25px;
}

.bd-footer-widget-description.light-color {
    color: var(--bd-white);
}

.bd-footer-widget .bd-footer-widget-links ul li {
    list-style: none;
    font-weight: var(--bd-fw-medium);
}

.bd-footer-widget .bd-footer-widget-links ul li a {
    color: #ffffffc2;
}

.bd-footer-widget .bd-footer-widget-links ul li:not(:last-child) {
    margin-bottom: 10px;
}

.bd-footer-widget .bd-footer-widget-links.has-white ul li a {
    color: var(--bd-white);
}

.bd-footer-area.has-footer-space {
    padding: 190px 0 100px;
}

@media (max-width: 575px) {
    .bd-footer-area.has-footer-space {
        padding: 65px 0 65px;
    }
}

.bd-footer-widget-contact-item {
    display: flex;
    gap: 10px;
    color: var(--bd-taxonomy-color);
}

.bd-footer-widget-contact-item span {
    font-weight: 500;
}

.bd-footer-widget-contact-item a:hover {
    color: var(--bd-primary);
}

.bd-footer-widget-contact-item:not(:last-child) {
    margin-bottom: 10px;
}

.bd-footer-widget-contact-item.has-white {
    color: var(--bd-white);
}

.bd-footer-widget-contact-item.has-white a {
    color: rgba(255, 255, 255, 0.9);
}

.bd-footer-widget-contact-item.has-white a:hover {
    color: var(--bd-secondary);
}

.bd-footer-subscribe-form {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 10px;
    margin-bottom: 25px;
}

@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-footer-subscribe-form {
        flex-wrap: wrap;
    }
}

.bd-footer-subscribe-form.style-two {
    position: relative;
    margin-bottom: 15px;
}

.bd-footer-subscribe-form.style-two input {
    padding-inline-start: 20px;
    padding-inline-end: 130px;
}

.bd-footer-subscribe-form.style-two .bd-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}

.bd-footer-subscribe-form.style-two.place-text-white input {
    color: var(--bd-white);
}

.bd-footer-subscribe-form.style-two.place-text-white input::placeholder {
    color: var(--bd-light);
}

.footer-1-col-2 {
    margin-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-1-col-2 {
        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) {
    .footer-1-col-2 {
        margin-left: 0;
    }
}

.footer-1-col-3 {
    margin-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .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) {
    .footer-1-col-3 {
        margin-left: 0;
    }
}

.footer-4-col-2 {
    margin-inline-start: 130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-4-col-2 {
        margin-inline-start: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-4-col-2 {
        margin-inline-start: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-4-col-2 {
        margin-inline-start: 0px;
    }
}

.footer-4-col-3 {
    margin-inline-start: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-4-col-3 {
        margin-inline-start: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-4-col-3 {
        margin-inline-start: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-4-col-3 {
        margin-inline-start: 0px;
    }
}

.bd-footer-top {
    border-bottom: 1px solid var(--bd-white);
}

.bd-footer-wave {
    padding-top: 125px;
}

.bd-wave {
    background: url("../images/shape/wave.svg") repeat-x;
    position: absolute;
    top: 40px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

.bd-wave:nth-of-type(2) {
    top: 40px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}

.bd-wave-wrapper {
    height: 135px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    background: var(--bd-white);
}

/*----------------------------------------*/
/*  3.4.2 Footer Style
/*----------------------------------------*/
.bd-footer-area.style-two .bd-footer-widget-title {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.65);
}

.bd-footer-area.style-two .bd-footer-widget-links ul li {
    list-style: none;
}

.bd-footer-area.style-two .bd-footer-widget-links ul li a {
    color: var(--bd-white);
}

.bd-footer-area.style-two .bd-footer-widget-links ul li:not(:last-child) {
    margin-bottom: 10px;
}

.bd-footer-area.style-two .bd-footer-widget-description {
    color: var(--bd-white);
}

.bd-footer-area.style-two .checkout-option label {
    color: var(--bd-white);
}

.bd-footer-widget .bd-footer-widget-title {
    margin-bottom: 20px;
    color: #FFF;
}

.bd-footer-widget .bd-footer-widget-title.has-color-off {
    color: rgba(255, 255, 255, 0.6);
}

.bd-footer-widget.footer-2-col-2 {
    margin-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-footer-widget.footer-2-col-2 {
        margin-left: 0;
    }
}

.bd-footer-widget.footer-2-col-3 {
    margin-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-footer-widget.footer-2-col-3 {
        margin-left: 0;
    }
}

.bd-footer-widget.footer-2-col-4 {
    margin-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-footer-widget.footer-2-col-4 {
        margin-left: 0;
    }
}

.footer-3-col-2 {
    margin-left: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-3-col-2 {
        margin-left: 0;
    }
}

.footer-3-col-3 {
    margin-left: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-3-col-3 {
        margin-left: 0;
    }
}

.footer-5-col-2 {
    margin-left: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-5-col-2 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-footer-shape {
        display: none;
    }
}

.bd-footer-shape .shape-1 {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 6;
    opacity: 0.6;
}

.bd-footer-shape .shape-2 {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 6;
    opacity: 0.6;
}

.bd-footer-top-shape img {
    width: 100%;
}

/*----------------------------------------*/
/*  3.4.1 Copyright Style
/*----------------------------------------*/
.bd-footer-copyright-area.style-one {
    padding: 27px 0;
    border-top: 1px solid var(--bd-border-primary);
}

.bd-footer-copyright-area.style-two {
    padding: 15px 0;
}

.bd-footer-copyright-area.style-two .bd-footer-copyright-text p {
    color: var(--bd-white);
}

.bd-footer-copyright-area.style-two .bd-footer-copyright-text p a {
    color: var(--bd-secondary);
}

.bd-footer-copyright-area .bd-footer-copyright-text p a {
    color: var(--bd-primary);
    padding: 0 0 2px 0;
}

.bd-footer-copyright-list ul {
    display: flex;
}

@media (max-width: 575px) {
    .bd-footer-copyright-list ul {
        flex-wrap: wrap;
    }
}

.bd-footer-copyright-list ul li {
    list-style: none;
    position: relative;
    margin-right: 10px;
    padding-left: 10px;
    color: var(--bd-theme-black);
}

.bd-footer-copyright-list ul li:first-child::before {
    display: none;
}

.bd-footer-copyright-list ul li::before {
    position: absolute;
    height: 11px;
    width: 1px;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.bd-footer-copyright p {
    color: var(--bd-theme-black);
}

.bd-footer-copyright p a {
    color: var(--bd-primary);
    transition: all 0.3s ease-in-out;
}

.bd-copyright-bg {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
    z-index: 6;
}

.bd-copyright-bg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: #8200de;
    z-index: 5;
}

.bd-copyright-bg .bd-footer-copyright p {
    color: #FFF;
}

.bd-copyright-bg .bd-footer-copyright p a {
    color: #FFF;
}

/*----------------------------------------*/
/*  4.1 About css
/*----------------------------------------*/
.bd-about-wrapper.style-one .bd-about-thumb {
    position: relative;
}

.bd-about-wrapper.style-one .bd-about-thumb::before {
    position: absolute;
    content: "";
    height: 232px;
    width: 140px;
    background-color: var(--bd-secondary);
    left: -38px;
    bottom: -35px;
    border-bottom-left-radius: 6px;
    z-index: -1;
}

@media (max-width: 575px) {
    .bd-about-wrapper.style-one .bd-about-thumb::before {
        display: none;
    }
}

.bd-about-wrapper.style-one .bd-about-thumb-inner {
    position: relative;
    margin: 30px 100px 100px 30px;
}

@media (max-width: 575px) {
    .bd-about-wrapper.style-one .bd-about-thumb-inner {
        margin: 0 0 0 0;
    }
}

.bd-about-wrapper.style-one .bd-about-thumb-wrapper {
    position: relative;
    z-index: 5;
}

.bd-about-wrapper.style-one .bd-about-thumb-small {
    position: absolute;
    right: -100px;
    bottom: -100px;
    z-index: 5;
    max-width: 300px;
}

@media (max-width: 575px) {
    .bd-about-wrapper.style-one .bd-about-thumb-small {
        position: inherit;
        right: 0;
        bottom: 0;
        z-index: 5;
        max-width: 100%;
        margin-top: 30px;
    }
}

.bd-about-wrapper.style-one .bd-about-thumb-small::before {
    position: absolute;
    content: "";
    width: 310px;
    height: 310px;
    border-radius: 12px;
    left: -10px;
    top: -10px;
    background-color: var(--bd-white);
    z-index: -1;
}

@media (max-width: 575px) {
    .bd-about-wrapper.style-one .bd-about-thumb-small::before {
        display: none;
    }
}

.bd-about-wrapper.style-one .bd-about-thumb-small img {
    border-radius: 12px;
}

.bd-about-wrapper.style-one .bd-about-thumb img {
    border-radius: 6px;
}

.bd-about-wrapper.style-one .bd-about-thumb-shape {
    position: absolute;
    top: -15px;
    z-index: 1;
    left: -30px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}

.bd-about-wrapper.style-one .bd-about-content-wrapper {
    margin-left: 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-about-wrapper.style-one .bd-about-content-wrapper {
        margin-left: 0;
    }
}

.bd-about-wrapper.style-one .bd-about-content-wrapper .bd-about-feature-title {
    margin-bottom: 3px;
    color: var(--bd-white);
}

.bd-about-wrapper.style-one .bd-about-content-wrapper .bd-about-feature-desc {
    color: rgba(255, 255, 255, 0.7);
}

.bd-about-wrapper.style-one .bd-about-content-wrapper .bd-about-feature-list {
    margin: 35px 0 40px;
}

.bd-about-wrapper.style-one .bd-about-content-wrapper .bd-about-feature-icon span {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transition: 0.5s;
}

.bd-about-wrapper.style-one .bd-about-content-wrapper .bd-about-feature-icon span i {
    font-size: 27px;
    color: var(--bd-white);
    transition: 0.5s;
}

.bd-about-wrapper.style-one .bd-about-content-wrapper .bd-about-feature-item {
    display: flex;
    gap: 20px;
}

.bd-about-wrapper.style-one .bd-about-content-wrapper .bd-about-feature-item:not(:last-child) {
    margin-bottom: 30px;
}

.bd-about-wrapper.style-one .bd-about-content-wrapper .bd-about-feature-item:hover .bd-about-feature-icon span {
    background-color: var(--bd-white);
    border-color: var(--bd-white);
}

.bd-about-wrapper.style-one .bd-about-content-wrapper .bd-about-feature-item:hover .bd-about-feature-icon span i {
    color: var(--bd-primary);
}

.bd-about-wrapper.style-one .bd-section-paragraph {
    color: rgba(255, 255, 255, 0.7);
}

.bd-about-wrapper.style-one .bd-section-paragraph.has-border-sec {
    position: relative;
    padding-left: 17px;
}

.bd-about-wrapper.style-one .bd-section-paragraph.has-border-sec::before {
    background-color: var(--bd-secondary);
    content: "";
    height: calc(100% - 10px);
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    z-index: 1;
}

.bd-about-wrapper.style-two .bd-about-thumb-inner {
    position: relative;
    display: flex;
    gap: 30px;
}

@media (max-width: 450px) {
    .bd-about-wrapper.style-two .bd-about-thumb-inner {
        gap: 15px;
    }
}

.bd-about-wrapper.style-two .bd-about-thumb.has-small {
    max-width: 400px;
}

.bd-about-wrapper.style-two .bd-about-thumb img {
    border-radius: 6px;
}

.bd-about-wrapper.style-two .bd-about-experience {
    background-color: var(--bd-primary);
    padding: 30px 30px;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-about-wrapper.style-two .bd-about-experience {
        padding: 20px 20px;
    }
}

@media (max-width: 450px) {
    .bd-about-wrapper.style-two .bd-about-experience {
        padding: 15px 15px;
    }
}

.bd-about-wrapper.style-two .bd-about-experience-title {
    color: var(--bd-white);
    font-size: 48px;
}

.bd-about-wrapper.style-two .bd-about-experience p {
    color: rgba(255, 255, 255, 0.9);
}

.bd-about-wrapper.style-two .bd-about-review {
    background-color: var(--bd-white);
    padding: 30px 30px;
    border-radius: 6px;
    box-shadow: 0px 6px 100px 0px rgba(8, 5, 33, 0.1);
    width: 100%;
    margin-top: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-about-wrapper.style-two .bd-about-review {
        padding: 20px 20px;
    }
}

@media (max-width: 450px) {
    .bd-about-wrapper.style-two .bd-about-review {
        padding: 15px 15px;
    }
}

.bd-about-wrapper.style-two .bd-about-review p {
    line-height: 1;
}

.bd-about-wrapper.style-two .bd-about-content-wrapper {
    margin-left: 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-about-wrapper.style-two .bd-about-content-wrapper {
        margin-left: 0;
    }
}

.bd-about-wrapper.style-two .bd-about-feature-list {
    margin: 35px 0 50px;
}

.bd-about-wrapper.style-three .bd-about-content-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-about-wrapper.style-three .bd-about-content-wrapper {
        margin-left: 0;
    }
}

.bd-about-wrapper.style-three .bd-about-content-wrapper .bd-feature-list {
    display: flex;
    margin-bottom: 30px;
}

.bd-about-wrapper.style-three .bd-about-content-wrapper .bd-feature-list-wrapper {
    margin-top: 35px;
}

.bd-about-wrapper.style-three .bd-about-content-wrapper .bd-feature-list:hover .icon {
    background-color: var(--bd-primary);
    color: var(--bd-white);
}

.bd-about-wrapper.style-three .bd-about-content-wrapper .bd-feature-list .icon {
    height: 50px;
    width: 50px;
    min-width: 50px;
    border-radius: 100%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-rgb-1);
    color: var(--bd-primary);
    transition: var(--transition);
}

.bd-about-wrapper.style-three .bd-about-content-wrapper .bd-feature-list .icon i {
    font-size: 25px;
}

.bd-about-wrapper.style-three .bd-about-content-wrapper .bd-feature-list-content {
    overflow: hidden;
}

.bd-about-wrapper.style-three .bd-about-content-wrapper .bd-feature-list-content .title {
    color: var(--bd-theme-black);
    font-weight: 600;
    margin-bottom: 10px;
}

.bd-about-wrapper.style-four .bd-about-thumb-inner {
    position: relative;
    margin: 0 0px 90px 70px;
}

.bd-about-wrapper.style-four .bd-about-thumb.has-radius img {
    border-radius: 50%;
}

.bd-about-wrapper.style-four .bd-about-thumb.has-radius.has-small {
    position: absolute;
    border-radius: 50%;
    bottom: -100px;
    left: -30px;
    border: 15px solid var(--bd-white);
    max-width: 270px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-about-wrapper.style-four .bd-about-thumb.has-radius.has-small {
        bottom: -120px;
    }
}

.bd-about-wrapper.style-four .bd-about-shape {
    position: absolute;
}

.bd-about-wrapper.style-four .bd-about-shape.has-shape-one {
    left: -70px;
    top: 0;
    animation: treeMove 4s linear 0s infinite;
}

.bd-about-wrapper.style-four .bd-about-shape.has-shape-two {
    z-index: -1;
    bottom: -50px;
    left: -40px;
    z-index: -1;
    max-width: 630px;
}

.bd-about-wrapper.style-four .bd-about-shape.has-shape-three {
    right: 50px;
    bottom: 10px;
    z-index: 1;
    width: 150px;
}

.bd-about-wrapper.style-four .bd-about-content-wrapper {
    margin-left: 30px;
}

.bd-about-wrapper.style-four .bd-about-feature-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
}

.bd-about-wrapper.style-four .bd-about-feature-name {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.bd-about-wrapper.style-four .bd-about-feature-icon span {
    width: 20px;
    height: 20px;
    background-color: var(--bd-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bd-white);
    font-size: 10px;
    border-radius: 50%;
}

.bd-about-wrapper.style-four .bd-about-author {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 0px 30px 0 0px;
    border-right: 1px solid var(--bd-border-primary);
}

.bd-about-wrapper.style-four .bd-about-author-title-thumb {
    margin-bottom: 5px;
}

.bd-about-wrapper.style-four .bd-about-author-info-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 30px 0 35px 0;
}

.bd-about-wrapper.style-four .bd-about-author-designation {
    color: var(--bd-taxonomy-color);
}

.bd-about-wrapper.style-four .bd-about-author-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.bd-about-wrapper.style-four .bd-about-contact {
    display: flex;
    gap: 15px;
    align-items: center;
}

.bd-about-wrapper.style-four .bd-about-contact-icon span {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bd-primary);
    transition: all 0.5s;
}

.bd-about-wrapper.style-four .bd-about-contact-icon span i {
    font-size: 14px;
    color: var(--bd-white);
}

.bd-about-wrapper.style-four .bd-about-contact-text {
    display: block;
    color: var(--bd-taxonomy-color);
    margin-bottom: 5px;
}

.bd-about-wrapper.style-four .bd-about-contact-call a {
    color: var(--bd-taxonomy-color);
}

.bd-about-wrapper.style-four .bd-about-contact-call a:hover {
    color: var(--bd-primary);
}

.bd-about-wrapper.style-five {
    position: relative;
}

.bd-about-wrapper.style-five .shape {
    position: absolute;
    top: -30px;
    left: -30px;
    animation: shape-rote 35s linear infinite;
}

.bd-about-wrapper.style-five .bd-about-thumb-wrapper {
    display: flex;
    align-items: end;
    gap: 30px;
    position: relative;
    z-index: 8;
}

.bd-about-wrapper.style-five .bd-about-thumb img {
    border-radius: 200px 200px 0 0;
}

.bd-about-wrapper.style-five .bd-about-thumb-two img {
    border-radius: 0 0 200px 200px;
}

.bd-about-wrapper.style-five .bd-about-shape-wrap {
    margin-bottom: 30px;
}

.bd-about-wrapper.style-five .bd-about-shape-wrap .main-shape {
    position: relative;
    display: inline-block;
}

.bd-about-wrapper.style-five .bd-about-shape-wrap .main-shape > img {
    animation: shape-rote 35s linear infinite;
}

.bd-about-wrapper.style-five .bd-about-shape-wrap .shape-two {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bd-about-wrapper.style-six .bd-about-thumb img {
    width: 100%;
}

.bd-about-wrapper.style-six .bd-about-content-wrapper {
    margin-left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-about-wrapper.style-six .bd-about-content-wrapper {
        margin-left: 20px;
    }
}

@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-about-wrapper.style-six .bd-about-content-wrapper {
        margin-left: 0;
    }
}

.bd-about-wrapper.style-six .bd-about-feature-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 35px 0 50px;
}

@media (max-width: 575px) {
    .bd-about-wrapper.style-six .bd-about-feature-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}

.bd-about-wrapper.style-six .bd-about-feature-title {
    margin-bottom: 3px;
}

.bd-about-wrapper.style-six .bd-about-feature-item {
    display: flex;
    gap: 15px;
}

.bd-about-wrapper.style-six .bd-about-feature-icon span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bd-primary);
    transition: all 0.5s;
    color: var(--bd-white);
    font-size: 28px;
}

.bd-about-feature-list ul li {
    list-style: none;
    display: flex;
    gap: 15px;
}

.bd-about-feature-list ul li:not(:last-child) {
    margin-bottom: 20px;
}

.bd-about-feature-list ul li i {
    width: 25px;
    height: 25px;
    min-width: 25px;
    background-color: rgba(7, 161, 105, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bd-primary);
    font-size: 13px;
    border-radius: 50%;
}

.bd-about-shape-wrap {
    /* University About Shape */
    /* University About Shape End */
}

.bd-about-shape-wrap .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
}

.bd-about-shape-wrap .shape-2 {
    position: absolute;
    left: 85px;
    bottom: 90px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}

@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-shape-wrap .shape-2 {
        display: none;
    }
}

.bd-about-shape-wrap .shape-3 {
    position: absolute;
    right: 82px;
    top: 85px;
    animation: right-2-left 1.8s ease-in-out 1.8s forwards infinite alternate;
}

.bd-about-shape-wrap .shape-4 {
    position: absolute;
    right: 90px;
    bottom: -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), (max-width: 575px) {
    .bd-about-shape-wrap .shape-4 {
        display: none;
    }
}

.bd-about-shape-wrap .shape-5 {
    position: absolute;
    top: 150px;
    left: 507px;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-about-shape-wrap .shape-5 {
        left: 180px;
    }
}

.bd-about-shape-wrap .shape-6 {
    position: absolute;
    top: 300px;
    left: 610px;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-about-shape-wrap .shape-6 {
        left: 280px;
    }
}

.bd-about-shape-wrap .shape-7 {
    position: absolute;
    bottom: 100px;
    right: 270px;
}

.bd-about-thumbnail {
    position: relative;
    display: block;
}

.bd-about-thumbnail img {
    border-radius: 16px;
}

/*----------------------------------------*/
/*  4.2 Campus css
/*----------------------------------------*/
.bd-campus-wrapper.style-one .bd-campus-item {
    position: relative;
    z-index: 2;
}

.bd-campus-wrapper.style-one .bd-campus-item:hover .bd-campus-thumb a::before {
    background: rgba(0, 23, 15, 0.5);
}

.bd-campus-wrapper.style-one .bd-campus-item:hover .bd-campus-thumb img {
    transform: scale(1.1);
}

.bd-campus-wrapper.style-one .bd-campus-item:hover .bd-campus-title::before {
    width: 100%;
}

.bd-campus-wrapper.style-one .bd-campus-thumb {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    z-index: 5;
}

.bd-campus-wrapper.style-one .bd-campus-thumb a::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 23, 15, 0.3);
    z-index: 6;
}

.bd-campus-wrapper.style-one .bd-campus-thumb img {
    width: 100%;
    transition: all 0.5s linear 0s;
}

.bd-campus-wrapper.style-one .bd-campus-content {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px 20px;
    gap: 20px;
    border-radius: 0 0px 6px 6px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 6;
}

.bd-campus-wrapper.style-one .bd-campus-title {
    color: var(--bd-white);
    margin-bottom: 5px;
}

.bd-campus-wrapper.style-one .bd-campus-btn {
    color: var(--bd-white);
}

.bd-campus-wrapper.style-one .bd-campus-icon svg * {
    transition: all 0.5s linear 0s;
    stroke: var(--bd-white);
}

.bd-campus-story-highlight {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.18;
    margin-bottom: 60px;
    letter-spacing: -1.2px;
    color: var(--bd-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-campus-story-highlight {
        font-size: 42px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-campus-story-highlight {
        font-size: 36px;
    }
}

.bd-campus-title {
    border-bottom: 1px solid var(--bd-border-primary);
    padding-bottom: 15px;
    position: relative;
}

.bd-campus-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 10%;
    height: 3px;
    background-color: var(--bd-primary);
    transition: all 0.3s ease-in-out;
}

.bd-campus-gallery-wrapper {
    text-align: center;
}

.bd-campus-gallery-wrapper:hover .bd-campus-gallery-thumb {
    border-color: var(--bd-primary);
}

.bd-campus-gallery-wrapper:hover .bd-campus-gallery-title {
    color: var(--bd-primary);
}

.bd-campus-gallery-thumb {
    display: block;
    width: 300px;
    height: 260px;
    border: 1px solid var(--bd-border-primary);
    border-radius: 8px;
    padding: 15px 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-campus-gallery-thumb {
        width: 100%;
        height: 100%;
    }
}

.bd-campus-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.bd-campus-infrastructure .table > thead tr td {
    background-color: var(--primary-rgb-05);
}

.bd-campus-view iframe {
    width: 100%;
    border-radius: 8px;
}

.bd-campus-intro-thumb img {
    border-radius: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-campus-intro-thumb img {
        width: 100%;
    }
}

.bd-campus-intro-thumb-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-campus-intro-thumb-group {
        flex-direction: row;
    }
}

.hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
}

.bd-campus-virtual-tour-thumb img {
    border-radius: 16px;
}

/*----------------------------------------*/
/*  4.3 Career css
/*----------------------------------------*/
.bd-career-grid {
    background-color: var(--bd-white);
    padding: 30px 30px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
}

@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-career-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bd-career-wrapper.style-one .bd-career-item {
    position: relative;
    overflow: hidden;
    padding: 30px 30px;
    background-color: var(--bd-white);
    border-radius: 8px;
}

.bd-career-wrapper.style-one .bd-career-item:hover .bd-career-bg img {
    transform: scale(1.05);
}

.bd-career-wrapper.style-one .bd-career-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.bd-career-wrapper.style-one .bd-career-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.bd-career-wrapper.style-one .bd-career-thumb {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 575px) {
    .bd-career-wrapper.style-one .bd-career-thumb {
        display: none;
    }
}

.bd-career-wrapper.style-one .bd-career-thumb img {
    width: 100%;
    height: 100%;
}

.bd-career-wrapper.style-one .bd-career-content {
    position: relative;
    width: 335px;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-career-wrapper.style-one .bd-career-content {
        width: 300px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-career-wrapper.style-one .bd-career-content {
        width: 225px;
    }
}

@media (max-width: 575px) {
    .bd-career-wrapper.style-one .bd-career-content {
        width: 100%;
    }
}

.bd-career-wrapper.style-one .bd-career-title {
    margin-bottom: 30px;
}

.bd-career-wrapper.style-one .bd-career-subtitle {
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.bd-career-wrapper.style-one.br-secondary {
    border: 10px solid var(--secondary-rgb-5);
    border-radius: 12px;
}

.bd-career-wrapper.style-one.br-primary {
    border: 10px solid var(--primary-rgb-5);
    border-radius: 12px;
}

.bd-career-overlay {
    margin-bottom: -100px;
}

@media (max-width: 575px) {
    .bd-career-overlay {
        margin-bottom: 65px;
    }
}

/*----------------------------------------*/
/*  4.4 Categories css
/*----------------------------------------*/
.bd-category-grid-item:not(:last-child) {
    margin-bottom: 30px;
}

.bd-category-wrapper.style-one .bd-category-item {
    padding: 20px 20px;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: transparent;
    border: 1px solid var(--bd-border-primary);
    border-radius: 8px;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-category-wrapper.style-one .bd-category-item {
        padding: 15px 15px;
        gap: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-category-wrapper.style-one .bd-category-item {
        padding: 10px 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-category-wrapper.style-one .bd-category-item {
        padding: 10px 10px;
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .bd-category-wrapper.style-one .bd-category-item {
        flex-wrap: wrap;
    }
}

.bd-category-wrapper.style-one .bd-category-item:hover {
    border-color: var(--bd-primary);
    background-color: var(--bd-primary);
}

.bd-category-wrapper.style-one .bd-category-item:hover .bd-category-title {
    background-size: 0 1px, 100% 1px;
    color: var(--bd-white);
}

.bd-category-wrapper.style-one .bd-category-item:hover .bd-category-icon svg * {
    stroke: var(--bd-white);
}

.bd-category-wrapper.style-one .bd-category-item:hover .bd-category-total {
    color: rgba(255, 255, 255, 0.8);
}

.bd-category-wrapper.style-one .bd-category-title {
    margin-bottom: 5px;
    display: block;
    background-image: linear-gradient(var(--bd-white), var(--bd-white)), linear-gradient(var(--bd-white), var(--bd-white));
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 83%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
    padding: 0 0 1% 0;
}

.bd-category-wrapper.style-one .bd-category-icon svg * {
    transition: all 0.3s linear;
}

.bd-category-wrapper.style-one .bd-category-total {
    color: var(--bd-taxonomy-color);
}

.bd-category-wrapper.style-two .bd-category-item {
    overflow: hidden;
}

.bd-category-wrapper.style-two .bd-category-item:hover .bd-category-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-category-wrapper.style-two .bd-category-item:hover .bd-category-title {
    color: var(--bd-primary);
}

.bd-category-wrapper.style-two .bd-category-thumb {
    overflow: hidden;
    border-radius: 12px;
    background-color: var(--bd-bg-primary);
}

.bd-category-wrapper.style-two .bd-category-thumb-box {
    border: 1px solid var(--bd-border-primary);
    padding: 15px 15px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}

.bd-category-wrapper.style-two .bd-category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 12px;
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}

.bd-category-wrapper.style-two .bd-category-title {
    margin-bottom: 5px;
    transition: var(--transition);
}

.bd-category-wrapper.style-two .bd-category-subtitle {
    font-size: 16px;
    color: var(--bd-taxonomy-color);
}

.bd-category-wrapper.style-two .bd-category-subtitle .total-course {
    color: var(--bd-theme-black);
    font-weight: var(--bd-fw-medium);
}

.bd-category-wrapper.style-three .bd-category-item {
    text-align: center;
}

.bd-category-wrapper.style-three .bd-category-item:hover .bd-category-icon-wrapper {
    background-color: var(--bd-secondary);
}

.bd-category-wrapper.style-three .bd-category-item:hover .bd-category-title {
    color: var(--bd-primary);
}

.bd-category-wrapper.style-three .bd-category-icon-wrapper {
    -webkit-mask-image: url(../images/category/categories-mask-bg.webp);
    mask-image: url(../images/category/categories-mask-bg.webp);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    display: inline-flex;
    width: 115px;
    height: 115px;
    background-color: var(--bd-primary);
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    transition: var(--transition);
}

@media (max-width: 450px) {
    .bd-category-wrapper.style-three .bd-category-icon-wrapper {
        width: 100px;
        height: 100px;
    }
}

.bd-category-wrapper.style-three .bd-category-icon-wrapper.color-primary {
    background: var(--bd-primary);
}

.bd-category-wrapper.style-three .bd-category-icon-wrapper.color-secondary {
    background: var(--bd-secondary);
}

.bd-category-wrapper.style-three .bd-category-icon-wrapper.color-extra-01 {
    background: var(--bd-extra-color01);
}

.bd-category-wrapper.style-three .bd-category-icon-wrapper.color-extra-02 {
    background: var(--bd-extra-color02);
}

.bd-category-wrapper.style-three .bd-category-icon-wrapper.color-extra-03 {
    background: var(--bd-extra-color03);
}

.bd-category-wrapper.style-three .bd-category-icon-wrapper.color-extra-04 {
    background: var(--bd-extra-color04);
}

.bd-category-wrapper.style-three .bd-category-icon-wrapper.color-extra-05 {
    background: var(--bd-extra-color05);
}

.bd-category-wrapper.style-three .bd-category-icon-wrapper.color-extra-06 {
    background: var(--bd-extra-color06);
}

.bd-category-wrapper.style-three .bd-category-icon-wrapper.color-extra-07 {
    background: var(--bd-extra-color07);
}

.bd-category-wrapper.style-three .bd-category-icon {
    font-size: 46px;
    color: var(--bd-white);
    line-height: 1;
}

@media (max-width: 450px) {
    .bd-category-wrapper.style-three .bd-category-icon {
        font-size: 36px;
    }
}

.bd-category-wrapper.style-three .bd-category-title {
    transition: var(--transition);
}

.bd-category-wrapper.style-four .bd-category-item {
    transition: var(--transition);
    text-align: center;
    background: var(--bd-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 20px 20px 20px;
    border-radius: 12px;
}

.bd-category-wrapper.style-four .bd-category-item:hover .bd-category-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-category-wrapper.style-four .bd-category-item:hover .bd-category-icon {
    color: var(--bd-white);
    background-color: var(--bd-primary);
}

.bd-category-wrapper.style-four .bd-category-thumb {
    overflow: hidden;
    border-radius: 12px;
}

.bd-category-wrapper.style-four .bd-category-thumb img {
    height: 200px;
    width: 100%;
    border-radius: 12px;
}

.bd-category-wrapper.style-four .bd-category-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bd-theme-black);
    background-color: var(--bd-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    transition: var(--transition);
}

.bd-category-wrapper.style-four .bd-category-icon i {
    font-size: 25px;
}

.bd-category-wrapper.style-four .bd-category-title {
    margin-bottom: 5px;
}

.bd-category-wrapper.style-four .bd-category-total {
    color: var(--bd-taxonomy-color);
}

.bd-category-wrapper.style-five .bd-category-item {
    transition: var(--transition);
    text-align: center;
    border-radius: 12px;
}

.bd-category-wrapper.style-five .bd-category-item:hover .bd-category-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-category-wrapper.style-five .bd-category-thumb {
    overflow: hidden;
    border-radius: 12px 12px 0px 0px;
}

.bd-category-wrapper.style-five .bd-category-thumb img {
    height: 200px;
    width: 100%;
    border-radius: 12px 12px 0px 0px;
}

.bd-category-wrapper.style-five .bd-category-content {
    background: var(--bd-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 25px 25px 25px;
    border-radius: 0px 0px 12px 12px;
}

.bd-category-wrapper.style-five .bd-category-title {
    margin-bottom: 10px;
}

.bd-category-wrapper.style-five .bd-category-total {
    color: var(--bd-taxonomy-color);
}

.bd-category-wrapper.style-six .bd-category-item {
    background: var(--bd-white);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    gap: 20px;
    padding: 30px 30px;
    transition: var(--transition);
    border-radius: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 450px) {
    .bd-category-wrapper.style-six .bd-category-item {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-category-wrapper.style-six .bd-category-item {
        padding: 20px 20px;
    }
}

.bd-category-wrapper.style-six .bd-category-icon {
    width: 80px;
    height: 80px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    min-height: 80px;
    transition: var(--transition);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.bd-category-wrapper.style-six .bd-category-icon i {
    font-size: 40px;
}

.bd-category-wrapper.style-six .bd-category-title {
    margin-bottom: 5px;
}

.bd-category-wrapper.style-six .bd-category-title a:hover {
    color: var(--bd-primary);
}

.bd-category-wrapper.style-six .bd-category-descrip {
    margin-bottom: 10px;
}

.bd-category-wrapper.style-seven .bd-category-item {
    text-align: center;
}

.bd-category-wrapper.style-seven .bd-category-item:hover .bd-category-title {
    color: var(--bd-primary);
}

.bd-category-wrapper.style-seven .bd-category-item:hover .bd-category-icon {
    box-shadow: 0px 4px 10px 0px rgba(255, 255, 255, 0.1);
    background-color: var(--bd-primary);
}

.bd-category-wrapper.style-seven .bd-category-item:hover .bd-category-icon svg * {
    stroke: var(--bd-white);
}

.bd-category-wrapper.style-seven .bd-category-icon {
    margin-bottom: 15px;
    background: var(--primary-rgb-1);
    display: inline-flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s linear;
}

.bd-category-wrapper.style-seven .bd-category-icon svg * {
    transition: all 0.3s linear;
}

.bd-category-wrapper.style-seven .bd-category-title {
    transition: all 0.3s linear;
    margin-bottom: 5px;
}

.bd-category-wrapper.style-seven .bd-category-subtitle {
    font-size: 16px;
    color: var(--bd-taxonomy-color);
    display: block;
}

.bd-category-wrapper.style-seven .bd-category-subtitle .total-course {
    color: var(--bd-theme-black);
    font-weight: var(--bd-fw-medium);
}

.bd-category-item:hover .bd-category-icon.color-primary {
    background: var(--bd-primary);
}

.bd-category-item:hover .bd-category-icon.color-primary.has-white {
    color: var(--bd-white);
}

.bd-category-item:hover .bd-category-icon.color-secondary {
    background: var(--bd-secondary);
}

.bd-category-item:hover .bd-category-icon.color-secondary.has-white {
    color: var(--bd-white);
}

.bd-category-item:hover .bd-category-icon.color-extra-01 {
    background: var(--bd-extra-color01);
}

.bd-category-item:hover .bd-category-icon.color-extra-01.has-white {
    color: var(--bd-white);
}

.bd-category-item:hover .bd-category-icon.color-extra-02 {
    background: var(--bd-extra-color02);
}

.bd-category-item:hover .bd-category-icon.color-extra-02.has-white {
    color: var(--bd-white);
}

.bd-category-item:hover .bd-category-icon.color-extra-03 {
    background: var(--bd-extra-color03);
}

.bd-category-item:hover .bd-category-icon.color-extra-03.has-white {
    color: var(--bd-white);
}

.bd-category-item:hover .bd-category-icon.color-extra-04 {
    background: var(--bd-extra-color04);
}

.bd-category-item:hover .bd-category-icon.color-extra-04.has-white {
    color: var(--bd-white);
}

.bd-category-item:hover .bd-category-icon.color-extra-05 {
    background: var(--bd-extra-color05);
}

.bd-category-item:hover .bd-category-icon.color-extra-05.has-white {
    color: var(--bd-white);
}

.bd-category-item:hover .bd-category-icon.color-extra-06 {
    background: var(--bd-extra-color06);
}

.bd-category-item:hover .bd-category-icon.color-extra-06.has-white {
    color: var(--bd-white);
}

.bd-category-item:hover .bd-category-icon.color-extra-07 {
    background: var(--bd-extra-color08);
}

.bd-category-item:hover .bd-category-icon.color-extra-07.has-white {
    color: var(--bd-white);
}

.bd-category-thumb img {
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}

.bd-category-icon.color-primary {
    background: rgba(7, 161, 105, 0.15);
    color: var(--bd-primary);
}

.bd-category-icon.color-secondary {
    background: rgba(251, 140, 0, 0.15);
    color: var(--bd-secondary);
}

.bd-category-icon.color-extra-01 {
    background: rgba(88, 102, 235, 0.15);
    color: var(--bd-extra-color01);
}

.bd-category-icon.color-extra-02 {
    background: rgba(248, 184, 31, 0.15);
    color: var(--bd-extra-color02);
}

.bd-category-icon.color-extra-03 {
    background: rgba(142, 86, 255, 0.15);
    color: var(--bd-extra-color03);
}

.bd-category-icon.color-extra-04 {
    background: rgba(218, 4, 248, 0.15);
    color: var(--bd-extra-color04);
}

.bd-category-icon.color-extra-05 {
    background: rgba(57, 192, 250, 0.15);
    color: var(--bd-extra-color05);
}

.bd-category-icon.color-extra-06 {
    background: rgba(249, 37, 150, 0.15);
    color: var(--bd-extra-color06);
}

.bd-category-icon.color-extra-07 {
    background: rgba(70, 100, 228, 0.15);
    color: var(--bd-extra-color08);
}

.bd-category-total.color-primary {
    color: var(--bd-primary);
}

.bd-category-total.color-secondary {
    color: var(--bd-secondary);
}

.bd-category-total.color-extra-01 {
    color: var(--bd-extra-color01);
}

.bd-category-total.color-extra-02 {
    color: var(--bd-extra-color02);
}

.bd-category-total.color-extra-03 {
    color: var(--bd-extra-color03);
}

.bd-category-total.color-extra-04 {
    color: var(--bd-extra-color04);
}

.bd-category-total.color-extra-05 {
    color: var(--bd-extra-color05);
}

.bd-category-total.color-extra-06 {
    color: var(--bd-extra-color06);
}

.bd-category-pagination {
    margin-top: 30px;
}

.bd-category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-category-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media (max-width: 450px) {
    .bd-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

.bd-book-category .bd-category-wrapper.style-six .bd-category-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
}

.bd-book-category .bd-category-wrapper.style-six .bd-category-icon i {
    font-size: 26px;
}

/*----------------------------------------*/
/*  4.5 Class css
/*----------------------------------------*/
.bd-academic-calendar-box {
    border-radius: 12px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--bd-white);
    padding: 30px 30px;
    display: flex;
    gap: 50px;
    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-academic-calendar-box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 30px;
        padding: 20px 20px;
    }
}

.bd-academic-calendar-box.row-reverse {
    flex-direction: row-reverse;
}

@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-academic-calendar-box.row-reverse {
        flex-direction: column-reverse;
    }
}

.bd-academic-calendar-box .content {
    width: 50%;
}

@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-academic-calendar-box .content {
        width: 100%;
    }
}

.bd-academic-calendar-box .thumb {
    width: 50%;
}

@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-academic-calendar-box .thumb {
        width: 100%;
    }
}

.bd-academic-calendar-box .thumb img {
    border-radius: 8px;
    width: 100%;
}

.bd-academic-calendar-list li {
    list-style: none;
}

.bd-academic-calendar-list li strong {
    color: var(--bd-theme-black);
}

.bd-academic-calendar-list li:not(:last-child) {
    margin-bottom: 8px;
}

/*----------------------------------------*/
/*  4.6 Coming Soon css
/*----------------------------------------*/
.bd-coming-soon-content {
    background: rgba(7, 161, 105, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    padding: 50px 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-coming-soon-content {
        padding: 30px 30px;
    }
}

.bd-coming-soon-logo {
    margin-bottom: 10px;
}

.bd-coming-soon-logo img {
    margin-bottom: 5px;
}

.bd-coming-soon-logo p {
    font-size: 14px;
    color: var(--bd-white);
}

.bd-coming-soon-title {
    color: var(--bd-white);
    margin-bottom: 20px;
    font-size: 100px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-coming-soon-title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-coming-soon-title {
        font-size: 68px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-coming-soon-title {
        font-size: 36px;
    }
}

.bd-coming-soon-subtitle {
    font-size: 20px;
    color: var(--bd-white);
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-coming-soon-subtitle {
        max-width: 100%;
    }
}

.bd-coming-soon-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.bd-coming-soon-form {
    position: relative;
    width: 640px;
    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-coming-soon-form {
        width: 100%;
    }
}

.bd-coming-soon-form input {
    padding-inline-start: 20px;
    padding-inline-end: 130px;
    color: var(--bd-white);
    height: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-coming-soon-form input {
        padding-inline-end: 150px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-coming-soon-form input {
        padding-inline-end: 20px;
    }
}

.bd-coming-soon-form input::placeholder {
    color: var(--bd-white);
}

.bd-coming-soon-form .bd-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-coming-soon-form .bd-btn {
        position: initial;
        transform: translateY(0%);
        margin-top: 15px;
        width: 100%;
    }
}

/*----------------------------------------*/
/*  4.7 Contact css
/*----------------------------------------*/
.bd-contact-form-wrapper {
    margin-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-contact-form-wrapper {
        margin-right: 0;
    }
}

.bd-contact-form-thumb img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.bd-contact-address-box {
    background: var(--bd-white);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 50px 30px;
    text-align: center;
    transition: all 0.3s;
}

.bd-contact-address-box:hover {
    transform: translateY(-15px);
    background-color: var(--bd-primary);
}

.bd-contact-address-box:hover .icon {
    background-color: var(--bd-white);
}

.bd-contact-address-box:hover .title {
    color: var(--bd-white);
}

.bd-contact-address-box:hover .content p {
    color: var(--bd-white);
}

.bd-contact-address-box .icon {
    background-color: var(--primary-rgb-1);
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.bd-contact-address-box .icon i {
    color: var(--bd-primary);
    font-size: 24px;
    transition: all 0.3s;
}

.bd-contact-address-box .title {
    margin-top: 25px;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.bd-contact-address-box .content p {
    margin-bottom: 0;
    transition: all 0.3s;
}

.bd-contact-map {
    margin-top: 80px;
}

.bd-contact-map iframe {
    width: 100%;
    border-radius: 8px;
}

.bd-authentication-form-wrapper {
    background-color: var(--bd-white);
    box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 30px 30px;
    text-align: start;
}

.bd-authentication-form-wrapper .title {
    font-size: 32px;
}

.bd-authentication-form-wrapper .subtitle {
    color: var(--bd-body-text);
    margin-bottom: 20px;
}

.bd-authentication-form-logo {
    text-align: center;
    margin-bottom: 20px;
}

.bd-authentication-cover {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: rgba(0, 23, 15, 0.6);
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
}

.bd-authentication-cover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.bd-authentication-cover-content {
    width: 70%;
    height: 20rem;
    position: relative;
}

.bd-authentication-cover-content .bd-section-title {
    color: var(--bd-white);
    font-weight: var(--bd-fw-sbold);
}

.bd-authentication-cover-content .bd-section-paragraph {
    color: var(--bd-white);
}

.sign-link {
    color: var(--bd-taxonomy-color);
    font-size: 16px;
}

.bd-divider-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

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

.bd-divider-line.left-line {
    background-image: linear-gradient(-90deg, #46494D, rgba(33, 38, 45, 0));
}

.bd-divider-title {
    position: relative;
    padding: 0 15px;
    width: 420px;
    text-align: center;
}

.bd-alter-sign {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.bd-sign-up-label a {
    color: var(--bd-primary);
}

/*----------------------------------------*/
/*  4.9 Courses css
/*----------------------------------------*/
.bd-course-thumb-style {
    display: block;
    overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-course-thumb-style {
        height: 300px;
    }
}

.bd-course-thumb-style .bd-course-thumb-bg {
    border-radius: 16px 16px 0 0;
    padding: 15px 15px;
}

.bd-course-thumb-style .bd-course-thumb-bg.bg-1 {
    background-color: #D5EFDE;
}

.bd-course-thumb-style .bd-course-thumb-bg.bg-2 {
    background-color: #EFCBEF;
}

.bd-course-thumb-style .bd-course-thumb-bg.bg-3 {
    background-color: #F2E2CA;
}

.bd-course-thumb-style .bd-course-thumb-bg.bg-4 {
    background-color: #BBDBFB;
}

.bd-course-thumb-style .bd-course-thumb-bg.bg-5 {
    background-color: #E7DDDE;
}

.bd-course-thumb-style .bd-course-thumb-bg.bg-6 {
    background-color: #EED8E2;
}

.bd-course-thumb-style .bd-course-thumb-bg.bg-7 {
    background-color: #DBEACE;
}

.bd-course-thumb-style .bd-course-thumb-bg.bg-8 {
    background-color: #E0C7D1;
}

.bd-course-thumb-style .bd-course-thumb-bg.bg-9 {
    background-color: #FBDEBD;
}

.bd-course-thumb-style .bd-course-thumb-bg img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.bd-course-thumb-style .bd-course-thumb-instructor {
    position: absolute;
    bottom: 0;
    z-index: 5;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-course-thumb-style .bd-course-thumb-instructor {
        width: 160px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-course-thumb-style .bd-course-thumb-instructor {
        width: 120px;
    }
}

@media (max-width: 575px) {
    .bd-course-thumb-style .bd-course-thumb-instructor {
        width: 140px;
    }
}

.bd-course-thumb-style .bd-course-thumb-instructor.center {
    left: 50%;
    transform: translateX(-50%);
}

.bd-course-thumb-style .bd-course-thumb-instructor.right {
    right: 20px;
}

.bd-course-thumb-style .bd-course-thumb-instructor img {
    width: 100%;
    height: 100%;
}

.bd-course-thumb-style .bd-course-overly-title {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-family: var(--bd-ff-style);
    font-weight: var(--bd-fw-bold);
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-course-thumb-style .bd-course-overly-title.fs-200 {
        font-size: 160px;
    }
}

@media (max-width: 575px) {
    .bd-course-thumb-style .bd-course-overly-title.fs-200 {
        font-size: 170px;
    }
}

@media (max-width: 450px) {
    .bd-course-thumb-style .bd-course-overly-title.fs-200 {
        font-size: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-course-thumb-style .bd-course-overly-title.fs-140 {
        font-size: 120px;
    }
}

@media (max-width: 575px) {
    .bd-course-thumb-style .bd-course-overly-title.fs-140 {
        font-size: 110px;
    }
}

.bd-course-thumb-style .small-text {
    position: absolute;
    top: 36px;
    left: 30px;
    font-size: 27px;
    font-family: var(--bd-ff-style);
    font-weight: var(--bd-fw-sbold);
}

.bd-course-thumb-style .bd-course-text-content {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.bd-course-thumb-style .bd-course-text-content .text, .bd-course-thumb-style .bd-course-text-content .text-1, .bd-course-thumb-style .bd-course-text-content .text-2, .bd-course-thumb-style .bd-course-text-content .text-3 {
    font-family: var(--bd-ff-style);
    font-weight: var(--bd-fw-bold);
    line-height: 1;
}

.bd-course-thumb-style.small-style .bd-course-overly-title {
    font-size: 140px;
}

.bd-course-thumb-style.small-style .bd-course-overly-title.fs-140 {
    font-size: 100px;
}

.bd-course-thumb-style.small-style .small-text {
    font-size: 24px;
    top: 30px;
}

.bd-course-thumb-style.small-style .bd-course-text-content .text-1 {
    font-size: 36px;
}

.bd-course-thumb-style.small-style .bd-course-text-content .text-2 {
    font-size: 30px;
}

.bd-course-thumb-style.small-style .bd-course-text-content .text-3 {
    font-size: 20px;
}

.bd-course-thumb-style.small-style .bd-course-thumb-instructor {
    width: 120px;
}

.bd-course-thumb-style-two {
    overflow: hidden;
    display: block;
}

.bd-course-thumb-style-two:hover .bd-course-thumb img {
    transform: scale(1.1);
}

.bd-course-thumb-style-two .bd-course-thumb {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.bd-course-thumb-style-two .bd-course-thumb img {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    transition: all 0.3s ease-in-out;
}

.bd-course-thumb-style-two .bd-course-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bd-course-thumb-style-two .bd-course-shape img {
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 0 0;
}

.bd-course-thumb-style-two .bd-course-logo {
    position: absolute;
    z-index: 999;
    bottom: 20px;
    right: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-course-thumb-style-two .bd-course-logo {
        bottom: 15px;
        right: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-course-thumb-style-two .bd-course-logo {
        bottom: 10px;
        right: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-course-thumb-style-two .bd-course-logo {
        right: 40px;
        width: 72px;
        bottom: 5px;
    }
}

@media (max-width: 575px) {
    .bd-course-thumb-style-two .bd-course-logo {
        right: 110px;
    }
}

@media (max-width: 450px) {
    .bd-course-thumb-style-two .bd-course-logo {
        bottom: 15px;
        right: 70px;
    }
}

.bd-course-thumb-style-three {
    border-radius: 16px 16px 0 0;
    display: block;
}

.bd-course-thumb-style-three .bd-course-thumb-bg {
    border-radius: 16px 16px 0 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-course-thumb-style-three .bd-course-thumb-bg {
        height: 300px;
    }
}

.bd-course-thumb-style-three .bd-course-thumb-bg img {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 100%;
}

.bd-course-thumb-style-three .bd-course-instructor {
    position: absolute;
    right: 10px;
    bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-course-thumb-style-three .bd-course-instructor {
        width: 120px;
    }
}

.bd-course-thumb-style-three .bd-course-instructor img {
    filter: drop-shadow(-4px 0px var(--bd-white));
    width: 100%;
    height: 100%;
}

.bd-course-thumb-style-three .bd-course-logo {
    position: absolute;
    bottom: 25px;
    left: 30px;
}

.bd-course-thumb-style-three .bd-course-logo img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid var(--bd-white);
    border-radius: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-course-thumb-style-three .bd-course-logo img {
        width: 50px;
        height: 50px;
    }
}

.bd-course-thumb-style-three .bd-course-text-content {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 50px;
}

.bd-course-thumb-style-three .bd-course-text-content .text, .bd-course-thumb-style-three .bd-course-text-content .text-1, .bd-course-thumb-style-three .bd-course-text-content .text-2, .bd-course-thumb-style-three .bd-course-text-content .text-3 {
    font-family: var(--bd-ff-style);
    font-weight: var(--bd-fw-bold);
    line-height: 1;
}

.bd-course-wrapper.style-one .bd-course-tag span a {
    font-size: 16px;
    font-weight: var(--bd-fw-regular);
    text-transform: capitalize;
    padding: 7px 24px 7px 24px;
    border-radius: 0px 8px 0 0;
    color: var(--bd-taxonomy-color);
    background-color: var(--bd-white);
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: var(--transition);
    z-index: 9;
}

.bd-course-wrapper.style-one .bd-course-tag span a:hover {
    color: var(--bd-white);
    background-color: var(--bd-secondary);
}

.bd-course-wrapper.style-one .bd-course-thumb {
    border-radius: 10px 10px 0 0;
}

.bd-course-wrapper.style-one .bd-course-thumb img {
    width: 100%;
    height: 100%;
}

.bd-course-wrapper.style-one .bd-course-content {
    padding: 22px 22px 30px 22px;
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--bd-border-primary);
    background-color: var(--bd-bg-primary);
}

.bd-course-wrapper.style-one:hover .bd-course-tag span a {
    color: var(--bd-white);
    background-color: var(--bd-primary);
}

.bd-course-wrapper.style-one:hover .bd-course-thumb img {
    transform: scale(1.1);
}

.bd-course-wrapper.style-two .bd-course-content {
    padding: 25px 25px 30px 25px;
    border-radius: 0 0 16px 16px;
    border: 1px solid var(--bd-border-primary);
    background-color: var(--bd-bg-primary);
}

.bd-course-wrapper.style-two .bd-course-meta {
    margin-bottom: 15px;
}

.bd-course-wrapper.style-two .bd-course-title {
    margin-bottom: 15px;
}

.bd-course-wrapper.style-three {
    position: relative;
}

.bd-course-wrapper.style-three .bd-course-content {
    padding: 22px 22px 22px 22px;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    inset-inline-start: 0;
    bottom: -1px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 9;
    border-radius: 0 0 10px 10px;
}

.bd-course-wrapper.style-three .bd-course-rating-text span {
    color: var(--bd-light);
}

.bd-course-wrapper.style-three .bd-course-title {
    color: var(--bd-white);
}

.bd-course-wrapper.style-three .bd-course-price .current-price {
    color: var(--bd-white);
}

.bd-course-wrapper.style-three .bd-course-price .old-price {
    color: var(--bd-light);
}

.bd-course-wrapper.style-three .bd-course-author .name {
    color: var(--bd-white);
}

.bd-course-wrapper.style-three .bd-course-author .name:hover {
    color: var(--bd-primary);
}

.bd-course-wrapper.style-three .bd-course-lesson span {
    color: var(--bd-light);
}

.bd-course-wrapper.style-three .bd-course-thumb {
    height: 450px;
    width: 100%;
    border-radius: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-course-wrapper.style-three .bd-course-thumb {
        height: 450px;
    }
}

.bd-course-wrapper.style-three .bd-course-thumb img {
    width: 100%;
    min-height: 100%;
    border-radius: 10px;
}

.bd-course-wrapper.style-three .bd-course-top-meta .bd-course-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    right: auto;
}

.bd-course-wrapper.style-three .bd-course-top-meta .bd-course-like {
    position: absolute;
    inset-inline-end: 16px;
    top: 16px;
}

.bd-course-wrapper.style-three:hover {
    filter: drop-shadow(0px 4px 70px rgba(0, 0, 0, 0.15));
}

.bd-course-wrapper.style-three:hover .bd-course-content {
    background-color: var(--bd-white);
}

.bd-course-wrapper.style-three:hover .bd-course-content::before {
    background-image: none;
}

.bd-course-wrapper.style-three:hover .bd-course-rating-text span {
    color: rgba(0, 0, 0, 0.6);
}

.bd-course-wrapper.style-three:hover .bd-course-title {
    color: var(--bd-theme-black);
}

.bd-course-wrapper.style-three:hover .bd-course-price .current-price {
    color: var(--bd-theme-black);
}

.bd-course-wrapper.style-three:hover .bd-course-price .old-price {
    color: rgba(0, 0, 0, 0.6);
}

.bd-course-wrapper.style-three:hover .bd-course-author .name {
    color: var(--bd-theme-black);
}

.bd-course-wrapper.style-three:hover .bd-course-lesson span {
    color: rgba(0, 0, 0, 0.6);
}

.bd-course-wrapper.style-three:hover .bd-course-thumb img {
    transform: scale(1.1);
}

.bd-course-wrapper.style-four {
    background: var(--bd-white);
    padding: 24px;
    border-radius: 16px;
    box-shadow: inset 0 0px 10px #0000001c, 0 0px 30px #00000003;
    height: 630px;
    width: 100%;
    min-width: 300px;
    max-width: 500px;
    position: relative;
    margin: auto;
}

.bd-course-wrapper.style-four .bd-course-thumb img {
    height: 300px !important;
}

.bd-course-bottom {
    position: absolute;
    bottom: 30px;
    margin: auto;
    width: 85%;
}

.bd-course-wrapper.style-four:hover .bd-course-thumb img {
    transform: scale(1.1);
}

.bd-course-wrapper.style-four .bd-course-thumb-style-three {
    display: block;
    border-radius: 16px;
    margin-bottom: 20px;
    position: relative;
}

.bd-course-wrapper.style-four .bd-course-thumb-style-three .bd-course-thumb-bg {
    border-radius: 16px;
}

.bd-course-wrapper.style-four .bd-course-thumb-style-three .bd-course-thumb-bg img {
    border-radius: 16px;
}

.bd-course-wrapper.style-four .bd-course-thumb {
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    border-radius: 24px;
    position: relative;
    width: 100%;
}

.bd-course-wrapper.style-four .bd-course-thumb img {
    width: 100%;
    transition: all 0.3s ease-out 0s;
    height: 100%;
    object-fit: cover;
}

.bd-course-wrapper.style-four .shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

.bd-course-wrapper.style-four .shape img {
    width: 100%;
}

.bd-course-wrapper.style-four .bd-course-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bd-course-wrapper.style-four .bd-course-info-item-wrapper {
    padding: 16px;
    display: flex;
    gap: 10px;
    justify-content: space-around;
    align-items: center;
    border-radius: 8px;
}

.bd-course-wrapper.style-four .bd-course-info-item {
    position: relative;
    text-align: center;
}

.bd-course-wrapper.style-four .bd-course-info-item:not(:last-child)::before {
    content: "";
    width: 2px;
    height: 45px;
    position: absolute;
    inset-inline-end: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    border-right: 2px dashed var(--bd-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-course-wrapper.style-four .bd-course-info-item:not(:last-child)::before {
        inset-inline-end: -70%;
    }
}

.bd-course-wrapper.style-four .bd-course-info-item-title {
    font-size: 18px;
    line-height: 23px;
    color: var(--bd-white);
    margin-bottom: 0;
}

.bd-course-wrapper.style-four .bd-course-info-item-title span {
    font-size: 16px;
    font-weight: var(--bd-fw-normal);
}

.bd-course-wrapper.style-five {
    box-shadow: 0px 20px 40px rgba(24, 44, 74, 0.05);
    border-radius: 10px;
    position: relative;
}

.bd-course-wrapper.style-five:hover .bd-course-info {
    opacity: 1;
    visibility: visible;
}

.bd-course-wrapper.style-five .bd-course-thumb {
    border-radius: 10px;
    overflow: hidden;
}

.bd-course-wrapper.style-five .bd-course-content {
    padding: 22px 22px 30px 22px;
    background: var(--bd-white);
    border-radius: 0px 0px 10px 10px;
}

.bd-course-wrapper.style-five .border-pile {
    position: relative;
}

.bd-course-wrapper.style-five .border-pile::before {
    position: absolute;
    height: 75px;
    width: 1px;
    background: var(--bd-border-primary);
    content: "";
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.bd-course-wrapper.style-six:hover .bd-course-thumb img {
    transform: scale3d(1.15, 1.15, 1.15);
    overflow: hidden;
}

.bd-course-wrapper.style-six .bd-course-thumb {
    overflow: hidden;
    position: relative;
}

.bd-course-wrapper.style-six .bd-course-thumb::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 23, 15, 0.2);
    z-index: 4;
}

.bd-course-wrapper.style-six .bd-course-thumb img {
    border-radius: 0;
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.bd-course-wrapper.style-six .bd-course-content {
    padding: 22px 22px 30px 22px;
    background-color: var(--bd-white);
    box-shadow: 0px 10px 40px rgba(28, 51, 84, 0.07);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.bd-course-wrapper.style-seven {
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    box-shadow: 0px 4px 10px 0px rgba(131, 131, 131, 0.1);
}

.bd-course-wrapper.style-seven:hover .bd-course-info {
    opacity: 1;
    visibility: visible;
}

.bd-course-wrapper.style-seven .bd-course-content {
    padding: 22px 22px 30px 22px;
    border-radius: 0 0 16px 16px;
    background-color: var(--bd-white);
}

.bd-course-wrapper.style-seven .bd-course-info {
    width: 100%;
    height: 500px;
    background-color: var(--bd-white);
    border-bottom: 1px solid var(--bd-border-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-course-wrapper.style-seven .bd-course-info {
        display: none;
    }
}

.bd-course-wrapper.style-seven .bd-course-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.bd-course-wrapper.style-seven .bd-course-info-list ul {
    margin-bottom: 15px;
}

.bd-course-wrapper.style-seven .bd-course-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bd-course-wrapper.style-eight {
    overflow: hidden;
}

.bd-course-wrapper.style-eight .bd-course-content {
    padding: 25px 25px 25px 25px;
    border-radius: 0 0 6px 6px;
    position: relative;
}

.bd-course-wrapper.style-eight .bd-course-btn {
    position: absolute;
    right: 23px;
    top: -25px;
}

.bd-course-wrapper.style-eight:hover .bd-course-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-course-wrapper.style-eight .bd-course-thumb {
    border-radius: 6px 6px 0 0;
    height: 250px;
}

.bd-course-wrapper.style-eight .bd-course-thumb img {
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}

.bd-course-wrapper.style-eight .bd-course-author {
    margin-bottom: 10px;
}

.bd-course-wrapper.style-eight .bd-course-title {
    margin-bottom: 15px;
}

.bd-course-wrapper.style-eight .bd-course-description {
    margin-bottom: 15px;
}

.bd-course-wrapper.style-eight .bd-course-price {
    margin-bottom: 5px;
}

.bd-course-wrapper.style-nine {
    padding: 22px 22px 30px 22px;
    border-radius: 24px;
}

.bd-course-wrapper.style-nine .bd-course-thumb {
    border-radius: 16px;
    margin-bottom: 20px;
}

.bd-course-wrapper.style-nine:hover .bd-course-thumb img {
    transform: scale(1.1);
}

.bd-course-wrapper.style-ten .bd-course-thumb {
    border-radius: 70px 0 0 0;
}

.bd-course-wrapper.style-ten .bd-course-thumb img {
    border-radius: 0;
    transition: 1.1s cubic-bezier(0, 0, 0.2, 1);
    height: 280px;
}

.bd-course-wrapper.style-ten .bd-course-thumb-style {
    overflow: hidden;
    border-radius: 70px 0 0 0;
}

.bd-course-wrapper.style-ten .bd-course-thumb-style img {
    border-radius: 60px 0 0 0;
}

.bd-course-wrapper.style-ten .bd-course-thumb-bg {
    border-radius: 70px 0 0 0;
}

.bd-course-wrapper.style-ten .bd-course-content {
    padding: 22px 22px 30px 22px;
    border-radius: 0 0 70px 0;
}

.bd-course-wrapper.style-ten .bd-course-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bd-course-wrapper.style-ten:hover .bd-course-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-course-wrapper.style-eleven {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 30px;
    padding: 25px 25px 25px 25px;
    border-radius: 8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-course-wrapper.style-eleven {
        gap: 20px;
        padding: 15px 15px 15px 15px;
    }
}

@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-course-wrapper.style-eleven {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bd-course-wrapper.style-eleven:hover .bd-course-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.bd-course-wrapper.style-eleven.bg-box-shadow {
    background-color: var(--bd-white);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.bd-course-wrapper.style-eleven .bd-course-thumb {
    overflow: hidden;
    border-radius: 6px;
}

.bd-course-wrapper.style-eleven .bd-course-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}

.bd-course-wrapper.style-eleven .bd-course-price {
    margin-bottom: 5px;
}

.bd-course-wrapper.style-eleven .bd-course-title {
    margin-bottom: 15px;
}

.bd-course-wrapper.style-eleven .bd-course-description {
    margin-bottom: 20px;
}

.bd-course-wrapper.style-eleven .bd-course-rating {
    margin-bottom: 12px;
}

.bd-course-wrapper.style-eleven .bd-course-content-bottom {
    display: flex;
}

.bd-course-wrapper.style-eleven .bd-course-lesson {
    position: relative;
}

.bd-course-wrapper.style-eleven .bd-course-lesson:first-child {
    margin-right: 15px;
    padding-right: 15px;
}

.bd-course-wrapper.style-eleven .bd-course-lesson::before {
    position: absolute;
    content: " ";
    width: 1px;
    height: 20px;
    right: 0px;
    top: 50%;
    background: var(--bd-border-primary);
    transform: translateY(-50%);
}

.bd-course-wrapper.style-eleven.circle .bd-course-thumb {
    border-radius: 50%;
    width: 260px;
    height: 260px;
}

@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-course-wrapper.style-eleven.circle .bd-course-thumb {
        margin: 0 auto;
    }
}

.bd-course-wrapper.style-eleven.circle .bd-course-thumb img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
}

.bd-course-wrapper.style-twelve {
    display: grid;
    grid-template-columns: 389px auto;
    align-items: center;
    width: 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-course-wrapper.style-twelve {
        grid-template-columns: auto;
    }
}

.bd-course-wrapper.style-twelve .bd-course-thumb-style {
    border-radius: 16px 0 0 16px;
}

@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-course-wrapper.style-twelve .bd-course-thumb-style {
        border-radius: 16px 16px 0 0;
    }
}

.bd-course-wrapper.style-twelve .bd-course-thumb-style .bd-course-thumb-bg {
    border-radius: 16px 0 0 16px;
}

@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-course-wrapper.style-twelve .bd-course-thumb-style .bd-course-thumb-bg {
        border-radius: 16px 16px 0 0;
    }
}

.bd-course-wrapper.style-twelve .bd-course-content {
    padding: 15px 30px;
    background-color: var(--bd-bg-primary);
    border-radius: 0 16px 16px 0;
}

@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-course-wrapper.style-twelve .bd-course-content {
        border-radius: 0 0 16px 16px;
    }
}

.bd-course-wrapper.style-twelve .bd-course-title {
    font-size: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@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-course-wrapper.style-twelve .bd-course-title {
        font-size: 26px;
        -webkit-line-clamp: 3;
    }
}

.bd-course-wrapper.style-twelve .bd-course-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.bd-course-wrapper.style-twelve .bd-course-price .current-price {
    font-size: 20px;
    font-weight: 600;
}

.bd-course-wrapper.style-twelve .bd-course-price .old-price {
    font-size: 18px;
    font-weight: 600;
}

.bd-course-wrapper.style-twelve .bd-course-rating-text p {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.bd-course-wrapper.style-twelve .bd-course-rating-text span {
    font-size: 18px;
    color: var(--bd-theme-black);
}

.bd-course-thumb {
    overflow: hidden;
}

.bd-course-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bd-course-info {
    background: var(--bd-white);
    padding: 30px 30px;
    min-width: 380px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    z-index: 11;
    transition: all 0.3s linear;
    border-radius: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-course-info {
        min-width: 100%;
        width: 100%;
    }
}

.bd-course-info-label {
    font-size: 18px;
    font-weight: 600;
    color: var(--bd-theme-black);
}

.bd-course-info-label span {
    color: var(--bd-primary);
}

.bd-course-info-list ul {
    margin-bottom: 30px;
    list-style: none;
}

.bd-course-info-list ul li:not(:last-child) {
    margin-bottom: 8px;
}

.bd-course-info-list ul li i {
    margin-right: 15px;
    color: var(--bd-primary);
}

.bd-course-favorite {
    position: absolute;
    top: 16px;
    left: 16px;
}

.bd-course-like {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: var(--bd-white);
    color: var(--bd-theme-black);
    border-radius: 50%;
    transition: var(--transition);
}

.bd-course-like:hover {
    background-color: var(--bd-secondary);
    color: var(--bd-white);
}

.bd-course-like i {
    font-size: 16px;
}

.bd-course-like.has-border {
    background-color: transparent;
    border: 1px solid var(--bd-border-primary);
    transition: var(--transition);
}

.bd-course-like.has-border:hover {
    color: var(--bd-white);
    background-color: var(--bd-secondary);
    border-color: var(--bd-secondary);
}

.bd-course-like.has-bg {
    border-radius: 5px;
    color: var(--bd-white);
    background-color: rgba(255, 255, 255, 0.3);
}

.bd-course-like.has-bg:hover {
    color: var(--bd-secondary);
}

.bd-course-rating-icon {
    gap: 2px;
}

.bd-course-rating-text span {
    color: var(--bd-taxonomy-color);
}

.bd-course-price {
    display: flex;
    gap: 0 10px;
    align-items: center;
}

.bd-course-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bd-course-author .thumb img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid var(--bd-white);
    box-shadow: 0px 3px 10px rgba(17, 32, 81, 0.08);
}

.bd-course-author .name {
    color: var(--bd-theme-black);
    transition: all 0.3s linear;
    font-weight: var(--bd-fw-medium);
}

.bd-course-author .name:hover {
    color: var(--bd-primary);
}

.bd-course-author .subtitle {
    font-size: 14px;
    margin-bottom: 0px;
    color: var(--bd-taxonomy-color);
}

.bd-course-lesson span {
    display: inline-flex;
    color: var(--bd-taxonomy-color);
    align-items: center;
    font-size: 14px;
}

.bd-course-lesson span i {
    font-size: 16px;
    margin-right: 6px;
    color: var(--bd-primary);
}

.bd-course-student span {
    display: inline-flex;
    color: var(--bd-taxonomy-color);
    align-items: center;
    font-size: 14px;
}

.bd-course-student span i {
    font-size: 16px;
    margin-right: 6px;
    color: var(--bd-primary);
}

.bd-course-level span {
    display: inline-flex;
    color: var(--bd-taxonomy-color);
    align-items: center;
    font-size: 14px;
}

.bd-course-level span i {
    font-size: 16px;
    margin-right: 6px;
    color: var(--bd-primary);
}

.bd-course-duration span {
    display: inline-flex;
    color: var(--bd-taxonomy-color);
    align-items: center;
    font-size: 14px;
}

.bd-course-duration span i {
    font-size: 16px;
    margin-right: 6px;
    color: var(--bd-primary);
}

.bd-course-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 4;
}

@media (max-width: 450px) {
    .bd-course-badge {
        top: 15px;
        right: 15px;
    }
}

.bd-course-badge.badge-left {
    right: auto;
    left: 25px;
}

@media (max-width: 450px) {
    .bd-course-badge.badge-left {
        left: 15px;
    }
}

.bd-course-divider {
    border-bottom: 1px solid var(--bd-border-primary);
    padding-top: 20px;
    margin-bottom: 15px;
}

.bd-course-full-border {
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
}

.bd-course-full-border::before {
    position: absolute;
    content: "";
    left: -28px;
    height: 1px;
    background-color: var(--bd-border-primary);
    width: calc(100% + 55px);
}

.bd-course-tab-btn-wrap {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.bd-course-tab-btn-wrap .bd-btn {
    padding: 0 20px;
    height: 40px;
}

.bd-course-tab-btn-wrap button.active {
    color: var(--bd-white);
    background: var(--bd-primary);
}

.bd-course-list .bd-course-wrapper:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--bd-border-primary);
}

.bd-course-widget {
    background-color: var(--bd-bg-primary);
    border-radius: 5px;
    padding: 30px 30px;
    margin-bottom: 50px;
}

.bd-course-widget:not(:last-child) {
    margin-bottom: 30px;
}

.bd-course-filter-search-form {
    position: relative;
}

.bd-course-filter-search-form input[type=text] {
    outline: none;
    background-color: transparent;
    height: 50px;
    width: 100%;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid var(--bd-border-primary);
    color: var(--bd-theme-black);
    padding-inline-start: 25px;
    padding-inline-end: 50px;
}

.bd-course-filter-search-form button {
    font-size: 20px;
    color: var(--bd-theme-black);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bd-course-filter-search-form button:hover {
    background-color: var(--bd-bg-primary);
    color: var(--bd-primary);
}

.bd-course-filter-content {
    display: none;
}

.bd-course-filter-widget {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    background-color: var(--bd-bg-primary);
    border-radius: 5px;
    padding: 30px 30px;
    margin-bottom: 30px;
}

.bd-widget-content .checkbox-option:not(:last-child) {
    margin-bottom: 15px;
}

.bd-new-course-info {
    background-color: var(--primary-rgb-05);
    padding: 30px 30px;
    border-radius: 12px;
}

.bd-new-course-info-list {
    list-style-type: none;
}

.bd-new-course-info-list li {
    margin-left: 30px;
    position: relative;
}

.bd-new-course-info-list li:not(:last-child) {
    margin-bottom: 15px;
}

.bd-new-course-info-list .icon {
    width: 20px;
    height: 20px;
    background-color: var(--primary-rgb-1);
    color: var(--bd-primary);
    position: absolute;
    left: -30px;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50%;
}

.bd-new-course-general-item:not(:last-child) {
    margin-bottom: 20px;
}

.bd-new-course-general-item .form-input-box {
    display: grid;
    grid-template-columns: 200px auto;
    align-items: baseline;
}

.bd-radio-switcher label * {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #5F6168;
    position: relative;
}

.bd-radio-switcher label input {
    display: none;
}

.bd-radio-switcher label input + span {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    background-color: var(--bd-bg-primary);
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    flex: 0 0 auto;
}

.bd-radio-switcher label input + span::before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: 4px;
    top: 3px;
    background-color: var(--bd-light);
}

.bd-radio-switcher label input:checked + span {
    background-color: var(--bd-primary);
}

.bd-radio-switcher label input:checked + span::before {
    left: 56%;
}

.bd-course-attachments-input {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: var(--bd-primary);
    padding: 10px 19px;
    border-radius: 6px;
    background: transparent;
    display: inline-block;
    border: 1px solid var(--bd-primary);
    transition: var(--transition);
}

.bd-course-attachments-input:hover {
    background-color: var(--bd-primary);
    border-color: var(--bd-primary);
    color: var(--bd-white);
}

.bd-course-attachments-input input {
    display: none;
}

.bd-course-attachments-input label {
    cursor: pointer;
    margin-bottom: 0;
}

.bd-course-attachments-input span {
    display: inline-block;
    margin-right: 5px;
}

.modal-content {
    padding: 10px 20px;
}

.bd-course-product-item {
    display: grid;
    grid-template-columns: 300px auto;
    align-items: center;
    gap: 30px 0;
}

.bd-course-product-item:not(:last-child) {
    margin-bottom: 20px;
}

.bd-course-product-item .title {
    color: var(--bd-theme-black);
}

.bd-course-thumbnail {
    width: 790px;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
}

.bd-course-thumbnail-label {
    position: relative;
    overflow: hidden;
}

.bd-course-thumbnail-label:hover::before {
    opacity: 1;
    visibility: visible;
}

.bd-course-thumbnail-label:hover .label-title {
    opacity: 1;
    visibility: visible;
}

.bd-course-thumbnail-label input {
    display: none;
}

.bd-course-thumbnail-label label {
    cursor: pointer;
    position: relative;
}

.bd-course-thumbnail-label::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: var(--bd-primary);
    z-index: 5;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.bd-course-thumbnail-label .label-title {
    position: absolute;
    z-index: 9;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    color: var(--bd-white);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    font-size: 20px;
    visibility: hidden;
    text-align: center;
}

.bd-course-thumbnail-preview {
    width: 790px;
    height: 300px;
    position: relative;
    display: inline-flex;
}

.bd-course-thumbnail-preview-box {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bd-course-video-lessons {
    display: inline-block;
    width: 100%;
}

.bd-course-intro-video {
    display: inline-block;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-course-list.with-sidebar .bd-course-wrapper.style-twelve {
        grid-template-columns: auto;
    }

    .bd-course-list.with-sidebar .bd-course-wrapper.style-twelve .bd-course-thumb-style .bd-course-thumb-bg {
        border-radius: 16px 16px 0 0;
    }

    .bd-course-list.with-sidebar .bd-course-wrapper.style-twelve .bd-course-thumb-style {
        height: 320px;
    }

    .bd-course-list.with-sidebar .bd-course-wrapper.style-twelve .bd-course-content {
        border-radius: 0 0 16px 16px;
    }
}

.course-navigation-next, .author-next, .book-trading-next {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 7%;
    font-size: 20px;
    background-color: transparent;
    border: 1px solid var(--bd-primary);
    border-radius: 6px;
    color: var(--bd-primary);
    transition: all 0.3s ease-in-out;
    z-index: 999999999;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #fff;
}

.course-navigation-prev, .author-prev, .book-trading-prev {
    width: 60px;
    height: 60px;
    z-index: 999999999;
    position: absolute;
    right: 7%;
    font-size: 20px;
    background-color: transparent;
    border: 1px solid var(--bd-primary);
    border-radius: 6px;
    color: var(--bd-primary);
    transition: all 0.3s ease-in-out;
    top: 50%;
    background-color: #fff;
    transform: translate(0, -50%);
}


.author-next:hover, .book-trading-next:hover, .author-prev:hover, .book-trading-prev:hover {
    background-color: var(--bd-primary);
    color: var(--bd-white);
}

.course-navigation-prev:hover, .course-navigation-next:hover {
    background: var(--bd-primary);
    color: #FFF;
}

.course-navigation-prev:hover i, .course-navigation-next:hover i {
    color: #FFF;
}

/*----------------------------------------*/
/*  4.8 courses details css
/*----------------------------------------*/
.bd-course-details-top {
    margin-top: -60px;
    position: relative;
    z-index: 15;
}

@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-course-details-top {
        margin-top: 0;
    }
}

.bd-course-details-wrapper {
    padding: 40px 30px 0 30px;
    background: var(--bd-white);
    border-radius: 5px;
}

@media (max-width: 575px) {
    .bd-course-details-wrapper {
        padding: 40px 0 0 0;
    }
}

.bd-course-details-content-title {
    font-size: 26px;
    margin-bottom: 10px;
}

.bd-course-details-rating {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bd-course-details-rating ul li {
    list-style: none;
    display: inline-block;
    color: var(--bd-rating-color);
}

.bd-course-details-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid var(--bd-border-primary);
    border-bottom: 1px solid var(--bd-border-primary);
    align-items: center;
}

.bd-course-details-meta .bd-course-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bd-course-details-meta .bd-course-author .thumb img {
    width: 50px;
    height: 50px;
}

.bd-course-details-meta.border-padding-none {
    gap: 30px;
    padding: 0 0;
    border-top: none;
    border-bottom: none;
    justify-content: start;
}

.bd-course-details-meta-item .title {
    font-size: 14px;
    margin-bottom: 0px;
}

.bd-course-details-meta-item .subtitle {
    display: block;
    font-weight: 700;
    color: var(--bd-theme-black);
}

.bd-course-details-list-box {
    border-radius: 8px;
    padding: 30px 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: var(--bd-bg-primary);
    gap: 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-course-details-list-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

.bd-course-details-list-box::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: var(--bd-border-primary);
}

@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-course-details-list-box::after {
        display: none;
    }
}

.bd-course-details-list ul li {
    list-style: none;
    display: flex;
    gap: 10px;
}

.bd-course-details-list ul li span {
    margin-top: 4px;
}

.bd-course-details-list ul li:not(:last-child) {
    margin-bottom: 15px;
}

.bd-course-details-language {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.bd-course-details-language .bd-course-details-rating {
    gap: 8px;
}

.bd-course-add-time {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 30px;
}

.bd-course-curriculum {
    /*curriculum two */
}

.bd-course-curriculum .accordion-common-style .accordion-item:not(:last-child) {
    border-bottom: none;
}

.bd-course-curriculum-overview {
    color: var(--bd-taxonomy-color);
    margin-bottom: 15px;
    display: block;
}

.bd-course-curriculum-content:not(:last-child) {
    margin-bottom: 15px;
}

.bd-course-curriculum-content:hover .bd-course-curriculum-info .title {
    color: var(--bd-primary);
}

.bd-course-curriculum-info .title {
    font-size: 16px;
    font-weight: var(--bd-fw-regular);
    color: var(--bd-theme-black);
}

.bd-course-curriculum-info .icon {
    color: var(--bd-text-muted);
    font-size: 14px;
}

.bd-course-curriculum-meta .duration {
    font-size: 16px;
    font-weight: var(--bd-fw-regular);
    color: var(--bd-theme-black);
}

.bd-course-curriculum-meta .status {
    color: var(--bd-text-muted);
    font-size: 14px;
}

.bd-course-curriculum-accordion .accordion-sl-number .accordion-button {
    padding: 10px 30px;
    padding-left: 50px;
}

.bd-course-curriculum-accordion .accordion-sl-number .accordion-button::before {
    inset-inline-start: 8px;
    font-size: 25px;
}

.bd-course-curriculum-accordion .accordion-sl-number .accordion-button::after {
    display: block;
}

.bd-course-curriculum-accordion .accordion-sl-number .accordion-button:not(.collapsed)::after {
    display: block;
}

.bd-course-curriculum-accordion .accordion-sl-number .accordion-body {
    padding: 10px 25px;
}

.bd-course-instructors {
    padding: 20px 30px 25px 30px;
    background: var(--bd-bg-primary);
}

.bd-course-instructors-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    gap: 20px;
}

.bd-course-instructors-content .thumb {
    width: 170px;
    height: 170px;
    min-width: 170px;
}

.bd-course-instructors-content .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.bd-course-instructors-content.style-two .thumb {
    width: 230px;
    height: 230px;
    min-width: 230px;
}

.bd-course-instructors-content.style-two .thumb img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.bd-course-instructors-info {
    margin-bottom: 5px;
}

.bd-course-instructors-info .name {
    font-size: 18px;
}

.bd-course-instructors-info .designation {
    color: var(--bd-text-muted);
    font-size: 16px;
}

.bd-course-instructors-info .meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.bd-course-instructors-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.bd-course-instructors-rating .icon {
    color: var(--bd-rating-color);
}

.bd-course-instructors-rating span {
    color: var(--bd-taxonomy-color);
}

.bd-course-instructors-course {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--bd-body-text);
}

.border-line-meta {
    position: relative;
}

.border-line-meta::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    background: var(--bd-border-primary);
    right: -45px;
    top: 10px;
}

@media (max-width: 575px) {
    .border-line-meta::before {
        display: none;
    }
}

.list-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    background: var(--bd-primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 50%;
    color: var(--bd-white);
}

.list-icon.success {
    color: var(--bd-success);
    background: rgba(6, 231, 117, 0.2);
}

.list-icon.danger {
    color: var(--bd-danger-bg);
    background: rgba(235, 0, 27, 0.2);
}

.list-icon.white {
    color: var(--bd-white);
    background: rgba(255, 255, 255, 0.2);
}

.bd-course-sidebar-widget {
    padding: 30px 30px 30px 30px;
    background-color: var(--bd-white);
    box-shadow: 0px 10px 30px rgba(28, 51, 84, 0.08);
    border-radius: 5px;
}

.bd-course-sidebar-widget.transparent {
    background-color: transparent;
    box-shadow: none;
    padding: 0 0;
    border-radius: 0;
}

.bd-course-sidebar-widget .current-price {
    font-size: 30px;
    color: var(--bd-theme-black);
    font-weight: var(--bd-fw-bold);
}

.bd-course-sidebar-widget .old-price {
    font-size: 22px;
    font-weight: var(--bd-fw-bold);
}

.bd-course-sidebar-widget .thumb-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bd-course-sidebar-widget .bd-course-circle-price {
    position: absolute;
    inset-inline-end: 20px;
    bottom: 20px;
    z-index: 2;
}

.bd-course-sidebar-widget .bd-discount-time {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--bd-danger);
    font-size: 14px;
}

.bd-course-sidebar-widget-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--bd-border-primary);
    margin-bottom: 12px;
}

.bd-course-sidebar-widget-list ul li .icon {
    display: flex;
    align-items: center;
}

.bd-course-sidebar-widget-list ul li .icon i {
    line-height: 1;
    margin-right: 15px;
    color: var(--bd-body-text);
}

.bd-course-sidebar-widget-btn .bd-btn {
    padding: 0 20px;
}

.bd-course-sidebar-widget-share .bd-post-share {
    border-radius: 6px;
    background: var(--bd-bg-primary);
    padding: 20px 20px;
}

.bd-course-menu {
    position: sticky;
    top: 100px;
    z-index: 15;
    background-color: var(--bd-white);
    padding: 20px 20px;
    border: 1px solid var(--bd-border-primary);
    border-radius: 6px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
}

.bd-course-menu-nav ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    gap: 5px 50px;
}

@media (max-width: 575px) {
    .bd-course-menu-nav ul {
        gap: 5px 10px;
    }
}

.bd-course-menu-nav ul li {
    list-style: none;
}

.bd-course-menu-nav ul li a {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    color: var(--bd-theme-black);
}

.bd-course-menu-nav ul li.active a {
    color: var(--bd-primary);
}

.bd-course-feature-box {
    padding: 25px 40px 30px;
    border-radius: 6px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--bd-white);
}

@media (max-width: 575px) {
    .bd-course-feature-box {
        padding: 30px 30px;
    }
}

.bd-course-feature-box .bd-course-details-content-title {
    margin-bottom: 30px;
}

.bd-course-add-time-item p {
    font-size: 16px;
    color: var(--bd-label-color);
}

.bd-course-add-time-item .date {
    color: var(--bd-theme-black);
    font-weight: var(--bd-fw-medium);
}

.bd-course-add-time-item .icon {
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-flex;
    background-color: var(--bd-primary);
    margin-right: 8px;
    border-radius: 100%;
    color: var(--bd-white);
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

.course-sidebar-top {
    margin-top: -452px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .course-sidebar-top {
        margin-top: 0;
    }
}

.bd-course-sidebar-widget-thumb img {
    border-radius: 8px;
}

/*----------------------------------------*/
/*  4.10 call to action css
/*----------------------------------------*/
.bd-cta-wrapper.style-one .bd-cta-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    padding: 50px 30px;
    display: flex;
    gap: 30px;
    align-items: center;
}

@media (max-width: 575px) {
    .bd-cta-wrapper.style-one .bd-cta-item {
        flex-direction: column-reverse;
    }
}

.bd-cta-wrapper.style-one .bd-cta-item.bg-1 {
    background-color: var(--primary-rgb-15);
}

.bd-cta-wrapper.style-one .bd-cta-item.bg-1::before {
    position: absolute;
    content: "";
    top: -50px;
    right: -50px;
    width: 216px;
    height: 216px;
    background-color: var(--primary-rgb-15);
    border-radius: 100%;
}

.bd-cta-wrapper.style-one .bd-cta-item.bg-2 {
    background-color: var(--secondary-rgb-15);
}

.bd-cta-wrapper.style-one .bd-cta-item.bg-2::before {
    position: absolute;
    content: "";
    top: -50px;
    right: -50px;
    width: 216px;
    height: 216px;
    background-color: var(--secondary-rgb-15);
    border-radius: 100%;
}

.bd-cta-wrapper.style-one .bd-cta-item:hover .bd-cta-bg img {
    transform: scale(1.05);
}

.bd-cta-wrapper.style-one .bd-cta-content {
    position: relative;
    width: 335px;
    z-index: 1;
}

@media (max-width: 575px) {
    .bd-cta-wrapper.style-one .bd-cta-content {
        width: 100%;
    }
}

.bd-cta-wrapper.style-one .bd-cta-tittle {
    margin-bottom: 30px;
}

.bd-cta-wrapper.style-one .bd-cta-subtitle {
    margin-bottom: 10px;
    display: block;
    color: var(--bd-primary);
    font-weight: 700;
    text-transform: uppercase;
}

.bd-cta-wrapper.style-two .bd-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bd-cta-wrapper.style-two .bd-cta-bg-overlay::after {
    content: "";
    background: var(--bd-primary);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.bd-cta-wrapper.style-two .bd-cta-shape-1 {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
}

.bd-cta-wrapper.style-two .bd-cta-shape-2 {
    position: absolute;
    inset-inline-start: 230px;
    top: 50px;
    animation: scaleZeroOne 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

.bd-cta-wrapper.style-two .bd-cta-shape-3 {
    position: absolute;
    top: 50px;
    inset-inline-end: 80px;
    animation: scaleZeroOne 6s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

.bd-cta-wrapper.style-two .bd-cta-shape-4 {
    position: absolute;
    inset-inline-end: 450px;
    top: 30px;
    animation: scaleZeroOne 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

.bd-cta-wrapper.style-two .bd-cta-shape-5 {
    position: absolute;
    inset-inline-start: 110px;
    bottom: 88px;
    animation: scaleZeroOne 6s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

.bd-cta-wrapper.style-two .bd-cta-shape-6 {
    position: absolute;
    inset-inline-start: 440px;
    bottom: 127px;
    animation: scaleZeroOne 6s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-cta-wrapper.style-two .bd-cta-shape-6 {
        inset-inline-start: 440px;
        bottom: 40px;
    }
}

.bd-cta-wrapper.style-two .bd-cta-shape-7 {
    position: absolute;
    inset-inline-end: 287px;
    bottom: 83px;
    animation: scaleZeroOne 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-cta-wrapper.style-two .bd-cta-shape-7 {
        inset-inline-end: 165px;
        bottom: 83px;
    }
}

.bd-cta-wrapper.style-two .bd-cta-shape-8 {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
}

.bd-cta-wrapper.style-two .bd-section-paragraph {
    max-width: 550px;
    margin: 0 auto;
}

.bd-cta-wrapper.style-three .thumb img {
    position: absolute;
    left: 0;
    border: 4px;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    margin-right: 0;
}

.bd-cta-wrapper.style-three .bd-cta-box {
    display: grid;
    grid-template-columns: 560px auto;
    align-items: center;
    padding: 60px 60px 60px 60px;
    background-color: var(--bd-primary);
    border-radius: 8px;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-cta-wrapper.style-three .bd-cta-box {
        grid-template-columns: 400px auto;
        justify-content: space-between;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-cta-wrapper.style-three .bd-cta-box {
        grid-template-columns: auto;
        gap: 30px;
        padding: 60px 30px 60px 30px;
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-cta-wrapper.style-three .bd-cta-box {
        grid-template-columns: auto;
        gap: 30px;
        padding: 60px 20px 60px 20px;
        justify-content: center;
        text-align: center;
    }
}

.bd-cta-wrapper.style-three .number {
    font-size: 34px;
    font-weight: 700;
    color: var(--bd-white);
}

.bd-cta-wrapper.style-four {
    border-radius: 6px;
    padding: 50px 50px;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-cta-wrapper.style-four {
        padding: 50px 30px;
    }
}

.bd-cta-wrapper.style-four::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape/cta-bg-line.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
}

.bd-cta-wrapper.style-four .bd-cta-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-cta-wrapper.style-four .bd-cta-item {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
}

.bd-cta-wrapper.style-four .bd-cta-content .title {
    margin-bottom: 0;
    color: var(--bd-white);
}

.bd-cta-wrapper.style-four .bd-cta-content .subtitle {
    font-size: 20px;
    font-weight: 500;
    color: var(--bd-white);
}

.bd-cta-wrapper.style-four .bd-cta-separator {
    margin: 0 30px;
}

.bd-cta-wrapper.style-four .bd-cta-separator span {
    display: block;
    text-align: center;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--bd-primary);
    background-color: var(--bd-white);
}

.bd-cta-wrapper.style-four .bd-cta-separator span img {
    width: 36px;
    height: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-cta-wrapper.style-five .bd-cta-content {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-cta-wrapper.style-five .bd-cta-content {
        padding-top: 65px;
    }
}

.bd-cta-wrapper.style-five .bd-cta-thumb-wrapper {
    position: relative;
    z-index: 1;
    max-width: 510px;
    margin: 10px auto 0;
}

.bd-cta-wrapper.style-five .bd-cta-thumb-shape {
    z-index: -1;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 30px 30px;
    top: 50%;
    left: 55%;
    width: 388px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bd-cta-wrapper.style-five .bd-cta-thumb-shape img {
    width: 100%;
}

.bd-cta-wrapper.style-six .bd-cta-thumb {
    position: absolute;
    bottom: -3px;
    right: 75px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-cta-wrapper.style-six .bd-cta-thumb {
        right: 0px;
        width: 800px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-cta-wrapper.style-six .bd-cta-thumb {
        right: 0px;
        width: 700px;
    }
}

.bd-cta-wrapper.style-six .bd-cta-shape-wrap .shape-1 {
    position: absolute;
    top: 80px;
    left: 140px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-cta-wrapper.style-six .bd-cta-shape-wrap .shape-1 {
        top: 30px;
    }
}

.bd-cta-wrapper.style-six .bd-cta-shape-wrap .shape-2 {
    position: absolute;
    left: 70px;
    bottom: 40px;
}

.bd-cta-wrapper.style-six .bd-cta-shape-wrap .shape-3 {
    position: absolute;
    left: 50%;
    bottom: 200px;
    transform: translateX(-50%);
}

.bd-cta-wrapper.style-six .bd-cta-shape-wrap .shape-4 {
    position: absolute;
    right: 35px;
    bottom: 25px;
}

.bd-cta-section-wave {
    position: relative;
}

.bd-cta-section-wave::before {
    position: absolute;
    content: "";
    background: url(../images/shape/kg-sky-shape-1.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 40px;
    top: -10px;
    left: 0;
}

.bd-cta-five-shape .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
}

.bd-cta-five-shape .shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.bd-cta-content .bd-course-details-list ul li {
    color: var(--bd-white);
    align-items: center;
}

.bd-cta-content .bd-course-details-list ul li span {
    margin-top: 0;
}

/*----------------------------------------*/
/*  4.11 Demo css
/*----------------------------------------*/
.bd-dashboard-area {
    margin-top: -65px;
}

@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-dashboard-area {
        margin-top: 65px;
    }
}

.bd-dashboard-area .table > :not(caption) > * > * {
    padding: 15px 15px;
}

.bd-dashboard-profile-user {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-dashboard-profile-user {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .bd-dashboard-profile-user {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        text-align: center;
    }
}

.bd-dashboard-profile-user .thumb {
    width: 160px;
    height: 160px;
    border: 4px solid var(--bd-white);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.bd-dashboard-profile-user .thumb img {
    width: 100%;
    height: 100%;
}

.bd-dashboard-profile-user .content .name {
    color: var(--bd-white);
    font-size: 24px;
    margin-bottom: 5px;
}

.bd-dashboard-profile-user .content .designation {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 10px;
}

.bd-dashboard-profile-user .content .bd-course-rating-text span {
    color: var(--bd-white);
}

.bd-dashboard-profile-user .bd-dashboard-profile-meta {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .bd-dashboard-profile-user .bd-dashboard-profile-meta {
        justify-content: center;
    }
}

.bd-dashboard-profile-user .bd-dashboard-profile-meta .enrolled-course,
.bd-dashboard-profile-user .bd-dashboard-profile-meta .complete-course {
    display: flex;
    align-items: center;
    gap: 0 10px;
    color: var(--bd-white);
}

.bd-dashboard-profile {
    display: flex;
    align-items: end;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 70px;
    width: calc(100% - 210px);
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-dashboard-profile {
        width: calc(100% - 40px);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-dashboard-profile {
        flex-wrap: wrap;
        gap: 30px;
        width: calc(100% - 50px);
        justify-content: center;
    }
}

/* New */
.bd-dashboard-earnings-box .bd-counter-title,
.bd-dashboard-status-box .bd-counter-title {
    font-size: 38px;
}

.bd-dashboard-earnings-box .bd-counter-style-six .bd-counter-content,
.bd-dashboard-status-box .bd-counter-style-six .bd-counter-content {
    padding: 30px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-dashboard-earnings-box .bd-counter-style-six .bd-counter-content,
    .bd-dashboard-status-box .bd-counter-style-six .bd-counter-content {
        padding: 15px 15px;
    }
}

.bd-dashboard-course-table {
    overflow-x: auto;
}

/* old */
.bd-dashboard-main {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: var(--bd-white);
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 30px 30px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-dashboard-main {
        padding: 20px 20px;
    }
}

@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-dashboard-main {
        padding: 15px 15px;
    }
}

.bd-dashboard-grid {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-dashboard-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-dashboard-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bd-dashboard-inner {
    position: relative;
    z-index: 4;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-dashboard-inner {
        padding: 0px;
    }
}

/* Dashboard Menu */
.bd-dashboard-menu ul > li {
    margin-top: 12px;
    margin-bottom: 12px;
    list-style: none;
}

.bd-dashboard-menu ul > li > a {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--bd-body-text);
    font-size: 16px;
    font-weight: 500;
    background: var(--bd-bg-primary);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 9px 20px;
}

.bd-dashboard-menu ul > li > a:hover {
    color: var(--bd-primary);
    background: var(--primary-rgb-05);
}

.bd-dashboard-menu ul > li > a.active {
    color: var(--bd-primary);
    background: var(--primary-rgb-05);
}

.bd-dashboard-menu-title {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 30px;
    margin-bottom: 20px;
    color: var(--bd-theme-black);
    font-weight: var(--bd-fw-sbold);
}

/* Dashboard Profile */
.bd-dashboard-title-inner {
    margin-bottom: 30px;
}

.bd-dashboard-title {
    margin-bottom: 0;
}

.bd-dashboard-card-wrapper {
    padding: 25px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    position: relative;
    background: #f7f7f7;
}

/* Dashboard Review  */
.bd-dashboard-review-item {
    border: 1px solid var(--bd-border-primary);
    padding: 15px 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.bd-dashboard-review-item .title {
    border-bottom: 1px solid var(--bd-border-primary);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.dropdown.filter-user .filter-user-btn {
    font-size: 16px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #525258;
    gap: 5px;
    font-weight: 500;
    background-color: var(--bd-white);
    height: 50px;
    padding: 5px 25px;
    border: 1px solid var(--bd-border-primary);
}

.dropdown .dropdown-menu li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dropdown .dropdown-item {
    font-size: 14px;
}

/* Dashboard forms Profile */
.bd-dashboard-profile-inner .form-group input,
.bd-dashboard-profile-inner .form-group textarea {
    border: 1px solid var(--bd-border-primary);
    color: var(--bd-theme-black);
    height: 55px;
    box-shadow: 0 15px 30px 0 rgb(246, 246, 246);
}

.bd-dashboard-profile-inner .form-group input:focus,
.bd-dashboard-profile-inner .form-group textarea:focus {
    border-color: var(--bd-primary) !important;
    box-shadow: none !important;
}

/* Dashboard forms Social */
.bd-social-input-container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.bd-social-input-container .bd-social-input {
    box-shadow: none !important;
    flex: 1;
}

.bd-social-input-container .bd-social-input-box {
    border: 1px solid var(--bd-border-primary);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.bd-social-input-with-links .text-input-with-addons-links {
    border: 0;
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    height: auto;
    margin: 1px 0 1px 1px;
    background: var(--bd-bg-primary);
    padding: 0 15px;
    color: var(--bd-theme-black);
}

.bd-social-input-with-links .bd-social-input-container .bd-social-input:nth-child(2) {
    padding-left: 15px;
}

.bd-social-form-group .bd-social-input {
    width: 100%;
    height: 55px;
    border: 1px solid var(--bd-border-primary);
    color: var(--bd-theme-black);
    box-shadow: 0 15px 30px 0 rgb(246, 246, 246);
}

.bd-social-form-group .bd-social-input:focus {
    border-color: var(--bd-primary) !important;
    box-shadow: none !important;
}

.bd-dashboard-certificate .thumb {
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border: 1px solid var(--bd-border-primary);
    padding: 15px;
    background: var(--bd-bg-primary);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

/* Dashboard Announcements */
.bd-dashboard-announcements-item {
    display: flex;
    padding: 20px;
    background: var(--bd-bg-primary);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.bd-dashboard-announcements-item .icon {
    height: 50px;
    width: 50px;
    min-width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    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;
    font-size: 20px;
    color: var(--bd-theme-black);
}

.bd-dashboard-announcements-item .icon svg {
    width: 36px;
    height: 36px;
}

.bd-dashboard-announcements-item .inner {
    display: flex;
    gap: 20px;
}

.bd-dashboard-announcements-item .content .title {
    margin-bottom: 5px;
}

.bd-dashboard-announcements-item .content .bd-meta {
    margin-bottom: 10px;
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    color: var(--bd-taxonomy-color);
}

.bd-dashboard-announcements-item .content .bd-meta li {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Cover Photo Change */
.bd-cover-thumb-chnage {
    position: relative;
}

.bd-cover-thumb-edit input {
    display: none;
}

.bd-cover-thumb-edit label {
    padding: 10px 10px;
    font-size: 22px;
    font-weight: 500;
    color: var(--bd-theme-black);
    background-color: transparent;
    border: 1px solid var(--bd-border-primary);
    border-top: none;
    text-align: center;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s linear;
}

.bd-cover-thumb-edit label:hover {
    color: var(--bd-white);
    background-color: var(--bd-primary);
}

.bd-cover-thumb-preview {
    width: 100%;
    height: 360px;
    position: relative;
}

.bd-cover-thumb-preview-box {
    width: 100%;
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bd-button-action {
    display: flex;
    align-items: center;
    gap: 5px;
}

.bd-dashboard-inner .table {
    min-width: 650px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-dashboard-inner .bd-course-thumb-style .bd-course-text-content .text-1,
    .bd-dashboard-inner .bd-course-thumb-style .bd-course-text-content .text-2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-dashboard-inner .bd-course-thumb-style .bd-course-overly-title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-dashboard-inner .bd-course-thumb-style .bd-course-thumb-instructor {
        width: 100px;
    }

    .bd-dashboard-inner .bd-course-thumb-style .bd-course-thumb-instructor.right {
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-dashboard-inner .bd-course-thumb-style .bd-course-thumb-instructor {
        width: 170px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-dashboard-inner .bd-course-thumb-style-three .bd-course-text-content .text {
        font-size: 26px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-dashboard-inner .bd-course-thumb-style-three .bd-course-text-content .text-1 {
        font-size: 26px;
        margin-bottom: 10px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-dashboard-inner .bd-course-thumb-style-three .bd-course-text-content .text-3 {
        font-size: 26px;
    }

    .bd-dashboard-inner .bd-course-thumb-style-three .bd-course-text-content .text-3.mb-30 {
        margin-bottom: 15px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-dashboard-inner .bd-course-thumb-style-three .bd-course-instructor {
        width: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-dashboard-inner .bd-course-thumb-style-three .bd-course-instructor {
        width: 200px;
    }
}

/*----------------------------------------*/
/*  4.12 Demo css
/*----------------------------------------*/
.demo-header .main-menu > ul {
    display: inline-flex;
    gap: 0 44px;
}

/* Demo banner */
.demo-banner-title {
    color: var(--bd-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .demo-banner-title {
        font-size: 52px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .demo-banner-title {
        font-size: 32px;
    }
}

.demo-banner-title b {
    color: var(--bd-secondary);
}

.bd-demo-banner-area {
    min-height: 850px;
    display: flex;
    align-items: center;
}

@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-demo-banner-area {
        min-height: 600px;
    }
}

.bd-demo-banner-content {
    margin-bottom: 120px;
}

@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-demo-banner-content {
        margin-bottom: 0;
    }
}

.demo-banner-shape .banner-shape-one {
    top: 160px;
    right: 300px;
    z-index: 2;
}

@media (max-width: 575px) {
    .demo-banner-shape .banner-shape-one {
        right: 30px;
    }
}

.demo-banner-shape .banner-shape-two {
    top: 190px;
    right: 385px;
    z-index: 2;
}

@media (max-width: 575px) {
    .demo-banner-shape .banner-shape-two {
        right: 100px;
    }
}

.demo-banner-shape .banner-shape-six {
    animation-duration: 7s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: palneUp;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .demo-banner-shape .banner-shape-six {
        top: 200px;
        left: 450px;
    }
}

.demo-banner-top-inner {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px 50px;
    flex-wrap: wrap;
}

.bd-demo-banner-content p {
    color: rgba(255, 255, 255, 0.9);
}

.demo-banner-top .bd-icon i {
    color: var(--bd-rating-color);
}

.demo-banner-top .content .subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--bd-ff-body);
    font-size: 18px;
    font-weight: var(--bd-fw-regular);
    line-height: 1.444;
    letter-spacing: 2.88px;
}

.thumb-shape-01 {
    position: absolute;
    top: 50px;
    left: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .thumb-shape-01 {
        left: 100px;
    }
}

.thumb-shape-02 {
    position: absolute;
    top: 325px;
    left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .thumb-shape-02 {
        left: 30px;
    }
}

.thumb-shape-03 {
    position: absolute;
    bottom: 50px;
    left: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .thumb-shape-03 {
        left: 100px;
    }
}

.thumb-shape-04 {
    position: absolute;
    top: 50px;
    right: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .thumb-shape-04 {
        right: 100px;
    }
}

.thumb-shape-05 {
    position: absolute;
    top: 325px;
    right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .thumb-shape-05 {
        right: 30px;
    }
}

.thumb-shape-06 {
    position: absolute;
    bottom: 50px;
    right: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .thumb-shape-06 {
        right: 100px;
    }
}

.thumb-shape-07 {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.thumb-shape-common img {
    width: 250px;
    border: 2px solid var(--bd-border-primary);
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .thumb-shape-common img {
        width: 200px;
    }
}

/* service style  */
.bd-landing-service .inner {
    border-radius: 6px;
    background: var(--bd-bg-primary);
    padding: 46px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-landing-service .inner {
        padding: 45px 30px;
    }
}

@media (max-width: 575px) {
    .bd-landing-service .inner {
        padding: 35px 25px;
    }
}

.bd-landing-service .inner .inner-icon svg {
    margin-bottom: 10px;
}

.bd-landing-service .inner .content .title {
    font-size: 26px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-landing-service .inner .content .title {
        font-size: 24px;
    }
}

/* Features item */
.features-title {
    margin-bottom: 10px;
    font-size: 20px;
}

.features-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .features-wrapper {
        grid-template-columns: 1fr;
    }
}

.features-content > p {
    font-size: 16px;
    margin-bottom: 25px;
}

.features-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 35px;
    transition: 0.3s;
    z-index: 5;
    background-color: var(--bd-white);
    border-radius: 12px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-item {
        padding: 30px 25px;
    }
}

.features-item:hover .features-icon {
    transform: translateY(-3px) translate3d(0, -3px, 0);
}

.features-item:hover .features-content > p {
    color: var(--bd-primary);
}

.features-item:hover .features-title {
    color: var(--bd-theme-black);
}

.features-item:hover .features-tag.green span {
    background: rgba(0, 128, 255, 0.2);
    color: rgb(0, 128, 255);
}

.features-item:hover .features-tag.purple span {
    color: rgb(137, 18, 252);
    background: rgba(136, 18, 252, 0.2);
}

.features-item:hover .features-tag.lilac span {
    color: rgb(205, 103, 153);
    background: rgba(205, 102, 153, 0.2);
}

.features-item:hover .features-tag.lime span {
    background: rgba(52, 168, 83, 0.2);
    color: rgb(52, 168, 83);
}

.features-item:hover .features-tag.red span {
    color: rgb(255, 30, 90);
    background: rgba(255, 30, 90, 0.2);
}

.features-item:hover .features-tag.red-2 span {
    color: rgb(227, 82, 45);
    background: rgba(227, 76, 38, 0.2);
}

.features-item:hover .features-tag.lemon span {
    background: rgba(136, 206, 2, 0.2);
    color: rgb(82, 124, 1);
}

.features-item:hover .features-tag.green-dark span {
    background: rgba(0, 128, 255, 0.2);
    color: rgb(0, 128, 255);
}

.features-item:hover .features-icon.lilac {
    background: rgba(205, 102, 153, 0.2);
}

.features-item:hover .features-icon.purple {
    background: rgba(136, 18, 252, 0.2);
}

.features-item:hover .features-icon.green {
    background: rgba(0, 128, 255, 0.2);
}

.features-item:hover .features-icon.lime {
    background: rgba(52, 168, 83, 0.2);
}

.features-item:hover .features-icon.red {
    background: rgba(255, 30, 90, 0.2);
}

.features-item:hover .features-icon.red-2 {
    background: rgba(227, 76, 38, 0.2);
}

.features-item:hover .features-icon.green-dark {
    background: rgba(0, 128, 255, 0.2);
}

.features-icon {
    margin-bottom: 25px;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    height: 60px;
    width: 60px;
    background: var(--bd-bg-primary);
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.features-icon img {
    max-width: 35px;
}

.features-tag span {
    padding: 5px 12px;
    background: var(--bd-primary);
    border-radius: 30px;
    font-size: 16px;
    color: var(--bd-white);
}

.features-tag:hover.green span {
    background: rgba(12, 115, 184, 0.2);
    color: rgb(12, 115, 184);
}

.features-tag:hover.purple span {
    color: rgb(137, 18, 252);
    background: rgba(136, 18, 252, 0.2);
}

.features-tag:hover.lilac span {
    color: rgb(205, 103, 153);
    background: rgba(205, 102, 153, 0.2);
}

.features-tag:hover.lime span {
    background: rgba(52, 168, 83, 0.2);
    color: rgb(52, 168, 83);
}

.features-tag:hover.red span {
    color: rgb(255, 30, 90);
    background: rgba(255, 30, 90, 0.2);
}

.features-tag:hover.lemon span {
    background: rgba(136, 206, 2, 0.2);
    color: rgb(82, 124, 1);
}

.features-tag:hover.green-dark span {
    background: rgba(0, 128, 255, 0.2);
    color: rgb(0, 128, 255);
}

/* Demo Presentation  */
.home-page-demo .item a {
    padding: 20px;
    border-radius: 6px;
    display: block;
    transition: all 0.3s ease-in-out;
    background: var(--bd-bg-primary);
    border-radius: 12px;
}

.home-page-demo .item a .thumbnail {
    width: 100%;
}

.home-page-demo .item a .thumbnail img {
    width: 100%;
    border-radius: 12px;
}

.home-page-demo .item a .content {
    text-align: center;
    padding-top: 20px;
}

.home-page-demo .item a .content .title {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.home-page-demo .item a .content .title:hover {
    color: var(--bd-primary);
}

.home-page-demo .item a:hover {
    transform: translateY(-4px);
}

.home-page-demo .item a:hover .content .title {
    color: var(--bd-primary);
}

/* inner-pages */
.inner-page-presentation-area {
    overflow: hidden;
}

.inner-pages-animation {
    animation: marquee 20s linear 0s infinite normal;
    animation-play-state: running;
    flex-wrap: nowrap;
}

.inner-pages-animation:hover {
    animation-play-state: paused;
}

.inner-pages-animation.inner-pages-animation--2 {
    animation-name: marquee_rev;
}

.inner-pages-animation.inner-pages-animation--2:hover {
    animation-play-state: paused;
}

.demo-wrapper.inner-pages-wrapper .demo-item .solo-demo a {
    border-radius: 6px;
    background: var(--bd-white);
    box-shadow: 20px 30px 70px rgba(3, 4, 28, 0.1);
    padding: 20px;
    display: block;
}

.demo-wrapper.inner-pages-wrapper .demo-item .solo-demo a .thumbnail {
    width: 100%;
}

.demo-wrapper.inner-pages-wrapper .demo-item .solo-demo a .thumbnail img {
    border-radius: 6px;
    width: 100%;
}

.demo-wrapper.inner-pages-wrapper .demo-item .solo-demo a .content .title {
    font-size: 18px;
    margin-top: 20px;
    transition: var(--transition);
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    text-transform: capitalize;
}

.demo-wrapper.inner-pages-wrapper .demo-item .solo-demo a .content .title::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--bd-primary);
    transition: var(--transition);
}

.demo-wrapper.inner-pages-wrapper .demo-item .solo-demo a .content .title:hover {
    color: var(--bd-primary);
}

.demo-wrapper.inner-pages-wrapper .demo-item .solo-demo a .content .title:hover::before {
    width: 100%;
}

/* element css */
.single-elements {
    border: 0 none;
    padding: 0px 30px;
    text-transform: capitalize;
    background: var(--bd-bg-primary);
    height: 60px;
    border-radius: 6px;
    font-size: 16px;
    letter-spacing: -0.6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    transition: 0.4s;
    color: var(--bd-theme-black);
}

.single-elements i {
    font-size: 16px;
    margin-right: 8px;
    font-weight: 600;
    transition: 0.3s;
    color: var(--bd-theme-black);
}

.single-elements:hover {
    background-color: var(--bd-primary);
    color: var(--bd-white);
}

.single-elements:hover i {
    color: var(--bd-white);
}

.elements-category-list {
    animation: marquee 20s linear 0s infinite normal;
    animation-play-state: running;
    flex-wrap: nowrap;
}

.elements-category-list a {
    max-width: max-content;
    margin: 0 5px;
}

.elements-category-list-2 {
    animation-name: marquee_rev;
}

/* header and footer */
.promotion__item {
    background-color: var(--bd-bg-primary);
    min-height: 420px;
    padding: 45px 50px 50px;
    height: 100%;
    border-radius: 12px;
}

@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) {
    .promotion__item {
        min-height: 100%;
    }
}

@media (max-width: 450px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .promotion__item {
        padding: 35px 30px 30px;
    }
}

.header__element ul li {
    list-style: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.header__element ul li:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .header__element ul li {
        width: 100% !important;
    }
}

.header__element ul li:nth-child(1) {
    width: 85%;
}

.header__element ul li:nth-child(2) {
    width: 87%;
}

.header__element ul li:nth-child(3) {
    width: 89%;
}

.header__element ul li:nth-child(4) {
    width: 91%;
}

.header__element ul li:nth-child(5) {
    width: 93%;
}

.header__element ul li:nth-child(6) {
    width: 100%;
}

.header__element ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer__element ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer__element ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer__element ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 0;
    }
}

.footer__element ul li {
    list-style: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.footer__element ul li img {
    width: 100%;
}

/* Review area start */
.customer-review-area {
    background: var(--bd-bg-primary);
    overflow: hidden !important;
    max-height: 1500px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .customer-review-area {
        padding: 80px 0 120px;
    }
}

.customer-review-area::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    top: 0;
    min-height: 650px;
    background: linear-gradient(180deg, #F2F2F2 50%, #F2F2F2 0%, rgba(242, 242, 242, 0) 60%);
    z-index: 10;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .customer-review-area::before {
        min-height: 450px;
    }
}

.customer-review-area::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #F2F2F2 75%);
    width: 100%;
    height: 400px;
    bottom: 0;
    left: 0;
}

.customer-review-area .customer-review-title {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 12;
    text-align: center;
    padding: 0px 36%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .customer-review-area .customer-review-title {
        padding: 0px 30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .customer-review-area .customer-review-title {
        padding: 0px 20%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .customer-review-area .customer-review-title {
        padding: 0px 15%;
    }
}

@media (max-width: 575px) {
    .customer-review-area .customer-review-title {
        padding: 0px 5%;
    }
}

.customer-review-area .customer-review-wrapper {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .customer-review-area .customer-review-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .customer-review-area .customer-review-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .customer-review-area .customer-review-wrapper {
        display: block;
    }
}

.customer-review-area .customer-review-wrapper .customer-review-wrap {
    animation: demoTestimonialScroll 40s linear infinite;
    transition: all 0.5s ease-in;
    animation-duration: 35s;
}

.customer-review-area .customer-review-wrapper .customer-review-wrap:hover {
    animation-play-state: paused;
}

.customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 {
    display: flex;
    padding: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 {
        padding: 10px;
    }
}

.customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content {
    max-width: 300px;
    border-radius: 15px;
    background: var(--bd-white);
    padding: 40px 40px 40px 30px;
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content {
        max-width: 100%;
    }
}

.customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content .rating-icon {
    margin-bottom: 13px;
}

.customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content .content-title {
    margin-bottom: 15px;
}

.customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content .content-title span {
    color: #141417;
    font-family: var(--bd-ff-body);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

.customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}

.customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content .info .title {
    color: #141417;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
}

.customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content .info .title span {
    color: #808080;
    font-size: 16px;
}

.demo-faq {
    margin-right: 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) {
    .demo-faq {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .demo-faq .accordion-common-style .accordion-button span {
        min-width: 45px;
        padding-right: 10px;
    }
}

.footer-demo-description {
    color: rgba(255, 255, 255, 0.7);
}

/* keyframes animations */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes marquee_rev {
    100% {
        transform: translateX(0);
    }
    0% {
        transform: translateX(-50%);
    }
}

@keyframes demoTestimonialScroll {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-50%);
    }
}

@keyframes stroke {
    0% {
        fill: rgba(0, 108, 228, 0);
        stroke: rgb(255, 183, 0);
        stroke-dashoffset: 25%;
        stroke-dasharray: 0 50%;
        stroke-width: 2;
    }
    70% {
        fill: rgba(0, 108, 228, 0);
        stroke: rgb(255, 183, 0);
    }
    80% {
        fill: rgba(0, 108, 228, 0);
        stroke: rgb(255, 183, 0);
        stroke-width: 3;
    }
    100% {
        fill: rgb(0, 108, 228);
        stroke: rgba(255, 183, 0, 0);
        stroke-dashoffset: -25%;
        stroke-dasharray: 50% 0;
        stroke-width: 0;
    }
}

@keyframes palneUp {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(-50px);
        opacity: 0;
    }
}

.footer-demo-description {
    color: rgba(255, 255, 255, 0.7);
}

/* footer css */
.demo-footer-wrapper {
    position: relative;
    z-index: 5;
}

.demo-footer-area {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 720px;
}

.demo-footer-bg {
    background-size: cover;
    background-position: center top !important;
    position: relative;
    background-repeat: no-repeat !important;
    overflow: hidden;
    background-attachment: fixed;
}

.demo-footer-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.demo-footer-title {
    font-size: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .demo-footer-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .demo-footer-title {
        font-size: 45px;
    }
}

@media (max-width: 575px), (max-width: 450px) {
    .demo-footer-title {
        font-size: 35px;
    }
}

.topylo-logo {
    padding: 10px 15px;
    display: inline-block;
}

.topylo-logo img {
    filter: brightness(0) invert(1);
}

/* course demo area */
.demo-course-thumb-wrap {
    position: relative;
    margin-top: 80px;
    margin-bottom: 85px;
}

@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) {
    .demo-course-thumb-wrap {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.demo-course-thumb-1 {
    position: absolute;
    right: -120px;
    top: -80px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .demo-course-thumb-1 {
        right: 0;
    }
}

.demo-course-thumb-2 {
    position: absolute;
    bottom: -85px;
    right: 65px;
}

.demo-course-thumb-3 {
    position: absolute;
    bottom: 50px;
    left: 0px;
}

.demo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .demo-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .demo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .demo-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.demo-grid-item {
    border: 1px solid var(--bd-border-primary);
    padding: 5px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px 0px rgba(131, 131, 131, 0.1);
    transition: all 0.3s ease-in-out;
}

.demo-grid-item img {
    border-radius: 8px;
}

.demo-grid-item:hover {
    transform: translateY(-8px);
}

.demo-dashboard-thumb-card {
    position: absolute;
    width: 160px;
    right: 50px;
    bottom: -30px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

@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) {
    .demo-dashboard-thumb-card {
        display: none;
    }
}

.demo-dashboard-thumb-card img {
    border-radius: 12px;
}

.demo-break {
    display: none;
}

@media (max-width: 575px) {
    .demo-break {
        display: block;
    }
}

/*----------------------------------------*/
/*  4.13 Error css
/*----------------------------------------*/
.bd-error-bg {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 5;
}

.bd-error-bg::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 23, 15, 0.15);
    z-index: -1;
}

.bd-error-wrapper {
    margin-bottom: 100px;
}

.bd-error-wrapper p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.error-heading-title {
    font-size: 100px;
    color: var(--bd-white);
    margin-bottom: 10px;
}

/*----------------------------------------*/
/*  4.14 FAq css
/*----------------------------------------*/
.bd-faq-content .accordion-common-style.accordion-bg .accordion-body {
    background-color: var(--bd-bg-primary);
}

.bd-faq-content.has-white-bg .accordion-common-style.accordion-bg .accordion-body {
    background-color: var(--bd-white);
}

.bd-faq-content.modern-schooling .accordion-common-style.accordion-bg .accordion-body {
    background-color: var(--primary-rgb-05);
}

.bd-faq-thumb.style-two img {
    border-radius: 6px;
}

.bd-faq-thumb.style-three {
    width: 300px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-faq-thumb.style-three {
        width: 100%;
    }
}

.bd-faq-thumb.style-three img {
    height: 100%;
    border-radius: 6px;
}

.bd-faq-thumb.style-three.has-small:first-child {
    margin-bottom: 20px;
}

.bd-faq-small-thumb {
    margin-bottom: -30px;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-faq-small-thumb {
        margin-bottom: 0;
        margin-top: 0;
    }
}

.bd-faq-shape .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.bd-faq-shape .shape-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.bd-faq-page-shape {
    position: absolute;
    right: 0;
    bottom: -100px;
}

.bd-faq-thumb-wrapper {
    margin-left: 20px;
    position: relative;
}

.bd-faq-thumb-two img {
    -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -webkit-animation: image-radius-anim 5s linear infinite alternate;
    -moz-animation: image-radius-anim 5s linear infinite alternate;
    -o-animation: image-radius-anim 5s linear infinite alternate;
    animation: image-radius-anim 5s linear infinite alternate;
    transition: all 0.3s ease-out 0s;
}

.bd-faq-tab-menu .nav-pills {
    flex-direction: column;
    gap: 15px;
}

.bd-faq-tab-menu .nav-pills .nav-link {
    font-size: 26px;
    color: var(--bd-theme-black);
    padding: 0;
    font-weight: var(--bd-fw-medium);
}

.bd-faq-tab-menu .nav-pills .nav-link.active {
    color: var(--bd-primary);
    background-color: transparent;
}

/*----------------------------------------*/
/*  4.15 Feature css
/*----------------------------------------*/
.bd-feature-wrapper.style-one .bd-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bd-feature-wrapper.style-one .bd-feature-item:hover .icon svg {
    stroke-dasharray: 45;
    stroke-dashoffset: 350;
    -webkit-animation: line-dash 20s linear backwards alternate-reverse infinite;
    animation: line-dash 20s linear backwards alternate-reverse infinite;
}

.bd-feature-wrapper.style-one .bd-feature-item .icon {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bd-white);
    border-radius: 50%;
    min-width: 85px;
}

.bd-feature-wrapper.style-one .bd-feature-item .description {
    color: var(--bd-white);
    font-size: 20px;
}

.bd-feature-wrapper.style-two {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--bd-white);
    border-radius: 6px 6px 0 0;
    margin-top: -100px;
    position: relative;
    z-index: 5;
}

@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-feature-wrapper.style-two {
        grid-template-columns: repeat(1, 1fr);
        box-shadow: 0px 4px 10px 0px rgba(131, 131, 131, 0.1);
    }
}

.bd-feature-wrapper.style-two .bd-feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 20px;
}

@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-feature-wrapper.style-two .bd-feature-item {
        padding: 20px 30px;
    }
}

.bd-feature-wrapper.style-two .bd-feature-item:hover .bd-feature-icon {
    transform: rotateY(180deg);
    color: var(--bd-primary);
}

.bd-feature-wrapper.style-two .bd-feature-item.has-active {
    background: var(--bd-primary);
}

.bd-feature-wrapper.style-two .bd-feature-item.has-active .bd-feature-icon {
    color: var(--bd-white);
}

.bd-feature-wrapper.style-two .bd-feature-item.has-active .bd-feature-title {
    color: var(--bd-white);
}

.bd-feature-wrapper.style-two .bd-feature-item.has-active .bd-feature-icon svg * {
    stroke: var(--bd-white);
}

.bd-feature-wrapper.style-two .bd-feature-icon {
    transition: all 0.8s ease;
}

.bd-feature-wrapper.style-two .bd-feature-icon svg {
    width: 60px;
    height: 60px;
    transition: all 0.3s linear;
}

.bd-feature-wrapper.style-two .bd-feature-title {
    color: var(--bd-theme-black);
}

.bd-feature-wrapper.style-three {
    border: 1px solid var(--bd-border-secondary);
    border-radius: 24px;
    overflow: hidden;
}

.bd-feature-wrapper.style-three ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-feature-wrapper.style-three ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-feature-wrapper.style-three ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bd-feature-wrapper.style-three ul li {
    border-left: 1px solid var(--bd-border-secondary);
    transition: all 0.3s ease-out 0s;
    position: relative;
    list-style: none;
    width: 322px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-feature-wrapper.style-three ul li {
        width: 300px;
    }
}

@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-feature-wrapper.style-three ul li {
        width: 100%;
    }
}

.bd-feature-wrapper.style-three ul li:first-child {
    border-left: 0;
}

.bd-feature-wrapper.style-three ul li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    border-radius: 24px;
    transition: all 0.3s ease-out 0s;
    background-color: var(--primary-rgb-1);
}

.bd-feature-wrapper.style-three ul li:hover {
    border-color: transparent;
    border-radius: 24px;
    transition: all 0.3s ease-out 0s;
}

.bd-feature-wrapper.style-three ul li:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.bd-feature-wrapper.style-three ul li:hover + li {
    border-left: transparent;
}

.bd-feature-wrapper.style-three .bd-feature {
    text-align: center;
    transition: all 0.3s ease-out 0s;
}

.bd-feature-wrapper.style-three .bd-feature-content {
    padding: 42px;
    position: relative;
    z-index: 1;
}

.bd-feature-wrapper.style-three .bd-feature-icon {
    font-weight: 600;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    padding: 0px;
    background-color: var(--primary-rgb-1);
    text-align: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease-out 0s;
}

.bd-feature-wrapper.style-three .bd-feature-icon i {
    font-size: 50px;
    line-height: 120px;
    display: inline-block;
    color: var(--bd-primary);
    transition: all 0.3s ease-out 0s;
}

.bd-feature-wrapper.style-three .bd-feature-title {
    color: var(--bd-theme-black);
    margin-bottom: 20px;
    transition: all 0.3s ease-out 0s;
}

.bd-feature-wrapper.style-three .bd-feature-content p {
    color: var(--bd-theme-black);
    transition: all 0.3s ease-out 0s;
}

.bd-feature-wrapper.style-three .bd-feature-content:hover .bd-feature-icon {
    background-color: var(--bd-primary);
}

.bd-feature-wrapper.style-three .bd-feature-content:hover .bd-feature-icon i {
    color: var(--bd-white);
}

.bd-feature-wrapper.style-three .bd-feature-content:hover .bd-feature-title {
    color: var(--bd-theme-black);
}

.bd-feature-wrapper.style-three .bd-feature-content:hover p {
    color: var(--bd-body-text);
}

.bd-overview-box {
    display: grid;
    grid-template-columns: 350px 350px 350px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-overview-box {
        grid-template-columns: repeat(3, 1fr);
        gap: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-overview-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-overview-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .bd-overview-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}

.bd-overview-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.bd-overview-wrapper:hover .icon svg {
    stroke-dasharray: 90;
    stroke-dashoffset: 890;
    -webkit-animation: line-dash 20s linear backwards alternate-reverse infinite;
    animation: line-dash 20s linear backwards alternate-reverse infinite;
}

.bd-overview-wrapper .icon {
    width: 100px;
    height: 100px;
    min-width: 100px;
    background: var(--bd-white);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bd-overview-wrapper:not(:last-child)::after {
    position: absolute;
    content: "";
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 84px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 46.81%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-overview-wrapper:not(:last-child)::after {
        right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-overview-wrapper:not(:last-child)::after {
        right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-overview-wrapper:not(:last-child)::after {
        display: none;
    }
}

.line-dash svg {
    stroke-dasharray: 45;
    stroke-dashoffset: 350;
    -webkit-animation: line-dash 5s linear backwards alternate-reverse infinite;
    animation: line-dash 5s linear backwards alternate-reverse infinite;
}

@keyframes line-dash {
    100% {
        stroke-dashoffset: 0;
    }
}

/*----------------------------------------*/
/*  4.16 Financial css
/*----------------------------------------*/
.bd-financial-details-content {
    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), (max-width: 575px) {
    .bd-financial-details-content {
        padding: 30px 30px;
    }
}

.bd-scholarships-financial-aid-box {
    background-clip: var(--bd-white);
    padding: 30px 30px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}

.bd-scholarships-financial-aid-box .thumb {
    margin-bottom: 20px;
}

.bd-scholarships-financial-aid-box .thumb img {
    border-radius: 8px;
}

.bd-financial-feature-box {
    margin-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-financial-feature-box {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-financial-feature-box {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-financial-feature-box {
        margin-left: 15px;
    }
}

@media (max-width: 575px) {
    .bd-financial-feature-box {
        margin-left: 0px;
    }
}

.bd-financial-feature-box:not(:last-child) {
    margin-bottom: 30px;
}

.bd-financial-feature-box .table > :not(caption) > * > * {
    padding: 1rem 1rem;
}

.bd-financial-feature-list ul li {
    list-style: none;
    margin-left: 20px;
    position: relative;
}

.bd-financial-feature-list ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--bd-primary);
    left: -20px;
    top: 10px;
}

.bd-financial-feature-list ul li:not(:last-child) {
    margin-bottom: 8px;
}

/*----------------------------------------*/
/*  4.17 Gallery css
/*----------------------------------------*/
.bd-campus-gallery-big-img {
    width: 100%;
    height: 442px;
}

@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-campus-gallery-big-img {
        height: 100%;
    }
}

.bd-campus-gallery-big-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.bd-campus-gallery-min-img {
    width: 100%;
    height: 320px;
}

@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-campus-gallery-min-img {
        height: 100%;
    }
}

.bd-campus-gallery-min-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.bd-gallery-thumb {
    height: 100%;
}

.bd-gallery-thumb img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

/*----------------------------------------*/
/*  4.18 History css
/*----------------------------------------*/
.bd-history-thumb img {
    border-radius: 8px;
}

.bd-history-of-university {
    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-history-of-university {
        margin-left: 0;
    }
}

.bd-history-of-university p {
    font-size: 20px;
    color: var(--bd-theme-black);
    color: var(--bd-taxonomy-color);
    line-height: 30px;
}

.bd-history-box .thumb img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.bd-history-box .bd-history-box-content {
    background-color: var(--primary-rgb-05);
    padding: 30px 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.bd-history-centuries-list {
    margin-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-history-centuries-list {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-history-centuries-list {
        margin-left: 0;
    }
}

.bd-history-centuries-list ul li {
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid var(--bd-border-primary);
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: var(--bd-theme-black);
}

.bd-history-timeline {
    position: relative;
}

.bd-history-timeline::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: var(--bd-border-primary);
}

@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-history-timeline::before {
        display: none;
    }
}

.bd-history-timeline-single {
    display: flex;
    gap: 80px;
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-history-timeline-single {
        gap: 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-history-timeline-single {
        gap: 30px;
        flex-direction: column;
    }
}

.bd-history-timeline-single:not(:last-child) {
    margin-bottom: 60px;
}

.bd-history-timeline-single:nth-child(2n) {
    flex-direction: row-reverse;
}

@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-history-timeline-single:nth-child(2n) {
        flex-direction: column;
    }
}

.bd-history-timeline-thumb {
    width: 50%;
}

@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-history-timeline-thumb {
        width: 100%;
    }
}

.bd-history-timeline-thumb img {
    border-radius: 8px;
}

.bd-history-timeline-content {
    width: 50%;
}

@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-history-timeline-content {
        width: 100%;
    }
}

.bd-history-timeline-content .title {
    margin-left: 30px;
    position: relative;
    margin-bottom: 20px;
}

.bd-history-timeline-content .title::before {
    position: absolute;
    content: "";
    background-color: var(--bd-white);
    border: 1px solid var(--bd-danger);
    border-radius: 50%;
    height: 16px;
    width: 16px;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.bd-history-timeline-content .title::after {
    position: absolute;
    content: "";
    background-color: #df072e;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.bd-history-timeline-content .bd-history-timeline-desc {
    color: var(--bd-theme-black);
}

.bd-history-timeline-content ul li {
    list-style: none;
    color: var(--bd-theme-black);
}

.bd-history-timeline-content ul li:not(:last-child) {
    margin-bottom: 15px;
}

.bd-history-timeline-content ul li span {
    font-size: 18px;
    font-weight: 500;
}

/*----------------------------------------*/
/*  4.19 Team css
/*----------------------------------------*/
.bd-instructor-wrapper.style-one .bd-instructor-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.bd-instructor-wrapper.style-one .bd-instructor-item:hover .bd-instructor-thumb a::before {
    opacity: 0.5;
}

.bd-instructor-wrapper.style-one .bd-instructor-item:hover .bd-instructor-info {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0) scale(1, 1);
    transform: translateX(-50%) translateY(0) scale(1, 1);
}

.bd-instructor-wrapper.style-one .bd-instructor-item:hover .bd-instructor-social .bd-icon-1 {
    transform: translateX(0px);
    opacity: 1;
}

.bd-instructor-wrapper.style-one .bd-instructor-item:hover .bd-instructor-social .bd-icon-2 {
    transform: translateX(0px);
    opacity: 1;
}

.bd-instructor-wrapper.style-one .bd-instructor-item:hover .bd-instructor-social .bd-icon-3 {
    transform: translateX(0px);
    opacity: 1;
}

.bd-instructor-wrapper.style-one .bd-instructor-item:hover .bd-instructor-social .bd-icon-4 {
    transform: translateX(0px);
    opacity: 1;
}

.bd-instructor-wrapper.style-one .bd-instructor-thumb a::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    background-color: var(--bd-primary);
}

.bd-instructor-wrapper.style-one .bd-instructor-info {
    position: absolute;
    left: 50%;
    bottom: 22px;
    width: calc(100% - 40px);
    background-color: var(--bd-white);
    padding: 15px 15px;
    border-radius: 6px;
    text-align: center;
    z-index: 3;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(0) scale(1, 0);
    transform: translateX(-50%) translateY(0) scale(1, 0);
    transform-origin: bottom center;
}

.bd-instructor-wrapper.style-one .bd-instructor-social {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.bd-instructor-wrapper.style-one .bd-instructor-social .social-icon-list {
    flex-direction: column;
}

.bd-instructor-wrapper.style-one .bd-instructor-social .bd-icon-1 {
    opacity: 0;
    transform: translateX(-35px);
    transition: all 0.3s ease-in-out;
}

.bd-instructor-wrapper.style-one .bd-instructor-social .bd-icon-2 {
    opacity: 0;
    transform: translateX(-35px);
    transition: all 0.4s ease-in-out;
}

.bd-instructor-wrapper.style-one .bd-instructor-social .bd-icon-3 {
    opacity: 0;
    transform: translateX(-35px);
    transition: all 0.5s ease-in-out;
}

.bd-instructor-wrapper.style-one .bd-instructor-social .bd-icon-4 {
    opacity: 0;
    transform: translateX(-35px);
    transition: all 0.6s ease-in-out;
}

.bd-instructor-wrapper.style-two {
    text-align: center;
}

.bd-instructor-wrapper.style-two:hover .bd-instructor-social {
    opacity: 1;
}

.bd-instructor-wrapper.style-two:hover .bd-instructor-social .bd-icon-1 {
    transform: translateY(-40px);
    opacity: 1;
}

.bd-instructor-wrapper.style-two:hover .bd-instructor-social .bd-icon-2 {
    transform: translateY(-40px);
    opacity: 1;
}

.bd-instructor-wrapper.style-two:hover .bd-instructor-social .bd-icon-3 {
    transform: translateY(-40px);
    opacity: 1;
}

.bd-instructor-wrapper.style-two:hover .bd-instructor-social .bd-icon-4 {
    transform: translateY(-40px);
    opacity: 1;
}

.bd-instructor-wrapper.style-two:hover .bd-instructor-thumb a::before {
    opacity: 0.5;
}

.bd-instructor-wrapper.style-two:hover.hover-style .bd-instructor-thumb-wrap {
    border-radius: 16px 16px 16px 16px;
}

.bd-instructor-wrapper.style-two:hover.hover-style .bd-instructor-thumb img {
    border-radius: 16px 16px 16px 16px;
}

.bd-instructor-wrapper.style-two .bd-instructor-thumb-wrap {
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
    background-color: var(--bd-white);
    position: relative;
}

.bd-instructor-wrapper.style-two .bd-instructor-thumb {
    position: relative;
}

.bd-instructor-wrapper.style-two .bd-instructor-thumb img {
    border-radius: 16px;
}

.bd-instructor-wrapper.style-two .bd-instructor-thumb a::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: var(--bd-primary);
    border-radius: 16px;
}

.bd-instructor-wrapper.style-two .bd-instructor-social {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 5;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.bd-instructor-wrapper.style-two .bd-instructor-info .name {
    margin-bottom: 5px;
}

.bd-instructor-wrapper.style-two .bd-instructor-info span {
    color: var(--bd-taxonomy-color);
    display: block;
}

.bd-instructor-wrapper.style-two.hover-style .bd-instructor-thumb-wrap {
    border-radius: 250px 250px 0px 0px;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bd-instructor-wrapper.style-two.hover-style .bd-instructor-thumb img {
    border-radius: 6px 6px 0 0;
}

.bd-instructor-wrapper.style-three:hover .bd-instructor-thumb a::before {
    opacity: 1;
    background: linear-gradient(180deg, var(--primary-rgb-5) 100%, var(--primary-rgb-5) 0);
}

.bd-instructor-wrapper.style-three:hover .bd-instructor-thumb a::after {
    opacity: 1;
}

.bd-instructor-wrapper.style-three:hover .bd-instructor-social .bd-icon-1 {
    transform: translateY(-40px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-instructor-wrapper.style-three:hover .bd-instructor-social .bd-icon-1 {
        transform: translateX(0px);
    }
}

.bd-instructor-wrapper.style-three:hover .bd-instructor-social .bd-icon-2 {
    transform: translateY(-40px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-instructor-wrapper.style-three:hover .bd-instructor-social .bd-icon-2 {
        transform: translateX(0px);
    }
}

.bd-instructor-wrapper.style-three:hover .bd-instructor-social .bd-icon-3 {
    transform: translateY(-40px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-instructor-wrapper.style-three:hover .bd-instructor-social .bd-icon-3 {
        transform: translateX(0px);
    }
}

.bd-instructor-wrapper.style-three:hover .bd-instructor-social .bd-icon-4 {
    transform: translateY(-40px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-instructor-wrapper.style-three:hover .bd-instructor-social .bd-icon-4 {
        transform: translateX(0px);
    }
}

.bd-instructor-wrapper.style-three .bd-instructor-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.bd-instructor-wrapper.style-three .bd-instructor-item .designation {
    color: rgba(255, 255, 255, 0.8);
}

.bd-instructor-wrapper.style-three .bd-instructor-thumb a::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    transition: all 0.3s linear;
    background: linear-gradient(180deg, var(--primary-rgb-0) 0%, var(--primary-rgb-7) 100%);
}

.bd-instructor-wrapper.style-three .bd-instructor-info {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.bd-instructor-wrapper.style-three .bd-instructor-social {
    position: absolute;
    bottom: 21%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-instructor-wrapper.style-three .bd-instructor-social {
        bottom: 35%;
    }
}

.bd-instructor-wrapper.style-four .bd-instructor-item {
    text-align: center;
}

.bd-instructor-wrapper.style-four .bd-instructor-item:hover .bd-instructor-thumb-wrapper::after {
    transform: rotate(-90deg);
}

.bd-instructor-wrapper.style-four .bd-instructor-item:hover .bd-instructor-thumb a::after {
    opacity: 0.5;
}

.bd-instructor-wrapper.style-four .bd-instructor-item:hover .bd-instructor-social .bd-icon-1 {
    transform: translateX(25px);
    opacity: 1;
}

.bd-instructor-wrapper.style-four .bd-instructor-item:hover .bd-instructor-social .bd-icon-2 {
    transform: translateX(25px);
    opacity: 1;
}

.bd-instructor-wrapper.style-four .bd-instructor-item:hover .bd-instructor-social .bd-icon-3 {
    transform: translateX(25px);
    opacity: 1;
}

.bd-instructor-wrapper.style-four .bd-instructor-thumb-wrapper {
    border-radius: 100%;
    position: relative;
    z-index: 2;
    transition: 0.3s;
    position: relative;
    padding: 20px;
}

.bd-instructor-wrapper.style-four .bd-instructor-thumb-wrapper .bd-instructor-thumb a {
    display: block;
    position: relative;
}

.bd-instructor-wrapper.style-four .bd-instructor-thumb-wrapper .bd-instructor-thumb a img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.bd-instructor-wrapper.style-four .bd-instructor-thumb-wrapper .bd-instructor-thumb a::after {
    background: var(--bd-primary);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bd-instructor-wrapper.style-four .bd-instructor-thumb-wrapper .bd-instructor-social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    margin-left: -25px;
}

.bd-instructor-wrapper.style-four .bd-instructor-thumb-wrapper .bd-instructor-social .bd-icon-1 {
    transform: translateY(0px);
    opacity: 0;
}

.bd-instructor-wrapper.style-four .bd-instructor-thumb-wrapper .bd-instructor-social .bd-icon-2 {
    transform: translateY(0px);
    opacity: 0;
}

.bd-instructor-wrapper.style-four .bd-instructor-thumb-wrapper .bd-instructor-social .bd-icon-3 {
    transform: translateY(0px);
    opacity: 0;
}

.bd-instructor-wrapper.style-four .bd-instructor-thumb-wrapper .bd-instructor-social .bd-icon-4 {
    transform: translateY(0px);
    opacity: 0;
}

.bd-instructor-wrapper.style-four .bd-instructor-thumb-wrapper::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url(../images/shape/instructor-border-shape.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-instructor-wrapper.style-four .bd-instructor-info .name {
        font-size: 22px;
    }
}

.bd-instructor-wrapper.style-five .bd-instructor-item {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.bd-instructor-wrapper.style-five .bd-instructor-item:hover .bd-instructor-info-wrapper {
    transform: translateY(0);
}

.bd-instructor-wrapper.style-five .bd-instructor-item:hover .bd-instructor-thumb a::before {
    opacity: 0.3;
}

.bd-instructor-wrapper.style-five .bd-instructor-item:hover .bd-instructor-social {
    padding: 10px 0;
}

.bd-instructor-wrapper.style-five .bd-instructor-thumb {
    height: 408px;
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-instructor-wrapper.style-five .bd-instructor-thumb {
        height: 100%;
    }
}

.bd-instructor-wrapper.style-five .bd-instructor-thumb a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    background-image: linear-gradient(180deg, var(--primary-rgb-0), var(--primary-rgb-7) 65%);
}

.bd-instructor-wrapper.style-five .bd-instructor-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bd-instructor-wrapper.style-five .bd-instructor-info {
    padding: 22px;
}

.bd-instructor-wrapper.style-five .bd-instructor-info-wrapper {
    background-image: linear-gradient(100.88deg, #E1F9F0 0.6%, #EEE0CE 100%);
    border-radius: 6px 6px 0 0;
    text-align: center;
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(52px);
    transition: all 0.3s ease-out 0s;
}

.bd-instructor-wrapper.style-five .bd-instructor-info-wrapper .designation {
    font-size: 16px;
    line-height: 26px;
    color: var(--bd-taxonomy-color);
    display: inline-block;
}

.bd-instructor-wrapper.style-five .bd-instructor-social {
    background-color: var(--bd-primary);
}

.bd-instructor-wrapper.style-six .bd-instructor-item {
    padding: 0 30px 30px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.bd-instructor-wrapper.style-six .bd-instructor-item::after {
    content: "";
    height: 75%;
    width: 100%;
    background-color: var(--bd-white);
    border-radius: 10px;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.bd-instructor-wrapper.style-six .bd-instructor-item:hover .bd-instructor-thumb a::after {
    opacity: 0.5;
}

.bd-instructor-wrapper.style-six .bd-instructor-item:hover .bd-instructor-social .bd-icon-1 {
    transform: translateX(25px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-instructor-wrapper.style-six .bd-instructor-item:hover .bd-instructor-social .bd-icon-1 {
        transform: translateX(0px);
    }
}

.bd-instructor-wrapper.style-six .bd-instructor-item:hover .bd-instructor-social .bd-icon-2 {
    transform: translateX(25px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-instructor-wrapper.style-six .bd-instructor-item:hover .bd-instructor-social .bd-icon-2 {
        transform: translateX(0px);
    }
}

.bd-instructor-wrapper.style-six .bd-instructor-item:hover .bd-instructor-social .bd-icon-3 {
    transform: translateX(25px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-instructor-wrapper.style-six .bd-instructor-item:hover .bd-instructor-social .bd-icon-3 {
        transform: translateX(0px);
    }
}

.bd-instructor-wrapper.style-six .bd-instructor-item:hover .bd-instructor-social .bd-icon-4 {
    transform: translateX(25px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-instructor-wrapper.style-six .bd-instructor-item:hover .bd-instructor-social .bd-icon-4 {
        transform: translateX(0px);
    }
}

.bd-instructor-wrapper.style-six .bd-instructor-thumb {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    height: 310px;
    width: 100%;
}

.bd-instructor-wrapper.style-six .bd-instructor-thumb-wrapper {
    margin-bottom: 25px;
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-instructor-wrapper.style-six .bd-instructor-thumb {
        height: 100%;
    }
}

.bd-instructor-wrapper.style-six .bd-instructor-thumb a::after {
    background: var(--bd-primary);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bd-instructor-wrapper.style-six .bd-instructor-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bd-instructor-wrapper.style-six .bd-instructor-social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    margin-left: -25px;
    width: 100%;
}

.bd-instructor-wrapper.style-seven .bd-instructor-item {
    position: relative;
}

.bd-instructor-wrapper.style-seven .bd-instructor-item:hover .bd-instructor-thumb a::after {
    opacity: 0.5;
}

.bd-instructor-wrapper.style-seven .bd-instructor-item:hover .bd-instructor-social .bd-icon-1 {
    transform: translateX(25px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-instructor-wrapper.style-seven .bd-instructor-item:hover .bd-instructor-social .bd-icon-1 {
        transform: translateX(0px);
    }
}

.bd-instructor-wrapper.style-seven .bd-instructor-item:hover .bd-instructor-social .bd-icon-2 {
    transform: translateX(25px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-instructor-wrapper.style-seven .bd-instructor-item:hover .bd-instructor-social .bd-icon-2 {
        transform: translateX(0px);
    }
}

.bd-instructor-wrapper.style-seven .bd-instructor-item:hover .bd-instructor-social .bd-icon-3 {
    transform: translateX(25px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-instructor-wrapper.style-seven .bd-instructor-item:hover .bd-instructor-social .bd-icon-3 {
        transform: translateX(0px);
    }
}

.bd-instructor-wrapper.style-seven .bd-instructor-item:hover .bd-instructor-social .bd-icon-4 {
    transform: translateX(25px);
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-instructor-wrapper.style-seven .bd-instructor-item:hover .bd-instructor-social .bd-icon-4 {
        transform: translateX(0px);
    }
}

.bd-instructor-wrapper.style-seven .bd-instructor-thumb {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.bd-instructor-wrapper.style-seven .bd-instructor-thumb a::after {
    background: var(--bd-primary);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bd-instructor-wrapper.style-seven .bd-instructor-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bd-instructor-wrapper.style-seven .bd-instructor-social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    margin-left: -25px;
    width: 100%;
}

.bd-instructor-wrapper.style-seven .bd-instructor-info {
    position: absolute;
    inset-inline-start: 30px;
    inset-block-end: 30px;
}

.bd-instructor-wrapper.style-seven .bd-instructor-info .name {
    padding: 0 25px;
    margin-bottom: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    position: relative;
    z-index: 5;
}

.bd-instructor-wrapper.style-seven .bd-instructor-info .name::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.34);
    border-radius: 6px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11.8px);
    -webkit-backdrop-filter: blur(11.8px);
}

.bd-instructor-wrapper.style-seven .bd-instructor-info .designation {
    padding: 0 15px;
    color: var(--bd-white);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    position: relative;
    z-index: 5;
}

.bd-instructor-wrapper.style-seven .bd-instructor-info .designation::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(170, 170, 170, 0.34);
    border-radius: 6px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11.8px);
    -webkit-backdrop-filter: blur(11.8px);
}

.bd-instructor-wrapper.style-eight {
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid var(--bd-border-primary);
    padding: 30px 30px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .bd-instructor-wrapper.style-eight {
        flex-direction: column;
        align-items: start;
    }
}

.bd-instructor-wrapper.style-eight:hover {
    border-color: var(--bd-primary);
}

.bd-instructor-wrapper.style-eight:hover .bd-instructor-thumb img {
    transform: scale(1.05);
}

.bd-instructor-wrapper.style-eight .bd-instructor-thumb {
    width: 200px;
    height: 220px;
    min-width: 200px;
    overflow: hidden;
    border-radius: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .bd-instructor-wrapper.style-eight .bd-instructor-thumb {
        width: 100%;
        height: 100%;
        min-width: 100%;
    }
}

.bd-instructor-wrapper.style-eight .bd-instructor-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.bd-instructor-wrapper.style-eight .bd-instructor-info .name {
    margin-bottom: 10px;
}

.bd-instructor-wrapper.style-eight .bd-instructor-info span {
    display: block;
}

.bd-instructor-wrapper.style-eight .bd-instructor-info span:not(:last-child) {
    margin-bottom: 5px;
}

.bd-instructor-wrapper.style-nine {
    text-align: center;
}

.bd-instructor-wrapper.style-nine:hover .bd-instructor-social {
    opacity: 1;
}

.bd-instructor-wrapper.style-nine:hover .bd-instructor-social .bd-icon-1 {
    transform: translateY(-40px);
    opacity: 1;
}

.bd-instructor-wrapper.style-nine:hover .bd-instructor-social .bd-icon-2 {
    transform: translateY(-40px);
    opacity: 1;
}

.bd-instructor-wrapper.style-nine:hover .bd-instructor-social .bd-icon-3 {
    transform: translateY(-40px);
    opacity: 1;
}

.bd-instructor-wrapper.style-nine:hover .bd-instructor-social .bd-icon-4 {
    transform: translateY(-40px);
    opacity: 1;
}

.bd-instructor-wrapper.style-nine:hover .bd-instructor-thumb a::before {
    opacity: 0.5;
}

.bd-instructor-wrapper.style-nine:hover .bd-instructor-thumb-wrap {
    background-color: var(--bd-secondary);
}

.bd-instructor-wrapper.style-nine:hover.hover-style .bd-instructor-thumb-wrap {
    border-radius: 6px 6px 6px 6px;
}

.bd-instructor-wrapper.style-nine .bd-instructor-thumb-wrap {
    background-color: var(--bd-white);
    padding: 5px;
    border-radius: 16px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.bd-instructor-wrapper.style-nine .bd-instructor-thumb {
    position: relative;
}

.bd-instructor-wrapper.style-nine .bd-instructor-thumb img {
    border-radius: 16px;
}

.bd-instructor-wrapper.style-nine .bd-instructor-thumb a::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: var(--bd-primary);
    border-radius: 16px;
}

.bd-instructor-wrapper.style-nine .bd-instructor-social {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100%;
    z-index: 5;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}

.bd-instructor-wrapper.style-nine .bd-instructor-info {
    margin-top: 20px;
}

.bd-instructor-wrapper.style-nine .bd-instructor-info .name {
    margin-bottom: 5px;
}

.bd-instructor-wrapper.style-nine .bd-instructor-info span {
    color: var(--bd-taxonomy-color);
}

.bd-instructor-wrapper.style-nine.light-color .bd-instructor-info .name {
    color: var(--bd-white);
}

.bd-instructor-wrapper.style-nine.light-color .bd-instructor-info span {
    color: rgba(255, 255, 255, 0.9);
}

.bd-instructor-wrapper.style-ten {
    text-align: center;
}

.bd-instructor-wrapper.style-ten:hover .bd-instructor-social {
    opacity: 1;
}

.bd-instructor-wrapper.style-ten:hover .bd-instructor-social .bd-icon-1 {
    transform: translateY(-40px);
    opacity: 1;
}

.bd-instructor-wrapper.style-ten:hover .bd-instructor-social .bd-icon-2 {
    transform: translateY(-40px);
    opacity: 1;
}

.bd-instructor-wrapper.style-ten:hover .bd-instructor-social .bd-icon-3 {
    transform: translateY(-40px);
    opacity: 1;
}

.bd-instructor-wrapper.style-ten:hover .bd-instructor-social .bd-icon-4 {
    transform: translateY(-40px);
    opacity: 1;
}

.bd-instructor-wrapper.style-ten:hover .bd-instructor-thumb a::before {
    opacity: 0.5;
}

.bd-instructor-wrapper.style-ten .bd-instructor-thumb-wrap {
    position: relative;
    -webkit-mask-image: url(../images/instructor/instructor-mask-bg.webp);
    mask-image: url(../images/instructor/instructor-mask-bg.webp);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    display: inline-flex;
    background-color: var(--primary-rgb-1);
    padding: 10px;
    margin: -10px;
    margin-bottom: 5px;
}

.bd-instructor-wrapper.style-ten .bd-instructor-thumb {
    position: relative;
    -webkit-mask-image: url(../images/instructor/instructor-mask-bg.webp);
    mask-image: url(../images/instructor/instructor-mask-bg.webp);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    display: inline-flex;
}

.bd-instructor-wrapper.style-ten .bd-instructor-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bd-instructor-wrapper.style-ten .bd-instructor-thumb a::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: var(--bd-primary);
    border-radius: 16px;
}

.bd-instructor-wrapper.style-ten .bd-instructor-social {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 100%;
    z-index: 5;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}

.bd-instructor-wrapper.style-ten .bd-instructor-info h6 {
    margin-bottom: 5px;
}

.bd-instructor-wrapper.style-ten .bd-instructor-info span {
    color: var(--bd-taxonomy-color);
}

.bd-instructor-details-thumb img {
    border-radius: 8px;
}

.bd-instructor-social .bd-icon-1 {
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.3s ease-in-out;
}

.bd-instructor-social .bd-icon-2 {
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.4s ease-in-out;
}

.bd-instructor-social .bd-icon-3 {
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.5s ease-in-out;
}

.bd-instructor-social .bd-icon-4 {
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.6s ease-in-out;
}

/* instructor Details */
.bd-instructor-details-info {
    padding: 30px 30px;
    border-radius: 6px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--bd-white);
}

.bd-instructor-details-info .designation {
    color: var(--bd-text-muted);
}

.bd-instructor-details-info .bd-instructor-info-list ul li {
    list-style: none;
}

.bd-instructor-details-info .bd-instructor-info-list ul li:not(:last-child) {
    margin-bottom: 5px;
}

.bd-instructor-details-info .bd-instructor-info-list ul li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--bd-taxonomy-color);
    transition: var(--transition);
}

.bd-author-item {
    text-align: center;
}

.bd-author-item img {
    border-radius: 500px;
    width: 200px;
    height: 200px;
}

.authorActivation {
    margin: auto;
}

.warning {
    margin: auto;
    border-radius: 20px;
    padding: 20px;
    color: #FFF;
    width: 97%;
    text-align: center;
    margin-top: 20px;
    background: linear-gradient(to right top, #551654, #3b0051);
    max-width: 1500px;
}

.warning h1 {
    color: #FFF;
    font-family: "Almarai", sans-serif;
}

.warning img {
    width: 100%;
    margin-top: 0px;
    height: 100%;
    border-radius: 20px;
}

.warning button {
    width: 180px;
    height: 40px;
    padding: 7px;
    background: #ae00ff;
    border: none;
    border-radius: 500px;
    box-shadow: 0px 0px 40px #ae00ff;
    margin-top: 20px;
}

.warning button:hover {
    animation: 1s infinite btn ease-in-out;
}

@keyframes btn {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(0.9);
    }
}

.bd-counter-wrapper {
    margin-top: 10px;
}

footer {
    padding-top: 50px;
    margin-top: 120px;
    color: #FFF;
    z-index: 999;
    background: linear-gradient(#230134, #440962);
}

footer a, footer span {
    color: #ffffff;
}

.menu-item-has-children {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111;
    padding: 11px;
    height: 40px;
    border-radius: 7px;
    box-shadow: inset 0px 0px 10px #00000017;
    font-size: 22px;
}

.menu-item-has-children:hover i {
    color: var(--bd-primary)
}

.bd-experience-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    margin-top: 40px;
    flex-wrap: wrap;
    text-align: center;
}

.teacher-cards {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 1600px;
    flex-wrap: wrap;
}

.teacher-cards .bd-course-wrapper.style-four {
    width: 100%;
    max-width: 400px;
    margin-top: 10px;
}

.tabs {
    margin-bottom: 30px;
    justify-content: center;
    border-bottom: 1px solid var(--bd-border-primary);
    align-items: center;
    display: flex;
    margin-top: 20px;
    background: #fafafa;
    padding: 15px;
    border-radius: 100px;
    width: 95%;
    max-width: 550px;
    margin: 40px auto;
    flex-wrap: wrap;
}

.tabs button {
    padding: 0;
    border: none;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: var(--bd-theme-black);
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border-radius: 1000px;
    padding: 10px 30px;
}

.fa-lock {
    font-size: 22px !important;
    color: #FFF;
}

.accordion-info {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #FFF;
    justify-content: center;
    padding: 10px;
    background: var(--bd-primary);
    width: 100%;
    border-radius: 5px;
    font-size: 19px;
}

.accordion-info-locked {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    justify-content: center;
    padding: 10px;
    background: #fc5d5d;
    border: 1px solid red;
    width: 100%;
    border-radius: 5px;
    font-size: 19px;
}

@media (max-width: 520px) {
    .tabs button, .tab-style-two .nav-link {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .tabs button, .tab-style-two .nav-link {
        font-size: 12px;
    }
}

.q-title {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    color: var(--bd-primary);
    border-bottom: 1px #9999991a solid;
    border-top: 1px #9999991a solid;
}

.form-check {
    margin-top: 10px;
    width: 200%;
    background: #d7bbff;
    border-radius: 10px;
    padding: 15px;
}

.form-check-textarea {
    width: 100%;
    margin-top: 10px;
    background: #d7bbff;
    border-radius: 10px;
    padding: 15px;
}

.answer-btn {
    width: 200px;
    margin: auto;
    background: linear-gradient(to right, #8b14b1, #d53d6e, #8b14b1);
    padding: 15px;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
}

@media (min-width: 990px) {
    .form-check {
        max-width: 250px;
    }
    .form-check-textarea {
        width: 100%;
        margin-top: 10px;
        background: #d7bbff;
        border-radius: 10px;
        padding: 15px;

    }
}


.menu-item-has-children.active i {
    color: var(--bd-primary);
}

.menu-item-has-children.active {
    overflow: scroll;
    height: 100%;
    display: block;
    justify-content: center;
    text-align: center;
}

.submenu.last-children a {
    padding: 20px;
}

@media (max-width: 1550px) {
    .bd-header-inner li a, .bd-header-inner li {
        font-size: 16px;
    }
}

@media (max-width: 1460px) {
    .bd-header-inner li a, .bd-header-inner li {
        font-size: 14px;
    }
}

@media (max-width: 1360px) {
    .bd-header-inner li a, .bd-header-inner li {
        font-size: 11px;
    }
} 