/*---------------------------------
	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=Big+Shoulders+Display:wght@100..900&amp;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&amp;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: "Roboto", sans-serif;
    --bd-ff-title: "Roboto", sans-serif;
    --bd-ff-style: "Big Shoulders Display", sans-serif;
    --bd-ff-p: "Roboto", sans-serif;
    --ff-fontawesome: "Font Awesome 6 Pro";
    --ff-icomoon: "icomoon";
    /** @color declaration */
    --bd-white: #FFFFFF;
    --bd-black: #000000;
    --bd-light: #C8C8C8;
    --bd-theme-black: #00170F;
    --bd-placeholder: rgba(30, 30, 30, 0.4);
    --bd-body-primary: #FFFFFF;
    --bd-primary: #07A169;
    --bd-secondary: #FFB800;
    --bd-success: #00db22;
    --bd-info: #0dcaf0;
    --bd-warning: #ffc107;
    --bd-danger: #FF0033;
    --bd-teal: #20c997;
    --bd-body-text: #808080;
    --bd-taxonomy-color: #4d4d4d;
    --bd-label-color: #0A0A0A;
    --bd-rating-color: #FEC300;
    --bd-text-muted: #6c757d;
    --bd-gray: #C5C6C7;
    --bd-light-gray: #D5D5D5;
    --bd-bg-primary: #F5F5F5;
    --bd-bg-secondary: #EDF3F5;
    --bd-border-primary: #E5E5E5;
    --bd-border-secondary: rgba(220, 220, 220, 1);
    --bd-gradient-1: linear-gradient(90deg, #F5F5F5 52.13%, rgba(245, 245, 245, 0.7) 100%);
    --primary-rgb: 7, 161, 105;
    --primary-rgb-0: rgba(var(--primary-rgb), 0.0);
    --primary-rgb-05: rgba(var(--primary-rgb), 0.05);
    --primary-rgb-1: rgba(var(--primary-rgb), 0.1);
    --primary-rgb-15: rgba(var(--primary-rgb), 0.15);
    --primary-rgb-5: rgba(var(--primary-rgb), 0.5);
    --primary-rgb-7: rgba(var(--primary-rgb), 0.7);
    --secondary-rgb: 251, 140, 0;
    --secondary-rgb-0: rgba(var(--secondary-rgb), 0.0);
    --secondary-rgb-1: rgba(var(--secondary-rgb), 0.1);
    --secondary-rgb-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 #25D366;
    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: 50px;
    padding-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

.accordion-common-style.accordion-style-one .accordion-button::after {
    content: "\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;
    border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------*/
/*  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: var(--bd-primary);
}

.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
/*----------------------------------------*/
.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: 200px;
}

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

.bd-book-navigation button {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 8px;
    color: var(--bd-theme-black);
    border: 1px solid var(--bd-border-primary);
    transition: all 0.3s ease-in-out;
}

    .bd-book-navigation button:hover {
        background-color: var(--bd-primary);
        border-color: var(--bd-primary);
        color: var(--bd-white);
    }

    .bd-book-navigation button.swiper-button-disabled {
        background: #efefef;
        color: #C9C9C9;
        pointer-events: none;
    }

/*----------------------------------------*/
/*  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-over-top {
    margin-top: -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: 100px;
    }
}

.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: 40px;
    height: 40px;
    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;
    }

    .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 .nav-pills {
    margin-bottom: 30px;
    justify-content: center;
    border-bottom: 1px solid var(--bd-border-primary);
}

@media (max-width: 575px) {
    .tab-style-two .nav-pills {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
}

.tab-style-two .nav-item {
    padding: 0 35px;
}

.tab-style-two .nav-link {
    padding: 0;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: var(--bd-theme-black);
    background-color: transparent;
    padding-bottom: 15px;
}

    .tab-style-two .nav-link:hover {
        background-color: transparent;
        color: var(--bd-primary);
    }

        .tab-style-two .nav-link:hover::before {
            transform: scaleX(1);
        }

    .tab-style-two .nav-link.active {
        background-color: transparent;
        color: var(--bd-primary);
    }

        .tab-style-two .nav-link.active::before {
            transform: scaleX(1);
        }

    .tab-style-two .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        display: block;
        transform: scaleX(0);
        -webkit-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
        background-color: var(--bd-primary);
        inset-inline-start: 0;
        bottom: -1px;
    }

.tab-style-two.boder-b-none .nav-pills {
    border-bottom: none;
}

.tab-style-two.boder-b-none .nav-link::before {
    bottom: 10px;
}

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

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

@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;
    padding: 0 120px;
}

@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: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

    .bd-header-transparent-two .header-style-one {
        background-color: rgba(7, 161, 105, 0.15);
        box-shadow: none;
        border-bottom: 1px solid var(--bd-border-secondary);
    }

    .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);
    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: 5px 0px;
    line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-header-logo {
        padding: 5px 0;
    }
}

.bd-header-logo img {
    max-width: 120px;
}

.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 {
    min-height: 930px;
    display: flex;
    align-items: center;
    z-index: 5;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-one {
        min-height: 740px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-banner-one {
        padding-top: 220px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-banner-one {
        padding-top: 250px;
    }
}

@media (max-width: 575px) {
    .bd-banner-one {
        padding-top: 260px;
    }
}

.bd-banner-one .bd-banner-subtitle {
    position: relative;
    color: var(--bd-primary);
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
}

.bd-banner-one .bd-banner-title {
    letter-spacing: -0.02em;
}

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

.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;
    bottom: 280px;
    right: -160px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .bd-banner-one .bd-banner-tag-two {
        right: -100px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bd-banner-one .bd-banner-tag-two {
        right: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-banner-one .bd-banner-tag-two {
        right: 0px;
        bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-banner-one .bd-banner-tag-two {
        right: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-banner-one .bd-banner-tag-two {
        bottom: 100px;
        right: 0px;
    }
}

@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: 1600px) and (max-width: 1700px) {
    .bd-banner-five .bd-banner-thumb {
        transform: translateX(38px);
    }
}

@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: 16px;
        font-weight: 500;
        color: var(--bd-theme-black);
        padding: 28px 10px;
        display: inline-block;
        font-family: var(--bd-ff-body);
        position: relative;
        transition: all 0.3s linear;
        text-transform: uppercase;
    }

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

.main-menu > ul > li > a::after {
    /*content: "\f107";*/
    font-family: var(--ff-fontawesome);
    margin-left: 5px;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    transition: all 0.3s 0s ease-out;
}

.main-menu > ul > li > a:hover::after {
    transform: rotate(180deg);
}

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

        .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 {
        background-color: var(--bd-primary);
        border-color: var(--bd-primary);
        color: var(--bd-white);
    }

        .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;
    top: 8px;
    font-size: 18px;
    color: #7F8387;
    z-index: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7F8387;
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

    .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.html");
        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: 30px;
    background-color: var(--bd-bg-primary);
    text-align: center;
    position: relative;
    display: block;
    border-radius: 6px;
}

@media (max-width:450px) {
    .bd-product-card {
        padding: 15px;
    }
}

.bd-product-card::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bd-bg-primary);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    border-radius: 6px;
    z-index: 1;
}

.bd-product-card:hover::before {
    opacity: 1;
    visibility: visible;
}

.bd-product-card:hover .bd-product-cart-btn {
    opacity: 1;
    visibility: visible;
}

.bd-product-thumb {
    height: 215px;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .bd-product-thumb {
        width: 100%;
        height: 100%;
    }
}

.bd-product-thumb img {
    height: 100%;
    width: 100%;
}

.bd-product-cart-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 2;
}

.bd-product-details-btn {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 2;
}

.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: var(--bd-theme-black);
    }

    .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: 50px 0 50px;
}

@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: var(--bd-body-text);
}

    .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: 100%;
        background-image: url(../images/bg/copy-right-shape-2.webp);
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 5;
    }

    .bd-copyright-bg .bd-footer-copyright p {
        color: var(--bd-theme-black);
    }

        .bd-copyright-bg .bd-footer-copyright p a {
            color: var(--bd-theme-black);
        }

/*----------------------------------------*/
/*  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;
    right: 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: 5px;
    line-height:25px;
    text-align:justify;
}

.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: 20px 30px;
    text-align: center;
    transition: all 0.3s;
    height:250px;
}

    .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: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

    .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 20px;
        display: flex;
        gap: 10px;
        justify-content: space-between;
        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;
        }
}

.bd-course-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-course-slider-navigation button:hover {
        background-color: var(--bd-primary);
        color: var(--bd-white);
    }

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

    .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-instructor-details-info .bd-instructor-info-list ul li a i {
                color: var(--bd-primary);
            }

            .bd-instructor-details-info .bd-instructor-info-list ul li a:hover {
                color: var(--bd-primary);
            }

    .bd-instructor-details-info .bd-instructor-rating {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

        .bd-instructor-details-info .bd-instructor-rating .rating-star i {
            font-size: 14px;
            color: var(--bd-rating-color);
        }

        .bd-instructor-details-info .bd-instructor-rating .rating-count {
            display: inline-block;
            font-size: 16px;
            font-weight: 500;
        }

.bd-instructor-details-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.bd-instructor-feature-box {
    padding: 22px 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-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.bd-instructor-progress .progress-item {
    margin-bottom: 20px;
}

.bd-instructor-progress .title {
    font-size: 16px;
    color: var(--bd-label-color);
    margin-bottom: 5px;
    display: block;
    line-height: 1;
}

.bd-instructor-progress .progress-bar {
    position: relative;
    height: 10px;
    width: 100%;
    background-color: var(--bd-bg-primary);
    border-radius: 5px;
}

.bd-instructor-progress .progress {
    height: 100%;
    background-color: var(--bd-primary);
    border-radius: 5px;
    position: relative;
    width: 0;
    transition: width 1s ease-in-out;
}

    .bd-instructor-progress .progress.bg-1 {
        background-color: #FFD43B;
    }

    .bd-instructor-progress .progress.bg-2 {
        background-color: #FF6F00;
    }

    .bd-instructor-progress .progress.bg-3 {
        background-color: #150458;
    }

    .bd-instructor-progress .progress.bg-4 {
        background-color: #4479A1;
    }

    .bd-instructor-progress .progress.bg-5 {
        background-color: #412991;
    }

.bd-instructor-progress .percentage {
    font-size: 18px;
    font-weight: 500;
    color: var(--bd-theme-black);
    line-height: 1;
}

.bd-instructor-progress .progress-counter {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.bd-experience-box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-experience-box-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

.bd-experience-box {
    background-color: var(--bd-bg-primary);
    padding: 30px 30px;
    text-align: center;
    border-radius: 8px;
}

    .bd-experience-box .icon {
        color: var(--bd-primary);
        margin-bottom: 10px;
    }

    .bd-experience-box .title {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .bd-experience-box .subtitle {
        color: var(--bd-label-color);
        font-size: 20px;
    }

.bd-author-wrapper.style-one .bd-author-item {
    text-align: center;
}

    .bd-author-wrapper.style-one .bd-author-item:hover .bd-author-name {
        color: var(--bd-primary);
    }

.bd-author-wrapper.style-one .bd-author-thumb {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    margin: 0 auto;
}

    .bd-author-wrapper.style-one .bd-author-thumb img {
        border-radius: 100%;
        width: 100%;
        height: 100%;
    }

.bd-author-wrapper.style-one .bd-author-name {
    font-size: 18px;
}

/*----------------------------------------*/
/*  4.20 History css
/*----------------------------------------*/
.bd-joining-info-area .tab-style-four .nav-link {
    width: 80%;
}

@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-joining-info-area .tab-style-four .nav-link {
        width: 100%;
    }
}

.bd-joining-content .title {
    margin-bottom: 10px;
}

.bd-joining-features-content .title {
    margin-bottom: 20px;
}

