:root {
    --bxsh: 0 1px 3px rgb(0 0 0 / 15%);
    --bxshover: 0 4px 60px 0 rgba(0, 0, 0, 0.2);
    --bstras: 0 4px 60px 0 rgba(0, 0, 0, 0.2)
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.78;
    text-decoration: none
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #0025ff
}

a {
    text-decoration: inherit;
    transition: all .3s ease-out
}

a:focus {
    outline: 1px solid;
    text-decoration: underline
}

input[type="radio"], input[type="checkbox"] {
    display: inline
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
    color: #545454;
    box-shadow: 0 0 0 .063rem rgb(84 84 84 / .25) !important
}

select {
    background-clip: padding-box;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 0;
    color: #444;
    display: block;
    font-weight: 400;
    overflow: hidden;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
    color: var(--text-color);
    background: var(--box-color);
    background-image: -webkit-linear-gradient(#fff0, #fff0);
    border: 2px solid #e5e5e5;
    border-radius: 0;
    display: block;
    padding: 13px 16px;
    width: 100%;
    outline: 0
}

.form-group input[type="text"], .form-group input[type="email"] {
    height: 40px
}

button, input[type="button"], input[type="submit"], input[type="reset"] {
    padding: 10px 35px;
    line-height: 30px;
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
    border-width: 2px;
    border-style: solid;
    transition: all 0.4s ease-in-out 0s
}

input[type="submit"]:hover, input[type="reset"]:hover, button:hover, input[type="submit"]:focus, input[type="reset"]:focus, button:focus {
    transition: all 0.3s ease 0s;
    outline: none;
    box-shadow: 0 4px 20px -5px rgb(0 0 0 / .5)
}

table {
    border-collapse: collapse;
    margin: 0 0 24px;
    width: 100%;
    word-wrap: break-word
}

table, th, td {
    border: 1px solid #e9e9e9
}

th {
    background: #f6f6f6;
    color: #01012f;
    padding: 8px 11px;
    text-align: left
}

td {
    padding: 8px 11px
}

table, th, td {
    border: 1px solid #e9e9e9
}

.content table, .single table {
    border-collapse: collapse;
    margin: 0 0 24px;
    width: 100%;
    word-wrap: break-word
}

.content th, .single th, .wp-block-calendar table th {
    background: #f6f6f6;
    color: #01012f;
    padding: 8px 11.2px;
    text-align: left;
    font-weight: 700
}

.content td, .single td {
    padding: 8px 11.2px
}

.content table, .single table .content th, .single th .content td, .single td {
    border: 1px solid #e9e9e9
}

address {
    margin: 0 0 1.6rem;
    line-height: 2
}

pre {
    margin-bottom: 32px;
    max-width: 100%;
    overflow: auto;
    padding: 16px
}

mark, ins, .mark {
    padding: 2px 5px;
    border-radius: 3px
}

hr {
    background-color: #e9e9e9;
    border: 0;
    height: 1px
}

code, kbd, tt, var {
    font-size: 16px
}

code, kbd, tt, var, samp, pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

abbr, acronym {
    border-bottom: 1px dotted #e9e9e9;
    cursor: help
}

iframe {
    border: 0
}

big {
    font-size: 125%
}

s, strike, del {
    text-decoration: line-through
}

em, cite, q {
    font-style: italic
}

ins, mark {
    text-decoration: none;
    padding: 0 3px
}

code {
    color: #444
}

legend {
    color: #000;
    padding: 5px 10px;
    font-weight: 600;
    display: table;
    max-width: 100%;
    border-bottom: none;
    width: auto;
    padding: 0;
    white-space: normal
}

.gallery .gallery-icon img {
    height: auto;
    max-width: 100%;
    padding: 0;
    border: 5px solid #fff;
    -moz-box-shadow: 0 0 5px 2px rgb(45 20 20 / .3);
    -webkit-box-shadow: 0 0 5px 2px rgb(45 20 20 / .3);
    box-shadow: 0 0 5px 2px rgb(45 20 20 / .3)
}

fieldset {
    margin-bottom: 1rem;
    border: 1px solid #e9e9e9;
    margin: 0 2px;
    padding: .35rem .95rem .75rem
}

fieldset p {
    margin: 0 0 20px
}

.post-edit-link i {
    margin-left: 0
}

::-webkit-input-placeholder {
    color: #463838
}

:-moz-placeholder {
    color: #463838
}

::-moz-placeholder {
    color: #463838
}

:-ms-input-placeholder {
    color: #463838
}

.responsive-video iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: none;
    border-radius: 0
}

