
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&amp;family=Poppins:wght@300;400;500;600;700&amp;display=swap");

.recent-post-item, .feature-post-item, .gallery-post-single-slide::before, .main-menu ul > li.has-dropdown > a::after, .main-menu ul > li .submenu, .main-menu ul > li .submenu li a::before, .main-menu ul > li .mega-menu li ul li a::before, .banner-mid-post-wrapper .post-mid-thumb, .offcanvas__overlay, .offcanvas__navigation button svg, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
li,
img,
svg,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6, i[class^=icon-], i[class^=flaticon-] {
    -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;
}

.bd__faq .accordion-button::after, .slider__navigation button, .slider__glow-two .glow-one, .postbox__list ul li:after, .postbox__quote-cite cite::before, .main-menu ul > li .mega-menu li ul li a::before, .breadcrumb__menu ul li:not(:last-child)::before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bd-slider-dot {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

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

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

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

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

:root {
    /**
  @font family declaration
  */
    --bd-ff-body: 'Poppins', sans-serif;
    --bd-ff-heading: 'Poppins', sans-serif;
    --bd-ff-p: 'Inter', sans-serif;
    --bd-ff-fontawesome: "Font Awesome 6 Pro";
    --bd-ff-icomoon: "icomoon";
    /**
  @color declaration
  */
    --bd-common-white: #FFFFFF;
    --bd-common-black: #222222;
    --bd-common-placeholder: #7F8387;
    --bd-common-selection: #262626;
    --bd-common-gray: #909090;
    --bd-body-primary: #1B1D1F;
    --bd-body-secondary: #ffffff;
    --bd-theme-primary: #5A42FF;
    --bd-theme-secondary: #6409D8;
    --bd-theme-tertiary: #6409D8;
    --bd-theme-quaternary: #096BD8;
    --bd-theme-lightest: #B8BBBF;
    --bd-theme-lighte: #84888C;
    --bd-theme-medium: #4B4E52;
    --bd-theme-dark: #252729;
    --bd-theme-darkest: #1B1D1F;
    --bd-heading-primary: #222222;
    --bd-heading-secondary: #021d35;
    --bd-text-body: #222222;
    --bd-text-body-2: #666666;
    --bd-text-primary: #ffffff;
    --bd-text-secondary: #111111;
    --bd-light-lightest: #B8BBBF;
    --bd-light-lighte: #84888C;
    --bd-light-medium: #4B4E52;
    --bd-light-dark: #252729;
    --bd-light-darkest: #1B1D1F;
    --bd-bg-1: #F4F4F4;
    --bd-bg-2: #032040;
    --bd-bg-3: #096BD8;
    --bd-border-primary: #222222;
    --bd-border-secondary: rgba(34, 34, 34, 0.14);
    --bd-border-tertiary: rgb(75, 78, 82);
    --bd-gradient-1: linear-gradient(90deg, #096BD8 0%, #6409D8 100%);
    /**
  @font weight declaration
  */
    --bd-fw-normal: normal;
    --bd-fw-thin: 100;
    --bd-fw-elight: 200;
    --bd-fw-light: 300;
    --bd-fw-regular: 400;
    --bd-fw-medium: 500;
    --bd-fw-sbold: 600;
    --bd-fw-bold: 700;
    --bd-fw-ebold: 800;
    --bd-fw-black: 900;
    /**
  @font size declaration
  */
    --bd-fs-body: 15px;
    --bd-fs-p: 16px;
    --bd-fs-h1: 58px;
    --bd-fs-h2: 46px;
    --bd-fs-h3: 36px;
    --bd-fs-h4: 30px;
    --bd-fs-h5: 24px;
    --bd-fs-h6: 18px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

/*---------------------------------
    Typography css start 
---------------------------------*/
body {
    font-family: var(--bd-ff-body);
    font-size: var(--bd-fs-body);
    font-weight: normal;
    color: var(--bd-text-body);
    line-height: 1.5;
}

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

h1 {
    font-size: var(--bd-fs-h1);
}

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

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

h1.large {
    font-size: 50px;
}

h2 {
    font-size: var(--bd-fs-h2);
}

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

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

h3 {
    font-size: var(--bd-fs-h3);
}

h4 {
    font-size: var(--bd-fs-h4);
}

h5 {
    font-size: var(--bd-fs-h5);
}

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

h6 {
    font-size: var(--bd-fs-h6);
}

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

li {
    list-style: none;
}

p {
    font-size: var(--bd-fs-p);
    font-family: var(--bd-ff-p);
    font-weight: var(--bd-fw-normal);
    color: var(--bd-text-body-2);
    margin-bottom: 20px;
    line-height: 30px;
}

    p.b1 {
        font-size: 24px;
        line-height: 34px;
    }

    p.b2 {
        font-size: 18px;
        line-height: 28px;
    }

    p.b3 {
        font-size: 16px;
        line-height: 26px;
    }

a {
    text-decoration: none;
    transition: all linear 0.3s;
}

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

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

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

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-secondary);
    opacity: 1;
    border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
    outline: none;
    background-color: var(--bd-bg-1);
    height: 60px;
    width: 100%;
    font-size: 15px;
    color: rgba(124, 126, 130, 0.69);
    border: none;
    padding: 0 25px;
    color: var(--bd-common-black);
}

.bd-theme-light input[type=text],
.bd-theme-light input[type=email],
.bd-theme-light input[type=tel],
.bd-theme-light input[type=number],
.bd-theme-light input[type=password],
.bd-theme-light textarea {
    background-color: rgba(235, 235, 235, 0.9);
    color: rgba(124, 126, 130, 0.69);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: #d9d9d9;
}

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

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

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

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

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

strong {
    font-size: 18px;
    font-weight: 600;
    color: var(--bd-common-black);
    display: inline-block;
}

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

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

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

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

@media (min-width: 1441px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

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

.gap-40 {
    row-gap: 40px;
}

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

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

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

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

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

.g-40,
.gx-40 {
    --bs-gutter-x: 40px;
    --bs-gutter-x: 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) {
    .g-40,
    .gx-40 {
        --bs-gutter-x: 30px;
    }
}

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

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

.g-50,
.gx-50 {
    --bs-gutter-x: 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) {
    .g-50,
    .gx-50 {
        --bs-gutter-x: 30px;
    }
}

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

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

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

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

.p-absolute {
    position: absolute;
}

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

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

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

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

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

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

/*----------------------------------------
    Body background 
-----------------------------------------*/
.bg-black {
    background: var(--bd-common-black);
}

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

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

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-space-small {
        padding: 80px 0;
    }
}

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

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

.section-space-small-top {
    padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .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: 60px;
    }
}

.important-area {
    padding-top: 370px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .important-area {
        padding-top: 350px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .important-area {
        padding-top: 320px;
    }
}

.footer-space-top {
    padding-top: 100px;
}

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

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

.section__title-space {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .section__title-space {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title-space {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .section__title-space {
        margin-bottom: 25px;
    }
}

.text-categories-inner {
    padding-top: 85px;
    padding-bottom: 85px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .text-categories-inner {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

/*---------------------------------
	1.2 Darkmode scss
---------------------------------*/
body.dark-mode {
    --bd-common-white: #222222;
    --bd-common-black: #fff;
    --bd-text-body: #fff;
    --bd-common-black: #fff;
    --bd-border-secondary: rgba(98, 93, 93, 0.21);
    --bd-bg-1: #303032;
    background-color: #222222;
}

    body.dark-mode .follow-meta-text p {
        color: var(--bd-common-black);
    }

    body.dark-mode .newsletter-area-2 .newsletter-input-field input {
        border-color: #000000;
    }

    body.dark-mode .logo-white {
        display: block;
        padding: 10px 0px;
    }

    body.dark-mode .logo {
        display: none;
    }

    body.dark-mode .newsletter-input-field input {
        border-bottom: 2px solid #676666;
    }

    body.dark-mode .br {
        border-top: 1px solid #676666;
    }

    body.dark-mode .main-header.home4-main-header {
        border-bottom: 2px solid rgba(98, 93, 93, 0.21);
    }

    body.dark-mode .mega-menu-wrap {
        background: #303032;
    }

    body.dark-mode .tag-cloud a:hover {
        color: var(--bd-common-black);
    }

    body.dark-mode .follow-btn a:hover {
        color: var(--bd-common-black) !important;
    }

    body.dark-mode .daily-newsletter-box h6 {
        color: var(--bd-common-black);
    }

    body.dark-mode .social-network-box ul li a:hover {
        color: var(--bd-common-black) !important;
    }

    body.dark-mode .white-mode-logo {
        display: none;
    }

    body.dark-mode .dark-mode-logo {
        display: block !important;
    }

    body.dark-mode .footer-area.footer-default {
        background: var(--bd-common-white);
    }

    body.dark-mode .footer-copyright-text p a {
        color: var(--bd-common-black);
    }

    body.dark-mode .play-btn:hover {
        color: var(--bd-common-black);
    }

    body.dark-mode .blog-video-title a {
        background-image: linear-gradient(var(--bd-common-white), var(--bd-common-white)), linear-gradient(var(--bd-common-white), var(--bd-common-white));
    }

    body.dark-mode .video-title a {
        background-image: linear-gradient(var(--bd-common-white), var(--bd-common-white)), linear-gradient(var(--bd-common-white), var(--bd-common-white));
    }

    body.dark-mode .single-video-img .play-btn {
        color: var(--bd-common-black);
    }

    body.dark-mode .footer-widget-title {
        color: var(--bd-common-black);
    }

    body.dark-mode .footer-newsletter-title {
        color: var(--bd-common-black);
    }

    body.dark-mode .loadmore-btn.load-btn2:hover {
        color: var(--bd-common-black) !important;
    }

    body.dark-mode .footer-area.footer-default {
        background: #303032;
    }

    body.dark-mode .footer-input-field .footer-input-btn {
        color: #d5cbcb;
    }

    body.dark-mode .modal-text h4 {
        color: var(--bd-common-black);
    }

    body.dark-mode .modal-text p {
        color: var(--bd-common-black);
    }

    body.dark-mode .single-video-img .play-btn {
        background-color: rgba(255, 255, 255, 0.2);
    }

    body.dark-mode .modal-text input {
        border-bottom: 1px solid var(--bd-common-black);
        color: var(--bd-common-black);
    }

        body.dark-mode .modal-text input::placeholder {
            color: var(--bd-common-black);
        }

    body.dark-mode .offcanvas-logo-dark {
        display: block;
    }

    body.dark-mode .offcanvas-logo-white {
        display: none;
    }

    body.dark-mode .mean-container .mean-nav ul li a.mean-expand, body.dark-mode .mean-container .mean-nav ul li span.mean-expand {
        border: 1px solid rgba(34, 34, 34, 0.14) !important;
    }

    body.dark-mode .mean-container .mean-nav ul li a, body.dark-mode .mean-container .mean-nav ul li span {
        border-top: 1px solid rgba(34, 34, 34, 0.14) !important;
    }

    body.dark-mode .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i, body.dark-mode .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
        color: var(--bd-common-black);
    }

    body.dark-mode .mean-container .mean-nav ul li a.mean-expand:hover i, body.dark-mode .mean-container .mean-nav ul li span.mean-expand:hover i {
        color: var(--bd-common-black);
    }

    body.dark-mode .footer-social-icon.offcanvas-social ul li a:hover {
        color: var(--bd-common-black);
    }

    body.dark-mode .offcanvas-link ul li:hover .ofcanvas-link-icon {
        color: var(--bd-common-black);
    }

    body.dark-mode .offcanvas-icon button {
        color: var(--bd-common-black);
    }

    body.dark-mode .offcanvas-input .offcanvas-search {
        background: #444447;
    }

    body.dark-mode .offcanvas_overlay {
        background: var(--bd-common-white);
    }

    body.dark-mode .account-menu ul li > .account-submenu {
        background: var(--bd-bg-1);
    }

/*----------------------------------------*/
/*  2.2 Background
/*----------------------------------------*/
.white-bg {
    background-color: var(--bd-common-white);
}

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

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

.bd-theme-light .footer-bg {
    background-color: var(--bd-bg-2);
}

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

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

/*----------------------------------------*/
/*  2.5 Buttons
/*----------------------------------------*/
.bd-btn-primary {
    height: 60px;
    padding: 0px 30px;
    color: var(--bd-theme-primary);
    display: inline-flex;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(90, 66, 255, 0.1);
    align-items: center;
    justify-content: center;
}

    .bd-btn-primary i {
        margin-left: 8px;
    }

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

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

.bd-gradient-btn {
    font-size: 15px;
    color: var(--bd-common-white);
    font-weight: var(--bd-fw-sbold);
    font-family: var(--bd-ff-heading);
    padding: 0px 35px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    height: 60px;
    position: relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    z-index: 5;
    background-position: 100% 100%;
    background-size: 300% 100%;
    background-image: linear-gradient(90deg, rgb(9, 107, 216), rgb(100, 9, 216));
}

    .bd-gradient-btn:focus {
        color: var(--bd-common-white);
    }

    .bd-gradient-btn span i {
        position: relative;
        top: 1px;
    }

    .bd-gradient-btn:hover {
        color: var(--bd-common-white);
        background-position: 0 100%;
    }

    .bd-gradient-btn.btn-xs {
        height: 50px;
        padding: 0 25px;
    }

    .bd-gradient-btn.btn-sm {
        height: 55px;
        padding: 0 30px;
    }

    .bd-gradient-btn.btn-lg {
        height: 65px;
        border-radius: 50px;
        padding: 0 40px;
    }

    .bd-gradient-btn.btn-xl {
        height: 75px;
        border-radius: 50px;
        padding: 0 45px;
    }

    .bd-gradient-btn.btn-xxl {
        height: 85px;
        border-radius: 50px;
        padding: 0 60px;
    }

.bd-btn {
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--bd-fw-sbold);
    height: 60px;
    position: relative;
    overflow: hidden;
    padding: 0 35px;
    text-transform: uppercase;
    background-color: var(--bd-theme-primary);
    color: var(--bd-common-white);
    z-index: 5;
}

    .bd-btn span i {
        margin-left: 8px;
    }

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

    .bd-btn:focus {
        color: var(--bd-common-white);
    }

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

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

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

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

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

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

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

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

    .bd-btn.btn-xs {
        height: 50px;
        padding: 0 25px;
    }

    .bd-btn.btn-sm {
        height: 55px;
        padding: 0 30px;
    }

    .bd-btn.btn-lg {
        height: 65px;
        border-radius: 50px;
        padding: 0 40px;
    }

    .bd-btn.btn-xl {
        height: 75px;
        border-radius: 50px;
        padding: 0 45px;
    }

    .bd-btn.btn-xxl {
        height: 85px;
        border-radius: 50px;
        padding: 0 60px;
    }

.bd-text-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--bd-bg-3);
    font-weight: 600;
}

    .bd-text-btn span {
        position: relative;
        top: 1px;
    }

.circle-btn {
    width: 70px;
    height: 70px;
    border: 1px solid var(--bd-body-secondary);
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: rotate(-45deg);
    color: var(--bd-common-white);
    font-size: 26px;
}

    .circle-btn:hover {
        border-color: var(--bd-theme-primary);
        color: var(--bd-common-white);
        background: var(--bd-theme-primary);
        transform: rotate(0);
    }

    .circle-btn.is-black {
        border: 1px solid var(--bd-body-primary);
        color: var(--bd-theme-darkest);
    }

        .circle-btn.is-black:hover {
            border-color: var(--bd-theme-primary);
            color: var(--bd-common-white);
            background: var(--bd-theme-primary);
            transform: rotate(0);
        }

.round-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bd-theme-primary);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: var(--bd-common-white);
}

.icon-btn {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--bd-theme-darkest);
    border-radius: 100px;
    animation: pulse 2s infinite;
    margin-bottom: 35px;
    color: var(--bd-common-white);
    font-size: 22px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .icon-btn {
        margin-bottom: 25px;
    }
}

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

.btn-radius-0 {
    background: var(--bd-bg-1);
    border-radius: 0;
    color: var(--bd-common-black);
}

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

.btn-radius-5 {
    background: var(--bd-bg-1);
    border-radius: 5px;
    color: var(--bd-common-black);
}

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

.btn-radius-14 {
    background: var(--bd-bg-1);
    border-radius: 14px;
    color: var(--bd-common-black);
}

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

.btn-radius-50 {
    background: var(--bd-bg-1);
    border-radius: 50px;
    color: var(--bd-common-black);
}

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

.bd-btn.border-white.btn-border-0 {
    background: var(--bd-theme-primary);
    border-radius: 0;
    color: var(--bd-common-white);
    border: 1px solid transparent !important;
}

    .bd-btn.border-white.btn-border-0:hover {
        background: none;
        border: 1px solid var(--bd-theme-primary) !important;
        color: var(--bd-common-black);
    }

.bd-btn.border-white.btn-border-5 {
    background: var(--bd-theme-primary);
    border-radius: 5px;
    color: var(--bd-common-white);
    border: 1px solid transparent !important;
}

    .bd-btn.border-white.btn-border-5:hover {
        background: none;
        border: 1px solid var(--bd-theme-primary) !important;
        color: var(--bd-common-black);
    }

.bd-btn.border-white.btn-border-14 {
    background: var(--bd-theme-primary);
    border-radius: 14px;
    color: var(--bd-common-white);
    border: 1px solid transparent !important;
}

    .bd-btn.border-white.btn-border-14:hover {
        background: none;
        border: 1px solid var(--bd-theme-primary) !important;
        color: var(--bd-common-black);
    }

.bd-btn.border-white.btn-border-50 {
    background: var(--bd-theme-primary);
    border-radius: 50px;
    color: var(--bd-common-white);
    border: 1px solid transparent !important;
}

    .bd-btn.border-white.btn-border-50:hover {
        background: none;
        border: 1px solid var(--bd-theme-primary) !important;
        color: var(--bd-common-black);
    }

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

.btn-wrapper {
    margin-top: 30px;
}

/*----------------------------------------*/
/*  2.7 Offcanvas
/*----------------------------------------*/
.offcanvas-info {
    background: var(--bd-common-black);
    height: 100%;
    position: fixed;
    padding: 30px 30px;
    right: 0;
    top: 0;
    width: 400px;
    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));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    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;
}

@media (max-width: 575px) {
    .offcanvas-info {
        padding: 30px 20px;
        width: 300px;
    }
}

.offcanvas-info.info_open {
    transform: translateX(0);
    opacity: 1;
}

.offcanvas_overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: var(--bd-common-black);
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
    transition: 0.4s;
}

    .offcanvas_overlay.overlayopen {
        opacity: 0.8;
        visibility: visible;
    }

.offcanvas-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.079);
}

.offcanvas-logo-dark {
    display: none;
}

.offcanvas-icon button {
    font-size: 20px;
    color: var(--bd-common-white);
    height: 40px;
    width: 40px;
    background: #c30000;
    border-radius: 50%;
    margin-top: 16px;
}

.offcanvas-input {
    position: relative;
    width: 100%;
}

    .offcanvas-input .offcanvas-search {
        height: 100%;
        width: 50px;
        background: #dfdfdf;
        color: var(--bd-common-black);
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
    }

    .offcanvas-input input {
        height: 55px;
        border-radius: 0;
        border: 0;
        color: var(--bd-common-black);
        padding: 0px 20px;
        padding-right: 56px;
    }

        .offcanvas-input input:focus {
            border-color: var(--bd-common-white);
        }

        .offcanvas-input input::placeholder {
            color: var(--bd-common-black);
        }

        .offcanvas-input input::-moz-placeholder {
            color: var(--bd-common-black);
        }

.footer-social-icon.offcanvas-social ul li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: var(--bd-common-white);
    border-radius: 50%;
    border: 1px solid rgba(87, 81, 81, 0.41);
    text-align: center;
    line-height: 40px;
    background: var(--bd-common-black);
}

    .footer-social-icon.offcanvas-social ul li a:hover {
        background: var(--bd-theme-primary);
        border-color: var(--bd-theme-primary);
        color: var(--bd-common-white);
    }

.offcanvas-link ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

    .offcanvas-link ul li:hover .ofcanvas-link-icon {
        background: var(--bd-theme-primary);
        border-color: var(--bd-theme-primary);
        color: var(--bd-common-white);
    }

.ofcanvas-link-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: var(--bd-common-white);
    border-radius: 50%;
    border: 1px solid rgba(87, 81, 81, 0.41);
    text-align: center;
    line-height: 40px;
    transition: 0.45s;
}

.offcanvas-link-text a {
    font-weight: 500;
    line-height: 44px;
    color: var(--bd-common-white);
}

    .offcanvas-link-text a:hover {
        color: var(--bd-theme-primary);
    }

.offcanvas-contact h4 {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--bd-common-white);
}

.follow-link {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--bd-common-white);
}

.offcanvas__area {
    background: #0E0A24 none repeat scroll 0 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
    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));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    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-left: 1px solid var(--bd-border-primary);
}

    .offcanvas__area ::-webkit-scrollbar {
        display: none;
    }

@media (max-width: 575px) {
    .offcanvas__area {
        width: 400px;
    }
}

@media (max-width:480px) {
    .offcanvas__area {
        width: 100%;
    }
}

.offcanvas__area.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__logo a img {
    width: 160px;
}

@media (max-width: 575px) {
    .offcanvas__logo a img {
        width: 150px;
    }
}

@media (max-width: 575px) {
    .offcanvas__logo a img {
        width: 140px;
    }
}

.offcanvas__content {
    padding-bottom: 45px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 45px 45px;
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 30px 30px;
    }
}

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

.offcanvas__color {
    margin-bottom: 40px;
}

    .offcanvas__color h5 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .offcanvas__color input {
        display: none;
    }

    .offcanvas__color label {
        width: 100%;
        height: 60px;
        background-color: var(--bd-theme-primary);
    }

        .offcanvas__color label:hover {
            cursor: pointer;
        }

.offcanvas__color-2 label {
    background-color: var(--bd-theme-2);
}

.offcanvas__search {
    position: relative;
}

    .offcanvas__search input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-right: 20px;
        background: transparent;
        border-bottom: 1px solid var(--bd-border-primary);
        font-size: 16px;
        color: var(--bd-common-white);
        padding-bottom: 15px;
    }

        .offcanvas__search input::placeholder {
            color: var(--bd-common-white);
        }

        .offcanvas__search input:focus {
            border-color: var(--bd-common-white);
        }

    .offcanvas__search button {
        position: absolute;
        top: 2px;
        right: 0;
        font-size: 20px;
        color: var(--bd-common-white);
    }

        .offcanvas__search button:hover {
            color: var(--bd-theme-primary);
        }

.offcanvas__title {
    color: var(--bd-common-white);
}

@media (max-width:480px) {
    .offcanvas__title {
        font-size: 20px;
    }
}

.offcanvas__text p {
    margin-bottom: 25px;
}

.offcanvas__social {
    margin-bottom: 40px;
}

    .offcanvas__social ul li {
        display: inline-block;
    }

        .offcanvas__social ul li:not(:last-child) {
            margin-right: 5px;
        }

        .offcanvas__social ul li a {
            color: var(--bd-text-secondary);
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            background: rgb(124, 126, 130);
            font-size: 16px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

            .offcanvas__social ul li a:hover {
                background-color: var(--bd-theme-primary);
                color: var(--bd-common-white);
                -webkit-transform: translateY(-3px);
                -moz-transform: translateY(-3px);
                -ms-transform: translateY(-3px);
                -o-transform: translateY(-3px);
                transform: translateY(-3px);
            }

.offcanvas__notification-icon a {
    color: var(--bd-common-white);
    position: relative;
}

    .offcanvas__notification-icon a .notification-count {
        position: absolute;
        top: -4px;
        right: -13px;
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 22px;
        font-size: 12px;
        font-weight: 600;
        background-color: var(--bd-theme-primary);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        color: var(--bd-common-white);
        text-align: center;
    }

.offcanvas__notification-text p {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--bd-common-white);
}

    .offcanvas__notification-text p .notification-number {
        color: var(--bd-theme-primary);
    }

    .offcanvas__notification-text p a {
        color: var(--bd-theme-primary);
    }

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: var(--bd-common-black);
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

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

.sidebar__toggle {
    cursor: pointer;
}

.offcanvas__contact-icon {
    margin-inline-end: 15px;
}

.offcanvas__slider-content {
    border: 1px solid var(--bd-border-primary);
    padding: 20px;
}

.offcanvas__navigation {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .offcanvas__navigation button svg * {
        fill: var(--bd-common-white);
    }

    .offcanvas__navigation button:hover svg * {
        fill: var(--bd-theme-primary);
    }

.offcanvas__post-title {
    font-size: 26px;
    color: var(--bd-common-white);
}

    .offcanvas__post-title a:hover {
        color: var(--bd-theme-primary);
    }

.offcanvas-close-icon {
    line-height: 1;
    color: var(--bd-common-white);
}

    .offcanvas-close-icon .offcanvas-m-lines {
        position: relative;
        display: block;
        height: 12px;
        width: 33px;
    }

    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
        top: 6px;
        transform: rotate(45deg);
    }

    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
        opacity: 0;
        opacity: 0;
    }

    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
        top: 6px;
        transform: rotate(-45deg);
    }

    .offcanvas-close-icon .offcanvas-m-line {
        position: absolute;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: currentColor;
        transition: top 0.15s ease, transform 0.3s ease;
    }

        .offcanvas-close-icon .offcanvas-m-line.line--1 {
            top: 0;
        }

        .offcanvas-close-icon .offcanvas-m-line.line--2 {
            top: 5px;
        }

        .offcanvas-close-icon .offcanvas-m-line.line--3 {
            bottom: 0;
            bottom: 0;
        }

    .offcanvas-close-icon:hover .offcanvas-m-line {
        animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
        animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
    }

        .offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
            animation-delay: 0.1s;
        }

.subscription-area {
    background: #ffffff;
    padding: 50px 0px;
}

.subscribtion-modal-area {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2222;
    background: var(--bd-common-white);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    overflow-y: scroll;
    padding-top: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .subscribtion-modal-area {
        padding-top: 30px;
    }
}

.subscribtion-modal-area.modal_open {
    opacity: 1;
    visibility: visible;
}

.subcription_dolour {
    font-size: 20px;
    font-weight: 700;
    display: inline-flex;
}

    .subcription_dolour span {
        color: var(--bd-theme-primary);
        margin-top: 7px;
        font-size: 16px;
        display: block;
        font-weight: 500;
    }

.subs_title {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

    .subs_title:hover {
        color: var(--bd-theme-primary);
    }

.subscription-brand-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    background: var(--bd-common-white);
    align-items: center;
    padding: 50px 30px;
    filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.06));
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscription-brand-wrap {
        padding: 40px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .subscription-brand-wrap {
        padding: 40px 30px;
        flex-direction: column;
        gap: 30px;
    }
}

.subscription-top {
    padding-bottom: 50px;
}

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

.subscription-top .header-top-logo {
    position: relative;
    text-align: center;
    z-index: 2;
}

    .subscription-top .header-top-logo .back-title {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 100px;
        font-weight: 600;
        letter-spacing: -3px;
        transform: translate(-50%, -50%);
        text-transform: uppercase;
        z-index: -2;
        color: rgba(0, 0, 0, 0.06);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscription-top .header-top-logo .back-title {
        font-size: 90px;
    }
}

.subscription-top .offcanvas-icon {
    margin-top: -35px;
    float: right;
    position: relative;
    z-index: 22;
}

.subscription-border {
    border-bottom: 1px solid #bebebe;
}

.followus-wrapper {
    padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .followus-wrapper {
        border-left: 0;
    }
}

.followus-wrapper h4 {
    color: var(--bd-common-black);
}

.followus-wrapper .ofcanvas-link-icon {
    color: var(--bd-common-black);
}

.followus-wrapper .offcanvas-link-text a {
    color: var(--bd-common-black);
}

.followus-wrapper .follow-link {
    color: var(--bd-common-black);
}

.followus-wrapper .sidebar-input-field input {
    background: #f4f4f4;
}

/*----------------------------------------*/
/*  2.11 Section Title  
/*----------------------------------------*/
.section__subtitle {
    font-size: 14px;
    font-weight: var(--bd-fw-bold);
    display: inline-block;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--bd-theme-primary);
}