.bd-joining-features-icon {
    margin-bottom: 30px;
    transition: 0.3s;
}

    .bd-joining-features-icon svg {
        width: 68px;
        height: 68px;
    }

.bd-joining-main-thumb {
    margin-right: 15px;
}

    .bd-joining-main-thumb img {
        border-radius: 8px;
        width: 100%;
        height: 100%;
    }

.bd-form-setup-panel {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 2px solid var(--bd-primary);
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.bd-form-step-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--bd-theme-black);
}

    .bd-form-step-title.bd-step-active, .bd-form-step-title:hover {
        color: var(--bd-primary);
    }

.bd-acc-title {
    font-size: 20px;
    margin-bottom: -15px;
}

.bd-form-setup-content input[type=text], .bd-form-setup-content input[type=email], .bd-form-setup-content input[type=tel], .bd-form-setup-content input[type=number], .bd-form-setup-content input[type=password], .bd-form-setup-content textarea {
    outline: none;
    background-color: var(--bd-white);
}

/*----------------------------------------*/
/*  4.2 Lesson css
/*----------------------------------------*/
.bd-lesson-logo {
    padding: 20px 30px;
    border-bottom: 1px solid var(--bd-border-primary);
}

.bd-lesson-content {
    background-color: var(--bd-bg-primary);
    position: fixed;
    inset-inline-start: 0;
    top: 0;
    width: 450px;
    height: 100%;
    z-index: 99;
    transition: all 0.5s ease;
}

@media (max-width: 575px) {
    .bd-lesson-content {
        width: 300px;
    }
}

.bd-lesson-content.collapsed {
    inset-inline-start: -450px;
}

@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-lesson-content {
        inset-inline-start: -450px;
    }
}

.bd-lesson-content.open {
    inset-inline-start: 0;
}

.bd-lesson-content > .title {
    font-size: 20px;
    padding: 17px 20px;
}

.bd-lesson-video-wrap {
    margin-bottom: 30px;
    position: relative;
}

    .bd-lesson-video-wrap .plyr__poster {
        background-size: cover;
    }

    .bd-lesson-video-wrap .plyr__control--overlaid {
        padding: 24px;
        background: var(--bd-primary);
    }

        .bd-lesson-video-wrap .plyr__control--overlaid:hover {
            background: var(--bd-secondary);
        }

.bd-lesson-video-title-wrap {
    display: flex;
    align-items: center;
    background: var(--bd-primary);
    padding: 13px 20px;
    justify-content: space-between;
    gap: 10px;
}

.bd-lesson-video-title-wrap-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .bd-lesson-video-title-wrap-left a {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.1294117647);
        border-radius: 50%;
        color: var(--bd-white);
        flex: 0 0 auto;
    }

    .bd-lesson-video-title-wrap-left span {
        display: block;
        color: var(--bd-white);
        font-size: 20px;
        font-weight: 500;
    }

.bd-lesson-video-title-wrap-right a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1294117647);
    color: var(--bd-white);
    border-radius: 50%;
    flex: 0 0 auto;
}

.bd-lesson-next-prev-button button {
    position: absolute;
    left: 20px;
    top: -15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(7, 161, 105, 0.3);
    color: var(--bd-black);
    line-height: 0;
    font-size: 18px;
}

    .bd-lesson-next-prev-button button.next-button {
        left: auto;
        right: 20px;
    }

    .bd-lesson-next-prev-button button:hover {
        color: var(--bd-white);
        background-color: var(--bd-primary);
    }

.bd-lesson-details-content {
    margin-right: 50px;
}

.bd-lesson-about {
    margin-bottom: 50px;
    position: relative;
}

    .bd-lesson-about .tab-style-two .nav-link {
        font-size: 22px;
    }

    .bd-lesson-about .tab-style-two .tab-content {
        padding: 0 30px;
    }

    .bd-lesson-about .bd-lesson-materials {
        font-size: 20px;
        color: var(--bd-text-muted);
        font-weight: 500;
        transition: var(--transition);
    }

        .bd-lesson-about .bd-lesson-materials:hover {
            color: var(--bd-primary);
        }

        .bd-lesson-about .bd-lesson-materials i {
            margin-right: 5px;
        }

.plyr--full-ui input[type=range] {
    color: var(--bd-primary);
}

@media (max-width: 1199px) {
    .app-offcanvas-overlay.overlay-open {
        background-color: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 10;
    }
}

.app-offcanvas-overlay.overlay-open:hover {
    cursor: url(../images/shape/cross-out.webp), pointer;
}

.bd-lesson-player {
    position: absolute;
    inset-inline-end: 0;
    width: calc(100% - 450px);
    transition: all 0.5s ease;
    top: 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-lesson-player {
        width: 100%;
    }
}

.bd-lesson-player.collapsed {
    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-learners-area {
        background-color: var(--primary-rgb-05);
    }
}

.bd-learners-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    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-learners-bg {
        display: none;
    }
}

.bd-learners-content .single-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 575px) {
    .bd-learners-content .single-item {
        flex-wrap: wrap;
    }
}

.bd-learners-content .single-item:not(:last-child) {
    margin-bottom: 30px;
}

.bd-learners-content .single-item .thumb {
    width: 150px;
    height: 150px;
    min-width: 150px;
}

@media (max-width: 575px) {
    .bd-learners-content .single-item .thumb {
        width: 100%;
        height: 100%;
        min-width: 100%;
    }
}

.bd-learners-content .single-item .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.bd-learners-content .single-item .content .title {
    margin-bottom: 10px;
    color: var(--bd-primary);
}

.bd-learners-counter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    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-learners-counter {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
    }

        .bd-learners-counter .bd-counter-style-nine.bd-counter-item .bd-counter-total {
            font-size: 62px;
            opacity: 0.1;
            color: var(--bd-black);
        }

        .bd-learners-counter .bd-counter-style-nine.bd-counter-item p {
            color: var(--bd-black);
        }
}

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

        .bd-learners-counter .bd-counter-style-nine.bd-counter-item .bd-counter-total {
            font-size: 48px;
        }

        .bd-learners-counter .bd-counter-style-nine.bd-counter-item p {
            font-size: 20px;
        }
}

.bd-learners-counter-item .thumb {
    width: 50px;
}

.bd-learners-counter-item .title {
    color: var(--bd-white);
}

.bd-learners-counter-item .subtitle {
    color: var(--bd-light-gray);
}

/*----------------------------------------*/
/*  4.22 live-class css
/*----------------------------------------*/
.bd-live-class-wrapper.style-one .bd-section-paragraph {
    margin-bottom: 40px;
    max-width: 550px;
}

.bd-live-class-wrapper.style-one .bd-section-title .has-live-text {
    display: inline-block;
    padding: 5px 15px;
    position: relative;
    z-index: 1;
    color: var(--bd-theme-black);
    font-size: 22px;
    border: 1px solid var(--bd-border-primary);
    line-height: 1;
    border-radius: 6px;
    padding-left: 40px;
    text-transform: capitalize;
}

    .bd-live-class-wrapper.style-one .bd-section-title .has-live-text::before {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        background: var(--bd-danger);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-top: -6px;
        animation: zoom 3s infinite;
    }

.bd-live-class-thumb-wrapper.style-one .bd-live-class-thumb {
    margin: 0 30px 30px 50px;
    max-width: 450px;
    position: relative;
    z-index: 3;
}

@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-live-class-thumb-wrapper.style-one .bd-live-class-thumb {
        max-width: 100%;
        margin-left: 0;
    }
}

.bd-live-class-thumb-wrapper.style-one .bd-live-class-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    border: 2px dashed var(--bd-primary);
    right: -30px;
    bottom: -30px;
    border-radius: 6px;
    z-index: -1;
}

.bd-live-class-thumb-wrapper.style-one .bd-live-class-thumb img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
}

.bd-live-class-shape-01 {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 60px;
}

.bd-live-class-shape-02 {
    position: absolute;
    max-width: 60px;
    left: 40%;
    bottom: 22%;
}

.bd-live-class-shape-03 {
    position: absolute;
    max-width: 40px;
    right: 10%;
    top: 30px;
}

/*----------------------------------------*/
/*  4.23 Mission Vision css
/*----------------------------------------*/
.bd-why-choose-area .bd-counter-style-five.has-transparent .bd-counter-content h2 {
    color: var(--bd-theme-black);
}

.bd-why-choose-area .bd-counter-style-five.has-transparent .bd-counter-content p {
    color: var(--bd-body-text);
}

.bd-mission-vision-box {
    border: 1px solid var(--bd-border-primary);
    border-radius: 8px;
    padding: 30px 30px;
    position: relative;
    overflow: hidden;
}

.bd-mission-vision-shape {
    position: absolute;
    right: -30px;
    top: -30px;
    opacity: 0.1;
}

.bd-mission-vision-icon {
    margin-bottom: 15px;
    display: inline-block;
}

    .bd-mission-vision-icon img {
        height: 64px;
        object-fit: cover;
    }

.bd-mission-vision-title {
    margin-bottom: 15px;
}

.bd-core-values-bg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .bd-core-values-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        pointer-events: none;
        z-index: 0;
    }

.bd-core-values-box {
    padding: 30px 30px;
    background-color: var(--bd-white);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin-bottom: 30px;
}

    .bd-core-values-box.bg-flashlight::after {
        background: var(--bd-white);
    }

.bd-core-values-icon {
    display: flex;
    width: 80px;
    height: 80px;
    background-color: transparent;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: var(--bd-primary);
    font-size: 33px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding: 15px;
}

    .bd-core-values-icon img {
        width: 60px;
    }

    .bd-core-values-icon::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        border: 1px dashed var(--bd-primary);
        border-radius: 50%;
        transition: all 0.3s ease-in-out;
        -webkit-animation-name: rotate-infinite;
        -webkit-animation-duration: 55s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
    }

/* rotate infinite animation */
@-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);
    }
}

.bd-core-values-title {
    color: var(--bd-primary);
    margin-bottom: 15px;
}

.bd-mission-vision-thumb-mask {
    -webkit-mask-image: url("../images/mission/mission-vision-thumb-mask.webp");
    mask-image: url("../images/mission/mission-vision-thumb-mask.webp");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    display: inline-flex;
}

    .bd-mission-vision-thumb-mask img {
        width: 100%;
        height: 100%;
    }

.bd-promotion-thumb-mask {
    -webkit-mask-image: url(../images/shape/wave-mask.svg);
    mask-image: url(../images/shape/wave-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    display: inline-flex;
}

.bd-promotion-list-two ul {
    display: flex;
    list-style: none;
    align-items: center;
    background-image: linear-gradient(100.88deg, var(--secondary-rgb-1) 0.6%, var(--primary-rgb-1) 100%);
    padding: 0 30px;
    gap: 95px;
    border-radius: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-promotion-list-two ul {
        padding: 0 15px;
        gap: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-promotion-list-two ul {
        gap: 0 30px;
    }
}

@media (max-width: 575px) {
    .bd-promotion-list-two ul {
        flex-wrap: wrap;
        gap: 0px;
    }
}

.bd-promotion-list-two ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding: 20px 0;
}

    .bd-promotion-list-two ul li:first-child::before {
        content: "";
        position: absolute;
        background-color: var(--bd-border-primary);
        height: 100%;
        width: 1px;
        top: 0;
        inset-inline-end: -42px;
    }

@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-promotion-list-two ul li:first-child::before {
        display: none;
    }
}

.bd-promotion-list-two ul li .bd-promotion-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 70px;
    width: 70px;
    min-width: 70px;
    font-size: 36px;
    border-radius: 50%;
    color: var(--bd-white);
}

.bd-promotion-list-two ul li span {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}

.bd-mvs-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.bd-mvs-box p {
    text-align: justify;
}

