/*
Theme Name: Newsair
Author:  Theme

Description: Newsair is a fast, clean, modern-looking Best Responsive News Magazine WordPress theme. The theme is fully widgetized, so users can manage the content by using easy to use widgets. Newsair is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. Newsair is SEO friendly, WPML,Gutenberg, translation and RTL ready. Live preview : https://demo.themeansar.com/newsair and documentation at https://docs.themeansar.com/docs/newsair/
Version: 1.0.0.66
Tested up to: 6.7
Requires PHP: 7.4
Requires at least: 5.4
Tags: two-columns, three-columns, left-sidebar, right-sidebar, translation-ready, custom-background, custom-logo, featured-images, footer-widgets, full-width-template, blog, e-commerce, entertainment
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: newsair

*/
.post-share {
  display: none;
}
: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 & Global    
-----------------------------------------*/
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.78;
  color: var(--text-color);
  text-decoration: none;
}
.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;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #005aff;
}
a {
  text-decoration: inherit;
  transition: all 0.3s ease-out;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 1px solid;
  text-decoration: underline;
}
.end-10 {
  right: 10px;
}
.start-10 {
  left: 10px;
}
.center-0 {
  right: 0;
  left: 0;
  margin: auto;
}
.me-auto {
  justify-content: flex-start;
}
.mx-auto {
  justify-content: center;
}
.ms-auto {
  justify-content: flex-end;
}
.w-50 {
  width: 50%;
}
.back-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mt-40 {
  margin-top: 40px;
}
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: var(--text-color);
  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: 2px solid var(--bor-color);
  border-radius: 0;
  display: block;
  padding: 13px 16px;
  width: 100%;
  outline: 0;
  height: 54px;
}
textarea {
  height: unset;
}
.input-group .form-control {
  height: 40px;
}
.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;
  font-weight: bold;
  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 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;
}
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: #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;
}

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
  word-wrap: break-word;
}
th {
  padding: 0.5rem 0.7rem;
  text-align: left;
}
table,
th,
td {
  border: 1px solid var(--bor-color);
}

