.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    animation: blink .7s infinite
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.table-addons-icon-wrapper {
    display: inline-block;
    line-height: 1;
    transition: all .3s
}

.table-addons-icon-content svg,
.table-addons-icon-wrapper svg {
    height: 16px
}

.table-addons-button {
    display: inline-block;
    line-height: 1;
    background-color: #0198ba;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    text-decoration: none
}

.table-addons-button:hover {
    color: #fff
}

.entry .entry-content a.table-addons-button,
.entry .entry-content a.table-addons-button:hover {
    text-decoration: none
}

.table-addons-button-content-wrapper,
.table-addons-icon-content {
    display: flex;
    justify-content: center;
    align-items: center
}

.table-addons-button-text,
.table-addons-icon-content-text {
    flex-grow: 1;
    order: 10;
    display: inline-block
}

.table-addons-button .table-addons-align-icon-left,
.table-addons-icon-content .table-addons-align-icon-left {
    margin-right: 5px;
    order: 5;
    display: flex
}

.table-addons-button .table-addons-align-icon-right,
.table-addons-icon-content .table-addons-align-icon-right {
    margin-left: 5px;
    order: 15
}

.table-addons-icon-content-wrapper {
    display: inline-block
}

.entry .entry-content a.table-addons-link,
a.table-addons-link {
    text-decoration: none
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

b,
strong {
    font-weight: bolder
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

img {
    border-style: none
}

button,
input,
select {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
::after,
::before {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

body,
button,
input,
select {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

em,
i {
    font-style: italic
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

body {
    background: #fff
}

ul {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc
}

li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dd {
    margin: 0 1.5em 1.5em
}

embed,
iframe,
object {
    max-width: 100%
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

a {
    color: #4169e1
}

a:visited {
    color: purple
}

a:active,
a:focus,
a:hover {
    color: #191970
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    line-height: 1;
    padding: .6em 1em .4em
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ccc #bbb #aaa
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    border-color: #aaa #bbb #bbb
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

.main-navigation {
    display: block;
    width: 100%
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li.focus>ul,
.main-navigation ul ul li:hover>ul {
    display: block;
    left: auto
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li.focus>ul,
.main-navigation ul li:hover>ul {
    left: auto
}

.main-navigation li {
    position: relative
}

.main-navigation a {
    display: block;
    text-decoration: none
}

@media screen and (min-width:37.5em) {
    .main-navigation ul {
        display: flex
    }
}

.site-main .comment-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em
}

.page,
.post {
    margin: 0 0 0
}

.entry-content,
.page-content {
    margin: 1.5em 0 0
}

.comment-content a {
    word-wrap: break-word
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.custom-logo-link {
    display: inline-block
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://edumanbd.com/wp-content/themes/eduman/assets/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

body {
    background-color: #f0f5fc
}

.orange {
    color: #f90
}

h3.webbazarbd-icon-box-title,
h3.webbazarbd-image-box-title,
h4.webbazarbd-image-box-title {
    margin: 0 !important
}

h3.webbazarbd-image-box-title {
    padding-bottom: 15px
}

.gform-theme--foundation .gform_fields {
    row-gap: 0 !important
}

.imageChange img {
    padding: 10px
}

.btnposition {
    bottom: 0;
    right: 0;
    margin: auto;
    height: 50px;
    margin-block-end: auto !important
}

.popmake .gform_title {
    text-align: center;
    margin: 0;
    padding-bottom: 20px
}

.gform_description {
    display: none
}

.gform_confirmation_message_1 {
    text-align: center;
    font-size: 20px;
    line-height: 40px
}

.popmake .gfield {
    padding-bottom: 15px
}

.messageBtn {
    animation: moveUpDown 3s infinite alternate;
    transition: transform .4s ease-in-out
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(0)
    }
}

/*! webbazarbd - v3.25.0 - 24-11-2024 */
.webbazarbd-hidden {
    display: none
}

.webbazarbd-visibility-hidden {
    visibility: hidden
}

.webbazarbd-screen-only,
.screen-reader-text,
.screen-reader-text span {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}

.e-logo-wrapper i {
    color: var(--e-a-color-logo);
    font-size: 1em
}

.webbazarbd *,
.webbazarbd :after,
.webbazarbd :before {
    box-sizing: border-box
}

.webbazarbd a {
    box-shadow: none;
    text-decoration: none
}

.webbazarbd img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.webbazarbd .webbazarbd-widget:not(.webbazarbd-widget-text-editor):not(.webbazarbd-widget-theme-post-content) figure {
    margin: 0
}

.webbazarbd embed,
.webbazarbd iframe,
.webbazarbd object,
.webbazarbd video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.webbazarbd .webbazarbd-background,
.webbazarbd .webbazarbd-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.webbazarbd .webbazarbd-background-video-container {
    transition: opacity 1s;
    pointer-events: none
}

.webbazarbd .webbazarbd-background-video-container.webbazarbd-loading {
    opacity: 0
}

.webbazarbd .webbazarbd-background-video-embed {
    max-width: none
}

.webbazarbd .webbazarbd-background-video,
.webbazarbd .webbazarbd-background-video-embed {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.webbazarbd .webbazarbd-background-video {
    max-width: none
}

.webbazarbd .webbazarbd-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.webbazarbd .webbazarbd-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.e-con-inner>.webbazarbd-theme.webbazarbd-absolute,
.e-con>.webbazarbd-theme.webbazarbd-absolute,
.webbazarbd-widget-wrap>.webbazarbd-theme.webbazarbd-absolute {
    position: absolute
}

.e-con-inner>.webbazarbd-theme.webbazarbd-fixed,
.e-con>.webbazarbd-theme.webbazarbd-fixed,
.webbazarbd-widget-wrap>.webbazarbd-theme.webbazarbd-fixed {
    position: fixed
}

.webbazarbd-widget-wrap .webbazarbd-theme.webbazarbd-widget__width-auto,
.webbazarbd-widget-wrap .webbazarbd-theme.webbazarbd-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {

    .webbazarbd-widget-wrap .webbazarbd-theme.webbazarbd-widget-tablet__width-auto,
    .webbazarbd-widget-wrap .webbazarbd-theme.webbazarbd-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {

    .webbazarbd-widget-wrap .webbazarbd-theme.webbazarbd-widget-mobile__width-auto,
    .webbazarbd-widget-wrap .webbazarbd-theme.webbazarbd-widget-mobile__width-initial {
        max-width: 100%
    }
}

.webbazarbd-theme {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self)
}

.webbazarbd-theme.webbazarbd-absolute,
.webbazarbd-theme.webbazarbd-fixed {
    z-index: 1
}

.webbazarbd-theme:where(.e-con-full, .webbazarbd-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap)
}

.webbazarbd-align-center {
    text-align: center
}

.webbazarbd-align-center .webbazarbd-button {
    width: auto
}

.webbazarbd-align-right {
    text-align: right
}

.webbazarbd-align-right .webbazarbd-button {
    width: auto
}

.webbazarbd-align-left {
    text-align: left
}

.webbazarbd-align-left .webbazarbd-button {
    width: auto
}

.webbazarbd-align-justify .webbazarbd-button {
    width: 100%
}

.webbazarbd-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.webbazarbd-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.webbazarbd-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.webbazarbd-custom-embed-play i,
.webbazarbd-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}

.webbazarbd-tag {
    display: inline-flex
}

@media (min-width:-1) {
    .webbazarbd-widescreen-align-center {
        text-align: center
    }

    .webbazarbd-widescreen-align-center .webbazarbd-button {
        width: auto
    }

    .webbazarbd-widescreen-align-right {
        text-align: right
    }

    .webbazarbd-widescreen-align-right .webbazarbd-button {
        width: auto
    }

    .webbazarbd-widescreen-align-left {
        text-align: left
    }

    .webbazarbd-widescreen-align-left .webbazarbd-button {
        width: auto
    }

    .webbazarbd-widescreen-align-justify .webbazarbd-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .webbazarbd-laptop-align-center {
        text-align: center
    }

    .webbazarbd-laptop-align-center .webbazarbd-button {
        width: auto
    }

    .webbazarbd-laptop-align-right {
        text-align: right
    }

    .webbazarbd-laptop-align-right .webbazarbd-button {
        width: auto
    }

    .webbazarbd-laptop-align-left {
        text-align: left
    }

    .webbazarbd-laptop-align-left .webbazarbd-button {
        width: auto
    }

    .webbazarbd-laptop-align-justify .webbazarbd-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .webbazarbd-tablet_extra-align-center {
        text-align: center
    }

    .webbazarbd-tablet_extra-align-center .webbazarbd-button {
        width: auto
    }

    .webbazarbd-tablet_extra-align-right {
        text-align: right
    }

    .webbazarbd-tablet_extra-align-right .webbazarbd-button {
        width: auto
    }

    .webbazarbd-tablet_extra-align-left {
        text-align: left
    }

    .webbazarbd-tablet_extra-align-left .webbazarbd-button {
        width: auto
    }

    .webbazarbd-tablet_extra-align-justify .webbazarbd-button {
        width: 100%
    }
}

@media (max-width:1024px) {
    .webbazarbd-tablet-align-center {
        text-align: center
    }

    .webbazarbd-tablet-align-center .webbazarbd-button {
        width: auto
    }

    .webbazarbd-tablet-align-right {
        text-align: right
    }

    .webbazarbd-tablet-align-right .webbazarbd-button {
        width: auto
    }

    .webbazarbd-tablet-align-left {
        text-align: left
    }

    .webbazarbd-tablet-align-left .webbazarbd-button {
        width: auto
    }

    .webbazarbd-tablet-align-justify .webbazarbd-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .webbazarbd-mobile_extra-align-center {
        text-align: center
    }

    .webbazarbd-mobile_extra-align-center .webbazarbd-button {
        width: auto
    }

    .webbazarbd-mobile_extra-align-right {
        text-align: right
    }

    .webbazarbd-mobile_extra-align-right .webbazarbd-button {
        width: auto
    }

    .webbazarbd-mobile_extra-align-left {
        text-align: left
    }

    .webbazarbd-mobile_extra-align-left .webbazarbd-button {
        width: auto
    }

    .webbazarbd-mobile_extra-align-justify .webbazarbd-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .webbazarbd-mobile-align-center {
        text-align: center
    }

    .webbazarbd-mobile-align-center .webbazarbd-button {
        width: auto
    }

    .webbazarbd-mobile-align-right {
        text-align: right
    }

    .webbazarbd-mobile-align-right .webbazarbd-button {
        width: auto
    }

    .webbazarbd-mobile-align-left {
        text-align: left
    }

    .webbazarbd-mobile-align-left .webbazarbd-button {
        width: auto
    }

    .webbazarbd-mobile-align-justify .webbazarbd-button {
        width: 100%
    }
}

:root {
    --page-title-display: block
}

.webbazarbd-page-title,
h1.entry-title {
    display: var(--page-title-display)
}

@keyframes eicon-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.webbazarbd-section {
    position: relative
}

.webbazarbd-section .webbazarbd-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width:1024px) {
    .webbazarbd-section .webbazarbd-container {
        flex-wrap: wrap
    }
}

.webbazarbd-section.webbazarbd-section-boxed>.webbazarbd-container {
    max-width: 1140px
}

.webbazarbd-section.webbazarbd-section-items-top>.webbazarbd-container {
    align-items: flex-start
}

.webbazarbd-section.webbazarbd-section-items-middle>.webbazarbd-container {
    align-items: center
}

.webbazarbd-section.webbazarbd-section-items-bottom>.webbazarbd-container {
    align-items: flex-end
}

@media (min-width:768px) {
    .webbazarbd-section.webbazarbd-section-height-full {
        height: 100vh
    }

    .webbazarbd-section.webbazarbd-section-height-full>.webbazarbd-container {
        height: 100%
    }
}

.webbazarbd-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}

.webbazarbd:not(.webbazarbd-bc-flex-widget) .webbazarbd-widget-wrap {
    display: flex
}

.webbazarbd-widget-wrap>.webbazarbd-theme {
    width: 100%
}

.webbazarbd-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.webbazarbd-widget {
    position: relative
}

.webbazarbd-widget:not(:last-child) {
    margin-bottom: 20px
}

.webbazarbd-widget:not(:last-child).webbazarbd-absolute,
.webbazarbd-widget:not(:last-child).webbazarbd-widget__width-auto,
.webbazarbd-widget:not(:last-child).webbazarbd-widget__width-initial {
    margin-bottom: 0
}

ul.webbazarbd-icon-list-items.webbazarbd-inline-items {
    display: flex;
    flex-wrap: wrap
}

ul.webbazarbd-icon-list-items.webbazarbd-inline-items .webbazarbd-inline-item {
    word-break: break-word
}

.webbazarbd-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.webbazarbd-grid .webbazarbd-grid-item {
    min-width: 0
}

.webbazarbd-grid-0 .webbazarbd-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
}

.webbazarbd-grid-0 .webbazarbd-grid .webbazarbd-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.webbazarbd-grid-1 .webbazarbd-grid {
    grid-template-columns: repeat(1, 1fr)
}

.webbazarbd-grid-2 .webbazarbd-grid {
    grid-template-columns: repeat(2, 1fr)
}

.webbazarbd-grid-3 .webbazarbd-grid {
    grid-template-columns: repeat(3, 1fr)
}

.webbazarbd-grid-4 .webbazarbd-grid {
    grid-template-columns: repeat(4, 1fr)
}

.webbazarbd-grid-5 .webbazarbd-grid {
    grid-template-columns: repeat(5, 1fr)
}

.webbazarbd-grid-6 .webbazarbd-grid {
    grid-template-columns: repeat(6, 1fr)
}

.webbazarbd-grid-7 .webbazarbd-grid {
    grid-template-columns: repeat(7, 1fr)
}

.webbazarbd-grid-8 .webbazarbd-grid {
    grid-template-columns: repeat(8, 1fr)
}

.webbazarbd-grid-9 .webbazarbd-grid {
    grid-template-columns: repeat(9, 1fr)
}

.webbazarbd-grid-10 .webbazarbd-grid {
    grid-template-columns: repeat(10, 1fr)
}

.webbazarbd-grid-11 .webbazarbd-grid {
    grid-template-columns: repeat(11, 1fr)
}

.webbazarbd-grid-12 .webbazarbd-grid {
    grid-template-columns: repeat(12, 1fr)
}

@media (min-width:-1) {
    .webbazarbd-grid-widescreen-0 .webbazarbd-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .webbazarbd-grid-widescreen-0 .webbazarbd-grid .webbazarbd-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .webbazarbd-grid-widescreen-1 .webbazarbd-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .webbazarbd-grid-widescreen-2 .webbazarbd-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .webbazarbd-grid-widescreen-3 .webbazarbd-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .webbazarbd-grid-widescreen-4 .webbazarbd-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .webbazarbd-grid-widescreen-5 .webbazarbd-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .webbazarbd-grid-widescreen-6 .webbazarbd-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .webbazarbd-grid-widescreen-7 .webbazarbd-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .webbazarbd-grid-widescreen-8 .webbazarbd-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .webbazarbd-grid-widescreen-9 .webbazarbd-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .webbazarbd-grid-widescreen-10 .webbazarbd-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .webbazarbd-grid-widescreen-11 .webbazarbd-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .webbazarbd-grid-widescreen-12 .webbazarbd-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .webbazarbd-grid-laptop-0 .webbazarbd-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .webbazarbd-grid-laptop-0 .webbazarbd-grid .webbazarbd-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .webbazarbd-grid-laptop-1 .webbazarbd-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .webbazarbd-grid-laptop-2 .webbazarbd-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .webbazarbd-grid-laptop-3 .webbazarbd-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .webbazarbd-grid-laptop-4 .webbazarbd-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .webbazarbd-grid-laptop-5 .webbazarbd-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .webbazarbd-grid-laptop-6 .webbazarbd-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .webbazarbd-grid-laptop-7 .webbazarbd-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .webbazarbd-grid-laptop-8 .webbazarbd-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .webbazarbd-grid-laptop-9 .webbazarbd-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .webbazarbd-grid-laptop-10 .webbazarbd-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .webbazarbd-grid-laptop-11 .webbazarbd-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .webbazarbd-grid-laptop-12 .webbazarbd-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .webbazarbd-grid-tablet_extra-0 .webbazarbd-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .webbazarbd-grid-tablet_extra-0 .webbazarbd-grid .webbazarbd-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .webbazarbd-grid-tablet_extra-1 .webbazarbd-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .webbazarbd-grid-tablet_extra-2 .webbazarbd-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .webbazarbd-grid-tablet_extra-3 .webbazarbd-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .webbazarbd-grid-tablet_extra-4 .webbazarbd-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .webbazarbd-grid-tablet_extra-5 .webbazarbd-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .webbazarbd-grid-tablet_extra-6 .webbazarbd-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .webbazarbd-grid-tablet_extra-7 .webbazarbd-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .webbazarbd-grid-tablet_extra-8 .webbazarbd-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .webbazarbd-grid-tablet_extra-9 .webbazarbd-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .webbazarbd-grid-tablet_extra-10 .webbazarbd-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .webbazarbd-grid-tablet_extra-11 .webbazarbd-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .webbazarbd-grid-tablet_extra-12 .webbazarbd-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1024px) {
    .webbazarbd-grid-tablet-0 .webbazarbd-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .webbazarbd-grid-tablet-0 .webbazarbd-grid .webbazarbd-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .webbazarbd-grid-tablet-1 .webbazarbd-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .webbazarbd-grid-tablet-2 .webbazarbd-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .webbazarbd-grid-tablet-3 .webbazarbd-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .webbazarbd-grid-tablet-4 .webbazarbd-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .webbazarbd-grid-tablet-5 .webbazarbd-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .webbazarbd-grid-tablet-6 .webbazarbd-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .webbazarbd-grid-tablet-7 .webbazarbd-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .webbazarbd-grid-tablet-8 .webbazarbd-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .webbazarbd-grid-tablet-9 .webbazarbd-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .webbazarbd-grid-tablet-10 .webbazarbd-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .webbazarbd-grid-tablet-11 .webbazarbd-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .webbazarbd-grid-tablet-12 .webbazarbd-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .webbazarbd-grid-mobile_extra-0 .webbazarbd-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .webbazarbd-grid-mobile_extra-0 .webbazarbd-grid .webbazarbd-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .webbazarbd-grid-mobile_extra-1 .webbazarbd-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .webbazarbd-grid-mobile_extra-2 .webbazarbd-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .webbazarbd-grid-mobile_extra-3 .webbazarbd-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .webbazarbd-grid-mobile_extra-4 .webbazarbd-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .webbazarbd-grid-mobile_extra-5 .webbazarbd-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .webbazarbd-grid-mobile_extra-6 .webbazarbd-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .webbazarbd-grid-mobile_extra-7 .webbazarbd-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .webbazarbd-grid-mobile_extra-8 .webbazarbd-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .webbazarbd-grid-mobile_extra-9 .webbazarbd-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .webbazarbd-grid-mobile_extra-10 .webbazarbd-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .webbazarbd-grid-mobile_extra-11 .webbazarbd-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .webbazarbd-grid-mobile_extra-12 .webbazarbd-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:767px) {
    .webbazarbd-grid-mobile-0 .webbazarbd-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .webbazarbd-grid-mobile-0 .webbazarbd-grid .webbazarbd-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .webbazarbd-grid-mobile-1 .webbazarbd-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .webbazarbd-grid-mobile-2 .webbazarbd-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .webbazarbd-grid-mobile-3 .webbazarbd-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .webbazarbd-grid-mobile-4 .webbazarbd-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .webbazarbd-grid-mobile-5 .webbazarbd-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .webbazarbd-grid-mobile-6 .webbazarbd-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .webbazarbd-grid-mobile-7 .webbazarbd-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .webbazarbd-grid-mobile-8 .webbazarbd-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .webbazarbd-grid-mobile-9 .webbazarbd-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .webbazarbd-grid-mobile-10 .webbazarbd-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .webbazarbd-grid-mobile-11 .webbazarbd-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .webbazarbd-grid-mobile-12 .webbazarbd-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (min-width:1025px) {
    #webbazarbd-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:-1) {
    #webbazarbd-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width:-1) {
    #webbazarbd-device-mode:after {
        content: "laptop";
        content: "tablet_extra"
    }
}

@media (max-width:1024px) {
    #webbazarbd-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:-1) {
    #webbazarbd-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width:767px) {
    #webbazarbd-device-mode:after {
        content: "mobile"
    }
}

@media (prefers-reduced-motion:no-preference) {
    html {
        scroll-behavior: smooth
    }
}

.e-con {
    --border-radius: 0;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: min(100%, var(--container-max-width, 1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --padding-top: var(--container-default-padding-top, 10px);
    --padding-right: var(--container-default-padding-right, 10px);
    --padding-bottom: var(--container-default-padding-bottom, 10px);
    --padding-left: var(--container-default-padding-left, 10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(2, 1fr);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s);
    --flex-wrap-mobile: wrap;
    margin-block-start: var(--margin-block-start);
    margin-inline-end: var(--margin-inline-end);
    margin-block-end: var(--margin-block-end);
    margin-inline-start: var(--margin-inline-start);
    padding-inline-start: var(--padding-inline-start);
    padding-inline-end: var(--padding-inline-end);
    --margin-block-start: var(--margin-top);
    --margin-block-end: var(--margin-bottom);
    --margin-inline-start: var(--margin-left);
    --margin-inline-end: var(--margin-right);
    --padding-inline-start: var(--padding-left);
    --padding-inline-end: var(--padding-right);
    --padding-block-start: var(--padding-top);
    --padding-block-end: var(--padding-bottom);
    --border-block-start-width: var(--border-top-width);
    --border-block-end-width: var(--border-bottom-width);
    --border-inline-start-width: var(--border-left-width);
    --border-inline-end-width: var(--border-right-width)
}

body.rtl .e-con {
    --padding-inline-start: var(--padding-right);
    --padding-inline-end: var(--padding-left);
    --margin-inline-start: var(--margin-right);
    --margin-inline-end: var(--margin-left);
    --border-inline-start-width: var(--border-right-width);
    --border-inline-end-width: var(--border-left-width)
}

.e-con.e-flex {
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
    text-align: var(--text-align);
    padding-block-start: var(--padding-block-start);
    padding-block-end: var(--padding-block-end)
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
    flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
    display: var(--display)
}

.e-con.e-grid {
    --grid-justify-content: start;
    --grid-align-content: start;
    --grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    align-content: var(--grid-align-content);
    grid-auto-flow: var(--grid-auto-flow);
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con-boxed.e-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal
}

.e-con-boxed.e-grid {
    justify-items: legacy;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.e-con-boxed {
    text-align: initial;
    gap: initial
}

.e-con.e-flex>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto
}

.e-con.e-grid>.e-con-inner {
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con>.e-con-inner {
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline-start: 0;
    padding-inline-end: 0;
    height: 100%
}

:is(.webbazarbd-section-wrap, [data-webbazarbd-id])>.e-con {
    --margin-left: auto;
    --margin-right: auto;
    max-width: min(100%, var(--width))
}

.e-con .webbazarbd-widget.webbazarbd-widget {
    margin-block-end: 0
}

.e-con:before,
.e-con>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.webbazarbd-background-video-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition, .3s);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%)
}

.e-con:before {
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

:is(.e-con, .e-con>.e-con-inner)>.webbazarbd-background-video-container {
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%)
}

@media (max-width:767px) {
    :is(.e-con, .e-con>.e-con-inner)>.webbazarbd-background-video-container.webbazarbd-hidden-mobile {
        display: none
    }
}

:is(.e-con, .e-con>.e-con-inner)>.webbazarbd-background-video-container:before {
    z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.webbazarbd-background-slideshow:before {
    z-index: 2
}

.e-con .webbazarbd-widget {
    min-width: 0
}

.e-con .webbazarbd-widget-empty,
.e-con .webbazarbd-widget-google_maps,
.e-con .webbazarbd-widget-video,
.e-con .webbazarbd-widget.e-widget-swiper {
    width: 100%
}

.e-con>.e-con-inner>.webbazarbd-widget>.webbazarbd-widget-container,
.e-con>.webbazarbd-widget>.webbazarbd-widget-container {}

.e-con.e-con>.e-con-inner>.webbazarbd-widget,
.webbazarbd.webbazarbd .e-con>.webbazarbd-widget {
    max-width: 100%
}

@media (max-width:767px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: var(--flex-wrap-mobile)
    }
}

.webbazarbd-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

.webbazarbd-field-group {
    flex-wrap: wrap;
    align-items: center
}

.webbazarbd-field-group.webbazarbd-field-type-submit {
    align-items: flex-end
}

.webbazarbd-field-group .webbazarbd-select-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.webbazarbd-field-group .webbazarbd-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    flex-basis: 100%;
    padding-inline-end: 20px
}

.webbazarbd-field-group .webbazarbd-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.webbazarbd-field-label {
    cursor: pointer
}

.webbazarbd-button-align-center .e-form__buttons,
.webbazarbd-button-align-center .webbazarbd-field-type-submit {
    justify-content: center
}

.webbazarbd-button-align-start .e-form__buttons,
.webbazarbd-button-align-start .webbazarbd-field-type-submit {
    justify-content: flex-start
}

.webbazarbd-button-align-end .e-form__buttons,
.webbazarbd-button-align-end .webbazarbd-field-type-submit {
    justify-content: flex-end
}

.webbazarbd-button-align-center .webbazarbd-field-type-submit:not(.e-form__buttons__wrapper) .webbazarbd-button,
.webbazarbd-button-align-end .webbazarbd-field-type-submit:not(.e-form__buttons__wrapper) .webbazarbd-button,
.webbazarbd-button-align-start .webbazarbd-field-type-submit:not(.e-form__buttons__wrapper) .webbazarbd-button {
    flex-basis: auto
}

.webbazarbd-button-align-center .e-form__buttons__wrapper,
.webbazarbd-button-align-end .e-form__buttons__wrapper,
.webbazarbd-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.webbazarbd-button-align-center .e-form__buttons__wrapper,
.webbazarbd-button-align-center .e-form__buttons__wrapper__button,
.webbazarbd-button-align-end .e-form__buttons__wrapper,
.webbazarbd-button-align-end .e-form__buttons__wrapper__button,
.webbazarbd-button-align-start .e-form__buttons__wrapper,
.webbazarbd-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width:1024px) {

    .webbazarbd-tablet-button-align-center .e-form__buttons,
    .webbazarbd-tablet-button-align-center .webbazarbd-field-type-submit {
        justify-content: center
    }

    .webbazarbd-tablet-button-align-start .e-form__buttons,
    .webbazarbd-tablet-button-align-start .webbazarbd-field-type-submit {
        justify-content: flex-start
    }

    .webbazarbd-tablet-button-align-end .e-form__buttons,
    .webbazarbd-tablet-button-align-end .webbazarbd-field-type-submit {
        justify-content: flex-end
    }

    .webbazarbd-tablet-button-align-center .webbazarbd-field-type-submit:not(.e-form__buttons__wrapper) .webbazarbd-button,
    .webbazarbd-tablet-button-align-end .webbazarbd-field-type-submit:not(.e-form__buttons__wrapper) .webbazarbd-button,
    .webbazarbd-tablet-button-align-start .webbazarbd-field-type-submit:not(.e-form__buttons__wrapper) .webbazarbd-button {
        flex-basis: auto
    }

    .webbazarbd-tablet-button-align-center .e-form__buttons__wrapper,
    .webbazarbd-tablet-button-align-end .e-form__buttons__wrapper,
    .webbazarbd-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .webbazarbd-tablet-button-align-center .e-form__buttons__wrapper,
    .webbazarbd-tablet-button-align-center .e-form__buttons__wrapper__button,
    .webbazarbd-tablet-button-align-end .e-form__buttons__wrapper,
    .webbazarbd-tablet-button-align-end .e-form__buttons__wrapper__button,
    .webbazarbd-tablet-button-align-start .e-form__buttons__wrapper,
    .webbazarbd-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width:767px) {

    .webbazarbd-mobile-button-align-center .e-form__buttons,
    .webbazarbd-mobile-button-align-center .webbazarbd-field-type-submit {
        justify-content: center
    }

    .webbazarbd-mobile-button-align-start .e-form__buttons,
    .webbazarbd-mobile-button-align-start .webbazarbd-field-type-submit {
        justify-content: flex-start
    }

    .webbazarbd-mobile-button-align-end .e-form__buttons,
    .webbazarbd-mobile-button-align-end .webbazarbd-field-type-submit {
        justify-content: flex-end
    }

    .webbazarbd-mobile-button-align-center .webbazarbd-field-type-submit:not(.e-form__buttons__wrapper) .webbazarbd-button,
    .webbazarbd-mobile-button-align-end .webbazarbd-field-type-submit:not(.e-form__buttons__wrapper) .webbazarbd-button,
    .webbazarbd-mobile-button-align-start .webbazarbd-field-type-submit:not(.e-form__buttons__wrapper) .webbazarbd-button {
        flex-basis: auto
    }

    .webbazarbd-mobile-button-align-center .e-form__buttons__wrapper,
    .webbazarbd-mobile-button-align-end .e-form__buttons__wrapper,
    .webbazarbd-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .webbazarbd-mobile-button-align-center .e-form__buttons__wrapper,
    .webbazarbd-mobile-button-align-center .e-form__buttons__wrapper__button,
    .webbazarbd-mobile-button-align-end .e-form__buttons__wrapper,
    .webbazarbd-mobile-button-align-end .e-form__buttons__wrapper__button,
    .webbazarbd-mobile-button-align-start .e-form__buttons__wrapper,
    .webbazarbd-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.webbazarbd-error .webbazarbd-field {
    border-color: #d9534f
}

.webbazarbd-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.webbazarbd-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-inline-end: 5px
}

.webbazarbd-form .webbazarbd-button {
    padding-block-start: 0;
    padding-block-end: 0;
    border: none
}

.webbazarbd-form .webbazarbd-button-content-wrapper,
.webbazarbd-form .webbazarbd-button>span {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 5px
}

.webbazarbd-form .webbazarbd-button.webbazarbd-size-xs {
    min-height: 33px
}

.webbazarbd-form .webbazarbd-button.webbazarbd-size-sm {
    min-height: 40px
}

.webbazarbd-form .webbazarbd-button.webbazarbd-size-md {
    min-height: 47px
}

.webbazarbd-form .webbazarbd-button.webbazarbd-size-lg {
    min-height: 59px
}

.webbazarbd-form .webbazarbd-button.webbazarbd-size-xl {
    min-height: 72px
}

.webbazarbd-theme .webbazarbd-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.webbazarbd-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.webbazarbd-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

.webbazarbd-button:focus,
.webbazarbd-button:hover,
.webbazarbd-button:visited {
    color: #fff
}

.webbazarbd-button-content-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 5px
}

.webbazarbd-button-icon svg {
    width: 1em;
    height: auto
}

.webbazarbd-button-icon .e-font-icon-svg {
    height: 1em
}

.webbazarbd-button-text {
    display: inline-block
}

.webbazarbd-button.webbazarbd-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.webbazarbd-button.webbazarbd-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.webbazarbd-button.webbazarbd-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.webbazarbd-button.webbazarbd-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.webbazarbd-button span {
    text-decoration: inherit
}

.webbazarbd-tab-title a {
    color: inherit
}

.webbazarbd-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center
}

.webbazarbd-icon:hover {
    color: #69727d
}

.webbazarbd-icon i,
.webbazarbd-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.webbazarbd-icon i:before,
.webbazarbd-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.webbazarbd-shape-square .webbazarbd-icon {
    border-radius: 0
}

.webbazarbd-shape-rounded .webbazarbd-icon {
    border-radius: 10%
}

.webbazarbd-shape-circle .webbazarbd-icon {
    border-radius: 50%
}

.e-transform .webbazarbd-widget-container {
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.animated {
    animation-duration: 1.25s
}

.animated.infinite {
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

.webbazarbd-post__thumbnail__link {
    transition: none
}

.webbazarbd .webbazarbd-theme ul.webbazarbd-icon-list-items {
    padding: 0
}

@media (max-width:767px) {
    .webbazarbd .webbazarbd-hidden-mobile {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {
    .webbazarbd .webbazarbd-hidden-mobile_extra {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .webbazarbd .webbazarbd-hidden-tablet {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {

    .webbazarbd .webbazarbd-hidden-laptop,
    .webbazarbd .webbazarbd-hidden-tablet_extra {
        display: none
    }
}

@media (min-width:1025px) and (max-width:99999px) {
    .webbazarbd .webbazarbd-hidden-desktop {
        display: none
    }
}

@media (min-width:-1) {
    .webbazarbd .webbazarbd-hidden-widescreen {
        display: none
    }
}

/*! webbazarbd - v3.25.0 - 24-11-2024 */
.webbazarbd-widget.webbazarbd-icon-list--layout-inline .webbazarbd-widget-container {
    overflow: hidden
}

.webbazarbd-widget .webbazarbd-icon-list-items.webbazarbd-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.webbazarbd-widget .webbazarbd-icon-list-items.webbazarbd-inline-items .webbazarbd-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.webbazarbd-widget .webbazarbd-icon-list-items.webbazarbd-inline-items .webbazarbd-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.webbazarbd-widget .webbazarbd-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.webbazarbd-widget .webbazarbd-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.webbazarbd-widget .webbazarbd-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.webbazarbd-widget .webbazarbd-icon-list-item,
.webbazarbd-widget .webbazarbd-icon-list-item a {
    display: flex;
    font-size: inherit;
    align-items: var(--icon-vertical-align, center)
}

.webbazarbd-widget .webbazarbd-icon-list-icon+.webbazarbd-icon-list-text {
    align-self: center;
    padding-inline-start: 5px
}

.webbazarbd-widget .webbazarbd-icon-list-icon {
    display: flex;
    position: relative;
    top: var(--icon-vertical-offset, initial)
}

.webbazarbd-widget .webbazarbd-icon-list-icon svg {
    width: var(--e-icon-list-icon-size, 1em);
    height: var(--e-icon-list-icon-size, 1em)
}

.webbazarbd-widget .webbazarbd-icon-list-icon i {
    width: 1.25em;
    font-size: var(--e-icon-list-icon-size)
}

.webbazarbd-widget.webbazarbd-widget-icon-list .webbazarbd-icon-list-icon {
    text-align: var(--e-icon-list-icon-align)
}

.webbazarbd-widget.webbazarbd-widget-icon-list .webbazarbd-icon-list-icon svg {
    margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}

.webbazarbd-widget.webbazarbd-list-item-link-full_width a {
    width: 100%
}

.webbazarbd-widget.webbazarbd-align-center .webbazarbd-icon-list-item,
.webbazarbd-widget.webbazarbd-align-center .webbazarbd-icon-list-item a {
    justify-content: center
}

.webbazarbd-widget.webbazarbd-align-center .webbazarbd-icon-list-item:after {
    margin: auto
}

.webbazarbd-widget.webbazarbd-align-center .webbazarbd-inline-items {
    justify-content: center
}

.webbazarbd-widget.webbazarbd-align-left .webbazarbd-icon-list-item,
.webbazarbd-widget.webbazarbd-align-left .webbazarbd-icon-list-item a {
    justify-content: flex-start;
    text-align: left
}

.webbazarbd-widget.webbazarbd-align-left .webbazarbd-inline-items {
    justify-content: flex-start
}

.webbazarbd-widget.webbazarbd-align-right .webbazarbd-icon-list-item,
.webbazarbd-widget.webbazarbd-align-right .webbazarbd-icon-list-item a {
    justify-content: flex-end;
    text-align: right
}

.webbazarbd-widget.webbazarbd-align-right .webbazarbd-icon-list-items {
    justify-content: flex-end
}

.webbazarbd-widget:not(.webbazarbd-align-right) .webbazarbd-icon-list-item:after {
    left: 0
}

.webbazarbd-widget:not(.webbazarbd-align-left) .webbazarbd-icon-list-item:after {
    right: 0
}

@media (min-width:-1) {

    .webbazarbd-widget.webbazarbd-widescreen-align-center .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-widescreen-align-center .webbazarbd-icon-list-item a {
        justify-content: center
    }

    .webbazarbd-widget.webbazarbd-widescreen-align-center .webbazarbd-icon-list-item:after {
        margin: auto
    }

    .webbazarbd-widget.webbazarbd-widescreen-align-center .webbazarbd-inline-items {
        justify-content: center
    }

    .webbazarbd-widget.webbazarbd-widescreen-align-left .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-widescreen-align-left .webbazarbd-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .webbazarbd-widget.webbazarbd-widescreen-align-left .webbazarbd-inline-items {
        justify-content: flex-start
    }

    .webbazarbd-widget.webbazarbd-widescreen-align-right .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-widescreen-align-right .webbazarbd-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .webbazarbd-widget.webbazarbd-widescreen-align-right .webbazarbd-icon-list-items {
        justify-content: flex-end
    }

    .webbazarbd-widget:not(.webbazarbd-widescreen-align-right) .webbazarbd-icon-list-item:after {
        left: 0
    }

    .webbazarbd-widget:not(.webbazarbd-widescreen-align-left) .webbazarbd-icon-list-item:after {
        right: 0
    }
}

@media (max-width:-1) {

    .webbazarbd-widget.webbazarbd-laptop-align-center .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-laptop-align-center .webbazarbd-icon-list-item a {
        justify-content: center
    }

    .webbazarbd-widget.webbazarbd-laptop-align-center .webbazarbd-icon-list-item:after {
        margin: auto
    }

    .webbazarbd-widget.webbazarbd-laptop-align-center .webbazarbd-inline-items {
        justify-content: center
    }

    .webbazarbd-widget.webbazarbd-laptop-align-left .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-laptop-align-left .webbazarbd-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .webbazarbd-widget.webbazarbd-laptop-align-left .webbazarbd-inline-items {
        justify-content: flex-start
    }

    .webbazarbd-widget.webbazarbd-laptop-align-right .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-laptop-align-right .webbazarbd-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .webbazarbd-widget.webbazarbd-laptop-align-right .webbazarbd-icon-list-items {
        justify-content: flex-end
    }

    .webbazarbd-widget:not(.webbazarbd-laptop-align-right) .webbazarbd-icon-list-item:after {
        left: 0
    }

    .webbazarbd-widget:not(.webbazarbd-laptop-align-left) .webbazarbd-icon-list-item:after {
        right: 0
    }
}

@media (max-width:-1) {

    .webbazarbd-widget.webbazarbd-tablet_extra-align-center .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-tablet_extra-align-center .webbazarbd-icon-list-item a {
        justify-content: center
    }

    .webbazarbd-widget.webbazarbd-tablet_extra-align-center .webbazarbd-icon-list-item:after {
        margin: auto
    }

    .webbazarbd-widget.webbazarbd-tablet_extra-align-center .webbazarbd-inline-items {
        justify-content: center
    }

    .webbazarbd-widget.webbazarbd-tablet_extra-align-left .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-tablet_extra-align-left .webbazarbd-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .webbazarbd-widget.webbazarbd-tablet_extra-align-left .webbazarbd-inline-items {
        justify-content: flex-start
    }

    .webbazarbd-widget.webbazarbd-tablet_extra-align-right .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-tablet_extra-align-right .webbazarbd-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .webbazarbd-widget.webbazarbd-tablet_extra-align-right .webbazarbd-icon-list-items {
        justify-content: flex-end
    }

    .webbazarbd-widget:not(.webbazarbd-tablet_extra-align-right) .webbazarbd-icon-list-item:after {
        left: 0
    }

    .webbazarbd-widget:not(.webbazarbd-tablet_extra-align-left) .webbazarbd-icon-list-item:after {
        right: 0
    }
}

@media (max-width:1024px) {

    .webbazarbd-widget.webbazarbd-tablet-align-center .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-tablet-align-center .webbazarbd-icon-list-item a {
        justify-content: center
    }

    .webbazarbd-widget.webbazarbd-tablet-align-center .webbazarbd-icon-list-item:after {
        margin: auto
    }

    .webbazarbd-widget.webbazarbd-tablet-align-center .webbazarbd-inline-items {
        justify-content: center
    }

    .webbazarbd-widget.webbazarbd-tablet-align-left .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-tablet-align-left .webbazarbd-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .webbazarbd-widget.webbazarbd-tablet-align-left .webbazarbd-inline-items {
        justify-content: flex-start
    }

    .webbazarbd-widget.webbazarbd-tablet-align-right .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-tablet-align-right .webbazarbd-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .webbazarbd-widget.webbazarbd-tablet-align-right .webbazarbd-icon-list-items {
        justify-content: flex-end
    }

    .webbazarbd-widget:not(.webbazarbd-tablet-align-right) .webbazarbd-icon-list-item:after {
        left: 0
    }

    .webbazarbd-widget:not(.webbazarbd-tablet-align-left) .webbazarbd-icon-list-item:after {
        right: 0
    }
}

@media (max-width:-1) {

    .webbazarbd-widget.webbazarbd-mobile_extra-align-center .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-mobile_extra-align-center .webbazarbd-icon-list-item a {
        justify-content: center
    }

    .webbazarbd-widget.webbazarbd-mobile_extra-align-center .webbazarbd-icon-list-item:after {
        margin: auto
    }

    .webbazarbd-widget.webbazarbd-mobile_extra-align-center .webbazarbd-inline-items {
        justify-content: center
    }

    .webbazarbd-widget.webbazarbd-mobile_extra-align-left .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-mobile_extra-align-left .webbazarbd-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .webbazarbd-widget.webbazarbd-mobile_extra-align-left .webbazarbd-inline-items {
        justify-content: flex-start
    }

    .webbazarbd-widget.webbazarbd-mobile_extra-align-right .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-mobile_extra-align-right .webbazarbd-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .webbazarbd-widget.webbazarbd-mobile_extra-align-right .webbazarbd-icon-list-items {
        justify-content: flex-end
    }

    .webbazarbd-widget:not(.webbazarbd-mobile_extra-align-right) .webbazarbd-icon-list-item:after {
        left: 0
    }

    .webbazarbd-widget:not(.webbazarbd-mobile_extra-align-left) .webbazarbd-icon-list-item:after {
        right: 0
    }
}

@media (max-width:767px) {

    .webbazarbd-widget.webbazarbd-mobile-align-center .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-mobile-align-center .webbazarbd-icon-list-item a {
        justify-content: center
    }

    .webbazarbd-widget.webbazarbd-mobile-align-center .webbazarbd-icon-list-item:after {
        margin: auto
    }

    .webbazarbd-widget.webbazarbd-mobile-align-center .webbazarbd-inline-items {
        justify-content: center
    }

    .webbazarbd-widget.webbazarbd-mobile-align-left .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-mobile-align-left .webbazarbd-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .webbazarbd-widget.webbazarbd-mobile-align-left .webbazarbd-inline-items {
        justify-content: flex-start
    }

    .webbazarbd-widget.webbazarbd-mobile-align-right .webbazarbd-icon-list-item,
    .webbazarbd-widget.webbazarbd-mobile-align-right .webbazarbd-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .webbazarbd-widget.webbazarbd-mobile-align-right .webbazarbd-icon-list-items {
        justify-content: flex-end
    }

    .webbazarbd-widget:not(.webbazarbd-mobile-align-right) .webbazarbd-icon-list-item:after {
        left: 0
    }

    .webbazarbd-widget:not(.webbazarbd-mobile-align-left) .webbazarbd-icon-list-item:after {
        right: 0
    }
}

/*! webbazarbd - v3.25.0 - 24-11-2024 */
.webbazarbd-widget-social-icons.webbazarbd-grid-0 .webbazarbd-widget-container,
.webbazarbd-widget-social-icons.webbazarbd-grid-mobile-0 .webbazarbd-widget-container,
.webbazarbd-widget-social-icons.webbazarbd-grid-tablet-0 .webbazarbd-widget-container {
    line-height: 1;
    font-size: 0
}

.webbazarbd-widget-social-icons:not(.webbazarbd-grid-0):not(.webbazarbd-grid-tablet-0):not(.webbazarbd-grid-mobile-0) .webbazarbd-grid {
    display: inline-grid
}

.webbazarbd-widget-social-icons .webbazarbd-grid {
    grid-column-gap: var(--grid-column-gap, 5px);
    grid-row-gap: var(--grid-row-gap, 5px);
    grid-template-columns: var(--grid-template-columns);
    justify-content: var(--justify-content, center);
    justify-items: var(--justify-content, center)
}

.webbazarbd-icon.webbazarbd-social-icon {
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))
}

.webbazarbd-social-icon {
    --e-social-icon-icon-color: #fff;
    display: inline-flex;
    background-color: #69727d;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer
}

.webbazarbd-social-icon i {
    color: var(--e-social-icon-icon-color)
}

.webbazarbd-social-icon svg {
    fill: var(--e-social-icon-icon-color)
}

.webbazarbd-social-icon:last-child {
    margin: 0
}

.webbazarbd-social-icon:hover {
    opacity: .9;
    color: #fff
}

.webbazarbd-social-icon-android {
    background-color: #a4c639
}

.webbazarbd-social-icon-apple {
    background-color: #999
}

.webbazarbd-social-icon-digg {
    background-color: #005be2
}

.webbazarbd-social-icon-webbazarbd {
    background-color: #d30c5c
}

.webbazarbd-social-icon-facebook,
.webbazarbd-social-icon-facebook-f {
    background-color: #3b5998
}

.webbazarbd-social-icon-link {
    background-color: #818a91
}

.webbazarbd-social-icon-linkedin,
.webbazarbd-social-icon-linkedin-in {
    background-color: #0077b5
}

.webbazarbd-social-icon-medium {
    background-color: #00ab6b
}

.webbazarbd-social-icon-odnoklassniki {
    background-color: #f4731c
}

.webbazarbd-social-icon-pinterest {
    background-color: #bd081c
}

.webbazarbd-social-icon-reddit {
    background-color: #ff4500
}

.webbazarbd-social-icon-rss {
    background-color: #f26522
}

.webbazarbd-social-icon-skype {
    background-color: #00aff0
}

.webbazarbd-social-icon-stumbleupon {
    background-color: #eb4924
}

.webbazarbd-social-icon-telegram {
    background-color: #2ca5e0
}

.webbazarbd-social-icon-threads {
    background-color: #000
}

.webbazarbd-social-icon-tumblr {
    background-color: #35465c
}

.webbazarbd-social-icon-twitter {
    background-color: #1da1f2
}

.webbazarbd-social-icon-vk {
    background-color: #45668e
}

.webbazarbd-social-icon-whatsapp {
    background-color: #25d366
}

.webbazarbd-social-icon-x-twitter {
    background-color: #000
}

.webbazarbd-social-icon-xing {
    background-color: #026466
}

.webbazarbd-social-icon-youtube {
    background-color: #cd201f
}

.webbazarbd-social-icon-500px {
    background-color: #0099e5
}

/*! webbazarbd - v3.25.0 - 24-11-2024 */
.webbazarbd-widget-image {
    text-align: center
}

.webbazarbd-widget-image a {
    display: inline-block
}

.webbazarbd-widget-image a img[src$=".svg"] {
    width: 48px
}

.webbazarbd-widget-image img {
    vertical-align: middle;
    display: inline-block
}

/*! webbazarbd - v3.25.0 - 24-11-2024 */
.webbazarbd-widget-heading .webbazarbd-heading-title[class*=webbazarbd-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.webbazarbd-widget-heading .webbazarbd-heading-title.webbazarbd-size-small {
    font-size: 15px
}

.webbazarbd-widget-heading .webbazarbd-heading-title.webbazarbd-size-medium {
    font-size: 19px
}

.webbazarbd-widget-heading .webbazarbd-heading-title.webbazarbd-size-large {
    font-size: 29px
}

.webbazarbd-widget-heading .webbazarbd-heading-title.webbazarbd-size-xl {
    font-size: 39px
}

.webbazarbd-widget-heading .webbazarbd-heading-title.webbazarbd-size-xxl {
    font-size: 59px
}

/*! webbazarbd - v3.25.0 - 24-11-2024 */
/*! webbazarbd - v3.25.0 - 24-11-2024 */
.webbazarbd-widget-google_maps .webbazarbd-widget-container {
    overflow: hidden
}

.webbazarbd-widget-google_maps .webbazarbd-custom-embed {
    line-height: 0
}

.webbazarbd-widget-google_maps iframe {
    height: 300px
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.webbazarbd-theme,
.webbazarbd-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}

.webbazarbd-theme .swiper .swiper-slide figure,
.webbazarbd-theme .swiper-container .swiper-slide figure,
.webbazarbd-lightbox .swiper .swiper-slide figure,
.webbazarbd-lightbox .swiper-container .swiper-slide figure {
    line-height: 0
}

.webbazarbd-theme .swiper .webbazarbd-lightbox-content-source,
.webbazarbd-theme .swiper-container .webbazarbd-lightbox-content-source,
.webbazarbd-lightbox .swiper .webbazarbd-lightbox-content-source,
.webbazarbd-lightbox .swiper-container .webbazarbd-lightbox-content-source {
    display: none
}

.webbazarbd-theme .swiper .webbazarbd-swiper-button,
.webbazarbd-theme .swiper-container .webbazarbd-swiper-button,
.webbazarbd-theme .swiper-container~.webbazarbd-swiper-button,
.webbazarbd-theme .swiper~.webbazarbd-swiper-button,
.webbazarbd-lightbox .swiper .webbazarbd-swiper-button,
.webbazarbd-lightbox .swiper-container .webbazarbd-swiper-button,
.webbazarbd-lightbox .swiper-container~.webbazarbd-swiper-button,
.webbazarbd-lightbox .swiper~.webbazarbd-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translateY(-50%)
}

.webbazarbd-theme .swiper .webbazarbd-swiper-button svg,
.webbazarbd-theme .swiper-container .webbazarbd-swiper-button svg,
.webbazarbd-theme .swiper-container~.webbazarbd-swiper-button svg,
.webbazarbd-theme .swiper~.webbazarbd-swiper-button svg,
.webbazarbd-lightbox .swiper .webbazarbd-swiper-button svg,
.webbazarbd-lightbox .swiper-container .webbazarbd-swiper-button svg,
.webbazarbd-lightbox .swiper-container~.webbazarbd-swiper-button svg,
.webbazarbd-lightbox .swiper~.webbazarbd-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, .9);
    height: 1em;
    width: 1em
}

.webbazarbd-theme .swiper .webbazarbd-swiper-button-prev,
.webbazarbd-theme .swiper-container .webbazarbd-swiper-button-prev,
.webbazarbd-theme .swiper-container~.webbazarbd-swiper-button-prev,
.webbazarbd-theme .swiper~.webbazarbd-swiper-button-prev,
.webbazarbd-lightbox .swiper .webbazarbd-swiper-button-prev,
.webbazarbd-lightbox .swiper-container .webbazarbd-swiper-button-prev,
.webbazarbd-lightbox .swiper-container~.webbazarbd-swiper-button-prev,
.webbazarbd-lightbox .swiper~.webbazarbd-swiper-button-prev {
    left: 10px
}

.webbazarbd-theme .swiper .webbazarbd-swiper-button-next,
.webbazarbd-theme .swiper-container .webbazarbd-swiper-button-next,
.webbazarbd-theme .swiper-container~.webbazarbd-swiper-button-next,
.webbazarbd-theme .swiper~.webbazarbd-swiper-button-next,
.webbazarbd-lightbox .swiper .webbazarbd-swiper-button-next,
.webbazarbd-lightbox .swiper-container .webbazarbd-swiper-button-next,
.webbazarbd-lightbox .swiper-container~.webbazarbd-swiper-button-next,
.webbazarbd-lightbox .swiper~.webbazarbd-swiper-button-next {
    right: 10px
}

.webbazarbd-theme .swiper .webbazarbd-swiper-button.swiper-button-disabled,
.webbazarbd-theme .swiper-container .webbazarbd-swiper-button.swiper-button-disabled,
.webbazarbd-theme .swiper-container~.webbazarbd-swiper-button.swiper-button-disabled,
.webbazarbd-theme .swiper~.webbazarbd-swiper-button.swiper-button-disabled,
.webbazarbd-lightbox .swiper .webbazarbd-swiper-button.swiper-button-disabled,
.webbazarbd-lightbox .swiper-container .webbazarbd-swiper-button.swiper-button-disabled,
.webbazarbd-lightbox .swiper-container~.webbazarbd-swiper-button.swiper-button-disabled,
.webbazarbd-lightbox .swiper~.webbazarbd-swiper-button.swiper-button-disabled {
    opacity: .3
}

.webbazarbd-theme :where(.swiper-container-horizontal)~.swiper-pagination-bullets,
.webbazarbd-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}

.webbazarbd-theme :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,
.webbazarbd-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.webbazarbd-theme .webbazarbd-swiper,
.webbazarbd-lightbox .webbazarbd-swiper {
    position: relative
}

.webbazarbd-theme .webbazarbd-main-swiper,
.webbazarbd-lightbox .webbazarbd-main-swiper {
    position: static
}

.webbazarbd-kit-9 {
    --e-global-color-primary: #1D009E;
    --e-global-color-secondary: #1B2362;
    --e-global-color-text: #111111;
    --e-global-color-accent: #FFAE36;
    --e-global-color-67165da: #FFFFFF;
    --e-global-typography-primary-font-family: "Hind Siliguri";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Noto Sans Bengali";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Hind Siliguri";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.webbazarbd-kit-9 .webbazarbd-button,
.webbazarbd-kit-9 button,
.webbazarbd-kit-9 input[type=button],
.webbazarbd-kit-9 input[type=submit] {
    /* background-color: var(--e-global-color-primary); */
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--e-global-color-67165da);
    border-radius: 10px 10px 10px 10px;
    padding: 10px 25px 10px 25px
}

.webbazarbd-kit-9 .webbazarbd-button:focus,
.webbazarbd-kit-9 .webbazarbd-button:hover,
.webbazarbd-kit-9 button:focus,
.webbazarbd-kit-9 button:hover,
.webbazarbd-kit-9 input[type=button]:focus,
.webbazarbd-kit-9 input[type=button]:hover,
.webbazarbd-kit-9 input[type=submit]:focus,
.webbazarbd-kit-9 input[type=submit]:hover {
    /* background-color: var(--e-global-color-accent); */
    color: var(--e-global-color-67165da);
    border-radius: 10px 10px 10px 10px
}

.webbazarbd-kit-9 e-page-transition {
    background-color: #ffbc7d
}

.webbazarbd-kit-9 a {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.webbazarbd-kit-9 h1 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.webbazarbd-kit-9 h2 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.webbazarbd-kit-9 h3 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.webbazarbd-kit-9 h4 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.webbazarbd-kit-9 h5 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.webbazarbd-kit-9 h6 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.webbazarbd-section.webbazarbd-section-boxed>.webbazarbd-container {
    max-width: 1200px
}

.e-con {
    --container-max-width: 1200px;
    --container-default-padding-top: 0px;
    --container-default-padding-right: 0px;
    --container-default-padding-bottom: 0px;
    --container-default-padding-left: 0px
}

.webbazarbd-widget:not(:last-child) {
    margin-block-end: 0
}

.webbazarbd-theme {
    --widgets-spacing: 0px 0px
}

[data-webbazarbd-type=popup] .webbazarbd-section-wrap:not(:empty)+#webbazarbd-add-new-section,
[data-webbazarbd-type=popup]:not(.webbazarbd-edit-area) {
    display: none
}

.webbazarbd-popup-modal {
    background-color: transparent;
    display: flex;
    pointer-events: none;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto
}

.webbazarbd-popup-modal .dialog-buttons-wrapper,
.webbazarbd-popup-modal .dialog-header {
    display: none
}

.webbazarbd-popup-modal .dialog-close-button {
    display: none;
    inset-inline-end: 20px;
    margin-top: 0;
    opacity: 1;
    pointer-events: all;
    top: 20px;
    z-index: 9999
}

.webbazarbd-popup-modal .dialog-close-button svg {
    fill: #1f2124;
    height: 1em;
    width: 1em
}

.webbazarbd-popup-modal .dialog-widget-content {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    max-height: 100%;
    max-width: 100%;
    overflow: visible;
    pointer-events: all;
    width: auto
}

.webbazarbd-popup-modal .dialog-message {
    display: flex;
    max-height: 100vh;
    max-width: 100vw;
    overflow: auto;
    padding: 0;
    width: 640px
}

.webbazarbd-popup-modal .webbazarbd {
    width: 100%
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-500px:before {
    content: "\f26e"
}

.fa-ad:before {
    content: "\f641"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-android:before {
    content: "\f17b"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-bug:before {
    content: "\f188"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-circle:before {
    content: "\f111"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-download:before {
    content: "\f019"
}

.fa-edit:before {
    content: "\f044"
}

.fa-webbazarbd:before {
    content: "\f430"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-flag:before {
    content: "\f024"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-home:before {
    content: "\f015"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-italic:before {
    content: "\f033"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-php:before {
    content: "\f457"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-print:before {
    content: "\f02f"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-server:before {
    content: "\f233"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-upload:before {
    content: "\f093"
}

.fa-video:before {
    content: "\f03d"
}

.fa-vk:before {
    content: "\f189"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
    src: url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-regular-400.eot);
    src: url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"), url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"), url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"), url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fab {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
    src: url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-close:before {
    content: "\f00d"
}

.fa.fa-file-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-o:before {
    content: "\f15b"
}

.fa.fa-play-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-play-circle-o:before {
    content: "\f144"
}

.fa.fa-rotate-right:before {
    content: "\f01e"
}

.fa.fa-list-alt {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-image {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-image:before {
    content: "\f03e"
}

.fa.fa-share-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-share-square-o:before {
    content: "\f14d"
}

.fa.fa-check-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-check-square-o:before {
    content: "\f14a"
}

.fa.fa-times-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-circle-o:before {
    content: "\f057"
}

.fa.fa-check-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-check-circle-o:before {
    content: "\f058"
}

.fa.fa-facebook-square,
.fa.fa-twitter-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-linkedin-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-linkedin-square:before {
    content: "\f08c"
}

.fa.fa-external-link:before {
    content: "\f35d"
}

.fa.fa-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-square-o:before {
    content: "\f0c8"
}

.fa.fa-facebook,
.fa.fa-twitter {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook:before {
    content: "\f39e"
}

.fa.fa-facebook-f {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook-f:before {
    content: "\f39e"
}

.fa.fa-feed:before {
    content: "\f09e"
}

.fa.fa-group:before {
    content: "\f0c0"
}

.fa.fa-files-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-files-o:before {
    content: "\f0c5"
}

.fa.fa-pinterest,
.fa.fa-pinterest-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-linkedin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-linkedin:before {
    content: "\f0e1"
}

.fa.fa-rotate-left:before {
    content: "\f0e2"
}

.fa.fa-comment-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-comment-o:before {
    content: "\f075"
}

.fa.fa-comments-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-comments-o:before {
    content: "\f086"
}

.fa.fa-file-text-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-text-o:before {
    content: "\f15c"
}

.fa.fa-tablet:before {
    content: "\f3fa"
}

.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
    content: "\f3cd"
}

.fa.fa-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-circle-o:before {
    content: "\f111"
}

.fa.fa-flag-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-flag-o:before {
    content: "\f024"
}

.fa.fa-css3,
.fa.fa-html5 {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-external-link-square:before {
    content: "\f360"
}

.fa.fa-dollar:before,
.fa.fa-usd:before {
    content: "\f155"
}

.fa.fa-file-text:before {
    content: "\f15c"
}

.fa.fa-xing,
.fa.fa-xing-square,
.fa.fa-youtube,
.fa.fa-youtube-play,
.fa.fa-youtube-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-youtube-play:before {
    content: "\f167"
}

.fa.fa-tumblr,
.fa.fa-tumblr-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-android,
.fa.fa-apple,
.fa.fa-skype {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-vk {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right:before {
    content: "\f35a"
}

.fa.fa-arrow-circle-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-left:before {
    content: "\f359"
}

.fa.fa-try:before {
    content: "\f195"
}

.fa.fa-bank:before {
    content: "\f19c"
}

.fa.fa-digg,
.fa.fa-google,
.fa.fa-reddit,
.fa.fa-reddit-square,
.fa.fa-stumbleupon,
.fa.fa-stumbleupon-circle {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-file-pdf-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa.fa-file-word-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-word-o:before {
    content: "\f1c2"
}

.fa.fa-file-image-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-image-o:before {
    content: "\f1c5"
}

.fa.fa-file-sound-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa.fa-file-video-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-video-o:before {
    content: "\f1c8"
}

.fa.fa-file-code-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-code-o:before {
    content: "\f1c9"
}

.fa.fa-circle-thin {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-circle-thin:before {
    content: "\f111"
}

.fa.fa-header:before {
    content: "\f1dc"
}

.fa.fa-cc {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-cc:before {
    content: "\f20a"
}

.fa.fa-pinterest-p,
.fa.fa-whatsapp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-medium {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-object-group {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-chrome,
.fa.fa-get-pocket,
.fa.fa-odnoklassniki,
.fa.fa-odnoklassniki-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-500px {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-pause-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-pause-circle-o:before {
    content: "\f28b"
}

.fa.fa-fa,
.fa.fa-font-awesome {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-fa:before {
    content: "\f2b4"
}

.fa.fa-telegram {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-s15:before {
    content: "\f2cd"
}

.fa.fa-window-close-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-window-close-o:before {
    content: "\f410"
}

.webbazarbd-animation-grow {
    transition-duration: .3s;
    transition-property: transform
}

.webbazarbd-animation-grow:active,
.webbazarbd-animation-grow:focus,
.webbazarbd-animation-grow:hover {
    transform: scale(1.1)
}

/*! webbazarbd - v3.25.0 - 24-11-2024 */
.webbazarbd-widget-image-carousel .swiper,
.webbazarbd-widget-image-carousel .swiper-container {
    position: static
}

.webbazarbd-widget-image-carousel .swiper .swiper-slide figure,
.webbazarbd-widget-image-carousel .swiper-container .swiper-slide figure {
    line-height: inherit
}

.webbazarbd-widget-image-carousel .swiper-slide {
    text-align: center
}

.webbazarbd-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide {
    max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3))
}

/*! webbazarbd - v3.25.0 - 24-11-2024 */
.webbazarbd-widget-video .webbazarbd-widget-container {
    overflow: hidden;
    transform: translateZ(0)
}

.webbazarbd-widget-video .webbazarbd-wrapper {
    aspect-ratio: var(--video-aspect-ratio)
}

.webbazarbd-widget-video .webbazarbd-wrapper iframe,
.webbazarbd-widget-video .webbazarbd-wrapper video {
    height: 100%;
    width: 100%;
    display: flex;
    border: none;
    background-color: #000
}

@supports not (aspect-ratio:1/1) {
    .webbazarbd-widget-video .webbazarbd-wrapper {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio))
    }

    .webbazarbd-widget-video .webbazarbd-wrapper iframe,
    .webbazarbd-widget-video .webbazarbd-wrapper video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.webbazarbd-widget-video .webbazarbd-open-inline .webbazarbd-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%
}

.webbazarbd-widget-video .webbazarbd-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center
}

.webbazarbd-widget-video .webbazarbd-custom-embed-image-overlay:hover .webbazarbd-custom-embed-play i {
    opacity: 1
}

.webbazarbd-widget-video .webbazarbd-custom-embed-image-overlay img {
    display: block;
    width: 100%;
    aspect-ratio: var(--video-aspect-ratio);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

@supports not (aspect-ratio:1/1) {
    .webbazarbd-widget-video .webbazarbd-custom-embed-image-overlay {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio))
    }

    .webbazarbd-widget-video .webbazarbd-custom-embed-image-overlay img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.e-con-inner>.webbazarbd-widget-video,
.e-con>.webbazarbd-widget-video {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

/*! webbazarbd - v3.25.0 - 24-11-2024 */
.webbazarbd-widget-image-box .webbazarbd-image-box-content {
    width: 100%
}

@media (min-width:768px) {

    .webbazarbd-widget-image-box.webbazarbd-position-left .webbazarbd-image-box-wrapper,
    .webbazarbd-widget-image-box.webbazarbd-position-right .webbazarbd-image-box-wrapper {
        display: flex
    }

    .webbazarbd-widget-image-box.webbazarbd-position-right .webbazarbd-image-box-wrapper {
        text-align: end;
        flex-direction: row-reverse
    }

    .webbazarbd-widget-image-box.webbazarbd-position-left .webbazarbd-image-box-wrapper {
        text-align: start;
        flex-direction: row
    }

    .webbazarbd-widget-image-box.webbazarbd-position-top .webbazarbd-image-box-img {
        margin: auto
    }

    .webbazarbd-widget-image-box.webbazarbd-vertical-align-top .webbazarbd-image-box-wrapper {
        align-items: flex-start
    }

    .webbazarbd-widget-image-box.webbazarbd-vertical-align-middle .webbazarbd-image-box-wrapper {
        align-items: center
    }

    .webbazarbd-widget-image-box.webbazarbd-vertical-align-bottom .webbazarbd-image-box-wrapper {
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .webbazarbd-widget-image-box .webbazarbd-image-box-img {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.webbazarbd-widget-image-box .webbazarbd-image-box-img {
    display: inline-block
}

.webbazarbd-widget-image-box .webbazarbd-image-box-title a {
    color: inherit
}

.webbazarbd-widget-image-box .webbazarbd-image-box-wrapper {
    text-align: center
}

.webbazarbd-widget-image-box .webbazarbd-image-box-description {
    margin: 0
}

/*! webbazarbd-pro - v3.25.0 - 20-11-2024 */
.webbazarbd-headline {
    display: block;
    font-size: 43px;
    line-height: 1.2
}

.webbazarbd-headline-dynamic-text {
    color: var(--dynamic-text-color, #aebcb9)
}

.webbazarbd-headline--style-rotate .webbazarbd-headline-dynamic-wrapper {
    text-align: start
}

.webbazarbd-headline--style-highlight .webbazarbd-headline-dynamic-wrapper {
    overflow: visible;
    text-align: inherit
}

.webbazarbd-headline--style-highlight .webbazarbd-headline-dynamic-text {
    z-index: 1
}

.webbazarbd-headline--style-highlight .webbazarbd-headline-plain-text {
    position: relative;
    z-index: 1
}

.webbazarbd-headline--style-highlight svg {
    height: calc(100% + 20px);
    left: 50%;
    overflow: visible;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px)
}

.webbazarbd-headline--style-highlight svg path {
    stroke: red;
    stroke-width: 9;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    transition: .3s
}

.webbazarbd-headline.e-animated svg path {
    animation: webbazarbd-headline-dash forwards;
    animation-duration: var(--animation-duration, 1.2s);
    animation-iteration-count: 1
}

.webbazarbd-headline.e-animated svg path:nth-of-type(2) {
    animation-delay: calc(var(--animation-duration, 1.2s)/ 2)
}

.webbazarbd-headline.e-hide-highlight svg path {
    opacity: 1;
    stroke-dasharray: 1500 1500;
    animation: hide-highlight .4s forwards;
    animation-iteration-count: 1
}

@keyframes webbazarbd-headline-dash {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1
    }

    to {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }
}

@keyframes hide-highlight {
    0% {
        opacity: 1;
        stroke-dasharray: 1500 1500
    }

    to {
        filter: blur(10px);
        opacity: 0
    }
}

.webbazarbd-headline-text-wrapper {
    vertical-align: bottom
}

.webbazarbd-headline-dynamic-wrapper {
    display: inline-block;
    position: relative
}

.webbazarbd-headline-dynamic-wrapper .webbazarbd-headline-dynamic-text {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0
}

.webbazarbd-headline-dynamic-wrapper .webbazarbd-headline-dynamic-text.webbazarbd-headline-text-active {
    position: relative
}

@keyframes webbazarbd-headline-flip-in {
    0% {
        opacity: 0;
        transform: rotateX(180deg)
    }

    35% {
        opacity: 0;
        transform: rotateX(120deg)
    }

    65% {
        opacity: 0
    }

    to {
        opacity: 1;
        transform: rotateX(1turn)
    }
}

@keyframes webbazarbd-headline-flip-out {
    0% {
        opacity: 1;
        transform: rotateX(0)
    }

    35% {
        opacity: 1;
        transform: rotateX(-40deg)
    }

    65% {
        opacity: 0
    }

    to {
        opacity: 0;
        transform: rotateX(180deg)
    }
}

.webbazarbd-headline-animation-type-typing .webbazarbd-headline-dynamic-wrapper {
    overflow: hidden;
    vertical-align: top
}

.webbazarbd-headline-animation-type-typing .webbazarbd-headline-dynamic-wrapper:after {
    background-color: #0d0d0d;
    content: "";
    height: 90%;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.webbazarbd-headline-animation-type-typing .webbazarbd-headline-dynamic-wrapper:not(.webbazarbd-headline-typing-selected):after {
    animation: webbazarbd-headline-pulse 1s infinite
}

.webbazarbd-headline-animation-type-typing .webbazarbd-headline-dynamic-text:not(.webbazarbd-headline-text-active) {
    visibility: hidden
}

@keyframes webbazarbd-headline-pulse {
    0% {
        opacity: 1;
        transform: translateY(-50%) scale(1)
    }

    40% {
        opacity: 0;
        transform: translateY(-50%) scale(.9)
    }

    to {
        opacity: 0;
        transform: translateY(-50%) scale(0)
    }
}

@keyframes webbazarbd-headline-swirl-in {
    0% {
        opacity: 0;
        transform: translateZ(-20px) rotateX(90deg)
    }

    60% {
        opacity: 1;
        transform: translateZ(-20px) rotateX(-10deg)
    }

    to {
        opacity: 1;
        transform: translateZ(-20px) rotateX(0)
    }
}

@keyframes webbazarbd-headline-swirl-out {
    0% {
        opacity: 1;
        transform: translateZ(-20px) rotateX(0)
    }

    60% {
        opacity: 0;
        transform: translateZ(-20px) rotateX(-100deg)
    }

    to {
        opacity: 0;
        transform: translateZ(-20px) rotateX(-90deg)
    }
}

@keyframes webbazarbd-headline-slide-down-in {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        transform: translateY(20%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes webbazarbd-headline-slide-down-out {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    60% {
        opacity: 0;
        transform: translateY(120%)
    }

    to {
        opacity: 0;
        transform: translateY(100%)
    }
}

.webbazarbd-headline-animation-type-clip .webbazarbd-headline-text-wrapper {
    display: inline-block;
    padding: .2em 0
}

.webbazarbd-headline-animation-type-clip .webbazarbd-headline-dynamic-wrapper {
    overflow: hidden;
    vertical-align: top
}

.webbazarbd-headline-animation-type-clip .webbazarbd-headline-dynamic-wrapper:after {
    background-color: #0d0d0d;
    content: "";
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px
}

.webbazarbd-headline-animation-type-clip .webbazarbd-headline-dynamic-text {
    opacity: 0
}

.webbazarbd-headline-animation-type-clip .webbazarbd-headline-dynamic-text.webbazarbd-headline-text-active {
    opacity: 1
}

@keyframes webbazarbd-headline-drop-in-in {
    0% {
        opacity: 0;
        transform: translateZ(100px)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes webbazarbd-headline-drop-in-out {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translateZ(-100px)
    }
}

@keyframes webbazarbd-headline-blinds-in {
    0% {
        transform: rotateY(180deg)
    }

    to {
        transform: rotateY(0)
    }
}

@keyframes webbazarbd-headline-blinds-out {
    0% {
        transform: rotateY(0)
    }

    to {
        transform: rotateY(-180deg)
    }
}

@keyframes webbazarbd-headline-wave-up {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    60% {
        opacity: 1;
        transform: scale(1.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes webbazarbd-headline-wave-down {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    60% {
        opacity: 0;
        transform: scale(0)
    }
}

.webbazarbd-headline-animation-type-slide .webbazarbd-headline-dynamic-text {
    opacity: 0
}

.webbazarbd-headline-animation-type-slide .webbazarbd-headline-dynamic-text.webbazarbd-headline-text-active {
    animation: webbazarbd-headline-slide-in .6s;
    opacity: 1
}

@keyframes webbazarbd-headline-slide-in {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        transform: translateX(10%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes webbazarbd-headline-slide-out {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    60% {
        opacity: 0;
        transform: translateX(110%)
    }

    to {
        opacity: 0;
        transform: translateX(100%)
    }
}

.webbazarbd-headline-animation-type-slide .webbazarbd-headline-dynamic-wrapper {
    transition: width .5s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e07e719 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --overlay-opacity: 0;
    border-style: none;
    --border-style: none;
    --padding-top: 100px;
    --padding-bottom: 100px;
    --padding-left: 20px;
    --padding-right: 20px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e07e719:not(.webbazarbd-motion-effects-theme-type-background),
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e07e719>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
    background-image: url(https://edumanbd.com/wp-content/uploads/2024/11/1x-01-6-scaled.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e07e719::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e07e719>.e-con-inner>.webbazarbd-background-video-container::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e07e719>.webbazarbd-background-video-container::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e07e719>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer::before {
    background-color: var(--e-global-color-secondary);
    --background-overlay: ''
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e07e719,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e07e719::before {
    --border-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-825a0d9 {
    text-align: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-825a0d9 img {
    width: 350px
}

.webbazarbd-widget-heading .webbazarbd-heading-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d5746a6 {
    width: var(--container-widget-width, 50%);
    max-width: 50%;
    --container-widget-width: 50%;
    --container-widget-flex-grow: 0;
    text-align: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d5746a6>.webbazarbd-widget-container {
    padding: 50px 0 30px 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d5746a6.webbazarbd-theme {
    --align-self: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d5746a6 .webbazarbd-heading-title {
    color: var(--e-global-color-67165da);
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 70px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-fb41f66 {
    --display: grid;
    --e-con-grid-template-columns: repeat(2, 1fr);
    --e-con-grid-template-rows: repeat(1, 1fr);
    --grid-auto-flow: row;
    --justify-items: center;
    --align-items: center;
    --background-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-fb41f66.e-con {
    --align-self: center
}

.webbazarbd-widget-button .webbazarbd-button {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1e9f430 .webbazarbd-button {
    background-color: transparent;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    fill: #fff;
    color: #fff;
    background-image: linear-gradient(135deg, #5800c0 0, #0072ed 90%);
    transition-duration: .3s;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    padding: 15px 35px 15px 35px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1e9f430 .webbazarbd-button:focus,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1e9f430 .webbazarbd-button:hover {
    background-color: transparent;
    color: #fff;
    background-image: linear-gradient(135deg, #0072ed 0, #15347a 90%)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1e9f430 {
    width: var(--container-widget-width, 240px);
    max-width: 240px;
    --container-widget-width: 240px;
    --container-widget-flex-grow: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1e9f430 .webbazarbd-button:focus svg,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1e9f430 .webbazarbd-button:hover svg {
    fill: #fff
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-98ef634 .webbazarbd-button {
    background-color: transparent;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    fill: #fff;
    color: #fff;
    background-image: linear-gradient(135deg, #5800c0 0, #0072ed 90%);
    transition-duration: .3s;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    padding: 15px 35px 15px 35px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-98ef634 .webbazarbd-button:focus,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-98ef634 .webbazarbd-button:hover {
    background-color: transparent;
    color: var(--e-global-color-67165da);
    background-image: linear-gradient(135deg, #0072ed 0, #15347a 90%)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-98ef634 {
    width: var(--container-widget-width, 240px);
    max-width: 240px;
    --container-widget-width: 240px;
    --container-widget-flex-grow: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-98ef634 .webbazarbd-button:focus svg,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-98ef634 .webbazarbd-button:hover svg {
    fill: var(--e-global-color-67165da)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-81b2025 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --align-items: center;
    --gap: 30px 30px;
    --background-transition: 0.3s;
    --padding-top: 25px;
    --padding-bottom: 25px;
    --padding-left: 25px;
    --padding-right: 25px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-81b2025:not(.webbazarbd-motion-effects-theme-type-background),
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-81b2025>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
    background-color: #0072ed
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-81b2025,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-81b2025::before {
    --border-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3973654 img {
    width: 200px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f8860e3 {
    text-align: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f8860e3 .webbazarbd-heading-title {
    color: var(--e-global-color-67165da);
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .65px;
    -webkit-text-stroke-width: 0;
    stroke-width: 0;
    -webkit-text-stroke-color: #000;
    stroke: #000
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f9b02be img {
    width: 200px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ff18728 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 20px 20px;
    --background-transition: 0.3s;
    --padding-top: 70px;
    --padding-bottom: 70px;
    --padding-left: 20px;
    --padding-right: 20px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-afd5793 {
    --display: flex;
    --justify-content: center;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --padding-top: 15px;
    --padding-bottom: 15px;
    --padding-left: 15px;
    --padding-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7eef104 {
    width: var(--container-widget-width, 80px);
    max-width: 80px;
    --container-widget-width: 80px;
    --container-widget-flex-grow: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7eef104>.webbazarbd-widget-container {
    margin: 0 0 15px 0;
    padding: 0;
    border-radius: 50% 50% 50% 50%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7eef104.ha-has-bg-overlay>.webbazarbd-widget-container:before {
    transition: background .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-96b3997 .webbazarbd-heading-title {
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: 700
}

.webbazarbd-widget-text-editor {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-228f439 {
    text-align: center;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 600
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-da0c11e {
    --display: flex;
    --justify-content: center;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --background-transition: 0.3s;
    --padding-top: 15px;
    --padding-bottom: 15px;
    --padding-left: 15px;
    --padding-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a62829e {
    width: var(--container-widget-width, 80px);
    max-width: 80px;
    --container-widget-width: 80px;
    --container-widget-flex-grow: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a62829e>.webbazarbd-widget-container {
    margin: 0 00px 15px 0;
    padding: 0;
    border-radius: 50% 50% 50% 50%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a62829e.ha-has-bg-overlay>.webbazarbd-widget-container:before {
    transition: background .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-afad519 .webbazarbd-heading-title {
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: 700
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f14703f {
    column-gap: 0;
    text-align: center;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 600
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-98346c4 {
    --display: flex;
    --justify-content: center;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --background-transition: 0.3s;
    --padding-top: 15px;
    --padding-bottom: 15px;
    --padding-left: 15px;
    --padding-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c522f82 {
    width: var(--container-widget-width, 80px);
    max-width: 80px;
    --container-widget-width: 80px;
    --container-widget-flex-grow: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c522f82>.webbazarbd-widget-container {
    margin: 0 0 15px 0;
    padding: 0;
    border-radius: 50% 50% 50% 50%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c522f82.ha-has-bg-overlay>.webbazarbd-widget-container:before {
    transition: background .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c200167 .webbazarbd-heading-title {
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: 700
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f8e367f {
    text-align: center;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 600
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-bc8b8ea {
    --display: flex;
    --justify-content: center;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --background-transition: 0.3s;
    --padding-top: 15px;
    --padding-bottom: 15px;
    --padding-left: 15px;
    --padding-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7287ef8 {
    width: var(--container-widget-width, 80px);
    max-width: 80px;
    --container-widget-width: 80px;
    --container-widget-flex-grow: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7287ef8>.webbazarbd-widget-container {
    margin: 0 0 15px 0;
    padding: 0;
    border-radius: 50% 50% 50% 50%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7287ef8.ha-has-bg-overlay>.webbazarbd-widget-container:before {
    transition: background .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-84f74de .webbazarbd-heading-title {
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: 700
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-50b3d14 {
    text-align: center;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 600
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-961ac3c {
    --display: flex;
    --min-height: 0px;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 0px;
    --padding-right: 0px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-961ac3c:not(.webbazarbd-motion-effects-theme-type-background),
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-961ac3c>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
    background-color: #fff
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-961ac3c,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-961ac3c::before {
    --border-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a5dacdd {
    --e-image-carousel-slides-to-show: 6
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a5dacdd>.webbazarbd-widget-container {
    margin: 8px 8px 8px 8px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a5dacdd .swiper-wrapper {
    display: flex;
    align-items: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8301f1a {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --overlay-opacity: 0.5;
    --padding-top: 70px;
    --padding-bottom: 70px;
    --padding-left: 20px;
    --padding-right: 20px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8301f1a:not(.webbazarbd-motion-effects-theme-type-background),
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8301f1a>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
    background-color: #fff;
    background-image: url(https://edumanbd.com/wp-content/uploads/2024/11/1x-02-1-scaled.jpg);
    background-size: cover
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8301f1a::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8301f1a>.e-con-inner>.webbazarbd-background-video-container::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8301f1a>.webbazarbd-background-video-container::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8301f1a>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer::before {
    --background-overlay: ''
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8301f1a,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8301f1a::before {
    --border-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-0cef73a .webbazarbd-wrapper {
    --video-aspect-ratio: 1.77777;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-0cef73a .webbazarbd-custom-embed-play i {
    color: #ff0606;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-0cef73a .webbazarbd-custom-embed-play svg {
    fill: #ff0606
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ecb1a40 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --overlay-opacity: 0.5;
    --padding-top: 70px;
    --padding-bottom: 70px;
    --padding-left: 20px;
    --padding-right: 20px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ecb1a40:not(.webbazarbd-motion-effects-theme-type-background),
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ecb1a40>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
    background-color: #fff;
    background-image: url(https://edumanbd.com/wp-content/uploads/2024/11/1x-02-1-scaled.jpg);
    background-size: cover
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ecb1a40::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ecb1a40>.e-con-inner>.webbazarbd-background-video-container::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ecb1a40>.webbazarbd-background-video-container::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ecb1a40>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer::before {
    --background-overlay: ''
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ecb1a40,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ecb1a40::before {
    --border-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-92aa7bb .webbazarbd-wrapper {
    --video-aspect-ratio: 1.5;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-92aa7bb .webbazarbd-custom-embed-play i {
    color: #ff0606;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-92aa7bb .webbazarbd-custom-embed-play svg {
    fill: #ff0606
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-adbe2f2 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 20px;
    --padding-right: 20px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-adbe2f2:not(.webbazarbd-motion-effects-theme-type-background),
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-adbe2f2>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
    background-color: #5800c0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-adbe2f2,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-adbe2f2::before {
    --border-transition: 0.3s
}

.webbazarbd-widget-ha-gradient-heading .ha-gradient-heading {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-48e15d0 {
    text-align: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-48e15d0 .ha-gradient-heading {
    color: #fff;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 1px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1870c0c {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 20px 20px;
    --background-transition: 0.3s;
    --overlay-opacity: 0.7;
    --padding-top: 100px;
    --padding-bottom: 100px;
    --padding-left: 20px;
    --padding-right: 20px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1870c0c:not(.webbazarbd-motion-effects-theme-type-background),
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1870c0c>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
    background-image: url(https://edumanbd.com/wp-content/uploads/2024/11/1x-06-1.jpg);
    background-position: 0 -42px;
    background-repeat: no-repeat;
    background-size: cover
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1870c0c::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1870c0c>.e-con-inner>.webbazarbd-background-video-container::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1870c0c>.webbazarbd-background-video-container::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1870c0c>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer::before {
    background-color: var(--e-global-color-67165da);
    --background-overlay: ''
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1870c0c,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1870c0c::before {
    --border-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-0a105ef {
    --display: flex;
    --min-height: 0px;
    --justify-content: center;
    --background-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d1c723d>.webbazarbd-widget-container {
    margin: 0;
    padding: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d1c723d.webbazarbd-theme {
    --align-self: center;
    --flex-grow: 0;
    --flex-shrink: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f705020 .webbazarbd-button {
    background-color: transparent;
    height: 50px;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    fill: var(--e-global-color-67165da);
    color: var(--e-global-color-67165da);
    background-image: linear-gradient(135deg, #5800c0 0, #0072ed 90%);
    transition-duration: .3s;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: -1px -1px -1px -1px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f705020 .webbazarbd-button:focus,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f705020 .webbazarbd-button:hover {
    background-color: transparent;
    background-image: linear-gradient(135deg, #0072ed 0, #15347a 90%)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f705020>.webbazarbd-widget-container {
    margin: 0;
    padding: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cec5a52 {
    --display: flex;
    --gap: 0px 0px;
    --background-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-9288259 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: space-between;
    --gap: 20px 20px;
    --flex-wrap: wrap;
    --background-transition: 0.3s
}

.webbazarbd-widget-image-box .webbazarbd-image-box-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.webbazarbd-widget-image-box .webbazarbd-image-box-description {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8621afc {
    width: var(--container-widget-width, 30%);
    max-width: 30%;
    --container-widget-width: 30%;
    --container-widget-flex-grow: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8621afc>.webbazarbd-widget-container {
    /* padding: 15px 15px 15px 15px; */
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-primary);
    border-radius: 0px 0px 5px 5px;
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8621afc .webbazarbd-image-box-wrapper {
    text-align: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8621afc.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8621afc.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8621afc.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8621afc .webbazarbd-image-box-title {
    margin-bottom: 0;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8621afc .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 70%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8621afc .webbazarbd-image-box-img img {
    border-style: none;
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b4312c0 {
    width: var(--container-widget-width, 30%);
    max-width: 30%;
    --container-widget-width: 30%;
    --container-widget-flex-grow: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b4312c0>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-primary);
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b4312c0 .webbazarbd-image-box-wrapper {
    text-align: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b4312c0.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b4312c0.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b4312c0.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b4312c0 .webbazarbd-image-box-title {
    margin-bottom: 0;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b4312c0 .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 70%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b4312c0 .webbazarbd-image-box-img img {
    border-style: none;
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1645149 {
    width: var(--container-widget-width, 30%);
    max-width: 30%;
    --container-widget-width: 30%;
    --container-widget-flex-grow: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1645149>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-primary);
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1645149 .webbazarbd-image-box-wrapper {
    text-align: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1645149.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1645149.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1645149.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1645149 .webbazarbd-image-box-title {
    margin-bottom: 0;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1645149 .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 70%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1645149 .webbazarbd-image-box-img img {
    border-style: none;
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dbb86b2 {
    width: var(--container-widget-width, 30%);
    max-width: 30%;
    --container-widget-width: 30%;
    --container-widget-flex-grow: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dbb86b2>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-primary);
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dbb86b2 .webbazarbd-image-box-wrapper {
    text-align: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dbb86b2.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dbb86b2.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dbb86b2.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dbb86b2 .webbazarbd-image-box-title {
    margin-bottom: 0;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dbb86b2 .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 70%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dbb86b2 .webbazarbd-image-box-img img {
    border-style: none;
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dbb86b2 .webbazarbd-image-box-description {
    color: #111
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8fae157 {
    width: var(--container-widget-width, 30%);
    max-width: 30%;
    --container-widget-width: 30%;
    --container-widget-flex-grow: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8fae157>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-primary);
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8fae157 .webbazarbd-image-box-wrapper {
    text-align: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8fae157.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8fae157.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8fae157.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8fae157 .webbazarbd-image-box-title {
    margin-bottom: 0;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8fae157 .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 70%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8fae157 .webbazarbd-image-box-img img {
    border-style: none;
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cf00821 {
    width: var(--container-widget-width, 30%);
    max-width: 30%;
    --container-widget-width: 30%;
    --container-widget-flex-grow: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cf00821>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-primary);
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cf00821 .webbazarbd-image-box-wrapper {
    text-align: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cf00821.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cf00821.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cf00821.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cf00821 .webbazarbd-image-box-title {
    margin-bottom: 0;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cf00821 .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 70%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cf00821 .webbazarbd-image-box-img img {
    border-style: none;
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c478c53 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --padding-top: 100px;
    --padding-bottom: 100px;
    --padding-left: 20px;
    --padding-right: 20px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c478c53:not(.webbazarbd-motion-effects-theme-type-background),
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c478c53>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
    background-color: #f0f5fc;
    background-image: url(https://edumanbd.com/wp-content/uploads/2024/11/1x-06-1.jpg);
    background-position: -602px -356px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c478c53,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c478c53::before {
    --border-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-44c5f9e>.webbazarbd-widget-container {
    padding: 0 0 20px 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-44c5f9e {
    text-align: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-44c5f9e .webbazarbd-heading-title {
    color: #000;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 63px;
    font-weight: 800;
    line-height: 100px;
    letter-spacing: -.7px;
    word-spacing: 0;
    text-shadow: 0 0 5px #fff
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-721a2eb {
    --display: grid;
    --e-con-grid-template-columns: repeat(2, 1fr);
    --e-con-grid-template-rows: repeat(2, 1fr);
    --gap: 30px 30px;
    --grid-auto-flow: row;
    --background-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d065ad8>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d065ad8.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d065ad8.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d065ad8.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d065ad8 .webbazarbd-image-box-title {
    margin-bottom: 15px;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d065ad8 .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 30%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d065ad8 .webbazarbd-image-box-img img {
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d065ad8 .webbazarbd-image-box-description {
    color: #111;
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 18px;
    font-weight: 400
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f46ab36>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f46ab36.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f46ab36.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f46ab36.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f46ab36 .webbazarbd-image-box-title {
    margin-bottom: 15px;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f46ab36 .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 30%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f46ab36 .webbazarbd-image-box-img img {
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f46ab36 .webbazarbd-image-box-description {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 18px;
    font-weight: 400
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7e3bf5f>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7e3bf5f.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7e3bf5f.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7e3bf5f.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7e3bf5f .webbazarbd-image-box-title {
    margin-bottom: 15px;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7e3bf5f .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 30%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7e3bf5f .webbazarbd-image-box-img img {
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7e3bf5f .webbazarbd-image-box-description {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 18px;
    font-weight: 400
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1221bae>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1221bae.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1221bae.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1221bae.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1221bae .webbazarbd-image-box-title {
    margin-bottom: 15px;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1221bae .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 30%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1221bae .webbazarbd-image-box-img img {
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1221bae .webbazarbd-image-box-description {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 18px;
    font-weight: 400
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-37d7e52>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-37d7e52.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-37d7e52.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-37d7e52.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-37d7e52 .webbazarbd-image-box-title {
    margin-bottom: 15px;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-37d7e52 .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 30%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-37d7e52 .webbazarbd-image-box-img img {
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-37d7e52 .webbazarbd-image-box-description {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 18px;
    font-weight: 400
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ff9a6ec>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ff9a6ec.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ff9a6ec.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ff9a6ec.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ff9a6ec .webbazarbd-image-box-title {
    margin-bottom: 15px;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ff9a6ec .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 30%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ff9a6ec .webbazarbd-image-box-img img {
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ff9a6ec .webbazarbd-image-box-description {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 18px;
    font-weight: 400
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d48d925>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d48d925.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d48d925.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d48d925.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d48d925 .webbazarbd-image-box-title {
    margin-bottom: 15px;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d48d925 .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 30%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d48d925 .webbazarbd-image-box-img img {
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d48d925 .webbazarbd-image-box-description {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 18px;
    font-weight: 400
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dfc3960>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dfc3960.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dfc3960.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dfc3960.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dfc3960 .webbazarbd-image-box-title {
    margin-bottom: 15px;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dfc3960 .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 30%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dfc3960 .webbazarbd-image-box-img img {
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dfc3960 .webbazarbd-image-box-description {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 18px;
    font-weight: 400
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-66e0628>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-66e0628.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-66e0628.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-66e0628.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-66e0628 .webbazarbd-image-box-title {
    margin-bottom: 15px;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-66e0628 .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 30%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-66e0628 .webbazarbd-image-box-img img {
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-66e0628 .webbazarbd-image-box-description {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 18px;
    font-weight: 400
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-82226fc>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-82226fc.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-82226fc.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-82226fc.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-82226fc .webbazarbd-image-box-title {
    margin-bottom: 15px;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-82226fc .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 30%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-82226fc .webbazarbd-image-box-img img {
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-82226fc .webbazarbd-image-box-description {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 18px;
    font-weight: 400
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-fea25f6>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-fea25f6.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-fea25f6.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-fea25f6.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-fea25f6 .webbazarbd-image-box-title {
    margin-bottom: 15px;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-fea25f6 .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 30%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-fea25f6 .webbazarbd-image-box-img img {
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-fea25f6 .webbazarbd-image-box-description {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 18px;
    font-weight: 400
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a1bc797>.webbazarbd-widget-container {
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 15px 15px 15px 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a1bc797.webbazarbd-position-right .webbazarbd-image-box-img {
    margin-left: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a1bc797.webbazarbd-position-left .webbazarbd-image-box-img {
    margin-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a1bc797.webbazarbd-position-top .webbazarbd-image-box-img {
    margin-bottom: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a1bc797 .webbazarbd-image-box-title {
    margin-bottom: 15px;
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a1bc797 .webbazarbd-image-box-wrapper .webbazarbd-image-box-img {
    width: 30%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a1bc797 .webbazarbd-image-box-img img {
    border-radius: 50%;
    transition-duration: .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a1bc797 .webbazarbd-image-box-description {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 18px;
    font-weight: 400
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d42e74e {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d58ce70 .webbazarbd-button {
    background-color: #5800c0;
    height: 50px;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    fill: var(--e-global-color-67165da);
    color: var(--e-global-color-67165da);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d58ce70 .webbazarbd-button:focus,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d58ce70 .webbazarbd-button:hover {
    background-color: #0072ed
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d58ce70>.webbazarbd-widget-container {
    margin: 30px 0 0 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-059632d {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --overlay-opacity: 0.7;
    --padding-top: 100px;
    --padding-bottom: 100px;
    --padding-left: 20px;
    --padding-right: 20px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-059632d:not(.webbazarbd-motion-effects-theme-type-background),
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-059632d>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
    background-image: url(https://edumanbd.com/wp-content/uploads/2024/11/1x-03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-059632d::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-059632d>.e-con-inner>.webbazarbd-background-video-container::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-059632d>.webbazarbd-background-video-container::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-059632d>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer::before {
    background-color: var(--e-global-color-67165da);
    --background-overlay: ''
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-059632d,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-059632d::before {
    --border-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c0815e2 {
    text-align: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c0815e2 .webbazarbd-heading-title {
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 70px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-04db9bc>.webbazarbd-widget-container {
    margin: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-04db9bc {
    column-gap: 0;
    text-align: center;
    color: #0072ed;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-shadow: 0 0 0 rgba(0, 0, 0, .3)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-9a9252d {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 20px 20px;
    --background-transition: 0.3s;
    --padding-top: 20px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-966cf5e {
    --display: flex;
    --justify-content: flex-start;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 20px 20px;
    --background-transition: 0.3s;
    --padding-top: 15px;
    --padding-bottom: 15px;
    --padding-left: 15px;
    --padding-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cd52e7c {
    width: var(--container-widget-width, 70px);
    max-width: 70px;
    --container-widget-width: 70px;
    --container-widget-flex-grow: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cd52e7c>.webbazarbd-widget-container {
    background-color: transparent;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(135deg, #757575FA 0, #29f267 89%);
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cd52e7c.ha-has-bg-overlay>.webbazarbd-widget-container:before {
    transition: background .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-2adf42e .webbazarbd-heading-title {
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 600
}

.webbazarbd-widget-icon-list .webbazarbd-icon-list-item:not(:last-child):after {
    border-color: var(--e-global-color-text)
}

.webbazarbd-widget-icon-list .webbazarbd-icon-list-icon i {
    color: var(--e-global-color-primary)
}

.webbazarbd-widget-icon-list .webbazarbd-icon-list-icon svg {
    fill: var(--e-global-color-primary)
}

.webbazarbd-widget-icon-list .webbazarbd-icon-list-item>.webbazarbd-icon-list-text,
.webbazarbd-widget-icon-list .webbazarbd-icon-list-item>a {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.webbazarbd-widget-icon-list .webbazarbd-icon-list-text {
    color: var(--e-global-color-secondary)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-5b83d91 .webbazarbd-icon-list-items:not(.webbazarbd-inline-items) .webbazarbd-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px/2)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-5b83d91 .webbazarbd-icon-list-items:not(.webbazarbd-inline-items) .webbazarbd-icon-list-item:not(:first-child) {
    margin-top: calc(10px/2)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-5b83d91 .webbazarbd-icon-list-items.webbazarbd-inline-items .webbazarbd-icon-list-item {
    margin-right: calc(10px/2);
    margin-left: calc(10px/2)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-5b83d91 .webbazarbd-icon-list-items.webbazarbd-inline-items {
    margin-right: calc(-10px/2);
    margin-left: calc(-10px/2)
}

body.rtl .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-5b83d91 .webbazarbd-icon-list-items.webbazarbd-inline-items .webbazarbd-icon-list-item:after {
    left: calc(-10px/2)
}

body:not(.rtl) .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-5b83d91 .webbazarbd-icon-list-items.webbazarbd-inline-items .webbazarbd-icon-list-item:after {
    right: calc(-10px/2)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-5b83d91 .webbazarbd-icon-list-icon i {
    color: var(--e-global-color-text);
    transition: color .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-5b83d91 .webbazarbd-icon-list-icon svg {
    fill: var(--e-global-color-text);
    transition: fill .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-5b83d91 {
    --e-icon-list-icon-size: 16px;
    --icon-vertical-align: flex-start;
    --icon-vertical-offset: 5px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-5b83d91 .webbazarbd-icon-list-icon {
    padding-right: 5px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-5b83d91 .webbazarbd-icon-list-item>.webbazarbd-icon-list-text,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-5b83d91 .webbazarbd-icon-list-item>a {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 18px;
    font-weight: 500
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-5b83d91 .webbazarbd-icon-list-text {
    color: var(--e-global-color-secondary);
    transition: color .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ef42d83 {
    --display: flex;
    --justify-content: flex-start;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 20px 20px;
    --background-transition: 0.3s;
    --padding-top: 15px;
    --padding-bottom: 15px;
    --padding-left: 15px;
    --padding-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a956293 {
    width: var(--container-widget-width, 70px);
    max-width: 70px;
    --container-widget-width: 70px;
    --container-widget-flex-grow: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a956293>.webbazarbd-widget-container {
    background-color: transparent;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(135deg, #fffFFFFA 0, #295df2 89%);
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a956293.ha-has-bg-overlay>.webbazarbd-widget-container:before {
    transition: background .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-167ecaa .webbazarbd-heading-title {
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 600
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-54f8960 .webbazarbd-icon-list-items:not(.webbazarbd-inline-items) .webbazarbd-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px/2)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-54f8960 .webbazarbd-icon-list-items:not(.webbazarbd-inline-items) .webbazarbd-icon-list-item:not(:first-child) {
    margin-top: calc(10px/2)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-54f8960 .webbazarbd-icon-list-items.webbazarbd-inline-items .webbazarbd-icon-list-item {
    margin-right: calc(10px/2);
    margin-left: calc(10px/2)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-54f8960 .webbazarbd-icon-list-items.webbazarbd-inline-items {
    margin-right: calc(-10px/2);
    margin-left: calc(-10px/2)
}

body.rtl .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-54f8960 .webbazarbd-icon-list-items.webbazarbd-inline-items .webbazarbd-icon-list-item:after {
    left: calc(-10px/2)
}

body:not(.rtl) .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-54f8960 .webbazarbd-icon-list-items.webbazarbd-inline-items .webbazarbd-icon-list-item:after {
    right: calc(-10px/2)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-54f8960 .webbazarbd-icon-list-icon i {
    color: var(--e-global-color-text);
    transition: color .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-54f8960 .webbazarbd-icon-list-icon svg {
    fill: var(--e-global-color-text);
    transition: fill .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-54f8960 {
    --e-icon-list-icon-size: 16px;
    --icon-vertical-align: flex-start;
    --icon-vertical-offset: 5px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-54f8960 .webbazarbd-icon-list-icon {
    padding-right: 5px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-54f8960 .webbazarbd-icon-list-item>.webbazarbd-icon-list-text,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-54f8960 .webbazarbd-icon-list-item>a {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 18px;
    font-weight: 500
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-54f8960 .webbazarbd-icon-list-text {
    color: var(--e-global-color-secondary);
    transition: color .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cd9c7c0 {
    --display: flex;
    --justify-content: flex-start;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 20px 20px;
    --background-transition: 0.3s;
    --padding-top: 15px;
    --padding-bottom: 15px;
    --padding-left: 15px;
    --padding-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-55548f1 {
    width: var(--container-widget-width, 70px);
    max-width: 70px;
    --container-widget-width: 70px;
    --container-widget-flex-grow: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-55548f1>.webbazarbd-widget-container {
    background-color: transparent;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(135deg, #634E31FA 0, #7e29f2 89%);
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-55548f1.ha-has-bg-overlay>.webbazarbd-widget-container:before {
    transition: background .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a658f36 .webbazarbd-heading-title {
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 600
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7392932 .webbazarbd-icon-list-items:not(.webbazarbd-inline-items) .webbazarbd-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px/2)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7392932 .webbazarbd-icon-list-items:not(.webbazarbd-inline-items) .webbazarbd-icon-list-item:not(:first-child) {
    margin-top: calc(10px/2)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7392932 .webbazarbd-icon-list-items.webbazarbd-inline-items .webbazarbd-icon-list-item {
    margin-right: calc(10px/2);
    margin-left: calc(10px/2)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7392932 .webbazarbd-icon-list-items.webbazarbd-inline-items {
    margin-right: calc(-10px/2);
    margin-left: calc(-10px/2)
}

body.rtl .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7392932 .webbazarbd-icon-list-items.webbazarbd-inline-items .webbazarbd-icon-list-item:after {
    left: calc(-10px/2)
}

body:not(.rtl) .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7392932 .webbazarbd-icon-list-items.webbazarbd-inline-items .webbazarbd-icon-list-item:after {
    right: calc(-10px/2)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7392932 .webbazarbd-icon-list-icon i {
    color: var(--e-global-color-text);
    transition: color .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7392932 .webbazarbd-icon-list-icon svg {
    fill: var(--e-global-color-text);
    transition: fill .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7392932 {
    --e-icon-list-icon-size: 16px;
    --icon-vertical-align: flex-start;
    --icon-vertical-offset: 5px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7392932 .webbazarbd-icon-list-icon {
    padding-right: 5px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7392932 .webbazarbd-icon-list-item>.webbazarbd-icon-list-text,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7392932 .webbazarbd-icon-list-item>a {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 18px;
    font-weight: 500
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7392932 .webbazarbd-icon-list-text {
    color: var(--e-global-color-secondary);
    transition: color .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3ebf8bf {
    --display: flex;
    --justify-content: flex-start;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 20px 20px;
    --background-transition: 0.3s;
    --padding-top: 15px;
    --padding-bottom: 15px;
    --padding-left: 15px;
    --padding-right: 15px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-71d21ca {
    width: var(--container-widget-width, 70px);
    max-width: 70px;
    --container-widget-width: 70px;
    --container-widget-flex-grow: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-71d21ca>.webbazarbd-widget-container {
    background-color: transparent;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(135deg, #ffaE36FA 0, #f2295b 89%);
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-71d21ca.ha-has-bg-overlay>.webbazarbd-widget-container:before {
    transition: background .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-71d21ca img {
    border-style: none
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ea12962 .webbazarbd-heading-title {
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 600
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-333cc26 .webbazarbd-icon-list-items:not(.webbazarbd-inline-items) .webbazarbd-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px/2)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-333cc26 .webbazarbd-icon-list-items:not(.webbazarbd-inline-items) .webbazarbd-icon-list-item:not(:first-child) {
    margin-top: calc(10px/2)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-333cc26 .webbazarbd-icon-list-items.webbazarbd-inline-items .webbazarbd-icon-list-item {
    margin-right: calc(10px/2);
    margin-left: calc(10px/2)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-333cc26 .webbazarbd-icon-list-items.webbazarbd-inline-items {
    margin-right: calc(-10px/2);
    margin-left: calc(-10px/2)
}

body.rtl .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-333cc26 .webbazarbd-icon-list-items.webbazarbd-inline-items .webbazarbd-icon-list-item:after {
    left: calc(-10px/2)
}

body:not(.rtl) .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-333cc26 .webbazarbd-icon-list-items.webbazarbd-inline-items .webbazarbd-icon-list-item:after {
    right: calc(-10px/2)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-333cc26 .webbazarbd-icon-list-icon i {
    color: var(--e-global-color-text);
    transition: color .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-333cc26 .webbazarbd-icon-list-icon svg {
    fill: var(--e-global-color-text);
    transition: fill .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-333cc26 {
    --e-icon-list-icon-size: 16px;
    --icon-vertical-align: flex-start;
    --icon-vertical-offset: 5px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-333cc26 .webbazarbd-icon-list-icon {
    padding-right: 5px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-333cc26 .webbazarbd-icon-list-item>.webbazarbd-icon-list-text,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-333cc26 .webbazarbd-icon-list-item>a {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 18px;
    font-weight: 500
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-333cc26 .webbazarbd-icon-list-text {
    color: var(--e-global-color-secondary);
    transition: color .3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-60137c9 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 20px 20px;
    --background-transition: 0.3s;
    --padding-top: 100px;
    --padding-bottom: 100px;
    --padding-left: 20px;
    --padding-right: 20px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-60137c9:not(.webbazarbd-motion-effects-theme-type-background),
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-60137c9>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
    background-image: url(https://edumanbd.com/wp-content/uploads/2024/11/1x-04-4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-60137c9,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-60137c9::before {
    --border-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-6cede98 {
    --display: flex;
    --background-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-564c5b5>.webbazarbd-widget-container {
    padding: 0 0 10px 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-564c5b5 .webbazarbd-heading-title {
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 55px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dd8c630>.webbazarbd-widget-container {
    padding: 0 0 20px 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dd8c630.webbazarbd-theme {
    --align-self: flex-start
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dd8c630 .webbazarbd-heading-title {
    color: #15347a;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 700
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f886fc3>.webbazarbd-widget-container {
    margin: 0;
    padding: 0 0 30px 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f886fc3 {
    text-align: left;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a7c79b3 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 20px 20px;
    --background-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ba8c8e8 .webbazarbd-button {
    background-color: #5800c0;
    height: 50px;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    fill: var(--e-global-color-67165da);
    color: var(--e-global-color-67165da);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ba8c8e8 .webbazarbd-button:focus,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ba8c8e8 .webbazarbd-button:hover {
    background-color: #0072ed
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ba79d91 .webbazarbd-button {
    background-color: #5800c0;
    height: 50px;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    fill: var(--e-global-color-67165da);
    color: var(--e-global-color-67165da);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ba79d91 .webbazarbd-button:focus,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ba79d91 .webbazarbd-button:hover {
    background-color: #0072ed
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-548e79a {
    --display: flex;
    --background-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-aec733d {
    text-align: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-aec733d img {
    width: 64%
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e60213a .webbazarbd-button {
    background-color: #5800c0;
    height: 50px;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    fill: var(--e-global-color-67165da);
    color: var(--e-global-color-67165da);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e60213a .webbazarbd-button:focus,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e60213a .webbazarbd-button:hover {
    background-color: #0072ed
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3f525b0 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 20px 20px;
    --background-transition: 0.3s;
    --overlay-opacity: 0;
    --padding-top: 100px;
    --padding-bottom: 100px;
    --padding-left: 20px;
    --padding-right: 20px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3f525b0:not(.webbazarbd-motion-effects-theme-type-background),
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3f525b0>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
    background-image: url(https://edumanbd.com/wp-content/uploads/2024/11/Bottom-4-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3f525b0::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3f525b0>.e-con-inner>.webbazarbd-background-video-container::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3f525b0>.webbazarbd-background-video-container::before,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3f525b0>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer::before {
    background-color: var(--e-global-color-67165da);
    --background-overlay: ''
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3f525b0,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3f525b0::before {
    --border-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-24a3f81 {
    --display: flex;
    --background-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ca53390>.webbazarbd-widget-container {
    padding: 0 0 25px 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ca53390 img {
    width: 30%;
    border-radius: 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e3f5209 {
    width: 100%;
    max-width: 100%;
    text-align: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e3f5209>.webbazarbd-widget-container {
    margin: 0;
    padding: 0 0 20px 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e3f5209.webbazarbd-theme {
    --align-self: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e3f5209 .webbazarbd-heading-title {
    color: #263777;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 42px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3623c5f .webbazarbd-button {
    background-color: transparent;
    height: 50px;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    fill: var(--e-global-color-67165da);
    color: var(--e-global-color-67165da);
    background-image: linear-gradient(135deg, #4c00ba 0, #4071e8 90%);
    transition-duration: .3s;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3623c5f .webbazarbd-button:focus,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3623c5f .webbazarbd-button:hover {
    background-color: transparent;
    background-image: linear-gradient(135deg, #4071e8 0, #263777 90%)
}

.webbazarbd-widget-animated-headline .webbazarbd-headline-dynamic-wrapper path {
    stroke: var(--e-global-color-accent)
}

.webbazarbd-widget-animated-headline .webbazarbd-headline-plain-text {
    color: var(--e-global-color-secondary)
}

.webbazarbd-widget-animated-headline .webbazarbd-headline {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.webbazarbd-widget-animated-headline {
    --dynamic-text-color: var(--e-global-color-secondary)
}

.webbazarbd-widget-animated-headline .webbazarbd-headline-dynamic-text {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b52a557 {
    --iteration-count: infinite;
    --animation-duration: 1200ms
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b52a557 .webbazarbd-headline {
    text-align: center;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 400
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b52a557 .webbazarbd-headline-dynamic-text {
    font-family: "Hind Siliguri", Sans-serif;
    font-weight: 600
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-2b635b2 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --padding-top: 100px;
    --padding-bottom: 100px;
    --padding-left: 20px;
    --padding-right: 20px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7fa3343>.webbazarbd-widget-container {
    padding: 0 0 20px 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7fa3343 {
    text-align: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7fa3343 .webbazarbd-heading-title {
    color: #1b2362;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 50px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c7976fe {
    --e-image-carousel-slides-to-show: 1
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7a35f08 {
    --e-image-carousel-slides-to-show: 1
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-579fd83 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 20px 20px;
    --background-transition: 0.3s;
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 20px;
    --padding-right: 20px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-579fd83:not(.webbazarbd-motion-effects-theme-type-background),
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-579fd83>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
    background-image: url(https://edumanbd.com/wp-content/uploads/2024/11/bottom-01-2-scaled.jpg)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-579fd83,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-579fd83::before {
    --border-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e6a120b {
    --display: flex;
    --justify-content: center;
    --background-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-0d1ec0c.webbazarbd-theme {
    --align-self: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-0d1ec0c {
    color: #15347a;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: 600
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f823e0f {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --justify-content: center;
    --gap: 20px 20px;
    --background-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-2b4d866 .webbazarbd-button {
    background-color: #5800c0;
    height: 50px;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    fill: var(--e-global-color-67165da);
    color: var(--e-global-color-67165da)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-2b4d866 .webbazarbd-button:focus,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-2b4d866 .webbazarbd-button:hover {
    background-color: #0072ed;
    color: #fff
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-2b4d866.webbazarbd-theme {
    --align-self: center
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-2b4d866 .webbazarbd-button:focus svg,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-2b4d866 .webbazarbd-button:hover svg {
    fill: #fff
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b57e20e {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 30px 30px;
    --background-transition: 0.3s;
    --padding-top: 70px;
    --padding-bottom: 70px;
    --padding-left: 20px;
    --padding-right: 20px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-809e562 {
    --display: flex;
    --background-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-931347d .webbazarbd-wrapper {
    --video-aspect-ratio: 1.33333
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-811d7a0 {
    width: 100%;
    max-width: 100%;
    text-align: right
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-811d7a0.webbazarbd-theme {
    --align-self: flex-end
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-811d7a0 .webbazarbd-heading-title {
    color: #15347a;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-752959d {
    --display: flex;
    --background-transition: 0.3s
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1ad2759 {
    width: 100%;
    max-width: 100%;
    text-align: right
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1ad2759.webbazarbd-theme {
    --align-self: flex-end
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1ad2759 .webbazarbd-heading-title {
    color: #15347a;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d920164>.webbazarbd-widget-container {
    padding: 0 0 20px 0
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d920164 {
    text-align: right;
    color: #15347a;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-4792472 {
    width: 100%;
    max-width: 100%;
    text-align: right
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-4792472 .webbazarbd-heading-title {
    color: #5800c0;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 50px
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-5cf79f6 .webbazarbd-button {
    background-color: transparent;
    height: 50px;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    fill: var(--e-global-color-67165da);
    color: var(--e-global-color-67165da);
    background-image: linear-gradient(135deg, #5800c0 0, #0072ed 90%);
    transition-duration: .3s;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-5cf79f6 .webbazarbd-button:focus,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-5cf79f6 .webbazarbd-button:hover {
    background-color: transparent;
    background-image: linear-gradient(135deg, #0072ed 0, #15347a 90%)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-99a3f96 .webbazarbd-button {
    background-color: transparent;
    height: 50px;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: inline-flex;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    fill: var(--e-global-color-67165da);
    color: var(--e-global-color-67165da);
    background-image: linear-gradient(135deg, #5800c0 0, #0072ed 90%);
    transition-duration: .3s;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-99a3f96 .webbazarbd-button:focus,
.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-99a3f96 .webbazarbd-button:hover {
    background-color: transparent;
    background-image: linear-gradient(135deg, #0072ed 0, #15347a 90%)
}

@media (max-width:1024px) {
    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e07e719 {
        --padding-top: 50px;
        --padding-bottom: 50px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-825a0d9 img {
        width: 300px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d5746a6 {
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100%);
        max-width: 100%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d5746a6 .webbazarbd-heading-title {
        font-size: 35px;
        line-height: 45px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-fb41f66 {
        --grid-auto-flow: row
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f8860e3 .webbazarbd-heading-title {
        font-size: 35px;
        line-height: 40px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ff18728 {
        --flex-wrap: wrap
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a5dacdd {
        --e-image-carousel-slides-to-show: 4
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-48e15d0 .ha-gradient-heading {
        font-size: 30px;
        line-height: 40px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1870c0c:not(.webbazarbd-motion-effects-theme-type-background),
    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1870c0c>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
        background-position: 0 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1870c0c {
        --padding-top: 50px;
        --padding-bottom: 50px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-0a105ef {
        --justify-content: center
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8621afc {
        --container-widget-width: 45%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 45%);
        max-width: 45%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b4312c0 {
        --container-widget-width: 45%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 45%);
        max-width: 45%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1645149 {
        --container-widget-width: 45%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 45%);
        max-width: 45%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dbb86b2 {
        --container-widget-width: 45%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 45%);
        max-width: 45%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8fae157 {
        --container-widget-width: 45%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 45%);
        max-width: 45%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cf00821 {
        --container-widget-width: 45%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 45%);
        max-width: 45%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c478c53:not(.webbazarbd-motion-effects-theme-type-background),
    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c478c53>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
        background-position: 0 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c478c53 {
        --padding-top: 50px;
        --padding-bottom: 50px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-44c5f9e .webbazarbd-heading-title {
        font-size: 35px;
        line-height: 40px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-721a2eb {
        --grid-auto-flow: row
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-059632d {
        --padding-top: 50px;
        --padding-bottom: 50px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c0815e2 .webbazarbd-heading-title {
        font-size: 35px;
        line-height: 40px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-9a9252d {
        --flex-direction: row;
        --container-widget-width: initial;
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --flex-wrap-mobile: wrap;
        --flex-wrap: wrap
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3ebf8bf {
        --margin-top: 10px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-60137c9 {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
        --padding-top: 50px;
        --padding-bottom: 50px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3f525b0 {
        --flex-direction: row;
        --container-widget-width: initial;
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --flex-wrap-mobile: wrap;
        --padding-top: 50px;
        --padding-bottom: 50px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-24a3f81 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e3f5209>.webbazarbd-widget-container {
        margin: 0;
        padding: 0 0 20px 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e3f5209 .webbazarbd-heading-title {
        font-size: 25px;
        line-height: 35px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-2b635b2 {
        --padding-top: 50px;
        --padding-bottom: 50px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7fa3343 .webbazarbd-heading-title {
        font-size: 35px;
        line-height: 40px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-579fd83 {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-0d1ec0c {
        text-align: center
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b57e20e {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
        --padding-top: 50px;
        --padding-bottom: 50px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-809e562 {
        --flex-direction: column-reverse;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-811d7a0>.webbazarbd-widget-container {
        padding: 0 0 30px 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-811d7a0 {
        text-align: center
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1ad2759 {
        text-align: center
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d920164>.webbazarbd-widget-container {
        padding: 20px 0 20px 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d920164 {
        text-align: center
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-4792472>.webbazarbd-widget-container {
        padding: 0 0 20px 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-4792472 {
        text-align: center
    }
}

@media (max-width:767px) {
    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e07e719 {
        --padding-top: 35px;
        --padding-bottom: 35px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d5746a6>.webbazarbd-widget-container {
        padding: 35px 0 25px 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-fb41f66 {
        --e-con-grid-template-columns: repeat(1, 1fr);
        --gap: 20px 20px;
        --grid-auto-flow: row
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-81b2025 {
        --gap: 20px 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3973654 img {
        width: 150px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f9b02be img {
        width: 180px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ff18728 {
        --padding-top: 35px;
        --padding-bottom: 35px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-afd5793 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-da0c11e {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-98346c4 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-bc8b8ea {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a5dacdd {
        --e-image-carousel-slides-to-show: 2
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8301f1a {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-0cef73a .webbazarbd-custom-embed-play i {
        font-size: 40px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-0cef73a .webbazarbd-custom-embed-play svg {
        width: 40px;
        height: 40px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ecb1a40 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-92aa7bb .webbazarbd-custom-embed-play i {
        font-size: 40px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-92aa7bb .webbazarbd-custom-embed-play svg {
        width: 40px;
        height: 40px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1870c0c:not(.webbazarbd-motion-effects-theme-type-background),
    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1870c0c>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
        background-position: 0 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1870c0c {
        --padding-top: 35px;
        --padding-bottom: 35px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d1c723d>.webbazarbd-widget-container {
        padding: 0 0 20px 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-9288259 {
        --gap: 10px 10px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8621afc {
        --container-widget-width: 48%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 48%);
        max-width: 48%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8621afc .webbazarbd-image-box-img {
        margin-bottom: 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b4312c0 {
        --container-widget-width: 48%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 48%);
        max-width: 48%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b4312c0 .webbazarbd-image-box-img {
        margin-bottom: 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1645149 {
        --container-widget-width: 48%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 48%);
        max-width: 48%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1645149 .webbazarbd-image-box-img {
        margin-bottom: 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dbb86b2 {
        --container-widget-width: 48%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 48%);
        max-width: 48%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dbb86b2 .webbazarbd-image-box-img {
        margin-bottom: 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8fae157 {
        --container-widget-width: 48%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 48%);
        max-width: 48%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8fae157 .webbazarbd-image-box-img {
        margin-bottom: 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cf00821 {
        --container-widget-width: 48%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 48%);
        max-width: 48%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cf00821 .webbazarbd-image-box-img {
        margin-bottom: 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c478c53:not(.webbazarbd-motion-effects-theme-type-background),
    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c478c53>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
        background-image: url(https://edumanbd.com/wp-content/uploads/2024/11/1x-06-mobile-07-scaled.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c478c53 {
        --padding-top: 35px;
        --padding-bottom: 35px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-44c5f9e>.webbazarbd-widget-container {
        margin: 0 0 12px 00px;
        padding: 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-44c5f9e .webbazarbd-heading-title {
        font-size: 25px;
        line-height: 35px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-721a2eb {
        --e-con-grid-template-columns: repeat(1, 1fr);
        --grid-auto-flow: row
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d065ad8 .webbazarbd-image-box-img {
        margin-bottom: 15px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f46ab36 .webbazarbd-image-box-img {
        margin-bottom: 15px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7e3bf5f .webbazarbd-image-box-img {
        margin-bottom: 15px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1221bae .webbazarbd-image-box-img {
        margin-bottom: 15px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-37d7e52 .webbazarbd-image-box-img {
        margin-bottom: 15px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ff9a6ec .webbazarbd-image-box-img {
        margin-bottom: 15px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d48d925 .webbazarbd-image-box-img {
        margin-bottom: 15px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dfc3960 .webbazarbd-image-box-img {
        margin-bottom: 15px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-66e0628 .webbazarbd-image-box-img {
        margin-bottom: 15px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-82226fc .webbazarbd-image-box-img {
        margin-bottom: 15px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-fea25f6 .webbazarbd-image-box-img {
        margin-bottom: 15px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a1bc797 .webbazarbd-image-box-img {
        margin-bottom: 15px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d42e74e {
        --padding-top: 35px;
        --padding-bottom: 35px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d58ce70>.webbazarbd-widget-container {
        margin: 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-d58ce70.webbazarbd-theme {
        --align-self: center
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-059632d {
        --padding-top: 35px;
        --padding-bottom: 35px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c0815e2>.webbazarbd-widget-container {
        padding: 0 0 10px 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-c0815e2 .webbazarbd-heading-title {
        font-size: 25px;
        line-height: 35px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-04db9bc {
        font-size: 25px;
        line-height: 35px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-966cf5e {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ef42d83 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cd9c7c0 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3ebf8bf {
        --margin-top: 0px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-60137c9 {
        --padding-top: 35px;
        --padding-bottom: 35px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-564c5b5 .webbazarbd-heading-title {
        font-size: 35px;
        line-height: 40px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-dd8c630 .webbazarbd-heading-title {
        line-height: 35px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f886fc3>.webbazarbd-widget-container {
        padding: 0 0 20px 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-a7c79b3 {
        --justify-content: center
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-aec733d img {
        width: 75%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e60213a>.webbazarbd-widget-container {
        margin: 20px 0 0 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e60213a.webbazarbd-theme {
        --align-self: center
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3f525b0 {
        --padding-top: 35px;
        --padding-bottom: 35px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ca53390 img {
        width: 55%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-2b635b2 {
        --padding-top: 35px;
        --padding-bottom: 35px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-7fa3343 .webbazarbd-heading-title {
        font-size: 25px;
        line-height: 35px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-579fd83 {
        --padding-top: 35px;
        --padding-bottom: 35px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-0d1ec0c {
        font-size: 25px;
        line-height: 35px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-b57e20e {
        --padding-top: 35px;
        --padding-bottom: 35px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-811d7a0>.webbazarbd-widget-container {
        padding: 0 0 10px 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-811d7a0 .webbazarbd-heading-title {
        font-size: 25px;
        line-height: 35px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1ad2759>.webbazarbd-widget-container {
        padding: 0 0 10px 0
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-1ad2759 .webbazarbd-heading-title {
        font-size: 25px;
        line-height: 35px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-4792472 .webbazarbd-heading-title {
        font-size: 25px;
        line-height: 35px
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-99a3f96 .webbazarbd-button {
        line-height: 1em
    }
}

@media (min-width:768px) {
    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-fb41f66 {
        --width: 50%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-961ac3c {
        --width: 100%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-0a105ef {
        --width: 45%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cec5a52 {
        --width: 55%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e6a120b {
        --width: 60%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f823e0f {
        --width: 40%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-809e562 {
        --width: 40%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-752959d {
        --width: 60%
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-fb41f66 {
        --width: 100%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-afd5793 {
        --width: 48%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-da0c11e {
        --width: 48%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-98346c4 {
        --width: 48%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-bc8b8ea {
        --width: 48%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-966cf5e {
        --width: 48%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-ef42d83 {
        --width: 48%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-cd9c7c0 {
        --width: 48%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-3ebf8bf {
        --width: 48%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-e6a120b {
        --width: 100%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-f823e0f {
        --width: 100%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-809e562 {
        --width: 100%
    }

    .webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-752959d {
        --width: 100%
    }
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-786fd06 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --padding-top: 10px;
    --padding-bottom: 10px;
    --padding-left: 10px;
    --padding-right: 10px
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-786fd06:not(.webbazarbd-motion-effects-theme-type-background),
.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-786fd06>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
    background-color: #0072ed
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-786fd06,
.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-786fd06::before {
    --border-transition: 0.3s
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-b2202b7 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s
}

.webbazarbd-widget-icon-list .webbazarbd-icon-list-item:not(:last-child):after {
    border-color: var(--e-global-color-text)
}

.webbazarbd-widget-icon-list .webbazarbd-icon-list-icon i {
    color: var(--e-global-color-primary)
}

.webbazarbd-widget-icon-list .webbazarbd-icon-list-icon svg {
    fill: var(--e-global-color-primary)
}

.webbazarbd-widget-icon-list .webbazarbd-icon-list-item>.webbazarbd-icon-list-text,
.webbazarbd-widget-icon-list .webbazarbd-icon-list-item>a {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.webbazarbd-widget-icon-list .webbazarbd-icon-list-text {
    color: var(--e-global-color-secondary)
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-cf2dbd2 .webbazarbd-icon-list-icon i {
    color: var(--e-global-color-67165da);
    transition: color .3s
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-cf2dbd2 .webbazarbd-icon-list-icon svg {
    fill: var(--e-global-color-67165da);
    transition: fill .3s
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-cf2dbd2 {
    --e-icon-list-icon-size: 14px;
    --icon-vertical-offset: 0px
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-cf2dbd2 .webbazarbd-icon-list-item>.webbazarbd-icon-list-text,
.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-cf2dbd2 .webbazarbd-icon-list-item>a {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-cf2dbd2 .webbazarbd-icon-list-text {
    color: #ffffff;
    transition: color .3s
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-cf2dbd2 .webbazarbd-icon-list-item:hover .webbazarbd-icon-list-text {
    color: var(--e-global-color-accent);
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-faea5e6 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-1c3f661 {
    --grid-template-columns: repeat(0, auto);
    --icon-size: 20px;
    --grid-column-gap: 15px;
    --grid-row-gap: 0px
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-1c3f661 .webbazarbd-widget-container {
    text-align: right
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-1c3f661 .webbazarbd-social-icon {
    background-color: #0072ed;
    --icon-padding: 0em
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-1c3f661 .webbazarbd-social-icon i {
    color: var(--e-global-color-67165da)
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-1c3f661 .webbazarbd-social-icon svg {
    fill: var(--e-global-color-67165da)
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-1c3f661 .webbazarbd-social-icon:hover i {
    color: var(--e-global-color-accent)
}

.webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-1c3f661 .webbazarbd-social-icon:hover svg {
    fill: var(--e-global-color-accent)
}

.webbazarbd-location-footer:before,
.webbazarbd-location-header:before {
    content: "";
    display: table;
    clear: both
}

@media (min-width:768px) {
    .webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-b2202b7 {
        --width: 50%
    }

    .webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-faea5e6 {
        --width: 50%
    }
}

@media (max-width:767px) {
    .webbazarbd-15 .webbazarbd-theme.webbazarbd-theme-786fd06 {
        --flex-wrap: nowrap
    }
}

@font-face {
    font-family: "Happy Icons";
    src: url(https://edumanbd.com/wp-content/plugins/happy-webbazarbd-addons/assets/fonts/https://edumanbd.com/wp-content/plugins/happy-webbazarbd-addons/assets/fonts/happy-icons.woff2) format("woff2"), url(happy-icons.woff) format("woff"), url(https://edumanbd.com/wp-content/plugins/happy-webbazarbd-addons/assets/fonts/happy-icons.svg#happy-icons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.hm {
    font-family: "Happy Icons" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hm-3d-rotate:before {
    content: "\e900"
}

.hm-android:before {
    content: "\e908"
}

.hm-apple:before {
    content: "\e90d"
}

.hm-arrow-left:before {
    content: "\e90e"
}

.hm-arrow-right:before {
    content: "\e90f"
}

.hm-arrow-zoom-out:before {
    content: "\e910"
}

.hm-arrow-left1:before {
    content: "\e913"
}

.hm-arrow-right1:before {
    content: "\e914"
}

.hm-body:before {
    content: "\e925"
}

.hm-bug:before {
    content: "\e930"
}

.hm-clip:before {
    content: "\e94c"
}

.hm-code-browser:before {
    content: "\e950"
}

.hm-code:before {
    content: "\e952"
}

.hm-direction-right:before {
    content: "\e967"
}

.hm-Download-circle:before {
    content: "\e96d"
}

.hm-download:before {
    content: "\e96e"
}

.hm-facebook:before {
    content: "\e97e"
}

.hm-file-rotate:before {
    content: "\e982"
}

.hm-file:before {
    content: "\e983"
}

.hm-files:before {
    content: "\e984"
}

.hm-flag:before {
    content: "\e98a"
}

.hm-footer:before {
    content: "\e990"
}

.hm-form:before {
    content: "\e991"
}

.hm-google:before {
    content: "\e99e"
}

.hm-grid:before {
    content: "\e9a6"
}

.hm-group:before {
    content: "\e9a7"
}

.hm-header:before {
    content: "\e9ab"
}

.hm-home:before {
    content: "\e9b1"
}

.hm-icon-box:before {
    content: "\e9b5"
}

.hm-image:before {
    content: "\e9b9"
}

.hm-language-change:before {
    content: "\e9c1"
}

.hm-laptop:before {
    content: "\e9c2"
}

.hm-layer:before {
    content: "\e9c3"
}

.hm-link:before {
    content: "\e9c7"
}

.hm-linkedin:before {
    content: "\e9c8"
}

.hm-list-2:before {
    content: "\e9ca"
}

.hm-list-group:before {
    content: "\e9cb"
}

.hm-list:before {
    content: "\e9cc"
}

.hm-location-pointer:before {
    content: "\e9cd"
}

.hm-logo-carousel:before {
    content: "\e9cf"
}

.hm-logo-grid:before {
    content: "\e9d0"
}

.hm-menu-price:before {
    content: "\e9dc"
}

.hm-mobile:before {
    content: "\e9e0"
}

.hm-mouse:before {
    content: "\e9e4"
}

.hm-pause:before {
    content: "\e9f0"
}

.hm-phone:before {
    content: "\e9f8"
}

.hm-pin:before {
    content: "\e9fc"
}

.hm-play-end:before {
    content: "\e9fe"
}

.hm-play-next:before {
    content: "\e9ff"
}

.hm-play-previous:before {
    content: "\ea00"
}

.hm-play-start:before {
    content: "\ea01"
}

.hm-play-button:before {
    content: "\ea02"
}

.hm-play:before {
    content: "\ea04"
}

.hm-popup:before {
    content: "\ea0a"
}

.hm-progress-bar:before {
    content: "\ea0d"
}

.hm-responsive-device:before {
    content: "\ea1b"
}

.hm-rocket1:before {
    content: "\ea1d"
}

.hm-rocket2:before {
    content: "\ea1e"
}

.hm-rss:before {
    content: "\ea1f"
}

.hm-scale:before {
    content: "\ea23"
}

.hm-screen:before {
    content: "\ea26"
}

.hm-search:before {
    content: "\ea27"
}

.hm-server:before {
    content: "\ea2a"
}

.hm-share:before {
    content: "\ea2b"
}

.hm-steps:before {
    content: "\ea4f"
}

.hm-tab:before {
    content: "\ea53"
}

.hm-tablet:before {
    content: "\ea55"
}

.hm-tag:before {
    content: "\ea56"
}

.hm-target-arrow:before {
    content: "\ea57"
}

.hm-target:before {
    content: "\ea58"
}

.hm-target1:before {
    content: "\ea59"
}

.hm-text-animation:before {
    content: "\ea60"
}

.hm-twitter:before {
    content: "\ea6c"
}

.hm-upload:before {
    content: "\ea71"
}

.hm-youtube:before {
    content: "\ea8e"
}

.hm-add-section:before {
    content: "\ea90"
}

.hm-advanced-heading:before {
    content: "\ea91"
}

.hm-arrow2:before {
    content: "\ea93"
}

.hm-carousel:before {
    content: "\ea99"
}

.hm-code-page:before {
    content: "\ea9a"
}

.hm-comment-circle:before {
    content: "\ea9b"
}

.hm-comment-square:before {
    content: "\ea9c"
}

.hm-cursor:before {
    content: "\ea9e"
}

.hm-heading-h:before {
    content: "\eaac"
}

.hm-heading-html:before {
    content: "\eaad"
}

.hm-home2:before {
    content: "\eaaf"
}

.hm-navigation1:before {
    content: "\eab9"
}

.hm-navigation2:before {
    content: "\eaba"
}

.hm-scrolling-image:before {
    content: "\eac4"
}

.hm-target2:before {
    content: "\eacc"
}

.hm-happyaddons:before {
    content: "\ead0"
}

.hm-data-table:before {
    content: "\ead6"
}

.hm-dollar-box:before {
    content: "\ead9"
}

.hm-facebook-feed:before {
    content: "\eadb"
}

.hm-header-footer:before {
    content: "\eadc"
}

.hm-motion-button:before {
    content: "\eae5"
}

.hm-post-grid:before {
    content: "\eae8"
}

.hm-post-list:before {
    content: "\eae9"
}

.hm-post-tab:before {
    content: "\eaea"
}

.hm-section-link:before {
    content: "\eaed"
}

.hm-twitter-feed:before {
    content: "\eaf2"
}

.hm-grid-layout:before {
    content: "\eaf3"
}

.hm-edit-menu:before {
    content: "\eafd"
}

.hm-filter:before {
    content: "\eb00"
}

.hm-grid-filter:before {
    content: "\eb02"
}

.hm-home3:before {
    content: "\eb03"
}

.hm-image-scroll:before {
    content: "\eb05"
}

.hm-popup1:before {
    content: "\eb08"
}

.hm-post-list:before {
    content: "\eb09"
}

.hm-Product-Carousel:before {
    content: "\eb0a"
}

.hm-product-filter:before {
    content: "\eb0b"
}

.hm-Product-Grid:before {
    content: "\eb0d"
}

.hm-product-list-single:before {
    content: "\eb0f"
}

.hm-product-table:before {
    content: "\eb11"
}

.hm-mouse-scroll-h:before {
    content: "\eb20"
}

.hm-mouse-scroll-v:before {
    content: "\eb21"
}

.hm-text-outline:before {
    content: "\eb25"
}

.hm-cursor-hover-click:before {
    content: "\eb2d"
}

.hm-switcher:before {
    content: "\eb36"
}

.hm-fixed-size-button:before {
    content: "\eb3d"
}

.hm-full-page-scroll:before {
    content: "\eb3e"
}

.hm-multi-page-scroll:before {
    content: "\eb3f"
}

.hm-flag2:before {
    content: "\eb40"
}

.hm-advanced-data-table:before {
    content: "\eb41"
}

.hm-add-group:before {
    content: "\eb42"
}

.hm-animated-link:before {
    content: "\eb46"
}

.hm-file2:before {
    content: "\eb62"
}

.hm-grid-link:before {
    content: "\eb64"
}

.hm-image-swap:before {
    content: "\eb67"
}

.hm-link-box:before {
    content: "\eb68"
}

.hm-pdf1:before {
    content: "\eb6a"
}

.hm-pdf2:before {
    content: "\eb6b"
}

.hm-scroll-top:before {
    content: "\eb6f"
}

.hm-sub-list:before {
    content: "\eb72"
}

.hm-swap-left:before {
    content: "\eb73"
}

.hm-reading-progress-bar:before {
    content: "\eb89"
}

.hm-product-title:before {
    content: "\eb91"
}

.hm-product-price:before {
    content: "\eb94"
}

.hm-product-meta:before {
    content: "\eb95"
}

.hm-product-image:before {
    content: "\eb96"
}

.hm-product-grid:before {
    content: "\eb97"
}

.hm-product-description:before {
    content: "\eb98"
}

.hm-media-all:before {
    content: "\eb9a"
}

.hm-lightbox:before {
    content: "\eb9c"
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(https://edumanbd.com/wp-content/plugins/webbazarbd/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-search:before {
    content: "\f002"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-download:before {
    content: "\f019"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before {
    content: "\f01e"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-flag:before {
    content: "\f024"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-print:before {
    content: "\f02f"
}

.fa-font:before {
    content: "\f031"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-image:before {
    content: "\f03e"
}

.fa-edit:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-share:before {
    content: "\f064"
}

.fa-comment:before {
    content: "\f075"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-comments:before {
    content: "\f086"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-upload:before {
    content: "\f093"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-group:before {
    content: "\f0c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-files-o:before {
    content: "\f0c5"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before {
    content: "\f0e2"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-code:before {
    content: "\f121"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-apple:before {
    content: "\f179"
}

.fa-android:before {
    content: "\f17b"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-try:before {
    content: "\f195"
}

.fa-bank:before {
    content: "\f19c"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-s15:before {
    content: "\f2cd"
}

.fa-window-close:before {
    content: "\f2d3"
}

.fa-window-close-o:before {
    content: "\f2d4"
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-6cb15e4 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 20px 20px;
    --background-transition: 0.3s;
    --padding-top: 100px;
    --padding-bottom: 50px;
    --padding-left: 20px;
    --padding-right: 20px
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-6cb15e4:not(.webbazarbd-motion-effects-theme-type-background),
.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-6cb15e4>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
    background-color: #fff
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-6cb15e4,
.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-6cb15e4::before {
    --border-transition: 0.3s
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-60f744a {
    --display: flex;
    --gap: 0px 0px;
    --background-transition: 0.3s
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-dca1dbd>.webbazarbd-widget-container {
    padding: 0 0 20px 0
}

.webbazarbd-widget-heading .webbazarbd-heading-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-d0776d0 .webbazarbd-heading-title {
    color: var(--e-global-color-text)
}

.webbazarbd-widget-text-editor {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-5918b47>.webbazarbd-widget-container {
    padding: 0 0 20px 0
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-8d37b80 {
    --display: flex;
    --background-transition: 0.3s
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-1253961 .webbazarbd-heading-title {
    color: var(--e-global-color-text)
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-858dfad>.webbazarbd-widget-container {
    padding: 0 0 20px 0
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-858dfad {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 16px;
    font-weight: 400
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-8885438 iframe {
    height: 180px
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-846f96e {
    --display: flex;
    --background-transition: 0.3s
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-ed0bc05 .webbazarbd-heading-title {
    color: var(--e-global-color-text)
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-0563c66>.webbazarbd-widget-container {
    padding: 0 0 20px 0
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-0563c66 {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 16px;
    font-weight: 400
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-8e479f6 .webbazarbd-heading-title {
    color: var(--e-global-color-text)
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-0b576ee>.webbazarbd-widget-container {
    padding: 0 0 20px 0
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-0b576ee {
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 16px;
    font-weight: 400
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-61260e5 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-c56c0fc {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --background-transition: 0.3s;
    --padding-top: 15px;
    --padding-bottom: 15px;
    --padding-left: 20px;
    --padding-right: 20px
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-c56c0fc:not(.webbazarbd-motion-effects-theme-type-background),
.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-c56c0fc>.webbazarbd-motion-effects-container>.webbazarbd-motion-effects-layer {
    background-color: var(--e-global-color-primary)
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-c56c0fc,
.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-c56c0fc::before {
    --border-transition: 0.3s
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-66175a9 {
    text-align: center
}

.webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-66175a9 .webbazarbd-heading-title {
    color: var(--e-global-color-67165da);
    font-family: "Noto Sans Bengali", Sans-serif;
    font-size: 16px;
    font-weight: 400
}

.webbazarbd-location-footer:before,
.webbazarbd-location-header:before {
    content: "";
    display: table;
    clear: both
}

@media (min-width:768px) {
    .webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-60f744a {
        --width: 32%;
    }

    .webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-8d37b80 {
        --width: 14%;
    }

    .webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-846f96e {
        --width: 85%;
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-60f744a {
        --width: 100%
    }

    .webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-8d37b80 {
        --width: 48%
    }

    .webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-846f96e {
        --width: 48%
    }
}

@media (max-width:1024px) {
    .webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-6cb15e4 {
        --flex-wrap: wrap;
        --padding-top: 50px;
        --padding-bottom: 50px;
        --padding-left: 20px;
        --padding-right: 20px
    }

    .webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-60f744a {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap
    }
}

@media (max-width:767px) {
    .webbazarbd-156 .webbazarbd-theme.webbazarbd-theme-0b576ee>.webbazarbd-widget-container {
        padding: 0
    }
}

.mf-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 250;
    direction: ltr;
    contain: layout style size;
    pointer-events: none;
    transition: opacity .3s, color .4s
}

.mf-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    transform: scale(.2);
    background: currentColor;
    border-radius: 50%;
    transition: transform .25s ease-in-out, opacity .1s
}

@supports (mix-blend-mode:exclusion) {
    .mf-cursor.-exclusion {
        mix-blend-mode: exclusion
    }

    .mf-cursor.-exclusion:before {
        background: #fff
    }
}

.mf-cursor.-pointer:before {
    transform: scale(.15)
}

.mf-cursor.-text:before {
    opacity: .85;
    transform: scale(1.7)
}

.mf-cursor.-text.-active:before {
    transform: scale(1.6);
    transition-duration: .2s
}

.mf-cursor.-icon:before {
    transform: scale(1.5)
}

.mf-cursor.-icon.-active:before {
    transform: scale(1.4)
}

.mf-cursor.-hidden:before {
    transform: scale(0)
}

.mf-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    transition: opacity .4s, transform .3s
}

.mf-cursor.-icon .mf-cursor-text,
.mf-cursor.-text .mf-cursor-text {
    opacity: 1;
    transform: scale(1)
}

.mf-cursor-media {
    position: absolute;
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px
}

.mf-cursor-media img,
.mf-cursor-media video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

@supports (object-fit:cover) {

    .mf-cursor-media img,
    .mf-cursor-media video {
        position: static;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translateZ(0)
    }
}

.mf-cursor-media-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: scale(0) translateZ(0);
    padding: 1px;
    opacity: 0;
    border-radius: 50%;
    transition: transform .35s, opacity .2s .2s
}

.mf-cursor.-media .mf-cursor-media-box {
    opacity: 1;
    transform: scale(.696);
    transition-duration: .4s, .4s;
    transition-delay: 0s, 0s
}

@-webkit-keyframes hacmcfadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: .2
    }

    40% {
        opacity: .4
    }

    60% {
        opacity: .6
    }

    80% {
        opacity: .8
    }

    to {
        opacity: 1
    }
}

@keyframes hacmcfadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: .2
    }

    40% {
        opacity: .4
    }

    60% {
        opacity: .6
    }

    80% {
        opacity: .8
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes hacmcfadeOut {
    0% {
        opacity: 1
    }

    20% {
        opacity: .8
    }

    40% {
        opacity: .6
    }

    60% {
        opacity: .4
    }

    80% {
        opacity: .2
    }

    to {
        opacity: 0
    }
}

@keyframes hacmcfadeOut {
    0% {
        opacity: 1
    }

    20% {
        opacity: .8
    }

    40% {
        opacity: .6
    }

    60% {
        opacity: .4
    }

    80% {
        opacity: .2
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes haImageRotationClockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes haImageRotationClockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes haImageRotationAntiClockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes haImageRotationAntiClockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.ha-cursor {
    z-index: 99999;
    border-radius: 50%;
    background: #000;
    -webkit-transition: unset;
    transition: unset
}

.ha-cursor:before {
    top: -50%;
    left: -50%;
    width: 80px;
    height: 80px;
    background: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(-50%, -50%) scale(.6);
    -ms-transform: translate(-50%, -50%) scale(.6);
    transform: translate(-50%, -50%) scale(.6)
}

.ha-cursor.-text:before {
    opacity: unset;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.ha-cursor .ha-cursor-text {
    top: unset;
    left: unset;
    width: 80px;
    height: 80px
}

.ha-cursor .mf-cursor-media-box {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -ms-flex-align: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-transition: all .3s;
    transition: all .3s
}

.mf-cursor-inner,
.mf-cursor-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.mf-cursor-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mf-cursor-media {
    margin: unset
}

.ha-cursor.-media:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ha-cursor.-media .mf-cursor-media-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.ha-cursor .ha-cursor-inner .ha-cursor-media {
    -webkit-transition: all .3s;
    transition: all .3s
}

.ha-cursor.ha-init-hide:before {
    opacity: 0;
    -webkit-animation: hacmcfadeOut .3s forwards;
    animation: hacmcfadeOut .3s forwards
}

.ha-cursor.ha-init-hide.ha-media:before,
.ha-cursor.ha-init-hide.ha-text:before {
    display: block;
    -webkit-animation: hacmcfadeIn .3s forwards;
    animation: hacmcfadeIn .3s forwards
}

body.hm-init-default-cursor-none,
body.hm-init-default-cursor-none a {
    cursor: none !important
}

@import url(//fonts.googleapis.com/css?family=Montserrat:100);

@keyframes rotate-forever {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spinner-loader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.pum-container,
.pum-content,
.pum-content+.pum-close,
.pum-content+.pum-close:active,
.pum-content+.pum-close:focus,
.pum-content+.pum-close:hover,
.pum-overlay,
.pum-title {
    background: 0 0;
    border: none;
    bottom: auto;
    clear: none;
    cursor: default;
    float: none;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-weight: 400;
    height: auto;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    overflow: visible;
    position: static;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    top: auto;
    visibility: visible;
    white-space: normal;
    width: auto;
    z-index: auto
}

.pum-container .pum-content+.pum-close>span,
.pum-content,
.pum-title {
    position: relative;
    z-index: 1
}

.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    position: fixed
}

.pum-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999999999;
    overflow: initial;
    display: none;
    transition: .15s ease-in-out
}

.pum-overlay,
.pum-overlay *,
.pum-overlay :after,
.pum-overlay :before,
.pum-overlay:after,
.pum-overlay:before {
    box-sizing: border-box
}

.pum-container {
    top: 100px;
    position: absolute;
    margin-bottom: 3em;
    z-index: 1999999999
}

.pum-container.pum-responsive {
    left: 50%;
    margin-left: -47.5%;
    width: 95%;
    height: auto;
    overflow: visible
}

.pum-container.pum-responsive img {
    max-width: 100%;
    height: auto
}

@media only screen and (min-width:1024px) {
    .pum-container.pum-responsive.pum-responsive-small {
        margin-left: -20%;
        width: 40%
    }

    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -30%;
        width: 60%
    }

    .pum-container.pum-responsive.pum-responsive-normal {
        margin-left: -30%;
        width: 70%
    }

    .pum-container.pum-responsive.pum-responsive-large {
        margin-left: -35%;
        width: 80%
    }

    .pum-container.pum-responsive.pum-position-fixed {
        position: fixed
    }
}

@media only screen and (max-width:1024px) {
    .pum-container.pum-responsive.pum-position-fixed {
        position: absolute
    }
}

.pum-container.custom-position {
    left: auto;
    top: auto;
    margin-left: inherit
}

.pum-container .pum-title {
    margin-bottom: .5em
}

.pum-container .pum-content>:last-child,
.pum-form__message:last-child {
    margin-bottom: 0
}

.pum-container .pum-content:focus {
    outline: 0
}

.pum-container .pum-content>:first-child {
    margin-top: 0
}

.pum-container .pum-content+.pum-close {
    text-decoration: none;
    text-align: center;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    min-width: 1em;
    z-index: 2;
    background-color: transparent
}

.pum-container.pum-scrollable .pum-content {
    overflow: auto;
    overflow-y: scroll;
    max-height: 95%
}

.pum-overlay.pum-overlay-disabled {
    visibility: hidden
}

.pum-overlay.pum-overlay-disabled::-webkit-scrollbar {
    display: block
}

.pum-overlay.pum-overlay-disabled .pum-container {
    visibility: visible
}

.popmake-close,
.pum-overlay.pum-click-to-close {
    cursor: pointer
}

html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: hidden
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 15px
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active {
    position: static;
    height: auto;
    width: auto
}

.pum-form {
    margin: 0 auto 16px
}

.pum-form__field {
    margin-bottom: 1em
}

.pum-form__field label {
    font-weight: 700
}

.pum-form__field input[type=date],
.pum-form__field select {
    margin: 0 auto;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding: 3px;
    vertical-align: middle
}

.pum-form__field select {
    padding: 5px 3px
}

.pum-form__loader {
    font-size: 2em;
    animation-duration: .75s;
    animation-iteration-count: infinite;
    animation-name: rotate-forever;
    animation-timing-function: linear;
    height: .75em;
    width: .75em;
    border: .25em solid rgba(0, 0, 0, .5);
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block
}

.pum-form__submit {
    position: relative
}

.pum-form__submit .pum-form__loader {
    margin-left: .5em;
    border: .25em solid rgba(255, 255, 255, .5);
    border-right-color: transparent
}

.pum-form__message {
    margin-bottom: .5em
}

.pum-form__message--error {
    color: red !important;
    border-color: red
}

.pum-form--loading,
.pum-sub-form .pum-sub-form-loading {
    opacity: .5
}

.pum-form--layout-inline .pum-form__field {
    display: inline-block
}

.pum-form--layout-block .pum-form__field,
.pum-form--layout-block button,
.pum-form--layout-block div,
.pum-form--layout-block input {
    display: block;
    width: 100%
}

.pum-form--style-default label {
    font-size: 14px;
    font-weight: 700
}

.pum-form--style-default input[type=email],
.pum-form--style-default input[type=text] {
    background-color: #f8f7f7;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 10px 8px
}

.pum-form--style-default button {
    font-size: 18px;
    margin: 10px 0 0;
    padding: 10px 5px;
    cursor: pointer
}

.pum-sub-form .spinner-loader {
    right: 50%;
    position: absolute;
    bottom: 40%
}

.pum-sub-form .spinner-loader:not(:required) {
    animation: 1.5s linear infinite spinner-loader;
    border-radius: .5em;
    box-shadow: rgba(0, 0, 51, .3) 1.5em 0 0 0, rgba(0, 0, 51, .3) 1.1em 1.1em 0 0, rgba(0, 0, 51, .3) 0 1.5em 0 0, rgba(0, 0, 51, .3) -1.1em 1.1em 0 0, rgba(0, 0, 51, .3) -1.5em 0 0 0, rgba(0, 0, 51, .3) -1.1em -1.1em 0 0, rgba(0, 0, 51, .3) 0 -1.5em 0 0, rgba(0, 0, 51, .3) 1.1em -1.1em 0 0;
    display: inline-block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin: 1.5em;
    overflow: hidden;
    text-indent: 100%
}

body div#ui-datepicker-div[style] {
    z-index: 9999999999 !important
}

.pum-theme-1035,
.pum-theme-default-theme {
    background-color: rgba(255, 255, 255, 1)
}

.pum-theme-1035 .pum-container,
.pum-theme-default-theme .pum-container {
    padding: 18px;
    border-radius: 0;
    border: 1px none #000;
    box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, .23);
    background-color: rgba(249, 249, 249, 1)
}

.pum-theme-1035 .pum-title,
.pum-theme-default-theme .pum-title {
    color: #000;
    text-align: left;
    text-shadow: 0 0 0 rgba(2, 2, 2, .23);
    font-family: inherit;
    font-weight: 400;
    font-size: 32px;
    font-style: normal;
    line-height: 36px
}

.pum-theme-1035 .pum-content,
.pum-theme-default-theme .pum-content {
    color: #8c8c8c;
    font-family: inherit;
    font-weight: 400;
    font-style: inherit
}

.pum-theme-1035 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    padding: 8px;
    color: #fff;
    font-family: inherit;
    font-weight: 400;
    font-size: 12px;
    font-style: inherit;
    line-height: 36px;
    border: 1px none #fff;
    border-radius: 0;
    box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, .23);
    text-shadow: 0 0 0 rgba(0, 0, 0, .23);
    background-color: rgba(0, 183, 205, 1)
}

.pum-theme-1036,
.pum-theme-lightbox {
    background-color: rgba(0, 0, 0, .6)
}

.pum-theme-1036 .pum-container,
.pum-theme-lightbox .pum-container {
    padding: 18px;
    border-radius: 3px;
    border: 8px solid #000;
    box-shadow: 0 0 30px 0 rgba(2, 2, 2, 1);
    background-color: rgba(255, 255, 255, 1)
}

.pum-theme-1036 .pum-title,
.pum-theme-lightbox .pum-title {
    color: #000;
    text-align: left;
    text-shadow: 0 0 0 rgba(2, 2, 2, .23);
    font-family: inherit;
    font-weight: 100;
    font-size: 32px;
    line-height: 36px
}

.pum-theme-1036 .pum-content,
.pum-theme-lightbox .pum-content {
    color: #000;
    font-family: inherit;
    font-weight: 100
}

.pum-theme-1036 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
    position: absolute;
    height: 26px;
    width: 26px;
    left: auto;
    right: -13px;
    bottom: auto;
    top: -13px;
    padding: 0;
    color: #fff;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #fff;
    border-radius: 26px;
    box-shadow: 0 0 15px 1px rgba(2, 2, 2, .75);
    text-shadow: 0 0 0 rgba(0, 0, 0, .23);
    background-color: rgba(0, 0, 0, 1)
}

.pum-theme-1037 {
    background-color: rgba(0, 0, 0, .7)
}

.pum-theme-1037 .pum-container {
    padding: 28px;
    border-radius: 5px;
    border: 1px none #000;
    box-shadow: 0 10px 25px 4px rgba(2, 2, 2, .5);
    background-color: rgba(255, 255, 255, 1)
}

.pum-theme-1037 .pum-title {
    color: #315b7c;
    text-align: left;
    text-shadow: 0 0 0 rgba(2, 2, 2, .23);
    font-family: inherit;
    font-weight: 100;
    font-size: 34px;
    line-height: 36px
}

.pum-theme-1037 .pum-content {
    color: #2d2d2d;
    font-family: inherit;
    font-weight: 100
}

.pum-theme-1037 .pum-content+.pum-close {
    position: absolute;
    height: 28px;
    width: 28px;
    left: auto;
    right: 8px;
    bottom: auto;
    top: 8px;
    padding: 4px;
    color: #fff;
    font-family: Times New Roman;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    border: 1px none #fff;
    border-radius: 42px;
    box-shadow: 0 0 0 0 rgba(2, 2, 2, .23);
    text-shadow: 0 0 0 rgba(0, 0, 0, .23);
    background-color: rgba(49, 91, 124, 1)
}

.pum-theme-1038 {
    background-color: rgba(0, 0, 0, .75)
}

.pum-theme-1038 .pum-container {
    padding: 30px;
    border-radius: 80px;
    border: 14px solid #81d742;
    box-shadow: 0 0 0 0 rgba(2, 2, 2, 0);
    background-color: rgba(255, 255, 255, 1)
}

.pum-theme-1038 .pum-title {
    color: #2d2d2d;
    text-align: left;
    text-shadow: 0 0 0 rgba(2, 2, 2, .23);
    font-family: Montserrat;
    font-weight: 100;
    font-size: 32px;
    line-height: 36px
}

.pum-theme-1038 .pum-content {
    color: #2d2d2d;
    font-family: inherit;
    font-weight: 100
}

.pum-theme-1038 .pum-content+.pum-close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: -30px;
    bottom: auto;
    top: -30px;
    padding: 0;
    color: #2d2d2d;
    font-family: Times New Roman;
    font-weight: 100;
    font-size: 32px;
    line-height: 28px;
    border: 1px none #fff;
    border-radius: 28px;
    box-shadow: 0 0 0 0 rgba(2, 2, 2, .23);
    text-shadow: 0 0 0 rgba(0, 0, 0, .23);
    background-color: rgba(255, 255, 255, 1)
}

.pum-theme-1039 {
    background-color: rgba(0, 0, 0, .5)
}

.pum-theme-1039 .pum-container {
    padding: 18px;
    border-radius: 0;
    border: 1px none #000;
    box-shadow: 0 10px 25px 0 rgba(2, 2, 2, .5);
    background-color: rgba(30, 115, 190, 1)
}

.pum-theme-1039 .pum-title {
    color: #fff;
    text-align: left;
    text-shadow: 0 0 0 rgba(2, 2, 2, .23);
    font-family: Sans-Serif;
    font-weight: 100;
    font-size: 26px;
    line-height: 28px
}

.pum-theme-1039 .pum-content {
    color: #fff;
    font-family: inherit;
    font-weight: 100
}

.pum-theme-1039 .pum-content+.pum-close {
    position: absolute;
    height: 24px;
    width: 24px;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    padding: 0;
    color: #1e73be;
    font-family: Times New Roman;
    font-weight: 100;
    font-size: 32px;
    line-height: 24px;
    border: 1px none #fff;
    border-radius: 0;
    box-shadow: -1px 1px 1px 0 rgba(2, 2, 2, .1);
    text-shadow: -1px 1px 1px rgba(0, 0, 0, .1);
    background-color: rgba(238, 238, 34, 1)
}

.pum-theme-1040 {
    background-color: rgba(255, 255, 255, .5)
}

.pum-theme-1040 .pum-container {
    padding: 18px;
    border-radius: 0;
    border: 20px outset #d33;
    box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, .97) inset;
    background-color: rgba(255, 251, 239, 1)
}

.pum-theme-1040 .pum-title {
    color: #000;
    text-align: left;
    text-shadow: 0 0 0 rgba(2, 2, 2, .23);
    font-family: inherit;
    font-weight: 100;
    font-size: 32px;
    line-height: 36px
}

.pum-theme-1040 .pum-content {
    color: #2d2d2d;
    font-family: inherit;
    font-weight: 100
}

.pum-theme-1040 .pum-content+.pum-close {
    position: absolute;
    height: 20px;
    width: 20px;
    left: auto;
    right: -20px;
    bottom: auto;
    top: -20px;
    padding: 0;
    color: #fff;
    font-family: Tahoma;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    border: 1px none #fff;
    border-radius: 0;
    box-shadow: 0 0 0 0 rgba(2, 2, 2, .23);
    text-shadow: 0 0 0 rgba(0, 0, 0, .23);
    background-color: rgba(0, 0, 0, .55)
}

.pum-theme-1041,
.pum-theme-floating-bar {
    background-color: rgba(255, 255, 255, 0)
}

.pum-theme-1041 .pum-container,
.pum-theme-floating-bar .pum-container {
    padding: 8px;
    border-radius: 0;
    border: 1px none #000;
    box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, .23);
    background-color: rgba(238, 246, 252, 1)
}

.pum-theme-1041 .pum-title,
.pum-theme-floating-bar .pum-title {
    color: #505050;
    text-align: left;
    text-shadow: 0 0 0 rgba(2, 2, 2, .23);
    font-family: inherit;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px
}

.pum-theme-1041 .pum-content,
.pum-theme-floating-bar .pum-content {
    color: #505050;
    font-family: inherit;
    font-weight: 400
}

.pum-theme-1041 .pum-content+.pum-close,
.pum-theme-floating-bar .pum-content+.pum-close {
    position: absolute;
    height: 18px;
    width: 18px;
    left: auto;
    right: 5px;
    bottom: auto;
    top: 50%;
    padding: 0;
    color: #505050;
    font-family: Sans-Serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #505050;
    border-radius: 15px;
    box-shadow: 0 0 0 0 rgba(2, 2, 2, 0);
    text-shadow: 0 0 0 transparent;
    background-color: rgba(255, 255, 255, 0);
    transform: translate(0, -50%)
}

.pum-theme-1042,
.pum-theme-content-only {
    background-color: rgba(0, 0, 0, .7)
}

.pum-theme-1042 .pum-container,
.pum-theme-content-only .pum-container {
    padding: 0;
    border-radius: 0;
    border: 1px none #000;
    box-shadow: 0 0 0 0 rgba(2, 2, 2, 0)
}

.pum-theme-1042 .pum-title,
.pum-theme-content-only .pum-title {
    color: #000;
    text-align: left;
    text-shadow: 0 0 0 rgba(2, 2, 2, .23);
    font-family: inherit;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px
}

.pum-theme-1042 .pum-content,
.pum-theme-content-only .pum-content {
    color: #8c8c8c;
    font-family: inherit;
    font-weight: 400
}

.pum-theme-1042 .pum-content+.pum-close,
.pum-theme-content-only .pum-content+.pum-close {
    position: absolute;
    height: 18px;
    width: 18px;
    left: auto;
    right: 7px;
    bottom: auto;
    top: 7px;
    padding: 0;
    color: #000;
    font-family: inherit;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    border: 1px none #fff;
    border-radius: 15px;
    box-shadow: 0 0 0 0 rgba(2, 2, 2, 0);
    text-shadow: 0 0 0 transparent;
    background-color: rgba(255, 255, 255, 0)
}



#pum-1043 {
    z-index: 1999999999
}

.ha-gradient-heading {
    margin-top: 0;
    margin-bottom: 0
}

.ha-gradient-heading>a {
    color: inherit;
    text-decoration: none
}

@font-face {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/hindsiliguri/v13/ijwOs5juQtsyLLR5jN4cxBEoRDf40uYVLg.ttf) format('truetype')
}

@font-face {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/hindsiliguri/v13/ijwTs5juQtsyLLR5jN4cxBEoTJzawg.ttf) format('truetype')
}

@font-face {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/hindsiliguri/v13/ijwOs5juQtsyLLR5jN4cxBEoRG_50uYVLg.ttf) format('truetype')
}

@font-face {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/hindsiliguri/v13/ijwOs5juQtsyLLR5jN4cxBEoREP-0uYVLg.ttf) format('truetype')
}

@font-face {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/hindsiliguri/v13/ijwOs5juQtsyLLR5jN4cxBEoRCf_0uYVLg.ttf) format('truetype')
}

@font-face {
    font-family: 'Noto Sans Bengali';
    font-style: normal;
    font-weight: 100;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosansbengali/v26/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolKideu9g.ttf) format('truetype')
}

@font-face {
    font-family: 'Noto Sans Bengali';
    font-style: normal;
    font-weight: 200;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosansbengali/v26/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsglLideu9g.ttf) format('truetype')
}

@font-face {
    font-family: 'Noto Sans Bengali';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosansbengali/v26/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmstdLideu9g.ttf) format('truetype')
}

@font-face {
    font-family: 'Noto Sans Bengali';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosansbengali/v26/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLideu9g.ttf) format('truetype')
}

@font-face {
    font-family: 'Noto Sans Bengali';
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosansbengali/v26/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsrtLideu9g.ttf) format('truetype')
}

@font-face {
    font-family: 'Noto Sans Bengali';
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosansbengali/v26/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsldMideu9g.ttf) format('truetype')
}

@font-face {
    font-family: 'Noto Sans Bengali';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosansbengali/v26/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6Kmsm5Mideu9g.ttf) format('truetype')
}

@font-face {
    font-family: 'Noto Sans Bengali';
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosansbengali/v26/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsglMideu9g.ttf) format('truetype')
}

@font-face {
    font-family: 'Noto Sans Bengali';
    font-style: normal;
    font-weight: 900;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosansbengali/v26/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsiBMideu9g.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzAdKg.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc6CsE.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1Mu51xIIzc.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc6CsE.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic6CsE.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc6CsE.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype')
}

.webbazarbd-motion-effects-theme,
.webbazarbd-motion-effects-layer {
    transition-duration: 1s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0, .33, .07, 1.03)
}

.webbazarbd-motion-effects-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    width: 100%
}

.webbazarbd-motion-effects-layer {
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0
}

.webbazarbd-motion-effects-perspective {
    perspective: 1200px
}

.webbazarbd-motion-effects-theme {
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

img:is([sizes=auto i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

img.emoji,
img.wp-smiley {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

body .is-layout-flex {
    display: flex
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center
}

.is-layout-flex>:is(*, div) {
    margin: 0
}

body .is-layout-grid {
    display: grid
}

.is-layout-grid>:is(*, div) {
    margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

.has-black-color {
    color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
    color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6
}

@-webkit-keyframes ha_fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes ha_fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes ha_zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes ha_zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes ha_rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1
    }
}

@keyframes ha_rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes ha_bounce {

    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }

    70% {
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0) scaleY(.95);
        transform: translate3d(0, 0, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes ha_bounce {

    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }

    70% {
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }

    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0) scaleY(.95);
        transform: translate3d(0, 0, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@-webkit-keyframes ha_bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1
    }
}

@keyframes ha_bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes ha_flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
}

@keyframes ha_flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
}

@-webkit-keyframes ha_flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
}

@keyframes ha_flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
}

@-webkit-keyframes ha_swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
}

@keyframes ha_swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
}

@-webkit-keyframes ha_slideInDown {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes ha_slideInDown {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-webkit-keyframes ha_slideInUp {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes ha_slideInUp {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes ha_slideInLeft {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes ha_slideInLeft {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes ha_slideInRight {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes ha_slideInRight {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.ha_fadeIn {
    -webkit-animation-name: ha_fadeIn;
    animation-name: ha_fadeIn
}

.ha_zoomIn {
    -webkit-animation-name: ha_zoomIn;
    animation-name: ha_zoomIn
}

.ha_rollIn {
    -webkit-animation-name: ha_rollIn;
    animation-name: ha_rollIn
}

.ha_bounce {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-name: ha_bounce;
    animation-name: ha_bounce
}

.ha_bounceIn {
    -webkit-animation-name: ha_bounceIn;
    animation-name: ha_bounceIn;
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*.75)
}

.ha_flipInX,
.ha_flipInY {
    -webkit-animation-name: ha_flipInX;
    animation-name: ha_flipInX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

.ha_flipInY {
    -webkit-animation-name: ha_flipInY;
    animation-name: ha_flipInY
}

.ha_swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: ha_swing;
    animation-name: ha_swing
}

.ha_slideInDown {
    -webkit-animation-name: ha_slideInDown;
    animation-name: ha_slideInDown
}

.ha_slideInUp {
    -webkit-animation-name: ha_slideInUp;
    animation-name: ha_slideInUp
}

.ha_slideInLeft {
    -webkit-animation-name: ha_slideInLeft;
    animation-name: ha_slideInLeft
}

.ha_slideInRight {
    -webkit-animation-name: ha_slideInRight;
    animation-name: ha_slideInRight
}

.ha-css-transform-yes {
    -webkit-transition-duration: var(--ha-tfx-transition-duration, .2s);
    transition-duration: var(--ha-tfx-transition-duration, .2s);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translate(var(--ha-tfx-translate-x, 0), var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1), var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0), var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0));
    transform: translate(var(--ha-tfx-translate-x, 0), var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1), var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0), var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0))
}

.ha-css-transform-yes:hover {
    -webkit-transform: translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)), var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)), var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)), var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));
    transform: translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)), var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)), var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)), var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)))
}

.happy-addon>.webbazarbd-widget-container {
    word-wrap: break-word;
    overflow-wrap: break-word
}

.happy-addon>.webbazarbd-widget-container,
.happy-addon>.webbazarbd-widget-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.happy-addon p:empty {
    display: none
}

.happy-addon .webbazarbd-inline-editing {
    min-height: auto !important
}

.happy-addon-pro img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.ha-screen-reader-text {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    word-wrap: normal !important;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%)
}

.ha-has-bg-overlay>.webbazarbd-widget-container {
    position: relative;
    z-index: 1
}

.ha-has-bg-overlay>.webbazarbd-widget-container:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: ""
}

.ha-popup--is-enabled .ha-js-popup,
.ha-popup--is-enabled .ha-js-popup img {
    cursor: -webkit-zoom-in !important;
    cursor: zoom-in !important
}

.mfp-wrap .mfp-arrow,
.mfp-wrap .mfp-close {
    background-color: transparent
}

.mfp-wrap .mfp-arrow:focus,
.mfp-wrap .mfp-close:focus {
    outline-width: thin
}

.ha-advanced-tooltip-enable {
    position: relative;
    cursor: pointer;
    --ha-tooltip-arrow-color: black;
    --ha-tooltip-arrow-distance: 0
}

.ha-advanced-tooltip-enable .ha-advanced-tooltip-content {
    position: absolute;
    z-index: 999;
    display: none;
    padding: 5px 0;
    width: 120px;
    height: auto;
    border-radius: 6px;
    background-color: #000;
    color: #fff;
    text-align: center;
    opacity: 0
}

.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after {
    position: absolute;
    border-width: 5px;
    border-style: solid;
    content: ""
}

.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after {
    visibility: hidden
}

.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show {
    display: inline-block;
    opacity: 1
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content,
body[data-webbazarbd-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content {
    top: unset;
    right: 0;
    bottom: calc(101% + var(--ha-tooltip-arrow-distance));
    left: 0;
    margin: 0 auto
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content::after,
body[data-webbazarbd-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content::after {
    top: 100%;
    right: unset;
    bottom: unset;
    left: 50%;
    border-color: var(--ha-tooltip-arrow-color) transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content,
body[data-webbazarbd-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content {
    top: calc(101% + var(--ha-tooltip-arrow-distance));
    right: 0;
    bottom: unset;
    left: 0;
    margin: 0 auto
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content::after,
body[data-webbazarbd-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content::after {
    top: unset;
    right: unset;
    bottom: 100%;
    left: 50%;
    border-color: transparent transparent var(--ha-tooltip-arrow-color) transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content,
body[data-webbazarbd-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content {
    top: 50%;
    right: calc(101% + var(--ha-tooltip-arrow-distance));
    bottom: unset;
    left: unset;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content::after,
body[data-webbazarbd-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content::after {
    top: 50%;
    right: unset;
    bottom: unset;
    left: 100%;
    border-color: transparent transparent transparent var(--ha-tooltip-arrow-color);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content,
body[data-webbazarbd-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content {
    top: 50%;
    right: unset;
    bottom: unset;
    left: calc(101% + var(--ha-tooltip-arrow-distance));
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content::after,
body[data-webbazarbd-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content::after {
    top: 50%;
    right: 100%;
    bottom: unset;
    left: unset;
    border-color: transparent var(--ha-tooltip-arrow-color) transparent transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

body[data-webbazarbd-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content {
    top: unset;
    right: 0;
    bottom: calc(101% + var(--ha-tooltip-arrow-distance));
    left: 0;
    margin: 0 auto
}

body[data-webbazarbd-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content::after {
    top: 100%;
    right: unset;
    bottom: unset;
    left: 50%;
    border-color: var(--ha-tooltip-arrow-color) transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

body[data-webbazarbd-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content {
    top: calc(101% + var(--ha-tooltip-arrow-distance));
    right: 0;
    bottom: unset;
    left: 0;
    margin: 0 auto
}

body[data-webbazarbd-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content::after {
    top: unset;
    right: unset;
    bottom: 100%;
    left: 50%;
    border-color: transparent transparent var(--ha-tooltip-arrow-color) transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

body[data-webbazarbd-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content {
    top: 50%;
    right: calc(101% + var(--ha-tooltip-arrow-distance));
    bottom: unset;
    left: unset;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

body[data-webbazarbd-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content::after {
    top: 50%;
    right: unset;
    bottom: unset;
    left: 100%;
    border-color: transparent transparent transparent var(--ha-tooltip-arrow-color);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

body[data-webbazarbd-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content {
    top: 50%;
    right: unset;
    bottom: unset;
    left: calc(101% + var(--ha-tooltip-arrow-distance));
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

body[data-webbazarbd-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content::after {
    top: 50%;
    right: 100%;
    bottom: unset;
    left: unset;
    border-color: transparent var(--ha-tooltip-arrow-color) transparent transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

body.webbazarbd-editor-active .happy-addon.ha-gravityforms .gform_wrapper {
    display: block !important
}

.ha-scroll-to-top-wrap.ha-scroll-to-top-hide {
    display: none
}

.ha-scroll-to-top-wrap.edit-mode,
.ha-scroll-to-top-wrap.single-page-off {
    display: none !important
}

.ha-scroll-to-top-button {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #5636d1;
    color: #fff;
    text-align: center;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ha-scroll-to-top-button i {
    color: #fff;
    font-size: 16px
}

.ha-scroll-to-top-button:hover {
    background-color: #e2498a
}

.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    /* background-image: none !important; */
}

@media screen and (max-height:1024px) {

    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        /* background-image: none !important; */
    }
}

@media screen and (max-height:640px) {

    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        /* background-image: none !important; */
    }
}

.site-description,
.site-title {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px)
}

.webbazarbd-7 .webbazarbd-theme.webbazarbd-theme-8621afc>.webbazarbd-widget-container .webbazarbd-image-box-wrapper a.webbazarbd-image-box-link .webbazarbd-image-box-content h4.webbazarbd-image-box-title {
    padding: 0px 15px;
}