.section__title-space2 {
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .section__title-space2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title-space2 {
        font-size: 24px;
    }
}

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

.post-section-title-inner {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bd-border-secondary);
    margin-bottom: 50px;
    position: relative;
}

.post-section-title {
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    font-size: 23px;
    color: #ea0000;
}

    .post-section-title span {
        color: var(--bd-theme-primary);
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-section-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-section-title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .post-section-title {
        font-size: 19px;
    }
}

.elements-line {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 -15px;
}

.elements__title {
    position: relative;
    padding: 0 15px;
    width: max-content;
}

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

    .separator__line.line-left {
        background-image: linear-gradient(-90deg, #46494D, rgba(33, 38, 45, 0));
    }

    .separator__line.line-right {
        background-image: linear-gradient(90deg, #46494D, rgba(33, 38, 45, 0));
    }

.sidebar-widget-title sidebar-widget-2 {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .sidebar-widget-title sidebar-widget-2 {
        font-size: 16px;
    }
}

.sidebar-widget-title sidebar-widget-2 a:hover {
    color: var(--bd-theme-primary);
}

.section-main-title {
    font-size: 40px;
    font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .section-main-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .section-main-title {
        font-size: 25px;
    }
}

.section-main-title a:hover {
    color: var(--bd-theme-primary);
}

.post-section-title2 {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid var(--bd-border-secondary);
    margin-bottom: 25px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-section-title2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-section-title2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .post-section-title2 {
        font-size: 24px;
    }
}

.post-section-title2 span {
    color: var(--bd-theme-primary);
}

.card-blog-post-title {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 7px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .card-blog-post-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .card-blog-post-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-blog-post-title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .card-blog-post-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .card-blog-post-title {
        font-size: 22px;
    }
}

.card-blog-post-title a:hover {
    color: var(--bd-theme-primary);
}

.section_title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section_title {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_title {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section_title {
        font-size: 25px;
        margin-bottom: 30px;
    }
}

.featured-product-cat-title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid var(--bd-border-secondary);
    margin-bottom: 25px;
    padding-bottom: 5px;
}

    .featured-product-cat-title span {
        color: var(--bd-theme-primary);
    }

.featured-product-cat-title {
    text-transform: capitalize;
    border-bottom: 1px solid var(--bd-border-secondary);
    margin-bottom: 50px;
    padding-bottom: 5px;
}

    .featured-product-cat-title span {
        color: var(--bd-theme-primary);
    }

.section-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

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

@media (max-width: 575px) {
    .section-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.section-title-2 {
    font-size: 40px;
    font-weight: 600;
}

    .section-title-2 strong {
        font-size: 40px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-2 strong {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-title-2 strong {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section-title-2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-title-2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
}

.elements-line {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 -15px;
}

.elements__title {
    position: relative;
    padding: 0 15px;
    width: max-content;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .elements__title {
        font-size: 26px;
    }
}

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

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

.section__title {
    font-size: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .section__title {
        font-size: 26px;
    }
}

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

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

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

    .separator__line.line-left {
        background-image: linear-gradient(-90deg, rgba(34, 34, 34, 0.14), rgba(33, 38, 45, 0));
    }

    .separator__line.line-right {
        background-image: linear-gradient(90deg, rgba(34, 34, 34, 0.14), rgba(33, 38, 45, 0));
    }

/*----------------------------------------*/
/*  2.4 Breadcrumb
/*----------------------------------------*/
.breadcrumb__menu {
    text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .breadcrumb__menu {
        text-align: start;
    }
}

.breadcrumb__menu ul {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flexbox;
    display: inline-flex;
    gap: 25px;
    justify-content: center;
}

    .breadcrumb__menu ul li {
        list-style: none;
        position: relative;
        line-height: 1;
    }

        .breadcrumb__menu ul li:last-child span {
            color: var(--bd-theme-primary);
        }

        .breadcrumb__menu ul li:not(:last-child)::before {
            display: inline-block;
            content: "\f105";
            position: absolute;
            top: 50%;
            font-family: var(--bd-ff-fontawesome);
            inset-inline-end: -16px;
            font-size: 18px;
        }

        .breadcrumb__menu ul li.active span {
            color: var(--bd-theme-primary);
        }

        .breadcrumb__menu ul li span {
            font-size: 14px;
            font-weight: var(--bd-fw-medium);
            text-transform: uppercase;
        }

            .breadcrumb__menu ul li span a {
                font-weight: var(--bd-fw-medium);
            }

                .breadcrumb__menu ul li span a:hover {
                    color: var(--bd-common-white);
                }

        .breadcrumb__menu ul li:before {
            color: var(--bd-common-white);
        }

        .breadcrumb__menu ul li a {
            color: rgba(255, 255, 255, 0.6);
        }

            .breadcrumb__menu ul li a:hover {
                color: var(--bd-common-white);
            }

        .breadcrumb__menu ul li .active a {
            color: var(--bd-common-white);
        }

            .breadcrumb__menu ul li .active a:hover {
                color: var(--bd-common-white);
            }

.back-breadcrumb {
    position: fixed;
    z-index: 992;
    top: 300px;
    left: 0;
    padding: 10px 17px;
    background: var(--bd-theme-primary);
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .back-breadcrumb {
        display: none;
    }
}

.back-breadcrumb:hover .back-btn {
    margin-left: 0px;
}

.back-btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: -56px;
    color: var(--bd-common-white);
    transition: 0.3s;
}

    .back-btn i {
        font-weight: 600;
        margin-left: 10px;
    }

/*----------------------------------------
   2.8 Basic pagination
-----------------------------------------*/
.pageination-wrapper .pagination {
    justify-content: center;
}

    .pageination-wrapper .pagination .page-link {
        padding: 0px;
        margin: 0px;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        font-size: 14px;
        line-height: 36px;
        text-align: center;
        background: var(--bd-common-white);
        color: var(--bd-common-black);
        border: 2px solid var(--bd-common-black);
        margin-left: 4px;
    }

        .pageination-wrapper .pagination .page-link:hover {
            background: var(--bd-common-black);
            color: var(--bd-common-white);
        }

        .pageination-wrapper .pagination .page-link:focus {
            box-shadow: none;
        }

    .pageination-wrapper .pagination .active {
        background: var(--bd-common-black);
        color: var(--bd-common-white);
    }

/*----------------------------------------*/
/*  2.6 forms
/*----------------------------------------*/
.from__input-box.has-icon .form__input {
    position: relative;
}

    .from__input-box.has-icon .form__input span {
        position: absolute;
        display: inline-block;
    }

.from__input-box.has-icon.icon-left .form__input input,
.from__input-box.has-icon.icon-left .form__input textarea {
    padding-left: 45px;
}

.from__input-box.has-icon.icon-right .form__input input,
.from__input-box.has-icon.icon-right .form__input textarea {
    padding-right: 45px;
}

.from__input-box.has-icon.icon-left .form__input span {
    left: 20px;
    top: 22px;
}

.from__input-box.has-icon.icon-right .form__input span {
    right: 20px;
    top: 22px;
}

.from__input-box .form__input span {
    display: none;
}

.from__input-box.label-hidden label {
    display: none;
}

.form__input {
    position: relative;
}

.form__input-title label {
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 16px;
    text-align: left;
    display: block;
}

    .form__input-title label span {
        color: var(--bd-theme-primary);
    }

.form__input textarea {
    height: 220px;
    padding: 22px 20px;
    resize: none;
    border: 1px solid transparent;
}

    .form__input textarea:focus {
        border: 1px solid var(--bd-theme-primary);
    }

.form__select.nice-select {
    height: 60px;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    padding: 0 20px;
    display: flex;
    align-items: center;
    float: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.bd-theme-light .form__select.nice-select {
    background: rgba(235, 235, 235, 0.9);
}

.form__select.nice-select.open {
    font-size: 16px;
}

    .form__select.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);
        box-shadow: 0 0 0 1px rgb(56, 56, 56);
    }

.form__select.nice-select .current {
    text-align: left;
    font-size: 16px;
    position: relative;
}

.bd-theme-light .form__select.nice-select .current {
    color: var(--bd-common-placeholder);
}

.form__select.nice-select .list {
    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: 10px 0;
    background: var(--bd-bg-2);
}

.bd-theme-light .form__select.nice-select .list {
    background: rgb(236, 236, 236);
}

.form__select.nice-select::after {
    color: var(--bd-text-body);
    font-size: 18px;
    right: 23px;
    width: 8px;
    height: 8px;
}

.form__select.nice-select .option {
    font-size: 16px;
}

    .form__select.nice-select .option:hover {
        background-color: var(--bd-bg-1);
    }

    .form__select.nice-select .option.focus {
        background-color: var(--bd-bg-1);
    }

    .form__select.nice-select .option.selected.focus {
        background-color: var(--bd-bg-1);
    }

.from__input-box.from-flex {
    display: flex;
    gap: 0 10px;
}

@media (max-width: 575px) {
    .from__input-box.from-flex {
        flex-direction: column;
    }
}

.form__input-title {
    width: 130px;
}

.form__input {
    position: relative;
    flex-grow: 14;
}

    .form__input input {
        border: 1px solid transparent;
    }

        .form__input input:focus {
            border: 1px solid var(--bd-theme-primary);
        }

.floating__form-input {
    position: relative;
}

    .floating__form-input input {
        border: 1px solid var(--bd-border-secondary);
        background-color: transparent;
    }

        .floating__form-input input:focus ~ .floating-label {
            top: 0;
            left: 20px;
            font-size: 16px;
            font-weight: 400;
            padding: 0px 4px;
            background-color: var(--bd-theme-primary);
            color: var(--bd-common-white);
        }

        .floating__form-input input:not(:focus):valid ~ .floating-label {
            top: 0;
            left: 20px;
            font-size: 16px;
            font-weight: 400;
            background-color: var(--bd-theme-primary);
            color: var(--bd-common-white);
            padding: 0px 4px;
        }

    .floating__form-input .floating-label {
        position: absolute;
        pointer-events: none;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.2s ease all;
    }

    .floating__form-input textarea {
        height: 220px;
        padding: 22px 20px;
        resize: none;
        background: transparent;
        border: 1px solid var(--bd-border-secondary);
    }

        .floating__form-input textarea:focus ~ .floating-label-two {
            top: -12px;
            left: 15px;
            padding: 0px 4px;
            background-color: var(--bd-theme-primary);
            color: var(--bd-common-white);
        }

        .floating__form-input textarea:not(:focus):valid ~ .floating-label-two {
            top: -12px;
            left: 20px;
            padding: 0px 4px;
        }

    .floating__form-input .floating-label-two {
        position: absolute;
        pointer-events: none;
        left: 20px;
        top: 20px;
        transition: 0.2s ease all;
    }

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] ~ label {
        position: relative;
        padding-left: 30px;
    }

        input[type=checkbox] ~ label::after, input[type=checkbox] ~ label::before {
            position: absolute;
            content: "";
            left: 0;
            top: 2px;
            width: 20px;
            height: 20px;
            background-color: rgba(255, 255, 255, 0.05);
            border: 1px solid var(--bd-border-primary);
            border-radius: 4px;
            transition: 0.2s;
        }

        input[type=checkbox] ~ label::before {
            width: 12px;
            height: 12px;
            background-color: var(--bd-theme-primary);
            left: 4px;
            top: 6px;
            right: 3px;
            bottom: 3px;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
        }

        input[type=checkbox] ~ label:hover {
            cursor: pointer;
        }

input[type=radio] {
    opacity: 0;
    position: absolute;
}

    input[type=radio] ~ label {
        position: relative;
        font-size: 15px;
        line-height: 25px;
        font-weight: 400;
        padding-left: 28px;
        cursor: pointer;
        margin-bottom: 0;
    }

        input[type=radio] ~ label::before {
            content: "";
            position: absolute;
            top: 3px;
            left: 0;
            width: 20px;
            height: 20px;
            background-color: transparent;
            border: 1px solid var(--bd-border-primary);
            border-radius: 2px;
            transition: all 0.3s;
        }

        input[type=radio] ~ label::after {
            content: " ";
            position: absolute;
            top: 9px;
            left: 2px;
            width: 10px;
            height: 5px;
            background-color: transparent;
            border-radius: 2px;
            transform: rotate(-45deg);
            opacity: 0;
            transition: all 0.3s;
        }

    input[type=radio]:checked ~ label::before {
        border-color: var(--bd-theme-primary);
    }

    input[type=radio]:checked ~ label::after {
        opacity: 1;
        background-color: var(--bd-theme-primary);
    }

    input[type=radio] ~ label::before {
        border-radius: 50%;
    }

    input[type=radio] ~ label::after {
        width: 12px;
        height: 12px;
        left: 4px;
        background: #fff;
        border-radius: 50%;
        top: 7px;
    }

.switch-checkbox {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 22px;
}

    .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;
    left: 0;
    right: 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;
        left: 3px;
        bottom: 3px;
        background-color: #4B4E52;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

input:checked + .switch {
    background-color: #096BD8;
    border-color: #096BD8;
}

    input:checked + .switch:before {
        transform: translateX(16px);
        background-color: var(--bd-common-white);
    }

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

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

/*----------------------------------------*/
/*  2.3 Back to top
/*----------------------------------------*/
.backtotop-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    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-theme-primary);
}

@media (max-width:480px) {
    .backtotop-wrap {
        bottom: 20px;
        right: 20px;
    }
}

.backtotop-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.backtotop-wrap::after {
    position: absolute;
    font-family: var(--bd-ff-fontawesome);
    content: "\f062";
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: var(--bd-common-white);
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    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;
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(95, 58, 252, 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .progress-wrap {
        right: 30px;
        bottom: 30px;
    }
}

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

.progress-wrap::after {
    position: absolute;
    content: "\f176";
    font-family: var(--bd-ff-fontawesome);
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #5940FF;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #5940FF;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*----------------------------------------*/
/*  2.1 Animations
/*----------------------------------------*/
@keyframes video-ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

@-webkit-keyframes video-ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

@-webkit-keyframes pulse {
    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(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);
    }
}

.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 slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
/*----------------------------------------*/
/*  2.10 Preloader
/*----------------------------------------*/
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #121212;
    z-index: 999;
}

.sk-three-bounce {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #121212;
}

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

    .sk-three-bounce.is-brick-red.sk-three-bounce .sk-child {
        background-color: var(--bd-theme-2);
    }

    .sk-three-bounce.is-mainly-blue.sk-three-bounce .sk-child {
        background-color: var(--bd-theme-3);
    }

    .sk-three-bounce.is-orange.sk-three-bounce .sk-child {
        background-color: var(--bd-theme-4);
    }

    .sk-three-bounce.is-purple.sk-three-bounce .sk-child {
        background-color: var(--bd-theme-5);
    }

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

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

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*----------------------------------------*/
/*  2.9 video post
/*----------------------------------------*/
.video-news-post .post-section-title-inner {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    margin-bottom: 50px;
}

.blog-video-left {
    padding-right: 30px;
    position: relative;
}

@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) {
    .blog-video-left {
        padding-right: 0px;
    }
}

.blog-video-left .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 25;
    transform: translate(-50%, -50%);
}

    .blog-video-left .video-btn::before {
        position: absolute;
        content: "";
        height: 80px;
        width: 80px;
        background: var(--bd-common-white);
        border-radius: 50%;
        animation: pulse 2s infinite;
    }

@media (max-width: 575px) {
    .blog-video-left .video-btn::before {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
}

.blog-video-img {
    position: relative;
    width: 100%;
    height: 440px;
}

@media (max-width: 575px) {
    .blog-video-img {
        height: 360px;
    }
}

.blog-video-img:hover img {
    transform: scale(1.04);
}

.blog-video-img img {
    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) {
    .blog-video-img img {
        width: 100%;
    }
}

.blog-video-img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bd-common-black);
    opacity: 0.5;
    content: "";
    z-index: 22;
}

.blog-img-content {
    padding: 40px 35px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 23;
}

@media (max-width:480px) {
    .blog-img-content {
        padding: 40px 20px 5px;
    }
}

.blog-img-content .product-cat-title {
    color: var(--bd-common-gray);
    margin-bottom: 7px;
}

    .blog-img-content .product-cat-title::before {
        background: var(--bd-common-gray);
    }

    .blog-img-content .product-cat-title a:hover {
        color: var(--bd-common-white);
    }

