/*
Theme Name: BlogArise
Author:  Theme
Version: 1.0

*/
:root {
  --bxbr: 3px solid #000;
  --bxbra: 15px;
  --bxsh: 7px 7px 0px #000;
  --bxshover: 8px 8px 0px #000;
  --bstras: 0 4px 60px 0 rgba(0, 0, 0, 0.2);
}
/*---------------------------------------
	Body & Global    
-----------------------------------------*/
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;
}
.bodyback {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}
.boxed {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
}
/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffcc00;
}
a {
  text-decoration: inherit;
  transition: all 0.3s ease-out;
}
a:hover {
  text-decoration: none;
}
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 0.063rem rgba(84, 84, 84, 0.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;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
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(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  border: var(--bxbr);
  border-radius: var(--bxbra);
  display: block;
  padding: 13px 16px;
  width: 100%;
  outline: 0;
  height: 54px;
}
.input-group .form-control {
  height: 40px;
  margin-bottom: 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: bold;
  font-size: 14px;
  border-width: 3px;
  border-style: solid;
  transition: all 0.4s ease-in-out 0s;
  border-radius: var(--bxbra);
}
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 rgba(0, 0, 0, 0.5);
}
.form-control {
  border-radius: 0;
  margin-bottom: 20px;
  box-shadow: inherit;
  padding: 6px 12px;
  line-height: 40px;
  border-width: 2px;
  border-style: solid;
  height: 40px;
}
.form-control:focus {
  box-shadow: inherit;
}
.form-submit {
  margin-bottom: 0;
}
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 {
  color: var(--head-color);
  text-decoration: none;
  padding: 0 3px;
}

code {
  color: #444444;
}
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 rgba(45, 20, 20, 0.3);
  -webkit-box-shadow: 0 0 5px 2px rgba(45, 20, 20, 0.3);
  box-shadow: 0 0 5px 2px rgba(45, 20, 20, 0.3);
}
fieldset {
  margin-bottom: 1rem;
  border: 1px solid #e9e9e9;
  margin: 0 2px;
  padding: 0.35rem 0.95rem 0.75rem;
}
fieldset p {
  margin: 0px 0 20px;
}
.post-edit-link i {
  margin-left: 0px;
}
.post-edit-link {
  margin-left: 5px;
}
::-webkit-input-placeholder {
  color: #463838;
}
:-moz-placeholder {
  color: #463838;
}
::-moz-placeholder {
  color: #463838;
}
:-ms-input-placeholder {
  color: #463838;
}

