@import url(https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700;800;900&display=swap);
a:focus,
a:hover,
body {
    color: var(--bs-text)
}

body,
ul {
    padding: 0
}

.comment-awaiting-moderation,
.gallery-caption,
.image-caption,
.no-comments,
blockquote p {
    font-style: italic
}

:root {
    --bs-primary: #ff5700 !important;
    --bs-white: #fff;
    --bs-heading: #003b57 !important;
    --bs-secondary: #4b505a;
    --bs-border: #dedde2;
    --breadcrumb-bg-overlay: #000;
    --bs-text: #000 !important
}

body {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.7;
    box-sizing: border-box
}

@media (min-width:1200px) {
    body.boxed {
        max-width: 1500px;
        margin: 0 auto;
        box-shadow: 0 8px 15px 0 rgb(0 0 0 / 20%)
    }
}

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

.bs-main_footer,
.content,
pre {
    word-wrap: break-word
}

ul {
    margin: 0 0 .75em
}

a {
    text-decoration: none;
    transition: .3s;
    color: #0024d6
}

:focus {
    outline: 0;
    outline-offset: -4px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .8rem;
    -webkit-transition: .3s;
    transition: .3s;
    color: #ff3100
}

.page-links,
.post-password-form label {
    font-family: Montserrat, "Helvetica Neue", sans-serif
}

dd,
dl,
pre,
table {
    margin: 0 0 1.75em
}

.blog_content .bs-blog_meta .blog_meta-title>a,
.comment-body a,
h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a,
p {
    color: inherit
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
    color: var(--bs-primary)
}

button,
input {
    line-height: normal
}

button,
button[disabled]:focus,
button[disabled]:hover,
input[type=button],
input[type=button][disabled]:focus,
input[type=button][disabled]:hover,
input[type=reset],
input[type=reset][disabled]:focus,
input[type=reset][disabled]:hover,
input[type=submit],
input[type=submit][disabled]:focus,
input[type=submit][disabled]:hover {
    background: var(--bs-heading);
    border: 1px solid var(--bs-heading);
    border-radius: 2px;
    color: var(--bs-white);
    font-weight: 700;
    letter-spacing: .046875em;
    padding: .84375em .875em;
    transition: .5s
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary)
}

.bs-header_wrapper .bs-primary-menu .navbar-toggler:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
    outline: dotted 1px;
    outline-offset: -4px
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    display: block;
    width: 100%;
    padding: 14px 20px;
    border-radius: 0;
    outline: 0;
    border: 1px solid var(--bs-primary-lite2);
    color: var(--bs-text);
    background-color: var(--bs-primary-lite);
    -webkit-transition: .3s;
    transition: .3s
}

textarea {
    height: 8.5rem
}

input[type=file] {
    width: auto
}

input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]: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,
select:focus,
textarea:focus {
    border-color: var(--bs-primary)
}

.post-password-form,
.wp-caption {
    margin-bottom: 1.75em
}

.post-password-form label {
    color: var(--bs-text);
    display: block;
    font-size: .8125rem;
    letter-spacing: .076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase
}

.blog_slider_section .blog-post-item .widget_content .blog_content .bs-blog_meta .blog_meta-title,
.bs-header_wrapper .nav-menu .main-menu ul li:hover .toggle-menu,
.copyright-page-link .page-link-list .page-link a,
.dark_primary_bg,
.dark_primary_bg .about-widget .widget_content .auth_name,
.dark_primary_bg .blog_content .bs-author .auth,
.dark_primary_bg .blog_content .bs-blog_meta .blog_meta-title,
.dark_primary_bg .blog_content .subtitle,
.dark_primary_bg .blog_content .title,
.dark_primary_bg .contact-title-box .contact-title,
.dark_primary_bg .featured-widget .featured-list .featured_list-item .featured-title,
.dark_primary_bg .sidebar .widget_content .subtitle,
.dark_primary_bg h1,
.dark_primary_bg h2,
.dark_primary_bg h3,
.dark_primary_bg h4,
.dark_primary_bg h5,
.dark_primary_bg h6 {
    color: var(--bs-white)
}

.post-password-form input[type=password] {
    margin-top: .4375em
}

#footer-5 .bs-main_footer .widget,
#menu-menu-tags,
.author-post-page .post-widget-box .widget_content .bs-social_widget .bs-social_nav,
.category-slider .bs-categories_item,
.contact-info-subtitle,
.owl-carousel .blog-post-item,
.post-password-form>:last-child,
.site-title,
.tiles-sidebar .widget .sidebar_blog-list .blog_list-item .blog-title .title,
table.wp-calendar-table {
    margin-bottom: 0
}

.blog-post-item,
.bs-categories_item {
    margin-bottom: 20px;
    background-color: var(--bs-white)
}