td {
  padding: 0.5rem 0.7rem;
}
.woocommerce table.shop_attributes td p {
  padding: 8px;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

.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 {
  color: var(--text-color);
  box-shadow: var(--bxsh);
  /* border-radius: 4px; */
}
.wrapper {
  overflow: hidden;
}
.wd-back {
  padding: 20px;
  box-shadow: var(--bxsh);
  margin-bottom: 30px;
}
.modal .btn-close {
  line-height: 1;
  opacity: 1;
}
.modal .form-control {
  height: 55px;
}
/*---------------------------------------
	2.2.Typography        
-----------------------------------------*/
h1,
.h1 {
  font-size: 34px;
  line-height: 1.3;
}
h2,
.h2 {
  font-size: 32px;
  line-height: 1.3;
}
h3,
.h3 {
  font-size: 28px;
  line-height: 1.3;
}
h4,
.h4 {
  font-size: 24px;
  line-height: 1.3;
}
h5,
.h5 {
  font-size: 20px;
  line-height: 1.3;
}
h6,
.h6 {
  font-size: 16px;
  line-height: 1.3;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Inter Tight";
  font-weight: 800;
  color: var(--head-color);
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  letter-spacing: 0;
  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 {
  font-size: 14px;
  padding: 0px 8px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  font-weight: bold;
  display: inline-block;
  transition: all 0.2s ease 0s;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
}
.btn-theme:hover,
.btn-theme:focus {
  transition: all 0.3s ease 0s;
  outline: none;
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5);
}
/*---------------------------------------
	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;
}
.navigation.pagination .nav-links .page-numbers,
.navigation.pagination .nav-links a {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  margin: 0 6px 10px 0;
  padding: 0px 6px;
  vertical-align: baseline;
  white-space: nowrap;
  width: auto;
  min-width: 40px;
  height: 40px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease 0s;
  text-decoration: none;
  position: relative;
  float: left;
}
.navigation.pagination > li:first-child > a,
.navigation.pagination > li:first-child > span {
  border-radius: 30px;
}
.single-nav-links {
  text-align: center;
  margin-top: 30px;
}
.single-related-post .col-md-4:nth-child(3) .bs-blog-post {
  margin-bottom: 0;
}
.nav-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.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 6px 10px;
  border-radius: 0px;
  height: 40px;
  min-width: 40px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease 0s;
  padding: 0;
  line-height: 40px;
  width: auto;
}
button.mfp-close:hover,
button.mfp-close:focus {
  background: inherit;
}
.bs-blog-post .single .nav-links {
  padding: 1rem;
  border-radius: 0px;
  display: inline-block;
  border-top-width: 1px;
  border-top-style: solid;
}
.post-navigation .nav-previous {
  width: 48%;
  text-align: start;
  display: inline-block;
  float: left;
}
.post-navigation .nav-next {
  width: 48%;
  text-align: end;
  display: inline-block;
  float: right;
}
/*---------------------------------------
	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;
  line-height: 1.3;
  text-align: center;
  padding: 0;
  margin: 0 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.8s;
}
.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: 35px;
  height: 35px;
  transition: all 0.3s ease;
  opacity: 1;
  background: #f3eeee;
  color: #005aff;
  border-radius: 5px;
}
.bs .swiper-button-prev:after,
.bs .swiper-button-next:after {
  font-size: 18px;
}
.bs .swiper-pagination-bullet {
  width: 12px;
  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: #005aff;
}
.mg-latest-news {
  width: 100%;
  min-height: 40px;
  height: 100%;
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
}
.mg-latest-news .bn_title .title {
  display: inline-block;
  margin: 0;
  padding: 2px 10px;
  line-height: inherit;
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
}
.mg-latest-news .bn_title i + span {
  margin-left: 5px;
}
.mg-latest-news .bn_title {
  width: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.mg-latest-news .mg-latest-news-slider a {
  text-decoration: none;
  font-weight: normal;
  padding-left: 20px;
  display: block;
  line-height: 40px;
}
.mg-latest-news .mg-latest-news-slider a .img,
.mg-latest-news .mg-latest-news-slider a img {
  width: 40px;
  height: 35px;
  border-radius: 10px;
  margin-right: 8px;
  object-fit: cover;
}
.mg-latest-news .mg-latest-news-slider {
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 35px;
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  box-sizing: border-box;
  z-index: 0;
  height: 40px;
  overflow: hidden;
  flex: 1;
}
.mg-latest-news .mg-latest-news-slider a:hover,
.mg-latest-news .mg-latest-news-slider a:focus {
  opacity: 0.7;
}
.mg-latest-news .navbar-nav {
  flex-direction: row;
}
.mg-latest-news .navbar-nav .nav-link {
  margin-right: 20px;
}
.mg-latest-news .navbar-nav .nav-link + ul {
  display: none;
}
.mg-latest-news .navbar-nav.sm-collapsible .sub-arrow {
  display: none;
}
.mg-latest-news .navbar-nav.sm-collapsible .has-submenu {
  padding-right: 0;
}
.mg-latest-news .navbar-nav .nav-link:hover {
  opacity: 0.7;
}
/* --------------------------------------
=========================================
 Header
=========================================
-----------------------------------------*/
/*---------------------------------------
	light/dark switch Styles           
-----------------------------------------*/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-left: 15px;
  border-radius: 20px;
}
.switch input {
  display: none;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  transition: 0.4s ease-in-out;
}
.switch .slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
  content: "\f185";
  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-radius: 50%;
  margin: 3px;
}
.switch .dark + .slider::before {
  content: "\f186";
  transform: translateX(100%) rotate(230deg);
}
/* -------Header default ---- */
.bs-trhead {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
}
.bs-default .bs-header-main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}
.bs-default .bs-header-main .inner {
  display: flex;
  padding: 15px 0;
  margin: 0;
  height: 130px;
  align-items: center;
  text-align: center;
}
.bs-default .info-right {
  display: flex;
  justify-content: flex-end;
}
.bs-default .info-right div {
  margin-left: 4px;
  margin-right: 4px;
}
.bs-default .navbar-brand {
  margin-right: unset;
}
.bs-default .navbar-wp {
  margin: 0;
  z-index: 999;
  border-radius: 0;
  min-height: 55px;
  height: auto;
}
.bs-default .bs-menu-full {
  z-index: 999;
}
.is-sticky .sticky-header {
  animation: slide-down 1.07s;
  box-shadow: var(--bxsh);
}
@keyframes slide-down {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bs-menu-full {
  position: relative;
}
.navbar-wp {
  margin: 0;
  padding: 0;
  height: 50px;
  border-radius: 0;
  z-index: 1000;
}

.navbar-toggler.x,
.right-nav a {
  outline: none;
  border: 1px solid transparent;
  padding: 5px;
}
.navbar-toggler.x:focus,
.right-nav a:focus {
  border: 1px solid;
}
.navbar-wp .navbar-nav > li {
  position: relative;
}
.navbar-wp .navbar-nav > li:after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background: #fff;
  left: 10px;
  bottom: 2px;
  transition: width ease-in 0.3s;
}
.navbar-wp .navbar-nav > li:hover:after {
  width: calc(100% - 20px);
}
.navbar-wp .navbar-nav > li.active:after {
  width: calc(100% - 20px);
}
.bs-default .navbar-wp .navbar-nav > li > a {
  padding: 10px 15px;
}
.right-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: 15px;
}
.homebtn a {
  padding: 5px 15px;
  font-size: 20px;
}
.right-nav a:hover,
.right-nav a:focus {
  outline: none;
  text-decoration: none;
}
.right-nav a.subscribe-btn {
  display: inline-flex;
  padding: 8px 10px;
  font-weight: 500;
  width: unset;
}
.subscribe-btn span {
  border-left: 1px solid;
  margin-left: 10px;
  padding-left: 8px;
}
.bs-standard .navbar-wp {
  height: 110px;
}
.menu-link-description {
  font-size: 10px;
  padding: 2px 4px;
  margin: 0 3px;
  line-height: 10px;
  background: #fff;
  color: #000;
  position: absolute;
  border-radius: 1px;
  line-height: normal;
  top: 0;
  margin: 0 3px;
  font-weight: 700;
  display: inline-table;
  word-break: keep-all;
  overflow-wrap: unset;
  width: max-content;
  z-index: 9;
}

