/*!
Theme Name: Baidik News
Theme URI: https://baidiknews.com/
Author: Basudev
Author URI: https://basudevkunwar.com.np/
Description: Bherikarnali News Website Wordpress Themes
Version: 1.2.0
Tested up to: 7.4
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bheri-karnali
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


:root {
  --theme-color: #0a47a1;
  --title-color: #040642;
  --body-color: #040642;
  --smoke-color: #fffffb;
  --black-color: #020000;
  --gray-color: #818080;
  --white-color: #ffffff;
  --light-color: #72849B;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --red-color: #ca081b;
  --bs-danger: #AE001A;
  --orange-color: #FF5E14;
  --border-color: #E0E0E0;
  --title-font: 'mukta', sans-serif;
  --body-font: 'mukta', sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --section-space-mobile: 80px;
  --bxsh: 0 1px 3px rgb(0 0 0 / 15%);
}

/*------------------- 1.5. Typography -------------------*/

html,
body {
  scroll-behavior: smooth !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background: var(--smoke-color);
  word-wrap: break-word;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

.attachment-full.size-full {
  width: 100%;
  height: auto;
}

#wp-custom-header img {
  width: 100%;
  display: block;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--title-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.5s cubic-bezier(0.3, 0, 0.5, 1);
  transition: color 0.5s cubic-bezier(0.3, 0, 0.5, 1);
}

a:hover {
  color: var(--theme-color);
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  /* border: none; */
  max-width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 60px;
  line-height: 1.167;
}

.h2,
h2 {
  font-size: 52px;
  line-height: 1.192;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {

  .h1,
  h1 {
    font-size: 48px;
  }

  .h2,
  h2 {
    font-size: 44px;
  }
}

/* Large devices */
@media (max-width: 1199px) {

  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }

  .h2,
  h2 {
    font-size: 38px;
    line-height: 1.25;
  }

  .h3,
  h3 {
    font-size: 30px;
  }

  .h4,
  h4 {
    font-size: 24px;
  }

  .h5,
  h5 {
    font-size: 20px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {

  .h1,
  h1 {
    font-size: 40px;
  }

  .h2,
  h2 {
    font-size: 30px;
    line-height: 1.3;
  }

  .h3,
  h3 {
    font-size: 26px;
  }

  .h4,
  h4 {
    font-size: 22px;
  }

  .h5,
  h5 {
    font-size: 18px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {

  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
}

/* Extra small devices */
@media (max-width: 375px) {

  .h1,
  h1 {
    font-size: 32px;
  }
}




/* Header top ---------------------------------- */

.headline-wrap .bg {
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  border-radius: 0;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 14px;
  padding: 0px 10px;
}

.headline-wrap {
  padding-left: 70px;
  position: relative;
  padding-right: 25px;
  padding-top: 4px;
}

/*spinner*/
.alert-spinner {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10;
  top: calc(50% - 10px);
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0.0)
  }

  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* Theme Backgroung Color */
.double-bounce1,
.double-bounce2 {
  background: #ff1212;
}

.headline-wrap ul {
  margin: 10px;
}

.tags li {
  position: relative;
  padding-left: .8em;
  margin-right: 1em;
  display: inline-block;
}

.tags li a {
  color: #192786;
  font-weight: 600;
  font-size: .9vw;
}

.tags li a:hover {
  color: #d40000;
}

.tags li::after {
  content: '#';
  position: absolute;
  top: 0;
  left: 0;
  font-size: .9vw;
  color: rgba(24, 0, 245, 0.425);
  font-weight: 600;
}

.tickler-title {
  float: left;
  background: #e60505;
  color: #FFF;
  padding: 0 15px;
  position: relative;
  line-height: 26px;
  margin-right: 30px;
}

.tickler-title:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  border-left: 13px solid #0532f3;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}



.top-header-layout .header-links li>i {
  color: var(--white-color);
}

.top-header-layout .header-links li:not(:last-child):before {
  background-color: var(--body-color);
  opacity: 0.3;
}

.top-header-layout .header-top {
  --body-color: #fff;
  background-color: #0E121D;
  padding: 8px 0;
  position: relative;
}

.top-header-layout .header-top:before {
  content: '';
  height: 100%;
  width: 70%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff1414;
  -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 40px) 0%, 100% 100%, 0% 100%);
}

.top-header-layout .header-top .container {
  padding-left: 4px;
}

.top-header-layout .header-top a,
.top-header-layout .header-top li,
.top-header-layout .header-top p {
  color: var(--white-color);
}

.top-header-layout .header-top a:hover {
  color: var(--smoke-color);
}

.header-links ul {
  margin: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.header-links li:not(:last-child) {
  padding: 0 20px 0 0;
  margin: 0 17px 0 0;
}

.header-links li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgba(0, 15, 87, 0.4);
  width: 1px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-links li>i {
  margin-right: 10px;
  color: var(--theme-color);
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  font-family: var(--body-font);
  color: var(--body-color);
}

.header-links i {
  color: var(--body-color);
}

.header-links b,
.header-links strong {
  font-weight: 600;
}


/* @media (max-width: 1500px) {
  .top-header-layout .header-top .container {
    padding-left: px;
  }
} */

/* Medium Large devices */
@media (max-width: 1399px) {
  .top-header-layout .header-button {
    margin-left: 0;
  }
}

@media (max-width: 1300px) {
  .top-header-layout .header-button {
    margin-left: 40px;
  }

  .top-header-layout .header-button .as-btn {
    display: none;
  }

}

/* Medium devices */
@media (max-width: 991px) {
  .top-header-layout .header-top {
    padding: 10px 0;
  }

}

/* Small devices */
@media (max-width: 767px) {
  .top-header-layout .header-top:before {
    display: none;
  }
}

/*------------------------- Header--------------------------*/

.right-header {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  padding: 10px;
}

.right-header .icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 56px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--icon-bg, #e41b1b);
  text-align: center;
  border-radius: 50%;
  border: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.right-header .icon-btn:hover {
  background-color: var(--success-color);
  border-color: var(--yellow-color);
}

.right-header.icon-btn {
  border: 1px solid #495057;
}

.right-header .icon-btn i {
  color: var(--white-color);
}

.right-header .icon_name.recent:before {
  content: "Recent";
}

.right-header .icon_name.popular:before {
  content: "Popular";
}

.right-header .icon_name.search:before {
  content: "Search ";
}

.right-header .icon_name.facebook:before {
  content: "Facebook";
}

.right-header .icon_name.twitter:before {
  content: "Twitter";
}

.right-header .icon_name.youtube:before {
  content: "Youtube ";
}

.right-header .icon_name.recent:hover:before,
.right-header .icon_name.popular:hover:before,
.right-header .icon_name.search:hover:before,
.right-header .icon_name.facebook:hover:before,
.right-header .icon_name.twitter:hover:before,
.right-header .icon_name.youtube:hover:before {
  display: block;
}

.right-header .icon_name:before {
  display: none;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  line-height: 13px;
  font-size: 11px;
  padding: 6px 11px;
  position: absolute;
  top: 56px;
  margin-left: 1px;
  white-space: nowrap;
  word-break: keep-all;
  border-radius: 5px;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  z-index: 8;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.header-logo {
  max-width: 300px;
  max-height: 190px;
}


/* Main Menu */
.main-header {
  box-shadow: inset 0 1px 1px rgba(91, 64, 240, 0.25), inset 0 -1px 0 rgba(0, 0, 0, .15), 0 1px 3px rgba(0, 0, 0, .15);
  background: var(--theme-color);
}

.sticky__logo.hide {
  display: none;
}

.sticky__logo .date__note {
  position: absolute;
  top: 53px;
  left: 24px;
  color: #fff;
  white-space: nowrap;
  padding: 5px;
  background: rgba(0, 0, 0, .8);
  line-height: 12px;
  font-size: 11px;
  width: 129px;
}

.sticky__logo img {
  height: 40px;
  width: 45px;
}

.sidebar__collapse {
  color: #ffffff;
  background: #033369 !important;
  cursor: pointer;
  padding: 5px 15px;
  font-size: 20px;
  transition: color 1s ease;
}

.sidebar__collapse:hover {
  color: var(--success-color);
  background: var(--red-color) !important;
}

.home_icon i {
  font-size: 25px;
  padding: 10px;
  color: var(--white-color);
  transition: color 1s ease;
}

.home_icon i:hover {
  color: var(--red-color)
}

.main-menu ul li {
  list-style: none;
}

.main-menu>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .main-menu>ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.main-menu>ul>li {
  padding: 0 25px;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border: 1px solid rgba(91, 64, 240, 0.25);
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1), 1px 0 0 rgba(117, 96, 233, 0.25);
  margin-bottom: -13px;
}

/* .main-menu>ul>li:first-child {
  border-left: 1px solid rgba(91, 64, 240, 0.25);
  box-shadow: -1px 0 0 rgba(0, 0, 0, .1), 1px 0 0 rgba(91, 64, 240, 0.25);
} */

.main-menu>ul>li:last-child {
  margin-right: 0;
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
  .main-menu>ul>li {
    padding: 0 16px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .main-menu>ul>li {
    padding: 0 11px;
  }
}

.main-menu>ul>li>a {
  font-size: 1vw;
  font-family: khand, sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  display: block;
  padding: 20px 0;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
}

.main-menu>ul>li.current-menu-item>a {
  color: var(--red-color) !important;
}

.main-menu>ul>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li.current-menu-item>a {
  color: var(--red-color);
}


@media only screen and (min-width:992px) and (max-width:1199px) {
  .main-menu>ul>li>a {
    font-size: 14px;
    padding: 20px 0;
  }
}

.main-menu>ul>li.menu-item-has-children>a::after {
  content: '\f0d7';
  display: inline-block;
  padding-left: 10px;
  font-family: var(--icon-font);
  font-weight: 600;
  font-size: 10px;
}


@media only screen and (min-width:992px) and (max-width:1199px) {
  .main-menu>ul>li>a .icon-arrow {
    padding: 0 0 0 5px;
  }
}

.main-menu>ul>li.active::before,
.main-menu>ul>li:hover::before {
  border-color: transparent transparent #ddd;
  border-width: 10px;
  bottom: 0;
  border-style: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  left: calc(50% - 20px);
  pointer-events: none;
  z-index: 200;
}

.main-menu>ul>li.active::after,
.main-menu>ul>li:hover::after {
  border-color: transparent transparent #fff;
  border-width: 10px;
  bottom: -1px;
  border-style: solid;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: calc(50% - 20px);
  pointer-events: none;
  z-index: 200;

}

.main-menu>ul>li.active>a,
.main-menu>ul>li:hover>a {
  color: #1dae0e;
  text-decoration: none;
}

.main-menu>ul>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.main-menu>ul>li:hover>.mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.main-menu>ul>li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.main-menu>ul>li:last-child .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}

.main-menu>ul>li:last-child .sub-menu .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%
}

.main-menu>ul>li:nth-last-child(-n+3) .sub-menu .sub-menu {
  left: auto;
  right: 200px;
}

.main-menu>ul>li:nth-last-child(-n+3) .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}