.search-form {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.search-form label {
    width: 100%;
    flex-grow: 1
}

input[type=search].search-field,
input[type=search].wp-block-search__input {
    width: 100%;
    margin-bottom: 0
}

.search-submit {
    margin-left: 10px
}

p {
    font-weight: inherit;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: .5rem
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: .3s;
    transition: .3s
}

.blogone-video,
iframe {
    background: #0000;
    display: block;
    max-width: 100%
}

.bs-page_wrapper {
    width: 100%;
    position: relative
}

.bs-section {
    width: 100%;
    padding: 50px 0;
    position: relative
}

.bs-blog_section {
    padding-bottom: 80px
}

.lite_primary_bg {
    background-color: var(--bs-primary-lite)
}

.dark_primary_bg {
    background-color: #000
}

.bs-book_btn,
.bs-book_btn:focus,
.bs-book_btn:hover {
    color: var(--bs-white) !important
}

.dark_primary_bg .bs-slider_section {
    background-color: #212121;
    border: 3px solid var(--bs-white)
}

.dark_primary_bg .blog-post-item,
.dark_primary_bg .bs-categories_item,
.dark_primary_bg .comments-area,
.dark_primary_bg .contact-info-box,
.dark_primary_bg .contact-item,
.dark_primary_bg .featured-widget,
.dark_primary_bg .post-widget-box,
.dark_primary_bg .sidebar .widget,
.dark_primary_bg .slider_content,
.dark_primary_bg .tiles-sidebar .widget .sidebar_blog-list .blog_list-item,
.dark_primary_bg input[type=date],
.dark_primary_bg input[type=datetime-local],
.dark_primary_bg input[type=email],
.dark_primary_bg input[type=file],
.dark_primary_bg input[type=month],
.dark_primary_bg input[type=number],
.dark_primary_bg input[type=password],
.dark_primary_bg input[type=search],
.dark_primary_bg input[type=tel],
.dark_primary_bg input[type=text],
.dark_primary_bg input[type=time],
.dark_primary_bg input[type=url],
.dark_primary_bg input[type=week],
.dark_primary_bg select,
.dark_primary_bg textarea {
    background-color: #212121
}

.bs-book_btn span,
.hover-theme-btn:before {
    background-color: var(--bs-heading);
    position: absolute;
    z-index: -1
}

.blog-pt-section {
    padding-top: 45px
}

.bs-book_btn {
    border: 0;
    outline: 0;
    position: relative;
    display: inline-block;
    padding: 12px 25px;
    font-size: 14px;
    text-align: center;
    background-color: var(--bs-primary);
    font-weight: 500;
    border-radius: 0;
    line-height: 1.5;
    text-transform: capitalize;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 6px -1px, rgba(0, 0, 0, .06) 0 2px 4px -1px
}

.bs-book_btn span {
    width: 25%;
    height: 100%;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: .5s;
    transition-delay: calc((var(--n) - 1) * 0.1s)
}

.bs-book_btn span:first-child {
    --n: 1
}

.bs-book_btn span:nth-child(2) {
    --n: 2
}

.bs-book_btn span:nth-child(3) {
    --n: 3
}

.bs-book_btn span:nth-child(4) {
    --n: 4
}

.bs-book_btn:focus span,
.bs-book_btn:hover span {
    transform: translateY(0) scale(2)
}

.blog-thumb-hover,
.blog_slider_section .blog-post-item .blog-thumb,
.hover-theme-btn,
.music-body,
.post-style-thumb {
    position: relative;
    overflow: hidden
}

.hover-theme-btn:before {
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-radius: 50%;
    content: "";
    transition: .5s
}

.bs-social_widget .bs-social_nav .bs-social_item .bs-social_link i,
.hover-theme-btn i,
.hover-theme-btn span {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 3
}

.bs-social_widget .bs-social_nav .bs-social_item .bs-social_link:focus::before,
.bs-social_widget .bs-social_nav .bs-social_item .bs-social_link:hover::before,
.hover-theme-btn:focus:before,
.hover-theme-btn:hover:before,
.owl-carousel.owl-theme .owl-nav [class*=owl-]:focus:before,
.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover:before {
    bottom: 0;
    height: 100%
}

.bs-social_widget .bs-social_nav .bs-social_item .bs-social_link:focus,
.bs-social_widget .bs-social_nav .bs-social_item .bs-social_link:hover,
.hover-theme-btn:focus,
.hover-theme-btn:hover {
    color: var(--bs-white);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.bs-social_widget .bs-social_nav .bs-social_item .bs-social_link:focus i,
.bs-social_widget .bs-social_nav .bs-social_item .bs-social_link:hover i,
.hover-theme-btn:focus i,
.hover-theme-btn:focus span,
.hover-theme-btn:hover i,
.hover-theme-btn:hover span {
    color: var(--bs-white);
    transform: rotateY(360deg)
}

::-webkit-selection {
    background-color: var(--bs-primary);
    color: var(--bs-white)
}

::selection {
    background-color: var(--bs-primary);
    color: var(--bs-white)
}

.bs-header_wrapper ul {
    margin: 0;
    list-style: none
}

.bs-social_widget .bs-social_nav {
    display: flex;
    justify-content: start;
    align-items: center
}

.bs-social_widget .bs-social_nav .bs-social_item {
    padding: 0;
    border-bottom: 0
}

.bs-social_widget .bs-social_nav .bs-social_item .bs-social_link {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: relative;
    line-height: 45px;
    margin-right: 8px;
    text-align: center;
    color: var(--bs-primary);
    font-size: 18px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--bs-white);
    -webkit-transition: .5s;
    transition: .5s
}

.bs-social_widget .bs-social_nav .bs-social_item .bs-social_link:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-radius: 50%;
    content: "";
    transition: .3s linear .1s;
    z-index: -1;
    background-color: var(--bs-heading)
}

.bs-header_form form {
    position: relative;
    margin: 0 auto
}

.bs-header_form input {
    font-size: 14px;
    line-height: 26px;
    border: 0;
    font-weight: 500;
    background-color: var(--bs-primary-lite2);
    color: var(--bs-text);
    border-radius: 0;
    width: 100%;
    height: 35px;
    padding-left: 20px;
    padding-right: 80px;
    overflow: hidden;
    box-shadow: none;
    outline: 0;
    -webkit-transition: .3s;
    transition: .3s;
    max-width: 250px
}

.bs-header_form .btn-theme {
    color: #fff;
    font-size: 16px;
    background-color: #f7a023;
    padding: 8px 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 100%;
    display: inline-block;
    border-radius: 0;
    border: none;
    box-shadow: none;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.bs-right_info-bar ul {
    display: flex;
    justify-content: end;
    align-items: center
}

.bs-right_info-bar ul li .bs-info-list {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: var(--bs-white);
    color: var(--bs-primary);
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    display: inline-block
}

.bs-header_wrapper .bs-navbar_wraper .bs-logo,
blockquote cite,
blockquote small {
    display: block;
    max-width: 150px
}

.bs-header_wrapper .bs-navbar_wraper {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    background-color: var(--bs-white);
    padding: 5px 28px;
    justify-content: space-between;
    -webkit-transition: .3s;
    transition: .3s
}

.bs-header_wrapper .main-menu>ul>li {
    display: inline-block;
    position: relative;
    padding: 0;
    font-weight: 600
}

.bs-header_wrapper .main-menu ul li>a {
    position: relative;
    display: block;
    font-size: clamp(9px, .85vw, 15px);
    font-weight: 600;
    text-decoration: none;
    color: var(--bs-heading);
    text-transform: capitalize;
    padding: 10px 14px;
    line-height: 24px;
    -webkit-transition: .3s;
    transition: .3s
}

.bs-header_wrapper .main-menu li.menu-item-has-children>a:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    display: inline-block;
    margin-left: 5px
}

.bs-header_wrapper .main-menu .sub-menu li.menu-item-has-children>a:after {
    content: '\f054'
}

.bs-header_wrapper .main-menu ul li:focus-within>a,
.bs-header_wrapper .main-menu ul li:focus>a,
.bs-header_wrapper .main-menu ul li:hover>a,
.bs-header_wrapper .main-menu ul li[class*=current]>a {
    color: var(--bs-primary)
}

.bs-header_wrapper .nav-menu.show {
    top: 50%;
    transform: translateY(-50%)
}

.bs-header_wrapper .navbar-close {
    position: absolute;
    top: 12px;
    right: 25px;
    z-index: 12;
    width: 40px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    outline: 0;
    border: none;
    border-radius: 5px;
    color: #efa332;
    text-align: center;
    display: none;
    cursor: pointer;
    background-color: #fff
}

.body-overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    right: 0;
    opacity: 0;
    background-color: rgb(0 0 0 / 60%);
    visibility: hidden;
    transition: .8s;
    -webkit-transition: .8s
}

.bs-header_wrapper .main-menu ul li .sub-menu li {
    position: relative;
    display: block;
    margin: 0
}

.bs-header_wrapper .main-menu ul li .sub-menu li:last-child,
.bs-header_wrapper .main-menu ul li .sub-menu li:last-child>a {
    border-bottom: none
}