.blog-img-content .video-title {
    color: var(--bd-common-white);
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-img-content .video-title {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .blog-img-content .video-title {
        font-size: 18px;
    }
}

.blog-img-content .video-title a {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

    .blog-img-content .video-title a:hover {
        color: var(--bd-common-white);
        background-size: 0 1px, 100% 1px;
    }

.single-video-img {
    position: relative;
    width: 180px;
    flex: 0 0 auto;
    overflow: hidden;
}

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

.single-video-img img {
    width: 100%;
}

.single-video-img .play-btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 12px;
    color: var(--bd-common-white);
    background-color: rgba(255, 255, 255, 0.2);
}

    .single-video-img .play-btn:hover {
        background: var(--bd-theme-primary);
        color: var(--bd-common-white);
    }

.single-video-img .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .single-video-img .video-btn::before {
        background: transparent;
        z-index: -66;
        opacity: 0;
        visibility: hidden;
    }

.single-video-content .product-cat-title {
    color: var(--bd-common-gray);
    margin-bottom: 10px;
}

    .single-video-content .product-cat-title::before {
        background: var(--bd-common-gray);
    }

    .single-video-content .product-cat-title a:hover {
        color: var(--bd-common-white);
    }

.single-video-content .blog-video-title {
    font-size: 20px;
    color: var(--bd-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-video-content .blog-video-title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .single-video-content .blog-video-title {
        font-size: 17px;
    }
}

.single-video-content .blog-video-title a {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

    .single-video-content .blog-video-title a:hover {
        color: var(--bd-common-white);
        background-size: 0 1px, 100% 1px;
    }

.single-video-content .product-cat-title {
    color: var(--bd-common-gray);
    margin-bottom: 10px;
}

    .single-video-content .product-cat-title::before {
        background: var(--bd-common-gray);
    }

    .single-video-content .product-cat-title a:hover {
        color: var(--bd-common-white);
    }

.single-video-content .blog-video-title {
    font-size: 20px;
    color: var(--bd-common-white);
}

@media (max-width: 575px) {
    .single-video-content .blog-video-title {
        font-size: 18px;
    }
}

.single-video-content .blog-video-title a {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

    .single-video-content .blog-video-title a:hover {
        color: var(--bd-common-white);
        background-size: 0 1px, 100% 1px;
    }

.single-blog-video {
    display: flex;
    gap: 30px;
    align-items: center;
}

    .single-blog-video:hover .single-video-img img {
        transform: scale(1.04);
    }

@media (max-width: 575px) {
    .single-blog-video {
        flex-direction: column;
        align-items: start;
        gap: 30;
    }
}

.post-img-content.element-post p {
    margin-bottom: 0px;
}

.recent-news-box.element_blog {
    padding-bottom: 0px;
}

/*----------------------------------------*/
/*  4.2 Header top style
/*----------------------------------------*/
.header-top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top {
    background: var(--bd-common-black);
    padding: 5px 0px;
}

.header-top-left {
    display: flex;
}

.header-top-icon ul {
    display: flex;
    gap: 13px;
}

    .header-top-icon ul li a {
        font-weight: 400;
        color: var(--bd-common-white);
    }

        .header-top-icon ul li a:hover {
            color: var(--bd-theme-primary);
        }

.header-top-links {
    padding-left: 30px;
    margin-left: 30px;
    position: relative;
}

    .header-top-links::before {
        position: absolute;
        height: 20px;
        width: 1px;
        background: rgba(255, 255, 255, 0.2);
        content: "";
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .header-top-links ul {
        display: flex;
        gap: 20px;
    }

        .header-top-links ul li a {
            color: var(--bd-common-white);
            font-weight: 400;
        }

            .header-top-links ul li a:hover {
                color: var(--bd-theme-primary);
            }

.top-search-input {
    position: relative;
}

    .top-search-input input {
        height: 30px;
        width: 260px;
        background: transparent;
        border: 0;
        padding: 0px 20px;
        color: var(--bd-common-white);
    }

    .top-search-input .top-search-btn {
        position: absolute;
        left: 0px;
        top: 5px;
        color: var(--bd-common-white);
    }

.header-top.home-2-header {
    background: var(--bd-common-white);
    position: relative;
    padding: 0;
}

.header-top-area.header-top-area-2 {
    border-bottom: 1px solid var(--bd-border-secondary);
    position: relative;
    z-index: 22;
    padding: 5px 0px;
}

.header-top-icon.header-2-icon ul li a {
    color: var(--bd-common-black);
}

    .header-top-icon.header-2-icon ul li a:hover {
        color: var(--bd-theme-primary);
    }

.header-top-links.home-2-careers::before {
    background: var(--bd-border-secondary);
}

.header-top-links.home-2-careers ul li a {
    color: var(--bd-common-black);
}

    .header-top-links.home-2-careers ul li a:hover {
        color: var(--bd-theme-primary);
    }

.header-top.home-2-header.bd-home-5 {
    padding: 0px;
}

.home3-header-top-area {
    display: flex;
    justify-content: space-between;
    padding: 50px 0px;
    align-items: center;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home3-header-top-area {
        padding: 35px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home3-header-top-area {
        padding: 20px 0px;
    }
}

.home3-header-top-area .back-title {
    position: absolute;
    top: 50%;
    left: 334px;
    font-size: 100px;
    font-weight: 600;
    letter-spacing: -3px;
    transform: translateY(-50%);
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.06);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .home3-header-top-area .back-title {
        left: 238px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home3-header-top-area .back-title {
        left: 178px;
        font-size: 84px;
    }
}

.subscribe-btn {
    padding: 13px 25px;
    font-weight: 600;
    color: var(--bd-theme-primary);
    background: rgba(90, 66, 255, 0.1);
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

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

    .subscribe-btn i {
        margin-left: 5px;
    }

.header-top-logo {
    position: relative;
}

.header-top-input-field {
    position: relative;
    width: 260px;
}

    .header-top-input-field input {
        height: 50px;
        width: 260px;
        background: #F5F5F5;
        border-radius: 0;
        color: var(--bd-common-black);
        padding-right: 56px;
    }

        .header-top-input-field input::placeholder {
            color: var(--bd-common-black);
        }

        .header-top-input-field input::-moz-placeholder {
            color: var(--bd-common-black);
        }

    .header-top-input-field .top-search-btn {
        position: absolute;
        right: 6px;
        top: 50%;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        line-height: 40px;
        background: var(--bd-common-white);
        transform: translateY(-50%);
    }

/*----------------------------------------*/
/*  4.1 Header Style 1
/*----------------------------------------*/
.header-2.bd-sticky {
    padding-top: 0;
}

.main-header {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 21;
    align-items: 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) {
    .main-header {
        padding: 0px 0px;
    }
}

.main-header .logo {
    padding: 5px 0px;
    width: 75px;
}

.logo-white {
    display: none;
}

.main-header-right {
    display: flex;
    gap: 20px;
}

    .main-header-right .dark-mode-btn {
        font-size: 23px;
        font-weight: 300;
        position: relative;
    }

        .main-header-right .dark-mode-btn:hover {
            color: var(--bd-theme-primary);
        }

        .main-header-right .dark-mode-btn::before {
            position: absolute;
            height: 20px;
            width: 0px;
            background: #E0E0E0;
            content: "";
            top: 50%;
            transform: translateY(-50%);
            right: -16px;
        }

    .main-header-right ul {
        align-items: center;
        display: flex;
        gap: 30px;
    }

        .main-header-right ul li {
            list-style: none;
        }

.bars_icon {
    cursor: pointer;
    display: flex;
    height: 20px;
    width: 20px;
    flex-direction: column;
    gap: 4px;
    overflow: hidden;
    margin-top: 9px;
}

    .bars_icon:hover span:nth-child(2) {
        margin-left: 0px;
    }

    .bars_icon span {
        width: 100%;
        height: 2px;
        background: var(--bd-common-black);
    }

        .bars_icon span:nth-child(2) {
            margin-left: 7px;
            transition: 0.3s;
        }

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

.header-sticky2 .container {
    padding: 0px;
}

.header-sticky2.sticky .main-header {
    padding: 20px 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) {
    .header-sticky2.sticky .main-header {
        padding: 12px 15px;
    }
}

.sticky .home3-main-header {
    border-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .sticky .home3-main-header {
        padding: 22px 0px;
    }
}

.sticky .main-header {
    border-bottom: 0px;
}

    .sticky .main-header.home4-main-header {
        border-bottom: 0px;
    }

.home5-header-style .sticky .main-header {
    border-bottom: 0px;
}

/*----------------------------------------*/
/*  4.2 Header Style 2
/*----------------------------------------*/
.header-2 {
    background: #323436;
}

.header-3 .container {
    max-width: 1920px;
    padding: 0 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-3 .container {
        padding: 0 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .header-3 .container {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .header-3 .container {
        padding: 0 15px;
    }
}

.header-3 .sub__btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--bd-common-white);
}

.header-3 .header__btn-wrap .bd-gradient-btn {
    height: 45px;
    padding: 0 25px;
}

.home-2-menu {
    display: flex;
    gap: 160px;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .home-2-menu {
        gap: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .home-2-menu {
        gap: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-2-logo.logo {
        margin-left: -80px;
    }
}

.shape-blue {
    position: absolute;
    left: 0;
    top: 0;
}

.shape-blue2 {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: -22;
}

.top-search-input.home-2-top-search input {
    color: var(--bd-common-black);
}

.top-search-input.home-2-top-search .top-search-btn {
    color: var(--bd-common-black);
}

/*----------------------------------------*/
/*  4.3 Header Style 3
/*----------------------------------------*/
.home5-header-style {
    border-left: 2px solid var(--bd-common-black);
    border-right: 2px solid var(--bd-common-black);
}

    .home5-header-style .main-header {
        border-bottom: 2px solid var(--bd-common-black);
        padding: 20px 40px;
    }

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .home5-header-style .main-header {
        padding: 12px 20px;
    }
}

.home5-header-style .header-top {
    padding: 0px 0px;
}

.home5-header-style .header-top-area {
    border-bottom: 2px solid var(--bd-common-black);
    padding: 6px 40px;
}

@media (max-width: 575px) {
    .home5-header-style .header-top-area {
        justify-content: center;
    }
}

.home5-header-style .top-search-input input {
    width: 220px;
    padding-right: 0px;
}

    .home5-header-style .top-search-input input::placeholder {
        text-transform: uppercase;
    }

    .home5-header-style .top-search-input input::-moz-placeholder {
        text-transform: uppercase;
    }

/*----------------------------------------*/
/*  4.4 Header Style 4
/*----------------------------------------*/
.header4-top-left {
    display: flex;
    gap: 20px;
    align-items: center;
}

.home4-top-input input {
    width: 103px;
}

.home3-main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .home3-main-header {
        padding: 22px 0px;
    }
}

.header-border {
    border-top: 1px solid var(--bd-border-secondary);
    border-bottom: 2px solid var(--bd-common-black);
}

/*----------------------------------------*/
/*  4.5 Header Style 5
/*----------------------------------------*/
.white-mode-btn {
    margin-right: 5px;
}

.dark-white-btn {
    display: flex;
    gap: 22px;
}

    .dark-white-btn .dark-mode-btn2 {
        position: relative;
        padding-left: 20px;
        cursor: pointer;
    }

        .dark-white-btn .dark-mode-btn2::before {
            position: absolute;
            content: "";
            height: 14px;
            width: 30px;
            border: 1px solid #D3D3D3;
            border-radius: 7px;
            right: 20px;
            top: 4px;
            cursor: pointer;
        }

        .dark-white-btn .dark-mode-btn2:after {
            position: absolute;
            content: "";
            height: 10px;
            width: 10px;
            background: var(--bd-common-black);
            border-radius: 5px;
            right: 37px;
            top: 6px;
            cursor: pointer;
            transition: 0.3s;
        }

        .dark-white-btn .dark-mode-btn2 .dark-mode-btn {
            color: var(--bd-common-black);
        }

.dark-mode-btn2.active::after {
    right: 23px;
}

.main-header.home4-main-header {
    border-bottom: 2px solid var(--bd-common-black);
    padding: 0px 0px;
}

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

.daily-papers {
    color: var(--bd-common-black);
    font-weight: 500;
}

    .daily-papers span {
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        color: var(--bd-text-body-2);
        margin-top: 5px;
    }

.header-4-top-right {
    display: flex;
    gap: 30px;
    align-items: center;
}

.home4-header-right {
    display: flex;
    gap: 40px;
    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) {
    .home4-header-right {
        display: none;
    }
}

.top-newsletter {
    font-weight: 400;
    color: var(--bd-common-black);
    position: relative;
}

    .top-newsletter::before {
        position: absolute;
        content: "";
        height: 15px;
        width: 1px;
        background: #E0E0E0;
        right: -22px;
        top: 2px;
    }

    .top-newsletter i {
        margin-right: 7px;
    }

.header-right-account-wrapper {
    display: flex;
    gap: 45px;
    align-items: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-right-account-wrapper {
        display: none;
    }
}

.account-menu ul li {
    position: relative;
}

    .account-menu ul li:hover {
        color: var(--bd-theme-primary);
    }

        .account-menu ul li:hover .account-submenu {
            top: 100%;
            visibility: visible;
            opacity: 1;
        }

    .account-menu ul li > .account-submenu {
        top: 120%;
        left: -48px;
        transition: 0.4s;
        opacity: 0;
        visibility: hidden;
        z-index: 55;
        padding: 10px 0px;
        width: 120px;
        background: var(--bd-common-white);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        display: flex;
        flex-direction: column;
        position: absolute;
    }

        .account-menu ul li > .account-submenu li {
            padding: 4px 0px 5px 15px;
        }

            .account-menu ul li > .account-submenu li:hover a {
                padding-left: 5px;
                color: var(--bd-theme-primary);
            }

            .account-menu ul li > .account-submenu li a {
                padding: 0px;
                color: var(--bd-common-black);
            }

    .account-menu ul li a {
        color: var(--bd-common-black);
        display: inline-block;
        padding: 5px 0px;
    }

        .account-menu ul li a:hover {
            color: var(--bd-theme-primary);
        }

        .account-menu ul li a i {
            margin-left: 2px;
        }

/*----------------------------------------*/
/*  4.1 Header Common Style 
/*----------------------------------------*/
.bd-sticky {
    position: fixed !important;
    top: 0;
    z-index: 111;
    inset-inline-end: 0;
    inset-inline-start: 0;
    width: 100%;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background: var(--bd-common-white);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    -moz-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
}

.header-transparent {
    position: absolute;
    inset-inline-start: 0;
    margin: auto;
    width: 100%;
    z-index: 99;
    background: var(--bd-bg-1);
}

.header__area .container {
    max-width: 1440px;
}

.header__area .header__btn-wrap .bd-gradient-btn {
    height: 50px;
    padding: 0 25px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__main {
        padding: 18px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header__main {
        padding: 22px 0px;
    }
}

.header__left {
    display: flex;
    align-items: center;
    gap: 60px;
}

.header__contact p {
    margin-bottom: 0;
}

.header__contact {
    display: flex;
    gap: 8px;
}

.header__btn-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .header__btn-wrap .bd-btn-primary {
        height: 50px;
        padding: 0 20px;
    }

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

/* HEADER CSS */
/*----------------------------------------*/
/*  7.1 banner Style 1
/*----------------------------------------*/
.banner-mid-post-wrapper .bolt-icon {
    position: absolute;
    top: 50%;
    right: 50%;
}

    .banner-mid-post-wrapper .bolt-icon a {
        font-size: 24px;
        height: 65px;
        width: 65px;
        line-height: 65px;
        color: #ffffff;
        background: #000000b5;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        padding: 0px 25px;
    }

        .banner-mid-post-wrapper .bolt-icon a:hover {
            background: #e10002;
            color: var(--bd-common-white);
        }

.banner-mid-post-wrapper .post-mid-thumb {
    position: relative;
    /* height: 500px; */
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

    .banner-mid-post-wrapper .post-mid-thumb img {
        width: 100%;
    }

/* .banner-mid-post-wrapper .post-mid-thumb:hover {
  transform: scale(1.05);
} */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-mid-post-wrapper .post-mid-thumb {
        /* height: 400px; */
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-mid-post-wrapper .post-mid-thumb {
        /* height: 500px; */
    }
}

@media (max-width: 575px) {
    .banner-mid-post-wrapper .post-mid-thumb {
        min-height: 190px;
        /* width: 100%; */
    }
}

.banner-mid-post-wrapper:hover img {
    transform: scale(1.04);
}

.banner-mid-post-wrapper img {
    height: auto;
    width: 100%;
    background-size: cover;
}

.banner-mid-post-wrapper {
    padding: 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-mid-post-wrapper {
        padding: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-mid-post-wrapper {
        padding: 0px;
    }
}

.banner-mid-post-title {
    font-size: 40px;
    line-height: 1.2;
}

    .banner-mid-post-title a:hover {
        color: var(--bd-theme-primary);
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-mid-post-title {
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-mid-post-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-mid-post-title {
        font-size: 34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-mid-post-title {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .banner-mid-post-title {
        font-size: 24px;
    }
}

.featured-single-box {
    border-bottom: 1px solid var(--bd-border-secondary);
    position: relative;
}

    .featured-single-box:not(:last-child) {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
    .featured-single-box:not(:last-child) {
        margin-bottom: 35px;
        padding-bottom: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .featured-single-box:not(:last-child) {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .featured-single-box:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

.featured-single-box .post-right-title {
    font-size: 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width:480px) {
    .featured-single-box .post-right-title {
        font-size: 16px;
    }
}

.featured-single-box:last-child {
    border-bottom: 0;
}

.featured-post-wrapper {
    border-left: 1px solid var(--bd-border-secondary);
    padding-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .featured-post-wrapper {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-post-wrapper {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .featured-post-wrapper {
        padding-left: 0;
        border: 0;
    }
}

.featured-post-wrapper .post-section-title {
    font-weight: 600;
    border-bottom: 1px solid var(--bd-border-secondary);
    margin-bottom: 25px;
    padding-bottom: 10px;
}

    .featured-post-wrapper .post-section-title span {
        color: var(--bd-theme-primary);
    }

.post-right-conent.home2-post-right {
    gap: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-right-conent.home2-post-right {
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
}

.post-right-conent {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .post-right-conent {
        gap: 10px;
    }
}

@media (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-right-conent {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }
}

.featured_img-box {
    flex: 0 0 auto;
    width: 110px;
}

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

.featured_img-box img {
    width: 100%;
}

.banner-blog-img-box {
    width: 110px;
    flex: 0 0 auto;
}

@media (max-width: 575px), (max-width:480px) {
    .banner-blog-img-box {
        width: 100%;
    }
}

.banner-blog-img-box img {
    width: 100%;
}

.post-right-title {
    font-size: 18px;
    line-height: 1.67;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .post-right-title {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-right-title {
        font-size: 15px;
        line-height: 1.67;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-right-title {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .post-right-title {
        font-size: 15px;
    }
}

.post-right-title a:hover {
    color: var(--bd-theme-primary);
}

.post-right-img {
    position: absolute;
    top: 0;
    right: 0;
}

/*----------------------------------------*/
/*  7.2 banner Style 2
/*----------------------------------------*/
.banner-content p {
    color: var(--bd-text-body-2);
}

@media (max-width: 575px) {
    .banner-content p {
        font-size: 15px;
    }
}

.banner-two-thumb-box img {
    width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-two-thumb-box img {
        width: 100%;
        aspect-ratio: 100/100;
    }
}

/*----------------------------------------*/
/*  7.3 banner Style 3
/*----------------------------------------*/
.cart-hero-area {
    position: relative;
    padding-top: 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .cart-hero-area {
        padding-top: 45px;
    }
}

.cart-hero-area::before {
    position: absolute;
    content: "";
    height: 455px;
    width: 100%;
    background: var(--bd-bg-1);
    top: 0;
    z-index: -2;
}

.banner-left-single-iteam {
    background: var(--bd-common-white);
    filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.06));
}

.banner-img-content {
    padding: 0px 30px;
    padding-bottom: 20px;
}

@media (max-width: 575px) {
    .banner-img-content {
        padding: 0px 15px;
        padding-right: 0px;
        padding-bottom: 20px;
    }
}

.banner-img {
    position: relative;
    overflow: hidden;
}

    .banner-img img {
        width: 100%;
    }

    .banner-img .bolt-icon {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

@media (max-width: 575px) {
    .banner-img .bolt-icon {
        bottom: 20px;
        right: 20px;
    }
}

.banner-img .bolt-icon a {
    font-size: 14px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    color: var(--bd-common-white);
    background: var(--bd-theme-primary);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
}

    .banner-img .bolt-icon a:hover {
        background: var(--bd-common-black);
        color: var(--bd-common-white);
    }

.banner-right-content {
    padding: 37px 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-right-content {
        padding: 27px 20px;
    }
}

@media (max-width: 575px) {
    .banner-right-content {
        padding: 20px 8px;
        padding-top: 0px;
    }
}

.banner-right-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.banner-right-single-box {
    display: flex;
    background: var(--bd-common-white);
    filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.06));
}

    .banner-right-single-box:hover .banner-right-img img {
        transform: scale(1.04);
    }

@media (max-width: 575px) {
    .banner-right-single-box {
        display: block;
    }
}

.banner-right-single-box .banner-right-img {
    flex: 0 0 auto;
    overflow: hidden;
    width: 180px;
}

@media (max-width: 575px) {
    .banner-right-single-box .banner-right-img {
        margin-bottom: 30px;
        width: 100%;
    }
}

.banner-right-single-box .banner-right-img img {
    width: 100%;
}

.banner-two-post-content p {
    margin-bottom: 0px;
}

.banner-two-post-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 230px;
    position: relative;
    padding-right: 80px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-two-post-content-wrapper {
        padding-right: 0;
    }
}

.banner-two-post-content-wrapper .banner-img {
    overflow: hidden;
}

.banner-two-post-content-wrapper:hover .banner-img img {
    transform: scale(1.04);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-two-post-content-wrapper {
        gap: 185px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-two-post-content-wrapper {
        gap: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-two-post-content-wrapper {
        gap: 50px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-two-post-content-wrapper {
        gap: 50px;
    }
}

/*----------------------------------------*/
/*  7.4 Banner Style 4
/*----------------------------------------*/
.banner-technology-area {
    padding-top: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-technology-area {
        padding-top: 40px;
    }
}

@media (max-width: 575px) {
    .banner-technology-area {
        padding-top: 30px;
    }
}

.banner-technolgy-img img {
    width: 100%;
}

.technology-post-title {
    font-size: 40px;
    margin-bottom: 130px;
}

    .technology-post-title a:hover {
        color: var(--bd-theme-primary);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .technology-post-title {
        font-size: 34px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .technology-post-title {
        font-size: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .technology-post-title {
        font-size: 24px;
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .technology-post-title {
        font-size: 22px;
        margin-bottom: 50px;
    }
}

.blog-post-meta span {
    font-size: 14px;
    color: var(--bd-text-body-2);
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-post-meta span {
        font-size: 12px;
    }
}

.technology-content-wrapper {
    padding-left: 90px;
    padding-right: 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .technology-content-wrapper {
        padding-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) {
    .technology-content-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* HEADER CSS */
/*----------------------------------------*/
/*  5.2 Main menu css
/*----------------------------------------*/
.main-menu ul {
    margin-bottom: 0;
}

    .main-menu ul > li {
        position: relative;
        list-style: none;
        margin-inline-end: 25px;
        /* submenu css start */
        /* mega menu start */
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu ul > li {
        margin-inline-end: 30px;
    }
}

.main-menu ul > li:last-child {
    margin-inline-end: 0;
}

.main-menu ul > li > a {
    display: inline-block;
    color: #414141;
    padding: 36px 0;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .main-menu ul > li > a {
        padding: 32px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu ul > li > a {
        padding: 30px 0;
    }
}

.main-menu ul > li.has-dropdown > a {
    position: relative;
}

    .main-menu ul > li.has-dropdown > a::after {
        content: "\f107";
        -webkit-transform: translateY(1px);
        -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
        -o-transform: translateY(1px);
        transform: translateY(1px);
        font-size: 15px;
        font-family: var(--bd-ff-fontawesome);
        font-weight: 400;
        margin-inline-start: 5px;
        display: inline-block;
    }

.main-menu ul > li.has-mega-menu {
    position: static;
}

.main-menu ul > li.megamenu-wrapper {
    position: static;
}

.main-menu ul > li .submenu {
    position: absolute;
    top: 110%;
    inset-inline-start: 0;
    min-width: 280px;
    background: #0d0d0d;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    padding: 35px 0 6px;
    color: var(--bd-common-white);
    border: 1px solid var(--bd-border-primary);
}

    .main-menu ul > li .submenu li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

        .main-menu ul > li .submenu li.has-dropdown > a::after {
            position: absolute;
            top: 50%;
            inset-inline-end: 25px;
            -webkit-transform: translateY(-50%) rotate(-90deg);
            -moz-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
            -o-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
            color: var(--bd-text-1);
        }

        .main-menu ul > li .submenu li a {
            position: relative;
            z-index: 11;
            color: var(--bd-text-body);
            font-size: 16px;
            padding: 0 25px;
            padding-inline-start: 30px;
            padding-bottom: 9px;
            width: 100%;
        }

            .main-menu ul > li .submenu li a::before {
                position: absolute;
                content: "";
                left: 25px;
                top: 40%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 0px;
                height: 1px;
                background-color: var(--bd-theme-primary);
            }

        .main-menu ul > li .submenu li .submenu {
            inset-inline-start: 100%;
            top: 0;
            visibility: hidden;
            opacity: 0;
        }

        .main-menu ul > li .submenu li:hover > a {
            color: var(--bd-theme-primary);
            padding-inline-start: 43px;
        }

            .main-menu ul > li .submenu li:hover > a::before {
                width: 12px;
            }

            .main-menu ul > li .submenu li:hover > a::after {
                color: var(--bd-theme-primary);
            }

        .main-menu ul > li .submenu li:hover > .submenu {
            -webkit-transform: translateY(1);
            -moz-transform: translateY(1);
            -ms-transform: translateY(1);
            -o-transform: translateY(1);
            transform: translateY(1);
            visibility: visible;
            opacity: 1;
        }

.main-menu ul > li .mega-menu {
    position: absolute;
    top: 105%;
    left: 50%;
    padding: 30px 35px 30px;
    background: #1b1d1f;
    visibility: hidden;
    opacity: 0;
    border: 1px solid var(--bd-border-primary);
    z-index: 99;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transition: all 0.2s 0s ease-out;
    -moz-transition: all 0.2s 0s ease-out;
    -ms-transition: all 0.2s 0s ease-out;
    -o-transition: all 0.2s 0s ease-out;
    transition: all 0.2s 0s ease-out;
}

.bd-theme-light .main-menu ul > li .mega-menu {
    background-color: var(--bd-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul > li .mega-menu {
        padding: 25px 25px;
    }
}

.main-menu ul > li .mega-menu.mega-menu.mega-menu-grid-4 {
    padding: 30px 35px 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    column-gap: 30px;
    width: 1028px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul > li .mega-menu.mega-menu.mega-menu-grid-4 {
        width: 100%;
    }
}

.main-menu ul > li .mega-menu.mega-menu.mega-menu-grid-3 {
    padding: 30px 35px 30px;
    display: grid;
    row-gap: 30px;
    column-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    width: 950px;
    margin: 0 auto;
    justify-content: space-around;
}

.main-menu ul > li .mega-menu li .mega-menu-title {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--bd-common-white);
    cursor: text;
    padding: 0;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(195, 165, 165, 0.14);
    padding-bottom: 5px;
}

.bd-theme-light .main-menu ul > li .mega-menu li .mega-menu-title {
    color: var(--bd-common-white);
}

.main-menu ul > li .mega-menu li .mega-menu-title::before {
    display: none;
}

.main-menu ul > li .mega-menu li ul li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
}

    .main-menu ul > li .mega-menu li ul li:last-child {
        margin-bottom: 0;
    }

    .main-menu ul > li .mega-menu li ul li a {
        font-weight: 500;
        font-size: 15px;
        color: var(--bd-common-white);
        padding: 0;
        position: relative;
    }

.bd-theme-light .main-menu ul > li .mega-menu li ul li a {
    color: var(--bd-common-white);
}

.main-menu ul > li .mega-menu li ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 0;
    height: 1px;
    background-color: var(--bd-theme-primary);
}

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

    .main-menu ul > li .mega-menu li ul li:hover > a::before {
        background-color: var(--bd-theme-primary);
    }

.main-menu ul > li .mega-menu li:hover > .mega-menu-title {
    color: var(--bd-theme-primary);
    padding-inline-start: 0;
}

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

.main-menu ul > li .mega-menu li > a:hover {
    padding-inline-start: 18px;
}

    .main-menu ul > li .mega-menu li > a:hover::before {
        width: 12px;
    }

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

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

.main-menu ul > li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu ul > li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    transition-duration: 0.2s;
}

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

    .main-menu-2 ul li > a::before {
        background: var(--bd-theme-primary);
    }

.main-menu-2 ul li .submenu li a:hover {
    color: var(--bd-theme-primary);
}

    .main-menu-2 ul li .submenu li a:hover::before {
        background: var(--bd-theme-primary);
    }

.main-menu-2 ul li .submenu li:hover > a {
    color: var(--bd-theme-primary);
}

    .main-menu-2 ul li .submenu li:hover > a::before {
        background-color: var(--bd-theme-primary);
    }

.main-menu-2 ul li .submenu li.has-dropdown:hover > a::after {
    color: var(--bd-theme-primary);
}

.main-menu-2 ul li .mega-menu li ul li:hover > a {
    color: var(--bd-theme-primary);
}

    .main-menu-2 ul li .mega-menu li ul li:hover > a::before {
        background: var(--bd-theme-primary);
    }

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

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

    .main-menu-2 ul li:hover > a::after {
        color: var(--bd-theme-primary);
    }

.main-menu-3 ul li > a {
    color: #d1d1d1;
}

    .main-menu-3 ul li > a::after {
        color: #d1d1d1;
    }

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

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

.main-menu-4 ul li > a {
    color: #d1d1d1;
}

    .main-menu-4 ul li > a::after {
        color: #d1d1d1;
    }

.element_mega_menu {
    position: relative;
}

    .element_mega_menu .sub-menu.element_sub_menu {
        top: 110%;
        border-top: 0;
        background: var(--bd-common-black);
        transform: scaleY(1);
    }

        .element_mega_menu .sub-menu.element_sub_menu li {
            padding: 5px 20px 5px 20px;
        }

            .element_mega_menu .sub-menu.element_sub_menu li a {
                color: var(--bd-common-white);
            }

                .element_mega_menu .sub-menu.element_sub_menu li a::before {
                    position: absolute;
                    content: "";
                    left: 20px;
                    right: auto;
                    top: 50%;
                    bottom: auto;
                    width: 0;
                    height: 1px;
                    background-color: var(--bd-theme-primary);
                    transition: 0.3s;
                }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .element_mega_menu .sub-menu.element_sub_menu li a::before {
        display: none;
    }
}

.element_mega_menu .sub-menu.element_sub_menu li a:hover {
    padding-inline-start: 18px;
}

    .element_mega_menu .sub-menu.element_sub_menu li a:hover::before {
        width: 12px;
    }

.home__menu-item {
    position: relative;
}

    .home__menu-item:hover .home__menu__buttons {
        transform: scale(1, 1);
        opacity: 1;
        visibility: visible;
    }

    .home__menu-item:hover .home__menu-thumb::before {
        opacity: 1;
    }

.home__menu-thumb {
    position: relative;
    border: 1px solid var(--bd-border-secondary);
    overflow: hidden;
}

    .home__menu-thumb img {
        width: 100%;
    }

    .home__menu-thumb::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background: rgba(13, 13, 13, 0.7);
        opacity: 0;
        transition: 0.3s;
        left: 0;
        top: 0;
    }

.bd-theme-light .home__menu-thumb::before {
    background: rgba(229, 229, 229, 0.7);
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .home__menu-thumb::before {
        opacity: 1;
    }
}

.home__menu__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    transform-origin: bottom center;
    transition: 500ms ease;
    gap: 10px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .home__menu__buttons {
        transform: scale(1, 1);
        opacity: 1;
        visibility: visible;
    }
}

.home__menu__buttons .bd-demo-btn {
    height: 45px;
    font-size: 14px !important;
    padding: 0 30px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: var(--bd-common-white) !important;
    width: inherit !important;
    font-weight: 600;
    background: var(--bd-theme-primary);
}

    .home__menu__buttons .bd-demo-btn:hover {
        background: var(--bd-common-white);
        color: var(--bd-common-black) !important;
    }

.mega-menu-thumb-btn .bd-demo-btn {
    height: 45px;
    font-size: 14px !important;
    padding: 0 30px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: var(--bd-common-white) !important;
    width: inherit !important;
    font-weight: 600;
    background: var(--bd-theme-primary);
}

    .mega-menu-thumb-btn .bd-demo-btn:hover {
        background: var(--bd-common-white);
        color: var(--bd-common-black) !important;
    }

.home__menu-title {
    margin-top: 15px;
    font-size: 18px;
    color: var(--bd-text-body);
}

.bd-theme-light .home__menu-title {
    color: var(--bd-text-body);
}

.home__menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    column-gap: 30px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .home__menu-grid {
        padding: 10px 0 20px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.main-menu ul {
    display: flex;
    gap: 30px;
}

    .main-menu ul > li {
        position: relative;
        padding: 0px;
        margin: 0px;
    }

        .main-menu ul > li:hover > .sub-menu {
            visibility: visible;
            opacity: 1;
            top: 100%;
            transform: scaleY(1);
        }

            .main-menu ul > li:hover > .sub-menu li {
                opacity: 1;
                transform: translateY(0);
            }

        .main-menu ul > li > .sub-menu {
            inset-inline-start: 0;
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 220px;
            transform-origin: top center;
            padding: 15px 0px;
            background: var(--bd-common-white);
            border-top: 3px solid var(--bd-theme-primary);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
            opacity: 0;
            visibility: hidden;
            transition: 0.4s;
            z-index: 22;
            transform: scaleY(0);
        }

            .main-menu ul > li > .sub-menu > li {
                opacity: 1;
                transition: all 0.35s cubic-bezier(0.39, 0.58, 0.57, 1);
                transition-property: all;
                transition-property: transform, opacity;
                transform: translateY(12px);
                padding: 5px 20px 5px 20px;
            }

                .main-menu ul > li > .sub-menu > li:hover > a {
                    color: var(--bd-theme-primary);
                    padding-left: 5px;
                    background: transparent;
                    letter-spacing: 1px;
                }

                .main-menu ul > li > .sub-menu > li a {
                    letter-spacing: 0.025em;
                    padding: 4px 0;
                    transition: all 300ms linear 0s;
                    white-space: nowrap;
                    display: block;
                    border: 0;
                    color: var(--bd-common-black);
                }

                .main-menu ul > li > .sub-menu > li .sub-menu {
                    left: 100%;
                    top: 10px;
                }

        .main-menu ul > li > a {
            font-size: 16px;
            font-weight: 550;
            padding: 18px 0px;
            display: inline-block;
            font-family: fantasy;
        }

            .main-menu ul > li > a:hover {
                color: #bc1624;
            }

.home5-menu-style ul {
    gap: 0px;
}

    .home5-menu-style ul > li:last-child ul.sub-menu {
        left: -95px;
    }

    .home5-menu-style ul > li:hover > a {
        background: var(--bd-theme-primary);
        color: var(--bd-common-white);
        border-color: var(--bd-theme-primary);
    }

    .home5-menu-style ul > li:hover ul.sub-menu {
        top: 157%;
    }

        .home5-menu-style ul > li:hover ul.sub-menu li a {
            background: transparent;
        }

    .home5-menu-style ul > li > a {
        padding: 8px 23px;
        border: 2px solid var(--bd-common-black);
        border-radius: 30px;
        margin-left: 4px;
    }

    .home5-menu-style ul > li ul.sub-menu {
        top: 157%;
    }

        .home5-menu-style ul > li ul.sub-menu li ul.sub-menu {
            top: 10px;
        }

.mega-menu > li > ul {
    display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .mega-menu-wrap {
        width: 1115px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mega-menu-wrap {
        width: 940px;
    }
}

li.mega-menu {
    position: relative;
}

    li.mega-menu .mega-menu-wrap {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s;
        transform-origin: top center;
        position: absolute;
        background: var(--bd-common-white);
        width: 1290px;
        left: 50%;
        padding: 35px 35px;
        z-index: 222;
        transform: translateX(-50%) scaleY(0);
        box-shadow: 20px 30px 70px rgba(3, 4, 28, 0.1);
        transform-origin: top !important;
        top: 100%;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    li.mega-menu .mega-menu-wrap {
        width: 1110px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    li.mega-menu .mega-menu-wrap {
        width: 930px;
        padding: 25px 25px;
    }
}

li.mega-menu:hover .mega-menu-wrap {
    top: 100%;
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
    visibility: visible;
}

.mega-menu-news {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .mega-menu-news .latest-news-img {
        overflow: hidden;
    }

    .mega-menu-news:hover .latest-news-img img {
        transform: scale(1.05);
    }

    .mega-menu-news a {
        padding: 0px !important;
    }

.sidebar-news-wrap.mega-menuwrap {
    background: transparent;
    padding: 0px;
}

.mg-product-cat-title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bd-border-secondary);
    margin-bottom: 30px;
}

.mega-menu-news.mg-news-title:not(:last-child) {
    padding-bottom: 35px;
    border-bottom: 1px solid var(--bd-border-secondary);
    margin-bottom: 35px;
}

.mega-menu-img {
    overflow: hidden;
}

    .mega-menu-img img {
        width: 100%;
    }

    .mega-menu-img:hover img {
        transform: scale(1.04);
    }

.modal-wrap .modal-footer {
    border-top: 0;
}

.modal-wrap .modal-dialog .modal-content {
    background: var(--bd-theme-primary);
    padding: 20px;
    border: 0;
    border-radius: 0;
}

.modal-wrap .modal-header {
    border: 0;
    padding: 0px;
}

.modal-wrap .btn-close {
    background: none;
    font-size: 20px;
    opacity: 1;
    color: var(--bd-common-white);
    padding: 0px !important;
}

.modal-wrap .bd-contanct-btn {
    background: var(--bd-common-black);
    color: var(--bd-common-white);
}

    .modal-wrap .bd-contanct-btn:hover {
        color: var(--bd-text-body);
        background: var(--bd-common-white);
    }

.bd-megamenu-thumb {
    position: relative;
}

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

    .bd-megamenu-thumb .mega-menu-thumb-content {
        position: absolute;
        bottom: 50px;
        left: 0px;
        right: 0;
        display: inline-flex;
        text-align: center;
        justify-content: center;
    }

        .bd-megamenu-thumb .mega-menu-thumb-content .mega-menu-thumb-btn > a.subscribe-btn {
            display: inline-block;
            padding: 13px 25px;
            font-size: 14px;
            font-weight: 600;
            color: var(--bd-common-white);
            background: var(--bd-theme-primary);
            border: 1px solid transparent;
            border-radius: 60px;
        }

            .bd-megamenu-thumb .mega-menu-thumb-content .mega-menu-thumb-btn > a.subscribe-btn:hover {
                border: 1px solid var(--bd-theme-primary);
                background: var(--bd-common-white);
                color: var(--bd-common-black);
            }

.sticky-logo {
    display: none;
}

.sticky .sticky-logo {
    display: block;
}

.sticky .header-top-logo {
    display: none;
}

.modal-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--bd-common-white);
    margin-bottom: 10px;
}

.modal-text input {
    background: transparent;
    color: var(--bd-common-white);
    border-bottom: 1px solid var(--bd-common-white);
    border-radius: 0;
    padding: 0px;
}

    .modal-text input:focus {
        border-bottom: 1px solid var(--bd-common-white);
    }

    .modal-text input::-moz-placeholder {
        color: var(--bd-common-white);
    }

    .modal-text input::placeholder {
        color: var(--bd-common-white);
    }

.modal-text p {
    color: var(--bd-common-white);
}

/*----------------------------------------*/
/*  5.1 Meanmenu css
/*----------------------------------------*/
/* Mean menu customize */
.mean-container {
    margin-bottom: 35px;
}

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

        .mean-container a.meanmenu-reveal span {
            display: block;
            background: #fff;
            height: 3px;
            margin-top: 3px;
        }

    .mean-container .mean-push {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        clear: both;
    }

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

        .mean-container .mean-nav .wrapper {
            width: 100%;
            padding: 0;
            margin: 0;
        }

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

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

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

            .mean-container .mean-nav ul li {
                position: relative;
                float: left;
                width: 100%;
            }

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

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

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

                .mean-container .mean-nav ul li.mean-last {
                    border-bottom: none;
                    margin-bottom: 0;
                }

                .mean-container .mean-nav ul li > a.mean-expand i {
                    display: inline-block;
                    transition: 0.3s;
                }

                .mean-container .mean-nav ul li > a > i {
                    display: none;
                }

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

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

                        .mean-container .mean-nav ul li a:hover i, .mean-container .mean-nav ul li span:hover i {
                            color: var(--bd-common-white);
                        }

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

                        .mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li span.mean-expand:hover {
                            background: var(--bd-theme-primary);
                            color: var(--bd-common-white);
                            border-color: var(--bd-theme-primary);
                        }

                            .mean-container .mean-nav ul li a.mean-expand:hover i, .mean-container .mean-nav ul li span.mean-expand:hover i {
                                color: var(--bd-common-white);
                            }

                        .mean-container .mean-nav ul li a.mean-expand.mean-clicked, .mean-container .mean-nav ul li span.mean-expand.mean-clicked {
                            color: var(--bd-common-white);
                        }

                            .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover, .mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
                                background: var(--bd-theme-primary);
                                color: var(--bd-common-white);
                                border-color: var(--bd-theme-primary);
                            }

                .mean-container .mean-nav ul li li a {
                    width: 90%;
                    padding: 10px 7%;
                    text-shadow: none !important;
                    visibility: visible;
                }

                .mean-container .mean-nav ul li li li a {
                    width: 80%;
                    padding: 10px 12%;
                }

                .mean-container .mean-nav ul li li li li a {
                    width: 70%;
                    padding: 10px 17%;
                }

                .mean-container .mean-nav ul li li li li li a {
                    width: 60%;
                    padding: 10px 20%;
                }

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

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

.mean-container .mean-bar, .mean-container .mean-bar * {
    /* Fix for box sizing on Foundation Framework etc. */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*----------------------------------------*/
/*  6.5 Blog css
/*----------------------------------------*/
.product-cat-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #303030;
    position: relative;
    display: inline-block;
    border: 1px solid #757575;
    padding: 5px 20px 0px;
    border-radius: 50px;
    margin-bottom: 20px;
}

    .product-cat-title::before {
        position: absolute;
        /* content: ""; */
        width: 100%;
        background: #070707;
    }

    .product-cat-title a:hover {
        color: var(--bd-common-black);
    }

.post-img {
    overflow: hidden;
    height: 126px;
    display: flex;
    background-size: cover;
    /* flex-wrap: wrap; */
}

.post-img img {
        max-width: 100%;
        backdrop-filter: invert(58%);
        max-height: 120px;
        object-fit: scale-down;
        
        background-size: auto;
    }

.single-feature-box:hover .post-img img {
    transform: scale(1.04);
}

.single-card-post-box:hover .post-img img {
    transform: scale(1.04);
}

.single-recent-box:hover .post-img img {
    transform: scale(1.04);
}

.post-img-content .cart-post-title {
    font-weight: 600;
    margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .post-img-content .cart-post-title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .post-img-content .cart-post-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-img-content .cart-post-title {
        font-size: 22px;
    }
}

.post-img-content .cart-post-title a:hover {
    color: var(--bd-theme-primary);
}

.featured-post-img {
    overflow: hidden;
}

    .featured-post-img:hover img {
        transform: scale(1.05);
    }

    .featured-post-img img {
        aspect-ratio: 100/100;
        width: 100%;
    }

.blog-post-meta {
    display: flex;
    gap: 15px;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-post-meta {
        gap: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-post-meta {
        gap: 5px;
    }
}

.blog-post-meta ul {
    display: flex;
    gap: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-post-meta ul {
        gap: 5px;
    }
}

.blog-post-meta ul li {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 575px) {
    .blog-post-meta ul li {
        font-size: 13px;
    }
}

.blog-post-meta ul li::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 2px;
    background: var(--bd-common-black);
    border-radius: 50%;
    top: 9px;
    left: -8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-post-meta ul li::before {
        left: -3px;
    }
}

.blog-post-meta ul li:first-child::before {
    background: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-post-meta.post-meta Ul li {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-post-meta.post-meta .godiece {
        font-size: 12px;
    }
}

.godiece {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

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

.godiece a {
    color: var(--bd-common-black);
}

    .godiece a:hover {
        color: var(--bd-theme-primary);
    }

.id-img-content h2 {
    font-size: 40px;
    margin-top: 10px;
    font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .card-blog-post-title.home3-blog-post-title {
        font-size: 20px;
    }
}

.add-banner {
    height: 140px;
    position: relative;
}

    .add-banner .banner-mid-post-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: 500;
    }

    .add-banner .fashion-mid-post-title {
        position: absolute;
        top: 50%;
        color: var(--bd-common-white);
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: 500;
    }

.post-blog-title {
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .post-blog-title {
        font-size: 16px;
    }
}

@media (max-width:480px) {
    .post-blog-title {
        font-size: 16px;
    }
}

.post-blog-title a:hover {
    color: var(--bd-theme-primary);
}

.single-blog-post-box {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--bd-border-secondary);
}

    .single-blog-post-box:hover .post-img img {
        transform: scale(1.04);
    }

    .single-blog-post-box.feature-blog-post {
        border: 0;
    }

.sidebar-box {
    display: flex;
    flex-direction: column;
}

    .sidebar-box .single-sidebar-item {
        display: flex;
        gap: 25px 15px;
        margin-bottom: 30px;
        align-items: center;
    }

        .sidebar-box .single-sidebar-item:last-child {
            margin-bottom: 0px;
        }

@media (max-width: 575px) {
    .sidebar-box .single-sidebar-item {
        flex-direction: column;
        gap: 15px;
        align-items: start;
    }
}

.sidebar-box .single-sidebar-item:hover .side-bar-img img {
    transform: scale(1.05);
}

.sidebar-box .single-sidebar-item .side-bar-img {
    overflow: hidden;
    width: 100px;
    flex: 0 0 auto;
}

@media (max-width: 575px) {
    .sidebar-box .single-sidebar-item .side-bar-img {
        width: 100%;
    }
}

.sidebar-box .single-sidebar-item .side-bar-img img {
    width: 100%;
}

.featured-slide-nav {
    display: flex;
    align-items: center;
    gap: 10px 16px;
    color: #e78600;
    padding: 5px 20px 3px;
    border-radius: 100px;
    font-weight: 800;
}

    .featured-slide-nav .prev, .featured-slide-nav .next {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 25px;
    }

        .featured-slide-nav .prev:hover, .featured-slide-nav .next:hover {
            color: #e52f01;
        }

.feature-blog-wrap .single-card-post-box {
    padding-bottom: 0px;
}

.play-btn {
    font-size: 20px;
    color: var(--bd-common-black);
    height: 80px;
    width: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    background: var(--bd-common-white);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

@media (max-width: 575px) {
    .play-btn {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 16px;
    }
}

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

.single-video-img {
    position: relative;
    width: 180px;
    flex: 0 0 auto;
    overflow: hidden;
}

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

.single-video-img img {
    width: 100%;
}

.single-video-img .play-btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 12px;
    color: var(--bd-common-white);
    background-color: rgba(255, 255, 255, 0.2);
}

    .single-video-img .play-btn:hover {
        background: var(--bd-theme-primary);
        color: var(--bd-common-white);
    }

.single-video-img .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .single-video-img .video-btn::before {
        background: transparent;
        z-index: -66;
        opacity: 0;
        visibility: hidden;
    }

.home5-blog-area {
    padding-top: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .home5-blog-area {
        padding-top: 50px;
    }
}

.single-feature-blog {
    margin-bottom: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .single-feature-blog {
        margin-bottom: 40px;
    }
}

.post-added-content p {
    margin-bottom: 20px;
}

.body-bg-color {
    background: #F4F4F4;
}

.blog-title-2 {
    color: var(--bd-common-black);
}

.design-product-cat-title {
    color: var(--bd-common-black);
    font-family: var(--bd-ff-p);
    font-size: 14px;
    font-weight: 400;
    background: var(--bd-common-white);
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    border: 2px solid var(--bd-common-black);
}

.design-title {
    color: var(--bd-common-black);
    font-size: 40px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .design-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .design-title {
        font-size: 25px;
    }
}

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

.design-img-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .design-img-wrapper {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 35px;
    }
}

@media (max-width: 575px) {
    .design-img-wrapper {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .design-img-wrapper {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 30px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 570px) {
    .design-img-wrapper {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 30px;
    }
}

.single-design-img {
    overflow: hidden;
    position: relative;
}

    .single-design-img::before {
        position: absolute;
        content: "";
        top: 0;
        left: auto;
        right: 0;
        width: 0;
        height: 100%;
        background: var(--bd-common-black);
        z-index: -1;
        opacity: 0.5;
        transition: 0.5s;
    }

    .single-design-img .social-icon {
        font-size: 25px;
        color: var(--bd-common-white);
        position: absolute;
        top: 50%;
        left: 50%;
        transition: 0.5s;
        z-index: 22;
        opacity: 0;
        transform: translate(-50%, -50%);
    }

        .single-design-img .social-icon a:hover {
            color: var(--bd-theme-primary);
        }

    .single-design-img:hover img {
        transform: scale(1.04);
    }

    .single-design-img:hover::before {
        left: auto;
        right: 0;
        width: 100%;
        z-index: 2;
    }

    .single-design-img:hover .social-icon {
        opacity: 1;
    }

    .single-design-img img {
        width: 100%;
    }

.blog-left-wrap .blog-img {
    overflow: hidden;
}

.blog-left-wrap:hover .blog-img img {
    transform: scale(1.05);
}

.blog-right-wrap .blog-right-img {
    overflow: hidden;
}

.blog-right-wrap:hover .blog-right-img img {
    transform: scale(1.05);
}

.blog-right-img img {
    width: 100%;
}

.blog-img img {
    width: 100%;
}

.entry-title-wrap h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 7px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .entry-title-wrap h4 {
        font-size: 18px;
    }
}

.entry-title-wrap h4 a:hover {
    color: var(--bd-theme-primary);
}

.blog-section-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 7px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-section-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-section-title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-section-title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .blog-section-title {
        font-size: 20px;
    }
}

.blog-section-title a:hover {
    color: var(--bd-theme-primary);
}

.sidebar-news-wrap {
    background: var(--bd-bg-1);
    padding: 30px 30px 30px 30px;
}

    .sidebar-news-wrap h2 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 30px;
    }

.latest-meta a {
    color: var(--bd-theme-primary);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

    .latest-meta a::before {
        position: absolute;
        content: "";
        height: 12px;
        width: 1px;
        background: var(--bd-text-body-2);
        right: -10px;
        top: 5px;
    }

    .latest-meta a:hover {
        text-decoration: underline;
    }

.latest-meta span {
    color: var(--bd-text-body-2);
    font-size: 12px;
    font-weight: 400;
}

.latest-text h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-text h5 {
        font-size: 14px;
    }
}

.latest-text h5 a:hover {
    color: var(--bd-theme-primary);
}

.single-news-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
}

@media (max-width: 575px) {
    .single-news-wrap {
        flex-direction: column;
        align-items: start;
    }
}

.latest-news-img {
    flex: 0 0 auto;
}

    .latest-news-img img {
        height: 80px;
        width: 80px;
    }

.pageination-wrapper.blog-gird-pageination {
    margin-top: 0px;
}

.news-area {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-area {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .news-area {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:480px) {
    .news-area {
        grid-template-columns: repeat(2, 1fr);
    }
}

.single-news-img {
    position: relative;
    overflow: hidden;
}

    .single-news-img .insta-icon {
        font-size: 25px;
        color: var(--bd-common-white);
        position: absolute;
        top: 50%;
        left: 50%;
        transition: 0.5s;
        z-index: 22;
        opacity: 0;
        transform: translate(-50%, -50%);
    }

        .single-news-img .insta-icon a:hover {
            color: var(--bd-theme-primary);
        }

    .single-news-img:hover::before {
        left: auto;
        right: 0;
        width: 100%;
        z-index: 2;
    }

    .single-news-img:hover .insta-icon {
        opacity: 1;
    }

    .single-news-img:hover img {
        transform: scale(1.05);
    }

    .single-news-img::before {
        position: absolute;
        content: "";
        top: 0;
        left: auto;
        right: 0;
        width: 0;
        height: 100%;
        background: var(--bd-common-black);
        z-index: -1;
        opacity: 0.5;
        transition: 0.5s;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .featured-post-img img {
        width: 100%;
    }
}

/*----------------------------------------*/
/*  6.2 Postbox css
/*----------------------------------------*/
.postbox__meta {
    display: flex;
    align-items: center;
    gap: 13px;
}

@media (max-width: 575px) {
    .postbox__meta {
        flex-wrap: wrap;
    }
}

.postbox__meta span {
    position: relative;
    color: var(--bd-theme-lighte);
}

    .postbox__meta span a {
        color: var(--bd-theme-lightest);
    }

        .postbox__meta span a:hover {
            color: var(--bd-theme-primary);
        }

    .postbox__meta span i {
        margin-right: 5px;
    }

.postbox__meta-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    margin-right: 2px;
}

.postbox__meta-2 {
    display: flex;
    gap: 28px;
    margin-bottom: 20px;
    align-items: center;
}

    .postbox__meta-2 span a {
        color: var(--bd-theme-lightest);
        font-size: 18px;
        line-height: 1;
        font-weight: 500;
    }

        .postbox__meta-2 span a:hover {
            color: var(--bd-theme-primary);
        }

    .postbox__meta-2 .separate {
        position: relative;
        margin: 0 -15px;
    }

        .postbox__meta-2 .separate::before {
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            background-color: var(--bd-theme-lightest);
            border-radius: 100px;
            top: -4px;
            left: -3px;
        }

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox__wrapper {
        padding-left: 0;
    }
}

.postbox__text p {
    margin-bottom: 0;
}

.postbox__thumb img {
    mix-blend-mode: luminosity;
}

.postbox__title h3 {
    font-size: 28px;
}

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

@media (max-width:480px) {
    .postbox__title h3 {
        font-size: 20px;
    }
}

.postbox__list ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}

    .postbox__list ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .postbox__list ul li:after {
        position: absolute;
        content: "";
        height: 5px;
        width: 5px;
        background: var(--bd-theme-primary);
        left: 0;
        top: 50%;
    }

.postbox__quote {
    padding: 30px 35px 25px;
}

@media (max-width:480px) {
    .postbox__quote {
        padding: 30px 25px 25px;
    }
}

.postbox__quote-cite cite {
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--bd-theme-primary);
    position: relative;
    padding-left: 50px;
}

    .postbox__quote-cite cite::before {
        position: absolute;
        content: "";
        height: 1px;
        width: 40px;
        background: var(--bd-text-body);
        left: 0;
        top: 50%;
        display: flex;
    }

.postbox__quote-content p {
    font-size: 24px;
    line-height: 1.5;
    position: relative;
    top: -30px;
    padding-left: 90px;
    margin-bottom: 0;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox__quote-content p {
        padding-left: 0;
    }
}

@media (max-width:480px) {
    .postbox__quote-content p {
        font-size: 24px;
    }
}

.postbox__author {
    gap: 30px 25px;
    padding: 30px 30px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox__author {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
}

.postbox__author-thumb a {
    display: block;
}

.postbox__author-thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 130px;
}

.postbox__author-title {
    margin-bottom: 15px;
}

.postbox__author-content P {
    margin-bottom: 0;
}

.postbox__more-navigation {
    border-top: 1px solid var(--bd-border-primary);
    border-bottom: 1px solid var(--bd-border-primary);
    padding: 30px 0;
    position: relative;
    gap: 30px 30px;
}

@media (max-width: 575px) {
    .postbox__more-navigation {
        flex-wrap: wrap;
    }
}

.postbox__more-navigation::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 1px;
    background: var(--bd-border-primary);
    left: 50%;
    transform: translate(50%, -50%);
    top: 50%;
}

@media (max-width: 575px) {
    .postbox__more-navigation::before {
        display: none;
    }
}

.postbox__more-text p {
    margin-bottom: 0;
}

.postbox__more-text span {
    text-transform: uppercase;
    color: var(--bd-common-white);
}

.bd-theme-light .postbox__more-text span {
    color: var(--bd-common-black);
}

.postbox__more-text a {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--bd-common-white);
}

.bd-theme-light .postbox__more-text a {
    color: var(--bd-common-black);
}

.postbox__more-text a:hover {
    color: var(--bd-theme-primary);
}

    .postbox__more-text a:hover span {
        color: var(--bd-theme-primary);
    }

.postbox__more-content > p {
    margin-bottom: 0;
    max-width: 260px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .postbox__more-content > p {
        max-width: 100%;
    }
}

.postbox__more-content > p:hover {
    color: var(--bd-theme-primary);
}

blockquote {
    background: var(--bd-grey-1);
    padding: 35px 50px;
    margin-bottom: 35px;
}

@media (max-width: 575px) {
    blockquote {
        padding-left: 15px;
        padding-right: 15px;
    }
}

blockquote p {
    line-height: 1.5;
    font-size: 20px;
    color: #57565e;
    font-weight: 400;
}

blockquote cite {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    color: #070337;
    font-style: inherit;
    font-weight: 600;
    position: relative;
}

    blockquote cite::before {
        content: "";
        font-size: 28px;
        color: var(--bd-theme-primary);
        padding-bottom: 0px;
        display: inline-block;
        background: var(--bd-theme-primary);
        height: 2px;
        width: 40px;
        font-weight: 400;
        text-align: center;
        top: -4px;
        margin-right: 10px;
        position: relative;
    }

.postbox__tag {
    padding-top: 30px;
    border-top: 1px solid var(--bd-border-primary);
}

.tagcloud a {
    height: 42px;
    padding: 0 30px;
    text-transform: uppercase;
    color: var(--bd-text-body);
    border: 1px solid var(--bd-border-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    margin-right: 5px;
}

    .tagcloud a:hover {
        color: var(--bd-common-white);
        background-color: var(--bd-theme-primary);
        border-color: transparent;
    }

.category-title {
    font-size: 24px;
    font-weight: 600;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .category-title {
        font-size: 20px;
    }
}

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

.category-title a:hover {
    color: var(--bd-theme-primary);
}

.category-img img {
    - max: 100%;
    max-height: 170px;
    max-width: 170px;
}

.category-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .category-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.category-wrapper .single-category-box:hover .category-img img {
    transform: scale(1.05);
}

.category-wrapper .single-category-box .category-img {
    overflow: hidden;
}

.recent-news-box {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
    justify-content: space-between;
    padding-bottom: 45px;
    margin-bottom: 50px;
}

    .recent-news-box:hover .added-cart-img img {
        transform: scale(1.05);
    }

    .recent-news-box .added-cart-img {
        overflow: hidden;
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .recent-news-box {
        display: block;
    }
}

.recent-news-box:last-child {
    margin-bottom: 0px;
}

.recent-news-box:not(:last-child) {
    border-bottom: 1px solid var(--bd-border-secondary);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .added-cart-img {
        margin-top: 20px;
    }
}

.added-cart-img img {
    width: 100%;
}

.sidebar-widget.sidebar-matter-thumb {
    background: var(--bd-bg-1);
    border: transparent;
    padding-bottom: 15px;
    padding: 30px 30px 30px 30px;
}

    .sidebar-widget.sidebar-matter-thumb ul li a {
        background: var(--bd-common-white);
    }

        .sidebar-widget.sidebar-matter-thumb ul li a:hover {
            background: var(--bd-theme-primary);
            color: var(--bd-common-white);
        }

.follow-cloud-box.home3-follow-cloud {
    background: var(--bd-bg-1);
    border: transparent;
}

    .follow-cloud-box.home3-follow-cloud .follow-btn a {
        background: var(--bd-common-white);
    }

        .follow-cloud-box.home3-follow-cloud .follow-btn a:hover {
            background: var(--bd-theme-primary);
            color: var(--bd-common-white);
        }

.dark-mode .daily-newsletter-box h2 {
    color: var(--bd-common-black);
}

.daily-newsletter-box {
    background: #f2f2f2;
    padding: 20px 15px;
}

    .daily-newsletter-box h6 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        color: var(--bd-common-white);
    }

    .daily-newsletter-box p {
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 0px;
    }

.daily-news-inputfield {
    position: relative;
}

    .daily-news-inputfield input {
        height: 50px;
        width: 100%;
        background: var(--bd-common-white);
        border-radius: 0;
        color: var(--bd-common-black);
        padding-left: 50px;
        padding-right: 135px;
    }

@media (max-width: 575px) {
    .daily-news-inputfield input {
        padding-right: 110px;
    }
}

.daily-news-inputfield .news-letter-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--bd-theme-primary);
}

.daily-news-inputfield .subs-btn {
    position: absolute;
    height: 100%;
    padding: 0px 25px;
    font-weight: 600;
    background: var(--bd-common-black);
    color: var(--bd-common-white);
    text-transform: uppercase;
    right: 0;
    top: 0;
}

@media (max-width: 575px) {
    .daily-news-inputfield .subs-btn {
        padding: 0px 12px;
    }
}

.daily-news-inputfield .subs-btn:hover {
    color: var(--bd-theme-primary);
}

.social-network-box {
    /* background: var(--bd-bg-1); */
    padding: 23px 10px;
}

    .social-network-box h2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .social-network-box ul {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

        .social-network-box ul li a {
            height: 40px;
            width: 40px;
            border-radius: 50%;
            display: inline-block;
            text-align: center;
            line-height: 40px;
            background: #070000;
            color: #ffffff;
        }

            .social-network-box ul li a:hover {
                background: var(--bd-theme-primary);
                color: var(--bd-common-white);
            }

.loadmore-btn.load-btn2 {
    background: var(--bd-bg-1);
}

.rending-news-area {
    background: var(--bd-bg-1);
    padding-top: 100px;
    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) {
    .rending-news-area {
        padding-top: 40px;
    }
}

.rending-news-area .news-shape {
    position: absolute;
    top: -35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .rending-news-area .news-shape {
        top: -10px;
    }
}

.randing-video-news-box {
    position: relative;
}

    .randing-video-news-box img {
        width: 100%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .randing-video-news-box img {
        aspect-ratio: 100/100;
    }
}

.randing-video-news-box .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .randing-video-news-box .video-btn::before {
        position: absolute;
        content: "";
        height: 120px;
        width: 120px;
        background: var(--bd-common-white);
        border-radius: 50%;
        animation: pulse 2s infinite;
    }

@media (max-width: 575px) {
    .randing-video-news-box .video-btn::before {
        height: 80px;
        width: 80px;
    }
}

.randing-video-news-box .play-btn {
    font-size: 25px;
    color: var(--bd-common-black);
    height: 120px;
    width: 120px;
    display: inline-block;
    line-height: 120px;
    text-align: center;
    background: var(--bd-common-white);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

@media (max-width: 575px) {
    .randing-video-news-box .play-btn {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
}

.randing-video-news-box .play-btn:hover {
    background: var(--bd-theme-primary);
    color: var(--bd-common-white);
}

.randing-news-right-box {
    background: var(--bd-common-black);
}

.randing-right-news-content {
    padding-bottom: 38px;
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .randing-right-news-content {
        padding-bottom: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 575px) {
    .randing-right-news-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.randing-right-news-content p {
    color: rgba(255, 255, 255, 0.7);
}

.randing-right-news-content .product-cat-title {
    color: var(--bd-common-white);
}

    .randing-right-news-content .product-cat-title a:hover {
        color: var(--bd-theme-primary);
    }

    .randing-right-news-content .product-cat-title::before {
        background: var(--bd-common-white);
    }

.randing-right-news-content .card-blog-post-title {
    color: var(--bd-common-white);
}

.randing-right-news-content .godiece {
    color: rgba(255, 255, 255, 0.7);
}

    .randing-right-news-content .godiece a {
        color: var(--bd-common-white);
    }

        .randing-right-news-content .godiece a:hover {
            color: var(--bd-theme-primary);
        }

.randing-right-news-content .blog-post-meta ul li {
    color: var(--bd-common-white);
}

    .randing-right-news-content .blog-post-meta ul li::before {
        background: var(--bd-common-white);
    }

    .randing-right-news-content .blog-post-meta ul li:first-child::before {
        background: none;
    }

.randing-news-left-box:hover .randing-img img {
    transform: scale(1.05);
}

.randing-news-right-img:hover .randing-img img {
    transform: scale(1.05);
}

.randing-img {
    position: relative;
    overflow: hidden;
}

    .randing-img img {
        width: 100%;
    }

    .randing-img .newspaper-icon {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

        .randing-img .newspaper-icon a {
            height: 36px;
            width: 36px;
            border-radius: 50%;
            display: inline-block;
            text-align: center;
            line-height: 36px;
            background: var(--bd-theme-primary);
            color: var(--bd-common-white);
        }

            .randing-img .newspaper-icon a:hover {
                background: var(--bd-common-black);
            }

.hand-pick-product-cat-title span {
    font-weight: 500;
    text-transform: uppercase;
}

.tab-btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bd-border-secondary);
}

.news-tab-btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--bd-border-secondary);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .news-tab-btn-wrapper {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
}

.news-tab {
    display: flex;
    gap: 35px;
}

@media (max-width: 575px) {
    .news-tab {
        gap: 20px;
    }
}

.news-tab .nav-item .nav-link {
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    color: var(--bd-text-body-2);
    text-transform: uppercase;
}

    .news-tab .nav-item .nav-link:hover {
        color: var(--bd-theme-primary);
    }

.news-tab .nav-item .active {
    color: var(--bd-theme-primary);
}

.news-tab-single-box {
    display: flex;
    gap: 30px;
    align-items: center;
}

@media (max-width: 575px) {
    .news-tab-single-box {
        flex-direction: column;
    }
}

.news-tab-single-box .news-tab-img {
    flex: 0 0 auto;
    overflow: hidden;
    width: 150px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-tab-single-box .news-tab-img {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .news-tab-single-box .news-tab-img {
        width: 100%;
    }
}

.news-tab-single-box .news-tab-img img {
    width: 100%;
}

.news-tab-single-box:hover .news-tab-img img {
    transform: scale(1.05);
}

.card-blog-post-title.tab-title {
    margin-bottom: 50px;
}

@media (max-width: 575px) {
    .card-blog-post-title.tab-title {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .card-blog-post-title.tab-title {
        font-size: 16px;
    }
}

.tab-right-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--bd-common-white);
    margin-bottom: 25px;
}

    .tab-right-title a {
        background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
        display: inline;
        background-size: 0% 1px, 0 1px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.4s linear;
    }

        .tab-right-title a:hover {
            color: var(--bd-common-white);
            background-size: 0 1px, 100% 1px;
        }

.news-right-post-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 15;
    margin-bottom: 15px;
    padding-right: 30px;
}

    .news-right-post-content .blog-post-meta ul li {
        color: var(--bd-common-white);
    }

        .news-right-post-content .blog-post-meta ul li::before {
            background: var(--bd-common-white);
        }

        .news-right-post-content .blog-post-meta ul li:first-child::before {
            background: none;
        }

.tab-right-post-box {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-right-post-box {
        width: 500px;
    }
}

.tab-right-post-box:hover .tab-right-post-img img {
    transform: scale(1.05);
}

.tab-right-post-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0.7;
    z-index: 11;
}

.tab-right-post-box .tab-right-post-img {
    overflow: hidden;
}

    .tab-right-post-box .tab-right-post-img img {
        width: 100%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-right-post-box .tab-right-post-img img {
        height: 500px;
        object-fit: cover;
    }
}

.news-tab-img img {
    width: 100%;
    height: 239px;
}

/*----------------------------------------*/
/*  6.4 Sidebar css
/*----------------------------------------*/
.sidebar-bd-sticky {
    position: sticky;
    top: 90px;
}

.sidebar-widget-title sidebar-widget-2 {
    font-weight: 600;
    margin-bottom: 30px;
}

.tag-cloud a {
    padding: 4px 14px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 20px;
    background: var(--bd-common-white);
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 7px;
    font-size: 12px;
}

    .tag-cloud a:hover {
        background: #cd201f;
        color: var(--bd-common-white);
    }

.follow-cloud-box {
    border: 1px solid var(--bd-border-secondary);
    padding: 30px 30px 30px 30px;
}

@media (max-width: 575px) {
    .follow-cloud-box {
        padding: 20px;
    }
}

.follow-meta-text .title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

    .follow-meta-text .title:hover {
        color: var(--bd-theme-primary);
    }

    .follow-meta-text .title::before {
        position: absolute;
        content: "\f00c";
        font-family: var(--bd-ff-fontawesome);
        right: -25px;
        top: 0;
        font-size: 12px;
        height: 18px;
        width: 18px;
        background: var(--bd-theme-primary);
        line-height: 18px;
        border-radius: 50%;
        color: var(--bd-common-white);
        text-align: center;
    }

.follow-meta-text p {
    font-weight: 400;
    color: var(--bd-text-body-2);
    margin-bottom: 0px;
}

.follow-meta-box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.follow-btn a {
    font-weight: 400;
    text-transform: uppercase;
    padding: 7px 20px;
    border-radius: 20px;
    background: var(--bd-common-white);
}

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

.single-follow-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-follow-meta {
        gap: 0px;
    }
}

.sidebar-widget > ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .sidebar-widget > ul > li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .sidebar-widget > ul > li .followus-icon a:hover {
            background: var(--bd-theme-primary);
            color: var(--bd-common-white);
        }

        .sidebar-widget > ul > li .follow-btn a:hover {
            background: var(--bd-theme-primary);
            color: var(--bd-common-white);
        }

.followus-icon a {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: var(--bd-common-white);
}

.single-follow-thumb {
    display: flex;
    gap: 15px;
    align-items: center;
}

    .single-follow-thumb .title {
        font-size: 14px;
        font-weight: 500;
    }

        .single-follow-thumb .title span {
            font-size: 14px;
            padding-left: 3px;
            color: #999;
        }

/*----------------------------------------*/
/*  6.1 blog-details css
/*----------------------------------------*/
.details-page-area {
    margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .details-page-area {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .details-page-area {
        margin-top: 50px;
    }
}

.details-page-title {
    font-weight: 600;
    margin-top: 7px;
    font-size: 40px;
}

    .details-page-title a:hover {
        color: var(--bd-theme-primary);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .details-page-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .details-page-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .details-page-title {
        font-size: 27px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .details-page-title {
        font-size: 24px;
    }
}

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

.blog-post-meta.details-page-meta {
    justify-content: center;
    margin-top: 40px;
}

.blog-page-banner-img {
    margin: 60px 0px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-page-banner-img {
        margin: 35px 0px;
    }
}

.share-icon-box {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--bd-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .share-icon-box {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }
}

.share-icon-box span {
    color: var(--bd-common-black);
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}

.share-icon-box ul {
    display: flex;
    gap: 10px;
}

    .share-icon-box ul li a {
        font-weight: 400;
        text-align: center;
        color: var(--bd-common-black);
    }

        .share-icon-box ul li a:hover {
            color: var(--bd-theme-primary);
        }

.blog-page-mid-wrapper {
    padding-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) {
    .blog-page-mid-wrapper {
        padding-left: 0px;
    }
}

.details-sidebar-content span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--bd-theme-primary);
}

.details-sidebar-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .details-sidebar-content h4 {
        font-size: 18px;
    }
}

.details-sidebar-content h4 a:hover {
    color: var(--bd-theme-primary);
}

.contact-innfo-wrapper {
    border-bottom: 1px solid var(--bd-common-black);
    padding-bottom: 20px;
}

    .contact-innfo-wrapper ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        .contact-innfo-wrapper ul li {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            align-items: center;
        }

            .contact-innfo-wrapper ul li:hover .contact-icon {
                opacity: 1;
            }

            .contact-innfo-wrapper ul li:hover a {
                color: var(--bd-theme-primary);
            }

    .contact-innfo-wrapper .contact-icon {
        font-size: 16px;
        font-weight: 400;
        opacity: 0.2;
        transition: 0.3s;
    }

    .contact-innfo-wrapper .contact-text {
        font-size: 16px;
        font-weight: 400;
        font-family: var(--bd-ff-p);
    }

.blog-details-content {
    margin-bottom: 60px;
}

    .blog-details-content p strong {
        color: var(--bd-common-black);
        font-weight: 400;
    }

    .blog-details-content p.p-black {
        color: var(--bd-common-black);
    }

.post-box-text p {
    margin-bottom: 0px;
}

.details-page-meta-img img {
    width: 100%;
}

.blog-page-title {
    font-size: 26px;
    font-weight: 600;
    max-width: 610px;
    line-height: 40px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-page-title {
        font-size: 20px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-page-title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    .blog-page-title {
        font-size: 18px;
        line-height: 28px;
    }
}

.sponsors-img {
    position: relative;
    width: 410px;
    float: right;
    margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sponsors-img {
        width: 340px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sponsors-img {
        width: 295px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .sponsors-img {
        float: none;
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
        margin-left: 0px;
    }
}

.sponsors-img .add-sponsors a {
    position: absolute;
    bottom: 0px;
    height: 60px;
    line-height: 60px;
    left: 0;
    width: 100%;
    background: var(--bd-theme-primary);
    color: var(--bd-common-white);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 575px) {
    .sponsors-img .add-sponsors a {
        height: 50px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .sponsors-img .add-sponsors a {
        bottom: 0;
    }
}

.sponsors-img .add-sponsors a:hover {
    background: var(--bd-common-black);
}

.sponsors-img img {
    width: 100%;
}

.post-quote-arapper {
    padding: 55px 55px;
    background: var(--bd-bg-1);
    border-top: 2px solid var(--bd-common-black);
    margin-top: 40px;
    margin-bottom: 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .post-quote-arapper {
        padding: 20px;
        margin-bottom: 40px;
    }
}

.blog-quote-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-quote-title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-quote-title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    .blog-quote-title {
        font-size: 18px;
        line-height: 28px;
    }
}

.passion-level-box {
    margin-top: 60px;
    margin-bottom: 60px;
}

    .passion-level-box h4 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 10px;
    }

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .passion-level-box h4 {
        font-size: 20px;
    }
}

.blog-details-comment-wrap {
    margin-top: 50px;
    margin-bottom: 60px;
}

.post-box-author {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 20px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    margin-bottom: 60px;
}

@media (max-width: 575px) {
    .post-box-author {
        flex-direction: column;
        gap: 15px;
        align-items: start;
        margin-bottom: 30px;
    }
}

.author-img {
    flex: 0 0 auto;
    width: 100px;
}

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

.author-img img {
    width: 100%;
}

.postbox-author-content .author-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--bd-theme-primary);
    margin-bottom: 7px;
}

    .postbox-author-content .author-title a:hover {
        color: var(--bd-common-black);
    }

.postbox-author-content p {
    margin-bottom: 0px;
}

.comment-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--bd-common-black);
}

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

.comment-title span {
    color: var(--bd-theme-primary);
}

.comment-author h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

    .comment-author h5 span {
        font-size: 14px;
        font-weight: 400;
        font-family: var(--bd-ff-p);
        color: var(--bd-text-body-2);
        margin-left: 10px;
    }

.comment-reply-btn a {
    font-size: 14px;
    font-family: var(--bd-ff-p);
}

    .comment-reply-btn a:hover {
        color: var(--bd-theme-primary);
    }

        .comment-reply-btn a:hover i {
            background: var(--bd-theme-primary);
            border-color: var(--bd-theme-primary);
            color: var(--bd-common-white);
        }

    .comment-reply-btn a i {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        border: 1px solid #E4E4E4;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        margin-right: 10px;
        transition: all 0.3s 0s ease-out;
    }

.comment-thumb {
    display: flex;
    gap: 30px;
}

@media (max-width: 575px) {
    .comment-thumb {
        flex-direction: column;
        gap: 20px;
    }
}

.comment-thumb .comment-img {
    flex: 0 0 auto;
}

.comment-author.comment-br {
    border-bottom: 1px solid var(--bd-border-secondary);
    padding-bottom: 30px;
}

.comment-thumb.commit-thumb-mid {
    padding-left: 110px;
    border-bottom: 1px solid var(--bd-border-secondary);
    padding-bottom: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .comment-thumb.commit-thumb-mid {
        padding-left: 0px;
    }
}

.comment-thumb.last-comment {
    border-bottom: 1px solid var(--bd-border-secondary);
    padding-bottom: 30px;
}

.comment-form-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

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

.comment-form-title {
    font-size: 24px;
    font-weight: 600;
}

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

.ratting {
    font-size: 20px;
}

.contact-input {
    position: relative;
}

    .contact-input textarea {
        height: 200px;
        border-radius: 0;
        resize: none;
        padding-top: 20px;
        padding-left: 20px;
        color: var(--bd-common-black);
        transition: 0.4s;
        border: 1px solid transparent;
    }

        .contact-input textarea:focus {
            border-color: var(--bd-theme-primary);
        }

    .contact-input input {
        height: 60px;
        width: 100%;
        border-radius: 0;
        border: 1px solid rgba(0, 0, 0, 0.14);
        background: transparent;
        color: var(--bd-common-black);
        padding-right: 35px;
    }

    .contact-input i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        color: var(--bd-theme-primary);
    }

.bd-contanct-btn {
    padding: 0px 30px;
    color: var(--bd-theme-primary);
    background: rgba(90, 66, 255, 0.1);
    font-size: 14px;
    text-transform: uppercase;
    height: 60px;
    font-weight: 500;
}

    .bd-contanct-btn i {
        margin-right: 5px;
    }

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

.contact-input.get-newsletter-input {
    position: relative;
}

    .contact-input.get-newsletter-input input {
        border: 0;
        background: var(--bd-bg-1);
    }

/*----------------------------------------*/
/*  7.1 Footer Style 1
/*----------------------------------------*/
.footer-area.footer-default {
    background: var(--bd-common-black);
}

.footer-widget-1 {
    padding-left: 85px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-widget-1 {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-widget-1 {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-widget-1 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 575px) {
    .footer-widget-1 {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-widget-1 {
        padding-left: 0px;
    }
}

.footer-widget > p {
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
    color: #BDBDBD;
}

.footer-newsletter-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--bd-common-white);
}

.footer-widget-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--bd-common-white);
}

    .footer-widget-title::before {
        position: absolute;
        bottom: -2px;
        left: 0;
        height: 3px;
        width: 35px;
        background: var(--bd-theme-primary);
        content: "";
    }

    .footer-widget-title.widget-title-border {
        border-color: var(--bd-border-secondary);
    }

.footer-link ul li:not(:last-child) {
    margin-bottom: 22px;
}

.footer-link ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #D3D3D3;
}

    .footer-link ul li a:hover {
        color: var(--bd-theme-primary);
        letter-spacing: 1px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget {
        padding-left: 0px;
        padding-right: 55px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-widget {
        padding-left: 0px;
        padding-right: 40px;
    }
}

.footer-social-icon ul {
    display: flex;
    gap: 15px;
}

    .footer-social-icon ul li a {
        font-weight: 400;
        color: #A7A7A7;
        display: inline-block;
    }

        .footer-social-icon ul li a:hover {
            color: var(--bd-theme-primary);
        }

.footer-info {
    margin-bottom: 35px;
}

    .footer-info ul li:not(:last-child) {
        margin-bottom: 22px;
        font-weight: 500;
        color: #D3D3D3;
    }

    .footer-info ul li a {
        color: #D3D3D3;
    }

        .footer-info ul li a:hover {
            color: var(--bd-theme-primary);
        }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    padding: 28px 0;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .footer-bottom-inner {
        padding: 20px 0;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-copyright-text {
        text-align: center;
    }
}

.footer-copyright-text p {
    margin-bottom: 0;
    color: #BDBDBD;
}

    .footer-copyright-text p a {
        font-weight: 600;
        color: var(--bd-common-white);
    }

        .footer-copyright-text p a:hover {
            color: var(--bd-theme-primary);
        }

.footer-copyright-links ul li {
    display: inline-block;
}

    .footer-copyright-links ul li:not(:last-child) {
        margin-right: 30px;
    }

    .footer-copyright-links ul li a {
        font-weight: 500;
        color: #D3D3D3;
    }

        .footer-copyright-links ul li a:hover {
            color: var(--bd-theme-primary);
        }

.footer-input-icon {
    position: absolute;
    top: 12px;
    left: 0;
    color: var(--bd-theme-primary);
}

.footer-input-field {
    position: relative;
}

    .footer-input-field input {
        height: 50px;
        width: 100%;
        border-bottom: 2px solid #9b9a9a;
        background: transparent;
        border-radius: 0;
        padding-top: 0px;
        padding-left: 25px;
        padding-right: 85px;
        color: var(--bd-common-placeholder);
    }

        .footer-input-field input:focus {
            border-color: #9b9a9a;
        }

    .footer-input-field .footer-input-btn {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        position: absolute;
        right: 0px;
        top: 13px;
        color: var(--bd-common-white);
    }

        .footer-input-field .footer-input-btn::before {
            position: absolute;
            bottom: 0;
            left: auto;
            right: 0;
            height: 1px;
            width: 0;
            background: var(--bd-theme-primary);
            content: "";
            transition: 0.3s;
        }

        .footer-input-field .footer-input-btn:hover {
            color: var(--bd-theme-primary);
        }

            .footer-input-field .footer-input-btn:hover::before {
                left: 0;
                right: auto;
                width: 100%;
                z-index: 2;
            }

.footer-space {
    padding-top: 100px;
    padding-bottom: 95px;
}

@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-space {
        padding-top: 65px;
        padding-bottom: 60px;
    }
}

.footer-space-bottom {
    padding-bottom: 95px;
}

@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-space-bottom {
        padding-bottom: 60px;
    }
}

/*----------------------------------------*/
/*  7.2 Footer Style 2
/*----------------------------------------*/
.footer-white .footer-link ul li a {
    color: rgba(34, 34, 34, 0.8);
}

    .footer-white .footer-link ul li a:hover {
        color: var(--bd-theme-primary);
    }

.footer-white .footer-widget > p {
    color: rgba(34, 34, 34, 0.7);
}

.footer-white .footer-bottom {
    border-color: var(--bd-border-secondary);
}

.footer-white .footer-copyright-text p {
    color: rgba(34, 34, 34, 0.8);
}

.footer-white .footer-info ul li a {
    color: rgba(34, 34, 34, 0.8);
}

.footer-white .footer-widget-title {
    color: var(--bd-heading-primary);
}

.footer-white .footer-white .footer-link ul li a .footer-info ul li {
    color: rgba(34, 34, 34, 0.8);
}

.footer-white .footer-copyright-links ul li a {
    color: rgba(34, 34, 34, 0.7);
}

    .footer-white .footer-copyright-links ul li a:hover {
        color: var(--bd-theme-primary);
    }

.footer-white .footer-copyright-text p a {
    color: var(--bd-heading-primary);
}

    .footer-white .footer-copyright-text p a:hover {
        color: var(--bd-theme-primary);
    }

.footer-white .footer-newsletter-title {
    color: var(--bd-heading-primary);
}

.footer-white .footer-input-field input {
    border-bottom: 2px solid var(--bd-common-black);
}

.footer-white .footer-input-field .footer-input-btn {
    color: var(--bd-heading-primary);
}

.footer-white .footer-white .footer-social-icon ul li a:hover {
    color: var(--bd-theme-primary);
}

/*----------------------------------------*/
/*  7.3 Footer Style 3
/*----------------------------------------*/
.home5-footer-style {
    border-left: 2px solid var(--bd-common-black);
    border-right: 2px solid var(--bd-common-black);
}

.footer-style-right ul {
    display: flex;
}

    .footer-style-right ul li a {
        color: var(--bd-common-black);
        font-size: 14px;
        font-weight: 500;
        padding: 8px 23px;
        border: 2px solid var(--bd-common-black);
        border-radius: 30px;
        display: inline-block;
        margin-left: 4px;
    }

@media (max-width: 575px) {
    .footer-style-right ul li a {
        padding: 5px 17px;
    }
}

.footer-style-right ul li a:hover {
    background: var(--bd-theme-primary);
    color: var(--bd-common-white);
    border-color: var(--bd-theme-primary);
}

.footer-style-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid var(--bd-common-black);
    padding: 40px 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-top {
        padding: 15px 20px;
    }
}

@media (max-width: 575px) {
    .footer-style-top {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        padding: 20px 0px;
    }
}

.copy-right-text.footer5-copyright {
    border-top: 2px solid var(--bd-common-black);
    padding: 20px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .copy-right-text.footer5-copyright {
        padding: 12px 0px;
    }
}

.copy-right-text.footer5-copyright p {
    color: var(--bd-common-black);
    margin-bottom: 0px;
}

    .copy-right-text.footer5-copyright p a {
        font-weight: 600;
    }

        .copy-right-text.footer5-copyright p a:hover {
            color: var(--bd-theme-primary);
        }

/*----------------------------------------*/
/*  9.12 Slider css
/*----------------------------------------*/
.sider__area {
    padding: 0px 40px 0px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .sider__area {
        padding: 0px;
    }
}

.slider-overlay {
    position: relative;
}

    .slider-overlay:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        opacity: 0.8500000238;
        background: linear-gradient(180deg, #0E0A24 0%, rgba(14, 10, 36, 0.7) 100%);
        -webkit-border-radius: 0 0 35px 35px;
        -moz-border-radius: 0 0 35px 35px;
        -o-border-radius: 0 0 35px 35px;
        -ms-border-radius: 0 0 35px 35px;
        border-radius: 0 0 35px 35px;
    }

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-overlay:before {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
}

.slider__thumb-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slider__content {
    padding: 180px 0 240px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .slider__content {
        padding: 130px 0 160px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .slider__content {
        padding: 100px 0 160px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .slider__content {
        padding: 90px 0 155px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__content {
        padding: 80px 0 145px;
    }
}

@media (max-width:480px) {
    .slider__content {
        padding: 70px 0 135px;
    }
}

.slider__content > p {
    max-width: 545px;
    margin: 0 auto;
    margin-bottom: 40px;
    color: rgb(204, 204, 204);
    animation-delay: 0.7s;
    animation-duration: 1s;
}

.slider__sbutitle {
    background: linear-gradient(90deg, #674AD9 0%, #FB5141 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    line-height: 16px;
    letter-spacing: 2.56px;
    font-weight: var(--bd-fw-medium);
    display: inline-block;
    animation-delay: 0.3s;
    animation-duration: 1s;
}

.slider__title {
    font-size: 80px;
    font-weight: var(--bd-fw-bold);
    margin-bottom: 25px;
    animation-delay: 0.5s;
    animation-duration: 1s;
    color: var(--bd-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .slider__title {
        font-size: 68px;
    }
}

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

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

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

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

@media (max-width: 575px) {
    .slider__title {
        font-size: 40px;
    }
}

@media (max-width:480px) {
    .slider__title {
        font-size: 32px;
    }

        .slider__title br {
            display: none;
        }
}

.parallax-slider {
    position: relative;
    -webkit-border-radius: 0 0 35px 35px;
    -moz-border-radius: 0 0 35px 35px;
    -o-border-radius: 0 0 35px 35px;
    -ms-border-radius: 0 0 35px 35px;
    border-radius: 0 0 35px 35px;
    border-bottom: 4px solid var(--bd-common-white);
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .parallax-slider {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
}

.parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.slider__navigation button {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--bd-border-primary);
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--bd-text-primary);
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 55;
}

.bd-theme-light .slider__navigation button {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--bd-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider__navigation button {
        left: 30px;
    }
}

.slider__navigation button:hover {
    background-color: var(--bd-theme-primary);
    color: var(--bd-common-white);
    border-color: transparent;
}

.slider__navigation .slider__button-next {
    left: auto;
    right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider__navigation .slider__button-next {
        right: 30px;
    }
}

.parallax-slider .slider__sbutitle, .parallax-slider .slider__title {
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.parallax-slider .slider__content > p {
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.parallax-slider .bd-gradient-btn {
    animation-name: fadeInUp;
    animation-fill-mode: both;
    animation-delay: 1s;
    animation-duration: 1s;
}

.bd-slider-dot {
    position: absolute;
    bottom: 45px !important;
    left: 50% !important;
    z-index: 5;
}

    .bd-slider-dot .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.2);
        opacity: 1;
        border-radius: 30px;
        position: relative;
        margin: 0 10px !important;
    }

.bd-theme-light .bd-slider-dot .swiper-pagination-bullet {
    background-color: rgba(6, 6, 6, 0.2);
}

.bd-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bd-common-white);
    background-color: rgb(255, 255, 255);
}

.bd-theme-light .bd-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(6, 6, 6);
}

.bd-slider-dot.is-white .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.2);
}

    .bd-slider-dot.is-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: rgb(255, 255, 255);
    }