/*Responsive Video*/
.responsive-video {
  height: 0;
  padding-top: 1px;
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
}
.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);
  border: var(--bxbr);
  overflow: hidden;
  border-radius: var(--bxbra);
}
.wrapper {
  overflow: hidden;
}
.wd-back {
  padding: 20px;
  box-shadow: var(--bxsh);
  margin-bottom: 50px;
  border: var(--bxbr);
  border-radius: var(--bxbra);
}
.modal .btn-close {
  line-height: 1;
  opacity: 1;
}
.modal .form-control {
  height: 55px;
}
/*---------------------------------------
	Typography        
-----------------------------------------*/
h1,
.h1 {
  font-size: 34px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 16px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  color: var(--head-color);
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  letter-spacing: 0;
  line-height: 1.3;
  text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
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: 6px;
  font-weight: 900;
  width: 6%;
}
blockquote p {
  font-style: italic;
  width: 94%;
  display: table;
  margin-bottom: 0;
}
.bshre {
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  transition: all 0.3s linear;
}
.bshre:hover {
  transform: translateY(-8px);
}
.mb-n3 {
  margin-bottom: -30px;
}
.mb-n4 {
  margin-bottom: -40px;
}
/*---------------------------------------
  Button Styles           
-----------------------------------------*/
.btn,
.more-link {
  padding: 5px 25px;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  font-weight: bold;
  display: inline-block;
  transition: all 0.2s ease 0s;
  border-width: 3px;
  border-style: solid;
  border-radius: var(--bxbra);
}
.btn-theme:hover,
.btn-theme:focus {
  transition: all 0.3s ease 0s;
  outline: none;
}
/*---------------------------------------
	Pagination Styles           
-----------------------------------------*/
.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 .nav-links {
  display: flex;
  flex-wrap: wrap;
}
.navigation.pagination .nav-links .page-numbers,
.navigation.pagination .nav-links a {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  margin: 0 3px 10px;
  padding: 0px;
  vertical-align: baseline;
  white-space: nowrap;
  width: auto;
  min-width: 40px;
  height: 40px;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  position: relative;
  float: left;
  border: 2px solid #000;
  box-shadow: 0 3px 0px #000;
  border-radius: var(--bxbra);
}
.navigation.pagination .nav-links a i {
  line-height: 40px;
}
.navigation.pagination > li:first-child > a,
.navigation.pagination > li:first-child > span {
  border-radius: 0;
}
.single-nav-links {
  text-align: center;
  margin-top: 30px;
}
.nav-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.nav-links:has(.nav-next) {
  justify-content: end;
}
.nav-links:has(.nav-previous + .nav-next) {
  justify-content: space-between;
}
.nav-links a,
.single-nav-links a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  width: 100%;
}
.single-nav-links a,
.single-nav-links span {
  display: inline-block;
  margin: 0 3px 10px;
  line-height: 40px;
  width: auto;
  min-width: 40px;
  height: 40px;
  transition: all 0.3s ease 0s;
  border: 2px solid #000;
  box-shadow: 0 3px 0px #000;
  border-radius: var(--bxbra);
}
button.mfp-close:hover,
button.mfp-close:focus {
  background: inherit;
}
.navigation + .navigation {
  display: flex;
  align-items: center;
}
.navigation p {
  margin-bottom: 10px;
}
.post-items ul:not(.post-categories) li a,
.post-items ol:not(.post-categories) li a,
.post-items table a,
strong a,
blockquote a,
code a,
.navigation.posts-navigation .nav-links a:hover,
.navigation.posts-navigation .nav-links a:hover,
#cancel-comment-reply-link,
.comment-reply-link,
.mg-blog-post-box a,
.widget_text a:not(.more-link):not(.button),
.comment-content a,
.theme-custom-block a,
.comment-detail .edit-link a,
.comment-detail .reply a,
pre.wp-block-code a,
#cancel-comment-reply-link,
.comment-reply-link {
  text-decoration: underline;
}
.comments-area .reply a {
  text-decoration: none;
}
.comments-area .comments-title {
  word-break: break-word;
}
/*---------------------------------------
	social Links
-----------------------------------------*/
.bs-social {
  padding: 0px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.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;
  border: 2px solid #000;
}
.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-section {
  padding: 50px 0;
}
.bs-default [role="button"] {
  cursor: pointer;
  padding: 15px 0;
}
.padding-20 {
  padding: 20px;
}
/*---------------------------------------
	swipper controls         
-----------------------------------------*/
.bs:hover .swiper-button-prev {
  left: 2%;
  opacity: 1;
}
.bs:hover .swiper-button-next {
  right: 2%;
  opacity: 1;
}
.bs .swiper-button-prev,
.bs .swiper-button-next {
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  opacity: 1;
  border-radius: 50px;
  border-width: 3px;
  border-style: solid;
}
.bs .swiper-button-prev:after,
.bs .swiper-button-next:after {
  font-size: 18px;
}
.bs .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: unset;
  background: #f3eeee;
}
.bs .swiper-pagination-bullet-active {
  width: 18px;
  height: 8px;
  background: #ffcc00;
}
.mg-latest-news {
  width: 100%;
  height: 40px;
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
}
.mg-latest-news .bn_title .title {
  display: inline-flex;
  margin: 0;
  line-height: inherit;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: var(--bxbra);
  border: 3px solid #fff;
}
.mg-latest-news .bn_title {
  width: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding-right: 15px;
}
.mg-latest-news .mg-latest-news-slider a {
  text-decoration: none;
  font-weight: normal;
  padding-left: 20px;
}
.mg-latest-news .mg-latest-news-slider a i {
  margin-right: 8px;
}
.mg-latest-news .mg-latest-news-slider {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0px;
  right: 40px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  box-sizing: border-box;
  z-index: 0;
}
/*---------------------------------------
=========================================
 Header
=========================================
-----------------------------------------*/
/*---------------------------------------
	light/dark switch Styles           
-----------------------------------------*/
.switch {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 24px;
}
.switch input {
  display: none;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 34px;
  transition: 0.4s;
}
.switch .slider::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 4px;
  bottom: 2px;
  border-radius: 50%;
  transition: 0.4s;
  content: "\f186";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
}
.switch .dark + .slider::before {
  content: "\f185";
}
/* -------Header default ---- */
.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: 500;
}
.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: 0.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: flex-end;
  align-items: center;
  flex-direction: column;
}
.bs-default .bs-header-main .inner {
  height: auto;
  padding: 50px 0;
  position: relative;
}
.bs-default .navbar-brand {
  height: 100px;
}
.bs-default .navbar-brand img {
  width: 100%;
  height: 100%;
}
.bs-default .navbar-brand {
  margin-right: unset;
  padding-top: 0;
}
.bs-default .navbar-wp {
  margin: 0;
  padding: 0;
  z-index: 1000;
  box-shadow: var(--bxsh);
  border: var(--bxbr);
  border-radius: var(--bxbra);
}
/* -------default two---- */
.bs-headtwo .navbar-wp {
  margin: 0;
  z-index: 999;
  transition: all 1s ease-out;
  border-radius: 0;
  min-height: 90px;
  height: auto;
  box-shadow: var(--bxsh);
  border: var(--bxbr);
}
.bs-headtwo .navbar-brand {
  margin-right: unset;
}
.bs-headtwo .navbar-header img {
  width: 100%;
  height: 100%;
}
.bs-headtwo .desk-header {
  padding: 0px;
}
.bs-headtwo .navbar-wp .navbar-nav > li > a {
  padding: 7px 15px;
}
.bs-headtwo [role="button"] {
  cursor: pointer;
  padding: 15px 0;
}
/* -------bs-head three---- */
.bs-headthree .bs-header-main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
.bs-headthree .bs-header-main .inner {
  display: flex;
  padding: 10px 0;
  margin: 0;
  min-height: auto;
  height: 100%;
  align-items: center;
  text-align: center;
}
.bs-headthree .info-right {
  display: flex;
  justify-content: flex-end;
}
.bs-headthree .info-right div {
  margin-left: 4px;
  margin-right: 4px;
}
.bs-headthree .navbar-brand {
  margin-right: unset;
}
.bs-headthree .navbar-wp {
  margin: 0;
  z-index: 999;
  transition: all 1s ease-out;
  border-radius: 0;
  padding: 0;
  height: auto;
  min-height: 58px;
  border-radius: 0;
  margin-bottom: 30px;
  box-shadow: var(--bxsh);
  border: var(--bxbr);
}
.bs-menu-full {
  position: relative;
}
.bs-headthree .navbar-wp .navbar-nav > li > a {
  padding: 8px 15px;
}
.bs-headthree .navbar-wp .navbar-nav > li > a:hover,
.bs-headthree .navbar-wp .navbar-nav > li > a:focus,
.bs-headthree .navbar-wp .navbar-nav > .active > a,
.bs-headthree .navbar-wp .navbar-nav > .active > a:hover,
.bs-headthree .navbar-wp .navbar-nav > .active > a:focus {
  opacity: 0.8;
}
.bs-headthree .desk-header {
  padding: 5px 0;
  gap: 8px;
}
.bs-header-main .navbar-header .custom-logo {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
/* -------Head Four---- */
.bs-headfour {
  position: relative;
  left: 0;
  right: 0;
  z-index: 2;
}
/* -------default Four---- */
.bs-headfour .bs-head-detail {
  background: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.bs-headfour .navbar-wp {
  margin: 0;
  z-index: 999;
  transition: all 1s ease-out;
  border-radius: 0;
  min-height: 90px;
  height: auto;
}
.bs-headfour .navbar-brand {
  margin-right: unset;
}
.bs-headfour .navbar-header img {
  width: 100%;
  height: 100%;
}
.bs-headfour .desk-header {
  padding: 0px;
}
.bs-headfour .navbar-wp .navbar-nav > li > a {
  padding: 7px 15px;
}
.bs-headfour [role="button"] {
  cursor: pointer;
  padding: 15px 0;
}
/*---------------------------------------
	Top Bar           
-----------------------------------------*/
.bs-head-detail {
  padding: 8px 0;
  position: relative;
  z-index: 1;
}
.bs-head-detail ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.bs-head-detail .info-left {
  justify-content: flex-start;
}
.bs-head-detail .info-left li {
  display: inline-block;
  margin-right: 15px;
  padding: 0;
}
.bs-head-detail .info-left li a {
  font-size: 13px;
}
.bs-head-detail .info-left i {
  font-size: 14px;
  padding-right: 10px;
}
.bs-head-detail .btn-theme.quote {
  margin: -5px 0 -5px 0;
  border-radius: 0;
  float: right;
}
.bs-head-detail .top-date {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: var(--bxbra);
  border: 3px solid;
}
.bs-head-detail .top-date .day {
  font-size: 14px;
  margin-right: 6px;
  line-height: 0.8;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.bs-head-detail .top-date .deta {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  word-break: break-word;
}
.bs-head-detail .top-date .time {
  padding: 0 4px;
  height: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.btn.btn-subscribe {
  padding: 0 8px;
}
.bs-head-detail .info-right {
  justify-content: flex-end;
}
.info-right li {
  display: inline-block;
  margin-right: 15px;
  padding: 0;
}
.info-right li:last-child {
  margin-right: unset;
}
.bs-head-detail .info-right li a {
  font-size: 13px;
}
.bs-head-detail .info-right i {
  font-size: 14px;
  padding-right: 10px;
}
.bs-head-detail .bs-social {
  padding: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.bs-head-detail .bs-social li {
  margin: 0;
  padding: 0;
  display: inline-flex;
}
.bs-head-detail .bs-social li a i {
  font-size: 14px;
  padding-right: unset;
}
.bs-cart {
  position: relative;
}
.bs-cart-count {
  background: #e33729;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  height: 16px;
  line-height: 15px;
  margin-left: -15px;
  margin-top: 0;
  position: absolute;
  text-align: center;
  vertical-align: top;
  width: 16px;
}
.navbar-brand {
  font-size: 26px;
  height: auto;
  line-height: 25px;
  margin-right: 50px;
  padding: 15px 0;
  text-shadow: 2px 2px 1px rgba(150, 150, 183, 0.18);
}
.navbar-brand .site-description {
  font-size: 13px;
  line-height: 0;
  margin-bottom: 0;
}
.navbar-wp .navbar-nav > li > a {
  padding: 0 12px;
  margin-right: 0;
  font-size: 16px;
  line-height: 2.3;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-bottom: 0px;
  font-weight: 600;
  display: block;
  font-family: "Outfit", sans-serif;
}
.navbar-nav {
  justify-content: center;
}
.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: transparent;
}
.navbar-wp .navbar-nav > .open > a,
.navbar-wp .navbar-nav > .open > a:hover,
.navbar-wp .navbar-nav > .open > a:focus {
  background: transparent;
}
.navbar-base .navbar-nav > .open > a,
.navbar-base .navbar-nav > .open > a:hover,
.navbar-base .navbar-nav > .open > a:focus {
  background: transparent;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  align-items: center;
}
.navbar-wp [data-bs-toggle="offcanvas"] {
  cursor: pointer;
  padding: 0;
}
[role="button"] {
  cursor: pointer;
  padding: 15px;
}
.navbar-nav {
  justify-content: center;
}
.navbar-toggle {
  border-radius: 0;
  margin: 10px auto;
  position: absolute;
  right: 5%;
  border: none;
  box-shadow: none;
}
.navbar-wp .dropdown-menu {
  min-width: 200px;
  padding: 0;
  border: none;
  border-radius: 0;
  z-index: 10;
  right: auto;
  left: 0;
}
.dropdown-menu {
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}
.navbar-toggler.x:focus,
.right-nav a:focus {
  outline: none;
  border: 1px solid;
}
.navbar-toggler.x {
  padding: 5px;
}
@-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: 0.3s;
  font-weight: 500;
}
.navbar-wp .dropdown-menu > .dropdown-menu {
  right: 0;
  left: auto;
}
.navbar-nav > li:last-child > .dropdown-menu {
  right: 0;
  left: auto;
}
.navbar-wp .navbar-brand {
  font-size: 22px;
  line-height: 20px;
  padding: 15px 0;
  transition: all 0.25s ease-out 0s;
}
.navbar-wp .dropdown-menu.searchinner {
  left: inherit !important;
  right: 0 !important;
  padding: 10px;
  min-width: 200px;
  box-shadow: var(--bxsh);
  border: 1px solid #c9c9c9;
}
.navbar-wp .dropdown-menu.searchinner .form-control {
  margin-bottom: 0;
}
.navbar-wp .dropdown-menu.searchinner .btn {
  border: medium none;
  border-radius: 0 4px 4px 0;
  height: 40px;
  line-height: 25px;
  padding: 5px 15px;
}
.m-header {
  display: none;
}
.desk-header {
  display: flex;
  padding: 15px 0 15px 15px;
}
.desk-header .btn-theme {
  padding: 6px 22px;
  line-height: 20px;
  margin-left: 10px;
}
.desk-header .msearch:focus {
  outline: none;
}
.desk-header .msearch {
  padding: 8px;
}
.bs-default .desk-header .msearch {
  padding: 8px 10px;
}
.top-cart {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.right-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 1;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid #000;
}
.right-nav a:hover::after,
.bs_upscr:hover::after {
  height: 100%;
}
.right-nav a::after,
.bs_upscr::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 label:nth-child(1) {
  margin-right: 0.5rem;
}
.right-nav label:nth-child(2) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 3px;
}
.right-nav label:nth-child(3) {
  margin-right: 10px;
}
.switch {
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 1;
}
.switch .slider::before {
  width: 45px;
  height: 45px;
  left: -1px;
  bottom: -5px;
}
/* --------------------------------------
=========================================
	General
=========================================
-----------------------------------------*/
.site-branding-text .site-title a {
  font-size: 60px;
  line-height: 1.2;
  text-shadow: 4px 4px #ffcc00;
}
.site-title {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}
.site-branding-text p {
  margin-bottom: 0;
  padding: 5px 0;
}
.site-branding-text .site-description {
  font-size: 16px;
}
.search-form {
  display: flex;
}
.search-form label {
  display: block;
  width: 100%;
  margin-right: 10px;
}
/*=========================================
	missed
=========================================
-----------------------------------------*/
.missed {
  padding-top: 0px;
  padding-bottom: 10px;
}
.missed-area {
  display: grid;
  grid-gap: 2rem;
  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;
}
/*---------------------------------------
=========================================
	widget Titlle
=========================================
-----------------------------------------*/
.bs-widget-title {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}
.bs-widget-title .title {
  text-align: center;
  margin-bottom: 0;
  padding: 5px 30px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  border: var(--bxbr);
  border-radius: 15px 15px 0 0;
  width: 100%;
}
.recentarea {
  border-radius: 5px;
  padding: 20px 20px 10px 20px;
}
/*---------------------------------------
=========================================
	promo widget
=========================================
-----------------------------------------*/
.bs-widget {
  margin-bottom: 30px;
}
.wp-block-tag-cloud a {
  cursor: pointer;
  display: inline-block;
  font-size: 12px !important;
  font-weight: bold;
  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: 3px;
  border-style: solid;
  box-shadow: var(--bxsh);
  border-radius: var(--bxbra);
}
.bs-widget .bs-widget-tags a,
.bs-sidebar .bs-widget .tagcloud a {
  cursor: pointer;
  display: inline-block;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 20px;
  margin: 0 5px 9px 0;
  padding: 6px 12px;
  transition: all 0.4s ease-in-out 0s;
  border-radius: var(--bxbra);
  text-transform: capitalize;
  border-width: 3px;
  border-style: solid;
}
.bs-widget.promo {
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.4s ease 0s;
  text-align: center;
  margin-bottom: 10px;
}
.bs-widget.promo .inner-content {
  transition: all 0.4s ease 0s;
  height: 100%;
  position: relative;
  width: 100%;
  padding: 15px;
}
.bs-widget.promo:hover .text {
  border: none;
}
.bs-widget.promo .text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 1);
  transition: all 0.6s ease;
  position: relative;
}
.bs-widget.promo .text::before {
  box-sizing: inherit;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid transparent;
  width: 0;
  height: 0;
}
.bs-widget.promo:hover .text::before {
  transition: width 0.15s ease-out, height 0.25s ease-out 0.25s;
}
.bs-widget.promo .text::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border: 3px solid transparent;
  width: 0;
  height: 0;
}
.bs-widget.promo:hover .text::after {
  transition: border-color 0.25s ease-out 0.5s, width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s;
}
.bs-widget.promo:hover .text::before,
.bs-widget.promo:hover .text::after {
  width: 100%;
  height: 100%;
}
.bs-widget.promo h5 {
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
}
.bs-widget.promo h5 a {
  z-index: 1;
  padding: 5px 20px;
}
.tabarea-area .nav-tabs .nav-link {
  border-radius: 0;
}
.express-post-1 {
  display: none;
}
/* Block Style */
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
}
.wp-block-gallery .wp-block-image {
  max-width: calc(50% - 5px);
  flex-basis: calc(50% - 5px);
  margin: 0;
}
/*---------------------------------------
=========================================
	Category Widget
=========================================
-----------------------------------------*/
.custom-cate-list .fea-cate {
  height: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.custom-cate-list .fea-cate span {
  color: #fff;
  position: relative;
}
.custom-cate-list .fea-cate span.badge {
  background: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 35px;
}
.custom-cate-list .fea-cate::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
/*---------------------------------------
=========================================
	featured tab widget
=========================================
-----------------------------------------*/
.featured-tab-widget .bs-widget-title {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.featured-tab-widget .nav-link {
  cursor: pointer;
  font-size: 14px;
}
.featured-tab-widget .nav-link {
  cursor: pointer;
  font-size: 14px;
}
/*---------------------------------------
=========================================
	content
=========================================
-----------------------------------------*/
#content {
  padding-top: 24px;
  padding-bottom: 50px;
}
.bs-widget.widget_text h2 {
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  font-weight: 600;
}
.img-shadow {
  box-shadow: -30px 30px 1px 0 #ffcc00;
}
/*---------------------------------------
=========================================
	Image Ads
=========================================
-----------------------------------------*/
.bs-ads-area img {
  max-width: 100%;
}
/*---------------------------------------
	blogs       
-----------------------------------------*/
.bs-blog-post {
  margin-bottom: 30px;
  box-shadow: var(--bxsh);
  border: var(--bxbr);
  overflow: hidden;
  border-radius: var(--bxbra);
  padding: 20px;
}
.bs-blog-post p {
  word-break: break-word;
}
.bs-blog-post .more-link {
  margin-top: 1rem;
}
.bs-blog-post.lg {
  position: relative;
  height: 475px;
  overflow: hidden;
  margin-left: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  background-color: #000;
}
.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);
}
.bs-blog-thumb {
  position: relative;
  min-height: 20px;
  overflow: hidden;
  max-width: 100%;
  border-radius: var(--bxbra);
  /* border: 2px solid #000; */
}
.link-div {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.back-img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.bs-blog-thumb.lg {
  height: 400px;
}
.bs-blog-thumb.md {
  height: 220px;
}
.bs-blog-post .bs-blog-thumb img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  border-width: 2px;
  border-style: solid;
}
.bs-blog-post .bs-blog-thumb.caption img {
  border-radius: 20px 20px 0 0;
  border-width: 2px 2px 0 2px;
}
.featured-image-caption {
  display: block;
  text-align: center;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-radius: 0 0 20px 20px;
}
/*----- blog-post two -----*/
.bs-blog-post.two {
  background: unset;
  box-shadow: unset;
  border: none;
  padding: 0;
}
.bs-blog-post.two .small {
  margin: 0 20px;
  position: relative;
  top: -60px;
  box-shadow: 0 4px 25px 0 rgb(0 0 0 / 20%);
  padding: 20px;
  border: var(--bxbr);
  border-radius: var(--bxbra);
}
.bs-blog-post.two:hover {
  box-shadow: unset;
}
/*----- blog-post overlay -----*/
.bs-blog-post.three {
  position: relative;
}
.bs-blog-post.three.lg {
  height: 400px;
}
.bs-blog-post.three.sm {
  height: 185px;
}
.bs-blog-post.three .bs-blog-category {
  z-index: 5;
}
.bs-blog-post.three .title {
  z-index: 5;
}
.bs-blog-post.three .title.sm {
  font-size: 18px;
  margin-bottom: 0;
}
.bs-blog-post.three .bs-blog-meta {
  margin-bottom: 0;
  z-index: 5;
}
.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-color: transparent;
  background-image: linear-gradient(180deg, #02010100 48%, #121718 75%);
}
/* --blog--four-- */
.bs-blog-post.four {
  display: flex;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}