.bs-card-box {
    background: var(--bg-color);
    color: var(--text-color);
    box-shadow: var(--bxsh);
    overflow: hidden
}

.wrapper {
    overflow: hidden
}

.wd-back {
    padding: 20px;
    box-shadow: 0 1px 3px rgb(0 0 0 / .15);
    margin-bottom: 20px
}

.modal .btn-close {
    line-height: 1;
    opacity: 1
}

#wp-custom-header img {
    width: 100%;
    display: block
}

blockquote {
    position: relative;
    width: 100%;
    border-width: 0 0 0 5px;
    border-style: solid;
    padding-left: 8px;
    padding: 30px;
    border-radius: 10px
}

blockquote::before {
    content: "\f10d";
    display: table;
    float: left;
    font-family: 'Font Awesome 5 Free';
    font-size: 28px;
    margin-top: -10px;
    font-weight: 900;
    width: 6%
}

blockquote p {
    font-style: italic;
    width: 94%;
    display: table;
    margin-bottom: 0
}

.bshre {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    transition: all 0.3s linear
}

.bshre:hover {
    transform: translateY(-8px)
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0
}

.pagination > li > a, .pagination > li > span {
    margin: 0 6px 10px;
    border-radius: 0;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    transition: all 0.3s ease 0s
}



.navigation.pagination > li:first-child > a, .navigation.pagination > li:first-child > span {
    border-radius: 0
}


.single-nav-links a, .single-nav-links span {
    margin: 0 6px 10px;
    height: 40px;
    box-shadow: 0 1px 3px rgb(0 0 0 / .15);
    transition: all 0.3s ease 0s;
    padding: 8px 15px
}



.nav-links a, .single-nav-links a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.2;
    width: 100%;
    word-break: break-word
}



.navigation p {
    margin-bottom: 10px
}


.comments-area .reply a {
    text-decoration: none
}

.bs-social li {
    display: inline-flex;
    margin-bottom: 5px;
    border-bottom: none
}

.bs-social li a {
    margin: 2px 2.5px
}

.bs-social li a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.bs-social li a i:hover::after {
    height: 100%
}

.bs-social li a i::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s
}
.bs-default [role=button] {
    cursor: pointer;
    padding: 15px 0
}

.padding-20 {
    padding: 10px
}

.switch input {
    display: none
}

.bs-default .bs-header-main {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll
}

.bs-default .navbar-wp {
    margin: 0;
    z-index: 999;
    transition: all 1s ease-out;
    border-radius: 0;
    height: auto
}

.bs-default .navbar-header {
    height: auto
}

.bs-default .navbar-header img {
    width: 100%;
    height: 100%
}

.bs-default .navbar-wp .navbar-nav > li > a {
    padding: 15px 15px;
    font-weight: bold;
}

.bs-default .navbar-wp .navbar-nav > li > a:hover, .bs-default .navbar-wp .navbar-nav > li > a:focus, .bs-default .navbar-wp .navbar-nav > .active > a, .bs-default .navbar-wp .navbar-nav > .active > a:hover, .bs-default .navbar-wp .navbar-nav > .active > a:focus {
    opacity: .8
}

.bs-default [role=button] {
    cursor: pointer;
    padding: 15px 0
}

.bs-default .bs-header-main .inner {
    display: flex;
    padding: 0;
    margin: 0;
    height: 200px;
    align-items: center;
    text-align: center
}

.bs-default .navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column
}

.bs-default .bs-header-main .inner {
    height: auto;
    padding: 70px 0 0;
    position: relative
}

.bs-default .navbar-brand {
    height: 100px
}

