@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

a:hover {
  color: var(--bsx-color-primary);
}
img {
  image-rendering: -webkit-optimize-contrast;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    img {
      image-rendering: auto;
    }
  }
}
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    img {
      image-rendering: auto;
    }
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    img {
      image-rendering: auto;
    }
  }
}
.no-wrap {
  white-space: nowrap;
}
html .scroll-to-top {
  right: 80px;
}
html a.scroll-to-top:hover {
  color: white;
}

.cookies-info {
  overflow: hidden !important;
}
#cookies-box-back {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
#cookies-box {
  /* background: rgba(0,0,0,.8); */
  /* color: #aaaaaa;
  padding: 2rem;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#cookies-box > .cookies-block {
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 400px;
  padding: 2rem;
  border-radius: 3px;
  transform: translate(-50%, -50%);
}
#cookies-box.fixed-padding > .cookies-block {
  padding-right: 0;
  max-width: 800px;
  padding-left: 0;
}
#cookies-box a.btn {
  display: block;
}
#cookies-box.fixed-padding a.btn {
  margin-right: 1rem;
  margin-left: 1rem;
}
#cookies-box .cookies-container {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
}
#cookies-content {
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  word-wrap: break-word;
}
#cookies-content h1:first-child {
  display: none;
}
#cookies-box.fixed-padding #cookies-content {
  max-width: calc(100% - 2rem);
  width: calc(100% - 2rem);
  padding-right: 2rem;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: calc(100% - 3rem);
  text-align: left;
}
#cookies-box .cookies-container {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#cookies-box {
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 920px) {
  #cookies-box.fixed-padding #cookies-content {
    max-width: 100%;
    width: 100%;
  }
  #cookies-box a.btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #cookies-box.fixed-padding #cookies-content {
    height: calc(100% - 140px);
    max-height: calc(100% - 140px);
  }
  #cookies-box.fixed-padding > .cookies-block {
    left: 0;
    top: 0;
    transform: translate(0, 0);
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    position: relative;
    height: 100%;
    max-width: 100%;
  }
  #cookies-box.fixed-padding > .cookies-block h2 {
    padding-top: 1rem;
  }
  #cookies-box.fixed-padding .cookies-container {
    height: 100%;
  }
}

#header .z-10 {
  z-index: 10;
}
#header .navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(12, 8, 0, 0.55);
  --bs-navbar-hover-color: rgba(12, 8, 0, 0.7);
  --bs-navbar-disabled-color: rgba(12, 8, 0, 0.3);
  --bs-navbar-active-color: rgba(12, 8, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.390625rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.125rem;
  --bs-navbar-brand-color: rgba(12, 8, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(12, 8, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.125rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2812, 8, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(12, 8, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
#header .navbar-brand img {
  max-width: 246px;
  max-height: 128px;
}
#header .sticky-header.affix .navbar-brand img {
  max-width: 246px;
  max-height: 128px;
}
#header .sticky-header {
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .sticky-header.affix {
  padding: 0;
}
#header .navbar-collapse {
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .sticky-header.affix .navbar-collapse {
  padding: 10px 0;
}
#header .main-menu li.nav-item {
  position: relative;
}
#header .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.23375rem;
  vertical-align: 0.23375rem;
  content: "";
  border-top: 0.275rem solid;
  border-right: 0.275rem solid transparent;
  border-bottom: 0;
  border-left: 0.275rem solid transparent;
}
#header .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
#header .main-menu li a.nav-link {
  padding: 0.85rem 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  position: relative;
  font-family: "Poppins", sans-serif;
}
#header .navbar-light .main-menu li a.nav-link,
#header .navbar-light .action-btns a.btn-link,
#header .navbar-dark.sticky-header.affix .main-menu li a.nav-link,
#header .navbar-dark.sticky-header.affix .action-btns a.btn-link {
  color: #575757;
}
#header .dropdown-toggle::after {
  vertical-align: middle;
}
#header .dropdown-menu {
  right: auto;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#header .main-menu li.nav-item .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, 0) rotate(-315deg);
  transform: translate(-50%, 0) rotate(-315deg);
  border-radius: 3px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .rounded-custom {
  border-radius: 1rem !important;
}
#header .dropdown-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  background: #fff;
}
#header .dropdown-grid.width-full {
  grid-template-columns: 1fr 1fr;
  width: 650px;
}
#header .dropdown-grid-item {
  width: auto;
  padding: 20px;
}
#header .dropdown-grid-item h6 {
  font-weight: 600;
  margin-bottom: 0.375rem;
}
#header .dropdown-grid-item .drop-heading {
  padding-left: 1rem;
  font-size: 1rem;
}
#header a:hover {
  color: var(--bsx-color-secondary);
}
#header .btn-link {
  color: var(--bsx-color-secondary);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .dropdown-grid-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 0.55rem 1rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
#header .demo-list {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 12px;
  text-align: center;
}
#header .bg-primary {
  background-color: var(--bsx-color-secondary) !important;
}
#header .dropdown-grid-item a span {
  opacity: 0.8;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .dropdown-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#header .dropdown-grid-item .drop-title {
  font-size: 0.875rem;
  color: #575757;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
#header .dropdown-info p {
  font-size: 13px;
  margin-bottom: 0;
}
#header .bg-white p,
#header .bg-white li,
#header .bg-white span {
  color: #575757;
}
#header .btn {
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-padding-y: 0.65rem;
  --bs-btn-font-family: Poppins, sans-serif;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.75;
  --bs-btn-color: #575757;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: unset;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.25s ease-in-out,
    background-color 0.25s ease-in-out, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
}
#header .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #575757;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 58, 116, 255;
  text-decoration: none;
  font-weight: 500;
}
#header .btn {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
}
#header .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bsx-color-secondary);
  --bs-btn-border-color: var(--bsx-color-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bsx-color-secondary-light);
  --bs-btn-hover-border-color: var(--bsx-color-secondary-light);
  --bs-btn-focus-shadow-rgb: 58, 116, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bsx-color-secondary-light);
  --bs-btn-active-border-color: var(--bsx-color-secondary-light);
  --bs-btn-active-shadow: unset;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bsx-color-secondary);
  --bs-btn-disabled-border-color: var(--bsx-color-secondary);
}
#header .btn-primary,
#header .btn-success,
#header .btn-danger,
#header .btn-warning,
#header .btn-info,
#header .btn-dark {
  color: #fff !important;
}
#header .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
#header .main-menu li a.nav-link:hover,
#header .action-btns a.btn-link:hover,
#header .navbar-dark.sticky-header.affix .main-menu li a.nav-link:hover,
#header .navbar-dark.sticky-header.affix .action-btns a.btn-link:hover {
  color: var(--bsx-color-secondary);
}
#header .btn-primary:hover,
#header .btn-primary:active,
#header .btn-primary:focus,
#header .btn-primary.active,
#header .btn-primary.show {
  border-color: var(--bsx-color-secondary-light);
  background-color: var(--bsx-color-secondary-light);
}
#header .width-full-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 800px;
}
#header .width-full-3 .dropdown-grid-item {
  width: 240px;
}
#header .width-full-3 .dropdown-grid-item.last-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  grid-column-start: span 2;
}
#header .radius-right-side {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#header .dropdown-toggle .fa-chevron-down {
  display: none;
}
#header .affix {
  left: 0;
  margin: auto;
  position: fixed;
  width: 100%;
  z-index: 9;
  -webkit-animation: 300ms ease-in-out;
  animation: 300ms ease-in-out;
  background: #0b163f;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#header .navbar-light.sticky-header.affix,
#header .navbar-dark.sticky-header.affix {
  background: #fff;
}
#header .offcanvas,
#header .offcanvas-xxl,
#header .offcanvas-xl,
#header .offcanvas-lg,
#header .offcanvas-md,
#header .offcanvas-sm {
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(12, 8, 0, 0.03),
    0 0.275rem 0.75rem -0.0625rem rgba(12, 8, 0, 0.06);
}
#header .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#header .offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
#header .offcanvas.showing,
#header .offcanvas.hiding,
#header .offcanvas.show {
  visibility: visible;
}
#header .offcanvas.show {
  visibility: visible;
  z-index: 9999;
}
#header .offcanvas.showing,
#header .offcanvas.show:not(.hiding) {
  -webkit-transform: none;
  transform: none;
}
#header .offcanvas-header {
  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;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
#header .offcanvas-header button.close-btn {
  background: rgba(242, 87, 103, 0.12);
  width: 30px;
  height: 30px;
  text-align: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 20px;
}
#header .offcanvas-header button.close-btn i {
  line-height: 29px;
}
#header .offcanvas-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
#header .offcanvas-body .dropdown-toggle::after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  right: 0;
  border: none;
}
#header .offcanvas-body .dropdown-menu {
  position: relative !important;
  left: 0 !important;
  margin: 15px 0 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
#header .offcanvas-body .main-menu li a.nav-link {
  color: #575757;
  padding: 0.5rem 1rem;
}
#header .offcanvas-body .dropdown-grid-item {
  width: 100%;
}
#header .offcanvas-body .dropdown-grid {
  display: block;
  width: auto;
}
#header .offcanvas-body .dropdown-grid-item.last-item {
  display: none;
}
#header .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #0c0800;
}
#header .offcanvas-backdrop.fade {
  opacity: 0;
}
#header .offcanvas-backdrop.show {
  opacity: 0.5;
}
#header .offcanvas-backdrop::before {
  display: none;
}
#header .offcanvas-body .dropdown-toggle::after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  right: 0;
  border: none;
}
#header .btn-outline-primary {
  color: var(--bsx-color-secondary);
  border-color: var(--bsx-color-secondary);
}
#header .btn-soft-primary:hover, #header .btn-outline-primary:hover {
  color: #fff;
  background-color: var(--bsx-color-secondary);
  border-color: var(--bsx-color-secondary);
}

footer .ptb-120 {
  padding: 120px 0;
}
footer .footer-light .logo-color,
footer .bg-dark .logo-white,
footer .bg-gradient .logo-white {
  display: block;
}
footer .footer-light .footer-nav-list li a {
  color: #575757;
  opacity: 0.8;
}
footer .footer-light .footer-single-col p {
  color: #575757;
  opacity: 0.8;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}
footer .form-control,
footer .custom-select,
footer .form-select {
  border: 2px solid rgba(11, 22, 63, 0.12);
}
footer .form-control {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.75;
  color: #575757;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(11, 22, 63, 0.12);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
footer .btn {
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-padding-y: 0.65rem;
  --bs-btn-font-family: Poppins, sans-serif;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.75;
  --bs-btn-color: #575757;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: unset;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.25s ease-in-out,
    background-color 0.25s ease-in-out, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
}
footer .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bsx-color-secondary);
  --bs-btn-border-color: var(--bsx-color-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bsx-color-secondary-light);
  --bs-btn-hover-border-color: var(--bsx-color-secondary-light);
  --bs-btn-focus-shadow-rgb: 58, 116, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bsx-color-secondary-light);
  --bs-btn-active-border-color: var(--bsx-color-secondary-light);
  --bs-btn-active-shadow: unset;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bsx-color-secondary);
  --bs-btn-disabled-border-color: var(--bsx-color-secondary);
}
footer .btn {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
}
footer .footer-single-col h3,
footer .footer-single-col .h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 36px;
  text-transform: none;
}
footer .footer-nav-list li a {
  font-size: 15px;
  margin: 10px 0;
  display: block;
  opacity: 0.5;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .btn-primary:hover,
footer .btn-primary:active,
footer .btn-primary:focus,
footer .btn-primary.active,
footer .btn-primary.show {
  border-color: var(--bsx-color-secondary-light);
  background-color: var(--bsx-color-secondary-light);
}
footer .footer-light .footer-nav-list li a:hover {
  color: var(--bsx-color-secondary);
  opacity: 1;
}
footer .footer-bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(248, 249, 250, 0.05);
}
footer .footer-bottom.footer-light {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
footer .copyright-text p {
  font-size: 14px;
  color: #65676d;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
footer .footer-light .copyright-text p {
  color: #65676d;
}
footer .copyright-text p a {
  color: #575757;
}
footer .footer-social-list li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.12);
  color: #65676d;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer-light .footer-social-list li a {
  border: 2px solid rgba(0, 0, 0, 0.12);
}
footer .footer-social-list li a:hover {
  background: var(--bsx-color-secondary);
  color: #fff;
  border-color: var(--bsx-color-secondary);
}
footer .logo-img {
  max-width: 246px;
  max-height: 64px;
}
footer .ratting-wrap{
  display: none;
}
footer .h6, footer h6 {
  font-size: 1.0625rem;
  line-height: 1.2;
  font-weight: 600;
}
footer .rating-list li i {
  font-size: 11px;
}
footer .list-inline-item:not(:last-child) {
  margin-right: 2px;
}

.darkBackground{
  visibility: visible !important;
  background: #0b0b0b !important;
  opacity: .8 !important;
}

.blogs-section .bg-dark, .error-page .bg-dark {
  background-color: var(--bsx-color-primary) !important;
}
.blogs-section .ptb-120 {
  padding: 120px 0;
}
.blogs-section .section-heading {
  margin-bottom: 50px;
}
.blogs-section .page-header h1{
  font-weight: 800 !important;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
.blogs-section .page-header p{
  font-size: 1.25rem;
  font-weight: 400;
  color: #d9d9d9;
}
.blogs-section .page-header .header-bg-mask{
  -webkit-mask-image: url(/assets/themes/quiety2/img/page-header-bg.svg);
  mask-image: url(/assets/themes/quiety2/img/page-header-bg.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bsx-color-primary-light);
  mask-position: center bottom;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  top: 0;
}
.blogs-section .btn {
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-padding-y: 0.65rem;
  --bs-btn-font-family: Poppins, sans-serif;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.75;
  --bs-btn-color: #575757;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: unset;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.blogs-section .btn-sm, .blogs-section .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.425rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.8125rem;
  --bs-btn-border-radius: 0.25rem;
}
.blogs-section .btn {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
}
.blogs-section .btn-group-lg > .btn, .blogs-section .btn-sm, .blogs-section .btn-group-sm > .btn {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.blogs-section .btn-soft-primary {
  color: #fff;
  background-color: var(--bsx-color-secondary-softest);
  border-color: var(--bsx-color-secondary-softest);
}
.blogs-section .btn-soft-primary:hover, .blogs-section .btn-outline-primary:hover {
  color: #fff;
  background-color: var(--bsx-color-secondary);
  border-color: var(--bsx-color-secondary);
}
.blogs-section .rounded-circle {
  border-radius: 50% !important;
}
.blogs-section .right-5 {
  right: 5%;
}
.blogs-section .bg-dark-light {
  background-color: var(--bsx-color-primary-light);
}
.blogs-section .circle-shape-3 {
  bottom: -210px;
  width: 300px;
  min-height: 300px;
  min-width: 300px;
}
.blogs-section .single-article {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgb(241, 241, 241);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blogs-section .article-img {
  position: relative;
  overflow: hidden;
}
.blogs-section .single-article a {
  text-decoration: none;
  display: block;
}
.blogs-section .article-img::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.blogs-section .article-img img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 14rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
.blogs-section .single-article a {
  text-decoration: none;
  display: block;
}
.blogs-section .article-category a {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff !important;
}
.blogs-section h5, .blogs-section .h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
}
.blogs-section .avatar-name {
  font-size: 15px;
  font-weight: 600;
}
.blogs-section .avatar-info span {
  font-size: 14px;
}
.blogs-section .blog-article:nth-child(4n + 1) .article-category a {
  background-color: var(--bsx-color-primary-light);
}
.blogs-section .blog-article:nth-child(4n + 2) .article-category a {
  background-color: var(--bsx-color-secondary-light);
}
.blogs-section .blog-article:nth-child(4n + 3) .article-category a {
  background-color: var(--bsx-color-third-light);
}
.blogs-section .blog-article:nth-child(4n + 4) .article-category a {
  background-color: var(--bsx-color-fourth-light);
}
.blogs-section .article-title:hover, .blogs-section .avatar-name:hover {
  color: var(--bsx-color-secondary);
}
.blogs-section .blogpage-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogs-section .blogpage-desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}
.blogs-section .page-link {
  position: relative;
  display: block;
  color: var(--bsx-color-secondary);
  background-color: #fff;
  border: 1px solid #e2e8f0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.blogs-section .page-link {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
}
.blogs-section .page-item:first-child .page-link {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.blogs-section .page-link.active, .blogs-section .active > .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--bsx-color-secondary);
  border-color: var(--bsx-color-secondary);
}
.blogs-section .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.blogs-section .page-item.active .page-link {
  background: var(--bsx-color-secondary);
  border-color: var(--bsx-color-secondary);
  color: #fff;
}
.blogs-section .page-item:last-child .page-link {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.blogs-section .page-link:hover {
  z-index: 2;
  color: var(--bsx-color-secondary);
  background-color: #f8f9fa;
  border-color: #e2e8f0;
}
.blogs-section .single-article:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 11px 18px -8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 11px 18px -8px rgba(0, 0, 0, 0.16);
}
.blogs-section .single-article:hover .article-img::before {
  background: transparent;
}
.blogs-section .single-article:hover .article-img img {
  -webkit-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}
.blogs-section .rounded-custom {
  border-radius: 1rem !important;
}

.blog-section .ptb-120 {
  padding: 120px 0;
}
.blog-section .bg-dark {
  background-color: var(--bsx-color-primary) !important;
}
.blog-section .page-header .header-bg-mask {
  -webkit-mask-image: url(/assets/themes/quiety2/img/page-header-bg.svg);
  mask-image: url(/assets/themes/quiety2/img/page-header-bg.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bsx-color-primary-light);
  -webkit-mask-position: bottom left;
  -webkit-mask-repeat: no-repeat;
  mask-position: bottom left;
  mask-repeat: no-repeat;
  top: 0;
}
.blog-section h1, .blog-section .h1{
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-weight: 800 !important;
  line-height: 1.2;
}
.blog-section .rounded-circle {
  border-radius: 50% !important;
}
.blog-section .right-5 {
  right: 5%;
}
.blog-section .bg-dark-light {
  background-color: var(--bsx-color-primary-light);
}
.blog-section .circle-shape-3 {
  bottom: -210px;
  width: 300px;
  min-height: 300px;
  min-width: 300px;
}
.blog-section p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}
.blog-section li {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}
.blog-section h3 {
  font-size: 1.6rem;
  margin-bottom: 0.375rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
}
.blog-section h5 {
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
}
.blog-section .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.blog-section .content-list li {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 15px;
  padding-left: 15px;
  line-height: 1.75;
  margin-bottom: 15px;
}
.blog-section .content-list li::before {
  position: absolute;
  left: 0;
  top: 11px;
  height: 6px;
  width: 6px;
  background: #0b163f;
  content: "";
  border-radius: 50%;
}
.blog-section .rounded-custom {
  border-radius: 1rem !important;
}
.blog-section .custom-shadow {
  -webkit-box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
  box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
}
.blog-section .bg-light {
  background-color: #f8f9fa !important;
}
.blog-section .sticky-sidebar {
  position: sticky;
  top: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-section .shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(12, 8, 0, 0.06) !important;
  box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(12, 8, 0, 0.06) !important;
}
.blog-section .rounded-circle {
  border-radius: 50% !important;
}
.blog-section .author-info span {
  font-size: 0.875rem;
}
.blog-section .bg-light .author-info span {
  color: #575757;
}
.blog-section .team-social-list li a, .blog-section .author-social-list li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  border-radius: 3px;
  background: #fff;
  color: rgb(87, 87, 87);
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-section .author-social-list li a {
  -webkit-transform: none;
  transform: none;
}
.blog-section .team-social-list li a:hover, .blog-section .author-social-list li a:hover {
  background: var(--bsx-color-secondary);
  color: #fff;
}
.blog-section blockquote {
  border-top-color: var(--bsx-color-secondary) !important;
  border-left: 0;
  -webkit-box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
  box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
  border-radius: 1rem !important;
  padding: 3rem !important;
}
.blog-section .bg-light {
  background-color: #f8f9fa !important;
}
.blog-section .section-heading {
  margin-bottom: 50px;
}
.blog-section .h2, .blog-section h2 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.625rem;
  line-height: 1.2;
}
.blog-section .single-article {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgb(241, 241, 241);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-section .article-img {
  position: relative;
  overflow: hidden;
}
.blog-section .single-article a {
  text-decoration: none;
  display: block;
}
.blog-section .article-img::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.blog-section .article-img img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 14rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
.blog-section .single-article a {
  text-decoration: none;
  display: block;
}
.blog-section .article-category a {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff !important;
}
.blog-section .avatar-name {
  font-size: 15px;
  font-weight: 600;
}
.blog-section .avatar-info span {
  font-size: 14px;
}
.blog-section .blog-article:nth-child(4n + 1) .article-category a {
  background-color: var(--bsx-color-primary-light);
}
.blog-section .blog-article:nth-child(4n + 2) .article-category a {
  background-color: var(--bsx-color-secondary-light);
}
.blog-section .blog-article:nth-child(4n + 3) .article-category a {
  background-color: var(--bsx-color-third-light);
}
.blog-section .blog-article:nth-child(4n + 4) .article-category a {
  background-color: var(--bsx-color-fourth-light);
}
.blog-section .article-title:hover, .blog-section .avatar-name:hover {
  color: var(--bsx-color-secondary);
}
.blog-section .blogpage-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-section .blogpage-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.blog-section .blogpage-desc p {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}
.blog-section .single-article:hover .article-img::before {
  background: transparent;
}
.blog-section .single-article:hover .article-img img {
  -webkit-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}
.blog-section .btn, .error-page .btn {
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-padding-y: 0.65rem;
  --bs-btn-font-family: Poppins, sans-serif;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.75;
  --bs-btn-color: #575757;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: unset;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.25s ease-in-out,
    background-color 0.25s ease-in-out, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
}
.blog-section .btn, .error-page .btn {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
}
.blog-section .btn-primary, .error-page .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bsx-color-secondary);
  --bs-btn-border-color: var(--bsx-color-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bsx-color-secondary-light);
  --bs-btn-hover-border-color: var(--bsx-color-secondary-light);
  --bs-btn-focus-shadow-rgb: 58, 116, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bsx-color-secondary-light);
  --bs-btn-active-border-color: var(--bsx-color-secondary-light);
  --bs-btn-active-shadow: unset;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bsx-color-secondary);
  --bs-btn-disabled-border-color: var(--bsx-color-secondary);
}
.blog-section .btn-primary,
.blog-section .btn-success,
.blog-section .btn-danger,
.blog-section .btn-warning,
.blog-section .btn-info,
.blog-section .btn-dark {
  color: #fff !important;
}
.blog-section .btn:hover, .error-page .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.blog-section .blog-details-info img{
  max-width: 100%;
}
.blog-section .width-100{
  width: 100%;
}
.blog-section .single-article:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 11px 18px -8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 11px 18px -8px rgba(0, 0, 0, 0.16);
}
.blog-section .single-article:hover .article-img::before {
  background: transparent;
}
.article-view .page-header{
  background-color: var(--bsx-color-primary) !important;
}
.blog-section .feature-card.border {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-top: 4rem;
}
.blog-section .feature-card.border:hover {
  /* border-color: var(--bsx-color-secondary) !important; */
}