.bs-header_wrapper .main-menu ul li .sub-menu li a {
    display: block;
    padding: 8px 20px;
    position: relative;
    font-weight: 500;
    border-radius: 0;
    line-height: 2;
    text-transform: capitalize;
    background-color: var(--bs-white);
    color: var(--bs-heading);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.bs-header_wrapper .navbar-toggler {
    display: none;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.bs-header_wrapper .nav-menu .main-menu ul li .toggle-menu {
    display: none;
    position: absolute;
    right: 25px;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    top: 8px;
    z-index: 2;
    border-radius: 5px;
    background-color: var(--bs-primary);
    text-align: center;
    border: none;
    cursor: pointer;
    color: var(--bs-white)
}

.bs-header_wrapper .bs-primary-menu .navbar-toggler {
    padding: 0;
    z-index: 1;
    text-align: center;
    font-size: 20px;
    color: var(--bs-white);
    box-sizing: border-box;
    position: relative;
    transition: .6s;
    width: 45px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    background-color: var(--bs-primary)
}

.bs-slider_section,
.post-widget-box,
.slider_content,
cite:before {
    background-color: var(--bs-white)
}

.bs-header_wrapper .main-menu .sub-menu li:focus-within>a,
.bs-header_wrapper .main-menu .sub-menu li:focus>a,
.bs-header_wrapper .main-menu .sub-menu li:hover>a,
.bs-header_wrapper .main-menu .sub-menu li[class*=current]>a {
    background-color: var(--bs-primary-lite);
    color: var(--bs-primary)
}

.bs-header_wrapper .bs-navigation_wrapper.is-sticky-menu {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: 99;
    background-color: var(--bs-white);
    box-shadow: rgba(0, 0, 0, .1) 0 10px 50px;
    -webkit-animation: .8s ease-in-out fadeInDown;
    animation: .8s ease-in-out fadeInDown
}

.bs-header_wrapper .bs-navigation_wrapper.is-sticky-menu .bs-navbar_wraper {
    box-shadow: none;
    margin-top: 0
}

.admin-bar .is_sticky.is-sticky-menu {
    top: 32px
}

@media screen and (max-width:782px) {
    .nojq {
        position: fixed
    }
    .admin-bar .is_sticky.is-sticky-menu {
        top: 46px
    }
}

@media screen and (max-width:601px) {
    .nojq {
        position: relative
    }
    .admin-bar .is_sticky.is-sticky-menu {
        top: 0
    }
}

.is_sticky.is-sticky-menu .bs-navbar_wraper {
    padding-left: 15px;
    padding-right: 15px
}

.slider_section .blg-home-slider {
    position: relative;
    z-index: 0
}

.slider_section {
    padding: 40px 0
}

.bs-slider_section {
    position: relative;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, .1) 0 20px 25px -5px, rgba(0, 0, 0, .04) 0 10px 10px -5px
}

.blog-post-item,
.bs-categories_item,
.contact-info-box,
.contact-item,
.owl-carousel.owl-theme .owl-nav [class*=owl-],
.post-widget-box,
.tiles-sidebar .widget .sidebar_blog-list .blog_list-item {
    box-shadow: rgba(0, 0, 0, .1) 0 7px 15px -3px, rgb(227 180 138 / 5%) 0 4px 6px -2px
}

.owl-carousel .owl-item .bs-slider_img img {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s
}

@media screen and (min-width:768px) {
    .bs-slider_section:has(.bs-slider_img img) .slider_content {
        position: absolute;
        width: 420px;
        border-radius: 15px;
        padding: 38px 28px;
        left: 120px;
        top: 50%;
        transform: translate(4%, -50%);
        border: 2px solid var(--bs-primary)
    }
    .slider_content .bs-blog-category {
        position: absolute;
        top: -16px;
        width: 100%;
        left: 28px
    }
}

#block-35 .cat-item.cat-item-1,
#footer-4 #menu-menu-tags li:last-child:after,
.blog-post-item .bs-author,
.blog_content .bs-blog_meta .blog_meta-title:last-child:after,
.blog_content .more-link,
.category .blog-post-item .bs-blog-category,
.comment-author .says,
.content-wrap #block-25,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.blog_content .edit-link {
    display: block;
    margin-bottom: 8px
}

.blog_content .title,
.post-widget-box.recent-post-widget .sidebar_blog-list .blog_list-item .blog-title .title,
blockquote p {
    margin-bottom: 10px
}

.blog_content .edit-link a {
    text-decoration: underline;
    color: inherit
}

.author-content h5 a:focus,
.author-content h5 a:hover,
.blog_content .bs-author .auth:focus,
.blog_content .bs-author .auth:hover,
.blog_content .bs-blog_meta .blog_meta-title>a:focus,
.blog_content .bs-blog_meta .blog_meta-title>a:hover,
.blog_content .edit-link a:focus,
.blog_content .edit-link a:hover,
.breadcrumb-links a,
.bs-card-404 .bs-404-title span,
.comment-body a:focus,
.comment-body a:hover,
.contact-info-title:focus,
.contact-info-title:hover,
.copyright-page-link .page-link-list .page-link a:focus,
.copyright-page-link .page-link-list .page-link a:hover,
.reply a {
    color: var(--bs-primary)
}

.blog_content .bs-blog-category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0
}

.blog_content .bs-blog-category a {
    display: inline-block;
    background-color: var(--bs-primary);
    color: var(--bs-white) !important;
    padding: 4px 22px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
    border-radius: 30px 0 30px 30px;
    -webkit-transition: .5s;
    transition: .5s
}

.blog_content .bs-blog-category a:last-child,
.blog_content .bs-blog_meta .bs-time {
    margin-right: 0
}

.blog_content .title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--bs-heading)
}

.blog_content .title a {
    position: relative;
    background-image: linear-gradient(currentColor, currentColor);
    color: inherit !important;
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: .3s;
    z-index: 2
}

.blog_content .title a:focus,
.blog_content .title a:hover {
    background-size: 100% 2px;
    color: var(--bs-primary) !important
}

.blog_content .bs-blog_meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.blog_content .bs-blog_meta .blog_meta-title {
    position: relative;
    color: var(--bs-heading);
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    padding-right: 40px
}

.blog_content .bs-blog_meta .blog_meta-title:after,
.blog_slider_section .blog_content .bs-author .auth:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 15px;
    top: 8px;
    border-radius: 50%;
    background-color: var(--bs-primary)
}

.blog_slider_section .blog_content .bs-author .auth:after {
    top: 18px
}

.blog_content .bs-blog_meta .blog_meta-title i {
    margin-right: 5px
}

.blog_content .bs-blog_meta .blog_meta-title:last-child {
    padding-right: 0
}

.blog_content p {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin-bottom: 18px;
    color: inherit
}

.blog_content .bs-blog_auther {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.blog_content .bs-author .auth img {
    width: 44px;
    height: 44px;
    margin-right: 4px;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--bs-primary);
    -webkit-transition: .5s;
    transition: .5s
}

.blog_content .bs-author .auth {
    font-size: 14px;
    color: var(--bs-heading);
    font-weight: 600;
    line-height: 24px
}

.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin: 0;
    overflow: hidden;
    color: var(--bs-primary);
    background: var(--bs-white);
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s
}

.owl-carousel.owl-theme .owl-nav [class*=owl-]:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-radius: 50%;
    content: "";
    transition: .3s linear .1s;
    z-index: -1;
    background-color: var(--bs-primary)
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] img {
    width: 30px;
    -webkit-transition: .3s;
    transition: .3s
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 2%
}

.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 2%
}

.owl-carousel.owl-theme:not(.home-slider) .owl-nav [class*=owl-]:focus,
.owl-carousel.owl-theme:not(.home-slider) .owl-nav [class*=owl-]:hover {
    background: var(--bs-white);
    color: var(--bs-white);
    outline-color: var(--bs-white)
}