.bd-story-thumb img {
    border-radius: 8px;
}

/*----------------------------------------*/
/*  4.24 newsletter css
/*----------------------------------------*/
.bd-newsletter-wrapper.style-one {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

    .bd-newsletter-wrapper.style-one .bd-newsletter-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        opacity: 0.19;
    }

    .bd-newsletter-wrapper.style-one .bd-newsletter-content {
        position: relative;
        z-index: 1;
    }

    .bd-newsletter-wrapper.style-one .bd-newsletter-input {
        max-width: 78%;
    }

.bd-newsletter-wrapper.style-two .bd-newsletter-item {
    padding: 65px 50px 60px;
    padding-right: 120px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-newsletter-wrapper.style-two .bd-newsletter-item {
        padding: 30px 30px;
    }
}

.bd-newsletter-wrapper.style-two .bd-newsletter-item .description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
}

    .bd-newsletter-wrapper.style-two .bd-newsletter-item .description span {
        color: var(--bd-white);
    }

.bd-newsletter-wrapper.style-two .bd-newsletter-item .shape-1 {
    position: absolute;
    bottom: 0;
    left: 0px;
}

.bd-newsletter-wrapper.style-two .bd-newsletter-item .shape-2 {
    position: absolute;
    top: 0;
    left: 587px;
}

.bd-newsletter-wrapper.style-two .bd-newsletter-item .shape-3 {
    position: absolute;
    top: 20px;
    right: 333px;
}

.bd-newsletter-wrapper.style-two .bd-newsletter-item .shape-4 {
    position: absolute;
    top: 0;
    right: 30px;
}

.bd-newsletter-wrapper.style-two .bd-newsletter-item .shape-5 {
    position: absolute;
    bottom: 40px;
    left: 535px;
}

.bd-newsletter-wrapper.style-two .bd-newsletter-item .shape-6 {
    position: absolute;
    bottom: 0;
    right: 265px;
}