@media (min-width: 1200px) {
  .blog-section h1, .blogs-section h1{
    font-size: 3rem;
  }
  .blog-section .h5{
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  #header .nav.main-menu {
    display: block !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px){
  #header .action-btns.me-lg-0 {
    margin-right: 3rem !important;
  }
}
@media (max-width: 991px) {
  #header .nav.main-menu {
    display: block;
  }
  .blogs-section .section-heading {
    margin-bottom: 30px;
  }
  .blog-section .circle-shape-3, .blogs-section .circle-shape-3{
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 991px){
  footer .ptb-120, #header .ptb-120, .blogs-section .ptb-120, .blog-section .ptb-120 {
    padding: 60px 0;
  }
}
.blog-details-info ol + ol > li::marker{
	content: counter(li);
} 
.blog-details-info ol > li {
	counter-increment: nnumbered-list1;
} 
.blog-details-info ol > li > ol > li{
	counter-increment: nnumbered-list2;
} 
.blog-details-info ol > li > ol > li > ol > li{
	counter-increment: nnumbered-list3;
} 
.blog-details-info ol > li > ol > li::marker{
	content:counter(nnumbered-list1)'.'counter(nnumbered-list2)'. ' ;
} 
.blog-details-info ol > li > ol > li > ol > li::marker{
	content:counter(nnumbered-list1)'.'counter(nnumbered-list2)'.'counter(nnumbered-list3)'. ' ;
} 
.blog-section .custom-content-table ol, .blog-section .custom-content-table ul{
  margin-top: 0;
  margin-bottom: 0;
}

#cookies-box {
  text-align: left;
  top: auto;
  bottom: 0;
  height: auto;
}
#cookies-box > .cookies-block {
  max-width: 100%;
  transform: none;
  position: initial;
  box-shadow: 0 7px 20px #BBB;
  padding: 1.5rem;
}
#cookies-box-back {
  display: none;
}
.cookies-info {
  overflow: initial !important;
}
#cookies-box .cookies-container {
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-direction: initial;
}
.cookies-content-box {
  width: 70%;
}
.cookies-btn-box {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
  margin-top: 20px;
}
.cookies-content-box h2 {
  font-size: 1.8em;
}
#cookies-box.fixed-padding > .cookies-block {
  max-width: 100%;
}
@media (max-width: 767px) {
  #cookies-box .cookies-container {
    display: block;
  }
  .cookies-content-box {
    width: 100%;
  }
  .cookies-btn-box {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}