.owl-carousel.owl-theme:not(.home-slider) .owl-nav [class*=owl-]:focus img,
.owl-carousel.owl-theme:not(.home-slider) .owl-nav [class*=owl-]:hover img {
    filter: brightness(0) invert(1)
}

.owl-carousel.owl-theme .owl-dots {
    margin-top: 0;
    position: absolute;
    left: auto;
    right: auto;
    width: inherit;
    bottom: -9px
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
    background-color: transparent
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: var(--bs-primary-lite2)
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.playpause,
.progress {
    background: var(--bs-primary)
}

.blog_content .bs-blog-category a:focus,
.blog_content .bs-blog-category a:hover {
    color: var(--bs-white);
    background-color: var(--bs-heading);
    border-radius: 30px 30px 30px 0
}

.blg-home-slider .owl-item.active .slider_content {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn
}

.full-slider_content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.bs-categories_item {
    position: relative;
    padding: 20px;
    text-align: center
}

.bs-categories_item .bs-categories_img {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--bs-border)
}

.bs-categories_item .bs-categories_img img {
    position: relative;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s
}

.bs-categories_item .bs-blog-category a {
    display: inline-block;
    background-color: var(--bs-white);
    color: var(--bs-heading);
    padding: 5px 22px;
    margin-right: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    z-index: 9;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px 0 30px 30px;
    -webkit-transition: .5s;
    transition: .5s
}

.bs-categories_item .bs-blog-category a:focus,
.bs-categories_item .bs-blog-category a:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 30px 30px 30px 0
}

.bs-categories_item .bs-categories_img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 0;
    -webkit-transition: .3s;
    transition: .3s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2;
    background: linear-gradient(to bottom, rgb(171 171 171 / 18%) 0, rgba(217, 169, 91, 0) 22%, rgb(153 153 153 / 37%) 51%, rgb(0 0 0 / 52%) 100%)
}

.blog-post-item:focus-within .blog-thumb>a img,
.blog-post-item:hover .blog-thumb>a img,
.bs-categories_item:focus-within .bs-categories_img>a img,
.bs-categories_item:hover .bs-categories_img>a img {
    transform: scale(1.2)
}

.bs-categories_item:hover .bs-categories_img:before {
    opacity: 1;
    transform: perspective(400px) scaleX(1)
}

.blog-post-item {
    position: relative;
    padding: 25px 30px
}

.blog-post-item+.blog-post-item {
    margin-top: 30px
}

.blog-post-item .blog-thumb>a img {
    object-fit: cover;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-post-item .blog-thumb>a::before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .13), hsla(0, 0%, 100%, .13) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0));
    content: "";
    height: 200%;
    left: -210%;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: -50%;
    transition: .7s;
    width: 200%
}

.home .bs-blog_section .blogone-video,
.home .bs-blog_section .blogone-video iframe {
    width: 100% !important;
    height: 300px !important
}

.blog-post-item.format-audio .blog_content .bs-blog-category,
.blog-post-item.format-gallery .blog_content .bs-blog-category,
.blog-post-item.format-standard .blog_content .bs-blog-category,
.blog-post-item.format-video .blog_content .bs-blog-category {
    margin-top: 15px
}

.blog-post-item.page .blog-thumb {
    margin-bottom: 15px
}

.blog-post-item.format-standard .blog_content .bs-blog-category a {
    margin-left: 3px;
    z-index: 3
}

.blog-post-item:hover .blog-thumb>a::before {
    left: -30%;
    opacity: 1;
    top: -20%;
    transition-duration: .7s, .7s, .15s;
    transition-property: left, top, opacity;
    transition-timing-function: linear
}

.blog-thumb-hover img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.blog-thumb-hover img {
    position: relative;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.blog-post-item:focus-within .blog-thumb-hover img:first-child,
.blog-post-item:hover .blog-thumb-hover img:first-child {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.blog-post-item:focus-within .blog-thumb-hover img:nth-child(2),
.blog-post-item:hover .blog-thumb-hover img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.blog_slider_section .blog-post-item .blog-thumb:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    -webkit-transition: .3s;
    transition: .3s;
    transform: perspective(400px) scaleX(1);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2;
    background: linear-gradient(to bottom, rgb(171 171 171 / 18%) 0, rgba(217, 169, 91, 0) 22%, rgb(153 153 153 / 41%) 51%, rgb(0 0 0 / 63%) 100%)
}

.blog_slider_section .blog-post-item .widget_content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 20px;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: 9;
    align-items: end
}

.blog-post-item .tag_content .bs-blog-category a,
.blog_slider_section .blog_content .bs-blog-category a {
    margin: 0 0 15px
}

.blog_slider_section .blog_content .bs-blog-category a+a {
    margin-left: 5px
}

.blog_slider_section .blog-post-item .widget_content .title {
    font-weight: 600;
    color: var(--bs-white);
    line-height: 30px;
    margin-bottom: 12px
}

.blog_slider_section .blog-post-item .blog_content .bs-author .auth {
    color: var(--bs-white);
    position: relative;
    padding-right: 40px;
    display: inline-block
}

.blg-tiles-section .blog-post-item .widget_content {
    align-items: center
}

.tiles-sidebar .widget .sidebar_blog-list .blog_list-item {
    padding: 22px;
    margin-bottom: 8px;
    background-color: var(--bs-white)
}

.blg-collage-section {
    overflow: hidden
}

.blg-collage-section .blog-post-item .widget_content .title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700
}

.blg-collage-section .blog-post-item .widget_content_sm .title {
    font-size: 24px;
    line-height: 30px
}

.footer_subscribe_form {
    padding: 35px 0;
    background-color: var(--subscribe-bg-color, var(--bs-primary));
    background-image: linear-gradient(rgb(var(--bs-primary-r) var(--bs-primary-g) var(--bs-primary-b) / 70%), rgb(var(--bs-primary-r) var(--bs-primary-g) var(--bs-primary-b) / 70%)), var(--subscribe-bg-image);
    background-attachment: var(--subscribe-bg-attachment);
    background-repeat: var(--subscribe-bg-repeat);
    background-position: var(--subscribe-bg-position);
    background-size: var(--subscribe-bg-size);
    object-fit: cover
}

.duration span,
.page-links a,
.quote-Post {
    background-color: var(--bs-heading)
}

.footer_subscribe_form .ft_subscribe-content .ft_title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 5px
}

.footer_subscribe_form .ft_subscribe-content .ft_subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4b505a;
    margin-bottom: 12px
}

.ft__subscribe,
.wp-calendar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ft__subscribe .bs-form-control {
    max-width: 350px;
    padding: 15.5px 25px;
    background-color: var(--bs-white);
    border-radius: 30px;
    outline: 0;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 14px;
    color: #596172;
    box-shadow: none;
    border: none
}

.gallery-columns-1 .gallery-item,
.wp-caption,
pre {
    max-width: 100%
}

.ft__subscribe .bs-book_btn {
    border-radius: 30px;
    width: 160px
}

.bs-main_footer .widget_title {
    font-size: 20px
}

.bs-main_footer.bg_image {
    background-image: var(--footer-bg-image);
    background-attachment: var(--footer-bg-attachment);
    background-repeat: var(--footer-bg-repeat);
    background-position: var(--footer-bg-position);
    background-size: var(--footer-bg-size);
    object-fit: cover
}