.main-menu.padding-16 ul li {
  padding: 0 16px;
  padding: 0 11px;
}

.main-menu li:nth-last-child(-n+3) .sub-menu li:hover .sub-menu {
  left: auto;
  right: 100%
}

.main-menu li:hover .sub-menu li a {
  padding: 6px 0;
}


.main-menu .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 16px 0;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 240px;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
  background: var(--theme-color);
  box-shadow: inset 0 -7px 12px rgba(0, 0, 0, 0.15) !important;
}

.main-menu .sub-menu li {
  padding: 0 30px;
  position: relative;
}


.main-menu .sub-menu li {
  padding: 0 30px;
  position: relative;
}

.main-menu .sub-menu li:last-child {
  margin-bottom: 0;
}

.main-menu .sub-menu li a {
  color: var(--white-color);
  display: block;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 600;
  border-bottom: 1px dotted rgb(3, 3, 82);
  text-decoration: none;

}

.main-menu .sub-menu li a:hover {
  border-bottom: 1px dotted var(--red-color);

}


.main-menu .sub-menu .menu-item-has-children>a::after {
  content: '\f054';
  float: right;
  font-family: var(--icon-font);
  font-weight: 600;
  font-size: 10px;
}



.main-menu .sub-menu li:first-child a {
  border-top: 0;
}

.main-menu .sub-menu li.active>a {
  color: #1dae0e;
}

.main-menu .sub-menu li:hover>a {
  color: #1dae0e;
  text-decoration: none;
}

.main-menu .sub-menu li:hover>.sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.main-menu .sub-menu li .sub-menu {
  left: 200px;
  margin-left: 0;
  top: 0;
}

.main-menu .sub-menu li .sub-menu .sub-menu {
  left: auto;
  right: 100%
}

.main-menu .sub-menu li .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}


.is-sticky {
  position: fixed;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  left: 0;
  top: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  width: 100%;
  z-index: 999;
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}


/* mobile menu start */

.header-mobile {
  background: var(--theme-color);
}

.header-mobile-navigation {
  padding: 2px 0;
  list-style: none;
}

.header-mobile-navigation .mobile-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-mobile-navigation .mobile-navigation ul li {
  margin-left: 20px;
}

.header-mobile-navigation .mobile-navigation ul li:first-child {
  margin-left: 0;
}

.header-mobile-navigation .mobile-navigation ul li a {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  display: block;
}

.header-mobile-navigation .mobile-navigation ul li a:hover {
  text-decoration: none;
}


.header-search {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-search {
    margin-left: 0;
  }
}

@media only screen and (max-width:767px) {
  .header-search {
    margin-left: 0;
  }
}

@media only screen and (max-width:479px) {
  .header-search {
    margin-left: 0;
  }
}

.header-search-toggle {
  background-color: transparent;
  border: none;
  color: #333;
  padding: 0;
  line-height: 1;
  width: 30px;
  height: 30px;
}

.header-search-toggle i {
  font-size: 24px;
}

.header-search-toggle.open i {
  font-size: 30px;
}

.header-search-form {
  display: none;
  position: absolute;
  right: 0;
  top: 90%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  z-index: 1000;
}

@media only screen and (max-width:479px) {
  .header-search-form {
    right: 0;
  }
}

.row>* {
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * .6);
  padding-left: calc(var(--bs-gutter-x) * .6);
}

.header-search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.header-search-form form input {
  width: 250px;
  border: none;
  background-color: transparent;
  color: #444;
  line-height: 24px;
  padding: 13px 20px;
}

@media only screen and (max-width:479px) {
  .header-search-form form input {
    width: 216px;
  }
}

.header-search-form form button {
  line-height: 24px;
  padding: 13px 15px;
  border: none;
  background-color: #ae0e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.header-search-form form button i {
  font-size: 24px;
  line-height: 24px;
}

.header-icon-wrapper ul li {
  list-style: none;
}

.bottom-navbar-mobile .list-actions {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.bottom-navbar-mobile .list-actions li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  list-style: none;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.bottom-navbar-mobile .list-actions li {
  display: block;
  width: 100%;
  height: 64px;
  max-height: 64px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  position: relative;
  cursor: pointer;
  background-color: var(--theme-color);
}

.bottom-navbar-mobile .list-actions li span {
  display: inline-block;
  line-height: 22px;
  position: relative;
}

.bottom-navbar-mobile .list-actions li span i {
  font-size: 22px;
}

.bottom-navbar-mobile .list-actions li span.text {
  display: block;
  line-height: 16px;
  height: auto;
  position: relative;
  z-index: 9;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.bottom-navbar-mobile .list-actions li .active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .25);
}

/*sidebar menu popup for menu*/

.popup-mobile-menu-wrapper .popup-mobile-manu {
  visibility: visible;
  opacity: 1;
}

.popup-mobile-menu-wrapper .popup-mobile-manu .inner {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.popup-mobile-manu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(0, 0, 0, .9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  -o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  z-index: 99999;
}

.popup-mobile-manu .inner {
  background: #fff;
  position: relative;
  width: 400px;
  max-width: 80%;
  height: 100%;
  text-align: left;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  overflow-y: auto;
  padding-top: 85px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  cursor: default;
}

.popup-mobile-manu .inner .mobileheader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 0 30px;
  height: 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0a2da1;
  border: 1px solid #0a2da1;
  box-shadow: inset 0 -7px 12px rgba(0, 0, 0, 0.15) !important;
}

.popup-mobile-manu .inner .mobileheader .logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.popup-mobile-manu .inner .mobileheader .logo a img {
  width: 250px;
  height: auto;
}

.popup-mobile-manu .inner .mobileheader a.mobile-close {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.popup-mobile-manu .inner .mobileheader a.mobile-close::after,
.popup-mobile-manu .inner .mobileheader a.mobile-close::before {
  position: absolute;
  top: 19px;
  left: 8px;
  content: "";
  width: 24px;
  height: 3px;
  background: #fff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  -o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.popup-mobile-manu .inner .mobileheader a.mobile-close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-mobile-manu .inner .mobileheader a.mobile-close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-mobile-manu .inner .mobileheader a.mobile-close:hover::after,
.popup-mobile-manu .inner .mobileheader a.mobile-close:hover::before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}


/*side menu*/

/* define a fixed width for the entire menu */
.navigation {
  width: 300px;
}

/* reset our lists to remove bullet points and padding */
.mainmenu,
.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and sub-menu) have padding and background color */
.mainmenu a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  background-color: var(--theme-color);
  text-decoration: none;
  padding: 10px;
  color: var(--white-color);
  border: 1px solid var(--theme-color);
  box-shadow: inset 0 -7px 12px rgba(0, 0, 0, 0.15) !important;
}

/* add hover behaviour */
.mainmenu a:hover {
  box-shadow: 0 -4px 16px 0px #333 !important;
  box-shadow: 0 4px 16px 0px #333 !important;
  background: rgba(0, 0, 0, 0.1);
  color: var(--black-color);
}


/* when hovering over a .mainmenu item,
    display the sub-menu inside it.
    we're changing the sub-menu's max-height from 0 to 200px;
  */

.mainmenu li:hover .sub-menu {
  display: block;
  max-height: 300px;
  overflow-y: auto;
}

/*
    we now overwrite the background-color for .sub-menu links only.
    CSS reads down the page, so code at the bottom will overwrite the code at the top.
  */

.mainmenu .sub-menu a {
  background-color: #0a2da1;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid var(--theme-color);
  box-shadow: inset 0 -7px 12px rgba(0, 0, 0, 0.15) !important;
}

/* hover behaviour for links inside .sub-menu */
.mainmenu .sub-menu a:hover {
  background-color: var(--theme-color);
  color: var(--red-color);
}

/* this is the initial state of all sub-menus.
    we set it to max-height: 0, and hide the overflowed content.
  */
.mainmenu .sub-menu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 2s ease-out;
  transition: max-height 2s ease-out;
}


/* Plus and Minus Icons */
.mainmenu .plus-icon::before {
  content: "+";
  display: inline-block;
  margin-right: 5px;
  /* Adjust spacing as needed */
}

.mainmenu .minus-icon::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
  /* Adjust spacing as needed */
}

/* Show plus icon by default for all menu items */
.mainmenu .menu-item-has-children>a::after {
  content: '';
  display: inline-block;
  width: 12px;
  /* Adjust width of the icon space */
  height: 12px;
  /* Adjust height of the icon space */
  margin-left: 5px;
  /* Adjust spacing as needed */
  background-size: contain;
  content: '+';
}

/* Show minus icon only for "Products" menu item with a sub-menu when hovered */
.mainmenu .menu-item-has-children:hover>a::after {
  content: '-';
}

/* hide third level menu items before hover */
.mainmenu .menu-item-has-children .sub-menu li.menu-item-has-children>ul {
  max-height: 0;
  overflow: hidden;
  transition: 2s ease-out;
  /* Animation duration and easing */
}

/* Show third level menu items on hover */
.mainmenu .menu-item-has-children:hover .sub-menu li.menu-item-has-children:hover>ul {
  max-height: 200px;
  /* Adjust to your preferred max height */
  overflow-y: auto;
  /* Enable vertical scrollbar if content exceeds max-height */
}