.bs-blog-post.four:hover {
  box-shadow: unset;
}
.bs-blog-post.four .bs-blog-thumb {
  width: 55%;
  height: auto;
  z-index: 0;
}
.bs-blog-post.four .small {
  padding: 20px;
  width: 66%;
  margin: 25px 0;
  margin-left: -120px;
  position: relative;
  border: 2px solid #000;
  border-radius: var(--bxbra);
}
.bs-blog-post.four.noimg .small {
  margin-left: -70px;
}
.col-md-12.fadeInDown:nth-child(even) .bs-blog-post.four {
  flex-direction: row-reverse;
}
.col-md-12.fadeInDown:nth-child(even) .bs-blog-post.four .small {
  margin-left: unset;
  margin-right: -70px;
}
/*----- blog-post list -----*/
.list-blog.bs-blog-post {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
  text-align: left;
  padding: 45px;
}
.list-blog .bs-blog-thumb {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 250px;
  border-radius: var(--bxbra);
  border: 2px solid #000;
}
.list-blog .bs-blog-thumb.md {
  height: 250px;
}
.list-blog .bs-blog-thumb .blog-slider {
  height: 250px;
}
.list-blog .responsive-video {
  min-height: 250px;
}
.list-blog.bs-blog-post .small {
  padding: 0;
  font-size: 17px;
}
.list-blog .bs-blog-category {
  justify-content: flex-start;
}
.list-blog.right .bs-blog-thumb {
  margin-left: 15px;
  margin-right: unset;
}
.list-blog.bs-blog-post p {
  margin-bottom: 0;
}
.list-blog.bs-blog-post:has(.bs-post-thumb) {
  align-items: center;
}
.list-blog .bs-post-thumb {
  border: 2px solid #000;
}
.bs-post-thumb {
  overflow: hidden;
  border-radius: var(--bxbra);
}
/*----- List small-post-widget -----*/
.small-post-list-widget .col-grid-2 {
  display: grid;
  grid-column-gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.small-post-list-widget .small-post .img-small-post {
  width: 34%;
  height: 150px;
}
/*----- Recent small-post -----*/
.bs-recent-blog-post {
  margin-bottom: 30px;
}
.bs-recent-blog-post .small-post {
  margin-bottom: 10px;
}
.bs-recent-blog-post .small-post .img-small-post {
  width: 60px;
  height: 60px;
}
.bs-recent-blog-post .small-post .img-small-post.full {
  height: auto;
}
.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 .img-small-post.right {
  margin-left: 15px;
  margin-right: 0;
  border: 2px solid #000;
  border-radius: 4px;
}
.bs-recent-blog-post .small-post .title {
  margin-bottom: 0;
}
.bs-recent-blog-post .bs-blog-meta span {
  font-size: 12px;
}
/*----- List small-post -----*/
.small-post {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
}
.small-post .img-small-post {
  width: 20%;
  height: 85px;
  margin-right: 25px;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  transition: all 0.3s ease-out;
}
.small-post-content {
  -ms-flex: 1;
  flex: 1;
}
.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;
}
/*----- blog-post slider -----*/
.mainfeatured {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.mainfeatured:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mainfeatured.over {
  margin-bottom: 30px;
}
.mainfeatured.over .inner {
  padding-bottom: 40px;
  padding-top: 40px;
}
.mainfeatured .homemain {
  margin-bottom: 1.5rem;
}
.bs-slide {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  border-radius: var(--bxbra);
  overflow: hidden;
  border: var(--bxbr);
}
.bs-slide.overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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;
  border-radius: var(--bxbra);
  border: var(--bxbr);
  overflow: hidden;
  background: var(--box-color);
  box-shadow: var(--bxsh);
}
.bs-slide .inner::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.8;
}
.bs-slide.two .inner {
  border-radius: var(--bxbra);
  border: var(--bxbr);
  overflow: hidden;
  background: #fff;
}
.bs-slide.three {
  align-items: flex-end;
}
.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.colmn .inner {
  width: 90%;
}
/*----- blog-post category -----*/
.bs-blog-category {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  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: 6px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #000;
  border-radius: 15px;
  box-shadow: 2px 2px 0px #000;
}
.bs-blog-category a i {
  font-size: 10px;
  margin-right: 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bs-blog-post .title {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  text-decoration: none;
  word-break: break-word;
}
.bs-blog-post .title.sm {
  font-size: 22px;
  line-height: 1.2;
}
.bs-blog-post .small {
  padding: 20px 0 0 0;
  font-size: 17px;
  word-break: break-word;
}
/*----- blog-post meta -----*/
.bs-blog-post .bs-blog-meta {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.bs-post-meta a {
  display: inline-block;
}
.bs-blog-meta span {
  padding-right: 8px;
  font-size: 14px;
  font-weight: 600;
}
.bs-blog-meta .bs-author .auth img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  margin-left: 1px;
  display: unset;
  box-shadow: 0px 2px 8px 1px rgba(33, 33, 33, 0.3);
  border: var(--bxbr);
}
.bs-blog-date:before,
.comments-link:before,
.cat-links:before,
.tag-links:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding-right: 2px;
  padding-left: 1px;
  text-decoration: inherit;
  vertical-align: baseline;
  opacity: 0.8;
}
.bs-blog-date:before {
  content: "\f017";
}
.comments-link:before {
  content: "\f086";
}
.cat-links:before {
  content: "\f07c";
}
.tag-links:before {
  content: "\f02c";
}
.bs-author-pic img {
  width: 80px;
  height: 80px;
}
/*----- blog-post post-share-icons -----*/
.post-share-icons {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 30px 0;
  justify-content: center;
  border-width: 1px 0 0;
  border-style: solid;
  margin-top: 10px;
  gap: 0.538rem;
}
.post-share-icons a {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.2s;
}
/*----- blog-post single -----*/
.bs-blog-post.single {
  text-align: left;
}
.bs-blog-post.single .bs-header .title {
  font-size: 38px;
  font-weight: 800;
}
.bs-blog-post .single .nav-links {
  padding: 2rem;
  border-radius: 10px;
}
.bs-blog-post .single .nav-links div {
  box-sizing: border-box;
  flex-basis: 50%;
}
.bs-blog-post .single .nav-links .nav-next {
  text-align: end;
}
.bs-blog-post .bs-header {
  padding: 0px;
  padding-bottom: 20px;
}
.bs-blog-post .bs-header .btitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.bs-blog-post .bs-header .bs-read {
  margin-left: 3px;
  margin-right: 6px;
}
.bs-blog-post .bs-header .bs-info-author-block {
  box-shadow: inherit;
  margin: 0;
  padding: 0;
  border: none;
}
.bs-blog-post .bs-header .bs-blog-meta .bs-author .auth img {
  width: 40px;
  height: 40px;
}
.bs-info-author-block {
  display: flex;
  box-shadow: var(--bxsh);
  border: var(--bxbr);
  overflow: hidden;
  border-radius: var(--bxbra);
}
.bs-info-author-block .bs-author-pic img {
  margin: 0;
  border-radius: 50%;
  box-shadow: 0px 2px 8px 1px rgb(33 33 33 / 30%);
  width: 80px;
  height: 80px;
  max-width: unset !important;
  object-fit: cover;
  border: var(--bxbr);
}
/*----- comments -----*/
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments-area .comment-body {
  position: relative;
  padding: 25px 25px 25px 70px;
  min-height: 120px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  border-radius: 3px;
  z-index: 0;
  margin-bottom: 25px;
  border-width: 0 0 1px;
  border-style: solid;
}
.comment-list .children {
  position: relative;
  padding: 0;
  margin: 0;
  margin-left: 2.5rem;
  z-index: 0;
  list-style: none;
}
.comment-body .reply {
  text-align: right;
}
#comments img {
  max-width: 100%;
}
.reply a {
  font-size: 14px;
  padding: 5px 17px;
  font-weight: bold;
  border-radius: 0;
  display: inline-block;
  border-width: 3px;
  border-style: solid;
  transition: all 0.4s ease-in-out 0s;
  border-radius: var(--bxbra);
}
.comments-area .comment-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
}
.comment-meta .comment-metadata {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.comment-metadata .edit-link:before {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-right: 5px;
}
.comment-content {
  position: relative;
  z-index: 0;
  padding: 16px 40px 16px 0;
}
.comments-area img.avatar {
  border-radius: 60%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 28px;
  width: 60px;
  height: 60px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
}
.comment-form textarea {
  height: 250px;
}
/*----- masonary -----*/
.bs-masonry-columns {
  columns: 3;
  column-gap: 1.5rem;
}
.bs-masonry-columns .bs-blog-post {
  margin: 0 1rem 1rem 0;
  display: inline-block;
  width: 100%;
}
/* --------------------------------------
=========================================
	bs-breadcrumb-section
=========================================
-----------------------------------------*/
.bs-breadcrumb-section {
  margin-top: 0;
  margin-bottom: 20px;
}
.bs-breadcrumb-section .overlay {
  padding: 10px 0;
  position: relative;
  box-shadow: var(--bxsh);
  border: var(--bxbr);
  border-radius: var(--bxbra);
}
.bs-breadcrumb-section .breadcrumb {
  margin-bottom: 0;
}
.bs-breadcrumb-section .breadcrumb,
.bs-breadcrumb-section .breadcrumb a {
  font-size: 13px;
}
.bs-breadcrumb-title {
  padding: 0;
}
.bs-breadcrumb-title h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  line-height: 48px;
  padding-bottom: 0px;
}
.bs-page-breadcrumb {
  list-style: none outside none;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  line-height: 30px;
}
.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;
}
.bs-breadcrumb-inner {
  display: flex;
  width: 100%;
}
/* --------------------------------------
=========================================
	Page Title
=========================================
-----------------------------------------*/
.page-entry-title .bs-breadcrumb-section {
  margin-bottom: 0;
}
.page-entry-title .bs-breadcrumb-section .overlay {
  border: none;
  box-shadow: none;
}
.page-entry-title {
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}
/* --------------------------------------
=========================================
	bs-sidebar
=========================================
-----------------------------------------*/
.bs-sidebar a {
  transition: all 0.3s ease 0s;
}
.bs-sidebar .bs-widget .btn {
  padding: 2px 12px;
  border: none;
  border-radius: 0;
  height: 40px;
}
.bs-sidebar .bs-widget {
  margin-bottom: 30px;
  padding: 15px 15px 5px 15px;
  border-radius: 0;
  box-shadow: var(--bxsh);
  border-radius: var(--bxbra);
  border: var(--bxbr);
}
.bs-sidebar .widget_search {
  padding: 15px;
}
.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: 0.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 {
  margin-left: 15px;
}
.bs-sidebar .bs-widget ul.menu li .sub-menu li {
  border-bottom: none;
  padding: 10px 0 0;
}
.bs-sidebar .bs-widget.widget_search .btn {
  border: medium none;
  border-radius: 0;
  height: 40px;
  line-height: 25px;
  padding: 5px 15px;
  transition: all 0.3s ease 0s;
}
.bs-sidebar .bs-widget .bs-widget-tags,
.bs-sidebar .bs-widget .tagcloud {
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0;
}
.bs-sidebar .bs-widget .bs-widget-tags a,
.bs-sidebar .bs-widget .tagcloud a,
.tagcloud a {
  cursor: pointer;
  display: inline-block;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 20px;
  margin: 0 5px 9px 0;
  padding: 6px 12px;
  transition: all 0.4s ease-in-out 0s;
  border-radius: var(--bxbra);
  text-transform: capitalize;
  border-width: 3px;
  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 {
  padding: 10px 0px;
  margin: 0;
}
.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: 0px;
  text-align: center;
  padding: 0;
}
/*--bs-blog-post end--*/
/*--bs-recent-slider--*/
.recentarea-slider {
  height: 450px;
  counter-reset: tr_post;
  position: relative;
}
.recentarea-slider .swiper-button-prev,
.recentarea-slider .swiper-button-next {
  position: absolute;
  top: 20px;
  transform: rotate(90deg);
}
.recentarea-slider .small-post {
  counter-increment: tr_post;
  border-width: 0 0 1px 0;
  border-style: solid;
  padding-bottom: 20px;
}
.recentarea-slider .img-small-post:before {
  content: counter(tr_post);
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  background: #ffcc00;
  color: #fff;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.recentarea-slider .small-post .img-small-post {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: unset;
  border: var(--bxbr);
}
/*--bs-category List With Img--*/
.custom-cate-list ul li a {
  min-height: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 20px;
  color: #fff;
  font-weight: 600;
}
.custom-cate-list ul li a span {
  color: #fff;
  position: relative;
}
.custom-cate-list ul li a span.badge {
  background: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 35px;
}
.custom-cate-list ul li a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
/*--bs-blog-post end--*/
/*--bs-widget author --*/
.bs-widget .bs-author {
  margin-top: 25px;
}
.bs-author img.rounded-circle {
  margin-bottom: 20px;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
/*--bs-widget author end--*/
/*--calendar_wrap--*/
.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-widget .calendar_wrap table tfoot tr td#prev {
  padding: 5px;
  text-transform: uppercase;
}
.bs-widget .calendar_wrap table tfoot tr td#next {
  padding: 5px;
  text-align: right;
  text-transform: uppercase;
}
.bs-widget .calendar_wrap .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  padding: 5px 5px 0px 5px;
}
/*--calendar_wrap end--*/
.bs-sidebar .bs-widget .textwidget select,
.bs-sidebar .bs-widget .textwidget img {
  width: 100%;
}
.bs-sidebar .bs-widget .textwidget img.size-large {
  height: auto;
}
/*----woocommerce footer-widget----*/
.bs-sidebar .bs-widget.widget_product_search .btn {
  padding: 2px 12px;
  height: 40px;
  border-radius: 0;
  margin-left: -1px;
}
/*----left-menu-widget----*/
.bs-sidebar .bs-left-menu-widget ul li {
  border-radius: 0;
  margin: 0;
  padding: 10px 20px;
}
.bs-sidebar .bs-left-menu-widget ul li:hover,
.bs-sidebar .bs-left-menu-widget ul li.active {
  border-radius: 0 30px 30px 0;
}
.wp-block-group__inner-container {
  overflow-x: hidden;
}
ol.wp-block-latest-comments {
  overflow-x: hidden;
  padding: 0;
}
ol.wp-block-latest-comments a {
  word-break: break-word;
}
/* Social Icons */
.bs-sidebar .wp-block-social-links .wp-social-link {
  padding: 0;
}
.bs-sidebar .wp-block-social-links .wp-social-link:last-child {
  margin-bottom: 10px;
}
.bs-sidebar
  .wp-block-social-links
  .wp-social-link
  .wp-block-social-link-anchor:hover {
  padding: 0.25em;
}
/* Recent Post */
.wp-block-latest-posts__list
  .wp-block-latest-posts__featured-image
  img.size-large {
  margin-bottom: 16px;
}
.wp-block-latest-posts__list
  .wp-block-latest-posts__featured-image
  + .wp-block-latest-posts__post-title {
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
table {
  border-collapse: collapse;
  margin: 0 0 24px;
  width: 100%;
  word-wrap: break-word;
}
.content table,
.single table .content th,
.single th .content td,
.single td {
  border: 1px solid #e9e9e9;
}
.content td,
.single td {
  padding: 8px 11.2px;
}
table,
th,
td {
  border: 1px solid #e9e9e9;
}
/* --------------------------------------
=========================================
	bs-error page
=========================================
-----------------------------------------*/
.bs-error-404 h1 {
  font-size: 100px;
  line-height: 80px;
}
.bs-error-404 h1 i {
  padding: 5px;
  text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.17);
}
.bs-error-404 h4 {
  line-height: 40px;
}
.bs-error-404 p {
  line-height: 30px;
}
/* --------------------------------------
=========================================
	subscibe-area
=========================================
-----------------------------------------*/
.subscibe-area {
  border-radius: 5px;
  box-shadow: var(--bxsh);
  display: flex;
  align-items: center;
  transform: translateY(-30px);
}
.subscibe-area .mc4wp-form-fields {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.subscibe-area .mc4wp-form-fields input[type="email"] {
  height: 54px;
}
.subscibe-area .mc4wp-form-fields p {
  margin-bottom: unset;
}
.subscibe-area .mc4wp-form-fields label {
  margin-top: -29px;
}
.subscibe-area .mc4wp-form-fields input[type="submit"] {
  margin-left: -13px;
}
/* --------------------------------------
=========================================
	bs-footer
=========================================
-----------------------------------------*/
footer .bs-footer-widget-area {
  padding-top: 40px;
}
footer .site-title {
  margin-bottom: 1rem;
}
footer .site-branding-text .site-title-footer a {
  font-size: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
footer .site-branding-text .site-title-footer {
  line-height: 38px;
}
footer .bs-widget ul li {
  border: none;
}
footer .bs-recent-blog-post .small-post {
  background: unset;
  margin-bottom: 0;
}
footer .divide-line {
  margin-bottom: 20px;
  height: 2px;
  width: 100%;
  background: #1a182e;
}
footer .bs-footer-bottom-area {
  padding-bottom: 20px;
}
footer .bs-widget {
  background: unset;
}
.footer-logo {
  border-radius: 0%;
  overflow: hidden;
  display: flex;
  align-items: center;
  display: block;
}
.footer-logo a.navbar-brand {
  margin-right: 0;
}
.col-md-4 .footer-logo {
  margin: 0 auto;
}
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bs-footer-copyright .copyright-overlay {
  padding: 15px 0;
}
footer .bs-footer-copyright,
footer .bs-footer-copyright p,
footer .bs-footer-copyright a {
  margin-bottom: 0;
}
.bs-footer-copyright .info-right {
  padding: 0;
  margin: 0;
}
.bs-footer-copyright .info-right li {
  margin-right: 0;
}
footer .info-right .nav-link {
  padding: 0.5rem 0rem 0.5rem 1rem;
}
footer .wp-block-heading {
  padding: 5px 30px;
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  border-style: solid;
  border-width: 3px;
  border-radius: 15px 15px 0 0;
  justify-content: center;
}
footer ul.menu li.menu-item:before {
  content: "\";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}
footer .bs-footer-copyright .text-xs {
  margin: auto 0;
}
footer .bs-widget .sub-menu {
  padding-left: 20px;
}
footer .bs-widget .sub-menu li:first-child {
  margin-top: 10px;
}
/* --------------------------------------
=========================================
	8.bs-scroll
=========================================
-----------------------------------------*/
.bs_upscr {
  bottom: 2%;
  display: none;
  height: 50px;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 50px;
  z-index: 9999;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bs_upscr:hover {
  opacity: 1;
}
.bs_upscr i {
  font-size: 16px;
  line-height: 45px;
}
.bs_upscr:hover,
.bs_upscr:focus {
  border-width: 3px;
  border-style: solid;
  transition: all 0.3s ease 0s;
}
.container.mobi-menu {
  display: none;
}
/*----woocommerce----*/
/* woocommerce v2.3.5 */
*:focus {
  outline: 0;
}
.woocommerce h2 {
  font-size: 22px;
}
.woocommerce h3 {
  font-size: 20px;
}
/* WordPress Core*/
.site-description {
  margin-bottom: 0;
}
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.gallery dl {
}
.gallery dt {
}
.gallery dd {
}
.gallery dl a {
}
.gallery dl img {
}
.gallery-caption {
}
.attachment-full.size-full {
  max-width: 100%;
  height: auto;
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
/*Contact Form 7*/
.wpcf7-form {
  margin-bottom: 50px;
}
.wpcf7-form label {
  display: block;
}
.wpcf7-textarea {
  height: 200px;
}
.commentlist .bypostauthor {
}
.commentlist li ul.children li.bypostauthor {
}
.sticky {
}

/* WordPress Gallery 
------------------------------------------ */
.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.gallery:after {
  display: table;
  content: "";
  clear: both;
}
.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}
.gallery-item img {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left;
}
/* Text meant only for screen readers. */
.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 Css ----*/
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: none;
}
.wp-block-search__inside-wrapper {
  display: flex;
}
.bs-widget .wp-block-search__label {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 5px 30px;
  position: relative;
  letter-spacing: 1.1px;
  border-style: solid;
  border-width: 3px;
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
  border-radius: 15px 15px 0 0;
  text-align: center;
  display: block;
}
.widget_block h2 {
  margin-bottom: 0;
  padding: 5px 30px;
  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: 3px;
  border-radius: 15px 15px 0 0;
  justify-content: center;
}
.widget_block .wp-block-search__button {
  margin-left: 10px;
  padding: 10px;
}
.nav.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
  display: none;
}
.nav.navbar-nav:not(.sm-collapsible) .menu-item-has-children .nav-link:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  margin-left: 0.255em;
  font-size: 10px;
  vertical-align: 0.255em;
  font-weight: 900;
}
.small.single a,
p a,
.small.single .nav-links a:hover,
.bs-info-author-block .title a:hover,
.bs-sidebar .bs-widget ul li a:hover,
.wp-block-latest-comments .wp-block-latest-comments__comment-link:hover,
.bs-blog-meta a:hover,
.small.single .wp-block-latest-posts li a:hover,
.small.single .wp-block-categories-list li a:hover,
.small.single .wp-block-categories__list li a:hover,
.small.single .wp-block-archives-list li a:hover,
.bs-footer-copyright p a:hover,
.page-class .bs-card-box a {
  text-decoration: underline;
}
.small.single a:hover,
p a:hover,
.small.single .wp-block-button__link,
.site-title a,
.small.single .nav-links a,
.small.single .single-nav-links a,
a,
.site-title-footer a,
.small.single .wp-block-latest-posts li a,
.small.single .wp-block-categories-list li a,
.small.single .wp-block-categories__list li a,
.small.single .wp-block-archives-list li a,
.bs-footer-copyright p a,
.page-class .bs-card-box a:hover,
.small.single .post-share-icons a {
  text-decoration: none;
}
.customize-partial-edit-shortcut,
.widget .customize-partial-edit-shortcut {
  width: 1px !important;
}
/* --------------------------------------
=========================================
	Responsive part
=========================================
-----------------------------------------*/
/* ---- ==== Media ==== ----*/
@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: 0px;
  }
  .col-lg-8 + .col-lg-4 .bs-sidebar {
    padding-left: 20px;
    padding-right: 0px;
  }
}
@media (min-width: 991.98px) and (max-width: 1199px) {
  .col-lg-3 .wp-block-search__inside-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .col-lg-3 .wp-block-search__button {
    margin-left: 0;
    margin-top: 5px;
  }
}
@media screen and (min-width: 240px) and (max-width: 1179px) {
  .boxed {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .bs-masonry-columns {
    columns: 1;
  }
  #menu-primary li.active.home {
    display: none;
  }
  .bs-default .site-branding-text .site-title a {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
  }
  .m-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .m-header .navbar-header {
    text-align: center;
  }
  .bs-default .navbar-wp,
  .bs-headthree .navbar-wp {
    height: auto;
  }
  .bs-default .navbar-brand {
    height: auto;
  }
  .m-header .navbar-brand img {
    width: 120px;
    height: auto;
  }
  .desk-header {
    display: none;
  }
  .navbar > .container {
    justify-content: center;
  }
  .collapse.navbar-collapse {
    position: relative;
  }
  .navbar-collapse.collapse.show {
    left: 0%;
    height: auto;
  }
  .bs-headfour {
    position: relative;
  }
  .navbar-collapse ul.navbar-nav {
    margin-top: 15px;
  }
  .bs-sidebar {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .wp-block-search__label:before {
    width: 12.5%;
  }
  .widget_block h2:before {
    width: 12.5%;
  }
  .bs-headthree .bs-header-main .inner.responsive {
    min-height: 0;
    height: 0;
  }
  .site-branding-text .site-description {
    margin-left: 8px;
  }
  .col-lg-3 .bs-sidebar {
    margin-top: 40px;
  }
  .missed-area {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 13px;
  }
  .bs-headthree .bs-header-main .inner {
    min-height: 100px;
  }
  .bs-headfour .navbar-wp {
    height: 50px;
  }
  .bs-head-detail .info-right {
    justify-content: center;
  }
  .bs-head-detail ul.info-left {
    align-items: center;
    flex-direction: column;
  }
  .navbar-brand img {
    max-width: 100%;
  }
  .bs-blog-thumb .bs-blog-inner {
    width: 90%;
  }
  .bs-blog-thumb .bs-blog-inner .title {
    font-size: 30px;
  }
  .list-blog.bs-blog-post {
    grid-template-columns: repeat(1, 1fr);
  }
  .list-blog .bs-blog-thumb {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: unset;
    margin-bottom: 15px;
  }
  .bs-slide {
    height: 400px;
  }
  .bs-slide .inner .title,
  .bs-blog-post .title {
    font-size: 22px;
  }
  .bs-blog-post.single .bs-header .title {
    font-size: 28px;
  }
  .list-blog.bs-blog-post .small {
    font-size: 15px;
  }
  .bs-slide.two .inner {
    width: 95%;
  }
  .text-xs {
    text-align: center;
  }
  .text-center-xs {
    text-align: center;
  }
  footer .col-md-6 .footer-logo {
    margin: 0 auto;
  }
  footer .footer-logo {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  footer .footer-logo .navbar-brand {
    margin: 0;
  }
  .navigation.pagination .nav-links {
    justify-content: center;
  }
  .navigation + .navigation {
    justify-content: center;
  }
  .col-lg-8.content-right .list-blog .bs-blog-category {
    justify-content: center;
  }
  .col-lg-8.content-right .list-blog .bs-blog-meta {
    justify-content: center;
  }
  .footer .info-right .nav-link {
    padding: 0.5rem;
  }
  .site-branding-text .site-title a {
    text-shadow: 2px 2px #ffcc00;
  }
  .missed-area {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .list-blog.bs-blog-post {
    padding: 35px;
  }
}
@media (max-width: 575px) {
  .page-entry-title {
    flex-direction: column;
  }
  .comments-area .comment-body {
    padding: 100px 25px 25px 0px;
  }
  .list-blog.bs-blog-post {
    padding: 25px;
  }
}
.navbar-expand-lg .navbar-nav {
	margin:0 auto;	
}