.bd-newsletter-wrapper.style-two .bd-newsletter-bg {
    background-image: url(../images/newsletter/newsletter-two.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

.bd-newsletter-wrapper.style-three {
    padding: 0 100px;
    border-radius: 10px;
    position: relative;
    z-index: 5;
    margin-top: 152px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-newsletter-wrapper.style-three {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-newsletter-wrapper.style-three {
        padding: 60px 50px;
        margin-top: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-newsletter-wrapper.style-three {
        padding: 30px 20px;
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .bd-newsletter-wrapper.style-three {
        padding: 30px 30px;
        margin-top: 0;
    }
}

.bd-newsletter-wrapper.style-three .bd-newsletter-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 6px;
    mix-blend-mode: color-burn;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.bd-newsletter-wrapper.style-three .bd-newsletter-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 6px;
    padding: 15px 20px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 5;
    transform: translateX(-50%);
    width: 310px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.bd-newsletter-wrapper.style-three .bd-newsletter-badge-icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bd-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.bd-newsletter-wrapper.style-three .bd-newsletter-badge-text {
    font-size: 18px;
    color: var(--bd-theme-black);
}

.bd-newsletter-wrapper.style-three .thumb {
    position: relative;
    margin-top: -190px;
}

.bd-newsletter-input {
    position: relative;
    margin: 0 auto;
    z-index: 9;
}

    .bd-newsletter-input input {
        width: 100%;
        height: 60px;
        border-radius: 6px;
        outline: none;
        border: 0;
        padding-inline-start: 25px;
        padding-inline-end: 215px;
        font-size: 16px;
        line-height: 32px;
        font-weight: 500;
        background-color: var(--bd-white);
    }

@media (max-width: 575px) {
    .bd-newsletter-input input {
        padding-inline-end: 25px;
    }
}

.bd-newsletter-input button {
    position: absolute;
    inset-inline-end: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 40px 0 35px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .bd-newsletter-input button {
        position: initial;
        transform: translateY(0);
        width: 100%;
        margin-top: 15px;
        background-color: var(--bd-secondary);
    }
}

/*----------------------------------------*/
/*  2.25 Offer
/*----------------------------------------*/
.bd-offering-wrapper.style-one .bd-offering-item {
    padding: 30px 30px 30px 30px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    height: 310px;
    -webkit-mask-image: url(../images/offer/offer-bg.webp);
    mask-image: url(../images/offer/offer-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;
    transition: all 0.3s ease-in-out;
    position: relative;
}

    .bd-offering-wrapper.style-one .bd-offering-item.bg-1 {
        background-color: #4782C8;
    }

    .bd-offering-wrapper.style-one .bd-offering-item.bg-2 {
        background-color: #EEB83A;
    }

    .bd-offering-wrapper.style-one .bd-offering-item.bg-3 {
        background-color: #77C61F;
    }

    .bd-offering-wrapper.style-one .bd-offering-item.bg-4 {
        background-color: #FF6177;
    }

    .bd-offering-wrapper.style-one .bd-offering-item .content {
        width: 130px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-offering-wrapper.style-one .bd-offering-item .content {
        width: 110px;
    }
}

.bd-offering-wrapper.style-one .bd-offering-item .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.bd-offering-wrapper.style-one .bd-offering-item .title {
    font-size: 24px;
    color: var(--bd-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-offering-wrapper.style-one .bd-offering-item .title {
        font-size: 20px;
    }
}

.bd-offering-wrapper.style-one .bd-offering-item .thumb {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

    .bd-offering-wrapper.style-one .bd-offering-item .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease-in-out;
    }

.bd-offering-wrapper.style-one .bd-offering-item:hover .icon {
    background-color: rgba(255, 255, 255, 0.25);
}

.bd-offering-wrapper.style-one .bd-offering-item:hover.bg-1 {
    background-color: var(--bd-primary);
}

.bd-offering-wrapper.style-one .bd-offering-item:hover.bg-2 {
    background-color: var(--bd-primary);
}

.bd-offering-wrapper.style-one .bd-offering-item:hover.bg-3 {
    background-color: var(--bd-primary);
}

.bd-offering-wrapper.style-one .bd-offering-item:hover.bg-4 {
    background-color: var(--bd-primary);
}

.bd-promotion-counter-wrapper {
    background-color: var(--bd-primary);
    display: flex;
    gap: 30px;
    padding: 16px 30px;
    border-radius: 12px;
    justify-content: center;
}

@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-promotion-counter-wrapper {
        justify-content: space-between;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-promotion-counter-wrapper {
        padding: 16px 10px;
    }
}

@media (max-width: 575px) {
    .bd-promotion-counter-wrapper {
        padding: 16px 16px;
        justify-content: space-between;
    }
}

.bd-promotion-counter {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .bd-promotion-counter {
        flex-direction: column;
        gap: 0;
        padding-inline-end: 18px;
    }
}

.bd-promotion-counter:not(:last-child)::before {
    position: absolute;
    content: "";
    background: var(--bd-white);
    width: 2px;
    height: 36px;
    inset-inline-end: -15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
}

.bd-promotion-counter-number p {
    font-size: 45px;
    line-height: 61px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--bd-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-promotion-counter-number p {
        font-size: 35px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-promotion-counter-number p {
        font-size: 32px;
        line-height: 42px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-promotion-counter-text {
        text-align: center;
    }
}

.bd-promotion-counter-text span {
    font-size: 16px;
    line-height: 1;
    color: var(--bd-white);
    display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-promotion-counter-text span {
        min-width: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-promotion-counter-text span {
        text-align: center;
        min-width: auto;
    }
}

.bd-promotion-counter-text span span {
    min-width: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-promotion-counter-text span span {
        min-width: auto;
    }
}

/*----------------------------------------*/
/*  2.26 Price
/*----------------------------------------*/
.bd-pricing-plan-wrap.style-one .bd-pricing-plan-card {
    background-color: var(--bd-bg-primary);
    padding: 40px 35px 45px;
    border-radius: 6px;
    position: relative;
    z-index: 2;
}

    .bd-pricing-plan-wrap.style-one .bd-pricing-plan-card .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .bd-pricing-plan-wrap.style-one .bd-pricing-plan-card .price {
        font-size: 64px;
        margin-bottom: 20px;
    }

        .bd-pricing-plan-wrap.style-one .bd-pricing-plan-card .price .sub {
            font-size: 20px;
        }

    .bd-pricing-plan-wrap.style-one .bd-pricing-plan-card .pricing-btn {
        margin-top: 30px;
    }

    .bd-pricing-plan-wrap.style-one .bd-pricing-plan-card.pricing-inner-bg {
        background-image: url(../images/bg/pricing-01.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        border-radius: 6px;
        z-index: 5;
    }

        .bd-pricing-plan-wrap.style-one .bd-pricing-plan-card.pricing-inner-bg::before {
            position: absolute;
            content: " ";
            height: 100%;
            width: 100%;
            background-color: var(--bd-primary);
            left: 0;
            top: 0;
            opacity: 0.7;
            border-radius: 6px;
            z-index: -1;
        }

        .bd-pricing-plan-wrap.style-one .bd-pricing-plan-card.pricing-inner-bg .title {
            color: var(--bd-white);
        }

        .bd-pricing-plan-wrap.style-one .bd-pricing-plan-card.pricing-inner-bg .price {
            color: var(--bd-white);
        }

        .bd-pricing-plan-wrap.style-one .bd-pricing-plan-card.pricing-inner-bg .bd-pricing-plan-list li {
            color: var(--bd-white);
        }

.bd-pricing-plan-wrap.style-two .bd-pricing-plan-card {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

    .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .title {
        color: #03041F;
        font-size: 18px;
        line-height: 26px;
        margin-top: 25px;
        margin-bottom: 12px;
    }

    .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .description {
        color: #5B5073;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 22px;
    }

    .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .price-wrap .common-price {
        position: relative;
        margin-left: 10px;
    }

        .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .price-wrap .common-price .doller {
            font-size: 18px;
            color: #818181;
            line-height: 26px;
            position: absolute;
            top: 0;
            left: -13px;
        }

        .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .price-wrap .common-price .amount {
            font-size: 64px;
            display: inline-block;
            line-height: 1;
            margin-bottom: 0;
        }

        .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .price-wrap .common-price .duration {
            font-size: 14px;
            color: #818181;
            line-height: 26px;
            margin-left: 5px;
        }

    .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .pricing-btn {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .pricing-badge {
        position: absolute;
        background: var(--primary-rgb-1);
        padding: 13px 60px 10px 60px;
        transform: rotate(45.22deg);
        inset-inline-end: -55px;
        top: 15px;
    }

        .bd-pricing-plan-wrap.style-two .bd-pricing-plan-card .pricing-badge span {
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            text-transform: capitalize;
            color: var(--bd-primary);
        }

.bd-pricing-plan-wrap.style-three {
    position: relative;
    background-size: cover;
    padding: 30px 30px 40px;
    background-repeat: no-repeat;
    background-position: center top;
    border: 1px solid var(--bd-border-primary);
}

    .bd-pricing-plan-wrap.style-three:before {
        top: -6px;
        inset-inline-end: -5px;
        z-index: 1;
        content: "";
        width: 99px;
        height: 99px;
        display: none;
        position: absolute;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right top;
        background-image: url("../images/shape/badge_recomanded.webp");
    }

    .bd-pricing-plan-wrap.style-three .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .bd-pricing-plan-wrap.style-three .price-value {
        margin-bottom: 20px;
    }

        .bd-pricing-plan-wrap.style-three .price-value strong {
            font-size: 67px;
            font-weight: 700;
            line-height: 92px;
            color: var(--bd-black);
        }

@media (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-pricing-plan-wrap.style-three .price-value strong {
        font-size: 60px;
    }
}

.bd-pricing-plan-wrap.style-three .price-value sub {
    font-size: 16px;
    line-height: 22px;
    color: var(--bd-black);
}

.bd-pricing-plan-wrap.style-three p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
}

.bd-pricing-plan-wrap.style-three .bd-pricing-plan-list-2 {
    margin-bottom: 40px;
}

    .bd-pricing-plan-wrap.style-three .bd-pricing-plan-list-2 > li:not(:last-child) {
        margin-bottom: 15px;
    }

    .bd-pricing-plan-wrap.style-three .bd-pricing-plan-list-2 .list-title {
        font-weight: 500;
    }

.bd-pricing-plan-wrap.style-three.redemanded_item {
    color: var(--bd-white);
    border-color: var(--bd-primary);
    background-color: var(--bd-primary);
}

    .bd-pricing-plan-wrap.style-three.redemanded_item:before {
        display: block;
    }

    .bd-pricing-plan-wrap.style-three.redemanded_item p,
    .bd-pricing-plan-wrap.style-three.redemanded_item .title,
    .bd-pricing-plan-wrap.style-three.redemanded_item .price-value strong,
    .bd-pricing-plan-wrap.style-three.redemanded_item .bd-pricing-plan-list-2 .list-title,
    .bd-pricing-plan-wrap.style-three.redemanded_item .price-value sub {
        color: var(--bd-white);
    }

.bd-pricing-plan-wrap.style-four .bd-pricing-item {
    border-radius: 10px;
    transition: 0.3s linear;
    overflow: hidden;
}

.bd-pricing-plan-wrap.style-four .bd-pricing-thumb {
    position: relative;
    overflow: hidden;
}

    .bd-pricing-plan-wrap.style-four .bd-pricing-thumb::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, var(--bd-theme-black) 0%, transparent 100%);
        opacity: 0.65;
        z-index: 5;
    }

    .bd-pricing-plan-wrap.style-four .bd-pricing-thumb img {
        transition: 0.5s;
        width: 100%;
    }

    .bd-pricing-plan-wrap.style-four .bd-pricing-thumb .title {
        position: absolute;
        left: 30px;
        bottom: 15px;
        width: 50%;
        z-index: 1;
        font-size: 24px;
        color: var(--bd-white);
        line-height: 1.25;
        margin-bottom: 0;
        z-index: 8;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-pricing-plan-wrap.style-four .bd-pricing-thumb .title {
        left: 20px;
    }
}

.bd-pricing-plan-wrap.style-four .bd-pricing-thumb .pricing-course {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--bd-primary);
    z-index: 1;
    border-radius: 10px 0 0 0;
    text-align: center;
    padding: 19px 15px;
    min-width: 125px;
    z-index: 8;
}

    .bd-pricing-plan-wrap.style-four .bd-pricing-thumb .pricing-course .subtitle {
        color: var(--bd-white);
        line-height: 1.4;
        margin-bottom: 0;
    }

    .bd-pricing-plan-wrap.style-four .bd-pricing-thumb .pricing-course span {
        font-size: 16px;
        font-weight: var(--bd-fw-regular);
        display: block;
        color: rgba(255, 255, 255, 0.9);
    }

.bd-pricing-plan-wrap.style-four .bd-pricing-content {
    border: 1px solid var(--bd-border-primary);
    background: var(--bd-white);
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 30px 30px;
    transition: 0.3s linear;
}

    .bd-pricing-plan-wrap.style-four .bd-pricing-content p {
        margin-bottom: 20px;
    }

.bd-pricing-plan-wrap.style-four .price-wrap {
    margin: 32px 0 32px;
}

    .bd-pricing-plan-wrap.style-four .price-wrap > span {
        display: block;
        color: var(--bd-taxonomy-color);
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 6px;
    }

    .bd-pricing-plan-wrap.style-four .price-wrap .price {
        font-size: 36px;
        margin-bottom: 0;
        color: var(--bd-primary);
        line-height: 1;
    }

        .bd-pricing-plan-wrap.style-four .price-wrap .price sub {
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            color: var(--bd-theme-black);
            bottom: 3px;
            left: 5px;
        }

.bd-pricing-plan-wrap.style-four.has-bg .bd-pricing-content {
    background-color: var(--primary-rgb-05);
}

.bd-pricing-plan-list li {
    font-size: 16px;
    list-style: none;
    margin-bottom: 10px;
}

    .bd-pricing-plan-list li i {
        color: #07BB98;
        margin-right: 10px;
    }

.bd-pricing-plan-list-2 li {
    display: block;
    list-style: none;
    color: var(--bd-black);
}

.bd-pricing-plan-list-2 .icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    font-size: 10px;
    margin-inline-end: 12px;
    color: var(--bd-white);
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: var(--bd-primary);
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.bd-pricing-plan-list-3 li {
    display: flex;
    align-items: center;
    color: var(--bd-theme-black);
    font-size: 16px;
}

    .bd-pricing-plan-list-3 li:not(:last-child) {
        margin-bottom: 11px;
    }

    .bd-pricing-plan-list-3 li img {
        max-width: 22px;
        margin-right: 10px;
    }

.bd-pricing-plan-list-4 {
    border: 1px solid var(--bd-border-primary);
    margin: 36px 40px;
    padding: 20px 0;
    transition: 0.3s;
}

    .bd-pricing-plan-list-4 li {
        color: var(--bd-theme-black);
        font-size: 16px;
        padding-bottom: 16px;
        list-style: none;
    }

.bd-pricing-plan-items-group {
    margin: 0;
    padding: 0.5px;
}

    .bd-pricing-plan-items-group > .col {
        padding: 0;
        margin: -0.5px;
    }

.bd-pricing-plan-btn-group {
    display: inline-flex;
    align-items: center;
    background-color: var(--bd-bg-primary);
    padding: 6px 8px;
    border-radius: 50px;
}

    .bd-pricing-plan-btn-group button {
        font-weight: 500;
        font-size: 16px;
        color: var(--bd-black);
        border: 0 none;
        background: transparent;
        border-radius: 500px;
        transition: var(--transition);
        padding: 7px 20px;
    }

        .bd-pricing-plan-btn-group button.active {
            background-color: var(--bd-primary);
            color: var(--bd-white);
        }

.bd-pricing-area-bg {
    background-size: cover;
    background-position: center center;
}

.style-five .bd-pricing-plan-card {
    background: #ffffff;
    position: relative;
    border-radius: 5px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

    .style-five .bd-pricing-plan-card:hover .bd-pricing-plan-list-4 {
        border-color: var(--bd-primary);
    }

    .style-five .bd-pricing-plan-card .title {
        font-size: 24px;
        text-transform: uppercase;
        color: var(--bd-primary);
    }

    .style-five .bd-pricing-plan-card .price-wrap .title {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 18px;
        color: var(--bd-primary);
    }

    .style-five .bd-pricing-plan-card .price-wrap .currency {
        font-size: 20px;
        color: var(--bd-text-muted);
        font-weight: var(--bd-fw-regular);
    }

    .style-five .bd-pricing-plan-card .bd-pricing-tag {
        background: var(--bd-primary);
        position: absolute;
        right: 16px;
        top: 16px;
        padding: 1px 9px 2px;
        border-radius: 5px;
    }

        .style-five .bd-pricing-plan-card .bd-pricing-tag span {
            color: #ffffff;
            font-size: 12px;
            text-transform: uppercase;
        }

.style-five .bd-pricing-plan-icon {
    margin-bottom: 22px;
}

.style-five .bd-pricing-plan-button {
    margin-top: 24px;
}

/* use */
.current-price {
    font-size: 16px;
    font-weight: 500;
    color: var(--bd-taxonomy-color);
}

    .current-price.has-big {
        font-size: 18px;
        font-weight: 600;
    }

.old-price {
    font-size: 16px;
    font-weight: 500;
    color: var(--bd-text-muted);
    text-decoration-line: line-through;
}

    .old-price.has-big {
        font-size: 18px;
        font-weight: 600;
    }

.sidebar-widget-range .noUi-horizontal {
    height: 5px;
}

.sidebar-widget-range .noUi-target {
    background: var(--bd-bg-primary);
    border: none;
    box-shadow: none;
}

.sidebar-widget-range .noUi-connect {
    background: var(--bd-primary);
}

.sidebar-widget-range .noUi-handle {
    border: none;
    background: var(--bd-primary);
    cursor: default;
    box-shadow: none;
    border-radius: 0;
}

.sidebar-widget-range .noUi-horizontal .noUi-handle {
    width: 7px;
    height: 20px;
    right: -6px;
    top: 2px;
    cursor: pointer;
    transform: translateY(-50%);
}

.sidebar-widget-range .noUi-handle::after,
.sidebar-widget-range .noUi-handle::before {
    display: none;
}

.sidebar-widget-range .price-filter input {
    border: none;
    font-size: 18px;
    margin-left: -25px;
    font-weight: 600;
    height: 40px;
    color: var(--bd-black);
}

.sidebar-widget-range .noUi-base .noUi-connects {
    border-radius: 0;
}

/*----------------------------------------*/
/*  4.27 Privacy Policy css
/*----------------------------------------*/
.bd-policy-wrapper {
    padding: 30px 30px 30px 30px;
    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) {
    .bd-policy-wrapper {
        padding: 40px 40px;
    }
}

@media (max-width: 575px) {
    .bd-policy-wrapper {
        padding: 30px 20px;
    }
}

.bd-policy-meta {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.bd-policy-title {
    margin-bottom: 10px;
    font-size: 28px;
}

@media (max-width: 575px) {
    .bd-policy-title {
        font-size: 22px;
    }
}

.bd-policy-item:not(:last-child) {
    margin-bottom: 25px;
}

.bd-policy-item ul li {
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    list-style: none;
}

    .bd-policy-item ul li::after {
        position: absolute;
        content: "";
        left: 0;
        top: 8px;
        width: 6px;
        height: 6px;
        background-color: var(--bd-primary);
        border-radius: 50%;
    }

    .bd-policy-item ul li:not(:last-child) {
        margin-bottom: 5px;
    }

.bd-policy-contact ul {
    margin-bottom: 10px;
}

    .bd-policy-contact ul li {
        list-style: none;
        font-size: 16px;
        color: var(--bd-theme-black);
    }

.bd-policy-address p {
    font-size: 16px;
    line-height: 1.5;
}

/*----------------------------------------*/
/*  4.28 program css
/*----------------------------------------*/
.bd-program-curriculum .accordion-common-style.accordion-transparent .accordion-button:not(.collapsed) {
    background-color: var(--primary-rgb-05);
}

.bd-program-curriculum-table {
    text-align: center;
}

    .bd-program-curriculum-table:not(:last-child) {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .bd-program-curriculum-table .title {
        font-size: 16px;
        color: var(--bd-white);
        font-weight: var(--bd-fw-medium);
        background-color: var(--bd-primary);
        display: inline-block;
        padding: 10px 15px;
        margin-bottom: 15px;
        border-radius: 4px;
    }

.bd-program-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-program-sidebar-widget .bd-program-sidebar-link:not(:last-child) {
        margin-bottom: 15px;
    }

.bd-program-sidebar-faq .description {
    color: var(--bd-taxonomy-color);
    font-size: 18px;
}

    .bd-program-sidebar-faq .description a {
        color: var(--bd-secondary);
        font-weight: var(--bd-fw-medium);
    }

.bd-program-sidebar-faq .thumb {
    margin-bottom: -30px;
}

/* kindergarten program css */
.bd-program-details-slider {
    overflow: hidden;
    height: 100%;
}

.bd-program-details-slider-thumb {
    height: 100%;
}

    .bd-program-details-slider-thumb img {
        border-radius: 32px;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.bd-program-details-next, .bd-program-details-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 2px solid var(--bd-white);
    z-index: 1;
    border-radius: 50%;
    inset-inline-end: 25px;
    transition: all 0.3s ease-in-out;
    color: var(--bd-white);
}

    .bd-program-details-next:hover, .bd-program-details-prev:hover {
        background-color: var(--bd-white);
        border-color: var(--bd-white);
        color: var(--bd-black);
    }

.bd-program-details-prev {
    inset-inline-end: auto;
    inset-inline-start: 25px;
}

.bd-program-details-widget-content {
    padding: 30px 30px;
    border-radius: 32px;
}

    .bd-program-details-widget-content p {
        line-height: 30px;
        margin-bottom: 20px;
    }

.bd-program-details-widget-title {
    font-size: 42px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-program-details-widget-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
}

.bd-program-details-author {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bd-program-details-author-wrapper {
    display: flex;
    align-items: center;
    gap: 20px 50px;
    flex-wrap: wrap;
}

.bd-program-details-author-thumb {
    height: 73px;
    width: 73px;
}

    .bd-program-details-author-thumb img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

.bd-program-details-author-name span {
    display: inline-block;
    margin-bottom: 10px;
}

.bd-program-details-author-name h5 {
    font-size: 23px;
}

.bd-program-details-cat {
    position: relative;
}

    .bd-program-details-cat::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background-color: var(--bd-secondary);
        top: 0;
        inset-inline-start: -25px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-program-details-cat:last-child::before {
        display: none;
    }
}

.bd-program-details-cat span {
    display: inline-block;
    margin-bottom: 10px;
}

.bd-program-details-cat h5 {
    font-size: 23px;
}

.bd-program-details-card {
    min-height: 290px;
    width: 100%;
    background: #E7F6F0;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px 0;
    transition: all 0.5s ease-out 0s;
    filter: drop-shadow(4px 4px 0px #B5E3D2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-program-details-card {
        min-height: 260px;
        width: 260px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-program-details-card {
        min-height: auto;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-program-details-card {
        min-height: 290px;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-program-details-card {
        min-height: 290px;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-program-details-card {
        min-height: 245px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .bd-program-details-card {
        min-height: 100%;
        width: 100%;
    }
}

.bd-program-details-card:hover {
    filter: drop-shadow(4px 4px 0px var(--bd-primary));
}

.bd-program-details-card-title {
    font-weight: 600;
    height: 120px;
    width: 120px;
    padding: 0px;
    margin-bottom: 40px;
    background-color: var(--bd-primary);
}

    .bd-program-details-card-title.cat-1 {
        border-radius: 44% 56% 44% 56%/58% 47% 53% 42%;
    }

    .bd-program-details-card-title.cat-2 {
        background-color: var(--bd-secondary);
        border-radius: 81% 19% 23% 77%/58% 52% 48% 42%;
    }

    .bd-program-details-card-title.cat-3 {
        background-color: var(--bd-teal);
        border-radius: 37% 63% 61% 39%/52% 49% 51% 48%;
    }

    .bd-program-details-card-title.cat-4 {
        background-color: var(--bd-danger);
        border-radius: 42% 58% 37% 63%/52% 37% 63% 48%;
    }

.bd-program-details-card-icon i {
    font-size: 50px;
    line-height: 120px;
    text-align: center;
    color: var(--bd-white);
}

.bd-program-details-card-content h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.bd-routine-table .table-striped {
    border-radius: 24px;
    margin-bottom: 0;
}

.bd-routine-table .table > thead {
    background-color: var(--bd-primary);
    color: var(--bd-white);
    border: 0;
    border-radius: 24px !important;
}

.bd-routine-table {
    border-radius: 24px;
    overflow: hidden;
}

    .bd-routine-table .table > thead th {
        font-size: 23px;
        font-weight: 600 !important;
        line-height: 1.3;
        width: 50%;
        position: relative;
        background-color: var(--bd-primary);
        color: var(--bd-white);
    }

        .bd-routine-table .table > thead th::before {
            content: "";
            background: var(--bd-white);
            height: 102%;
            width: 2px;
            position: absolute;
            top: 0;
            inset-inline-end: 0;
        }

    .bd-routine-table .table > :not(caption) > * > * {
        padding: 20px 40px;
        background-color: rgba(7, 161, 105, 0.3);
        border-bottom-width: 0px;
        box-shadow: none;
    }

    .bd-routine-table .table-striped > tbody > tr:nth-of-type(2n+1) > * {
        background: rgba(7, 161, 105, 0.5);
        border: none;
    }

    .bd-routine-table .table-striped > tbody > tr td {
        position: relative;
    }

        .bd-routine-table .table-striped > tbody > tr td::before {
            content: "";
            background: var(--bd-white);
            height: 100%;
            width: 2px;
            position: absolute;
            top: 0;
            inset-inline-end: 0;
        }

.bd-program-details-list ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .bd-program-details-list ul li {
        list-style-type: none;
        position: relative;
        padding-inline-start: 30px;
        color: var(--bd-black);
    }

        .bd-program-details-list ul li::before {
            content: "\f105";
            font-family: var(--ff-fontawesome);
            background: var(--bd-primary);
            height: 20px;
            width: 20px;
            font-size: 15px;
            position: absolute;
            border-radius: 50%;
            line-height: 20px;
            inset-inline-start: 0;
            top: 5px;
            text-align: center;
            color: var(--bd-white);
        }

/*----------------------------------------*/
/*  4.29 review & rating css
/*----------------------------------------*/
.bd-review-rating-wrapper {
    border: 1px solid var(--bd-border-primary);
    padding: 30px 30px;
    border-radius: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-review-rating-wrapper {
        padding: 20px 20px;
    }
}

.bd-rating-box {
    border: 1.5px solid var(--bd-border-primary);
    width: 165px;
    height: 165px;
    text-align: center;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-rating-box {
        width: 110px;
    }
}

.bd-rating-box-number {
    font-size: 67px;
    line-height: 67px;
    color: var(--bd-theme-black);
    font-weight: var(--bd-fw-medium);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-rating-box-number {
        font-size: 50px;
    }
}

.bd-rating-box-icon {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .bd-rating-box-icon i {
        font-size: 13px;
        color: var(--bd-rating-color);
    }

.bd-rating-box-title {
    font-size: 14px;
    color: var(--bd-taxonomy-color);
}

.bd-review-progress-bar {
    display: inline-flex;
    width: 100%;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

    .bd-review-progress-bar:not(:last-child) {
        margin-bottom: 5px;
    }

    .bd-review-progress-bar .single-progress {
        margin-bottom: 0px;
        width: 100%;
    }

    .bd-review-progress-bar .progress {
        border-radius: 0;
    }

    .bd-review-progress-bar .progress-bar {
        border-radius: 0;
    }

.bd-review-text {
    color: var(--bd-theme-black);
    font-weight: var(--bd-fw-medium);
    min-height: 10px;
}

.bd-review-meta {
    min-width: 75px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bd-review-percent {
    color: var(--bd-taxonomy-color);
    font-weight: var(--bd-fw-medium);
    width: 38px;
}

.bd-review-number {
    color: var(--bd-theme-black);
    font-weight: var(--bd-fw-medium);
}

.bd-postbox-comment ul .children {
    margin-top: 30px;
    margin-left: 100px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-postbox-comment ul .children {
        margin-left: 30px;
    }
}

@media (max-width: 575px) {
    .bd-postbox-comment ul .children {
        margin-left: 0;
    }
}

.bd-postbox-comment ul li {
    margin-bottom: 30px;
    list-style: none;
}

.bd-postbox-comment-box {
    display: flex;
    align-items: start;
    padding: 30px 30px;
    border-radius: 8px;
    background-color: var(--bd-bg-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-postbox-comment-box {
        flex-direction: column;
        gap: 15px 0;
    }
}

.bd-postbox-comment-info {
    flex: 0 0 auto;
}

.bd-postbox-comment-avatar img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 6px;
}

.bd-postbox-comment-avatar.thumb-radius img {
    border-radius: 100%;
}

.bd-postbox-comment-text {
    width: 100%;
}

    .bd-postbox-comment-text .post-rating i {
        font-size: 16px;
        color: var(--bd-rating-color);
    }

    .bd-postbox-comment-text p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 22px;
    }

.bd-postbox-comment-name {
    margin-bottom: 5px;
}

    .bd-postbox-comment-name .title {
        font-size: 20px;
        line-height: 1;
        color: var(--bd-theme-black);
    }

    .bd-postbox-comment-name .post-meta {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.02em;
        color: var(--bd-body-text);
        display: inline-block;
    }

.bd-postbox-comment-reply {
    margin-top: 10px;
}

    .bd-postbox-comment-reply a {
        display: inline-block;
        font-weight: 500;
        font-size: 14px;
        line-height: 1;
        letter-spacing: -0.02em;
        color: var(--bd-theme-black);
        border: 1px solid var(--bd-border-primary);
        padding: 7px 18px;
        border-radius: 4px;
    }

        .bd-postbox-comment-reply a:hover {
            color: var(--bd-white);
            background: var(--bd-primary);
            border-color: var(--bd-primary);
        }

#review-box {
    display: none;
}

.bd-review-form-rating p {
    margin-bottom: 10px;
}

.bd-ratings-wrapper i {
    font-size: 16px;
    color: #4a5c74;
    transition: all 500ms ease;
    cursor: pointer;
}

    .bd-ratings-wrapper i.hover,
    .bd-ratings-wrapper i.active {
        color: var(--bd-rating-color);
    }

/*----------------------------------------*/
/*  4.30 skill css
/*----------------------------------------*/
.bd-skill-content-wrapper.style-one .single-progress:not(:last-child) {
    margin-bottom: 25px;
}

.bd-skill-content-wrapper.style-one .single-progress .title {
    margin-bottom: 13px;
}

.bd-skill-thumb-wrapper.style-one.bd-skill-thumb-wrapper {
    position: relative;
}

.bd-skill-thumb-wrapper.style-one .bd-skill-thumb {
    max-width: 520px;
    margin: 0 auto;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-skill-thumb-wrapper.style-one .bd-skill-thumb {
        max-width: 100%;
    }
}

.bd-skill-thumb-wrapper.style-one .bd-skill-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--bd-theme-black);
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.3;
    border-radius: 6px;
}

.bd-skill-thumb-wrapper.style-one .bd-skill-thumb img {
    width: 100%;
}

.bd-skill-thumb-wrapper.style-one .bd-skill-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.bd-skill-thumb-wrapper.style-one .has-bg .icon {
    background: var(--bd-white);
    color: var(--bd-primary);
    width: 80px;
    height: 80px;
}

    .bd-skill-thumb-wrapper.style-one .has-bg .icon:hover {
        background: var(--bd-primary);
        color: var(--bd-white);
    }

.bd-skill-progress-wrapper .progress {
    background-color: var(--bd-light);
}

/*----------------------------------------*/
/*  4.31 sorting css
/*----------------------------------------*/
.bd-sorting-item-found {
    font-size: 16px;
    font-weight: var(--bd-fw-sbold);
}

    .bd-sorting-item-found span {
        color: var(--bd-primary);
    }

@media (max-width: 575px) {
    .bd-top-sorting-right {
        flex-wrap: wrap;
    }
}

.bd-sorting-select.nice-select {
    min-width: 225px;
    padding-left: 50px;
    padding-right: 44px;
}

    .bd-sorting-select.nice-select::before {
        display: block;
        height: auto;
        pointer-events: none;
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        content: "\f0b0";
        font-family: "Font Awesome 6 Pro";
        font-size: 16px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0;
        height: auto;
        width: auto;
        color: var(--bd-theme-black);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.bd-layout-switcher {
    display: flex;
    align-items: center;
}

    .bd-layout-switcher label {
        font-size: 16px;
        font-weight: 600;
        color: var(--bd-theme-black);
        cursor: pointer;
        min-width: 35px;
    }

.bd-switcher-btn {
    display: flex;
    align-items: center;
    margin: -5px;
    padding-left: 10px;
    list-style: none;
}

    .bd-switcher-btn li {
        margin: 5px;
    }

.bd-filter-course {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    flex-wrap: wrap;
    gap: 15px;
}

@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-filter-course {
        overflow-x: scroll;
        overflow-y: hidden !important;
        overflow: scroll;
        overflow-y: scroll;
        flex-wrap: nowrap !important;
        white-space: nowrap;
        justify-content: start;
        padding-bottom: 10px;
        margin-bottom: 35px;
    }
}

.bd-filter-course .filter-item {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: var(--bd-fw-regular);
    text-transform: capitalize;
    background-color: transparent;
    color: var(--bd-theme-black);
    padding: 0 30px;
    height: 50px;
    border: 1px solid var(--bd-primary);
    margin: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
    border-radius: 6px;
}

    .bd-filter-course .filter-item.active {
        color: var(--bd-white);
        background: var(--bd-primary);
        border-color: var(--bd-primary);
    }

.bd-filter-layout-trigger {
    display: inline-block;
    border: 1px solid var(--bd-border-primary);
    border-radius: 3px;
    padding: 8px;
    color: var(--bd-theme-black);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .bd-filter-layout-trigger.active {
        border-color: var(--bd-primary);
        color: var(--bd-primary);
    }

.bd-filter-type-text {
    display: none;
}

    .bd-filter-type-text.active {
        display: inline-block;
    }

.display-layout-grid,
.display-layout-list {
    display: none;
}

    .display-layout-grid.active,
    .display-layout-list.active {
        display: flex;
        animation: layout-slide-in 0.4s ease-in-out;
    }

/* Keyframes for the layout sliding in effect */
@keyframes layout-slide-in {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/*----------------------------------------*/
/*  4.32 Testimonial css
/*----------------------------------------*/
.bd-testimonial-wrapper.style-one .bd-testimonial-item {
    padding: 30px 30px;
    background-color: var(--bd-bg-primary);
    border-radius: 6px;
    height:280px;
}

.bd-testimonial-wrapper.style-one .bd-testimonial-meta .author {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

    .bd-testimonial-wrapper.style-one .bd-testimonial-meta .author .thumb {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

        .bd-testimonial-wrapper.style-one .bd-testimonial-meta .author .thumb img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

.bd-testimonial-wrapper.style-one .bd-testimonial-meta .rating i {
    font-size: 16px;
    color: var(--bd-rating-color);
}

.bd-testimonial-wrapper.style-one .bd-testimonial-content p {
    font-size: 18px;
    line-height: 1.6;
}

.bd-testimonial-wrapper.style-two .bd-testimonial-item {
    padding: 20px 30px;
    background-color: var(--bd-bg-primary);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.bd-testimonial-wrapper.style-two .bd-testimonial-meta .author {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 10px;
}

    .bd-testimonial-wrapper.style-two .bd-testimonial-meta .author .thumb {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

        .bd-testimonial-wrapper.style-two .bd-testimonial-meta .author .thumb img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

.bd-testimonial-wrapper.style-two .bd-testimonial-meta .rating i {
    font-size: 16px;
    color: var(--bd-rating-color);
}

.bd-testimonial-wrapper.style-two .bd-testimonial-shape {
    position: absolute;
    top: -70px;
    right: -55px;
}

.bd-testimonial-wrapper.style-three .bd-testimonial-item {
    padding: 30px 30px;
    background-color: var(--bd-bg-primary);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.bd-testimonial-wrapper.style-three .bd-testimonial-top-logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.bd-testimonial-wrapper.style-three .bd-testimonial-content {
    margin-bottom: 30px;
}

.bd-testimonial-wrapper.style-three .bd-testimonial-meta .author {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 10px;
}

    .bd-testimonial-wrapper.style-three .bd-testimonial-meta .author .thumb {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

        .bd-testimonial-wrapper.style-three .bd-testimonial-meta .author .thumb img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

.bd-testimonial-wrapper.style-three .bd-testimonial-meta .rating i {
    font-size: 16px;
    color: var(--bd-rating-color);
}

.bd-testimonial-wrapper.style-three .bd-testimonial-shape {
    position: absolute;
    top: -100px;
    right: -85px;
}

.bd-testimonial-wrapper.style-four .bd-testimonial-item {
    padding: 90px 30px 30px;
    background-color: var(--bd-bg-primary);
    border-radius: 6px;
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.bd-testimonial-wrapper.style-four .bd-testimonial-meta .rating i {
    font-size: 16px;
    color: var(--bd-rating-color);
}

.bd-testimonial-wrapper.style-four .bd-testimonial-top-thumb {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

    .bd-testimonial-wrapper.style-four .bd-testimonial-top-thumb .thumb {
        width: 120px;
        height: 120px;
        min-width: 120px;
    }

        .bd-testimonial-wrapper.style-four .bd-testimonial-top-thumb .thumb img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

.bd-testimonial-wrapper.style-four .bd-testimonial-content {
    margin-bottom: 25px;
}

    .bd-testimonial-wrapper.style-four .bd-testimonial-content p {
        font-size: 18px;
    }

.bd-testimonial-wrapper.style-four .bd-testimonial-meta .author {
    margin-bottom: 3px;
}

.bd-testimonial-wrapper.style-four .bd-testimonial-meta .name {
    margin-bottom: 3px;
}

.bd-testimonial-wrapper.style-five .bd-testimonial-item {
    padding-left: 200px;
    padding-right: 200px;
    display: grid;
    grid-template-columns: 300px auto;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
    position: relative;
    overflow-x: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-testimonial-wrapper.style-five .bd-testimonial-item {
        padding-left: 100px;
        padding-right: 100px;
        grid-template-columns: 260px auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-testimonial-wrapper.style-five .bd-testimonial-item {
        padding-left: 50px;
        padding-right: 50px;
        grid-template-columns: 250px 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-testimonial-wrapper.style-five .bd-testimonial-item {
        padding-left: 0;
        padding-right: 0;
        grid-template-columns: auto;
        justify-content: center;
        text-align: center;
        gap: 30px;
    }
}

.bd-testimonial-wrapper.style-five .bd-testimonial-item .thumb img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-testimonial-wrapper.style-five .bd-testimonial-item .thumb img {
        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) {
    .bd-testimonial-wrapper.style-five .bd-testimonial-item .thumb img {
        width: 250px;
        height: 250px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-testimonial-wrapper.style-five .bd-testimonial-item .thumb img {
        width: 200px;
        height: 200px;
    }
}

.bd-testimonial-wrapper.style-five .bd-testimonial-content .user {
    max-width: 200px;
    margin-bottom: 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-testimonial-wrapper.style-five .bd-testimonial-content .user {
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

.bd-testimonial-wrapper.style-five .bd-testimonial-content .description {
    margin: 0px;
    color: var(--bd-theme-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.bd-testimonial-wrapper.style-five .bd-testimonial-content .author {
    color: var(--bd-primary);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
}

.bd-testimonial-wrapper.style-six .bd-testimonial-item .bd-testimonial-rating i {
    color: var(--bd-rating-color);
}

.bd-testimonial-wrapper.style-six .bd-testimonial-content p {
    font-size: 22px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.bd-testimonial-wrapper.style-six .bd-testimonial-rating {
    margin-bottom: 15px;
}

.bd-testimonial-wrapper.style-six .bd-testimonial-meta .author {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

    .bd-testimonial-wrapper.style-six .bd-testimonial-meta .author .thumb {
        height: 68px;
        width: 68px;
        min-width: 68px;
    }

@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-testimonial-wrapper.style-six .bd-testimonial-meta .author .thumb {
        height: 52px;
        width: 52px;
        min-width: 52px;
    }
}

.bd-testimonial-wrapper.style-six .bd-testimonial-meta .author .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.bd-testimonial-wrapper.style-six .bd-testimonial-meta .author .name {
    color: var(--bd-white);
    margin-bottom: 3px;
}

.bd-testimonial-wrapper.style-six .bd-testimonial-meta .designation {
    color: rgba(255, 255, 255, 0.8);
}

.bd-testimonial-wrapper.style-six .bd-testimonial-quote i {
    color: var(--bd-white);
    font-size: 64px;
}

@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-testimonial-wrapper.style-six .bd-testimonial-quote i {
        font-size: 52px;
    }
}

.bd-testimonial-wrapper.style-six.has-bg .bd-testimonial-item {
    background-color: var(--bd-white);
    padding: 30px 30px;
    border-radius: 12px;
}

.bd-testimonial-wrapper.style-six.has-bg .bd-testimonial-content p {
    color: var(--bd-theme-black);
    margin-bottom: 0px;
}

.bd-testimonial-wrapper.style-six.has-bg .bd-testimonial-meta .author .name {
    color: var(--bd-theme-black);
}

.bd-testimonial-wrapper.style-six.has-bg .bd-testimonial-meta .author .designation {
    color: var(--bd-theme-black);
}

.bd-testimonial-wrapper.style-six.has-bg .bd-testimonial-quote i {
    color: var(--bd-theme-black);
}

.bd-testimonial-wrapper.style-six.has-bg.has-bg-primary .bd-testimonial-item {
    background-color: var(--bd-bg-primary);
}

.bd-testimonial-wrapper.style-seven .bd-testimonial-item {
    background: var(--bd-bg-primary);
    padding: 30px 30px;
    z-index: 2;
    border-radius: 6px;
}

.bd-testimonial-wrapper.style-seven .bd-testimonial-meta .author {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

    .bd-testimonial-wrapper.style-seven .bd-testimonial-meta .author .thumb {
        width: 65px;
        height: 65px;
        min-width: 65px;
    }

        .bd-testimonial-wrapper.style-seven .bd-testimonial-meta .author .thumb img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

.bd-testimonial-wrapper.style-seven .bd-testimonial-meta .rating i {
    font-size: 16px;
    color: var(--bd-rating-color);
}

.bd-testimonial-wrapper.style-seven .bd-testimonial-content .highlight-text {
    color: var(--bd-primary);
    margin-bottom: 10px;
}

.bd-testimonial-wrapper.style-seven .bd-testimonial-content .description {
    margin-bottom: 25px;
}

.bd-testimonial-wrapper.style-seven .bd-testimonial-content .rating i {
    font-size: 16px;
    color: var(--bd-rating-color);
}

.bd-testimonial-wrapper.style-eight .bd-testimonial-thumb-wrapper {
    position: relative;
    padding-right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-testimonial-wrapper.style-eight .bd-testimonial-thumb-wrapper {
        padding-right: 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-testimonial-wrapper.style-eight .bd-testimonial-thumb-wrapper {
        padding-right: 0;
    }
}

.bd-testimonial-wrapper.style-eight .bd-testimonial-thumb {
    height: 639px;
    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) {
    .bd-testimonial-wrapper.style-eight .bd-testimonial-thumb {
        height: 699px;
    }
}

.bd-testimonial-wrapper.style-eight .bd-testimonial-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.bd-testimonial-wrapper.style-eight .bd-testimonial-counter {
    align-items: center;
    background: var(--bd-white);
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    display: flex;
    left: -130px;
    padding: 20px 25px;
    position: absolute;
    top: 95px;
    gap: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-testimonial-wrapper.style-eight .bd-testimonial-counter {
        left: 0;
        bottom: 30px;
        top: auto;
    }
}

.bd-testimonial-wrapper.style-eight .bd-testimonial-counter-thumb {
    max-width: 40px;
}

.bd-testimonial-wrapper.style-eight .bd-testimonial-counter-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3px;
}

.bd-testimonial-wrapper.style-eight .bd-testimonial-counter-content p {
    font-size: 15px;
}

.bd-testimonial-wrapper.style-eight .bd-testimonial-quote {
    margin-bottom: 30px;
}

    .bd-testimonial-wrapper.style-eight .bd-testimonial-quote img {
        width: 70px;
    }

.bd-testimonial-wrapper.style-eight .bd-testimonial-description {
    margin-bottom: 40px;
}

    .bd-testimonial-wrapper.style-eight .bd-testimonial-description p {
        font-size: 24px;
        line-height: 1.5;
    }

.bd-testimonial-wrapper.style-eight .bd-testimonial-avater {
    display: flex;
    gap: 20px;
    align-items: center;
}

.bd-testimonial-wrapper.style-eight .bd-testimonial-avater-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
}

.bd-testimonial-wrapper.style-eight .bd-testimonial-avater-title {
    margin-bottom: 5px;
}

.bd-testimonial-wrapper.style-eight .bd-testimonial-avater-designation {
    color: var(--bd-taxonomy-color);
}

.bd-testimonial-wrapper.style-nine .bd-testimonial-item {
    display: flex;
    align-items: center;
    gap: 30px 80px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    background-color: var(--bd-white);
    padding: 80px 80px 80px 80px;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-testimonial-wrapper.style-nine .bd-testimonial-item {
        gap: 30px 50px;
        padding: 60px 30px 60px 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-testimonial-wrapper.style-nine .bd-testimonial-item {
        padding: 40px 40px 40px 40px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px 0;
    }
}

@media (max-width:450px) {
    .bd-testimonial-wrapper.style-nine .bd-testimonial-item {
        padding: 40px 30px 40px 30px;
    }
}

.bd-testimonial-wrapper.style-nine .bd-testimonial-quotes-wrap {
    width: 362px;
    height: 362px;
    padding: 47px;
    border-radius: 100%;
    border: 1px solid var(--bd-border-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media (max-width:450px) {
    .bd-testimonial-wrapper.style-nine .bd-testimonial-quotes-wrap {
        width: 290px;
        height: 290px;
    }
}

.bd-testimonial-wrapper.style-nine .bd-testimonial-quotes {
    width: 268px;
    height: 268px;
    background-color: var(--bd-primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

@media (max-width:450px) {
    .bd-testimonial-wrapper.style-nine .bd-testimonial-quotes {
        width: 180px;
        height: 180px;
    }
}

.bd-testimonial-wrapper.style-nine .bd-testimonial-meta-thumb-1 {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 3px solid var(--bd-white);
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
    animation: scaleUp 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

    .bd-testimonial-wrapper.style-nine .bd-testimonial-meta-thumb-1 img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }

.bd-testimonial-wrapper.style-nine .bd-testimonial-meta-thumb-2 {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 3px solid var(--bd-white);
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
    animation: scaleUp 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

    .bd-testimonial-wrapper.style-nine .bd-testimonial-meta-thumb-2 img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }

.bd-testimonial-wrapper.style-nine .bd-testimonial-meta-thumb-3 {
    position: absolute;
    bottom: -20px;
    left: 130px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 3px solid var(--bd-white);
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
    animation: scaleUp 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate both;
}

    .bd-testimonial-wrapper.style-nine .bd-testimonial-meta-thumb-3 img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }

.bd-testimonial-wrapper.style-nine .bd-testimonial-content .rating {
    margin-bottom: 16px;
}

    .bd-testimonial-wrapper.style-nine .bd-testimonial-content .rating i {
        font-size: 16px;
        color: var(--bd-rating-color);
    }

.bd-testimonial-wrapper.style-nine .bd-testimonial-content .description {
    font-size: 18px;
    margin-bottom: 20px;
}

.bd-testimonial-wrapper.style-nine .bd-testimonial-meta .author {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

    .bd-testimonial-wrapper.style-nine .bd-testimonial-meta .author .name {
        line-height: 1;
    }

    .bd-testimonial-wrapper.style-nine .bd-testimonial-meta .author .thumb {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

        .bd-testimonial-wrapper.style-nine .bd-testimonial-meta .author .thumb img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

.bd-testimonial-wrapper.style-ten .bd-testimonial-item {
    padding: 30px 30px;
    border-radius: 24px;
    transition: all 0.3s ease-out;
    background-color: #dcfdf1;
}

    .bd-testimonial-wrapper.style-ten .bd-testimonial-item:hover {
        filter: drop-shadow(5px 5px 0 var(--bd-primary));
    }

    .bd-testimonial-wrapper.style-ten .bd-testimonial-item.bg-2 {
        background-color: #fff5db;
    }

        .bd-testimonial-wrapper.style-ten .bd-testimonial-item.bg-2:hover {
            filter: drop-shadow(5px 5px 0 var(--bd-secondary));
        }

    .bd-testimonial-wrapper.style-ten .bd-testimonial-item .name {
        color: var(--bd-theme-black);
    }

.bd-testimonial-wrapper.style-ten .bd-testimonial-content p {
    font-size: 18px;
    color: #424242;
}

.bd-testimonial-wrapper.style-ten .bd-testimonial-rating a {
    color: var(--bd-rating-color);
}

.bd-testimonial-wrapper.style-ten .bd-testimonial-avatar-thumb {
    height: 68px;
    width: 68px;
}

    .bd-testimonial-wrapper.style-ten .bd-testimonial-avatar-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

.bd-testimonial-wrapper.style-ten .bd-testimonial-thumb {
    height: 639px;
    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) {
    .bd-testimonial-wrapper.style-ten .bd-testimonial-thumb {
        height: 699px;
    }
}

.bd-testimonial-wrapper.style-ten .bd-testimonial-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.bd-testimonial-wrapper.style-eleven .bd-testimonial-item {
    margin-top: 10px;
}

    .bd-testimonial-wrapper.style-eleven .bd-testimonial-item .bd-testimonial-rating i {
        color: var(--bd-rating-color);
    }

.bd-testimonial-wrapper.style-eleven .bd-testimonial-content p {
    font-size: 30px;
    line-height: 1.5;
    color: var(--bd-theme-black);
    margin-bottom: 30px;
    font-weight: var(--bd-fw-medium);
}

.bd-testimonial-wrapper.style-eleven .bd-testimonial-content-wrap {
    position: relative;
}

.bd-testimonial-wrapper.style-eleven .bd-testimonial-meta .author {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: 15px;
}

    .bd-testimonial-wrapper.style-eleven .bd-testimonial-meta .author .thumb {
        width: 100px;
        height: 100px;
        min-width: 100px;
        padding: 5px;
    }

        .bd-testimonial-wrapper.style-eleven .bd-testimonial-meta .author .thumb img {
            width: 100%;
            height: 100%;
            border-radius: 100%;
        }

    .bd-testimonial-wrapper.style-eleven .bd-testimonial-meta .author .circle {
        margin-left: -105px;
        animation: shape-rote 35s linear infinite;
    }

.bd-testimonial-wrapper.style-eleven .bd-testimonial-meta .details .name {
    color: var(--bd-theme-black);
    font-weight: var(--bd-fw-sbold);
    margin-bottom: 3px;
}

.bd-testimonial-wrapper.style-eleven .bd-testimonial-meta .designation {
    color: var(--bd-theme-black);
}

.bd-testimonial-wrapper.style-eleven .bd-testimonial-quote {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

    .bd-testimonial-wrapper.style-eleven .bd-testimonial-quote i {
        color: rgba(7, 161, 105, 0.15);
        font-size: 64px;
    }

.bd-testimonial-nav button {
    position: absolute;
    font-size: 70px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 55;
    color: var(--bd-primary);
}

.bd-testimonial-nav .testimonial-button-next {
    left: auto !important;
    right: 0;
}

.bd-testimonial-video {
    width: 50%;
    position: absolute;
    height: 100%;
    inset-inline-start: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@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-testimonial-video {
        width: 100%;
        position: relative;
        height: 500px;
    }
}

.bd-testimonial-video::before {
    content: "";
    background: var(--bd-theme-black);
    height: 100%;
    width: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
}

.bd-testimonial-video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 5px solid var(--bd-white);
    font-size: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

    .bd-testimonial-video-btn i {
        color: var(--bd-white);
        margin-left: 10px;
        transition: all 0.3s ease-in-out;
    }

    .bd-testimonial-video-btn:hover {
        border-color: var(--bd-primary);
    }

        .bd-testimonial-video-btn:hover i {
            color: var(--bd-primary);
        }

    .bd-testimonial-video-btn.animation-two {
        position: relative;
    }

        .bd-testimonial-video-btn.animation-two:hover::before {
            border-color: var(--bd-primary);
        }

        .bd-testimonial-video-btn.animation-two:hover::after {
            border-color: var(--bd-primary);
        }

        .bd-testimonial-video-btn.animation-two::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            -webkit-transition: var(--transition);
            transition: var(--transition);
            border-radius: 50%;
            border: 1.5px solid var(--bd-white);
            -webkit-animation: ripple 2s linear infinite;
            animation: ripple 2s linear infinite;
        }

        .bd-testimonial-video-btn.animation-two::after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            -webkit-transition: var(--transition);
            transition: var(--transition);
            border-radius: 50%;
            border: 1.5px solid var(--bd-white);
            -webkit-animation: ripple 2s linear 1s infinite;
            animation: ripple 2s linear 1s infinite;
        }

.bd-testimonial-bg {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    background-position: right;
    background-repeat: no-repeat;
    opacity: 0.1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

    .bd-testimonial-bg::before {
        content: "";
        background: linear-gradient(90.87deg, #00BBAE 0.69%, rgba(0, 187, 174, 0) 96.75%);
        left: 0px;
        top: 0;
        height: 100%;
        width: 80%;
        position: absolute;
    }

.bd-testimonial-bg-two {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.bd-testimonial-wrap {
    margin-inline-start: 150px;
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-testimonial-wrap {
        margin-inline-start: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-testimonial-wrap {
        margin-inline-start: 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-testimonial-wrap {
        margin-inline-start: 0;
    }
}

.bd-testimonial-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

    .bd-testimonial-navigation button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 50px;
        height: 50px;
        min-width: 50px;
        background-color: var(--bd-bg-primary);
        color: var(--bd-primary);
        font-size: 20px;
        border-radius: 100%;
    }

        .bd-testimonial-navigation button:hover {
            color: var(--bd-white);
            background-color: var(--bd-primary);
        }

.bd-dots-pagination {
    display: flex;
    gap: 8px;
    margin-top: 50px;
    justify-content: center;
}

    .bd-dots-pagination .swiper-pagination-bullet {
        height: 5px;
        width: 20px;
        border-radius: 10px;
        background: var(--secondary-rgb-7);
        opacity: 1;
        margin: 0 !important;
    }

        .bd-dots-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: var(--bd-secondary);
        }

    .bd-dots-pagination.has-primary .swiper-pagination-bullet {
        background: rgba(7, 161, 105, 0.3);
    }

        .bd-dots-pagination.has-primary .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: var(--bd-primary);
        }

    .bd-dots-pagination.pagination-small-active {
        margin-top: 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-dots-pagination.pagination-small-active {
        margin-top: 50px;
    }
}

.bd-testimonial-shape-quote {
    position: absolute;
    right: -250px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .bd-testimonial-shape-quote {
        right: -200px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .bd-testimonial-shape-quote {
        right: -150px;
    }
}

@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-testimonial-shape-quote {
        right: 0px;
    }
}

.bd-testimonial-sec-bg {
    z-index: 5;
}

    .bd-testimonial-sec-bg::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        background: var(--bd-primary);
        z-index: -1;
    }

.bd-testimonial-shape-wrap .shape-1 {
    position: absolute;
    top: 58px;
    left: 74px;
}

.bd-testimonial-shape-wrap .shape-2 {
    position: absolute;
    right: 74px;
    top: 330px;
}

.bd-testimonial-shape-wrap .shape-3 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
}

.bd-testimonial-shape-wrap .shape-4 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.bd-testimonial-shape-wrap .shape-5 {
    position: absolute;
    right: 0;
    top: 0;
}

.bd-testimonial-shape-wrap .shape-6 {
    position: absolute;
    left: 0;
    top: 255px;
}

.bd-testimonial-shape-2 .group {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 0 auto;
}

    .bd-testimonial-shape-2 .group .thumb {
        width: 100px;
        height: 100px;
        min-width: 100px;
        padding: 5px;
    }

        .bd-testimonial-shape-2 .group .thumb img {
            width: 100%;
            height: 100%;
            border-radius: 100%;
        }

    .bd-testimonial-shape-2 .group .circle {
        margin-left: -105px;
    }

.bd-testimonial-shape-2 .shape-1 {
    position: absolute;
    left: 300px;
    top: 220px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-testimonial-shape-2 .shape-1 {
        left: 60px;
    }
}

.bd-testimonial-shape-2 .shape-2 {
    position: absolute;
    right: 300px;
    top: 220px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-testimonial-shape-2 .shape-2 {
        right: 60px;
    }
}

.bd-testimonial-shape-2 .shape-3 {
    position: absolute;
    left: 400px;
    bottom: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-testimonial-shape-2 .shape-3 {
        left: 30px;
    }
}

.bd-testimonial-shape-2 .shape-4 {
    position: absolute;
    right: 400px;
    bottom: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-testimonial-shape-2 .shape-4 {
        right: 30px;
    }
}

/*----------------------------------------*/
/*  4.33 Tuition css
/*----------------------------------------*/
.bd-tuition-fees-wrapper {
    padding: 50px 60px 60px 50px;
    background-color: var(--bd-white);
    box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-tuition-fees-wrapper {
        padding: 30px 30px;
    }
}

.bd-tuition-fees-wrapper .table > thead {
    vertical-align: middle;
}

.bd-tuition-fees-wrapper .title {
    font-size: 26px;
    margin-bottom: 15px;
}

.bd-tuition-fees-wrapper .subtitle {
    font-size: 20px;
    margin-bottom: 15px;
}

.bd-tuition-fees-wrapper .desc {
    margin-bottom: 30px;
}

    .bd-tuition-fees-wrapper .desc:last-child {
        margin-bottom: 0;
    }

/*----------------------------------------*/
/*  4.34 Why Choose css
/*----------------------------------------*/
.bd-why-choose-wrapper.style-one .bd-why-choose-item {
    position: relative;
    text-align: center;
    padding: 0px 30px 30px 0px;
    margin-top: 25px;
}

    .bd-why-choose-wrapper.style-one .bd-why-choose-item:hover .bd-why-choose-icon-thumb {
        animation: bd-bounce 800ms ease-out alternate;
        -webkit-animation: bd-bounce 800ms ease-out alternate;
    }

    .bd-why-choose-wrapper.style-one .bd-why-choose-item::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        background: var(--bd-border-primary);
        right: 0;
        bottom: 0;
    }

.bd-why-choose-wrapper.style-one .bd-why-choose-icon-thumb {
    max-width: 70px;
    margin: 0 auto 20px;
    position: relative;
}

    .bd-why-choose-wrapper.style-one .bd-why-choose-icon-thumb .bd-why-choose-icon {
        position: absolute;
        right: -35px;
        transform: translate(-50%, -50%);
        top: 10px;
        font-size: 60px;
        color: var(--bd-primary);
    }

.bd-why-choose-wrapper.style-one .bd-why-choose-title {
    margin-bottom: 15px;
}

.bd-why-choose-wrapper.style-two .bd-why-choose-item {
    position: relative;
    text-align: center;
    padding: 30px 30px;
    background-color: var(--bd-bg-primary);
    border-radius: 6px;
}

    .bd-why-choose-wrapper.style-two .bd-why-choose-item.bg-flashlight::after {
        background-color: var(--bd-bg-primary);
    }

    .bd-why-choose-wrapper.style-two .bd-why-choose-item:hover .bd-why-choose-icon svg * {
        stroke: var(--bd-primary);
    }

.bd-why-choose-wrapper.style-two .bd-why-choose-title {
    margin-bottom: 15px;
}

.bd-why-choose-wrapper.style-two .bd-why-choose-icon {
    margin-bottom: 15px;
    display: block;
}

.bd-why-choose-wrapper.style-three .bd-why-choose-item {
    position: relative;
    text-align: center;
    padding: 30px 20px;
    background-color: var(--bd-white);
    border-radius: 12px;
    z-index: 4;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-why-choose-wrapper.style-three .bd-why-choose-item {
        padding: 20px 15px;
    }
}

.bd-why-choose-wrapper.style-three .bd-why-choose-item:hover {
    box-shadow: 0px 6px 100px 0px rgba(8, 5, 33, 0.1);
}

    .bd-why-choose-wrapper.style-three .bd-why-choose-item:hover .bd-why-choose-icon img {
        animation: bd-bounce 800ms ease-out alternate;
        -webkit-animation: bd-bounce 800ms ease-out alternate;
    }

.bd-why-choose-wrapper.style-three .bd-why-choose-icon {
    margin-bottom: 15px;
    display: inline-block;
}

    .bd-why-choose-wrapper.style-three .bd-why-choose-icon img {
        width: 64px;
        transition: all 0.3s linear;
    }

.bd-why-choose-wrapper.style-three .bd-why-choose-content {
    position: relative;
    z-index: 9;
}

.bd-why-choose-wrapper.style-four .bd-why-choose-icon-wrapper {
    -webkit-mask-image: url(../images/choose/why-mask.webp);
    mask-image: url(../images/choose/why-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;
    width: 115px;
    height: 115px;
    background-color: var(--bd-white);
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s linear;
}

.bd-why-choose-wrapper.style-four .bd-why-choose-icon {
    font-size: 36px;
    color: var(--bd-primary);
    line-height: 1;
}

.bd-why-choose-wrapper.style-four .bd-why-choose-title {
    color: var(--bd-white);
}

.bd-why-choose-wrapper.style-four .bd-why-choose-description {
    color: rgba(255, 255, 255, 0.7);
}

.bd-why-choose-thumb-wrap {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    margin-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd-why-choose-thumb-wrap {
        margin-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-why-choose-thumb-wrap {
        margin-left: 0;
        flex-wrap: wrap;
    }
}

.bd-why-choose-thumb-wrap .thumb-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    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-why-choose-thumb-wrap .thumb-column {
        flex-direction: row;
        width: 100%;
    }
}

.bd-why-choose-thumb-wrap .thumb-column .thumb-one {
    height: 250px;
    width: 250px;
}

@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-why-choose-thumb-wrap .thumb-column .thumb-one {
        height: 100%;
        width: 100%;
    }
}

.bd-why-choose-thumb-wrap .thumb-column .thumb-one img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.bd-why-choose-thumb-wrap .thumb-column .thumb-two {
    height: 250px;
    width: 250px;
}

@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-why-choose-thumb-wrap .thumb-column .thumb-two {
        height: 100%;
        width: 100%;
    }
}

.bd-why-choose-thumb-wrap .thumb-column .thumb-two img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.bd-why-choose-thumb-wrap .main-thumb {
    height: 360px;
    width: 100%;
    margin-top: 100px;
}

@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-why-choose-thumb-wrap .main-thumb {
        height: 100%;
        margin-top: 0;
    }
}

.bd-why-choose-thumb-wrap .main-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.bd-why-shape-group .shape-1 {
    position: absolute;
    top: -120px;
    right: -200px;
    z-index: -1;
}

.bd-why-shape-group .shape-2 {
    position: absolute;
    top: -50px;
    right: 115px;
    z-index: -1;
}

.bd-why-shape-group .shape-3 {
    position: absolute;
    bottom: -50px;
    right: 250px;
    z-index: -1;
    animation: opacity-on-off 5s ease-in-out 1s infinite alternate-reverse both;
}

.bd-why-shape-group .shape-4 {
    position: absolute;
    top: 213px;
    left: 0;
    z-index: -1;
    transform: rotate(90deg);
}

.bd-why-shape-group .shape-5 {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -1;
}

.bd-why-shape-group .shape-6 {
    position: absolute;
    bottom: -50px;
    right: -200px;
    z-index: -1;
    animation: scaleUpCenter 4s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate-reverse none;
}

.bd-choose-thumb {
    position: relative;
    -webkit-mask-image: url(../images/choose/why-mask.webp);
    mask-image: url(../images/choose/why-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-choose-thumb-mask {
    position: relative;
    -webkit-mask-image: url(../images/choose/why-mask.webp);
    mask-image: url(../images/choose/why-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;
    margin-left: -20px;
}

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

@media (max-width:450px) {
    .bd-why-choose-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 0;
    }
}

@keyframes bd-bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0) translateX(0%);
    }

    40% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px) translateX(0%);
    }

    60% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px) translateX(0%);
    }
}

@keyframes scaleUpCenter {
    0% {
        transform: scale(0.2);
    }

    100% {
        transform: scale(0.5);
    }
}

@keyframes opacity-on-off {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}
/*----------------------------------------*/
/*  2.11 nice-select
/*----------------------------------------*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    color: var(--bd-black);
    background-color: var(--bd-white);
    border-radius: 5px;
    border: solid 1px var(--bd-border-primary);
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 25px;
    padding-right: 44px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

/* .nice-select:hover {
  background-color: var(--bd-primary);
} */
.style-2 .nice-select:hover {
    background-color: var(--bd-primary);
    color: var(--bd-white);
}

.style-2:hover .nice-select::after {
    color: var(--bd-white);
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    /* border-color: #999; */
    border-color: 0;
}

.nice-select:after {
    display: block;
    height: auto;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    transform: translateY(-50%);
    margin-top: 0;
    height: auto;
    width: auto;
    color: var(--bd-black);
    transition: 0.3s;
}

.is-white .nice-select span {
    color: var(--bd-white);
}

.is-white .nice-select::after {
    color: var(--bd-white);
}

.is-white:hover .nice-select::after {
    color: var(--bd-white);
}

.nice-select.open:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    width: 100%;
    max-height: 220px;
    overflow-y: scroll;
}

.df-input-field .nice-select.open .list {
    width: 100%;
}

.nice-select.disabled {
    border-color: var(--bd-text-muted);
    color: var(--bd-text-muted);
    pointer-events: none;
}

    .nice-select.disabled:after {
        border-color: var(--bd-text-muted);
    }

.nice-select.wide {
    width: 100%;
}

    .nice-select.wide .list {
        left: 0 !important;
        right: 0 !important;
    }

.nice-select.right {
    float: right;
}

    .nice-select.right .list {
        left: auto;
        right: 0;
    }

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

    .nice-select.small:after {
        height: 4px;
        width: 4px;
    }

    .nice-select.small .option {
        line-height: 34px;
        min-height: 34px;
    }

.nice-select .list {
    color: var(--bd-black);
    background-color: var(--bd-bg-primary);
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

    .nice-select .list:hover .option:not(:hover) {
        background-color: transparent !important;
    }

.nice-select .option {
    cursor: pointer;
    font-weight: var(--bd-fw-regular);
    list-style: none;
    line-height: 26px;
    min-height: 26px;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: var(--bd-black);
}

    .nice-select .option:first-child {
        margin-top: 5px;
    }

    .nice-select .option:last-child {
        margin-bottom: 5px;
    }

    .nice-select .option:hover,
    .nice-select .option.focus,
    .nice-select .option.selected.focus {
        background-color: transparent;
    }

    .nice-select .option.selected {
        font-weight: var(--bd-fw-regular);
    }

    .nice-select .option.disabled {
        background-color: transparent;
        color: var(--bd-text-muted);
        cursor: default;
    }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/*----------------------------------------*/
/*  2.11 Range Slider 
/*----------------------------------------*/
/*# sourceMappingURL=../maps/main.css.map */