/*----------- Bn News------------*/

/*******News Ticker********/

.breaking-news-ticker {
  display: block;
  width: 100%;
  border: solid 2px #ce2525;
  background: #FFF;
  height: 40px;
  box-sizing: border-box;
  position: relative;
  line-height: 40px;
  overflow: hidden;
  border-radius: 2px;
  text-align: auto;
  font-size: 14px;

}

.breaking-news-ticker * {
  box-sizing: border-box;
}

.breaking-news-ticker.bn-fixed-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.breaking-news-ticker.bn-fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

/*********************************/
/*title styles start**************/
.bn-label {
  display: inline-block;
  background-size: 100% 100% !important;
  height: 100%;
  font-weight: bold;
  padding: 0 36px 5px 17px;
  color: #fff;
  position: absolute;
  font-size: 18px;
  z-index: 3;
  background-image: url('./assets/img/breaking-news.png');
  white-space: nowrap;
}

/*title styles end****************/



/*********************************/
/*news item style start **********/
.bn-news {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  overflow: hidden;
}

.bn-news ul {
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}

.bn-news ul li {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
  position: absolute;
  width: 100%;
  display: none;
  color: #333;
}

.bn-news ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  padding: 0 10px;
  color: #333;
  position: relative;
  display: block;
  overflow: hidden;
}

.bn-news ul li a:hover {
  color: #069;
}

.bn-loader-text {
  padding: 0 10px;
}

.bn-seperator {
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 30px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.bn-seperator.bn-news-dot {
  margin-right: 0;
}

.bn-seperator.bn-news-dot:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}

.bn-prefix {
  color: #d65d7a;
  margin-right: 15px;
  padding-left: 10px;
}

.bn-positive {
  color: #0b8457;
  font-weight: bold;
}

.bn-negative {
  color: #dc2f2f;
  font-weight: bold;
}

.count {
  height: 30px;
  width: 30px !important;
  background: #015fa7;
  border-radius: 50%;
  line-height: 30px;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 8px;
  display: inline-block;
  text-align: center;
}

/*news item style end ************/

/*********************************/
/*controls style start ***********/
.bn-controls {
  width: auto;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bn-controls button {
  width: 30px;
  float: left;
  height: 100%;
  cursor: pointer;
  border: none;
  border-left: solid 1px #EEE;
  text-align: center;
  background-color: #f6f6f6;
  outline: none;
}

.bn-controls button:hover {
  background-color: #EEE;
}

.bn-arrow {
  margin: 0;
  display: inline-block;
  height: 8px;
  position: relative;
  width: 8px;
  top: -2px;
}

.bn-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: '';
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}

.bn-arrow.bn-next {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  left: -3px;
}

.bn-arrow.bn-prev {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 3px;
}

.bn-arrow::after {
  border-color: #999999;
}

.bn-arrow::before {
  background-color: #999999;
}

.bn-play {
  position: relative;
  background: #999999;
  width: 0;
  height: 12px;
  display: inline-block;
  margin-left: -5px;
}

.bn-play::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #999999;
  border-width: 8px;
  margin-top: -8px;
}

.bn-pause {
  position: relative;
  width: 0;
  height: 14px;
  display: inline-block;
  top: 1px;
  left: -1px;
}

.bn-pause::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 3px;
  background-color: #999999;
}

.bn-pause::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: -3px;
  background-color: #999999;
}

/*controls style end *************/
/*********************************/
.bn-direction-rtl {
  direction: rtl;
}

.bn-direction-rtl .bn-label {
  left: auto;
  right: 0;
}

.bn-direction-rtl .bn-controls {
  right: auto;
  left: 0;
}

.bn-direction-rtl .bn-seperator {
  margin-left: 15px;
  margin-right: 0;
  float: right;
}

.bn-direction-rtl .bn-prefix {
  margin-left: 15px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}

.bn-direction-rtl .bn-controls button {
  border-left: none;
  border-right: solid 1px #EEE;
}

.bn-effect-scroll .bn-news ul {
  display: block;
  width: 100%;
  position: relative;
}

.bn-effect-scroll .bn-news ul li {
  display: list-item;
  float: left;
  position: relative;
  width: auto;
}

.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
  float: right;
}


/******************banner news ***************-/

/* Banner News */

.inews-banner {
  padding: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}


.inews-banner h2 {
  line-height: 1.4;
  font-family: mukta, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 0;
}

.inews-banner h2 a {
  text-decoration: none;
  display: block;
  transition: all .3s ease;
  line-height: 1.3;
}

.inews-banner h2 a:hover {
  color: var(--orange-color);
}

.inews-banner .news__tag {
  display: inline-block;
  background: var(--red-color);
  color: white;
  margin: 0px 0 10px 0;
  padding: 5px 20px 5px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
}

/* Small devices */
@media (max-width: 767px) {
  .inews-banner .news__tag {
    padding: 4px 15px 4px 15px;
    font-size: 16px;
    font-weight: 400;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .inews-banner .news__tag {
    font-size: 14px;
    font-weight: 400;
  }
}

@media (max-width: 340px) {
  .inews-banner .news__tag {
    display: none;
  }
}

.box {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  border-left: 2px solid #093e70;
  z-index: 99;

}

.box:hover {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  animation-name: chng-color;
  animation-duration: 0.25s;
  border-left: 8px solid red;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

}

@keyframes chng-color {
  0% {
    border-left: 1px solid #ffffff;
  }

  25% {
    border-left: 2px solid #f7c8c8;
  }

  50% {
    border-left: 3px solid #f19999;
  }

  75% {
    border-left: 3px solid #f36d6d;
  }

  100% {
    border-left: 4px solid #ff0000;
  }
}

.inews-banner .inews-author-wrap {
  margin-right: 18px;
  display: inline-flex;
  position: relative;
}

.inews-banner .author-icon {
  height: 45px;
  width: 45px;
  object-fit: cover;
}

.inews-banner .author-icon>img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: solid 2px #fff;
  overflow: hidden;
}

.inews-banner .author-name {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 10px;
}

.inews-banner .post-date {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 10px;
  color: var(--title-color);
}

.inews-banner .post-comments {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 10px;
}

.inews-banner .post-comments i {
  font-size: 12px;
  color: var(--theme-color);
}

.inews-banner .post-comments span {
  font-size: 12px;
  color: var(--theme-color);
  /* font-weight: 600; */
}


.inews-banner .inews-feauted-img {
  width: 100%;
  height: auto;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 10px;
}

.inews-feauted-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  -webkit-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out;
}

.inews-feauted-img:hover img {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transform: scale(1.01) rotate(1deg);
  transform: scale(1.01) rotate(1deg);
}

.inews-banner p {
  /* font-size: 22px; */
  opacity: .68;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 0;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* Button*/


/*------------------- 3.2. Buttons -------------------*/
.bk-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--title-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 19.5px 31px;
  border-radius: 0;
  border: none;
}

.bk-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 200%;
  background-color: var(--title-color);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.bk-btn>i {
  margin-left: 5px;
}

.bk-btn:hover,
.bk-btn.active {
  color: var(--white-color);
}


.bk-btn:hover::before,
.bk-btn.active::before {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.bk-btn.style-skew {
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  margin-left: 10px;
  margin-right: 10px;
}

.bk-btn.style-skew .btn-text {
  display: inline-block;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
}


/* Read More button ---------------------------------- */
.read-more-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 4px;
  position: relative;
}

.read-more-btn .bk-btn {
  font-weight: 600;
  color: var(--white-color);
  padding: 16px 30px;
  background-color: var(--orange-color);
  border-radius: 999px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.read-more-btn .bk-btn:before {
  background-color: var(--theme-color);
  border-radius: inherit;
  width: calc(100% + 2px);
  left: -1px;
}

.read-more-btn .bk-btn.active,
.read-more-btn .bk-btn:hover {
  /* background-color: var(--theme-color); */
  color: var(--red-color);
}

/*Category Shaft*/

.featured-tab {
  position: relative;
}

.featured-tab .block-title {
  letter-spacing: .64px;
  line-height: 25px;
  font-weight: 800;
  font-size: 22px;
  padding: 4px 0;
  margin-bottom: 10px;
  border-bottom: 4px solid var(--title-color);
}

.featured-tab .block-title .title-angle-shap {
  background: var(--title-color);
  color: var(--white-color);
  height: 30px;
  line-height: 38px;
  padding: 8px 14px;
  top: 1px;
  border-radius: 10px 25px 3px 0;
  position: relative;
  display: inline list-item;
  box-shadow: 4px -4px 0 var(--bs-danger);
}


.featured-tab .nav-tabs {
  border: 0;
  position: absolute;
  top: -5px;
  right: 0;
}

.featured-tab .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.featured-tab .nav-tabs .nav-link {
  padding: 0 6px;
  border: none;
  position: relative;
  font-size: 16px;
  display: inline-block;
  font-weight: bolder;
  font-family: "Ek Mukta", sans-serif;
}

.featured-tab .view-all_ {
  border: 2px solid var(--theme-color);
  color: var(--red-color);
  padding: 2px 10px;
  border-radius: 50px;
  transition: .3s;
  position: relative;
  top: 10px;
}

.featured-tab .view-all_:hover {
  background: var(--red-color);
  color: var(--white-color);
}

/*---Category Shaft-----*/

.topic-border {
  position: relative
}

.topic-border:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 2px
}

.topic-box {
  display: inline-block;
  position: relative;
  background-color: #e53935;
  color: #fff;
  height: 40px;
  padding: 0 20px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px
}

.topic-box:before {
  z-index: 1;
  content: "";
  top: 0;
  right: -8px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid #e53935;
  border-right: 8px solid transparent
}

.topic-box-lg {
  display: inline-block;
  position: relative;
  color: #fff;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  font-family: Poppins, sans-serif;
  z-index: 2
}

.topic-box-lg:before {
  z-index: 1;
  content: "";
  top: 0;
  right: -8px;
  position: absolute;
  width: 0;
  height: 0;
}