.bs-main_footer.bg_image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--footer-bg-overlay, var(--footer-bg-overlay-primary));
    opacity: .8;
    z-index: -1
}

.blg-copy-right {
    padding: 30px 0;
    margin-top: 40px;
    border-top: 1px solid #e9e9e9
}

.copyright-text p {
    margin: 0;
    font-weight: 400;
    color: var(--bs-white)
}

.copyright-text a {
    color: #fff
}

.copyright-page-link .page-link-list {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0
}

.copyright-page-link .page-link-list .page-link {
    background: 0 0;
    padding: 2px 15px;
    color: var(--bs-white);
    font-weight: 400;
    border: none;
    border-left: 2px solid var(--bs-white)
}

.copyright-page-link .page-link-list .page-link:first-child {
    border: none;
    padding-left: 0
}

.blog-audio-content {
    padding: 20px 0 0
}

.blog-post-item .blog-audio-content .bs-blog-category a {
    margin-top: 0;
    margin-left: 0;
    padding: 5px 25px
}

.blog-audio-content .title {
    margin-bottom: 18px
}

blockquote {
    position: relative;
    padding: 20px 45px;
    background-color: #f9f9f9;
    border-color: var(--bs-primary) !important;
    border-radius: 0;
    margin-bottom: 20px
}

blockquote p {
    color: inherit;
    line-height: 28px
}

blockquote a {
    color: var(--bs-primary) !important
}

cite {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: var(--bs-white);
    padding-left: 50px;
    font-weight: 500
}

cite:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 3px;
    left: 0;
    top: 50%;
    border-radius: 30px
}

.comment-author .avatar,
pre,
table,
td,
th {
    border: 1px solid var(--bs-border)
}

td,
th {
    border-width: 0 1px 1px 0;
    padding: .4375em;
    border-style: solid;
    border-color: var(--bs-border)
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%
}

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

.bold,
dt,
th {
    font-weight: 700
}

.comment-btn,
.contact-btn,
.image-caption,
.section-intro,
th {
    text-align: center
}

th {
    background-color: #f5f5f5
}

pre {
    font-size: 1rem;
    line-height: 1.3125;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap
}

code,
kbd,
pre,
samp,
tt,
var {
    font-family: Inconsolata, monospace
}

.alignleft {
    float: left;
    margin: .375em 1.75em 1.75em 0
}

.alignright {
    float: right;
    margin: .375em 0 1.75em 1.75em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em
}

blockquote.alignleft {
    margin: .3157894737em 1.4736842105em 1.473684211em 0
}

blockquote.alignright {
    margin: .3157894737em 0 1.473684211em 1.4736842105em
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0
}

.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: .5384615385em
}

.page-links {
    clear: both;
    margin: 0 0 1.75em
}

.page-links a,
.page-links>span {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: .8125rem;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: .3076923077em;
    text-align: center;
    width: 1.8461538462em
}

.page-links a {
    border-color: var(--bs-heading);
    color: var(--bs-white) !important;
    text-decoration: none !important
}

.page-links a:focus,
.page-links a:hover {
    background-color: var(--bs-primary);
    border-color: transparent;
    color: var(--bs-white)
}

.page-links>.page-links-title {
    border: 0;
    color: var(--bs-heading);
    height: auto;
    margin: 0;
    padding-right: .6153846154em;
    width: auto
}

.bs-blog-category .tags {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-heading)
}

.post-widget-box {
    position: relative;
    border-radius: 0;
    margin-bottom: 20px
}

.post-widget-box .widget_content {
    position: relative;
    padding: 30px
}

.post-widget-box.about-widget .widget_content {
    padding: 40px 60px
}

.post-widget-box.about-widget .bs-author_profile {
    position: relative;
    right: 25px;
    margin: 0;
    width: 200px;
    height: 200px
}

.post-widget-box.about-widget .bs-author_content {
    width: calc(100% - 225px)
}

.post-widget-box .widget_content .bs-social_widget .bs-social_nav {
    justify-content: start;
    margin-bottom: 0;
    flex-wrap: wrap
}

.comments-area form p input+label,
.comments-area form p label,
.comments-area form p label span,
.post-widget-box .widget_content .bs-social_widget .bs-social_nav li,
header .btn-grp .btn-register a span {
    display: inline-block
}

.comment-btn .bs-book_btn:before {
    content: "\f107";
    position: absolute;
    display: inline-block;
    font: 18px/1 FontAwesome;
    right: 16px;
    top: 35%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.comment-blog-title .blog-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--bs-heading);
    line-height: 28px;
    margin: 0 0 15px
}

.post-style-thumb:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgb(0 0 0 / 55%)
}

.play-content {
    position: absolute;
    z-index: 9;
    left: 20px;
    top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.play-content .playpause {
    display: block;
    width: 62px;
    height: 62px;
    line-height: 62px;
    border: none;
    margin-right: 20px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 50%;
    font-size: 20px
}

.play-content .post-name {
    color: var(--bs-white);
    font-size: 12px;
    font-weight: 400;
    line-height: 34px;
    text-decoration: underline
}

.play-content .post-title {
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

.post-link .copy-url-widget .widget-copy-btn,
.quote-Post .quote-btn {
    left: 50px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center
}

.post-widget-box.recent-post-widget .widget_content {
    padding: 18px
}

.post-widget-box.recent-post-widget .sidebar_blog-list {
    list-style: none;
    margin-bottom: 0
}

.post-widget-box.recent-post-widget .sidebar_blog-list .blog_list-item .img-box {
    width: 138px;
    height: 126px;
    margin-right: 20px
}

.post-widget-box.recent-post-widget .sidebar_blog-list .blog_list-item .img-box img {
    width: 138px;
    max-width: 138px;
    height: 126px
}

.post-widget-box.recent-post-widget .widget_content .bs-book_btn {
    padding: 8px 20px;
    font-weight: 400
}

.post-link .copy-url-widget {
    background-color: var(--bs-primary);
    box-shadow: none
}

.post-link .widget.copy-url-widget .widget_content {
    padding: 100px 50px 100px 200px;
    text-align: left
}

.post-link .copy-url-widget .widget-copy-btn {
    position: absolute;
    top: 50px;
    font-size: 30px;
    background-color: var(--bs-white);
    color: var(--bs-primary);
    margin-right: 20px
}

.post-link .copy-url-widget .widget_content .copy-url-title {
    font-size: 26px;
    margin-bottom: 0
}

.post-link .copy-url-widget .widget_content .copy-url-title a:focus,
.post-link .copy-url-widget .widget_content .copy-url-title a:hover {
    color: var(--bs-heading)
}

.quote-Post {
    padding: 35px 55px 35px 200px
}

.contact-info-box,
.contact-item {
    position: relative;
    border-radius: 0;
    background-color: var(--bs-white)
}

.quote-Post .quote-btn {
    top: 20px;
    background-color: transparent;
    font-size: 80px
}

.blog-post-item .tag_content {
    padding: 25px 10px;
    text-align: center
}

.tag_content .bs-blog-category {
    justify-content: center
}

.author-post-page .post-widget-box.about-widget .bs-author_profile {
    width: 300px;
    height: 300px;
    top: 42px
}

.author-post-page .post-widget-box.about-widget .widget_content {
    padding: 80px 60px 80px 400px
}

.author-post-page .bs-social_widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.author-post-page .about-widget .widget_content .auth_name {
    font-size: 32px;
    margin-bottom: 15px
}

.contact-item {
    padding: 50px
}

.contact-title-box .contact-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: var(--bs-heading);
    line-height: 28px;
    margin: 0 0 25px
}

.contact-info-icon,
.sidebar-one__content .bs-social_widget .bs-social_nav .bs-social_item .bs-social_link,
.sidebar-one__content .sidebar-one__close {
    color: var(--bs-white);
    background-color: var(--bs-primary)
}

.contact-info-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 35px 30px 35px 120px;
    margin-bottom: 20px
}