.menu-link-description:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  left: 3px;
  bottom: -4px;
}
/* ------Sticky Header----- */
.navbar-wp.header.sticky {
  position: fixed;
  min-height: 55px;
  height: auto;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px 0 #00000010;
}
/*---------------------------------------
	Top Bar           
-----------------------------------------*/
.bs-head-detail {
  padding: 4px 0;
  position: relative;
  z-index: 1;
  box-shadow: var(--bxsh);
}
.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: 0 10px;
  border-radius: 5px;
}
.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;
  margin-top: 3px;
}
.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: 16px;
  padding-right: unset;
}
.bs-social li a:hover i {
  opacity: 0.7;
}
.right-nav a.bs-cart {
  position: relative;
  padding: 10px 0;
}
.bs-cart-count {
  width: 17px;
  height: 17px;
  font-size: 13px;
  color: #fff;
  line-height: 17px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, -5px);
}
.bs-cart-total {
  margin-right: 8px;
}
.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-title {
  font-size: 26px;
  line-height: 1.2;
}
.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;
  line-height: 2.2;
  font-size: 16px;
  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;
}
.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: 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;
  margin-left: 15px;
}
[role="button"] {
  cursor: pointer;
  padding: 15px;
}
.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;
}
@-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: bold;
}
.navbar-wp .dropdown-menu > .dropdown-menu {
  right: 0;
  left: auto;
}
.navbar-nav > li:last-child > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: -1px;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  padding: 0;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.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: 5px 0px 5px 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; */
}

.desk-header .msearch.dropdown-toggle::after {
  content: inherit;
}