.bs-default .navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.bs-default .navbar-brand {
    margin-right: unset;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-default .navbar-wp {
    margin: 0;
    padding: 0;
    border-radius: 0;
    z-index: 1000;
    background: #fff0;
    margin: 30px 0
}

.bs-default .navbar-collapse ul {
    box-shadow: var(--bxsh)
}

.navbar-brand {
    font-size: 26px;
    height: auto;
    line-height: 25px;
    margin-right: 50px;
    padding: 15px 0;
    text-shadow: 2px 2px 1px rgb(150 150 183 / .18)
}

.navbar-wp .navbar-nav > li > a {
    padding: 0 12px;
    margin-right: 0;
    font-size: 16px;
    letter-spacing: .5px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    margin-bottom: 0;
    font-weight: 600;
    display: block;
    font-family: 'Josefin Sans', sans-serif
}

.navbar-nav {
    justify-content: center
}

.navbar-wp .navbar-nav > .active > a, .navbar-wp .navbar-nav > .active > a:hover, .navbar-wp .navbar-nav > .active > a:focus {
    background: none
}

.navbar-wp .navbar-nav > li > ul > li > a i {
    padding-right: 10px
}

.navbar-wp .navbar-nav > .disabled > a, .navbar-wp .navbar-nav > .disabled > a:hover, .navbar-wp .navbar-nav > .disabled > a:focus {
    background-color: #fff0
}

.navbar-wp .navbar-nav > .open > a, .navbar-wp .navbar-nav > .open > a:hover, .navbar-wp .navbar-nav > .open > a:focus {
    background: #fff0
}

.navbar-base .navbar-nav > .open > a, .navbar-base .navbar-nav > .open > a:hover, .navbar-base .navbar-nav > .open > a:focus {
    background: #fff0
}

.navbar-wp [data-bs-toggle=offcanvas] {
    cursor: pointer;
    padding: 0
}

[role=button] {
    cursor: pointer;
    padding: 15px
}

.navbar-nav {
    justify-content: center
}

.navbar-toggler.x {
    padding: 5px
}

.navbar-toggler.x:focus, .right-nav a:focus {
    outline: none;
    border: 1px solid
}

@-moz-keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}

@-webkit-keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}

@-o-keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}

@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}

.navbar-wp .dropdown-menu > li, .navbar-wp .dropdown-menu > li:last-child {
    border: 0
}

.navbar-wp .dropdown-menu > li > a {
    padding: 8px 15px;
    display: block;
    transition: .3s;
    font-weight: 500
}

.navbar-wp .navbar-brand {
    line-height: 20px;
    padding: 15px 0;
    transition: all 0.25s ease-out 0s;
    font-size: 2.5rem;
    font-weight: bold;
}

.m-header {
    display: none
}

.desk-header .msearch:focus {
    outline: none
}

.desk-header .msearch {
    padding: 8px
}

.bs-default .desk-header .msearch {
    padding: 8px 10px
}

.right-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 1;
    box-shadow: var(--bxsh);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #0025ff;
    color: #fff;
}

.right-nav a:hover::after {
    height: 100%
}

.right-nav a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s
}

.right-nav a {
    margin-right: .5rem
}

.missed {
    padding-top: 0;
    padding-bottom: 10px
}

.missed-area {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns:repeat(4, minmax(0, 1fr))
}

.missed .bs-blog-post.three.md .title, .bs-single-related .bs-blog-post.three.md .title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 25px;
    padding-bottom: 25px;
    background: linear-gradient(to top, #0c0c0cbf, #5f5d5d9c);
}

.bs-widget-title {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    border-style: solid;
    border-width: 0 0 1px 0
}

.bs-widget-title .title {
    margin-bottom: 0;
    padding: 5px 0;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: capitalize
}

.bs-widget-title .title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 50%;
    bottom: -2px;
    left: 0
}

.bs-widget-title .title:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 50%;
    bottom: -1px;
    right: 0
}

.bs-widget-title.two .title {
    padding: 5px 10px
}

.bs-widget-title.two .title:before, .bs-widget-title.two .title:after {
    display: none
}

.bs-widget-title.three .title {
    padding-left: 10px
}

.bs-widget-title.three .title:before, .bs-widget-title.three .title:after {
    position: absolute;
    top: 0;
    content: '';
    left: 0
}