.contact-info-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 24px;
    border-radius: 50%;
    text-align: center
}

.contact-info-title {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 28px
}

.scrollToTopBtn {
    background-color: var(--bs-primary);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
    transition: .5s
}

.showBtn {
    opacity: 1;
    transform: translateY(0)
}

.sidebar-one {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(100%);
    transform-origin: right center;
    transition: transform .5s .5s, visibility .5s .5s, -webkit-transform .5s .5s
}

.sidebar-one__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--tolak-black3, #000);
    opacity: .5
}

.sidebar-one__content {
    width: 350px;
    background-color: var(--bs-white);
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    padding: 50px 30px 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity .5s, visibility .5s, transform .5s, -webkit-transform .5s;
    scrollbar-width: none
}

.mp-animation,
.mp-animation>div {
    animation-fill-mode: forwards;
    transform-origin: center center
}

.sidebar-one__content .sidebar-one__close {
    position: absolute;
    top: 12px;
    right: 25px;
    z-index: 12;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    outline: 0;
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer
}

.fa-play,
.music-img,
.music-progress,
.progress,
.sidebar-one__info li {
    position: relative
}

.sidebar-one.active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition: transform .5s, visibility .5s, -webkit-transform .5s
}

.sidebar-one.active .sidebar-one__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity .5s .5s, visibility .5s .5s, transform .5s .5s, -webkit-transform .5s .5s
}

.sidebar-one__text {
    margin: 25px 0;
    line-height: 30px
}

.sidebar-one__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 25px
}

.sidebar-one__info li {
    padding: 0 0 0 28px;
    margin-bottom: 15px
}

.sidebar-one__info li i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 16px;
    color: var(--bs-primary);
    line-height: inherit
}

.sidebar-one__content .bs-social_widget {
    margin: 35px 0 25px
}

.sidebar-one__content .bs-header_form form {
    width: 280px;
    overflow: hidden;
    border-radius: 5px
}

.sidebar-one__content .bs-header_form .btn-theme {
    color: var(--bs-white);
    background-color: transparent
}

.music-img {
    overflow: hidden;
    width: 100%
}

.music-img img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.music-progress .progress-bar {
    background: #ffe7ca;
    height: .4rem;
    width: 100%;
    position: relative;
    display: none
}

.progress {
    width: 0;
    height: 100%
}

.duration {
    display: flex;
    color: var(--bs-primary);
    justify-content: space-between
}

.duration span {
    font-size: .7rem;
    padding: 2px 8px;
    border-radius: 15px
}

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

.playpause {
    font-size: 1.7rem;
    height: 4.5rem;
    width: 4.5rem;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center
}

.fa-play {
    display: inline-block;
    left: .1rem
}

.music-progress {
    margin-top: -25px;
    z-index: 3
}

.color {
    color: #fc00b0
}

.mp-animation {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    overflow: hidden
}

.mp-animation>div {
    display: inline-block;
    height: 10rem;
    border-left: .3rem dotted #d2d2d2;
    margin-right: .2rem;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(0.79, 0.58, 0.15, 0.76);
    animation-iteration-count: infinite
}

.mp-animation>div:first-child {
    margin-left: .2rem
}

.mp-playing-animation>div:first-child {
    animation-delay: 0s;
    animation-name: bounce;
    height: 6rem
}

.mp-animation>div:nth-child(2) {
    height: 4rem
}

.mp-animation>div:nth-child(3) {
    animation-delay: .1s;
    height: 6rem
}

.mp-playing-animation>div:nth-child(4) {
    animation-delay: .15s;
    animation-name: bounce
}

.mp-animation>div:nth-child(5) {
    animation-delay: .2s;
    height: 7rem
}

.mp-animation>div:nth-child(6) {
    animation-delay: .25s;
    height: 3rem
}

.mp-playing-animation>div:nth-child(7) {
    animation-delay: .3s;
    animation-name: bounce
}

.mp-animation>div:nth-child(8) {
    animation-delay: .35s;
    height: 7rem
}

.mp-playing-animation>div:nth-child(9) {
    animation-delay: .4s;
    animation-name: bounce
}

.mp-animation>div:nth-child(10) {
    animation-delay: .45s;
    height: 4rem
}

.mp-animation>div:nth-child(11) {
    animation-delay: .5s;
    height: 2rem
}

.mp-playing-animation>div:nth-child(12) {
    animation-delay: .55s;
    animation-name: bounce
}

.mp-animation>div:nth-child(13) {
    animation-delay: .6s;
    height: 7rem
}

.mp-animation>div:nth-child(14) {
    animation-delay: .65s;
    height: 5rem
}

.mp-playing-animation>div:nth-child(15) {
    animation-delay: .7s;
    animation-name: bounce
}

.mp-animation>div:nth-child(16) {
    animation-delay: .75s;
    height: 6rem
}

.mp-playing-animation>div:nth-child(17) {
    animation-delay: .8s;
    animation-name: bounce
}

.mp-animation>div:nth-child(18) {
    animation-delay: .85s;
    height: 1rem
}

.mp-playing-animation>div:nth-child(19) {
    animation-delay: .9s;
    animation-name: bounce
}

.mp-animation>div:nth-child(20) {
    animation-delay: .95s;
    height: 4rem
}

.mp-playing-animation>div:nth-child(21) {
    animation-delay: 1s;
    animation-name: bounce
}

.mp-animation>div:nth-child(22) {
    animation-delay: 1.05s;
    height: 5rem
}

.mp-animation>div:nth-child(23) {
    animation-delay: 1.1s;
    height: 2rem
}

.mp-animation>div:nth-child(24) {
    animation-delay: 1.15s;
    height: 6rem
}

.mp-playing-animation>div:nth-child(25) {
    animation-delay: 1.2s;
    animation-name: bounce
}

.mp-animation>div:nth-child(26) {
    animation-delay: 1.25s;
    height: 7rem
}

.mp-animation>div:nth-child(27) {
    animation-delay: 1.3s
}

.mp-animation>div:nth-child(28) {
    animation-delay: 1.35s;
    height: 3rem
}

.mp-playing-animation>div:nth-child(29) {
    animation-delay: 1.4s;
    animation-name: bounce
}

.mp-animation>div:nth-child(30) {
    animation-delay: 1.45s;
    height: 6rem
}

.mp-animation>div:nth-child(31) {
    animation-delay: 1.55s;
    height: 9rem
}

.mp-playing-animation>div:nth-child(32) {
    animation-delay: 1.6s;
    animation-name: bounce
}

.mp-animation>div:nth-child(33) {
    animation-delay: 1.65s;
    height: 4rem
}

.mp-playing-animation>div:nth-child(34) {
    animation-delay: 1.7s;
    animation-name: bounce
}