form.search-form {
  display: flex;
}
form.search-form label {
  width: 100%;
}
.top-cart {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
/*---------------------------------------
	Top Tags       
-----------------------------------------*/
.mg-tpt-tag-area {
  padding: 10px 0px;
  /* margin: 0; */
  font-size: 14px;
}
.mg-tpt-txnlst .mg-tpt-txnlst-title {
  margin-right: 10px;
  padding: 2px 8px;
  margin-bottom: 0;
  font-weight: 600;
  display: inline;
  font-size: 14px;
}
.mg-tpt-txnlst ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.mg-tpt-txnlst ul li {
  display: inline-block;
  margin-right: 0;
}
.mg-tpt-txnlst ul li a:before {
  content: "\f292";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  padding: 0 2px;
  font-weight: 900;
}
.mg-tpt-txnlst ul li a {
  padding: 2px 4px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
}
/* --------------------------------------

=========================================
	General
=========================================
-----------------------------------------*/
.site-branding-text {
  word-break: break-word;
}
.site-branding-text .site-title a {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  font-family: "Inter Tight";
}
.site-branding-text p {
  margin-bottom: 0;
}
.site-branding-text .site-description {
  font-size: 16px;
  line-height: 1.3;
}
.col-grid-1 {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.col-grid-2 {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.col-grid-3 {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.col-grid-4 {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.bs-slide .inner .title {
  font-size: 28px;
}
.postcrousel .bs-blog-post .title {
  font-size: 24px;
}
/*=========================================
	Off Canvas
=========================================
-----------------------------------------*/
.offcanvas {
  z-index: 99999;
}
.offcanvas .offcanvas-header {
  justify-content: center;
  box-shadow: 0px 10px 10px 0 #0000001f;
  box-shadow: var(--bxsh);
}
.offcanvas .offcanvas-header .btn_close {
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.5s;
}
.sidenav a.nav-link {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.sidenav a.nav-link:focus {
  outline: none;
}
.sidenav .nav-item .dropdown-menu {
  padding: 0;
}
.sidenav .nav-item .dropdown-item {
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}
.offcanvas .offcanvas-header .btn_close:hover {
  transform: rotate(90deg);
}
/*=========================================
	missed
=========================================
-----------------------------------------*/
.missed {
  padding-top: 0;
  padding-bottom: 10px;
}
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  opacity: 1;
  background: #f3eeee;
  color: #005aff;
  border-radius: 5px;
  top: 20px;
  margin: 0;
  left: auto;
}
.swiper-navigation .swiper-button-prev:after,
.swiper-navigation .swiper-button-next:after {
  font-size: 16px;
}
.swiper-navigation .swiper-button-prev,
.swiper-container-rtl + .swiper-navigation .swiper-button-next {
  right: 60px;
}
.swiper-navigation .swiper-button-next,
.swiper-container-rtl + .swiper-navigation .swiper-button-prev {
  right: 20px;
}
.missed .swiper-pagination {
  top: 20px;
  right: 20px;
}
.missed .swiper-pagination-bullet,
.crousel-widget .swiper-pagination-bullet {
  margin: 0 4px;
  width: 8px;
  height: 4px;
  border-radius: 0;
  padding: 0;
}
.missed .swiper-pagination-bullet-active,
.crousel-widget .swiper-pagination-bullet-active {
  width: 18px;
}
.crousel-swiper-pagination {
  position: absolute;
  top: 20px;
  right: 20px;
}
/*---------------------------------------
=========================================
	widget Titlle
=========================================
-----------------------------------------*/
.bs-widget-title {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  border-style: solid;
  border-width: 0 0 2px 0;
}
.bs-widget-title .title {
  margin-bottom: 0;
  padding: 5px 0;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 20px;
}
.bs-widget-title.two .title:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 50%;
  bottom: 0;
  left: 0;
}
.bs-widget-title.three .title {
  padding-left: 20px;
}
.bs-widget-title.three .title:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  border-radius: 50%;
}
.recentarea {
  border-radius: 5px;
  padding: 20px 20px 10px 20px;
}

/*---------------------------------------
=========================================
	promo widget
=========================================
-----------------------------------------*/
.bs-widget {
  margin-bottom: 30px;
  box-shadow: var(--bxsh);
}
.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: 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: 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: 1px;
  border-style: solid;
}
/*---------------------------------------
=========================================
	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 widget
=========================================
-----------------------------------------*/
.featured-widget {
  padding-bottom: 0;
}
.featured-widget .bs-blog-post.three.lg {
  height: 530px;
}
.bs-sidebar .featured-widget .featured-widget-content {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.featured-widget .featured-widget-content {
  grid-gap: 1rem;
}
/*---------------------------------------
=========================================
	Popular tab widget
=========================================
-----------------------------------------*/
.tabarea-area .nav-tabs .nav-link {
  border-radius: 0;
}
/*---------------------------------------
=========================================
	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;
  padding: 0.5rem 0rem 0.5rem 1rem;
  font-weight: 600;
}
/*---------------------------------------
=========================================
	Express Widget
=========================================
-----------------------------------------*/
.express-widget {
  padding-bottom: 0;
}
.express-post-1 {
  display: none;
}
.express-widget .bs-blog-post.three.lg {
  height: 400px;
}
/*---------------------------------------
=========================================
	Latest Post Widget
=========================================
-----------------------------------------*/
.latest-post-widget {
  padding-bottom: 1px;
}
/*---------------------------------------
=========================================
	Multi Post Widget
=========================================
-----------------------------------------*/
.multi-post-widget .bs-blog-post.three.sm {
  height: 233px;
}
.multi-post-widget .bs-blog-post.three.sm .title {
  font-size: 22px;
}
.multi-post-widget .bs-blog-post.three.lg {
  height: 520px;
}
.multi-post-widget .inner_columns {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1.5rem;
  padding: 0;
}
.multi-post-widget .inner_columns.one .post-1 {
  grid-area: 1 / 1 / span 2 / span 2;
}
.multi-post-widget .inner_columns.two .post-3 {
  grid-area: 2 / 1 / span 1 / span 2;
}
.multi-post-widget .inner_columns.three {
  grid-template-columns: auto auto auto;
}
/*---------------------------------------
=========================================
	Tabs Post Widget
=========================================
-----------------------------------------*/
.tabs-widget .nav-tabs {
  border: none;
}
.tabs-widget .nav-tabs .nav-link {
  border-radius: 5px;
}
.tabs-widget .nav-link {
  padding: 8px 25px;
}
.tabs-widget .small-post .img-small-post {
  width: 37%;
  height: 95px;
  margin-right: 15px;
}
.bs-sidebar .tabs-widget ul li.nav-item {
  border: none;
  padding: unset;
  margin-bottom: unset;
}
/*---------------------------------------
=========================================
	Video Post Widget
=========================================
-----------------------------------------*/
.video-tab-widget {
  padding-bottom: 15px;
  background: #000;
}
.video-tab-widget .bs-blog-post.three.lg {
  height: 530px;
}
.video-tab-widget .vertcol {
  overflow-y: scroll;
  height: 530px;
}
/* width */
.video-tab-widget ::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}

/*---------------------------------------
=========================================
	Category List Widget
=========================================
-----------------------------------------*/
.custom-cate-list .list-unstyled li {
  border: none;
  padding: 10px 0;
  margin: 0;
}
/*---------------------------------------
=========================================
	Popular Tab Widget
=========================================
-----------------------------------------*/
.tabarea-area .nav-tabs .nav-item {
  padding: 0;
  margin: 0;
}
/*---------------------------------------
=========================================
	Social Icon Widget
=========================================
-----------------------------------------*/
.bs-social span.icon-soci {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 58px;
  line-height: 1.2;
  font-size: 25px;
  height: 58px;
  z-index: 1;
  box-shadow: 0 4px 10px 0 #0000006b;
}
.bs-social .icon-soci-content span {
  display: block;
  font-weight: 600;
  padding: 0px 10px 0px 40px;
  margin-left: -25px;
}
.social-contact-widget .bs-social li {
  margin-bottom: 20px;
  align-items: center;
  overflow: visible;
  line-height: initial;
}
.bs-social .icon-soci-content .bs-count {
  border-top-right-radius: 10px;
  font-size: 16px;
}
.bs-social .icon-soci-content .bs-follow {
  border-bottom-right-radius: 10px;
  font-size: 15px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.bs-sidebar .social-contact-widget .col-grid-3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
/*---------------------------------------
=========================================
	content
=========================================
-----------------------------------------*/
#content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.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 #005aff;
}
/*---------------------------------------
=========================================
	Image Ads
=========================================
-----------------------------------------*/
.bs-ads-area img {
  max-width: 100%;
}
/*---------------------------------------
	blogs       
-----------------------------------------*/
.bs-blog-post {
  margin-bottom: 30px;
  box-shadow: var(--bxsh);
  overflow: hidden;
}
.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.lg.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%;
}
/* .bs-blog-thumb::before, .bs-blog-post.three::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    visibility: hidden;
}
.bs-blog-thumb:hover::before, .bs-blog-post.three:hover::before {
    visibility: visible;
	transition: all 1s;
	left: 125%;
} */
.featured-image-caption {
  display: block;
  text-align: center;
}
.bs-blog-post .title {
  word-break: break-word;
}
.link-div {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.back-img {
  background-color: #333;
  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;
}
.newsair-dynamic-column-posts .bs-blog-post.bshre {
  margin-bottom: 0px;
}
/*----- blog-post list -----*/
.list-blog.bs-blog-post {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 15px;
}
.list-blog .bs-blog-thumb {
  width: 48.333333%;
  max-width: 48.333333%;
  min-width: 48.333333%;
  height: 260px;
  min-height: 260px;
}
.list-blog.bs-blog-post .small {
  padding: 0 20px;
  font-size: 17px;
}
.list-blog.bs-blog-post .title,
.list-blog.bs-blog-post .bs-blog-meta,
.list-blog.bs-blog-post .bs-blog-category {
  margin-bottom: 10px;
}
.list-blog .bs-blog-category {
  justify-content: flex-start;
}
.list-blog.bs-blog-post p {
  word-break: break-word;
}
/*----- Gird Blog Post-----*/
.grid-card .bs-blog-thumb.lg {
  height: 300px;
}
.grid-card .bs-blog-category {
  margin-bottom: 10px;
}
.bs-blog-post.grid-card .title {
  margin-bottom: 10px;
}
.bs-blog-post.grid-card .bs-blog-meta {
  margin-bottom: 10px;
}
.bs-blog-post.grid-card p {
  margin-bottom: 10px;
  word-break: break-word;
}
/*----- blog-post overlay -----*/
.bs-blog-post.three {
  position: relative;
}
.bs-blog-post.three.lg {
  height: 500px;
}
.bs-blog-post.three.md {
  height: 350px;
}
.bs-blog-post.three.sm {
  height: 185px;
  z-index: unset;
}
.bs-blog-post.three .bs-blog-category {
  position: absolute;
  top: 15px;
  z-index: 5;
}
.bs-blog-post.three .title {
  z-index: 5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.bs-blog-post.three.sm .title {
  font-size: 20px;
  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-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 45%,
    rgba(0, 0, 0, 0.4) 60%,
    #000000d9 100%
  );
}
/*----- Double Category small-post -----*/
.double-category-posts .colinn {
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 30px;
  background: var(--box-color);
}
.small-post.bs-post-1 {
  padding: 0;
  position: relative;
  margin-bottom: 15px;
  flex-direction: column;
}
.small-post.bs-post-1 .img-small-post {
  height: 370px;
  width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
}
.small-post.bs-post-1 .small-post-content {
  width: 100%;
}
.small-post.bs-post-1 .small-post-content .bs-blog-category {
  position: absolute;
  top: 0;
  left: 10px;
}
.small-post.bs-post-1 .small-post-content.no-img .bs-blog-category {
  position: unset;
}
.small-post.bs-post-1 .small-post-content .title {
  font-size: 22px;
  margin-bottom: 10px;
}
.double-category-posts .small-post-content p {
  font-size: 17px;
}
.double-category-posts .small-post-content .bs-blog-meta {
  margin-bottom: 10px;
}
.bs-sidebar .double-category-posts {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.bs-sidebar .double-category-posts .colinn {
  padding: 0;
  margin-bottom: 0;
}
/*----- List small-post-widget -----*/
.small-post-list-widget {
  padding-bottom: 0;
}
.small-post-list-widget .small-post .img-small-post {
  width: 35%;
  height: 110px;
}
.small-post-list-widget .small-post-list-inner .small-post:nth-last-child(2) {
  border-bottom-style: none;
}
.small-post-list-widget .small-post-list-inner {
  grid-row-gap: 0;
}
.bs-sidebar .small-post-list-widget .small-post-list-inner {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.bs-sidebar
  .small-post-list-widget
  .small-post-list-inner
  .small-post:nth-last-child(2) {
  border-bottom-style: solid;
}
.bs-sidebar
  .small-post-list-widget
  .small-post-list-inner
  .small-post:nth-last-child(1) {
  margin-bottom: 0;
  padding-bottom: 0;
}
footer .small-post-list-widget .small-post-list-inner {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
footer .small-post-list-widget .small-post {
  display: none;
}
footer .small-post-list-widget .small-post:nth-child(1),
footer .small-post-list-widget .small-post:nth-child(2) {
  display: flex;
}
footer .small-post-list-widget .small-post:nth-child(3) {
  display: flex;
  border-bottom: 0;
}
/*----- 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: 70px;
  height: 70px;
}
.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;
}
.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: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  gap: 20px;
}
.small-post:last-child {
  border-bottom: none;
}
.small-post .img-small-post {
  width: 35%;
  height: 110px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
  box-shadow: var(--bxsh);
}
.small-post-content {
  -ms-flex: 1;
  flex: 1;
}
.small-post .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.small-post .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bs-widget .small-post-content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}
.small-post .small-post-content .bs-blog-category {
  margin-bottom: 8px;
}
/*----- blog-post slider -----*/
.mainfeatured {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 40px;
}
.mainfeatured .featinner {
  z-index: 1;
}
.mainfeatured.over {
  margin-bottom: 40px;
}
.mainfeatured.over .featinner {
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: rgba(18, 16, 38, 0.6);
}
.bs-slide.bs-blog-post.three.lg {
  height: 470px;
}
.mainfeatured .bs-widget {
  margin-bottom: 0px;
  box-shadow: none;
  background-color: transparent;
}
/*----- blog-post category -----*/
.bs-blog-category {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: -4px;
  margin-right: -4px;
}
.bs-blog-category a {
  font-size: 14px;
  padding: 5px 10px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
  display: inline-flex;
  align-items: center;
  /* box-shadow: 3px 3px 6px rgba(117, 117, 117, 0.3); */
}
.bs-blog-post .title {
  font-size: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bs-blog-post .title.sm {
  font-size: 22px;
  line-height: 1.2;
}
.bs-blog-post .small {
  padding: 20px 20px;
  font-size: 17px;
}
/*----- blog-post post-share-icons -----*/
.post-share-icons {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 30px 0;
  justify-content: center;
}
.post-share-icons a {
  width: 36px;
  height: 36px;
  margin-right: 0.538rem;
  margin-top: 10px;
  text-align: center;
  line-height: 36px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.2s;
}
.post-share-icons a:hover {
  /* box-shadow: var(--bxshover); */
}
/*----- blog-post meta -----*/
.bs-blog-post .bs-blog-meta {
  margin-bottom: 20px;
}
.bs-post-meta a {
  display: inline-block;
}
.bs-blog-meta span {
  padding-right: 5px;
  font-size: 15px;
  font-weight: 500;
}
.bs-blog-meta .bs-author img {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-left: 1px;
  display: unset;
  box-shadow: 0px 2px 8px 1px rgba(33, 33, 33, 0.3);
}
.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: 8px;
  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;
}
.wigethomemain .bs-blog-post .title {
  font-size: 28px;
}
/*----- blog-post single -----*/
.bs-blog-post.single {
  text-align: start;
}
.bs-blog-post.single .bs-header .title {
  font-size: 38px;
  display: inherit;
  overflow: inherit;
  word-break: break-word;
}
.bs-blog-post .bs-header {
  padding: 20px;
}
.bs-blog-post .bs-header h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.bs-blog-post .bs-header .bs-info-author-block {
  box-shadow: inherit;
  margin: 0;
  padding: 0;
  border: none;
}
.bs-blog-post .bs-header .bs-author-pic img {
  width: 40px;
  height: 40px;
}
.bs-info-author-block {
  display: flex;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.bs-info-author-block .bs-author-pic img {
  margin: 0 15px 0 0;
  border-radius: 50%;
  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%);
  width: 80px;
  height: 80px;
  max-width: unset !important;
  border-width: 3px;
  border-style: solid;
}
.bs-info-author-block.py-4.px-3.mb-4 .bs-author-pic img {
  margin: 0;
}
.bs-info-author-block.py-4.px-3.mb-4 {
  border-radius: 5px;
}
/*----- comments -----*/
.bs-blog-post img {
  max-width: 100%;
  height: auto;
}
.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-bottom-width: 1px;
  border-bottom-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;
  transition: 0.3s ease-in-out 0s;
  border-radius: 0;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
}
.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 {
  display: flex;
  width: 100%;
  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%);
  border-width: 3px;
  border-style: solid;
}
.comments-title {
  word-break: break-word;
}
/*----- 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%;
}
/*---------------------------------------
	3.16.bs-contact-section      
-----------------------------------------*/
.bs-contact .overlay {
  padding: 40px 0;
  margin: 0;
}
.widget_newsair_custom_widget h5,
.newsair_contact_widget h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.bs-widget-address {
  padding: 0px;
}
.bs-contact .bs-widget-address > li:first-child {
  padding-top: 0;
}
.bs-widget-address > li {
  list-style: none;
  padding: 8px 0;
}
.bs-widget-address > li:last-child {
  border-bottom: none;
}
.bs-widget-address li span.icon-addr {
  float: left;
  height: 30px;
  line-height: 38px;
  margin-right: 18px;
  text-align: center;
  width: 30px;
  display: inline-block;
  border-radius: 10px;
}
.bs-widget-address li span.icon-addr i {
  font-size: 24px;
}
.bs-widget-address strong {
  padding-right: 5px;
}
/*---------------------------------------
	3.17.bs-gmap-section      
-----------------------------------------*/
.bs-gmap-wrapper {
  padding: 0;
  margin: 0;
}
.bs-gmap-wrapper #map {
  padding: 0;
  width: 100%;
  height: auto;
  border: 0;
  margin-bottom: -10px;
}
.bs-gmap-wrapper {
  padding: 0;
  margin: 0;
}
/* --------------------------------------
=========================================
	4.bs-breadcrumb-section
=========================================
-----------------------------------------*/
.bs-breadcrumb-section {
  margin-top: -20px;
  margin-bottom: 20px;
}
.bs-breadcrumb-section .overlay {
  padding: 10px 10px;
  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 {
  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: 0;
}
.page-entry-title .bs-breadcrumb-section .overlay {
  box-shadow: none;
  padding: 0;
}
.page-entry-title {
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page-entry-title:has(.entry-title.title) {
  padding: 20px;
}
/* --------------------------------------
=========================================
	5.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;
  box-shadow: var(--bxsh);
  overflow: hidden;
  word-break: break-word;
}
.bs-sidebar .bs-widget .wd-back {
  padding: 0;
  box-shadow: none;
  margin-bottom: 10px;
}
.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,
footer .bs-widget .tagcloud 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;
  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 {
  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;
}
form.wp-block-search {
  overflow: hidden;
}
/*--bs-blog-post end--*/
/*--bs-recent-slider--*/
.recentarea-slider {
  height: 467px;
  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: 15px;
}
.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: #005aff;
  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;
  box-shadow: 0px 2px 0 0px #005aff;
}
/*--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-widget .bs-author img.rounded-circle {
  width: 130px;
  height: 130px;
}
.bs-author img.rounded-circle {
  padding: 2px;
  margin-bottom: 20px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  box-shadow: 0px 2px 0 1px #005aff;
}
.bs-author .bs-social {
  padding: 0;
  margin: 0;
}
/*--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;
}
/* 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: 700;
  font-family: "Inter Tight";
}

/* --------------------------------------
=========================================
	6.bs-error page
=========================================
-----------------------------------------*/
.bs-error-404 {
  padding: 20px;
}
.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;
}
.bs-error-404 .btn {
  overflow: visible;
}
/* --------------------------------------
=========================================
	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-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}
footer .bs-widget ul li {
  border: none;
}
footer .bs-recent-blog-post .small-post {
  background: unset;
}
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 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 li {
  margin-right: 0;
}
.bs-footer-copyright .info-right {
  margin: 0;
}
footer .bs-footer-copyright .text-xs {
  margin: auto 0;
}
footer .bs-footer-copyright li a {
  padding: 0.5rem 0 0.5rem 1rem;
}
footer .wd-back {
  background: unset;
}
footer .wp-block-heading {
  margin-bottom: 20px;
  position: relative;
  padding: 8px 20px;
  display: inline-flex;
}
footer .wp-block-heading::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 110vh;
  bottom: -1px;
  left: 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 {
  padding-left: 20px;
}
footer .bs-widget .sub-menu li:first-child {
  margin-top: 10px;
}
/* --------------------------------------
=========================================
	8.bs-scroll
=========================================
-----------------------------------------*/
.bs_upscr {
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 9999;
  border-width: 2px;
  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);
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}

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

.bs_upscr:hover {
  opacity: 1;
}
.bs_upscr i {
  font-size: 16px;
  line-height: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.bs_upscr i.default::before {
  content: "\f106";
}
.bs_upscr i.two::before {
  content: "\f102";
}
.bs_upscr i.three::before {
  content: "\f062";
}
.bs_upscr i.four::before {
  content: "\f30c";
}
.bs_upscr:hover,
.bs_upscr:focus {
  border-width: 2px;
  border-style: solid;
  transition: all 0.3s ease 0s;
}
.container.mobi-menu {
  display: none;
}
.bs_upscr i:hover::after {
  height: 100%;
}
/*----woocommerce----*/
/* woocommerce v2.3.5 */
*:focus {
  outline: 0;
}
.woocommerce h2 {
  font-size: 22px;
}
.woocommerce h3 {
  font-size: 20px;
}
/*----product----*/
.woocommerce .products span.onsale,
.woocommerce span.onsale {
  border-radius: 0;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 25px;
  margin: 4px !important;
  min-height: 10px;
  padding: 0 12px;
  z-index: 999;
}
.woocommerce span.onsale {
  margin: 10px !important;
}
.woocommerce ul.products li.product {
  text-align: center;
  padding-bottom: 20px;
  transition: all 0.4s ease 0s;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0.5rem;
}
.woocommerce ul.products li.product:hover {
}
.woocommerce ul.products li.product a img:hover {
  opacity: 0.6;
}
.woocommerce-page .woocommerce-ordering select {
  padding: 12px 15px 12px 10px;
  color: #a0a0a0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.woocommerce-page .products .product > a:first-child {
  position: relative;
  text-align: center;
  display: block;
}
.woocommerce-page .products a.button {
  display: inline-block;
  text-align: center;
  border-radius: 0;
  margin: 10px;
  border: none;
  font-weight: bold;
  margin: 0 auto !important;
}
.woocommerce-page .products a.button:hover {
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5);
}
.woocommerce-page .products h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 12px;
  line-height: 25px;
  float: none;
  width: auto;
  margin: 0;
}
.woocommerce-page .products .star-rating {
  position: relative;
  margin: 0 auto;
}
.woocommerce-page .products a .price {
  line-height: 20px;
  width: 100%;
  float: left;
  height: auto;
  min-height: 40px;
  text-align: center;
  padding: 10px 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: bold;
  background: none;
  line-height: 20px;
  margin-left: 10px;
}
.woocommerce-page .products .added_to_cart {
  display: inline-block;
  text-align: center;
  padding: 10px 20px 10px 20px;
  border-radius: 0;
  border: none;
  font-size: 12px;
  margin: 0;
}
.woocommerce-page .woocommerce-result-count {
  float: left;
  font-size: 14px;
  line-height: 46px;
  margin-top: 20px;
}
.woocommerce-page .woocommerce-ordering {
  float: right;
  margin-top: 20px;
}
.woocommerce-page .product-type-simple {
  position: relative;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: inherit;
}
footer .newsair-widget .woocommerce ul.cart_list li img,
footer .newsair-widget .woocommerce ul.product_list_widget li img {
  margin-top: 7px;
}
/*woocommerce-tabs*/
.tabs.wc-tabs {
  text-align: center;
}
.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.active {
  border-width: 0 0 1px 0;
  border-style: solid;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  background: transparent;
  border: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 22px;
  line-height: 1.3;
}
.related.products {
  text-align: center;
}
.related.products h2 {
  font-size: 26px;
  line-height: 40px;
}
/*woocommerce-form*/
.woocommerce form .form-row label {
  width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  height: 40px;
  margin-bottom: 20px;
  border: 2px solid #ebebeb;
  color: #ccc;
  border-radius: 0px;
  padding: 6px 12px;
}
.select2-container .select2-choice {
  height: 40px;
  padding: 6px 12px;
}
/*woocommerce-cart*/
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
  line-height: 30px;
  padding: 5px 35px;
  border-radius: 0;
}
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5);
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  line-height: 30px;
  padding: 5px 35px;
  border-radius: 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  border-radius: 0;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  min-width: 110px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.16);
}
/*woocommerce-messages*/
.woocommerce-page .woocommerce-message {
  margin: 0px 0 40px;
  border-radius: 3px;
  list-style: none;
}
.woocommerce-page .woocommerce-message a {
  padding: 6px 14px;
  font-size: 12px;
}
.woocommerce-page .woocommerce-error {
  list-style: none;
  padding: 10px 0 10px 50px;
  margin: 0px 0 40px;
  border-radius: 3px;
  border: none;
  float: left;
  width: 100%;
}
.woocommerce-page .woocommerce-error a {
  padding: 6px 14px;
  font-size: 12px;
}
.woocommerce-page .woocommerce-info {
  list-style: none;
  padding: 0;
  margin: 0px 0 40px;
  border-radius: 3px;
  border: none;
  float: left;
  width: 100%;
  margin-top: 25px !important;
}
.woocommerce-page .woocommerce-info a {
  padding: 6px 14px;
  font-size: 12px;
}
.woocommerce-page .woocommerce-info {
  float: left;
  text-align: left;
  padding-top: 30px;
}
.woocommerce-page .woocommerce .woocommerce-info {
  border-radius: 3px;
  border: none;
  padding: 15px 0 15px 50px;
  margin-bottom: 40px;
}
.woocommerce-page .woocommerce .woocommerce-info a {
  opacity: 0.9;
}
/*woocommerce-pagination*/
.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;
}
/*woocommerce-price-filter*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #1a2128;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* WordPress Core*/
.site-description {
  margin-bottom: 0;
}
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.entry-content p {
  word-wrap: break-word;
}

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