.bs-widget-title.three .title:before {
    width: 3px;
    height: 16px
}

.bs-widget-title.three .title:after {
    width: 16px;
    height: 3px
}

.bs-widget {
    margin-bottom: 30px
}

.wp-block-tag-cloud a, .tagcloud a {
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 6px 12px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 0;
    text-transform: capitalize;
    border-width: 1px;
    border-style: solid
}

.bs-widget .bs-widget-tags a, .bs-sidebar .bs-widget .tagcloud a {
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 6px 12px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 0;
    text-transform: capitalize;
    border-width: 1px;
    border-style: solid
}

.bs-widget.promo h5 {
    z-index: 1;
    font-size: 16px;
    font-weight: 500
}

.bs-widget.promo h5 a {
    z-index: 1;
    padding: 10px 20px
}

#content {
    padding-top: 20px;
    padding-bottom: 20px
}

.bs-widget.widget_text h2 {
    font-size: 22px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 600
}

.bs-ads-area img {
    max-width: 100%
}

.bs-blog-post {
    margin-bottom: 30px;
    box-shadow: var(--bxsh);
    overflow: hidden;
    border-radius: 0
}

.bs-blog-post.three.md {
    width: 100%;
    height: 200px
}

.bs-blog-post.text-start .bs-blog-category {
    justify-content: flex-start
}

.bs-blog-post.text-center .bs-blog-category {
    justify-content: center
}

.bs-blog-post.text-end .bs-blog-category {
    justify-content: flex-end
}

.bs-blog-post:hover {
    box-shadow: var(--bxshover)
}

.back-img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important
}

.bs-blog-post .bs-blog-thumb img {
    max-width: 100%;
    height: 100%;
    object-fit: cover
}

.bs-blog-post p {
    word-break: break-word
}

.bs-blog-post.two .small {
    margin: 0 20px;
    position: relative;
    top: -60px
}

.bs-blog-post.three {
    position: relative
}


.bs-blog-post.three.sm {
    height: 185px
}

.bs-blog-post.three .bs-blog-category {
    z-index: 5;
    padding-left: 25px;
}

.bs-blog-post.three .title {
    z-index: 5
}

.bs-blog-post.three .title.sm {
    font-size: 18px;
    margin-bottom: 0
}

.bs-blog-post.three .inner {
    position: absolute;
    bottom: 0;
    /*padding: 25px;*/
    z-index: 5;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column
}

.bs-blog-post.three .inner:after {
    /*position: absolute;*/
    content: '';
    /*width: 100%;*/
    /*height: 100%;*/
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: 0;*/
    background-image: linear-gradient(180deg, #fff0 0, #fff0 45%, rgb(0 0 0 / .4) 60%, #000000d9 100%)
}

.list-blog p {
    margin-bottom: 0
}

.list-blog.bs-blog-post .small {
    padding: 0;
    font-size: 17px;
    margin-top: auto;
    margin-bottom: auto
}

.list-blog .bs-blog-category {
    justify-content: flex-start
}

.bs-recent-blog-post .small-post .img-small-post img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bs-recent-blog-post .small-post .img-small-post.full img {
    max-width: 100%;
    height: auto
}
.bs-recent-blog-post .small-post .title {
    margin-bottom: 0
}

.bs-recent-blog-post .bs-blog-meta span {
    font-size: 12px
}

.small-post .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2
}

.bs-widget .small-post-content .title {
    font-weight: 600;
    line-height: 1.2;
    text-align: left
}

.featured-widget-content .bs-blog-post:hover {
    box-shadow: var(--bxsh)
}

.bs-slide .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 65%;
    height: auto;
    padding: 30px 15px;
    text-align: center;
    z-index: 1;
    position: relative
}

.bs-slide .inner::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: .8
}

.bs-slide.three .inner {
    width: 100%
}

.bs-slide .inner .title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px
}

.bs-slide.colmn .inner .title {
    font-size: 24px;
    font-weight: 700
}

.bs-slide.two.colmn .inner {
    width: 90%
}

.bs-blog-category {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: -4px;
    margin-right: -4px
}

.bs-blog-category a {
    font-size: 14px;
    padding: 4px 8px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 1px;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center
}