.topic-box-lg:after {
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.color-cinnabar:before {
  border-top: 8px solid var(--theme-color);
  border-right: 8px solid transparent
}

.color-cinnabar:after {
  background-color: var(--theme-color)
}



/* defailt title setting */

.post-title {
  font-size: 16px;
  font-weight: 600;
}

.post-title.md {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}


.post-title.lg {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}

.post-title.xl {
  font-weight: 700;
  font-size: 44px;
  color: #212121;
  font-weight: 600;
}

@media (max-width: 767px) {
  .post-title.md {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }

  .post-title.md {
    font-size: 22px;
    font-weight: 500;
  }

  .post-title.lg {
    font-size: 26px;
    font-weight: 600;
  }

  .post-title.xl {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;

  }
}

/* Extra small devices */
@media (max-width: 575px) {

  .post-title.lg {
    font-size: 20px;
    font-weight: 600;
  }

  .post-title.xl {
    font-weight: 700;
    font-size: 26px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {

  .post-title.xl {
    font-weight: 700;
    font-size: 24px;

  }
}

.thumb {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 5px;
}

.thumb img {
  transition: 0.8s;
  transform: scale(1.01);
}


.thumb img:hover {
  transform: scale(1.06);
}

/* Default Post Meta ------*/

.post-meta-wrap {
  margin-right: 18px;
  display: inline-flex;
  position: relative;
}

.post-meta-wrap .author-icon {
  height: 45px;
  width: 45px;
  object-fit: cover;
}

.post-meta-wrap .author-icon>img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: solid 2px #fff;
  overflow: hidden;
}

.post-meta-wrap .author-name {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 10px;
}

.post-meta-wrap .post-date {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 10px;
  color: var(--title-color);
}

.post-meta-wrap .post-comments {
  margin-left: 4px;
  margin-top: 10px;
}

.post-meta-wrap .post-comments i {
  font-size: 16px;
  color: var(--black-color);
}

.post-meta-wrap .post-comments span {
  font-size: 16px;
  font-weight: 600;
}

/*** feature tab */

.bk_post_block_style {
  position: relative;
  overflow: hidden;
}

.bk_post_thumb {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0 26px;
}

.bk_post_thumb img {
  display: block;
  width: 100%;
  border-radius: 6px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.bk_post_block_style:hover .bk_post_thumb img,
.bk_post_overaly_style:hover .bk_post_thumb img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.bk_post_block_style:hover .bk_post_thumb:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s background ease-out;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.color-blue a.bk_post_cat {
  background: #1e88e5;
}

.bk_post_block_style .bk_post_cat {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  border-radius: 4px;
}

a.bk_post_cat {
  position: relative;
  font-size: 10px;
  padding: 0 5px;
  background: #ec0000;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  height: 20px;
  border-radius: 4px;
  line-height: 20px;
  display: inline-block;
}

.bk_post_block_style .bk_post_content {
  padding: 0;
}

.bk_post_content {
  padding: 30px;
  z-index: 1;
  position: relative;
}

.bk_post_title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  margin: 10px 0 15px 0;
}

.bk_post_block_style .bk_post_content .bk_post_meta {
  margin: 0 0 8px 0;
}

.bk_post_meta span {
  font-size: 10px;
  color: #a3a3a3;
  margin-top: 0px;
  margin-right: 8px;
  padding-right: 8px;
  font-weight: 600;
  border-right: 1px solid #dedede;
  line-height: 14px;
  display: inline-block;
}

.bk_post_meta span i {
  margin-right: 3px;
  font-size: 10px;
  color: #ec0000;
  background: #ffeaea;
  padding: 2px;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
}

.bk_post_meta .bk_post_author a {
  color: #999999;
  font-weight: 400;
}

.bk_post_meta span.bk_post_date {
  border-right: 0;
}

.bk_post_meta span:last-child {
  margin-right: 0;
}

.bk_post_block_style .bk_post_content p {
  font-size: 14px;
}


.bk_featured_tab .bk_list_post_block {
  margin-top: 0;
}

.bk_list_post {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bk_featured_tab .bk_list_post_block ul.bk_list_post li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}

.bk_list_post_block ul.bk_list_post li {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}

.bk_list_post_block .bk_list_post>li {
  margin-bottom: 15px;
  max-height: 95px;
}

.bk_post_block_style {
  position: relative;
  overflow: hidden;
}

.bk_post_block_style.post-float .bk_post_thumb {
  float: left;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}

.bk_post_block_style.post-float .bk_post_thumb img {
  max-width: 100px;
  min-height: 90px;
}

.bk_post_block_style.post-float .bk_post_content {
  z-index: 0;
}

.bk_post_block_style .bk_post_content {
  padding: 0;
}

.bk_post_block_style.post-float .bk_post_title {
  margin-top: 0;
  margin-bottom: 10px;
}

.bk_post_title.title-small {
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 5px;
}


/* News--------------------*/

.news-cat-wrap {
  position: relative;
  margin-bottom: 5px;
}

/* .thumb {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 5px;
} */

.news-cat-wrap .thumb img {
  transition: 0.8s;
  transform: scale(1.01);
}

.news-cat-wrap:hover .thumb img {
  transform: scale(1.06);
}

.news-cat-wrap .inews-author-wrap {
  margin-right: 18px;
  display: inline-flex;
  position: relative;
}

.news-cat-wrap .author-icon {
  height: 45px;
  width: 45px;
  object-fit: cover;
}

.news-cat-wrap .author-icon>img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: solid 2px #fff;
  overflow: hidden;
}

.news-cat-wrap .author-name {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 10px;
}

.news-cat-wrap .post-date {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 10px;
  color: var(--title-color);
}

.news-cat-wrap .post-comments {
  margin-left: 4px;
  margin-top: 10px;
}

.news-cat-wrap .post-comments i {
  font-size: 16px;
  color: var(--black-color);
}

.news-cat-wrap .post-comments span {
  font-size: 16px;
  font-weight: 600;
}


.news-cat-wrap-b {
  position: relative;
  margin-bottom: 30px;
}


.news-cat-wrap-bs {
  padding: 20px;
}


.news-cat-wrap-bs .thumb img {
  transition: 0.8s;
}

.news-cat-wrap-bs:hover .thumb img {
  transform: scale(1.06);
}

.news-cat-wrap-b .post-meta {
  position: relative;
  font-size: 14px;
}

.news-cat-wrap-b .post-meta .author-name {
  color: var(--title-color)
}

.news-cat-wrap-b .post-meta .date {
  color: var(--title-color)
}

/*Politics Wrap----------------*/
.politics-cat-wrap {
  position: relative;
}

.politics-cat-wrap:hover .thumb img {
  transform: scale(1.06);
}

/***** Three Block News---------------*/
.three-block-wrap {
  position: relative;
  margin-bottom: 30px;
}

.border-bottom {
  border-bottom: 1px solid #CECECE;
}


.three-block-meta {
  height: 22px;
  line-height: 23px;
  padding: 0 12px;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  color: var(--white-color);
  background: #1d1c1c;
}

.three-block-wrap .thumb .three-block-meta {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 4;
}

.three-block-list-wrap {
  margin-bottom: 17px;
}

.three-block-list-wrap.style-bg {
  background: #FBFBFB;
  padding: 15px;
  border-radius: 7px;
  border-bottom: 1px solid rgb(95, 81, 160);
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.three-block-list-wrap .media-left {
  position: relative;
}

.three-block-list-wrap .media .media-left {
  margin-right: 13px;
}

.three-block-list-wrap .media img {
  border-radius: 5px;
  width: 150px;
}

.media-body {
  padding-left: 10px;
}


.three-block-wrap .thumb img,
.three-block-list-wrap.thumb img {
  transition: 0.8s;
  transform: scale(1.01);
}

.three-block-wrap:hover .thumb img,
.three-block-list-wrap:hover .thumb img {
  transform: scale(1.06);
}

/***left-img-block-wrap----------------*/

.left-img-block-wrap {
  position: relative;
}

.left-img-block-wrap .thumb {
  margin-bottom: 0;
}

.left-img-block-wrap .left-img-block:hover .thumb img {
  transform: scale(1.06);
}

.left-img-block-list-wrap ul li {
  list-style: none;
}

/*-------- video----------*/

.video-section {
  padding: 40px 0 40px 0;
  display: inline-block;
}

.pressc {
  position: relative;
}

.w-100 {
  width: 100% !important;
}

.pressc::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 280px;
  background: #FF5E14;
}

.main-hed01 {
  font-size: 40px;
  font-family: "Teko", sans-serif;
  font-style: normal;
  color: #0a0a0a;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
}

.mtches-divbnh01 .video-section {
  padding: 40px 0
}

.pressc {
  position: relative
}

.pressc .container {
  position: relative;
  z-index: 1
}

.hpressc {
  position: relative
}

.hpressc .container {
  position: relative;
  z-index: 1
}

.hpressc::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 280px;
  background: #0a0a0a
}

.comon-vedo-divu {
  cursor: pointer
}

.comon-vedo-divu .vio-imghj {
  height: 190px;
  position: relative;
  margin-bottom: 15px
}

.comon-vedo-divu .vio-imghj img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.comon-vedo-divu .vio-imghj .btn {
  position: absolute;
  bottom: 10px;
  left: 8px;
  background: #ffc107;
  font-size: 13px
}

.comon-vedo-divu .vio-imghj .date {
  position: absolute;
  bottom: 10px;
  right: 8px;
  padding: 2px 5px;
  border-radius: 5px;
  background: #ffc107;
  font-size: 13px
}

.comon-vedo-divu .trecty {
  padding: 0 10px 0 5px
}

.comon-vedo-divu .trecty h5 {
  font-weight: 1000;
  color: #0a0a0a;
  font-size: 18px;
  margin-top: 26px;
  transition: 0.8s;
}

.comon-vedo-divu .trecty h5:hover {
  color: var(--theme-color);
  transform: scale(1.01);
}

/*-----Sthaniya -----*/

.sthaniya-taha-list {
  position: relative;

}

.sthaniya-taha-list-inner>ul>li {
  list-style: none;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 12px;
  padding-bottom: 2px;
}