.mp-animation>div:nth-child(35) {
    animation-delay: 1.75s;
    height: 2rem
}

.mp-animation>div:nth-child(36) {
    animation-delay: 1.8s;
    height: 6rem
}

.mp-playing-animation>div:nth-child(37) {
    animation-delay: 1.85s;
    animation-name: bounce
}

.mp-animation>div:nth-child(38) {
    animation-delay: 1.9s;
    height: 3rem
}

.mp-playing-animation>div:nth-child(39) {
    animation-delay: 1.95s;
    animation-name: bounce
}

.mp-animation>div:nth-child(40) {
    animation-delay: 2s;
    height: 6rem
}

.mp-animation>div:nth-child(41) {
    animation-delay: 2.05s;
    height: 4rem
}

.mp-playing-animation>div:nth-child(42) {
    animation-delay: 2.15s;
    animation-name: bounce
}

.mp-animation>div:nth-child(43) {
    animation-delay: 2.2s;
    height: 7rem
}

.mp-playing-animation>div:nth-child(44) {
    animation-delay: 2.25s;
    animation-name: bounce
}

.mp-animation>div:nth-child(45) {
    animation-delay: 2.3s;
    height: 5rem
}

.mp-animation>div:nth-child(46) {
    animation-delay: 2.35s;
    height: 3rem
}

.mp-playing-animation>div:nth-child(47) {
    animation-delay: 2.4s;
    animation-name: bounce
}

.mp-animation>div:nth-child(48) {
    animation-delay: 2.45s;
    height: 6rem
}

.mp-playing-animation>div:nth-child(49) {
    animation-delay: 2.5s;
    animation-name: bounce
}

.mp-animation>div:nth-child(50) {
    animation-delay: 2.55s;
    height: 2rem
}

.mp-animation>div:nth-child(51) {
    animation-delay: 2.6s;
    height: 6rem
}

.mp-animation>div:nth-child(52) {
    animation-delay: 2.65s;
    height: 7rem
}

.mp-playing-animation>div:nth-child(53) {
    animation-delay: 2.7s;
    animation-name: bounce
}

.mp-animation>div:nth-child(54) {
    animation-delay: 2.75s;
    height: 2rem
}

.mp-playing-animation>div:nth-child(55) {
    animation-delay: 2.8s;
    animation-name: bounce
}

.mp-animation>div:nth-child(56) {
    animation-delay: 2.85s;
    height: 1rem
}

.mp-playing-animation>div:nth-child(57) {
    animation-delay: 2.9s;
    animation-name: bounce
}

.mp-animation>div:nth-child(58) {
    animation-delay: 2.95s;
    height: 6rem
}

.mp-playing-animation>div:nth-child(59) {
    animation-delay: 3s;
    animation-name: bounce
}

.mp-animation>div:nth-child(60) {
    animation-delay: 3.05s;
    height: 3rem
}

.mp-animation>div:nth-child(61) {
    animation-delay: 3.1s;
    height: 6rem
}

.mp-animation>div:nth-child(62) {
    animation-delay: 3.15s;
    height: 5rem
}

.mp-playing-animation>div:nth-child(63) {
    animation-delay: 3.2s;
    animation-name: bounce
}

.mp-animation>div:nth-child(64) {
    animation-delay: 3.25s;
    height: 7rem
}

.mp-playing-animation>div:nth-child(65) {
    animation-delay: 3.3s;
    animation-name: bounce
}

.mp-animation>div:nth-child(66) {
    animation-delay: 3.35s;
    height: 5rem
}

.mp-playing-animation>div:nth-child(67) {
    animation-delay: 3.4s;
    animation-name: bounce
}

.mp-animation>div:nth-child(68) {
    animation-delay: 3.45s;
    height: 3rem
}

.mp-animation>div:nth-child(69) {
    animation-delay: 3.5s;
    height: 6rem
}

.mp-playing-animation>div:nth-child(70) {
    animation-delay: 3.55s;
    animation-name: bounce
}

.mp-animation>div:nth-child(71) {
    animation-delay: 3.6s;
    height: 4rem
}

.mp-playing-animation>div:nth-child(72) {
    animation-delay: 3.65s;
    animation-name: bounce
}

.mp-animation>div:nth-child(73) {
    animation-delay: 3.7s;
    height: 6rem
}

.mp-playing-animation>div:nth-child(74) {
    animation-delay: 3.75s;
    animation-name: bounce
}

@keyframes bounce {
    0%,
    100% {
        height: 10rem
    }
    50% {
        height: 7.5rem
    }
}

.entry-content a,
.logged-in-as a {
    color: var(--bs-primary);
    text-decoration: underline;
    transition: .3s
}

.comment-author a,
.comment-content a:focus,
.comment-content a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.entry-content a:focus,
.entry-content a:hover,
.logged-in-as a:focus,
.logged-in-as a:hover {
    text-decoration: none
}

.comment-content blockquote>ul,
.comment-content li>ul,
.entry-content blockquote>ul,
.entry-content li>ul,
.entry-summary blockquote>ul,
.entry-summary li>ul {
    margin-left: 2rem
}

.gallery {
    margin: 0 -1.1666667% 1.75em
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: .8125rem;
    line-height: 1.6153846154;
    padding-top: .5384615385em
}

.comments-area {
    padding: 20px;
    margin: 30px 0;
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / 7%);
    background-color: var(--bs-white)
}

.bs-card-404,
.pagination .nav-links .page-numbers {
    box-shadow: rgba(0, 0, 0, .1) 0 7px 15px -3px, rgb(227 180 138 / 5%) 0 4px 6px -2px;
    position: relative;
    text-align: center
}

.comments-area .comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 2.5rem
}

.comments-area form p {
    vertical-align: middle
}

.comment-form-comment,
.comment-form-cookies-consent,
.comment-form-url {
    flex-basis: 100%
}

.comment-form-author,
.comment-form-email {
    flex: auto
}

.comments-area form p [type=checkbox] {
    margin-right: .125rem
}

.comment-list,
.comment-list .children {
    list-style: none;
    padding: 0
}

.comment-list ol {
    margin-left: 20px
}

.comment-body {
    margin-left: 65px;
    margin-bottom: 1rem
}

.comment-author {
    position: relative;
    z-index: 2
}

.comment-author .avatar {
    width: 50px;
    height: auto;
    position: absolute;
    left: -73px;
    border-radius: 50%;
    background-color: #fff
}

.comment-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    font-size: 14px
}

.comment-metadata a {
    font-weight: 400;
    text-decoration: none
}

.comment-metadata a.comment-edit-link {
    margin-left: 1em;
    font-size: 1rem;
    text-decoration: none
}

.comment-content a {
    color: var(--bs-primary);
    text-decoration: underline
}

.comment-body .reply {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 1.25rem
}

.comment-reply-link {
    text-decoration: none;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 600
}

.comment-reply-link:before {
    content: "\f3e5";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-right: 6px
}

.comment-reply-link .icon {
    color: #222;
    left: -2em;
    height: 1em;
    position: absolute;
    top: 0;
    width: 1em
}

.children .comment-author .avatar {
    width: 30px;
    height: 30px;
    left: -53px
}

.comments-pagination {
    margin: 2em 0 3em
}