.bs-blog-category a i {
    font-size: 10px;
    margin-right: 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.bs-blog-post.single .bs-header .title {
    font-size: 38px;
    font-weight: 800
}

.bs-blog-post .title.sm {
    font-size: 22px;
    line-height: 1.2
}

.bs-blog-post .title {
    margin-bottom: 0;
    text-decoration: none;
    word-break: break-word
}

.bs-blog-post .small {
    padding: 20px 10px;
    font-size: 17px
}

.bs-post-meta a {
    display: inline-block
}

.bs-blog-meta span {
    padding-right: 8px;
    font-size: 14px;
    font-weight: 500
}

.bs-blog-meta span a span {
    padding-right: 4px
}

.bs-blog-meta .bs-author .auth img {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    margin-left: 1px;
    display: unset;
    box-shadow: 0 2px 8px 1px rgb(33 33 33 / .3)
}

.bs-author-pic img {
    width: 80px;
    height: 80px
}

.post-share-icons a {
    width: 36px;
    height: 36px;
    margin-right: .538rem;
    text-align: center;
    line-height: 36px;
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.2s
}

.post-share-icons a:hover {
    box-shadow: var(--bxshover)
}

.bs-blog-post.single {
    text-align: start
}

.bs-blog-post .single .nav-links div {
    box-sizing: border-box;
    flex-basis: 50%
}

.bs-blog-post .bs-header {
    padding: 10px
}

.bs-blog-post .bs-header .bs-author-pic img {
    width: 50px;
    height: 50px
}

.bs-info-author-block .bs-author-pic img {
    margin: 0;
    border-radius: 50%;
    box-shadow: 0 2px 8px 1px rgb(33 33 33 / 30%);
    width: 80px;
    height: 80px;
    max-width: unset !important;
    object-fit: cover
}

#comments img {
    max-width: 100%
}

.reply a {
    font-size: 14px;
    padding: 5px 17px;
    font-weight: 700;
    transition: 0.3s ease-in-out 0s;
    border-radius: 0;
    display: inline-block;
    border-width: 1px;
    border-style: solid
}

.bs-breadcrumb-section {
    margin-top: 0;
    margin-bottom: 20px
}

.bs-breadcrumb-section .overlay {
    padding: 10px 0;
    position: relative;
    box-shadow: var(--bxsh)
}

.bs-breadcrumb-section .breadcrumb span {
    word-break: break-word
}

.bs-breadcrumb-section .breadcrumb {
    margin-bottom: 0
}

.bs-breadcrumb-section .breadcrumb, .bs-breadcrumb-section .breadcrumb a {
    font-size: 13px
}

.bs-breadcrumb-title h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    line-height: 48px;
    padding-bottom: 0
}

.bs-page-breadcrumb > li {
    display: inline-block
}

.bs-page-breadcrumb > li + li:before {
    content: "\f178";
    font-family: 'Font Awesome 5 Free';
    padding: 0 5px
}

.bs-breadcrumb-section .bs-blog-category {
    position: relative;
    left: 0
}

.page-entry-title .bs-breadcrumb-section {
    margin-bottom: 0
}

.page-entry-title .bs-breadcrumb-section .overlay {
    box-shadow: none;
    padding: 0
}

.bs-sidebar a {
    transition: all 0.3s ease 0s
}

.bs-sidebar .bs-widget {
    margin-bottom: 30px;
    padding: 15px 15px 5px 15px;
    border-radius: 0;
    box-shadow: var(--bxsh)
}

.bs-widget ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.bs-widget ul li:last-child {
    border: none;
    margin-bottom: 0
}

.bs-widget ul li {
    display: block;
    letter-spacing: .2px;
    line-height: 22px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid
}

.bs-sidebar .bs-widget h2 form {
    padding: 0 10px
}

.bs-sidebar .bs-widget ul li {
    padding: 10px 0;
    position: relative;
    transition: all 0.4s ease-in-out 0s
}

.bs-sidebar .bs-widget ul li a:hover {
    transition: all 0.4s ease-in-out 0s
}

.bs-sidebar .bs-widget ul.menu li .sub-menu li {
    border-bottom: none;
    padding: 10px 0 0
}