.slider__glow .glow-one {
    background: #573FEA;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 235px;
    height: 235px;
    transform-origin: bottom left;
    transform: rotate(-55deg) scale(1, 1);
    filter: blur(200px);
    position: absolute;
    bottom: 85px;
    z-index: -1;
}

.slider__glow .glow-two {
    background: linear-gradient(90deg, rgb(103, 74, 217) 0%, rgb(251, 81, 65) 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    filter: blur(200px);
    position: absolute;
    left: calc(100% - 120px);
    top: 80px;
    z-index: -1;
}

.slider__glow-two .glow-one {
    background: #573fea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 235px;
    height: 235px;
    filter: blur(200px);
    position: absolute;
    top: 50%;
    z-index: 2;
    left: -117px;
}

.slider__glow-two .glow-two {
    background: linear-gradient(-90deg, rgb(101, 73, 213) 0%, rgb(251, 83, 67) 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 241px;
    height: 241px;
    position: absolute;
    top: 175px;
    right: -120px;
    filter: blur(200px);
    z-index: 2;
}

.slider__thumb-bg-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    filter: grayscale(1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 8s linear 0s;
    -moz-transition: all 8s linear 0s;
    -o-transition: all 8s linear 0s;
    transition: all 8s linear 0s;
}

    .slider__thumb-bg-2::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(6, 6, 6, 0.5);
        z-index: -1;
    }

    .slider__thumb-bg-2::before {
        position: absolute;
        content: "";
        height: 54%;
        width: 1000%;
        background: linear-gradient(360deg, #060606 0%, rgba(6, 6, 6, 0) 100%);
        z-index: -1;
        bottom: 0;
        left: 0;
    }

@media (max-width: 575px) {
    .slider__thumb-bg-2::before {
        height: 20%;
    }
}

.slider__content-2 {
    padding-top: 305px;
    padding-bottom: 225px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .slider__content-2 {
        padding-top: 200px;
        padding-bottom: 135px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .slider__content-2 {
        padding-top: 200px;
        padding-bottom: 135px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .slider__content-2 {
        padding-top: 180px;
        padding-bottom: 115px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__content-2 {
        padding-top: 160px;
        padding-bottom: 115px;
    }
}

@media (max-width:480px) {
    .slider__content-2 {
        padding-top: 140px;
        padding-bottom: 115px;
    }
}

.slider__content-2 > p {
    max-width: 545px;
    margin: 0 auto;
    margin-bottom: 45px;
    color: #b7b4b4;
}

.slider__sbutitle-2 {
    color: #089EFF;
    font-weight: 500;
    letter-spacing: 1.68px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(15px);
    padding: 3px 15px;
    display: inline-block;
}

.swiper-slide-active .slider__thumb-bg-2 {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.slider-navigation-2.slider__navigation button {
    left: 90px;
}

.slider-navigation-2 .slider__button-next {
    left: auto !important;
    right: 90px;
}

.blog-slide {
    padding: 0px 15px;
    padding-bottom: 70px;
}

.blog-post-meta.home-2-meta-post ul li {
    color: var(--bd-common-white);
}

    .blog-post-meta.home-2-meta-post ul li a {
        color: var(--bd-common-white);
    }

        .blog-post-meta.home-2-meta-post ul li a:hover {
            color: var(--bd-theme-primary);
        }

    .blog-post-meta.home-2-meta-post ul li .godiece {
        color: var(--bd-common-white);
    }

    .blog-post-meta.home-2-meta-post ul li::before {
        background: var(--bd-common-white);
    }

    .blog-post-meta.home-2-meta-post ul li:first-child::before {
        background: none;
    }

.recennt-news-update {
    border-bottom: 1px solid var(--bd-border-secondary);
}

.recent-news-area-start {
    font-size: 36px;
    font-weight: 600;
}

.single-update-news-slide {
    display: flex !important;
    gap: 25px;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-update-news-slide {
        gap: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-update-news-slide {
        gap: 8px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-update-news-slide {
        gap: 50px;
    }
}

@media (max-width: 575px) {
    .single-update-news-slide {
        flex-direction: column;
        gap: 30px;
    }
}

.treanding-news-title {
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    flex: 0 0 auto;
    position: relative;
    display: inline-block;
    background: #bc1624;
    padding: 8px 15px;
    font-style: italic;
}

    .treanding-news-title::before {
        position: absolute;
        bottom: 0;
        left: auto;
        right: 0;
        height: 0px;
        width: 0;
        background: var(--bd-theme-primary);
        content: "";
        transition: 0.3s;
    }

@media (max-width: 575px) {
    .treanding-news-title {
        margin-bottom: 10px;
    }
}

.treanding-news-title:hover {
    color: #ffffff;
    text-decoration: none;
}

    .treanding-news-title:hover::before {
        left: 0;
        right: auto;
        width: 100%;
        z-index: 2;
    }

.marquee-text {
    font-weight: 500;
    color: #000000;
    font-size: 16px;
}

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

.marquee-single-box {
    display: flex;
    gap: 16px;
    align-items: center;
}

.br {
    border-top: 1px solid var(--bd-common-black);
    margin-top: 4px;
}

.latest-news-wrapper {
    padding: 4px;
}

.slide-trending-news-wrapper {
    display: flex;
    gap: 9px;
    align-items: center;
    border-radius: 2px;
    padding: 0px 5px 0px 0px;
    background: #ffffff;
    border: 1px solid #bc16242e;
}

@media (max-width: 575px) {
    .slide-trending-news-wrapper {
        display: block;
    }
}

/*----------------------------------------*/
/*  9.1 About css
/*----------------------------------------*/
.header-border.primary-page-header {
    border-bottom: 0;
}

.breadcrumb-area {
    position: relative;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
        padding-top: 110px;
        padding-bottom: 130px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-area {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-area {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}

.breadcrumb-area::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: var(--bd-common-black);
    opacity: 0.4;
}

.about-back-title {
    font-size: 200px;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--bd-common-white);
    opacity: 0.3;
    line-height: 1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-back-title {
        font-size: 170px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-back-title {
        font-size: 150px;
        bottom: -35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-back-title {
        font-size: 110px;
        bottom: -25px;
    }
}

@media (max-width: 575px) {
    .about-back-title {
        font-size: 60px;
        bottom: -10px;
    }
}

.about-page-title {
    font-size: 60px;
    font-weight: 600;
    color: var(--bd-common-white);
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-page-title {
        font-size: 45px;
    }
}

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

@media (max-width: 575px) {
    .about-page-title {
        font-size: 30px;
    }
}

.about-content {
    padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content {
        padding-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) {
    .about-content {
        padding-left: 0px;
    }
}

.about-content .about-title {
    font-size: 40px;
    margin-top: 7px;
    font-weight: 600;
    max-width: 600px;
    margin-bottom: 40px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content .about-title {
        font-size: 30px;
        margin-bottom: 30px;
        max-width: 450px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-content .about-title {
        font-size: 25px;
        margin-bottom: 20px;
        max-width: 380px;
    }
}

@media (max-width: 575px) {
    .about-content .about-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.about-img-wrapper img {
    width: 100%;
}

.about-text {
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-text {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-text {
        margin-bottom: 20px;
    }
}

.about-text h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .about-text h5 {
        font-size: 18px;
    }
}

.subscribe-btn.learn_btn {
    background: transparent;
    color: var(--bd-common-black);
    border: 1px solid #D2D2D2;
    height: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscribe-btn.learn_btn {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .subscribe-btn.learn_btn {
        margin-top: 0px;
    }
}

.subscribe-btn.learn_btn:hover {
    background: var(--bd-theme-primary);
    color: var(--bd-common-white);
    border-color: var(--bd-theme-primary);
}

.about-video-area {
    height: 750px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .about-video-area {
        height: 550px;
    }
}

@media (max-width: 575px) {
    .about-video-area {
        height: 450px;
        background-size: cover;
    }
}

.about-video-area .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .about-video-area .video-btn::before {
        position: absolute;
        content: "";
        height: 120px;
        width: 120px;
        background: var(--bd-common-white);
        border-radius: 50%;
        animation-name: popupBtn;
        animation-duration: 1.6s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

.about-video-area .play-btn {
    font-size: 16px;
    color: var(--bd-common-black);
    height: 120px;
    width: 120px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    line-height: 120px;
    text-align: center;
    background: var(--bd-common-white);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

    .about-video-area .play-btn:hover {
        background: var(--bd-theme-primary);
        color: var(--bd-common-white);
    }

/*----------------------------------------*/
/*  9.15 Team css
/*----------------------------------------*/
.single-team-wrapper {
    position: relative;
}

    .single-team-wrapper:hover::before {
        top: auto;
        height: 100%;
    }

    .single-team-wrapper:hover .team-content {
        opacity: 1;
        visibility: visible;
        bottom: 30px;
    }

    .single-team-wrapper::before {
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 0;
        content: "";
        background: linear-gradient(180deg, rgba(90, 66, 255, 0) 0%, #5A42FF 100%);
        transition: 0.4s;
    }

.team-img img {
    width: 100%;
}

.team-content {
    position: absolute;
    bottom: 20px;
    left: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-content {
        left: 15px;
    }
}

.team-content span {
    font-size: 14px;
    font-weight: 500;
    color: var(--bd-common-white);
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
}

.img-height img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.team-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--bd-common-white);
}

    .team-title a {
        background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
        display: inline;
        background-size: 0% 1px, 0 1px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.4s linear;
    }

        .team-title a:hover {
            color: var(--bd-common-white);
            background-size: 0 1px, 100% 1px;
        }

.team-icon {
    margin-top: 30px;
}

    .team-icon ul {
        display: flex;
        gap: 15px;
    }

        .team-icon ul li a {
            background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
            display: inline;
            background-size: 0% 1px, 0 1px;
            background-position: 100% 100%, 0 100%;
            background-repeat: no-repeat;
            transition: background-size 0.4s linear;
            color: var(--bd-common-white);
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
        }

            .team-icon ul li a:hover {
                color: var(--bd-common-white);
                background-size: 0 1px, 100% 1px;
            }

.titile-black a {
    color: var(--bd-common-black);
}

    .titile-black a:hover {
        color: var(--bd-theme-primary);
    }

.single-team-style .team-content {
    left: 30px;
    bottom: -30px;
    opacity: 1;
    visibility: visible;
}

.single-team-style .team-content {
    left: 30px;
    bottom: -30px;
    opacity: 1;
    visibility: visible;
}

.style-six {
    padding: 0;
    position: relative;
    background: none;
}

    .style-six:hover .team__social {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%);
    }

    .style-six:hover .team__thumb::after {
        opacity: 0.8;
        visibility: visible;
    }

    .style-six:hover .team__thumb img {
        transform: scale(1.02);
    }

    .style-six:hover .team__social {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%);
    }

    .style-six .team__thumb {
        z-index: 1;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        margin: 0;
    }

        .style-six .team__thumb img {
            border-radius: 0;
        }

        .style-six .team__thumb::before {
            position: absolute;
            content: "";
            height: 100%;
            width: 100%;
            background: #3f80ff;
            bottom: 0;
            z-index: -1;
            opacity: 0.8;
            border-radius: 0;
        }

        .style-six .team__thumb:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            background: rgba(3, 6, 13, 0.6);
            top: 0;
            left: 0;
            z-index: 0;
            opacity: 0;
            visibility: hidden;
            transition: 0.3s;
        }

    .style-six .team__content {
        margin: 0;
        padding: 20px 0 0 0;
    }

    .style-six .team__social {
        position: absolute;
        left: 50%;
        top: 40%;
        z-index: 1;
        transform: translate(-50%, -40%);
        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;
    }

        .style-six .team__social ul {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
        }

            .style-six .team__social ul li {
                list-style: none;
            }

                .style-six .team__social ul li a {
                    width: 26px;
                    height: 26px;
                    background: white;
                    font-size: 14px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    color: black;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -o-border-radius: 50%;
                    -ms-border-radius: 50%;
                    border-radius: 50%;
                }

                    .style-six .team__social ul li a:hover {
                        background-color: var(--bd-theme-primary);
                        color: var(--bd-common-white);
                    }

.team-area {
    background: var(--bd-bg-1);
}

.team-top-content {
    padding-bottom: 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) {
    .team-top-content {
        margin-bottom: 0px;
    }
}

/*----------------------------------------*/
/*  9.3 Contact css
/*----------------------------------------*/
.contact__main-wrapper {
    border-radius: 0 0 6px 6px;
    background: var(--bd-common-white);
    -webkit-box-shadow: 0px 0px 70px 0px rgba(6, 6, 6, 0.05);
    -moz-box-shadow: 0px 0px 70px 0px rgba(6, 6, 6, 0.05);
    -ms-box-shadow: 0px 0px 70px 0px rgba(6, 6, 6, 0.05);
    -o-box-shadow: 0px 0px 70px 0px rgba(6, 6, 6, 0.05);
    box-shadow: 0px 0px 70px 0px rgba(6, 6, 6, 0.05);
    padding: 100px 60px;
    z-index: 55;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact__main-wrapper {
        padding: 100px 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact__main-wrapper {
        padding: 80px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact__main-wrapper {
        padding: 50px 40px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .contact__main-wrapper {
        padding: 50px 30px;
    }
}

.contact__content-2 {
    padding-right: 30px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact__content-2 {
        padding-right: 0px;
    }
}

.contact__content-2 > p {
    margin-bottom: 35px;
}

.contact__wrapper {
    background: rgba(255, 255, 255, 0.06);
    padding: 43px 50px 38px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.bd-theme-light .contact__wrapper {
    background: var(--bd-bg-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact__wrapper {
        padding: 33px 35px 28px;
    }
}

@media (max-width: 575px) {
    .contact__wrapper {
        padding: 25px 25px 20px;
    }
}

.form__input-2 input {
    height: 65px;
    background: rgba(14, 10, 36, 0.07);
    color: rgba(124, 126, 130, 0.69);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 15px 20px;
    resize: none;
}

.form__input-2 textarea {
    height: 220px;
    background: rgba(14, 10, 36, 0.07);
    color: rgba(124, 126, 130, 0.69);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 15px 20px;
    resize: none;
}

.form__input-2 {
    margin-bottom: 20px;
}

.contact__content > p {
    margin-bottom: 35px;
}

.contact__btn .bd-gradient-btn {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.ajax-response {
    font-size: 16px;
    margin-top: 5px;
}

.contact__content {
    padding-left: 95px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact__content {
        padding-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact__content {
        padding-left: 30px;
    }
}

.contact__title {
    font-size: 24px;
    margin-bottom: 30px;
}

.contact__info-wrapper ul li {
    list-style: none;
}

    .contact__info-wrapper ul li:nth-child(2) .contact__info-icon span {
        background-color: rgba(251, 83, 67, 0.15);
    }

    .contact__info-wrapper ul li:nth-child(3) .contact__info-icon span {
        background-color: rgba(101, 73, 213, 0.15);
    }

    .contact__info-wrapper ul li:nth-child(4) .contact__info-icon span {
        background-color: rgba(227, 63, 161, 0.15);
    }

    .contact__info-wrapper ul li:not(:last-child) {
        margin-bottom: 25px;
    }

.contact__info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact__info-icon span {
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(5, 157, 255, 0.15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.contact__info-content h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: var(--bd-fw-medium);
    margin-bottom: 5px;
}

.contact__info-content span {
    font-size: 18px;
    font-weight: var(--bd-fw-medium);
}

    .contact__info-content span a {
        text-decoration: underline;
    }

        .contact__info-content span a:hover {
            color: var(--bd-theme-primary);
        }

.contact-img img {
    width: 100%;
}

.contact-content-wrap {
    padding-left: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact-content-wrap {
        padding-left: 50px;
    }
}

@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) {
    .contact-content-wrap {
        padding-left: 0px;
    }
}

.contact-title {
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 50px;
    font-size: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-title {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

.contact-single-text h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-single-text h5 {
        font-size: 18px;
    }
}

.contact-single-text p {
    margin-bottom: 0px;
}

@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) {
    .contact-single-text p br {
        display: none;
    }
}

.contact-map iframe {
    width: 100%;
    height: 620px;
    mix-blend-mode: luminosity;
    position: relative;
    top: 7px;
    margin-top: -7px;
}

@media (max-width: 575px) {
    .contact-map iframe {
        height: 420px;
    }
}

@media (max-width: 575px) {
    .contact-map iframe {
        height: 520px;
    }
}

/*----------------------------------------*/
/*  9.9 newsletter css
/*----------------------------------------*/
.newsletter-area {
    border-top: 1px solid var(--bd-border-secondary);
}

.newsletter-product-cat-title {
    font-weight: 500;
    text-transform: uppercase;
    color: var(--bd-theme-primary);
}

.news-letter-title {
    font-size: 40px;
    font-weight: 600;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .news-letter-title {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-letter-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-letter-title {
        font-size: 26px;
    }
}

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

@media (max-width: 575px), (max-width: 575px) {
    .news-letter-title br {
        display: none;
    }
}

.newsletter-input-field {
    position: relative;
}

    .newsletter-input-field .news-letter-icon {
        position: absolute;
        left: 0;
        top: -1px;
        font-size: 16px;
        color: var(--bd-theme-primary);
    }

    .newsletter-input-field input {
        height: 38px;
        width: 100%;
        border-bottom: 2px solid var(--bd-common-black);
        background: transparent;
        border-radius: 0;
        padding: 20px 0px;
        padding-top: 0px;
        padding-left: 25px;
        padding-right: 130px;
        color: var(--bd-common-black);
    }

        .newsletter-input-field input:focus {
            border-left: 0;
            border-top: 0;
            border-right: 0;
            outline: 0;
            border-color: var(--bd-common-black);
        }

    .newsletter-input-field .newsletter-btn {
        font-weight: 600;
        text-transform: uppercase;
        position: absolute;
        right: 0px;
        top: 0;
    }

        .newsletter-input-field .newsletter-btn::before {
            position: absolute;
            bottom: 0;
            left: auto;
            right: 0;
            height: 1px;
            width: 0;
            background: var(--bd-theme-primary);
            content: "";
            transition: 0.3s;
        }

@media (max-width: 575px) {
    .newsletter-input-field .newsletter-btn {
        font-size: 12px;
    }
}

.newsletter-input-field .newsletter-btn:hover {
    color: var(--bd-theme-primary);
}

    .newsletter-input-field .newsletter-btn:hover::before {
        left: 0;
        right: auto;
        width: 100%;
        z-index: 2;
    }

.subscribe-input-field input {
    padding-left: 0px;
}

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

.newsletter-area-2 {
    background: var(--bd-common-black);
}

.news-letter-icon.newsletter-icon2 {
    color: var(--bd-common-white);
    font-size: 60px;
}

.newsletter-product-cat-title-white {
    color: var(--bd-common-white);
}

.news-letter-title-white {
    color: var(--bd-common-white);
}

.newsletter-area-2 {
    padding: 120px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .newsletter-area-2 {
        padding: 80px 9px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsletter-area-2 {
        padding: 80px 30px;
    }
}

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

.newsletter-area-2 .newsletter-input-field input {
    color: var(--bd-common-white);
    border-color: rgba(255, 255, 255, 0.2);
}

.newsletter-area-2 .newsletter-input-field .newsletter-btn {
    color: var(--bd-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .featured-post-img img {
        width: 100%;
    }
}

/*----------------------------------------*/
/*  9.5 Faq css
/*----------------------------------------*/
.faq__content {
    padding-right: 65px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq__content {
        padding-right: 0;
    }
}

.bd__faq {
    background: var(--bd-bg-1);
}

    .bd__faq .accordion-button {
        font-size: 26px;
        color: var(--bd-common-white);
        background: transparent;
        font-weight: 600;
        display: inline-block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd__faq .accordion-button {
        font-size: 22px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .bd__faq .accordion-button {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .bd__faq .accordion-button {
        padding-left: 0px;
    }
}

.bd__faq .accordion-button:focus {
    box-shadow: none;
}

.bd__faq .accordion-button:not(.collapsed) {
    border-radius: 6px 6px 0 0;
    background: rgba(255, 255, 255, 0.1);
    color: varvar(--bd-common-white);
    box-shadow: none;
}

.bd-theme-light .bd__faq .accordion-button:not(.collapsed) {
    background: var(--bd-common-black);
}

.bd__faq .accordion-button:not(.collapsed)::after {
    border-color: transparent;
    border: 1px solid var(--bd-common-black);
    color: var(--bd-common-black);
    content: "\f106";
}

.bd__faq .accordion-button::after {
    position: absolute;
    right: 30px;
    content: "\f107";
    background-image: none;
    font-family: var(--bd-ff-fontawesome);
    font-size: 16px;
    font-weight: 400;
    height: 30px;
    width: 30px;
    border: 1px solid var(--bd-border-primary);
    line-height: 30px;
    text-align: center;
    color: var(--bd-common-black);
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd__faq .accordion-button::after {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

@media (max-width:480px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .bd__faq .accordion-button::after {
        left: 20px;
    }
}

.bd__faq .accordion-body {
    color: var(--bd-common-black);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0 0 6px 6px;
    padding-top: 20px;
    padding-bottom: 0px;
    border-radius: 0 0 6px 6px;
}

.bd-theme-light .bd__faq .accordion-body {
    background: var(--bd-bg-10);
}

@media (max-width:480px) {
    .bd__faq .accordion-body {
        padding-left: 80px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd__faq .accordion-body {
        padding-left: 25px;
    }
}

@media (max-width: 575px) {
    .bd__faq .accordion-body {
        padding-left: 0px;
    }
}

.bd__faq .accordion-body > P {
    margin-bottom: 0;
}

.bd__faq .accordion-item {
    border: 0;
    padding: 8px 20px;
    border: 0;
    padding-bottom: 0px;
    background: transparent;
}

@media (max-width: 575px) {
    .bd__faq .accordion-item {
        padding: 5px 10px;
    }
}

.accordion-button.bd-accrodient {
    color: var(--bd-common-black);
}

    .accordion-button.bd-accrodient:not(.collapsed) {
        border-radius: 6px 6px 0 0;
        color: var(--bd-common-black);
    }

.bd-theme-light .accordion-button.bd-accrodient:not(.collapsed) {
    background: var(--bd-common-black);
}

.faq__style.gallery-faq {
    margin-bottom: 40px;
}

.skill-award {
    position: absolute;
    bottom: 80px;
    left: 34px;
}

    .skill-award h6 {
        height: 122px;
        width: 122px;
        background: var(--bd-common-white);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #161616;
        position: relative;
        transform: rotate(-30deg);
    }

        .skill-award h6:after {
            position: absolute;
            content: "";
            height: 144px;
            width: 144px;
            background: va;
            border: 1px dashed var(--bd-common-white);
            border-radius: 50%;
            -webkit-animation-name: rotateCircle;
            animation-name: rotateCircle;
            -webkit-animation-duration: 20s;
            animation-duration: 20s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }

.skill-thumb {
    background: var(--bd-theme-primary);
    text-align: center;
}

.skill-content {
    padding: 0 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .skill-content {
        padding: 0 30px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .skill-content {
        padding: 0;
    }
}

.skill-content > p {
    margin-bottom: 40px;
}

.bd-progress__skill-item {
    position: relative;
}

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

    .bd-progress__skill-item h5 {
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .bd-progress__skill-item .progress-count {
        position: absolute;
        top: 0px;
        right: 0;
        font-weight: 500;
        color: var(--bd-theme-primary);
    }

    .bd-progress__skill-item .progress {
        height: 4px;
        background-color: transparent;
        border-radius: 0;
        overflow: visible;
        position: relative;
        z-index: 1;
    }

        .bd-progress__skill-item .progress::after {
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 4px;
            width: 100%;
            background: #EBEBEB;
            z-index: -1;
            border-radius: 0px;
        }

    .bd-progress__skill-item .progress-bar {
        background-color: var(--bd-theme-primary);
        overflow: visible;
        border-radius: 0px;
    }

.skill-content-2 {
    padding-right: 100px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .skill-content-2 {
        padding-right: 0;
    }
}

.faq-img {
    padding-left: 90px;
}

    .faq-img img {
        width: 100%;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq-img {
        padding-left: 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) {
    .faq-img {
        padding-left: 0px;
    }
}

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

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

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

.bd-theme-light .guide__widget-box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}

.widget-details ul li {
    list-style: none;
}

    .widget-details ul li:not(:last-child) {
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid var(--bd-border-primary);
    }

    .widget-details ul li a {
        font-size: 18px;
    }

        .widget-details ul li a:hover {
            color: var(--bd-theme-primary);
        }

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

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

.elements__divider {
    margin: 50px 0;
}

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

/*----------------------------------------*/
/*  9.4 Demo css
/*----------------------------------------*/
.header__area.demo__header {
    background: var(--bd-common-white);
}

.header__area {
    background: var(--bd-bg-1);
}

.bd-demo-banner-area {
    background: var(--bd-bg-1);
    position: relative;
    padding-top: 90px;
    padding-bottom: 120px;
}

@media (min-width: 1441px) {
    .bd-demo-banner-area .container {
        max-width: 1320px;
    }
}

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

@media (max-width: 575px) {
    .bd-demo-banner-area {
        padding-bottom: 80px;
        padding-top: 40px;
    }
}

.demo-banner-title {
    font-size: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .demo-banner-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .demo-banner-title {
        font-size: 25px;
    }
}

.demo-banner-top-inner {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px 50px;
    flex-wrap: wrap;
}

.bd-demo-banner-content {
    padding-right: 60px;
}

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

.demo-banner-top .content .subtitle {
    color: var(--color-body-alt);
    font-weight: 500;
}

.demo-banner-thumb-wrapper {
    margin-right: -120px;
}

@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) {
    .demo-banner-thumb-wrapper {
        margin-right: 0px;
    }
}

.bd-icon {
    color: #FFC961;
}

.mobile-thumb {
    position: absolute;
    left: 0;
    top: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .mobile-thumb {
        top: 48px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mobile-thumb {
        top: 30px;
    }
}

@media (max-width: 575px) {
    .mobile-thumb {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .demo-banner-title {
        font-size: 38px;
    }
}

@media (max-width:480px) {
    .demo-banner-title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .demo-banner-title {
        font-size: 25px;
    }
}

.purchase-btn2 {
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
    color: var(--bd-common-white);
    background: var(--bd-theme-primary);
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 60px;
}

    .purchase-btn2:hover {
        background: var(--bd-common-white);
        color: var(--bd-common-black);
    }

    .purchase-btn2:focus {
        color: var(--bd-common-white);
    }

.demo-tab-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.landing-nav-tab {
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing-nav-tab {
        justify-content: center;
    }
}

.landing-nav-tab li {
    margin: 0;
    flex-basis: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing-nav-tab li {
        flex-basis: 33%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .landing-nav-tab li {
        flex-basis: 50%;
    }
}

@media (max-width: 575px) {
    .landing-nav-tab li {
        flex-basis: 50%;
    }
}

@media (max-width:480px) {
    .landing-nav-tab li {
        flex-basis: 100%;
    }
}

.landing-nav-tab li button {
    display: inline-block;
    padding: 20px;
    border: none !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .landing-nav-tab li button {
        padding: 10px;
    }
}

.landing-nav-tab li button i {
    margin-right: 10px;
    font-size: 40px;
    color: var(--color-dark);
}

.landing-nav-tab li button span {
    color: var(--color-dark);
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .landing-nav-tab li button span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing-nav-tab li button span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .landing-nav-tab li button span {
        font-size: 14px;
    }
}

.landing-nav-tab li button.active {
    border: none;
    border-radius: 8px;
    background: #6707FE !important;
    color: var(--bd-common-white) !important;
}

    .landing-nav-tab li button.active i {
        color: var(--bd-common-white);
    }

    .landing-nav-tab li button.active span {
        color: var(--bd-common-white);
    }

.landing-tab-content .thumbnail {
    background: rgba(103, 7, 254, 0.1);
    filter: drop-shadow(0px 4px 17px rgba(0, 0, 0, 0.15));
}

.bd-portfolio-filter {
    display: flex;
    justify-content: space-between;
}

    .bd-portfolio-filter button {
        width: auto;
        border-radius: 8px;
        border: 1px solid #6707FE;
        background: #6707FE;
        padding: 10px 8px;
    }

        .bd-portfolio-filter button .course-number {
            font-size: 16px;
            color: var(--color-dark);
            height: 40px;
            width: 40px;
            line-height: 40px;
            border-radius: 50%;
            background-color: var(--bd-common-white);
            display: inline-block;
            margin-right: 8px;
        }

        .bd-portfolio-filter button .filter-text {
            font-size: 16px;
        }

.resizer {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.demo-presentation-mesonry {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 20px;
    column-gap: 30px;
    height: auto;
}

.bd-landing-service .inner {
    background: var(--bd-bg-1);
    padding: 44px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bd-landing-service .inner {
        padding: 44px 30px;
    }
}

@media (max-width:480px) {
    .bd-landing-service .inner {
        padding: 35px 25px;
    }
}

.bd-landing-service .inner .thumbnail {
    margin-bottom: 20px;
}

    .bd-landing-service .inner .thumbnail img {
        width: 80px;
    }

.bd-landing-service .inner .content .title {
    font-size: 26px;
    margin-bottom: 20px;
}

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

@media (max-width: 575px) {
    .bd-landing-service .inner .content .title {
        font-size: 20px;
    }
}

.features-title {
    margin-bottom: 20px;
    font-size: 22px;
    color: var(--bd-common-white);
}

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

@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;
    color: rgba(246, 245, 249, 0.7);
}

.features-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 35px;
    transition: 0.3s;
    z-index: 5;
}

@media (max-width:480px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-item {
        padding: 30px 25px;
    }
}

.features-item::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    transition: 0.3s;
    z-index: -1;
}

.features-item::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(190deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    opacity: 0;
    top: 0;
    left: 0;
    transition: 0.3s;
    z-index: -1;
}

.features-item:hover {
    background: var(--clr-common-white);
}

    .features-item:hover .features-icon {
        transform: translateY(-3px) translate3d(0, -3px, 0);
    }

    .features-item:hover::after {
        opacity: 0;
    }

    .features-item:hover::before {
        opacity: 1;
    }

    .features-item:hover .features-content > p {
        color: var(--color-body-alt);
    }

    .features-item:hover .features-title {
        color: var(--color-heading);
    }

    .features-item:hover .features__tag.green span {
        background: rgba(12, 115, 184, 0.2);
        color: rgb(12, 115, 184);
    }

    .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(12, 115, 184, 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);
    -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    height: 70px;
    width: 70px;
    background: var(--bd-common-white);
    line-height: 67px;
    text-align: center;
    border-radius: 50%;
}

.features__tag span {
    padding: 5px 12px;
    background: var(--bd-common-white);
    border-radius: 30px;
    font-size: 14px;
    color: var(--color-dark-blue);
}

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

.landing-footer-top {
    padding: 80px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .landing-footer-top {
        padding: 60px 0;
    }
}

.landing-footer {
    background-color: var(--bd-common-black);
    position: relative;
}

    .landing-footer .footer-inner {
        padding: 0 25%;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .landing-footer .footer-inner {
        padding: 0 18%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing-footer .footer-inner {
        padding: 0 10%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .landing-footer .footer-inner {
        padding: 0;
    }
}

.landing-footer .footer-inner .title {
    font-size: 44px;
    color: var(--bd-common-white);
    font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .landing-footer .footer-inner .title {
        font-size: 30px;
    }
}

.landing-footer .footer-inner .description {
    color: var(--bd-common-white-opacity);
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 35px;
    color: rgba(255, 255, 255, 0.6901960784);
}

.landing-footer .four-line {
    position: absolute;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .landing-footer .four-line {
        display: none;
    }
}

.landing-footer .four-line.line-left {
    top: 30%;
    left: 100px;
}

.landing-footer .four-line.line-right {
    bottom: 30%;
    right: 100px;
    transform: rotate(259deg);
}

.copyright-landing {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

    .copyright-landing .inner .description {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.6901960784);
        margin-bottom: 0;
    }

        .copyright-landing .inner .description a {
            color: var(--color-blue-dark);
            position: relative;
        }

            .copyright-landing .inner .description a::before {
                content: " ";
                position: absolute;
                height: 2px;
                width: 0;
                background-color: currentColor;
                left: 0;
                bottom: 0px;
                transition: 0.5s;
            }

            .copyright-landing .inner .description a:hover::before {
                width: 100%;
            }

.bd-btn-present {
    border: 0 none;
    padding: 0px 30px;
    text-transform: capitalize;
    background: var(--bd-common-white);
    box-shadow: var(--shadow-1);
    height: 60px;
    font-size: 16px;
    letter-spacing: -0.6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    transition: 0.4s;
    color: var(--color-heading);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-btn-present {
        padding: 0px 20px;
        height: 50px;
    }
}

.bd-btn-present i {
    font-size: 15px;
    margin-right: 8px;
    font-weight: 600;
    transition: var(--transition);
}

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

    .bd-btn-present:hover i {
        color: var(--bd-common-white);
    }

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

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

    0% {
        transform: translateX(-50%);
    }
}

.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 {
    background: var(--bd-common-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 {
            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;
    }

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

        .demo-wrapper.inner-pages-wrapper .demo-item .solo-demo a .content .title:hover {
            color: var(--bd-theme-primary);
        }

            .demo-wrapper.inner-pages-wrapper .demo-item .solo-demo a .content .title:hover::before {
                width: 100%;
            }

.bd-categori-list {
    animation: marquee 20s linear 0s infinite normal;
    animation-play-state: running;
    flex-wrap: nowrap;
}

    .bd-categori-list a {
        max-width: max-content;
        margin: 0 5px;
    }

.bd-categori-list-2 {
    animation-name: marquee_rev;
}

@media (min-width: 1441px) {
    .demo-container {
        max-width: 1420px;
    }
}

.custom-meso .item a {
    padding: 20px;
    display: block;
    transition: var(--transition);
    background: var(--bd-common-white);
    box-shadow: 20px 30px 70px rgba(3, 4, 28, 0.1);
    transition: 0.3s;
}

    .custom-meso .item a .thumbnail {
        width: 100%;
    }

        .custom-meso .item a .thumbnail img {
            width: 100%;
        }

    .custom-meso .item a .content {
        text-align: center;
        padding-top: 20px;
    }

        .custom-meso .item a .content .title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 0;
            text-transform: capitalize;
            display: inline-block;
        }

            .custom-meso .item a .content .title:hover {
                color: var(--bd-theme-primary);
                text-decoration: underline;
            }

    .custom-meso .item a:hover {
        transform: translateY(-4px);
    }

.custom-meso .iso-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    gap: 10px 15px;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-meso .iso-nav ul {
        justify-content: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-meso .iso-nav ul {
        justify-content: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-meso .iso-nav ul {
        justify-content: center;
    }
}

.custom-meso .iso-nav ul li {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid var(--bd-border-secondary);
    margin: 0;
}

    .custom-meso .iso-nav ul li .number {
        height: 28px;
        width: 28px;
        background-color: #EDEDED;
        color: #000;
        border-radius: 50%;
        text-align: center;
        margin-right: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    .custom-meso .iso-nav ul li .title {
        font-size: 16px;
        color: #000;
    }

    .custom-meso .iso-nav ul li.active {
        background-color: var(--bd-theme-primary);
        border-color: transparent;
    }

        .custom-meso .iso-nav ul li.active .number {
            background-color: var(--bd-common-white);
        }

        .custom-meso .iso-nav ul li.active .title {
            color: var(--bd-common-white);
        }

.bd-present-area {
    overflow: hidden;
}

.inner-page-presentation-area {
    overflow: hidden;
}

.bd-customer-review-area {
    background: var(--bd-bg-1);
    overflow: hidden !important;
    max-height: 1500px;
    position: relative;
}

    .bd-customer-review-area::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        pointer-events: none;
        top: 0;
        min-height: 600px;
        background: linear-gradient(180deg, #F4F4F4 50%, #F4F4F4 0%, rgba(246, 250, 251, 0) 60%);
        z-index: 10;
    }

    .bd-customer-review-area::after {
        position: absolute;
        content: "";
        background: linear-gradient(180deg, rgba(249, 249, 251, 0) 0%, #F4F4F4 75%);
        width: 100%;
        height: 400px;
        bottom: 0;
        left: 0;
    }

    .bd-customer-review-area .customer-review-title {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        z-index: 12;
        text-align: center;
        padding: 0px 32%;
    }

@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-customer-review-area .customer-review-title {
        padding: 0px 20%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-customer-review-area .customer-review-title {
        padding: 0px 15%;
    }
}

@media (max-width: 575px) {
    .bd-customer-review-area .customer-review-title {
        padding: 0px 5%;
    }
}

.bd-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) {
    .bd-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) {
    .bd-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) {
    .bd-customer-review-area .customer-review-wrapper {
        display: block;
    }
}

.bd-customer-review-area .customer-review-wrapper .customer-review-wrap {
    animation: eduBlinkTestimonialScroll 40s linear infinite;
    transition: all 0.5s ease-in;
    animation-duration: 35s;
}

    .bd-customer-review-area .customer-review-wrapper .customer-review-wrap:hover {
        animation-play-state: paused;
    }

    .bd-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) {
    .bd-customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 {
        padding: 10px;
    }
}

.bd-customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content {
    max-width: 300px;
    background: #FFF;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.12);
    padding: 40px 40px 40px 30px;
    margin-top: 0;
    margin-bottom: 0;
}

    .bd-customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content .rating-icon {
        margin-bottom: 13px;
    }

    .bd-customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content .content-title {
        margin-bottom: 15px;
    }

        .bd-customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content .content-title span {
            color: #141417;
            font-family: "Spartan" sans-serif;
            font-size: 18px;
            font-weight: 600;
            line-height: 30px;
        }

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

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

        .bd-customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content .info .title span {
            color: #808080;
            font-size: 16px;
        }

@keyframes eduBlinkTestimonialScroll {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}

@media (max-width: 991px) {
    .bd-customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .bd-customer-review-area .section-title {
        top: 80px;
    }
}

@media (max-width: 991px) {
    .bd-customer-review-area {
        padding: 80px 0 120px;
    }
}

.bg-present-area {
    background: #F7F5FA;
}

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

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

.bd-accordion-style.bd-accordion-01 .accordion {
    border: none;
}

    .bd-accordion-style.bd-accordion-01 .accordion .accordion-item {
        border: none;
        margin-bottom: 15px;
        padding-bottom: 20px;
        background: var(--bd-bg-1);
        border-radius: 0;
    }

        .bd-accordion-style.bd-accordion-01 .accordion .accordion-item:last-child {
            margin-bottom: 0px;
        }

        .bd-accordion-style.bd-accordion-01 .accordion .accordion-item .accordion-header {
            padding: 0;
            margin-bottom: 0;
            background-color: transparent;
            border-bottom: 0;
        }

            .bd-accordion-style.bd-accordion-01 .accordion .accordion-item .accordion-header .accordion-button {
                border-bottom: 0;
                border-radius: 0;
                font-size: 18px;
                color: var(--color-heading);
                font-weight: var(--p-medium);
                padding: 0;
                font-weight: 500;
                flex-wrap: wrap;
                background: var(--bd-bg-1);
            }

                .bd-accordion-style.bd-accordion-01 .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true], .bd-accordion-style.bd-accordion-01 .accordion .accordion-item .accordion-header .accordion-button::after {
                    color: var(--color-heading);
                }

                .bd-accordion-style.bd-accordion-01 .accordion .accordion-item .accordion-header .accordion-button::after {
                    display: none;
                }

                .bd-accordion-style.bd-accordion-01 .accordion .accordion-item .accordion-header .accordion-button::before {
                    position: absolute;
                    content: "\f107";
                    font-family: "Font Awesome 5 pro";
                    right: 0;
                    top: 0;
                    transition: var(--transition);
                }

                .bd-accordion-style.bd-accordion-01 .accordion .accordion-item .accordion-header .accordion-button:focus {
                    border: none;
                    border-color: transparent;
                    outline: 0;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

                .bd-accordion-style.bd-accordion-01 .accordion .accordion-item .accordion-header .accordion-button .bd-badge-5 {
                    margin: 5px;
                }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-accordion-style.bd-accordion-01 .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }
}

.accordion-button:not(.collapsed) {
    color: var(--color-heading);
    background-color: transparent;
    box-shadow: none;
}

    .accordion-button:not(.collapsed)::before {
        transform: rotate(180deg);
        color: var(--color-secondary-alt);
    }

.accordion-body.card-body {
    padding-left: 0;
}

    .accordion-body.card-body.has-border-top .inner {
        border-top: 1px solid var(--bd-border-secondary);
        padding-top: 20px;
        margin-top: 10px;
    }

        .accordion-body.card-body.has-border-top .inner p {
            margin-bottom: 0px;
        }

    .accordion-body.card-body .bd-course-main-content li {
        margin: 0;
        padding: 16px 0;
        border-top: 1px solid var(--color-border-2);
    }

        .accordion-body.card-body .bd-course-main-content li:last-child {
            padding-bottom: 0;
            margin-bottom: -20px;
        }

        .accordion-body.card-body .bd-course-main-content li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            color: rgba(82, 82, 88, 0.5);
            transition: var(--transition);
        }

            .accordion-body.card-body .bd-course-main-content li a .course-content-left i {
                margin-right: 10px;
            }

            .accordion-body.card-body .bd-course-main-content li a .course-content-right i {
                margin-left: 5px;
            }

            .accordion-body.card-body .bd-course-main-content li a.active {
                color: var(--color-body-alt);
            }

                .accordion-body.card-body .bd-course-main-content li a.active .bd-badge.variation-03 {
                    background-color: var(--color-secondary-alt);
                    color: var(--color-white);
                }

            .accordion-body.card-body .bd-course-main-content li a:hover {
                color: var(--color-secondary);
            }

.liststyle {
    padding: 0;
    margin: 0;
    list-style: none;
}

.rating-box {
    border: 1.5px solid rgba(103, 7, 254, 0.1);
    width: 165px;
    text-align: center;
    padding: 30px 0;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .rating-box .rating-number {
        font-size: 67px;
        line-height: 67px;
        color: var(--color-heading);
        font-weight: var(--p-semi-bold);
    }

    .rating-box .rating {
        margin-top: 6px;
    }

        .rating-box .rating a i {
            font-size: 13px;
        }

    .rating-box .product-cat-title {
        font-size: 14px;
        color: var(--color-body-alt);
    }

.rating a i {
    color: #FF8D07;
}

.sticky-top {
    top: 100px;
    z-index: 9;
}

.accordion-item.card {
    padding: 30px;
}

.subscribe-btn.pc-btn i {
    margin-left: 5px;
}

.product-cat-title.feature-top {
    color: var(--bd-common-white);
}

    .product-cat-title.feature-top::before {
        background: var(--bd-common-white);
    }

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

/*----------------------------------------*/
/*  9.14 Subscribe css
/*----------------------------------------*/
.subscribe-area {
    background: #ECE9FF;
    padding-left: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    border-left: 2px solid var(--bd-theme-primary);
    border-bottom: 2px solid var(--bd-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-area {
        padding: 80px 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe-area {
        padding: 50px 20px;
    }
}

@media (max-width: 575px) {
    .subscribe-area {
        padding: 30px 20px;
    }
}

.subscribe-area::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: var(--bd-theme-primary);
    top: 6px;
    left: 6px;
    z-index: -2;
}

.subscribe-area .subscribe-border-shape {
    position: absolute;
    right: 0px;
    top: 0px;
}

.subscribe-area .subscribe-area-shape {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscribe-area .subscribe-area-shape {
        bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-area .subscribe-area-shape {
        right: 0px;
        bottom: 30px;
        width: 150px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .subscribe-area .subscribe-area-shape {
        display: none;
    }
}

.subscribe-input-wrapper {
    display: flex;
    gap: 20px;
    padding-top: 60px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe-input-wrapper {
        padding-top: 40px;
        display: block;
    }
}

@media (max-width: 575px) {
    .subscribe-input-wrapper {
        padding-top: 30px;
        display: block;
    }
}

.subscribe-wrapper .subscribe-title {
    font-weight: 600;
    max-width: 560px;
    font-size: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe-wrapper .subscribe-title {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .subscribe-wrapper .subscribe-title {
        font-size: 20px;
    }
}

.subscribe-input {
    position: relative;
    width: 350px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .subscribe-input {
        width: 100%;
    }
}

.subscribe-input input {
    width: 100%;
    height: 60px;
    background: var(--bd-common-white);
    border-radius: 0;
    border: 2px solid var(--bd-common-black);
    color: var(--bd-common-black);
}

    .subscribe-input input::placeholder {
        color: #B9B9B9;
        font-family: var(--bd-ff-p);
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .subscribe-input input::-moz-placeholder {
        color: #B9B9B9;
        font-family: var(--bd-ff-p);
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }

.input-icon {
    font-size: 16px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bd-common-black);
}

.input-btn {
    height: 60px;
    background: var(--bd-common-black);
    color: var(--bd-common-white);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 0px 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .input-btn {
        margin-top: 20px;
        width: 100%;
        gap: 10px;
        justify-content: center;
    }
}

.input-btn:hover {
    background: var(--bd-theme-primary);
}

.input-btn i {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: var(--bd-common-white);
    color: var(--bd-common-black);
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    transition: 0.3s;
}

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

        .input-btn i:hover i {
            color: var(--bd-common-white);
        }

.containe {
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-family: var(--bd-ff-p);
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 575px) {
    .containe {
        font-size: 15px;
    }
}

.containe input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #000000;
    padding: 2px;
    background: var(--bd-common-white);
    border-radius: 50%;
}

@media (max-width: 575px) {
    .checkmark {
        top: 3px;
    }
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containe input:checked ~ .checkmark:after {
    display: block;
}

.containe .checkmark:after {
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000000;
}

/*----------------------------------------*/
/*  9.7 gallery css
/*----------------------------------------*/
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:480px) {
    .gallery-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.gallery-post-single-slide {
    position: relative;
}

    .gallery-post-single-slide .gallery-post-slide-img {
        overflow: hidden;
    }

    .gallery-post-single-slide::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        opacity: 0.5;
        z-index: 11;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    }

    .gallery-post-single-slide:hover::before {
        opacity: 0.8;
    }

    .gallery-post-single-slide:hover .gallery-post-slide-img img {
        transform: scale(1.05);
    }

    .gallery-post-single-slide img {
        width: 100%;
    }

    .gallery-post-single-slide .blog-post-meta {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 40px;
        z-index: 22;
        justify-content: center;
    }

        .gallery-post-single-slide .blog-post-meta ul li {
            color: var(--bd-common-white);
        }

            .gallery-post-single-slide .blog-post-meta ul li a {
                color: var(--bd-common-white);
            }

                .gallery-post-single-slide .blog-post-meta ul li a:hover {
                    color: var(--bd-theme-primary);
                }

            .gallery-post-single-slide .blog-post-meta ul li .godiece {
                color: var(--bd-common-white);
            }

            .gallery-post-single-slide .blog-post-meta ul li::before {
                background: var(--bd-common-white);
            }

            .gallery-post-single-slide .blog-post-meta ul li:first-child::before {
                background: none;
            }

.gallery-post-slide-content {
    text-align: center;
    position: absolute;
    bottom: 40px;
    z-index: 55;
}

    .gallery-post-slide-content .product-cat-title {
        color: var(--bd-common-white);
        margin-bottom: 15px;
    }

        .gallery-post-slide-content .product-cat-title a:hover {
            color: var(--bd-common-gray);
        }

        .gallery-post-slide-content .product-cat-title::before {
            background: var(--bd-common-white);
        }

.gallery-post-slide-title {
    color: var(--bd-common-white);
    padding: 0px 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), (max-width: 575px) {
    .gallery-post-slide-title {
        padding: 0px 15px;
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gallery-post-slide-title {
        font-size: 20px;
    }
}

@media (max-width:480px) {
    .gallery-post-slide-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gallery-post-slide-title {
        font-size: 20px;
        padding: 0px 20px;
        bottom: 20px;
    }
}

.gallery-post-slide-title a {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

    .gallery-post-slide-title a:hover {
        background-size: 0 1px, 100% 1px;
        color: var(--bd-common-white);
    }

.single-news-img {
    position: relative;
    overflow: hidden;
}

    .single-news-img .social-icon {
        font-size: 25px;
        color: var(--bd-common-white);
        position: absolute;
        top: 50%;
        left: 50%;
        transition: 0.5s;
        z-index: 22;
        opacity: 0;
        transform: translate(-50%, -50%);
    }

        .single-news-img .social-icon a:hover {
            color: var(--bd-theme-primary);
        }

    .single-news-img:hover::before {
        left: auto;
        right: 0;
        width: 100%;
        z-index: 2;
    }

    .single-news-img:hover .social-icon {
        opacity: 1;
    }

    .single-news-img:hover img {
        transform: scale(1.05);
    }

    .single-news-img::before {
        position: absolute;
        content: "";
        top: 0;
        left: auto;
        right: 0;
        width: 0;
        height: 100%;
        background: var(--bd-common-black);
        z-index: -1;
        opacity: 0.5;
        transition: 0.5s;
    }

.sb-recent-post-wrap h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--bd-border-secondary);
}

.sb-news-text h5 {
    font-size: 16px;
    font-weight: 600;
}

    .sb-news-text h5 a:hover {
        color: var(--bd-theme-primary);
    }

.sb-news-text .news-meta {
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
}

    .sb-news-text .news-meta span {
        color: #777777;
        margin-left: 5px;
    }

.gallery-wrapper .left-share-wrap {
    flex: 0 0 auto;
}

.sb-recent-single-post {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .sb-recent-single-post:hover .sb-recent-img img {
        transform: scale(1.06);
    }

    .sb-recent-single-post .sb-recent-img {
        flex: 0 0 auto;
        overflow: hidden;
        width: 80px;
        height: auto;
    }

        .sb-recent-single-post .sb-recent-img img {
            width: 100%;
        }

.meta-share-icon {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .meta-share-icon h5 {
        font-size: 14px;
        font-weight: 500;
    }

    .meta-share-icon ul {
        display: flex;
        gap: 10px;
    }

        .meta-share-icon ul li a {
            height: 36px;
            width: 36px;
            border-radius: 50%;
            text-align: center;
            display: inline-block;
            line-height: 36px;
            border: 1px solid transparent;
            color: var(--bd-common-white);
        }

            .meta-share-icon ul li a:hover {
                background: transparent;
                color: var(--bd-common-black);
            }

        .meta-share-icon ul li:nth-child(1) a {
            background: #1877F2;
        }

        .meta-share-icon ul li:nth-child(2) a {
            background: #1DA1F2;
        }

        .meta-share-icon ul li:nth-child(3) a {
            background: #CD201F;
        }

        .meta-share-icon ul li:nth-child(4) a {
            background: #0A66C2;
        }

.gallery-wrapper {
    display: flex;
    gap: 40px;
}

@media (max-width: 575px) {
    .gallery-wrapper {
        flex-direction: column-reverse;
    }
}

.gallery-wrapper p {
    line-height: 28px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .meta-wrapper {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
}

.meta-share-icon.gallery-left-sidebar {
    flex-direction: column;
    align-items: start;
    flex: 0 0 auto;
}

    .meta-share-icon.gallery-left-sidebar ul {
        flex-direction: column;
    }

@media (max-width: 575px) {
    .meta-share-icon.gallery-left-sidebar ul {
        flex-direction: row;
    }
}

.share-icon-left {
    padding-top: 100px;
    position: relative;
}

    .share-icon-left::before {
        position: absolute;
        content: "";
        height: 60px;
        width: 1px;
        background: var(--bd-theme-primary);
        top: 20px;
        left: 16px;
    }

@media (max-width: 575px) {
    .share-icon-left {
        padding-top: 15px;
        padding-bottom: 20px;
    }

        .share-icon-left::before {
            background: transparent;
        }
}

@media (max-width: 575px) {
    .share-icon-left > ul {
        display: flex;
        gap: 12px;
        align-items: center;
    }
}

.share-icon-left > ul > li > a {
    font-size: 14px;
    height: 36px;
    width: 36px;
    border: 1px solid var(--bd-border-secondary);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    margin-bottom: 10px;
}

    .share-icon-left > ul > li > a:hover {
        background: var(--bd-theme-primary);
        color: var(--bd-common-white);
        border-color: var(--bd-theme-primary);
    }

.topic-content ul {
    column-count: 2;
    gap: 30px;
    counter-reset: table-content;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .topic-content ul {
        column-count: 1;
    }
}

.topic-content ul li a {
    font-size: 12px;
    font-weight: 600;
    display: block;
    position: relative;
    padding-left: 44px;
    padding-bottom: 38px;
    transition: 0.3s;
}

    .topic-content ul li a:hover {
        text-decoration: underline;
    }

        .topic-content ul li a:hover::before {
            background: var(--bd-theme-primary);
        }

    .topic-content ul li a::before {
        position: absolute;
        transition: 0.3s;
        content: "";
        left: 0;
        top: -7px;
        height: 30px;
        width: 30px;
        background: var(--bd-common-black);
        border-radius: 50%;
        color: var(--bd-common-white);
        font-size: 10px;
        font-weight: 600;
        content: counter(table-content);
        counter-increment: table-content;
        text-align: center;
        line-height: 30px;
    }

.blockquote-wrap {
    padding: 50px 40px;
    text-align: center;
    color: var(--bd-common-white);
    background: var(--bd-theme-primary);
    margin-bottom: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blockquote-wrap {
        padding: 50px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blockquote-wrap {
        padding: 30px 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blockquote-wrap {
        padding: 20px 20px;
        margin-bottom: 50px;
    }
}

.blockquote-wrap .blockqute-icon {
    font-size: 28px;
    color: var(--bd-theme-primary);
    height: 60px;
    width: 60px;
    background: var(--bd-common-white);
    text-align: center;
    line-height: 60px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 30px;
}

.blockquote-wrap .blockquote-text {
    font-size: 30px;
    font-weight: 400;
    color: var(--bd-common-white);
    line-height: 50px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .blockquote-wrap .blockquote-text {
        font-size: 25px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blockquote-wrap .blockquote-text {
        font-size: 20px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blockquote-wrap .blockquote-text {
        font-size: 18px;
        line-height: 30px;
    }
}

.blockqute-meta {
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blockqute-meta {
        font-size: 14px;
    }
}

.blockqute-meta span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.intro-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .intro-title {
        font-size: 25px;
    }
}

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

.gallery-block-img {
    margin-bottom: 55px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .gallery-block-img {
        margin-bottom: 40px;
    }
}

.black-text {
    color: var(--bd-common-black);
    font-weight: 400;
    margin-bottom: 50px;
}

.gallery-mid-wrap {
    margin: 55px 0px;
}

.gallery-mid-content {
    padding-left: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .gallery-mid-content {
        padding-left: 0px;
        margin-top: 30px;
    }
}

.gallery-mid-content h5 {
    font-weight: 600;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gallery-mid-content h5 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery-mid-content h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .gallery-mid-content h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.blog-img {
    overflow: hidden;
}

    .blog-img:hover img {
        transform: scale(1.05);
    }

.b-text {
    font-weight: 500;
    color: var(--bd-common-black);
    margin-bottom: 20px;
}

.gallery-mid-wrap2 {
    margin: 55px 0px;
}

.gallery-post-content {
    padding: 30px;
    background: var(--bd-bg-1);
    margin-left: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .gallery-post-content {
        margin-left: 0px;
    }
}

.gallery-post-content h4 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .gallery-post-content h4 {
        font-size: 18px;
    }
}

.gallery-post-content h4::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 120px;
    background: var(--bd-theme-primary);
    right: -140px;
    top: 13px;
}

@media (max-width: 575px) {
    .gallery-post-content h4::before {
        width: 70px;
        right: -85px;
    }
}

.gallery-post-content ul li {
    padding-top: 18px;
    margin-bottom: 18px;
    border-top: 1px solid var(--bd-border-secondary);
}

    .gallery-post-content ul li:last-child {
        margin-bottom: 0px;
    }

    .gallery-post-content ul li a {
        font-size: 15px;
        font-weight: 600;
    }

        .gallery-post-content ul li a:hover {
            color: var(--bd-theme-primary);
        }

.gallery-img-text {
    padding-right: 10px;
}

    .gallery-img-text h2 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gallery-img-text h2 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery-img-text h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .gallery-img-text h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.s-blockqute-content-wrap {
    padding: 50px 30px;
    background: var(--bd-bg-1);
    margin-left: 20px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .s-blockqute-content-wrap {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .s-blockqute-content-wrap {
        margin-left: 0px;
    }
}

.s-blockqute-content-wrap .s-blockqute-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .s-blockqute-content-wrap .s-blockqute-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.s-blockqute-content-wrap .blockqute-icon {
    font-size: 40px;
    color: var(--bd-theme-primary);
}

.s-blockqute-content-wrap .author-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.s-blockqute-content-wrap span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--bd-text-body-2);
}

.ux-design {
    font-weight: 500;
    color: var(--bd-common-black);
    text-decoration: underline;
    margin-bottom: 60px;
}

.intro-title.intro-title2 {
    margin-bottom: 40px;
}

.gallery-addition-text {
    margin-bottom: 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .gallery-addition-text {
        margin-bottom: 60px;
    }
}

.gallery-post-content.others-content {
    margin-left: 0px;
    padding: 40px;
    margin-bottom: 60px;
}

@media (max-width: 575px) {
    .gallery-post-content.others-content {
        padding: 15px;
    }
}

.gallery-linktag-wrapper {
    margin-bottom: 60px;
}

    .gallery-linktag-wrapper ul {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

        .gallery-linktag-wrapper ul li {
            display: flex;
            gap: 15px;
            align-items: center;
        }

.tag-icon {
    font-size: 14px;
}

.tag-link {
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}

    .tag-link a {
        color: var(--bd-common-black);
    }

        .tag-link a:hover {
            color: var(--bd-theme-primary);
        }

.get-newsletter-area {
    text-align: center;
    padding: 50px 50px;
    fill: #FFF;
    stroke-width: 1px;
    stroke: #E0E0E0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .get-newsletter-area {
        padding: 50px 40px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .get-newsletter-area {
        padding: 30px 30px;
        text-align: left;
    }
}

.get-newsletter-area h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .get-newsletter-area h2 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .get-newsletter-area h2 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .get-newsletter-area h2 {
        font-size: 20px;
    }
}

.news-letter-input-wrap {
    display: flex;
    gap: 30px 20px;
    align-items: start;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .news-letter-input-wrap {
        flex-direction: column;
    }
}

.news-letter-input-wrap .subscribe-btn {
    flex: 0 0 auto;
    height: 60px;
    min-width: 160px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .news-letter-input-wrap .subscribe-btn {
        width: 100%;
        justify-content: center;
    }
}

.user-entry-name h4 {
    font-size: 20px;
    font-weight: 400;
    color: var(--bd-text-body-2);
}

    .user-entry-name h4 a {
        font-weight: 600;
        color: var(--bd-common-black);
        margin-left: 5px;
    }

        .user-entry-name h4 a:hover {
            color: var(--bd-theme-primary);
        }

.user-entry-name span {
    font-size: 14px;
    color: var(--bd-theme-primary);
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
}

.single-user-entry {
    display: flex;
    gap: 30px;
    align-items: center;
}

.user-entry-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .user-entry-wrapper {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
}

.get-newsletter-input {
    position: relative;
    width: 100%;
}

    .get-newsletter-input i {
        color: var(--bd-common-black);
        position: absolute;
        left: 22px;
        top: 50%;
        transform: translateY(-50%);
    }

    .get-newsletter-input input {
        border: 1px solid transparent;
        background: var(--bd-bg-1);
        height: 60px;
        width: 100%;
        border-radius: 0;
        padding-left: 45px;
        color: var(--bd-common-black);
    }

        .get-newsletter-input input:focus {
            border: 1px solid var(--bd-theme-primary);
        }

.gallery-pagination-wrap {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
    border-top: 1px solid var(--bd-border-secondary);
    border-bottom: 1px solid var(--bd-border-secondary);
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .gallery-pagination-wrap {
        flex-direction: column;
        gap: 20px;
    }
}

.gallery-pageination-prev .previwe-post-box i {
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid var(--bd-border-secondary);
    text-align: center;
    transition: 0.4s;
    display: inline-flex;
    align-items: center;
    text-align: center;
    padding: 7px;
}

    .gallery-pageination-prev .previwe-post-box i:hover {
        color: var(--bd-common-white);
        background: var(--bd-theme-primary);
    }

.gallery-pageination-prev .previwe-post-box .prev {
    color: var(--bd-text-body-2);
    text-transform: uppercase;
}

    .gallery-pageination-prev .previwe-post-box .prev i {
        margin-right: 25px;
    }

    .gallery-pageination-prev .previwe-post-box .prev:hover {
        color: var(--bd-theme-primary);
    }

        .gallery-pageination-prev .previwe-post-box .prev:hover i {
            background: var(--bd-theme-primary);
            color: var(--bd-common-white);
        }

.gallery-pageination-prev .h4 {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-left: 56px;
    margin-top: 10px;
}

    .gallery-pageination-prev .h4:hover {
        color: var(--bd-theme-primary);
    }

.gallery-pageination-prev.gallery-pageination-next .prev {
    display: block;
    text-align: end;
}

    .gallery-pageination-prev.gallery-pageination-next .prev i {
        margin-left: 25px;
        margin-right: 0px;
    }

.gallery-pageination-prev.gallery-pageination-next .h4 {
    margin-right: 58px;
    text-align: end;
    margin-left: 0px;
}

.gallery-comment-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .gallery-comment-wrap .comment-icon {
        height: 50px;
        width: 50px;
        color: var(--bd-common-black);
        border: 1px solid var(--bd-border-secondary);
        text-align: center;
        line-height: 50px;
        font-size: 16px;
    }

.gallery-slide-area {
    position: relative;
}

    .gallery-slide-area .swiper-scrollbar {
        bottom: -20px;
        left: 50%;
        z-index: 50;
        height: 5px;
        width: 68%;
        transform: translateX(-50%);
    }

    .gallery-slide-area .swiper-scrollbar-drag {
        background: var(--bd-theme-primary);
    }

    .gallery-slide-area .swiper-slide:nth-child(2) {
        width: 800px !important;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery-slide-area .swiper-slide:nth-child(2) {
        width: 400px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .gallery-slide-area .swiper-slide:nth-child(2) {
        width: 400px !important;
    }
}

.gallery-slide-area .swiper-slide:nth-child(4) {
    width: 800px !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .gallery-slide-area .swiper-slide:nth-child(4) {
        width: 500px;
    }
}

.gallery-slide-area .swiper-slide img {
    width: 100%;
    height: 600px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .gallery-slide-area .swiper-slide img {
        height: 400px;
    }
}

.sidebar-widget {
    margin-bottom: 50px;
}

    .sidebar-widget:last-child {
        margin-bottom: 0px;
    }

.sidebar-widget-title {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--bd-border-secondary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-widget-title {
        font-size: 28px;
    }
}

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

.sidebar-widget-title.sidebar-widget-2 {
    padding-bottom: 0;
    border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-widget-title.sidebar-widget-2 {
        font-size: 22px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar-widget-title.sidebar-widget-2 {
        font-size: 20px;
    }
}

.conect-link ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 14px;
    background: #cd201f;
    /* margin-bottom: 10px; */
    transition: 0.3s;
    border: 1px solid transparent;
    width: 100%;
}

    .conect-link ul li:last-child {
        margin-bottom: 0px;
    }

    .conect-link ul li .social-follower {
        display: flex;
        gap: 20px;
        align-items: center;
    }

        .conect-link ul li .social-follower .follower-icon {
            color: var(--bd-common-white);
            font-size: 20px;
        }

        .conect-link ul li .social-follower .social-follower-text {
            font-size: 16px;
            font-weight: 600;
            color: var(--bd-common-white);
        }

            .conect-link ul li .social-follower .social-follower-text span {
                display: block;
                font-size: 12px;
                font-weight: 400;
                color: rgba(255, 255, 255, 0.6);
                margin-top: -4px;
            }

    .conect-link ul li .follow-up {
        font-size: 20px;
        font-weight: 600;
        color: var(--bd-common-white);
    }

        .conect-link ul li .follow-up span {
            display: block;
            font-size: 12px;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.6);
            margin-top: -4px;
        }

    .conect-link ul li:nth-child(2) {
        background: #1DA1F2;
    }

    .conect-link ul li:nth-child(3) {
        background: #CD201F;
    }

    .conect-link ul li:nth-child(4) {
        background: #0A66C2;
    }

    .conect-link ul li:hover {
        background: transparent;
        border: 1px solid var(--bd-border-secondary);
    }

        .conect-link ul li:hover .follower-icon {
            color: var(--bd-theme-primary);
        }

        .conect-link ul li:hover .social-follower-text {
            color: var(--bd-theme-primary);
        }

            .conect-link ul li:hover .social-follower-text span {
                color: var(--bd-theme-primary);
            }

        .conect-link ul li:hover .follow-up {
            color: var(--bd-theme-primary);
        }

            .conect-link ul li:hover .follow-up span {
                color: var(--bd-theme-primary);
            }

.sidebar-input-field {
    position: relative;
}

    .sidebar-input-field input {
        height: 54px;
        width: 100%;
        background: var(--bd-bg-1);
        border: 0;
        border-radius: 0;
        padding-right: 80px;
    }

    .sidebar-input-field .input-search-btn {
        height: 100%;
        width: 56px;
        background: var(--bd-common-black);
        color: var(--bd-common-white);
        font-size: 14px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
    }

.popular-tag ul li {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

    .popular-tag ul li:last-child {
        margin-bottom: 0px;
    }

    .popular-tag ul li:hover {
        color: var(--bd-theme-primary);
    }

        .popular-tag ul li:hover::before {
            border: 5px solid var(--bd-theme-primary);
        }

    .popular-tag ul li::before {
        position: absolute;
        height: 16px;
        width: 16px;
        background: #EFEFEF;
        left: 0;
        top: 4px;
        transition: 0.3s;
        content: "";
    }

    .popular-tag ul li span {
        float: right;
        color: #777777;
    }

.sidebar-banner-wrap {
    position: relative;
}

    .sidebar-banner-wrap .add-banner-img img {
        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) {
    .sidebar-banner-wrap .add-banner-img img {
        aspect-ratio: 100/100;
    }
}

.sidebar-banner-wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background: linear-gradient(180deg, #222 0%, rgba(34, 34, 34, 0) 100%);
    content: "";
}

.add-banner-text {
    position: absolute;
    top: 50px;
    left: 30px;
    padding-right: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .add-banner-text {
        padding-right: 15px;
    }
}

.add-banner-text h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--bd-common-white);
    margin-bottom: 7px;
}

.add-banner-text p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 22px;
}

.cetagory-hero-bottom {
    background: var(--bd-bg-1);
    position: relative;
}

    .cetagory-hero-bottom .politics-backtitle {
        position: absolute;
        top: -85px;
        font-size: 200px;
        color: var(--bd-common-white);
        font-weight: 700;
        text-transform: uppercase;
        left: 0;
        right: 0;
        text-align: center;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .cetagory-hero-bottom .politics-backtitle {
        top: -75px;
        font-size: 180px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cetagory-hero-bottom .politics-backtitle {
        top: -60px;
        font-size: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cetagory-hero-bottom .politics-backtitle {
        top: -50px;
        font-size: 125px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cetagory-hero-bottom .politics-backtitle {
        top: -40px;
        font-size: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cetagory-hero-bottom .politics-backtitle {
        top: -30px;
        font-size: 70px;
    }
}

@media (max-width: 575px) {
    .cetagory-hero-bottom .politics-backtitle {
        top: -17px;
        font-size: 40px;
    }
}

.card-sport-title {
    color: var(--bd-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .card-sport-title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .card-sport-title {
        font-size: 20px;
    }
}

.card-sport-title a {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

    .card-sport-title a:hover {
        color: var(--bd-common-white);
        background-size: 0 1px, 100% 1px;
    }

.single-politics-wrap {
    position: relative;
}

    .single-politics-wrap .card-sport-title {
        color: var(--bd-common-white);
        position: absolute;
        bottom: 30px;
        z-index: 25;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0px 15px;
    }

    .single-politics-wrap::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bd-common-black);
        opacity: 0.5;
        content: "";
        z-index: 22;
    }

    .single-politics-wrap .post-img-content .card-blog-post-title {
        color: var(--bd-common-white);
        position: absolute;
        z-index: 55;
        bottom: 30px;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0px 10px;
    }

@media (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-politics-wrap .post-img-content .card-blog-post-title {
        bottom: 0px;
    }
}

.single-politics-wrap:hover .blog-img img {
    transform: scale(1.05);
}

.single-politics-wrap .blog-post-meta {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    justify-content: center;
    z-index: 55;
}

    .single-politics-wrap .blog-post-meta ul li {
        color: var(--bd-common-white);
    }

        .single-politics-wrap .blog-post-meta ul li::before {
            background: var(--bd-common-white);
        }

        .single-politics-wrap .blog-post-meta ul li a {
            color: var(--bd-common-white);
        }

            .single-politics-wrap .blog-post-meta ul li a:hover {
                text-decoration: underline;
            }

        .single-politics-wrap .blog-post-meta ul li:first-child::before {
            background: transparent;
        }

.category-style2-wrap.politics-wrap {
    border-bottom: 1px solid var(--bd-border-secondary);
}

    .category-style2-wrap.politics-wrap:last-child {
        border-bottom: 0px;
    }

.single-top-politics {
    position: relative;
}

    .single-top-politics .card-sport-title {
        position: absolute;
        bottom: 30px;
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-top-politics .card-sport-title {
        font-size: 20px;
    }
}

.single-top-politics::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bd-common-black);
    opacity: 0.3;
    content: "";
    z-index: 22;
}

.single-top-politics .post-img-content {
    position: absolute;
    top: 0px;
    padding-top: 30px;
    right: 0px;
    z-index: 55;
    background: var(--bd-common-black);
    height: 100%;
    width: 50%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .single-top-politics .post-img-content {
        width: 100%;
        background: transparent;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-top-politics .post-img-content {
        width: 60%;
    }
}

.single-top-politics .post-img-content .card-blog-post-title {
    color: var(--bd-common-white);
    position: absolute;
    bottom: 30px;
}

    .single-top-politics .post-img-content .card-blog-post-title a {
        background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
        display: inline;
        background-size: 0% 1px, 0 1px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.4s linear;
    }

        .single-top-politics .post-img-content .card-blog-post-title a:hover {
            color: var(--bd-common-white);
            background-size: 0 1px, 100% 1px;
        }

.single-top-politics .blog-post-meta {
    justify-content: center;
}

    .single-top-politics .blog-post-meta ul li {
        color: var(--bd-common-white);
    }

        .single-top-politics .blog-post-meta ul li::before {
            background: var(--bd-common-white);
        }

        .single-top-politics .blog-post-meta ul li a {
            color: var(--bd-common-white);
        }

            .single-top-politics .blog-post-meta ul li a:hover {
                text-decoration: underline;
            }

        .single-top-politics .blog-post-meta ul li:first-child::before {
            background: transparent;
        }

.single-top-politics:hover .blog-img img {
    transform: scale(1.05);
}

/*----------------------------------------*/
/*  9.2 Category css
/*----------------------------------------*/
.blog-text-slide-title {
    font-size: 90px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
}

@supports (-webkit-text-stroke: 2px var(--color-heading)) {
    .blog-text-slide-title {
        -webkit-text-stroke: 2px rgb(189, 189, 189);
        color: transparent;
    }
}

.blog-text-slide-title:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: var(--bd-heading-primary);
    white-space: nowrap;
    content: attr(data-hover);
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.blog-text-slide-title:hover {
    -webkit-text-stroke-color: var(--color-heading);
}

    .blog-text-slide-title:hover:before {
        width: 100%;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .blog-text-slide-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-text-slide-title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-text-slide-title {
        font-size: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-text-slide-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-text-slide-title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .blog-text-slide-title {
        font-size: 44px;
    }
}

.blog-text-slide {
    text-align: center !important;
}

.single-category-wrap:hover .category-img img {
    transform: scale(1.04);
}

.single-category-wrap .category-img {
    overflow: hidden;
}

.category-style2-wrap {
    display: flex;
    gap: 10px;
    justify-content: space-around;
    align-items: baseline;
    /* flex-wrap: wrap; */
}

    .category-style2-wrap:hover .category-img img {
        transform: scale(1.04);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-style2-wrap {
        gap: 20px;
        flex-direction: column;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .category-style2-wrap {
        /* flex-direction: column; */
        gap: 0px;
    }
}

.category-style2-wrap .category-img {
    flex: 0 1 auto;
    overflow: hidden;
    min-width: 170px;
    /* height: 170px; */
}

.single-post-wrap2 {
    padding-left: 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) {
    .single-post-wrap2 {
        padding-left: 0px;
    }
}

.single-post-img {
    overflow: hidden;
}

    .single-post-img img {
        width: 100%;
    }

    .single-post-img:hover img {
        transform: scale(1.04);
    }

.singlepost-mid-wrap {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .singlepost-mid-wrap {
        float: none;
        margin-right: 0px;
    }
}

.singlepost-mid-wrap img {
    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) {
    .left-side-box {
        flex-direction: column-reverse;
    }
}

/*----------------------------------------*/
/*  9.11 Signup css
/*----------------------------------------*/
.mx-width {
    max-width: 550px;
    margin-right: auto !important;
    margin-left: auto !important;
}

    .mx-width .signup-wrapper {
        background: var(--bd-bg-1);
        padding: 20px 30px;
        text-align: center;
    }

@media (max-width: 575px) {
    .mx-width .signup-wrapper {
        padding: 40px 25px;
    }
}

.signup-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--bd-common-black);
    margin-bottom: 35px;
}

.sign-input-box input {
    width: 100%;
    background: var(--bd-common-white);
    border: 1px solid rgba(17, 16, 16, 0.14);
    height: 45px;
    color: var(--bd-common-black);
    padding: 0 25px;
    margin-top: 14px;
}

.signup-btn .fill_btn {
    font-size: 16px;
    color: var(--bd-common-white);
    font-weight: 500;
    background: var(--bd-common-black);
    padding: 0px 32px;
    height: 60px;
    width: 100%;
}

@media (max-width: 575px) {
    .signup-btn .fill_btn {
        height: 50px;
    }
}

.signup-btn .fill_btn:hover {
    background: var(--bd-theme-primary);
}

.ms-divided-btn {
    text-align: center;
    position: relative;
}

    .ms-divided-btn::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: rgba(17, 16, 16, 0.14);
        inset-inline-start: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .ms-divided-btn span {
        background: var(--bd-bg-1);
        padding: 0 20px;
        position: relative;
        color: var(--bd-common-black);
        font-weight: 600;
        text-transform: capitalize;
    }

.ms-fb-btn {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #e50001;
    width: 100%;
    color: var(--bd-common-white);
    font-weight: 500;
}

@media (max-width: 575px) {
    .ms-fb-btn {
        height: 50px;
        line-height: 50px;
    }
}

.ms-fb-btn i {
    margin-inline-end: 10px;
}

.ms-not-account p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0px;
}

    .ms-not-account p a {
        color: var(--bd-theme-primary);
    }

/*----------------------------------------*/
/*  9.13 sports css
/*----------------------------------------*/
.sport-img img {
    width: 100%;
}

.sport-single-wrappar:hover .sport-img-wrap img {
    transform: scale(1.05);
}

.sport-wrapper-style2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--bd-border-secondary);
}

@media (max-width: 575px) {
    .sport-wrapper-style2 {
        flex-direction: column-reverse;
        gap: 15px;
    }
}

.sport-wrapper-style2:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.sport-wrapper-style2:hover .sport-img img {
    transform: scale(1.05);
}

.sport-wrapper-style2:hover .sport-img img {
    width: 100%;
}

.sport-wrapper-style2 .sport-img {
    flex: 0 0 auto;
}

.left-sport-wrapper:hover .sport-img-wrap img {
    transform: scale(1.05);
}

.blog-slide-content .sport-title {
    color: var(--bd-common-white);
}

    .blog-slide-content .sport-title a {
        background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
        display: inline;
        background-size: 0% 1px, 0 1px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.4s linear;
    }

        .blog-slide-content .sport-title a:hover {
            color: var(--bd-common-white);
            background-size: 0 1px, 100% 1px;
        }

.sport-title {
    margin-top: 7px;
    margin-bottom: 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: 576px) and (max-width: 767px) {
    .sport-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sport-title {
        font-size: 22px;
    }
}

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

.sport-title a:hover {
    color: var(--bd-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .picked-news-inner-wrapper.sport-news-thumb {
        gap: 30px;
        justify-content: center;
    }
}

.picked-news-item {
    position: relative;
}

    .picked-news-item .sport-content-box {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        z-index: 13;
    }

@media (max-width: 575px) {
    .picked-news-item .sport-content-box {
        bottom: 10px;
    }
}

.picked-news-item .sport-content-box .product-cat-title {
    color: var(--bd-common-white);
}

    .picked-news-item .sport-content-box .product-cat-title::before {
        background: var(--bd-common-white);
    }

    .picked-news-item .sport-content-box .product-cat-title a {
        background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
        display: inline;
        background-size: 0% 1px, 0 1px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.4s linear;
    }

        .picked-news-item .sport-content-box .product-cat-title a:hover {
            color: var(--bd-common-white);
            background-size: 0 1px, 100% 1px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .picked-news-item .sport-content-box {
        bottom: 0px;
    }
}

.sport-banner-mid-title {
    color: var(--bd-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sport-banner-mid-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sport-banner-mid-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sport-banner-mid-title {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .sport-banner-mid-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sport-banner-mid-title {
        font-size: 22px;
    }
}

.sport-banner-mid-title a {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

    .sport-banner-mid-title a:hover {
        color: var(--bd-common-white);
        background-size: 0 1px, 100% 1px;
    }

.banner-mid-post-title.banner-title {
    color: var(--bd-common-white);
}

.sport-news-thumb .sport-title {
    color: var(--bd-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sport-news-thumb .sport-title {
        font-size: 18px;
    }
}

.sport-news-thumb .sport-title a {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

    .sport-news-thumb .sport-title a:hover {
        color: var(--bd-common-white);
        background-size: 0 1px, 100% 1px;
    }

.sport-img-wrap img {
    width: 100%;
}

.gallery-post-slide-content .product-cat-title a {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

    .gallery-post-slide-content .product-cat-title a:hover {
        color: var(--bd-common-white);
        background-size: 0 1px, 100% 1px;
    }

.gallery-post-slide-content .sport-title {
    color: var(--bd-common-white);
}

    .gallery-post-slide-content .sport-title a {
        background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
        display: inline;
        background-size: 0% 1px, 0 1px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.4s linear;
    }

        .gallery-post-slide-content .sport-title a:hover {
            color: var(--bd-common-white);
            background-size: 0 1px, 100% 1px;
        }

.gallery-post-slide-content.sports-slide-content {
    bottom: 10px;
    padding: 0px 20px;
}

    .gallery-post-slide-content.sports-slide-content .sport-title {
        margin-top: 0px;
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gallery-post-slide-content.sports-slide-content .sport-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .gallery-post-slide-content.sports-slide-content {
        bottom: 10px;
    }
}

/*----------------------------------------*/
/*  9.16 welcome css
/*----------------------------------------*/
.welcome-news-area {
    padding: 100px 0 90px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-news-area {
        padding: 70px 0 60px;
    }
}

@media (max-width: 575px) {
    .welcome-news-area {
        padding: 55px 0px;
    }
}

.welcome-news-title {
    font-weight: 600;
    font-size: 100px;
    line-height: 1;
    background: linear-gradient(90.02deg, rgba(14, 32, 42, 0) 0.02%, #071015 49.79%, rgba(0, 0, 0, 0) 99.55%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .welcome-news-title {
        font-size: 75px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .welcome-news-title {
        font-size: 88px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .welcome-news-title {
        font-size: 65px;
    }
}

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

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

@media (max-width: 575px) {
    .welcome-news-title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .welcome-news-title {
        font-size: 30px;
    }
}

@media (max-width:480px) {
    .welcome-news-title {
        font-size: 17px;
    }
}

/*----------------------------------------*/
/*  9.6 featured post css
/*----------------------------------------*/
.feature-post-item:hover .post-img img {
    /* transform: scale(1.05); */
}

.feature-post-title {
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 4px;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-post-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .feature-post-title {
        font-size: 20px;
    }
}

.feature-post-title a:hover {
    color: var(--bd-theme-primary);
}

.feature-post-content > p {
    margin-bottom: 30px;
}

/*----------------------------------------*/
/*  9.10 recent-post css
/*----------------------------------------*/
.recent-post-item:hover .post-img img {
    transform: scale(1.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .recent-news-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .recent-news-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .recent-news-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.recent-post-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .recent-post-title {
        font-size: 20px;
    }
}

.recent-post-title a:hover {
    color: var(--bd-theme-primary);
}

.recent-post-content > p {
    margin-bottom: 0;
}

.recent-post-area {
    background: var(--bd-bg-1);
}

.loadmore-btn {
    height: 60px;
    padding: 0px 30px;
    background: var(--bd-common-white);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

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

    .loadmore-btn i {
        font-weight: 400;
        margin-left: 10px;
    }

/*----------------------------------------*/
/*  9.8 hand picked css
/*----------------------------------------*/
.picked-news-inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.picked-news-item {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .picked-news-item:hover img {
        transform: scale(1.05);
    }

    .picked-news-item img {
        width: 100%;
    }

    .picked-news-item::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.4;
        content: "";
        z-index: 11;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    }

    .picked-news-item .hand-picked-content {
        position: absolute;
        bottom: 30px;
        left: 30px;
        z-index: 15;
        right: 30px;
    }

        .picked-news-item .hand-picked-content .product-cat-title {
            color: var(--bd-common-white);
            margin-bottom: 10px;
        }

            .picked-news-item .hand-picked-content .product-cat-title a {
                background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
                display: inline;
                background-size: 0% 1px, 0 1px;
                background-position: 100% 100%, 0 100%;
                background-repeat: no-repeat;
                transition: background-size 0.4s linear;
            }

                .picked-news-item .hand-picked-content .product-cat-title a:hover {
                    color: var(--bd-common-white);
                    background-size: 0 1px, 100% 1px;
                }

            .picked-news-item .hand-picked-content .product-cat-title::before {
                background: var(--bd-common-white);
            }

.picked-mid-title {
    color: var(--bd-common-white);
}

@media (max-width: 575px) {
    .picked-mid-title {
        font-size: 20px;
    }
}

.picked-mid-title a {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

    .picked-mid-title a:hover {
        background-size: 0 1px, 100% 1px;
        color: var(--bd-common-white);
    }

.picked-news-title {
    color: var(--bd-common-white);
    border: 0;
    padding: 0;
}

@media (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .picked-news-title {
        font-size: 20px;
    }
}

.picked-news-title a {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

    .picked-news-title a:hover {
        background-size: 0 1px, 100% 1px;
        color: var(--bd-common-white);
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-recent-box .card-blog-post-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-recent-box .card-blog-post-title {
        font-size: 24px;
    }
}

.picked-news-mid-thumb .picked-news-title {
    font-size: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .picked-news-mid-thumb .picked-news-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .picked-news-mid-thumb .picked-news-title {
        font-size: 18px;
    }
}

.header_bottom-area.header-sticky {
    background: #ffffff;
    border-bottom: 0px solid #1e1a171c;
}


.center {
    text-align: center;
}

.bars_icon {
    display: none !important;
}

.border-lr {
    border-top: 0px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-bottom: 0px solid #e0e0e0;
}











.menus {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    padding: 0px 0;
    border-right: 0px solid #e5e5e5;
}

.menus-item {
    display: flex;
    align-items: center;
    padding: 5px 25px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
}

    .menus-item:hover {
        background-color: #f1f1f1;
    }

    .menus-item img {
        width: 28px;
        height: 28px;
        margin-right: 6px;
    }

    .menus-item span {
        font-size: 16px;
        color: #333;
        font-weight: 600;
    }

.social-mob {
    display: none;
}

    .social-mob ul {
        padding: 0;
        /* margin: 0; */
        display: flex;
        align-items: center;
        gap: 8px;
        list-style: none;
        margin-top: 20px;
    }

        .social-mob ul li a {
            height: 40px;
            width: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            background: #e30000;
            transition: 0.3s;
            border: 1px solid #e30000;
            border-radius: 100%;
            font-size: 18px;
            color: #fff;
        }

@media (max-width: 768px) {
    .menus-list {
        max-width: 100%;
        display: flex;
        overflow: scroll;
    }

    .conect-link {
        display: none !important;
    }

    .social-mob {
        display: block;
    }
}




.main_news {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-right: 0;
}


.author-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 35px;
}

.author-info {
    margin-top: 0px;
}

.dot {
    height: 5px;
    width: 5px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.social-icons {
    display: flex;
    gap: 10px;
}

    .social-icons a {
        text-decoration: none;
        color: #161515;
        font-size: 20px;
        margin-right: 15px;
    }

        .social-icons a:hover {
            color: black;
        }



.menus {
    position: sticky;
    top: 120px;
    z-index: 100;
}


.card {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .card img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        flex: 1;
    }

.card-content {
    padding: 10px;
    flex: 2;
}

    .card-content h2 {
        font-size: 14px;
        color: #333;
    }

    .card-content p {
        font-size: 14px;
        color: #666;
        margin-bottom: 16px;
    }

    .card-content a {
        text-decoration: none;
        color: #007bff;
        font-size: 14px;
        font-weight: bold;
    }

        .card-content a:hover {
            text-decoration: underline;
        }

.play-button {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

    .play-button span {
        border: solid #fff;
        border-width: 0 0 0 20px;
        border-style: solid;
        border-color: transparent transparent transparent white;
        margin-left: 5px;
        height: 0;
        width: 0;
        display: inline-block;
    }

@media (max-width: 768px) {
    .card {
        flex-direction: column;
    }

    .card-content {
        padding: 12px;
    }

        .card-content h2 {
            font-size: 16px;
        }

        .card-content p {
            font-size: 13px;
        }
}

section.post-section-area_add {
    background: #f8f8f900;
    padding: 4px 0px;
}

@media only screen and (max-width: 600px) {
    .bars_icon {
        display: block !important;
    }

    .conect-link {
        display: block;
        margin-top: 20px;
    }

    .logospostion {
        /* position: fixed; */
        width: 70px !important;
        top: 0px;
    }

    .main_news1 {
        font-size: 20px !important;
        line-height: 35px !important;
        margin-bottom: 10px !important;
        padding-right: 0 !important;
    }

    .main_news {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-right: 0;
    }

    .treanding-news-title {
        width: 100% !important;
        text-align: center !important;
    }

    .daily-newsletter-box {
        background: #f2f2f2 !important;
        padding: 14px 15px !important;
    }
}



.main_news1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-right: 0;
}



.logospostion {
    /* position: fixed; */
    max-width: 80px;
    top: 0px;
    background: #ffffff;
    border-radius: 4px;
    padding: 4px;
}


.cc {
    color: #d60000;
}




.main_news4 {
    font-size: 16px;
    line-height: 30px;
    padding-right: 0;
}

.foot {
    color: #000000 !important;
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
    border-top: 1px solid #e7e7e7;
    padding: 10px 0px;
}

.live {
    background: red;
    color: #fff;
    padding: 4px 6px 4px 10px;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
}


.headings {
    margin-bottom: 3px;
    font-size: 25px;
    margin-top: 30px;
}

.logintab1 {
    font-size: 22px;
}

.logintab2 {
    font-size: 17px;
    padding-top: 10px;
}

.svgs {
    width: 40px !important;
    height: 40px !important;
    margin: 10px 0px 10px;
}

.blure {
    background-image: linear-gradient(180deg, #ffffffa6, #ffffff);
    padding: 57px 0px;
    margin-top: -132px;
    z-index: 999999999999;
    position: relative;
}

.loginnow {
    padding: 10px 40px;
    background: red;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
    border-radius: 100px;
}


.manoranjan {
    font-weight: 700;
}

.dates {
    background: #f1f0f0;
    width: 100%;
    display: block;
    padding: 6px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    color: #868686;
    margin-bottom: 40px;
}

@media(max-width:1199px) {
    .main-menu ul > li > a {
        font-size: 14px;
    }

    .main-menu ul {
        gap: 16px;
    }
}

@media(max-width:991px) {
    .bars_icon {
        display: block !important;
    }

        .bars_icon span:nth-child(1) {
            margin-left: 7px;
            transition: 0.3s;
            height: 2px;
            display: flex;
        }

        .bars_icon span:nth-child(2) {
            margin-left: 7px;
            transition: 0.3s;
            display: flex;
            margin-top: 2px;
        }

        .bars_icon span:nth-child(3) {
            margin-left: 7px;
            transition: 0.3s;
            height: 2px;
            display: flex;
            margin-top: 2px;
        }

    .slide-trending-news-wrapper {
        border-radius: 4px;
    }
}



.author-info span {
    font-size: 14px;
}



.menus-list {
    display: flex;
}


.conect-link ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}


.logins {
    font-size: 16px;
    font-weight: 550;
    font-family: fantasy;
}

.ButtonLogin {
    border: 5px solid #bc1624;
    border-radius: 50px;
    padding: 0px 10px;
    background-color: #bc1624;
    color: white;
}


#pagination {
    margin: 0;
    padding: 0;
    text-align: center
}

    #pagination li {
        display: inline
    }

        #pagination li a {
            display: inline-block;
            text-decoration: none;
            padding: 5px 10px;
            color: #000
        }

        /* Active and Hoverable Pagination */
        #pagination li a {
            border-radius: 5px;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s
        }

            #pagination li a.active {
                background-color: #4caf50;
                color: #fff
            }

            #pagination li a:hover:not(.active) {
                background-color: #ddd;
            }

/* border-pagination */
.b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: flex
}

#border-pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center
}

    #border-pagination li {
        display: inline;
    }

        #border-pagination li a {
            display: block;
            text-decoration: none;
            color: #000;
            padding: 5px 10px;
            border: 1px solid #ddd;
            float: left;
        }

        #border-pagination li a {
            -webkit-transition: background-color 0.4s;
            transition: background-color 0.4s
        }

            #border-pagination li a.active {
                background-color: #bc1624;
                color: #fff;
            }

            #border-pagination li a:hover:not(.active) {
                background: #ddd;
            }