.author-details {
    border: 1px solid var(--bs-border);
    background-color: #fff;
    padding: 20px;
    margin-bottom: 2.5rem
}

.author-details img {
    border-radius: 100%;
    border: 3px solid var(--bs-border)
}

.author-details-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 2.5rem
}

.author-content h5 a {
    color: inherit;
    text-decoration: none
}

.pagination {
    justify-content: center;
    padding: 30px 0 0
}

.pagination .nav-links .page-numbers {
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin: 2px;
    border: none;
    font-weight: 700;
    font-size: 20px;
    color: var(--bs-primary);
    background-color: var(--bs-white);
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s
}

.pagination .nav-links .page-numbers.current,
.pagination .nav-links .page-numbers:focus,
.pagination .nav-links .page-numbers:hover {
    background-color: var(--bs-heading);
    color: var(--bs-white)
}

.breadcrumb-area {
    width: 100%;
    position: relative;
    z-index: 2;
    height: auto;
    display: flex;
    align-items: center;
    min-height: 100px;
    background-color: var(--breadcrumb-bg-color, var(--bs-heading))
}

.breadcrumb-area.bg_image {
    background-image: var(--breadcrumb-bg-image);
    background-attachment: var(--breadcrumb-bg-attachment);
    background-repeat: var(--breadcrumb-bg-repeat);
    background-position: var(--breadcrumb-bg-position);
    background-size: var(--breadcrumb-bg-size)
}

.breadcrumb-area.bg_image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--breadcrumb-bg-overlay, var(--bs-heading));
    opacity: .8;
    z-index: -1
}

.breadcrumb-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    color: var(--bs-white);
    padding: 20px 0
}

.breadcrumb-content .breadcrumb-heading h1 {
    font-size: clamp(20px, 2.5vw, 26px);
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
    color: var(--bs-white)
}

.breadcrumb-links span {
    display: inline-block;
    margin-left: 5px
}

.section-404 {
    padding: 80px 0;
    position: relative
}

.bs-card-404 {
    padding: 50px;
    border-radius: 20px;
    background-color: var(--bs-white)
}

.bs-card-404 .bs-error {
    font-size: 60px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--bs-heading)
}

.bs-card-404 .bs-404-title {
    font-size: 150px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--bs-heading);
    text-shadow: 5px 10px 0 #e4e4e6
}

.bs-card-404 h4 {
    font-weight: 700;
    color: var(--bs-heading);
    margin-bottom: 20px
}

.bs-card-404 p {
    font-weight: 400;
    -webkit-transition: .3s;
    transition: .3s
}

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

.wpcf7 form p {
    flex: 100%;
    margin-bottom: 20px
}

.wpcf7 label {
    width: 100%
}

.wpcf7 form p:has([name=your-email]) {
    margin-left: 6%
}

.wpcf7 form p:has([name=your-email]),
.wpcf7 form p:has([name=your-name]) {
    flex: 0 0 47%
}

.footer_subscribe_form [type=email] {
    background-color: var(--bs-white) !important;
    color: var(--bs-heading)
}

.mc4wp-form [type=email],
.mc4wp-form [type=submit] {
    display: inline-block;
    border-radius: 50px;
    width: calc(100% - 134px)
}

.mc4wp-form [type=submit] {
    width: 130px
}

header .btn-grp {
    display: flex;
    justify-content: end
}

header .btn-grp .btn {
    padding: 0 5px
}

header .btn-grp .btn a {
    display: inline-block;
    overflow: hidden;
    color: #fff;
    padding: 10px 16px;
    background: #c74000;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap
}

header .btn-grp .btn-register a:hover span {
    transform: rotate(360deg)
}

header .btn-grp .btn.btn-login a {
    background: #fff;
    color: #ff9600;
    position: relative
}

header .btn-grp .btn.btn-login a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    transition: left .3s;
    z-index: 1
}

header .btn-grp .btn.btn-login a:hover:before {
    left: 100%
}

.download-app {
    padding: 30px 0
}

.download-app-list {
    display: flex;
    gap: 25px;
    list-style: none
}

.download-app-list li a {
    display: block;
    overflow: hidden
}

.download-app-list li a img {
    transition: .2s ease-in-out
}

.download-app-list li a:hover img {
    transform: scale(1.2)
}

.section-intro h1 {
    color: #df1500;
    font-size: 2.2em
}

.block-list-style {
    list-style: none;
    margin-bottom: 1rem
}

.block-list-style li {
    padding-left: 45px;
    position: relative
}

.block-list-style li:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 16px;
    background: url('https://k8686.com/wp-content/uploads/2024/10/Cubet-logo.gif') center/contain no-repeat;
    left: 6px;
    top: 5px
}

.bs-main_footer .widget h3.widget_title {
    margin-bottom: 18px;
    font-size: 1.5rem
}

#footer-1 aside {
    max-width: 500px;
    font-size: 18px
}

#footer-2 ul li,
#footer-3 ul li {
    padding: 3px 0;
    font-size: 16px
}

#footer-4 #menu-menu-tags li {
    display: inline;
    padding-right: 10px;
    position: relative;
    white-space: nowrap
}

#footer-4 #menu-menu-tags li:after {
    content: '|';
    position: relative;
    right: -5px;
    top: 0
}

#footer-4 #menu-menu-tags a {
    pointer-events: none;
    cursor: text
}

#footer-4 #nav_menu-5 {
    margin-bottom: -25px
}

.sidebar .wp-block-search__button {
    white-space: nowrap;
    font-size: .8em;
    padding: 5px 15px;
    font-weight: 500
}

.category .blog-post-item {
    display: flex
}

.category .blog-post-item .blog_content {
    max-width: 60%;
    padding-left: 20px
}

#ez-toc-container {
    width: 100% !important
}

.widget:not(.widget_recent_comments,
.widget_rss) ul li a {
    font-size: 16px;
    text-decoration: none
}

.blog_content ul,
.page-content ul {
    padding: 0 0 0 1.5rem
}

.bs-author_content .follow-social a {
    align-items: center;
    width: fit-content;
    text-decoration: none;
    font-weight: 500;
    color: #00000094;
    display: flex;
    background: #e6e6e6;
    border-radius: 5px;
    padding: 0 0 0 4px;
    border: 1px solid #e4e4e4;
    margin-top: 1rem
}

.bs-author_content .follow-social .a2a_svg {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    padding: 0;
    pointer-events: none;
    width: 32px
}

.category-page-content h1.page-title {
    color: #003898;
    font-size: 2rem
}

.breadcrumb-heading span {
    font-size: 26px;
    font-weight: 700
}

.home .blog_content h1 {
    color: #ff3100;
    font-size: 28px;
	line-height: 34px;
    text-align: center
}

.home .blog_content h2 {
    color: #036793;
    font-size: 28px
}

@media (max-width:767px) {
    .bs-header_wrapper .bs-navbar_wraper {
        min-height: 72px
    }
    .mainvisual {
        min-height: 100px
    }
    .post-widget-box.about-widget .widget_content {
        flex-wrap: wrap
    }
    .post-widget-box.about-widget .bs-author_content {
        width: 100%
    }
}
.float-contact {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 999;
}

.contact-items {
    display: block;
    opacity: .6;
    margin-bottom: 6px;
    line-height: 0;
}

.contact-items img{
    border-radius: 50%;
}