.bs-sidebar .bs-widget .bs-widget-tags a, .bs-sidebar .bs-widget .tagcloud a {
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 6px 12px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 0;
    text-transform: capitalize;
    border-width: 1px;
    border-style: solid
}

.bs-sidebar .bs-widget-tags a:hover, .bs-sidebar .bs-widget .tagcloud a:hover {
    transition: all 0.4s ease-in-out 0s
}

.bs-sidebar .bs-widget ul.bs-social li {
    display: inline-flex;
    border: inherit;
    padding: 0
}

.bs-sidebar .bs-widget ul.bs-social li a i {
    margin: 0;
    text-align: center;
    padding: 0
}

.bs-widget .calendar_wrap table {
    width: 100%;
    font-size: 15px
}

.bs-widget .calendar_wrap table caption {
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 0;
    padding: 5px 12px;
    text-align: center;
    border-width: 1px;
    border-style: solid
}

.bs-widget .calendar_wrap table thead th {
    border-width: 1px;
    border-style: solid
}

.bs-widget .calendar_wrap table tbody td:hover, .bs-widget .calendar_wrap table tbody #today:hover {
    transition: all 0.3s ease 0s
}

.bs-widget .calendar_wrap table tfoot {
    border-width: 1px;
    border-style: solid
}

.bs-widget .calendar_wrap table thead th {
    text-align: center;
    padding: 6px 0
}

.bs-widget .calendar_wrap table tbody td {
    line-height: 1.7;
    transition: background 0.15s ease 0s;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    padding: 3px 5px
}

.bs-widget .calendar_wrap table tfoot {
    font-size: 11px
}

.bs-sidebar .bs-widget .textwidget select, .bs-sidebar .bs-widget .textwidget img {
    width: 100%
}

.bs-sidebar .bs-left-menu-widget ul li {
    border-radius: 0;
    margin: 0;
    padding: 10px 20px
}

ol.wp-block-latest-comments a {
    word-break: break-word
}

.bs-error-404 h1 {
    font-size: 100px;
    line-height: 80px
}

.bs-error-404 h1 i {
    padding: 5px;
    text-shadow: 1px 3px 8px rgb(0 0 0 / .17)
}

.bs-error-404 h4 {
    line-height: 40px
}

.bs-error-404 p {
    line-height: 30px
}

footer .site-branding-text .site-title-footer a {
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600
}

footer .bs-widget ul li {
    border: none
}

footer .bs-widget {
    background: unset
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.bs-footer-copyright {
    padding: 15px 0
}

.bs-footer-copyright .info-right {
    padding: 0;
    margin: 0
}

.bs-footer-copyright .info-right .menu-item {
    list-style: none;
    display: inline-flex
}

.bs-footer-copyright .info-right .nav-link {
    padding: 8px
}

footer .bs-footer-copyright .text-xs {
    margin: auto 0
}

footer ul.menu li.menu-item:before {
    content: ' \  ';
    font-family: ' Font Awesome 6 Free ';
    font-weight: 900;
    margin-right: 10px
}

footer .bs-widget .sub-menu li:first-child {
    margin-top: 10px
}

.text-right {
    text-align: end
}

.text-left {
    text-align: start
}

.bs_upscr {
    bottom: 6%;
    display: none;
    height: 40px;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / .14), 0 3px 1px -2px rgb(0 0 0 / .2), 0 1px 5px 0 rgb(0 0 0 / .12);
}

.bs_upscr:hover {
    opacity: 1
}

.bs_upscr i {
    font-size: 16px;
    line-height: 40px
}

.bs_upscr:hover, .bs_upscr:focus {
    border-width: 2px;
    border-style: solid;
    transition: all 0.3s ease 0s
}

*:focus {
    outline: 0
}

.woocommerce h2 {
    font-size: 22px
}

.woocommerce h3 {
    font-size: 20px
}

.woocommerce ul.products li.product a img:hover {
    opacity: .6
}

.woocommerce-page .woocommerce-ordering select {
    padding: 12px 15px 12px 10px;
    color: #A0A0A0;
    border: 1px solid rgb(0 0 0 / .1);
    border-radius: 0
}