.sthaniya-taha-list-inner>ul>li .details {
  margin-bottom: 0;
}

.sthaniya-taha-list-inner>ul>li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}



.arrow-icon {
  display: inline-block;
  width: 20px;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.details:hover .arrow-icon {
  transform: rotate(360deg);
}

/*---Entertainment---*/

.ent-area {
  box-shadow: inset 0 1px 1px #36093a, inset 0 -1px 0 rgba(0, 0, 0, .15), 0 1px 3px rgba(0, 0, 0, .15);
  background: #36093a url(./assets/img/bg-ent.svg) no-repeat left top;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  background-attachment: fixed;
}

.ent-post-wrap {
  border-radius: 7px;
  padding: 10px;
  border-bottom: 1px solid #4e4947;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ent-meta {
  height: 22px;
  line-height: 23px;
  padding: 0 12px;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  color: var(--white-color);
  background: #1d1c1c;
}

.ent-post-wrap .thumb .ent-meta {
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 4;
}

.ent-post-wrap .title a {
  color: var(--white-color);
}

.ent-post-wrap .title a:hover {
  color: var(--yellow-color);
}


.ent-post-wrap:hover .thumb img {
  transform: scale(1.06);
}

.ent-post-wrap .author-name a {
  color: var(--white-color);
}

.ent-post-wrap .post-date {
  color: var(--white-color);
}

/*** 
====================================================================
	 Related Post
====================================================================
***/
.related-post-wrap {
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.related-post-wrap .title a {
  color: var(--theme-color);
}

.related-post-wrap .ent-meta {
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 4;
}

/*** 
====================================================================
	 Hero Slide
====================================================================
***/
.section-heading-left {
  border-bottom: 2px dashed #c21313;
}

.mb-30 {
  margin-bottom: 30px;
}

.section-title h4 {
  font-size: 20px;
  padding-bottom: 13px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.section-heading-left h2 {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.section-heading-left h2:before,
.section-heading-left h2:after {
  bottom: 0;
  height: 4px;
  content: "";
  position: absolute;
  background: #ff4500;
}

.section-heading-left h2:before {
  left: 0;
  width: 20px;
}

.section-heading-left h2:after {
  left: 30px;
  width: 40px;
}

.hero-wrapper {
  margin-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 5px 305px 0 rgba(255, 69, 0, 0.15);
  box-shadow: 0 5px 3px 0 rgba(255, 69, 0, 0.15);
}


.hero-wrapper .hero-img {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.hero-wrapper .hero-img img {
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* .hero-wrapper .hero-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
} */

.hero-wrapper .hero-img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(4, 13, 51, 0.2) 0%, rgba(4, 13, 51, 0.904) 100%);
  opacity: 1;
  /* Initially hidden */
  transition: opacity 0.5s ease;
  /* Adding transition for opacity */
}

.hero-wrapper .hero-img:hover::before {
  opacity: 0;
  /* Show on hover */
}

.hero-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 45px;
}

.hero-text .post-cat{
  position: absolute;
  bottom: 250px;
  left: 80px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  background: #f36233;
  padding: 6px 18px;
  line-height: 1;
  border-radius:5px;
}

.hero-text .post-cat:hover {
  color: #ffffff;
}

.hero-text h3>a:hover {
  color: var(--orange-color);
}

.hero-wrapper:hover .hero-text h3 a {
  color: #ffc107;
}

.hero-text>a {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  transition: .3s;
}

.hero-text>a span {
  border-bottom: 1px solid #ffffff;
  transition: .3s;
}

.hero-text>a i {
  position: relative;
  left: 7px;
}

.hero-text>a:hover span {
  border-color: #f36233;
}

.hero-meta>span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 15px;
  transition: .3s;
  text-transform: uppercase;
}

.hero-meta>span>a:hover {
  color: #ffffff;
}

.hero-meta>span i {
  font-size: 11px;
  margin-right: 5px;
  position: relative;
}

.hero-meta>span:last-child {
  margin-right: 0;
}

.hero-text {
  padding: 30px;
}

.hero-text h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 7px;
  margin-bottom: 11px;
}


.hero-text h3 a {
  color: var(--white-color);
}


.hero-slide .owl-nav div {
  color: #b5b5b5;
  font-size: 14px;
  position: absolute;
  top: -68px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  border: 1px solid #e2e2e2;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  right: 16px;
}

.hero-slide .owl-nav div.owl-prev {
  right: 48px;
}

.hero-slide .owl-nav div:hover {
  border-color: #f36233;
  color: #f36233;
}

.hero-slide.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.hero-slide.owl-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -58px;
  right: 0;
  display: inline-block;
}

.hero-slide.owl-carousel .owl-nav button {
  margin: 0;
  padding: 5px !important;
  color: #fff;
  text-align: center;
  background: transparent;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #ff4500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hero-slide.owl-carousel .owl-nav button i {
  height: 25px;
  width: 25px;
  line-height: 25px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ff4500;
}

.hero-slidel.owl-carousel .owl-nav button:hover {
  border-color: #171718;
}

.hero-slide.owl-carousel .owl-nav button:hover i {
  background: #171718;
}

.hero-slide.owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}


/*** 
====================================================================
	 Breadcrump
====================================================================
***/

.border-bottom {
  border-bottom: 1px solid #e8ebf3 !important;
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  position: relative;
  height: 10px;
  background: #fff;
}

.page-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
  list-style: none;
  border-radius: 3px;
  left: 0;
  bottom: 0;
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 14px;

}

/* --- Single Post/Page----*/

/*========== Single post Meta =================*/
.post-header {
  background-color: var(--white-color);
  position: sticky;
  transition: all .3s ease;
  border-radius: 5px;
  border-bottom: 1px solid var(--border-color);
  z-index: 9;
}

.post-header.sticky-title .single-post-title {
  font-size: 24px;
  padding-top: 2px;
}


.post-header.sticky-title .post-meta-wrap {
  display: none;
}

.post-header .post-header-bg {
  border-radius: 7px;
  border-bottom: 1px dashed #e6e3e2;
}

.single-post-title {
  text-transform: capitalize;
  font-weight: 600;
  color: #622fcd;
  transition-duration: 1s;
  -webkit-background-clip: text;
}

.single-post-title:hover {
  font-weight: 700;
  color: #cd2f2f;
  letter-spacing: 1px;
}

.single-post-meta {
  font-size: 14px;
  color: #7a7272;
}