.mg-card-box img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.navigation.pagination > li:first-child > a,
.navigation.pagination > li:first-child > span {
  border-radius: 0;
}
.bs-card-box.page-entry-title + .row .page-title {
  display: none;
}
/* 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 ----*/
form .wp-block-search__inside-wrapper {
  border: 0;
  margin-bottom: 8px;
}
.wp-block-search__inside-wrapper {
  display: flex;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
  flex: 1;
}
.bs-widget .wp-block-search__label {
  font-weight: 700;
  margin-bottom: 20px;
  padding: 8px 20px;
  position: relative;
  letter-spacing: 1.1px;
  border-style: solid;
  z-index: 1;
  font-size: 20px;
  line-height: 1.2;
  display: inline-flex;
  width: auto;
  font-family: "Inter Tight";
}
.widget_block h2 {
  margin-bottom: 20px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 20px;
  display: inline-flex;
}
.widget_block h2:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 110vh;
  bottom: -1px;
  left: 0;
}
ol.wp-block-latest-comments {
  padding: 0;
}
.widget_block .wp-block-group {
  overflow: hidden;
}
.wp-block-search__label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding: 5px 0;
  position: relative;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin-bottom: 15px;
}
.wp-block-search__label:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 300vh;
  bottom: -1px;
  left: 0;
}
.widget_block .wp-block-search__button {
  padding: 10px 15px;
}
form.wp-block-search__button-inside.wp-block-search__text-button.wp-block-search {
  overflow: hidden;
}
.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,
.nav-link.has-submenu:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  margin-left: 0.255em;
  font-size: 10px;
  vertical-align: 0.255em;
  font-weight: 900;
}
.wp-block-button__link {
  border: 2px solid #32373c;
}
.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;
}
/* footer */
footer .bs-widget-title .title:before {
  display: none;
}
/* --------------------------------------
=========================================
	Responsive part
=========================================
-----------------------------------------*/
/* ---- ==== Media ==== ----*/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 991.98px) {
  .bs-masonry-columns {
    columns: 1;
  }
  #menu-primary li.active.home {
    display: none;
  }
  .bs-default .site-branding-text .site-title {
    /* font-weight: bold;
		font-size: 40px;
		line-height: 1.2; */
  }
  .m-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
  }
  .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;
  }
  .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;
  }
  .missed .bs-blog-post.three.md {
    height: 300px;
  }
  .bs-headtwo .navbar-wp {
    padding: 15px 0;
  }
  .bs-default .is-sticky .navbar-wp {
    min-height: 70px;
  }
  .mg-tpt-tag-area {
    margin-top: 0;
  }
  .bs-header-main .inner.responsive {
    min-height: 0;
    height: 0;
  }
  .bs-sidebar {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .bs-headthree .navbar-wp {
    min-height: 100px;
  }
  .bs-default .bs-menu-full {
    min-height: 100px;
    height: auto;
    display: flex;
    align-items: center;
  }
  .missedslider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.dark .bs-default .is-sticky .bs-menu-full {
    box-shadow: var(--bxshover);
  }
  .nav.navbar-nav:not(.sm-collapsible) .menu-item-has-children .nav-link:after,
  .nav-link.has-submenu:after {
    content: "";
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 13px;
  }
  .bs-headtwo .navbar-wp {
    /* height: 70px; */
  }
  .bs-headthree .bs-header-main .inner {
    /* height: 70px; */
  }
  .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 {
    flex-direction: column;
  }
  .list-blog .bs-blog-thumb {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: unset;
    margin-bottom: 15px;
  }
  .bs-slide.bs-blog-post.three.lg {
    height: 400px;
  }
  .bs-slide .title {
    font-size: 18px;
  }
  .col-grid-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .text-xs {
    text-align: center;
  }
  .text-center-xs {
    text-align: center;
  }
  footer .footer-logo .navbar-brand {
    margin: 0;
  }
  .navigation.pagination .nav-links {
    justify-content: center;
  }
  .social-contact-widget .col-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .newsair-dynamic-column-posts .bs-blog-post.bshre:last-child {
    margin-bottom: 24px;
  }
  .missedslider {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  footer .bs-footer-copyright li a {
    padding: 0.5rem;
  }
  .list-blog.bs-blog-post .small {
    width: 100%;
  }
}
@media screen and (min-width: 240px) and (max-width: 1179px) {
  .boxed {
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .social-contact-widget .col-grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .bs-blog-post.single .bs-header .title {
    font-size: 32px;
  }
  .page-entry-title {
    flex-direction: column;
  }
  .comments-area .comment-body {
    padding: 100px 25px 25px 0px;
  }
  .comment-list .children {
    margin-left: 1rem;
  }
}

.gtranslate-shortcode > div {
  display: flex;
}
.gtranslate-shortcode a {
  padding: 0 5px;
}