.woocommerce-page .products .product > a:first-child {
    position: relative;
    text-align: center;
    display: block
}

.woocommerce-page .products h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 12px;
    line-height: 25px;
    float: none;
    width: auto;
    margin: 0
}

.woocommerce-page .products a .price del {
    display: inline-block !important;
    line-height: 20px
}

.woocommerce-page .products a .price ins {
    display: inline-block;
    font-weight: 700;
    background: none;
    line-height: 20px;
    margin-left: 10px
}

footer .blogus-widget .woocommerce ul.cart_list li img, footer .blogus-widget .woocommerce ul.product_list_widget li img {
    margin-top: 7px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    background: #fff0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    background: #fff0;
    border: none
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 22px;
    line-height: 25px
}

.related.products h2 {
    font-size: 26px;
    line-height: 40px
}

.woocommerce form .form-row label {
    width: 100%
}

.woocommerce-page .woocommerce-message a {
    padding: 6px 14px;
    font-size: 12px
}

.woocommerce-page .woocommerce-error a {
    padding: 6px 14px;
    font-size: 12px
}

.woocommerce-page .woocommerce-info a {
    padding: 6px 14px;
    font-size: 12px
}

.woocommerce-page .woocommerce .woocommerce-info a {
    opacity: .9
}

.woocommerce nav.woocommerce-pagination ul {
    border: none
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    float: left;
    line-height: 1.42857;
    margin: 6px;
    padding: 6px 12px;
    border-radius: 0
}
.entry-content img {
    margin: 0 0 1.5em 0
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0
}

.wpcf7-form label {
    display: block
}

.gallery-item img {
    width: 100%
}

.screen-reader-text {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    word-wrap: normal !important
}

.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;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.no-js .some-element .screen-reader-text {
    position: static;
    -webkit-clip-path: none;
    clip-path: none;
    width: auto;
    height: auto;
    margin: 0
}

.widget_block h2 {
    margin-bottom: 0;
    padding: 5px 0;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    border-style: solid;
    border-width: 0 0 1px 0
}

.widget_block h2:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 25%;
    bottom: -1px;
    left: 0
}

.bs-blog-post .single a:hover, .bs-blog-post .single a:focus {
    box-shadow: none
}

.bs_model label {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap
}

.bs_model form.search-form {
    display: flex
}

form.search-form {
    display: flex
}

form.search-form label {
    width: 100%
}

form.search-form .search-submit {
    margin-left: -1px;
    padding: 10px 15px
}

@media (min-width: 1200px) {
    .container {
        max-width: 1270px
    }
}

@media (min-width: 992px) {
    .bs-sidebar {
        padding-right: 20px
    }

    .col-lg-9 + .col-lg-3 .bs-sidebar {
        padding-left: 20px;
        padding-right: 0
    }

    .col-lg-8 + .col-lg-4 .bs-sidebar {
        padding-left: 20px;
        padding-right: 0
    }
}

@media (max-width: 991.98px) {

    .m-header {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .m-header .navbar-header {
        text-align: center
    }

    .bs-default .navbar-wp {
        height: auto
    }

    .bs-default .navbar-brand {
        height: auto
    }

    .m-header .navbar-brand img {
        width: 120px;
        height: auto
    }

    .navbar > .container {
        justify-content: center
    }

    .collapse.navbar-collapse {
        position: relative
    }

    .right-nav a.msearch {
        margin: 0
    }

    .bs-sidebar {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .widget_block h2:before {
        width: 12.5%
    }

    .missed-area {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 13px
    }

    .navbar-brand img {
        max-width: 100%
    }

    .bs-blog-thumb .bs-blog-inner .title {
        font-size: 30px
    }

    .bs-slide .inner .title {
        font-size: 18px
    }

    .bs-slide .inner, .bs-slide.two .inner {
        width: 95%
    }

    .text-xs {
        text-align: center
    }

    footer .footer-logo .navbar-brand {
        margin: 0
    }

    .col-lg-8.content-right .list-blog .bs-blog-category {
        justify-content: center
    }

    .missed-area {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }
}

@media (max-width: 575.98px) {
    .bs-blog-post.single .bs-header .title {
        font-size: 32px
    }
}