.single-post-meta:hover {
  font-size: 15px;
  color: #5c09e2;
  --webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-post-meta i {
  font-size: 14px;
  color: rgb(13 44 177);
  border: 1px dashed #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-post-meta:hover i {
  color: #f00909;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.blog-single {
  background: #f6f9fc;
}

.blog-single .single-inner {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 6px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog-single .post-thumbnils {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.blog-single .post-thumbnils img {
  width: 100%;
}

.blog-single .post-thumbnils .author {
  display: inline-block;
  padding: 6px 15px 6px 7px;
  border-radius: 30px;
  background-color: #300864;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.blog-single .post-thumbnils .author img {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: inline-block;
}

.blog-single .post-thumbnils .author span {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 500;
}

.post-details .detail-inner {
  background-color: #fff;
  padding: 0;
  margin-top: 40px;
}

.post-details .post-thumbnils {
  margin-bottom: 30px;
}

.post-details .post-title {
  font-weight: 700;
  margin-bottom: 25px;
  /* line-height: 32px;*/
}

.post-details .post-title a {
  font-size: 25px;
  font-weight: 600;
}

.post-details .post-title a:hover {
  color: #300864;
}

ul.custom-flex {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-details .post-meta li {
  font-weight: 500;
  font-size: 15px;
  margin-right: 25px;
}

.post-details .post-meta li a i {
  font-weight: 400;
  margin-right: 3px;
}

.post-details .post-meta li a:hover {
  color: #300864;
}

.post-details p {
  font-size: 20px;
  margin: 0 0 28px;
  font-weight: 500;
  line-height: 1.8;
}

.post-details b,
strong {
  font-size: 21px;
}

.post-details .inner-post ul {
  /* list-style-type: square; */
  margin-left: 20px;
}

.post-details .inner-post li {
  /* list-style-type: circle; */
  padding: 5px;
}

.post-details .inner-post ul li::marker {
  content: "\f0a4";
  font-family: 'Font Awesome 5 Pro';
  color: rgb(0, 39, 211);
  margin-right: 4px;
  font-size: 12px;
}

.post-details h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 28px;
}

.post-details p:last-child {
  margin-bottom: 0;
}

blockquote {
  position: relative;
  color: #fff;
  font-weight: 400;
  clear: both;
  z-index: 1;
  margin: 40px 0;
  text-align: left;
  padding: 40px;
  background-color: #300864;
  border-radius: 5px;
  overflow: hidden;
}

blockquote .icon i {
  font-size: 40px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

blockquote h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

blockquote span {
  font-size: 13px;
  display: block;
  margin-top: 20px;
}

blockquote .shape {
  position: absolute;
  right: -90px;
  top: -91px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.post-details .list {
  margin: 40px;
}

.post-details .list li {
  color: #888;
  font-weight: 400;
  position: relative;
  padding-left: 40px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  font-size: 15px;
}

.post-details .list li i {
  display: block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 10px;
  color: #fff;
  background-color: #300864;
  position: absolute;
  left: 0;
  top: -1px;
  text-align: center;
  border-radius: 3px;
}

.post-details .list li:last-child {
  margin: 0;
}

.post-details .post-tags-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.post-tags .tags>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 20px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 500;
  background: #300864;
  margin-right: 7px;
  margin-bottom: 10px;
  background: 0 0;
  color: #888;
  border: 1px solid #adb5bd;
  border-radius: 4px;
}

.post-tags .tags>a:hover {
  background-color: #300864;
  color: #fff;
  border-color: transparent;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

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

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

/*** 
====================================================================
	 Sidebar
====================================================================
***/

/* Sticky Sidebar*/

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0 15px;
}


/*====== Clear=====*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0px;
}

/*========  Popular Post Widget =======*/

.popular-posts {
  margin-top: 1px;
}

.popular-posts ul {
  padding: 0;
  border-radius: 2px;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
}

.popular-posts ul li {
  box-sizing: border-box;
  list-style-type: none;
  margin: 0;
  padding: 10px 10px 10px 72px !important;
  min-height: 68px;
  line-height: 1.5rem;
  height: inherit;
  position: relative;
}

.popular-posts ul li:nth-child(1) {
  background-color: #9ddde6;
}

.popular-posts ul li:nth-child(2) {
  background-color: #009688;
}

.popular-posts ul li:nth-child(3) {
  background-color: #4caf50;
}

.popular-posts ul li:nth-child(4) {
  background-color: #8bc34a;
}

.popular-posts ul li:nth-child(5) {
  background-color: #cddc39;
}

.popular-posts ul li:nth-child(6) {
  background-color: #ffeb3b;
}

.popular-posts ul li:nth-child(7) {
  background-color: #ffc107;
}

.popular-posts ul li:nth-child(8) {
  background-color: #ff9800;
}

.popular-posts ul li:nth-child(9) {
  background-color: #ff5722;
}

.popular-posts ul li:nth-child(10) {
  background-color: #795548;
}

.popular-posts ul li:hover {
  background-color: #757575;
}

.popular-posts ul li a {
  color: #300864;
  font-weight: 700;
  text-decoration: none;
}

.popular-posts ul li a:hover {
  color: #EEE;
  font-weight: 600;
  transform: scale(1);
  transition: all 0.3s ease-in-out 0.1s;
  opacity: 0.9;

}

.popular-posts ul li img {
  width: 42px;
  height: 42px;
  position: absolute;
  padding: inherit;
  border-radius: 50%;
  overflow: hidden;
  left: 15px;
  border: 0;
  display: inline-block;
  vertical-align: middle;
}


/*Single Page Sidebar Latest post *************/
/*********************************/
/*-----charchit--------*/

.charchit-widgets_ {
  position: relative;
}

.charchit_post {
  position: relative;
  z-index: 2;
  padding-left: 70px;
}

.charchit_post .post_img {
  position: absolute;
  z-index: 2;
}

.charchit_post .post_img.number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #023e82;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -30px;
  left: 0;
}

.charchit_post .post_img.number span {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 500;
}


.charchit_post_text .meta {
  margin-bottom: 0;
}

.charchit_post_text .meta a:first-child {
  color: #1091FF;
}

.charchit_post_text .meta span {
  font-size: 12px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  line-height: 17px;
  margin-bottom: 5px;
  font-weight: 400;
}

.charchit_post_text .meta span:last-child {
  margin-left: 20px;
  color: #17222B;
  opacity: 0.75;
}

.charchit_post_text .meta span:last-child:before {
  position: absolute;
  content: "/";
  height: 20px;
  width: 10px;
  left: -18px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  color: #17222B;
  opacity: 0.3;
  text-align: center;
}


.charchit_post_text .space-15 {
  height: 15px;
}

.charchit_post_text .border_black {
  border-bottom: 1px dashed var(--border-color);
}

/*-----charchit end--------*/

.blog-side-bar .widget {
  margin-bottom: 30px;
  padding: 2px;
  border: 1px solid #ededed;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blog-sidebar-title {
  background-color: #097aeb;
  padding: 15px 25px;
  color: #ededed;
  border: 1px solid #ededed;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-side-bar .border_bottom {
  border-bottom: 1px dashed var(--border-color);
}

.blog-side-bar .border_bottom:last-child {
  border-bottom: none;
}

.blog-side-bar .title-heading {
  color: #fff;
  font-weight: 700;
}

.foto img {
  max-width: 80px;
  height: 85px;
  vertical-align: top;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-side-bar .foto img:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.display-31 {
  font-size: 0.8rem;
}

/*** 
====================================================================
	 Advertisement
====================================================================
***/
.banner__ads {
  text-align: center;
}

.posts__banner__ads,
.banner__ads {
  text-align: center;
}

.in__between_ads {
  float: none;
  width: 100%;
  margin-bottom: 30px;
  justify-content: center;
  text-align: center;
}

.in__between_ads {
	float: none;
    width: 100%;
	margin-bottom: 30px;
    justify-content: center;
	text-align: center;
    border-top: solid 1px rgba(0,0,0,.2);
    border-bottom: solid 1px rgba(0,0,0,.2);
    padding: 40px 0 18px;
}
.in__between_ads .row {
	justify-content: center; text-align: center;
}
.in__between_ads .row .col-lg-4{
	margin-bottom: 10px;
}
.in__between_ads img {
	width: auto;
}
.in__between_ads::before {
	content: 'Advertisement';
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: rgba(0,0,0,.58);
    position: absolute;
    margin-top: -35px;
	left: 0px;
}

.top__advertisement {
	display: block;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    height: 100%;
    width: 100%;
	transition: 3s;
    background-color: #fff;
}
.top__advertisement .container .row { 
	text-align: center; 
	justify-content: center;  
}
.top__advertisement .container .row .content .image  {
	max-width: 100%;
	height: auto;
}
.top__advertisement .close__top__ads {
	position: absolute; 
	right: 100px; 
	margin-top: -60px; 
}
.top__advertisement .close__top__ads .skip__ads {
	background: #e11b22;
	text-transform: uppercase;
	line-height: 44px; 
	font-size: 16px; 
	font-weight: 600; 
	padding: 5px 20px; 
	color: #FFF;  
	border-radius: 50px;
}
.top__advertisement .close__top__ads .skip__ads:hover {
	transition: .3s;
	color: #FFF;  
	cursor: pointer;
}

@media (max-width: 992px) { 
	.top__advertisement .container .row {
		margin-top: 50px;
	}
	.search__box input {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) { 
	.top__advertisement .container .row {
		margin-top: 120px;
	}
	.top__advertisement .close__top__ads {
		top: 20px;
	}
	.top__advertisement .close__top__ads .skip__ads {
		padding: 0px 20px;                           
	}
	.top__header__ads {
		display: none;
	}
	.logo .date {
		text-align: center;
		padding-top: 10px;
	}
	.single-post iframe {
	    width: 100%;
    }
}

/* ## Comments
--------------------------------------------- */
.comments-area {
  margin-top: 40px;
}

.comments-area h4.comments-title {
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: 1px rgb(223, 216, 216) solid;
}

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

.comment-meta {
  margin-bottom: 20px;
}

.comment-meta a {
  color: inherit;
}

.comment-meta img {
  border-radius: 50%;
}

.comment-author.vcard {
  position: relative;
  padding-left: 50px;
}

.comment-author.vcard img {
  position: absolute;
  left: 0;
  top: 5px;
}

.comment-metadata {
  margin-left: 50px;
}

.comments-area table {
  border-left: 1px solid #dddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.comments-area table td,
.comments-area table th {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px;
}

.comments-area th {
  background: #278cc1;
  color: #fff;
}

.comments-area dd {
  margin-bottom: 15px;
}

.comments-area .comments-content ul,
.comments-area .comments-content ol {
  padding-left: 15px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
  padding-left: 15px;
}

.comment-reply-link {
  cursor: pointer;
  background-color: #444;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 10px;
  width: auto;
}

.comment-reply-link:hover {
  color: #fff;
  background-color: #eb0f0f;
}

.comment-list li.comment {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.comment-metadata {
  font-size: 80%;
}

.comment-list li ol.children {
  padding-left: 50px;
  margin: 0;
  list-style: none;
  margin-top: 25px;
}

.comment-list li ol.children ol.children {
  padding-left: 20px;
}

.comment-list li.comment:last-child {
  border-bottom: 0px solid;
  padding-bottom: 0;
  margin-bottom: 0;
}


textarea#comment {
  width: 100%;
}

.comment-respond,
.entry-pings,
.entry-comments {
  color: #444;
  padding: 2px 4px 4px 4px;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  border-left: 1px solid #444;
}

.entry-comments h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.comment-respond h3,
.entry-pings h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.comment-reply-title {
  padding: 20px 0 0 29px;
  font-size: 22px !important;
  font-weight: 500 !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.comment-reply-title a {
  color: rgb(49, 6, 241);
}

a#cancel-comment-reply-link {
  color: rgb(241, 6, 241);
  padding: 5px;
}

a#cancel-comment-reply-link:hover {
  color: rgb(59, 4, 23);
}

.comment-respond {
  padding-bottom: 1%;
  margin: 20px 1px 20px 1px;
  border-left: none !important;
}

.comment-header {
  color: #adaeb3;
  font-size: 14px;
  margin-bottom: 20px;
}

.comment-header cite a {
  border: none;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
}

.comment-header .comment-meta a {
  border: none;
  color: #adaeb3;
}

li.comment {
  background-color: #fff;
  border-right: none;
}

.comment-content {
  clear: both;
  overflow: hidden;
}

.comment-list li {
  font-size: 14px;
  padding: 10px 0 10px 20px;
}

.comment-list li li li {
  background-color: #fff;
}

.comment-form-email input[type="email"],
.comment-form-author input[type="text"],
.comment-respond input[type="url"] {
  width: 70%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
  position: relative;
}

.entry-comments .comment-author img {
  border-radius: 50%;
  border: 5px solid #fff;
  left: -80px;
  top: -5px;
  position: absolute;
  width: 60px;
}

.entry-pings .reply {
  display: none;
}


.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px;
}

.comment-notes {
  color: #d70b0b;
  font-size: 15px;
  padding-left: 20px;
}

.comment-body {
  color: #444;
  padding: 10px 0 10px 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #444444;
}

.comment-form input[type=submit] {
  width: auto;
  background: -moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
  background: -webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
  background: -o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
  background: -ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
  background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
  background-color: #18ab29;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  border: 1px solid #18ab29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 10px 21px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
}

#submit:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #df0e0e), color-stop(1, #df0e0e));
  background: -moz-linear-gradient(top, #df0e0e 5%, #df0e0e 100%);
  background: -webkit-linear-gradient(top, #df0e0e 5%, #df0e0e 100%);
  background: -o-linear-gradient(top, #df0e0e 5%, #df0e0e 100%);
  background: -ms-linear-gradient(top, #df0e0e 5%, #df0e0e 100%);
  background: linear-gradient(to bottom, #df0e0e 5%, #df0e0e 100%);
  background-color: #df0e0e;
}


/*------------------------------------------------
    ## Archive
------------------------------------------------*/
.archive-card .archive-meta {
  margin-bottom: 20px;
  display: inline-block;
}

.archive-card .archive-meta span,
.archive-card .archive-meta a {
  margin-left: 0;
  margin-right: 16px;
  padding-right: 20px;
}

.archive-card .archive-meta span:after,
.archive-card .archive-meta a:after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: rgba(0, 15, 87, 0.3);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}

.archive-card .archive-meta span:last-child,
.archive-card .archive-meta a:last-child {
  padding-right: 0;
  margin-right: 0;
}

.archive-card .archive-meta span:last-child:after,
.archive-card .archive-meta a:last-child:after {
  display: none;
}

.archive-meta a {
  margin-left: 0;
  margin-right: 16px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.archive-meta a img {
  margin-right: 10px;
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: solid 2px #fff;
  overflow: hidden;
}

.archive-meta .author {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
}

.archive-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
}

.archive-card .archive-meta.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 8px;
  background-color: var(--title-color);
  position: relative;
  margin-top: -28px;
  margin-bottom: 35px;
}

.archive-card .archive-meta.style2:before {
  content: '';
  height: 100%;
  width: 56%;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%, 0 0);
}

.archive-card .archive-meta.style2 span,
.archive-card .archive-meta.style2 a {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--white-color);
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.archive-card .archive-meta.style2 span::after,
.archive-card .archive-meta.style2 a::after {
  display: none;
}

.archive-card .archive-meta.style2 span:hover,
.archive-card .archive-meta.style2 a:hover {
  color: var(--white-color);
}

.archive-card .archive-text {
  margin-bottom: 20px;
}

.archive-card .line-btn {
  margin-bottom: -0.1em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.archive-card:hover .archive-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .archive-card .archive-content {
    padding: 40px 20px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .archive-card .archive-content {
    padding: 40px 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .archive-card .archive-title {
    font-size: 22px;
  }

  .archive-card .archive-content {
    padding: 40px 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .archive-card .archive-content {
    padding: 40px;
  }

  .archive-card .archive-title {
    font-size: 24px;
  }
}

@media (max-width: 410px) {
  .archive-card .archive-content {
    padding: 40px 20px;
  }

  .archive-card .archive-meta span:not(:last-child),
  .archive-card .archive-meta a:not(:last-child) {
    padding-right: 12px;
    margin-right: 8px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .archive-card .archive-title {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (max-width: 350px) {
  .archive-card .archive-title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .archive-card .archive-text {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .archive-card .archive-meta.style2 {
    padding: 10px 10px;
    margin: -25px -20px 35px -20px;
  }
}


.archive-space-bottom {
  margin-bottom: -105px;
  padding-bottom: 225px;
}

.archive-card.style2 {
  border-radius: 10px;
  padding: 30px 30px 40px;
  box-shadow: 0px 6px 15px rgba(7, 36, 95, 0.07);
  background-color: var(--white-color);
}


.archive-card.style2 .archive-img {
  border-radius: 10px;
}

.archive-card .archive-img {
  overflow: hidden;
}

.archive-card .archive-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}


.archive-card.style2 .archive-content {
  padding: 30px 0 0 0;
  box-shadow: none;
}

.archive-card.style2 .archive-content .archive-title {
  margin-bottom: 25px;
}

.archive-card.style2 .archive-content .line-btn a {
  color: var(--red-color);
}


.archive-card.style2 .archive-content .line-btn:before {
  background: var(--red-color);
}

.line-btn {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--body-color);
}

.line-btn:hover::before {
  background-color: var(--theme-color);
  width: 100%;
}

.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 51px;
  height: 1px;
  background-color: var(--body-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}



/* Medium devices */
@media (max-width: 991px) {
  .archive-space-bottom {
    padding-bottom: 215px;
    margin-bottom: -135px;
  }

  .archive-card.style2 {
    padding: 20px 20px 30px;
  }
}

/*------------------------------------------------
    ## pagination
------------------------------------------------*/
.bk-pagination {
  padding: 0;
  margin-top: 20px;
}

.bk-pagination li {
  display: inline-block;
}

.bk-pagination li span,
.bk-pagination li a {
  background: var(--bs-red);
  color: var(--bs-white);
  border: 1px solid var(--bs-pink);
  border-radius: 7px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.bk-pagination li span,
.bk-pagination li a:hover {
  background: var(--bs-indigo);
  color: var(--bs-white);
  border-color: var(--bs-pink);

}

.bk-pagination li span.current {
  background: var(--bs-blue);
  color: var(--bs-white);
  border-color: var(--bs-indigo);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(252, 74, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(252, 74, 0, 0.25);
}

/*-------------------Popup News box Modal   -------------------*/

.modal-header .btn-close {
  border: 2px solid;
  width: 24px;
  height: 24px;
  line-height: 24px;
  top: 15px;
  right: 10px;
  background-color: var(--smoke-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.modal-header .btn-close:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*--------------------Recent and popular box Popup ------------------*/

.recent-popup-section .recent-box {
  padding: 11px 13px;
}

.recent-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  border: 1px solid #d1d8e6;
  padding: 20px;
}

.recent-box .post-image {
  overflow: hidden;
  border-radius: 6px;
  flex: 0 0 210px;
  perspective: 1px;
}

.recent-popup-section .recent-box .post-image {
  flex: 0 0 135px;
  margin-right: 2px;
  perspective: 1px;
  overflow: hidden;
  border-radius: 6px;
}

.recent-box .post-image img {
  border-radius: 6px;
  transform: scale(1.001) rotate(0);
  transition: transform .9s ease;
  will-change: transform;
}

.recent-box:hover img {
  transform: scale(1.1) rotate(1.1deg);
}

.recent-popup-section .recent-box .recent-box-details {
  width: inherit;
}

.recent-box .recent-box-details {
  width: 60%;
}

.recent-popup-section .recent-box .recent-box-details .badge-small {
  position: absolute;
  padding: 4px 12px;
  font-size: 16px;
  top: 30px;
  right: 35px;
  z-index: 3;

}

.recent-popup-section .recent-box .recent-box-details .blog-title {
  padding-top: 8px;
  font-size: 16px;
  line-height: 20px;
}

.recent-box .recent-box-details .blog-title {
  font-weight: 600;
  padding-top: 15px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

.recent-popup-section .recent-box .recent-box-details .recent-box-meta {
  padding-top: 9px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

.recent-box .recent-box-details .recent-box-meta .recent-box-user {
  margin-right: 15px;
}

.recent-box .recent-box-details .recent-box-meta .recent-box-user a {
  color: #5c667d;
  display: flex;
  align-items: center;
}


.recent-box .recent-box-details .recent-box-meta .recent-box-user a {
  color: #5c667d;
  display: flex;
  align-items: center;
}

.recent-box .recent-box-details .recent-box-meta .recent-box-user a img {
  transform: inherit;
  margin: 0 5px;
  height: 20px;
  border-radius: 50%;
}


.recent-popup-section .recent-box .recent-box-details .recent-box-meta a {
  font-size: 12px;
}

.recent-box .recent-box-details .recent-box-meta .recent-box-time {
  margin-right: 15px;
}

.recent-box .recent-box-details .recent-box-meta .recent-box-time a i {
  margin-right: 10px;
}


/* --------------------------------------
=========================================
	Sidebar Widget 
=========================================
-----------------------------------------*/

.bk-sidebar .bk-widget {
  margin-bottom: 30px;
  padding: 15px 15px 5px 15px;
  border-radius: 5px;
  box-shadow: var(--bxsh);
}

.bk-sidebar a {
  transition: all 0.3s ease 0s;
}

.bk-sidebar .bk-widget .btn {
  padding: 2px 12px;
  border: none;
  border-radius: 0;
  height: 40px;
}


.bk-sidebar .widget_search {
  padding: 15px;
}

.bk-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bk-widget ul li:last-child {
  border: none;
  padding-bottom: 0;
}

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

.bk-sidebar .bk-widget h2 form {
  padding: 0 10px;
}

.bk-sidebar .bk-widget ul li {
  padding: 10px 0;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
}

.bk-sidebar .bk-widget ul li a:hover {
  transition: all 0.4s ease-in-out 0s;
}

.bk-sidebar .bk-widget ul.menu li .sub-menu {
  margin-left: 15px;
}

.bk-sidebar .bk-widget ul.menu li .sub-menu li {
  border-bottom: none;
  padding: 10px 0 0;
}

.bk-sidebar .bk-widget.widget_search .btn {
  border: medium none;
  border-radius: 0;
  height: 40px;
  line-height: 25px;
  padding: 5px 15px;
  transition: all 0.3s ease 0s;
}

.bk-sidebar .bk-widget .bk-widget-tags,
.bk-sidebar .bk-widget .tagcloud {
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0;
}

.bk-sidebar .bk-widget .bk-widget-tags a,
.bk-sidebar .bk-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;
}

.bk-sidebar .bk-widget-tags a:hover,
.bk-sidebar .bk-widget .tagcloud a:hover {
  transition: all 0.4s ease-in-out 0s;
}


/*--bk-widget author --*/
.bk-widget .bk-author {
  margin-top: 25px;
}

.bk-author img.rounded-circle {
  padding: 2px;
  margin-bottom: 20px;
  width: 130px;
  height: 130px;
  object-fit: cover;
  box-shadow: 0px 2px 8px 1px rgb(33 33 33 / 30%);
}

/*--bk-widget author end--*/
/*--calendar_wrap--*/
.bk-widget .calendar_wrap table {
  width: 100%;
  font-size: 15px;
}

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

.bk-widget .calendar_wrap table thead th {
  border-width: 1px;
  border-style: solid;
}

.bk-widget .calendar_wrap table tbody td:hover,
.bk-widget .calendar_wrap table tbody #today:hover {
  transition: all 0.3s ease 0s;
}

.bk-widget .calendar_wrap table tfoot {
  border-width: 1px;
  border-style: solid;
}

.bk-widget .calendar_wrap table thead th {
  text-align: center;
  padding: 6px 0;
}

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

.bk-widget .calendar_wrap table tfoot {
  font-size: 11px;
}

.bk-widget .calendar_wrap table tfoot tr td#prev {
  padding: 5px;
  text-transform: uppercase;
}

.bk-widget .calendar_wrap table tfoot tr td#next {
  padding: 5px;
  text-align: right;
  text-transform: uppercase;
}

.bk-widget .calendar_wrap .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  padding: 5px 5px 0px 5px;
}

/*--calendar_wrap end--*/
.bk-sidebar .bk-widget .textwidget select,
.bk-sidebar .bk-widget .textwidget img {
  width: 100%;
}

.bk-sidebar .bk-widget .textwidget img.size-large {
  height: auto;
}

/*----woocommerce footer-widget----*/
.bk-sidebar .bk-widget.widget_product_search .btn {
  padding: 2px 12px;
  height: 40px;
  border-radius: 0;
  margin-left: -1px;
}

/*----left-menu-widget----*/
.bk-sidebar .bk-left-menu-widget ul li {
  border-radius: 0;
  margin: 0;
  padding: 10px 20px;
}

.bk-sidebar .bk-left-menu-widget ul li:hover,
.bk-sidebar .bk-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 {
  padding: 0;
}

/*==================== Sidebar Widget Color ====================*/
.bk-sidebar .bk-widget {
  background: var(--smoke-color);
  border-color: #d7d7d7;
}

.bk-sidebar .bk-widget ul li {
  border-color: var(--border-color);
  color: var(--title-color);
}

.bk-sidebar .bk-widget ul li a {
  color: var(--title-color);
}

.bk-sidebar .bk-widget ul li a:hover,
.bk-sidebar .bk-widget ul li a:focus {
  color: #0025ff;
}


.bk-sidebar .bk-widget .bk-widget-tags a,
.bk-sidebar .bk-widget .tagcloud a {
  color: var(--title-color);
  background: var(--border-color);
  border-color: #E0E0E0;
}

.bk-sidebar .bk-widget .bk-widget-tags a:hover,
.bk-sidebar .bk-widget .tagcloud a:hover,
.bk-sidebar .bk-widget .bk-widget-tags a:focus,
.bk-sidebar .bk-widget .tagcloud a:focus {
  color: #fff;
  background: #0025ff;
  border-color: #0025ff;
}

.bk-sidebar .bk-widget.widget_search .btn {
  background: #0025ff;
  color: #fff;
  border-color: #e5e7eb;
}

.bk-sidebar .bk-widget.widget_search .btn:hover,
.bk-sidebar .bk-widget.widget_search .btn:focus {
  color: #fff;
  background: #0F1012;
  border-color: #0F1012;
}

.bk-widget .calendar_wrap table thead th,
.bk-widget .calendar_wrap table,
.bk-widget .calendar_wrap td {
  border-color: rgba(51, 51, 51, 0.1);
  color: var(--title-color);
}

.bk-widget .calendar_wrap table caption {
  background: #0025ff;
  border-color: #0025ff;
  color: #fff;
}


.bk-sidebar .bk-widget {
  background: var(--white-color);
  border-color: #d7d7d7;
}

/*=========================================
	Default sidebar widget Title
=========================================
-----------------------------------------*/
.bk-widget-title {
  border-color: #d7d7d7;
}

.bk-widget-title {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  border-style: solid;
  border-width: 0 0 1px 0;
}

.bk-widget-title .title {
  margin-bottom: 0;
  padding: 5px 0;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
  color: var(--black-color);
}


.bk-widget-title .title:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 50%;
  bottom: -1px;
  left: 0;
}

.bk-widget-title .title:before {
  background: #0025ff;
}


.bk-widget-title .title:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 50%;
  bottom: -1px;
  right: 0;
}

/*------------------------------------------------
    ## Scroll to Top
------------------------------------------------*/
.scroll-btn {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  -webkit-clip-path: polygon(53% 0, 100% 20px, 100% 100%, 0 100%, 0% 20px);
  clip-path: polygon(53% 0, 100% 20px, 100% 100%, 0 100%, 0% 20px);
  /* Small devices */
}

.scroll-btn i {
  display: inline-block;
  background-color: var(--orange-color);
  color: var(--white-color);
  text-align: center;
  font-size: 20px;
  width: var(--btn-size, 40px);
  height: var(--btn-size, 60px);
  line-height: var(--btn-size, 70px);
  z-index: 93;
  border-radius: inherit;
  position: relative;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  /* Small devices */
}

@media (max-width: 767px) {
  .scroll-btn i {
    font-size: 15px;
    width: var(--btn-size, 35px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 60px);
  }
}

.scroll-btn:focus i,
.scroll-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}

.scroll-btn.show {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .scroll-btn {
    right: 15px;
    bottom: 15px;
  }

  .scroll-btn.show {
    bottom: 0;
  }
}

.scrollToTop {
  position: fixed;
  right: 55px;
  bottom: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 96;
}

.scrollToTop.show {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

/* Small devices */
@media (max-width: 767px) {
  .scrollToTop {
    right: 15px;
  }

  .scrollToTop.show {
    bottom: 0;
  }
}


/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }

  .scrollToTop {
    right: 15px;
  }

  .scrollToTop.show {
    bottom: 0;
  }
}

/*** footer naya***********/

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.widget {
  padding: 8px;
  background-color: var(--smoke-color);
  margin-bottom: 40px;
  border-radius: 20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.footer-widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget {
  margin-bottom: 40px;
}

.as-widget-about .about-logo {
  margin-bottom: 35px;
  margin-top: -10px;
}

.as-widget-about .about-logo img {
  max-width: 300px;
}

.as-widget-about .about-text {
  margin-bottom: 25px;
  margin-top: -0.5em;
  max-width: 360px;
}

.footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}

.footer-widget .widget_title {
  max-width: 275px;
  color: var(--white-color);
  border-bottom: none;
  margin-bottom: 40px;
}


.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.1em 0 30px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid var(--theme-color);
}

.footer-widget .widget_title:after {
  content: '';
  height: 2px;
  width: 50px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
}


.footer-widget.widget_nav_menu .menu {
  margin-bottom: -5px;

}

.footer-widget.widget_nav_menu ul {
  margin-top: -5px;
}

.widget_nav_menu .menu {
  margin: 0 0 -10px 0;
}

.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu li {
  display: block;
  position: relative;
}

.footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 20px;
  margin-bottom: 17px;
  font-family: var(--body-font);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  position: relative;
}

.widget_nav_menu a {
  display: block;
  background-color: var(--white-color);
  border: none;
  margin: 0 0 10px 0;
  padding: 15.5px 45px 15.5px 42px;
  font-size: 16px;
  line-height: 1.313;
  color: var(--body-color);
  border-radius: 5px;
  position: relative;
}

.widget_nav_menu a:before {
  content: '\f04b';
  font-family: var(--icon-font);
  color: var(--body-color);
  font-weight: 900;
  font-size: 0.88em;
  padding-top: 1px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color);
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}


.footer-widget.widget_nav_menu a:before {
  content: "\f054";
  font-weight: 600;
  left: 0;
  top: 1px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: transparent;
  border: none;
  color: inherit;
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
  font-family: var(--icon-font);
}

.newsletter-widget {
  max-width: 290px;
}

.footer-text {
  margin-top: -0.46em;
  margin-bottom: 25px;
}

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-box .social-title {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 0;
}

.icon-group a {
  color: var(--white-color);
  font-size: 18px;
  margin-right: 17px;
}

.icon-group a:last-child {
  margin-right: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }

  .as-widget-about .about-text {
    margin-bottom: 20px;
  }

  .social-box.mb-30 {
    margin-bottom: 25px;
  }
}

/*-----------------------------*/
.footer-wrapper {
  --border-color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
}

.footer-wrapper .newsletter-title {
  color: var(--white-color);
}

.footer-wrapper .as-social a {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.footer-wrapper .as-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.widget-area {
  padding-top: 40px;
  padding-bottom: 10px;
}

.copyright-wrap {
  padding: 21px 0;
  border-top: 1px solid var(--orange-color);
  background-image: linear-gradient(to top, #111114, #111026, #0e0f38, #0c0b48, #130157);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright-wrap {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width:767px) {
  .copyright-wrap {
    padding-bottom: 60px;
  }
}

.copyright-text {
  margin: 0;
}

.copyright-text a {
  color: var(--orange-color);
}

.copyright-text a:hover {
  color: var(--theme-color);
}

.footer-links ul {
  padding: 0;
  margin: 0;
}

.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}

.footer-links li:after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: var(--border-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 0;
}

.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer-links li:last-child:after {
  display: none;
}

.footer-links a {
  font-family: inherit;
  color: var(--body-color);
}

.footer-links a:hover {
  color: var(--theme-color);
}

.footer-layout1 {
  background-color: var(--title-color);
  border-top: 2px solid var(--orange-color);
  --body-color: #fff;
  overflow: hidden;
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-layout1 .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 40px;
  }

  .copyright-text {
    text-align: center;
  }
}

/* footer 2 ---------------------------------- */
.footer-layout1 .footer-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: calc(100% - 71px);
}

.footer-layout1 .footer-shape img {
  width: 100%;
  height: 100%;
}

.footer-info {
  margin-bottom: 10px;
}

.footer-info a {
  color: inherit;
}

.footer-info i {
  margin-right: 5px;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .footer-layout1 .footer-shape {
    width: 42%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .footer-layout1 .footer-shape {
    width: 37%;
    height: 80%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-layout1 .footer-shape {
    width: 49%;
    height: 45%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-layout1 .footer-shape {
    width: 95%;
    height: 28%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .footer-layout1 .footer-shape {
    /* height: 28%; */
    display: none;
  }
}

@media (max-width: 340px) {
  .footer-layout1 .footer-shape {
    /* height: 27%; */
    display: none;
  }
}

