@import "icons.css";
@keyframes bookmarked-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(254, 179, 66, 0.8);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(4);
    transform: scale(4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(40);
    transform: scale(40);
  }
}
@keyframes KeywordIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes KeywordOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    margin-top: -35px;
  }
}
@keyframes switch-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
  }
}
@keyframes switch-shadow-color {
  0% {
    box-shadow: 0 0 0 0 rgba(102, 103, 107, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
  }
}
fieldset {
  padding: 0;
  border: none;
}

a {
  outline: none !important;
}

button {
  outline: none !important;
  vertical-align: middle;
  text-transform: none;
}

img {
  max-width: 100%;
}

.header-notifications-content {
  display: block;
  width: 100%;
}
.header-notifications-content .notification-avatar {
  height: 36px;
  width: 36px;
  max-width: 36px;
  display: inline-block;
  border-radius: 50%;
  align-self: flex-start;
}
.header-notifications-content .notification-avatar img {
  height: 100%;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 50%;
  object-fit: cover;
}
.header-notifications-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-notifications-content ul li {
  border-bottom: 1px solid var(--woo-border-color-translucent);
  transition: 0.25s;
}
.header-notifications-content ul li:hover {
  background-color: rgba(var(--woo-primary-rgb), 0.05);
  background-color: rgba(var(--woo-body-color-rgb), 0.1);
}
.header-notifications-content ul li:hover .notification-icon {
  background-color: #eee;
}
.header-notifications-content ul li:last-child {
  border-bottom: none;
}
.header-notifications-content ul li a {
  color: var(--woo-body-color);
  position: relative;
  padding: 0.5rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-notifications-content p {
  margin: 0;
  padding: 0;
}
.header-notifications-content .notification-icon {
  flex: 1;
  font-size: 24px;
  height: 40px;
  width: 40px;
  max-width: 40px;
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 4px;
  line-height: 42px;
  text-align: center;
  color: #a0a0a0;
  transition: 0.25s;
  position: relative;
}
.header-notifications-content .notification-icon i {
  position: relative;
}
.header-notifications-content .notification-text {
  flex: 1;
  display: inline-block;
  line-height: 23px;
  padding-inline-start: 20px;
}
.header-notifications-content .notification-text strong {
  font-weight: 600;
}
.header-notifications-content .notification-text span.color {
  color: #8B0000;
  display: inline-block;
  font-size: 0.813rem;
}
.header-notifications-content .notification-msg-text {
  display: inline-block;
  line-height: 23px;
  margin: 4px 0;
}

ul.user-menu-small-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0.75rem 1.25rem;
}
ul.user-menu-small-nav li {
  margin: 5px 0;
  padding: 0;
}
ul.user-menu-small-nav li a {
  display: block;
  padding: 2px 0;
  color: var(--woo-body-color);
  transition: 0.3s;
}
ul.user-menu-small-nav li a i {
  background-color: rgba(139, 0, 0, 0.25);
  border-radius: 50%;
  padding: 6px;
  color: #fff;
  font-size: 1rem;
  position: relative;
  top: 1px;
  margin-inline-end: 2px;
  min-width: 1rem;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}
ul.user-menu-small-nav li a:hover {
  color: #8B0000;
}

.user-status {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--woo-border-color-translucent);
}

.user-details {
  display: flex;
  align-items: center;
}
.user-details .user-name {
  font-weight: 500;
  line-height: 20px;
  padding-inline-start: 1rem;
}
.user-details span {
  display: block;
  font-size: 14.7px;
  color: #adb5bd;
  font-weight: 500;
}

.header-notifications {
  height: 100%;
  display: inline-block;
  padding-inline-end: 15px;
  position: relative;
}
.header-notifications:last-child {
  padding-inline-end: 0;
}
.header-notifications .header-notifications-trigger span {
  position: absolute;
  display: inline-block;
  top: -10px;
  margin-inline-start: -12px;
  font-weight: 600;
  height: 18px;
  min-width: 20px;
  line-height: 18px;
  text-align: center;
  color: #000;
  font-size: 12px;
  background-color: #ffc107;
  border-radius: 2px;
}
.header-notifications .header-notifications-trigger .user-avatar img {
  height: 36px;
  width: 36px;
}
.header-notifications .header-notifications-dropdown {
  width: 360px;
  border-radius: 4px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
  background-color: var(--woo-body-bg);
  border: 1px solid var(--woo-border-color-translucent);
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
  transform: scale(0.95);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  pointer-events: none;
}
.header-notifications .header-notifications-dropdown:before {
  content: "";
  position: absolute;
  top: -6px;
  width: 0;
  height: 0;
  border-inline-start: 6px solid transparent;
  border-inline-end: 6px solid transparent;
  border-bottom: 6px solid var(--woo-body-bg);
}
.header-notifications.active .header-notifications-dropdown {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header-notifications-trigger, .header-notifications-trigger a, .header-widget .language {
  font-size: 1.125rem;
  color: var(--woo-body-color);
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.header-notifications-headline {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid var(--woo-border-color-translucent);
}
.header-notifications-headline h4 {
  display: inline-block;
  margin-bottom: 0;
}
.header-notifications-headline span {
  display: inline-block;
}

.header-notifications-scroll {
  display: block;
  overflow: hidden;
  height: auto;
}

.notification-icon {
  font-size: 24px;
  height: 40px;
  width: 40px;
  max-width: 40px;
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 4px;
  line-height: 42px;
  text-align: center;
  color: #a0a0a0;
  transition: 0.25s;
  position: relative;
}
.notification-icon .icon-material-outline-autorenew {
  font-size: 22px;
}
.notification-icon .icon-material-outline-gavel {
  font-size: 19px;
  top: -2px;
  left: 1px;
}

.notification-text {
  display: inline-block;
  line-height: 23px;
  padding-inline-start: 20px;
}
.notification-text strong {
  font-weight: 600;
}
.notification-text span.color {
  color: #8B0000;
  display: inline-block;
  display: block;
}

a.header-notifications-button {
  border-radius: 0 0 4px 4px;
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
  padding: 10px 16px;
  background-color: #8B0000;
  width: 100%;
  display: block;
  text-align: center;
  transition: 0.3s;
}
a.header-notifications-button i {
  font-size: 22px;
  line-height: 0;
  top: 4px;
  position: relative;
  max-width: 0;
  display: inline-block;
  margin-inline-start: 7px;
}

.user-menu {
  padding: 0;
}
.user-menu .header-notifications-trigger {
  top: 50%;
}
.user-menu .header-notifications-trigger a {
  top: 50%;
}
.user-menu .header-notifications-dropdown {
  top: calc(100% - 8px);
  width: 290px;
}
.user-menu .header-notifications-dropdown:before {
  right: 23px;
}

.notification-avatar {
  position: relative;
}
.notification-avatar:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #c0c0c0;
  bottom: 0;
  right: 0;
  display: block;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

@-webkit-keyframes pulse {
  100% {
    box-shadow: rgba(232, 76, 61, 0) 0px 0px 0px 12px;
  }
}
@keyframes pulse {
  100% {
    box-shadow: rgba(232, 76, 61, 0) 0px 0px 0px 12px;
  }
}
.message-avatar,
.user-avatar {
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
.message-avatar:after,
.user-avatar:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #c0c0c0;
  bottom: 2px;
  right: 0;
  display: block;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.message-avatar img,
.user-avatar img {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 12px;
  border-radius: 50%;
  image-rendering: -webkit-optimize-contrast;
  object-fit: cover;
}

.status-icon {
  position: absolute;
  height: 12px;
  width: 12px;
  bottom: 6px;
  right: 0;
  display: block;
  border: 2px solid rgba(var(--woo-white-rgb), 0.75);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.status-icon.online {
  background-color: #38b653;
  box-shadow: rgb(56, 182, 83) 0px 0px 0px 0px;
  animation: 1s cubic-bezier(0.4, 0, 0, 1) 0s infinite normal none running pulse;
}
.status-icon.offline {
  background-color: #6c757d;
}

.status-online:after {
  background-color: #38b653;
  box-shadow: rgb(56, 182, 83) 0px 0px 0px 0px;
  animation: 1s cubic-bezier(0.4, 0, 0, 1) 0s infinite normal none running pulse;
}

.status-offline:after {
  background-color: #c0c0c0;
}

.status-switch {
  background-color: #eee;
  width: 100%;
  display: block;
  border-radius: 4px;
  height: 36px;
  padding: 0;
  position: relative;
  zoom: 1;
  margin-top: 20px;
}
.status-switch:before {
  content: " ";
  display: table;
}
.status-switch:after {
  content: " ";
  display: table;
}
.status-switch label {
  float: left;
  width: 50%;
  position: relative;
  z-index: 2;
  line-height: 36px;
  cursor: pointer;
  color: #adb5bd;
  font-size: 14.7px;
  text-align: center;
  transition: 0.3s;
  margin: 0;
}
.status-switch span.status-indicator {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: block;
  border-radius: 4px 0 0 4px;
  background-color: #38b653;
  box-shadow: 0 0 5px 1px rgba(56, 182, 83, 0.3);
  transition: all 0.4s cubic-bezier(0.3, -0.41, 0.19, 1.3), background-color 0.2s linear;
}
.status-switch span.right {
  left: 50%;
  border-radius: 0 4px 4px 0;
  background-color: #333;
  box-shadow: none;
  color: var(--woo-body-color);
}
.status-switch label.current-status {
  color: var(--woo-body-color);
}

#navigation {
  position: relative;
  display: inline-block;
  margin-top: 15px;
}
#navigation ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
#navigation ul li {
  position: relative;
  margin: 0;
  padding: 0;
  transition: all 0.25s;
  border-radius: 4px;
}
#navigation ul li a {
  display: block;
  line-height: 1.25;
  padding: 10px 15px;
  text-decoration: none;
}
#navigation ul li a:only-child {
  padding: 10px 15px;
}
#navigation ul li a:only-child:after {
  content: "";
  display: none;
}
#navigation ul li a:after {
  font-family: "Line-Awesome";
  content: "\f110";
  opacity: 1;
  font-size: 16px;
  transition: 0.2s;
  opacity: 1;
  line-height: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  border-radius: 3px;
  margin-inline-start: 7px;
  text-indent: 0;
  top: 1px;
  position: relative;
}
#navigation ul li a i {
  font-size: 1.25rem;
  position: relative;
  top: 0;
  vertical-align: text-bottom;
}
#navigation ul li a.btn {
  padding: 0.375rem 1rem;
}
#navigation ul li:hover a {
  color: #8B0000;
}
#navigation ul li:hover a:after {
  color: #8B0000;
  opacity: 0.8;
}
#navigation ul li:hover > ul {
  display: block;
  visibility: visible;
  pointer-events: all;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
#navigation ul li:hover ul {
  z-index: 20;
}
#navigation ul li:hover ul a {
  padding: 5px 15px 5px 15px !important;
  padding-inline-end: 40px !important;
}
#navigation ul li:hover ul a:only-child {
  padding: 5px 15px 5px 15px !important;
}
#navigation ul li ul {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 100%;
  padding: 0;
  z-index: 99999;
  z-index: 10;
}
#navigation ul li a.current {
  color: #8B0000;
}
#navigation ul li a.current:after {
  color: #8B0000;
  background: rgba(102, 103, 107, 0.13);
  opacity: 0.8;
}
#navigation ul ul {
  margin: 0;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  visibility: hidden;
  transition: all 0.25s;
  transform: translate3d(0, 15px, 0);
}
#navigation ul ul li {
  float: none;
  border-radius: 4px;
  width: 208px;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
#navigation ul ul li:hover {
  border-radius: 0;
}
#navigation ul ul li:hover > ul {
  pointer-events: all;
}
#navigation ul ul li:hover a:after {
  opacity: 1;
  transform: translateX(0);
}
#navigation ul ul li a:after {
  font-family: "Line-Awesome";
  content: "\f110";
  opacity: 1;
  font-size: 16px;
  transition: 0.2s;
  opacity: 1;
  line-height: 17px;
  width: 17px;
  height: 17px;
  color: #a8a8a8;
  display: inline-block;
  border-radius: 3px;
  margin-inline-start: 7px;
  text-indent: 0;
  top: 1px;
  position: relative;
}
#navigation ul ul li a:only-child:after {
  content: "";
  display: none;
}
#navigation ul ul li:last-child {
  border-bottom: none;
  border-radius: 0 0 4px 4px;
}
#navigation ul ul li:first-child {
  border-radius: 4px 4px 0 0;
}
#navigation ul ul ul {
  top: 0;
  margin-inline-start: 1rem;
  pointer-events: none;
  transform: translate3d(15px, 0, 0);
}
#navigation ul ul ul:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  opacity: 0;
}
#navigation ul ul ul:before {
  width: calc(100% + 15px);
}
#navigation ul ul:before {
  content: "";
  position: absolute;
  top: -10px;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 10px;
  content: ".";
  position: absolute;
  width: 100%;
  height: 12px;
  top: -12px;
  opacity: 0;
}
#navigation ul ul a {
  padding: 5px 15px 5px 15px !important;
  padding-inline-end: 40px !important;
}
#navigation ul ul:after {
  content: "";
  position: absolute;
  top: -5px;
  width: 0;
  height: 0;
  border-inline-start: 5px solid transparent;
  border-inline-end: 5px solid transparent;
  border-bottom: 5px solid;
}
#navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a:after {
  color: #8B0000;
  opacity: 0.8;
  opacity: 1;
}
#navigation ul ul.dropdown-nav ul.dropdown-nav li a:after {
  background-color: #f0f0f0;
  color: #a8a8a8;
  opacity: 1;
  content: "\f112";
  position: absolute;
  top: 10px;
  color: #bbb;
  opacity: 1;
}
#navigation ul ul.dropdown-nav li:hover a:after {
  color: #8B0000;
  opacity: 0.8;
  opacity: 1;
}
#navigation ul ul.dropdown-nav li a:after {
  content: "\f112";
  position: absolute;
  top: 10px;
  color: #bbb;
  opacity: 1;
}

#responsive {
  align-items: center;
  display: flex;
}

body #navigation ul ul {
  padding: 10px 0;
  box-sizing: border-box;
  margin-top: 15px;
}
body #navigation ul ul ul {
  margin-top: -10px;
}
body .transparent-header #navigation > ul {
  /* li {
  	a {
  		color: var(--woo-body-color);
  	}
  } */
}
body .transparent-header #navigation > ul ul li a {
  color: #aaa;
}
body #backtotop a {
  color: #fff;
}
body .button i.icon-material-outline-arrow-right-alt {
  font-size: 22px;
  top: 4px;
}
body .notification strong {
  border: none;
}

#header-container {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#wrapper.wrapper-with-transparent-header {
  padding-top: 0 !important;
}
#wrapper.wrapper-with-transparent-header #header .end-side {
  background-color: transparent;
}

#header {
  transition: background 0.3s;
}

#wrapper {
  padding-top: 72px;
}

#header-container.transparent-header {
  position: absolute;
  width: 100%;
}

.transparent-header-spacer {
  height: 82px;
}

.transparent-header #header {
  box-shadow: none;
}
.transparent-header #header .end-side {
  background-color: transparent;
}
.transparent-header .header-notifications-trigger {
  color: var(--woo-body-color);
}
.transparent-header .header-notifications-trigger a {
  color: var(--woo-body-color);
}
.transparent-header .header-notifications-dropdown:before {
  border-bottom-color: #fff;
}
.transparent-header #navigation > ul li a:after {
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  transition: 0.3s;
}
.transparent-header #navigation > ul li:hover ul li:hover a:after {
  color: var(--woo-body-color);
  background: #66676b;
}
.transparent-header #navigation > ul li:hover ul a:after {
  background-color: rgba(255, 255, 255, 0.1);
  color: #bbb;
}
.transparent-header #navigation > ul li:hover a:after {
  color: var(--woo-body-color);
  background: #66676b;
}
.transparent-header #navigation > ul li a.current:after {
  color: var(--woo-body-color);
  background: #66676b;
}
.transparent-header #navigation > ul ul li a:after {
  background-color: rgba(255, 255, 255, 0.1);
  color: #bbb;
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--woo-body-color);
}
.mm-menu .mm-navbar a {
  color: var(--woo-body-color);
  font-weight: 600;
  font-size: 16px;
}
.mm-menu .mm-navbar > * {
  color: var(--woo-body-color);
  font-weight: 600;
  font-size: 16px;
}
.mm-menu .mm-btn:after {
  border-color: #fff;
}
.mm-menu .mm-btn:before {
  border-color: #fff;
}
.mm-menu .mm-listview {
  border-color: #2a2a2a;
}
.mm-menu .mm-listview > li {
  transition: 0.2s;
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li:hover {
  background: rgba(255, 255, 255, 0.03);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next) {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu em.mm-counter {
  background-color: rgba(0, 0, 0, 0.3);
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 50%;
  color: var(--woo-body-color);
  line-height: 21px;
  font-size: 10px;
  font-weight: 600;
  background-color: #8B0000;
}

.mm-panels {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panels > .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}
.mm-panels > .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child {
  margin-top: -10px;
}
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -10px;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panel {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panel.mm-noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}

.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical .mm-listview > li > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}
.mm-vertical li.mm-opened > .mm-panel {
  display: block;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 0.938rem;
  line-height: 20px;
}
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-listview > li.mm-vertical > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  border-color: inherit;
  border-bottom: 1px solid var(--woo-border-color-translucent);
}
.mm-listview > li:last-child {
  border-bottom: none;
}
.mm-listview > li .mm-next {
  border-color: inherit;
}
.mm-listview > li .mm-next:before {
  border-color: inherit;
}
.mm-listview > li:after {
  border-color: inherit;
}
.mm-listview > li > a {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  display: block;
  padding: 12px 18px;
  margin: 0;
}
.mm-listview > li > a i {
  font-size: 1.125rem;
  margin-inline-end: 6px;
}
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  display: block;
  padding: 14px 20px;
  margin: 0;
}
.mm-listview > li > a.btn {
  padding: 0.375rem 0.75rem;
}
.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  left: 20px;
}
.mm-listview a {
  text-decoration: none;
}
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: "";
  border-inline-start-width: 1px;
  border-inline-start-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-inline-start: none;
}
.mm-listview .mm-next.mm-fullsubopen + a {
  margin-inline-end: 0;
}
.mm-listview .mm-next.mm-fullsubopen + span {
  margin-inline-end: 0;
}

li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-clear:after {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-inline-start: none;
  border-top: none;
  right: 25px;
}
.mm-clear:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-inline-end: none;
  border-bottom: none;
  right: 18px;
}

.mm-close:after {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-inline-start: none;
  border-top: none;
  right: 25px;
}
.mm-close:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-inline-end: none;
  border-bottom: none;
  right: 18px;
}

.mm-next:after {
  content: "";
  border-top: 2px solid transparent;
  border-inline-start: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-prev:before {
  content: "";
  border-top: 2px solid transparent;
  border-inline-start: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 30px;
  height: 50px;
  padding: 0 20px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a {
  text-decoration: none;
}
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn:first-child {
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: end;
  right: 0;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking {
  overflow: hidden;
}
html.mm-blocking body {
  overflow: hidden;
}
html.mm-blocking #mm-blocker {
  display: block;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0.5);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 2;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-menu.mm-offcanvas.mm-opened {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: none;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-inline-start: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mmenu-trigger {
  height: 20px;
  width: 24px;
  display: none;
  position: relative;
  margin: 0;
  border-radius: 3px;
  cursor: pointer;
  margin-inline-start: 15px;
  top: calc(50% - 20px);
  transform: translateY(50%);
  display: none;
}

.hamburger {
  padding: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  height: 20px;
  width: 24px;
  bottom: 3px;
}

.hamburger-inner {
  display: block;
}
.hamburger-inner::before {
  content: "";
  display: block;
  top: -8px;
}
.hamburger-inner::after {
  content: "";
  display: block;
  bottom: -8px;
}

.hamburger--collapse .hamburger-inner {
  bottom: 2px;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer-social-links {
  list-style: none;
  margin: 0 -10px;
  margin-top: 3px;
  padding: 0;
}
.footer-social-links li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.footer-social-links li a {
  font-size: 20px;
  padding: 0 10px;
  color: var(--woo-body-color);
  display: inline-block;
  transition: 0.3s;
  opacity: 0.5;
  transform: translate3d(0, -0.5px, 0);
}
.footer-social-links li a:hover {
  opacity: 1;
}

.footer-links h3 {
  font-size: 18px;
  color: var(--woo-body-color);
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
}
.footer-links ul {
  list-style: none;
  text-align: start;
  margin: 0;
  padding: 0;
}
.footer-links ul li {
  margin-bottom: 0;
  display: block;
}
.footer-links ul li:first-child a {
  padding-top: 0;
}
.footer-links ul li:last-child a {
  padding-bottom: 0;
}
.footer-links ul li a {
  color: #c0c0c0;
  display: block;
  line-height: 25px;
  position: relative;
  z-index: 100;
  padding: 4px 0;
}
.footer-links ul li a span {
  display: inline-block;
  position: relative;
}
.footer-links ul li a span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #8B0000;
  height: 2px;
  display: block;
  transition: all 0.25s, opacity 0.2s;
  z-index: -1;
  border-radius: 3px;
  opacity: 0.5;
  width: 0;
}
.footer-links ul li a:hover {
  color: var(--woo-body-color);
}
.footer-links ul li a:hover span:before {
  width: 100%;
  opacity: 1;
}

#backtotop {
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 80px;
  margin: 0 25px 0 0;
  z-index: 999;
  transition: 0.35s;
  transform: translateY(10px);
}
#backtotop a {
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #8B0000;
  opacity: 1;
  transition: all 0.3s;
  border-radius: 4px;
  text-align: center;
  font-size: 26px;
}
#backtotop a:after {
  content: "\e931";
  font-family: "Feather-Icons";
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#backtotop.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sidebar-container {
  margin-bottom: 40px;
}

.sort-by {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.sort-by .bootstrap-select {
  position: relative;
  right: 0;
  top: 0;
}
.sort-by .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.sort-by .bootstrap-select .dropdown-menu {
  top: 40px;
  right: 0;
  left: auto;
  position: absolute;
  min-width: 160px !important;
  flex: 1;
}
.sort-by .dropdown-menu {
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.14);
}
.sort-by .bootstrap-select.btn-group button {
  flex: 1;
  position: relative;
  right: 0;
  top: 2px;
  margin-inline-start: 10px;
  width: auto;
  padding: 0;
  padding-inline-end: 12px;
  background-color: transparent;
  box-shadow: none;
  height: 20px;
}
.sort-by .bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 0;
}
.sort-by .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  max-width: 100%;
  float: left;
  line-height: 20px;
  height: auto;
}
.sort-by .bootstrap-select.open:before {
  display: none;
}

.blog-post {
  display: flex;
  background: rgba(var(--woo-body-bg-rgb), 0.5);
  border: 1px solid var(--woo-border-color-translucent);
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
  transition: 0.3s;
}
.blog-post:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.blog-post .blog-post-thumbnail {
  flex: 0 0 auto;
  max-width: none;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  width: 260px;
}
.blog-post .blog-post-thumbnail .blog-post-thumbnail-inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.blog-post .blog-post-thumbnail .blog-post-thumbnail-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-post .blog-post-thumbnail .blog-post-thumbnail-inner .blog-item-tag {
  bottom: 20px;
  left: 20px;
  top: auto;
  margin: 0;
}
.blog-post .blog-post-content {
  flex: 1;
  padding: 1.5rem;
}
.blog-post .blog-post-content h4 {
  margin-bottom: 1rem;
}
.blog-post .blog-post-content h4 a {
  display: block;
}
.blog-post .blog-post-content h4 a:hover {
  color: #8B0000;
}
.blog-post .blog-post-content p {
  color: #ced4da;
}
.blog-post .blog-post-content a.button i.icon-feather-arrow-right {
  font-size: 20px;
  top: 4px;
  left: -1px;
  position: relative;
  margin: 0 -5px;
}
.blog-post .blog-post-content .blog-post-date {
  font-size: 12px;
  color: #dee2e6;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #212529;
  border-radius: 3px;
  line-height: 20px;
  padding: 3px 10px;
  margin-inline-end: 3px;
  transition: 0.3s;
}
.blog-post .blog-post-content .blog-post-info-list {
  display: block;
}
.blog-post .blog-post-content .blog-post-info-list .blog-post-info {
  font-size: 12px;
  color: #dee2e6;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #212529;
  border-radius: 3px;
  line-height: 20px;
  padding: 4px 10px;
  margin-inline-end: 3px;
  transition: 0.3s;
}
.blog-post .blog-post-content .blog-post-info-list .blog-post-info:hover {
  color: var(--woo-body-color);
  background-color: #8B0000;
}

blockquote {
  padding: 10px 20px;
  margin: 0 20px;
  line-height: 30px;
  color: #ced4da;
  border-inline-start: 5px solid #ced4da;
}

.blog-post.single-post {
  flex-direction: column;
}
.blog-post.single-post:hover {
  transform: none;
}
.blog-post.single-post .blog-post-thumbnail {
  width: 100%;
  height: 380px;
}

#posts-nav {
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  margin: 0;
  display: inline-block;
  min-height: 100px;
}
#posts-nav li {
  position: absolute;
  font-weight: 500;
  width: 50%;
}
#posts-nav li span {
  display: inline-block;
  font-size: 14px;
  color: #dee2e6;
  margin-bottom: 10px;
  background-color: #212529;
  border-radius: 4px;
  line-height: 20px;
  padding: 4px 10px;
  margin-inline-end: 3px;
  transition: 0.3s;
}
#posts-nav li a {
  color: #dee2e6;
  transition: transform 0.3s, color 0.3s 0s;
  display: inline-block;
  line-height: 28px;
}
#posts-nav li a:hover {
  color: #8B0000;
}
#posts-nav li a:hover span {
  background-color: #8B0000;
  color: var(--woo-body-color);
}
#posts-nav li strong {
  display: block;
}
#posts-nav li.next-post {
  right: 0;
  text-align: end;
}
#posts-nav li.next-post a {
  padding-inline-start: 1rem;
  padding-inline-end: 50px;
}
#posts-nav li.next-post a:before {
  font-family: "Feather-Icons";
  font-size: 30px;
  position: absolute;
  color: inherit;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: transform 0.3s;
  right: 0;
  content: "\e930";
}
#posts-nav li.next-post a:hover:before {
  transform: translate3d(5px, -50%, 0);
}
#posts-nav li.prev-post {
  left: 0;
}
#posts-nav li.prev-post a {
  padding-inline-start: 50px;
  padding-inline-end: 1rem;
}
#posts-nav li.prev-post a:before {
  font-family: "Feather-Icons";
  font-size: 30px;
  position: absolute;
  color: inherit;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: transform 0.3s;
  left: 0;
  content: "\e92f";
}
#posts-nav li.prev-post a:hover:before {
  transform: translate3d(-5px, -50%, 0);
}

.comments {
  margin: -10px 0 0 0;
}
.comments h4 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}
.comments h4 span {
  display: inline-block;
  font-size: inherit;
}
.comments .button {
  margin: 0 0 10px 0;
  padding: 7px 15px;
}
.comments ul {
  padding-inline-start: 0;
}
.comments ul li {
  display: block;
  margin: 50px 0 0 0px;
  position: relative;
}
.comments ul li ul {
  margin: 0 0 0 100px;
  border-inline-start: 1px solid #e0e0e0;
  padding-inline-start: 35px;
}
.comments ul li ul li {
  margin: 50px 0 0 0px;
}
.comments ul li ul li ul li {
  margin: 50px 0 0 0px;
  margin: 50px 0 0 0px;
}
.comments ul li ul li:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #e0e0e0;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: -35px;
}

.comment {
  font-size: 20px;
}

.comments.reviews .button {
  margin: 0;
}

.comment-content {
  color: #666;
  padding: 0 0 0 100px;
}
.comment-content p {
  margin: 3px 0 0 0;
  line-height: 26px;
}
.comment-content strong {
  padding-inline-end: 5px;
  color: #666;
}
.comment-content span {
  color: #adb5bd;
}

.comments-amount {
  color: #adb5bd;
  font-weight: 500;
}

.comment-by {
  width: 100%;
  padding-bottom: 8px;
  padding-top: 5px;
  font-weight: 500;
}
.comment-by h5 {
  margin: 0 0 7px 0;
}
.comment-by a.reply {
  transition: all 0.3s;
  display: inline;
  background-color: #f0f0f0;
  padding: 5px 16px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 15px;
  border-radius: 4px;
}
.comment-by a.reply i {
  font-size: 12px;
  margin-inline-end: 1px;
}
.comment-by a.reply:hover {
  background-color: #8B0000;
  color: var(--woo-body-color);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
}
.comment-by span.date {
  color: #adb5bd;
  font-weight: 500;
  margin: 0px 0 0 0;
  float: none;
  display: block;
  text-align: start;
}

.widget-tabs {
  padding: 0;
  list-style: none;
  margin-top: 25px;
  display: block;
}
.widget-tabs .widget-content {
  display: table;
}
.widget-tabs .widget-content .widget-text {
  display: table-cell;
  vertical-align: middle;
}
.widget-tabs li {
  margin-top: 20px;
}

.widget-content {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.widget-content:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  opacity: 1;
  transition: 0.35s ease-in-out;
}
.widget-content img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 1;
  transition: 0.35s;
  border-radius: 5.5px;
}
.widget-content:hover:before {
  opacity: 0.6;
  background: #333;
}
.widget-content:hover img {
  opacity: 1;
}
.widget-content:hover h5 {
  color: var(--woo-body-color);
}
.widget-content:hover span {
  background: rgba(255, 255, 255, 0.25);
  color: var(--woo-body-color);
}

.widget-text {
  display: block;
  padding: 0;
  position: relative;
  z-index: 20;
  padding: 30px;
}
.widget-text h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 3px 0;
  transition: 0.35s;
}
.widget-text span {
  font-size: 14px;
  color: #adb5bd;
  display: inline-block;
  background-color: #f0f0f0;
  border-radius: 4px;
  line-height: 20px;
  padding: 4px 10px;
  margin-top: 3px;
  transition: 0.35s;
}

.widget-content.active:before {
  opacity: 0.6;
  background: #333;
}
.widget-content.active img {
  opacity: 1;
}
.widget-content.active h5 {
  color: var(--woo-body-color);
}
.widget-content.active span {
  background: rgba(255, 255, 255, 0.25);
  color: var(--woo-body-color);
}

.blog-compact-item-container {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  background: transparent;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s;
  margin-bottom: 30px;
}
.blog-compact-item-container:hover {
  transform: translateY(-10px);
}

.blog-compact-item {
  background: rgba(var(--woo-body-bg-rgb), 0.5);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  height: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 460px;
  z-index: 100;
  cursor: pointer;
  transition: 0.4s;
}
.blog-compact-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
}
.blog-compact-item:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  border-radius: 0.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.3) 100%);
  transition: 0.4s;
}

.blog-compact-item-content {
  position: absolute;
  bottom: 2rem;
  left: 0;
  padding: 0 2rem;
  width: 100%;
  z-index: 50;
  box-sizing: border-box;
}
.blog-compact-item-content h3 {
  color: var(--woo-body-color);
  font-size: 20px;
  padding: 5px 0;
  font-weight: 500;
  margin: 2px 0 0 0;
  line-height: 30px;
}
.blog-compact-item-content span {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
.blog-compact-item-content p {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  margin: 7px 0 0 0;
}

span.blog-item-tag {
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 4px;
  color: #212529;
  padding: 5px 12px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 9px;
  position: absolute;
  top: 30px;
  left: 32px;
  z-index: 110;
  transition: 0.4s;
}

.blog-post-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  color: var(--woo-body-color);
  font-size: 14px;
  font-weight: 400;
  opacity: 0.9;
}
.blog-post-tags li {
  display: inline-block;
  margin-inline-end: 5px;
}
.blog-post-tags li i {
  margin-inline-end: 3px;
  font-weight: normal;
  display: inline-block;
}

.contact-location-info {
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}
.contact-location-info .contact-address {
  flex: 1;
  border: 1px solid #e0e0e0;
  border-inline-end: 0;
  border-radius: 4px 0 0 4px;
  display: flex;
}
.contact-location-info .contact-address > ul {
  align-self: center;
  padding: 40px;
  margin: 0;
  list-style: none;
  font-size: 18px;
  color: #808080;
}
.contact-location-info .contact-address ul li {
  padding: 2px 0;
}

/*.small-footer {
	padding-top: 0px;
	width: calc(100% + 80px);
	left: -40px;
	position: relative;
	padding: 0.75rem 1.5rem;
	display: flex;
	align-items: center;
	.footer-social-links {
		transform: none;
		flex: 1;
		text-align: end;
		display: inline-block;
		margin: 0 -5px 0 0;
		position: relative;
		top: 2px;
		li {
			transform: none;
			float: none;
			margin: 0 -3px;
			a {
				transform: none;
			}
		}
	}
}*/
.small-footer-copyrights {
  flex: 2;
}
.small-footer-copyrights > p {
  margin: 0;
}

.button-sliding-icon {
  text-align: center;
}
.button-sliding-icon i {
  opacity: 0;
  max-width: 0;
  transition: 0.25s;
  display: inline-block;
  transform: translateX(-20px);
}
.button-sliding-icon:hover i {
  max-width: 20px;
  opacity: 1;
  transform: translateX(0);
}

.button.button-sliding-icon {
  padding-inline-start: 20px;
  padding-inline-end: 10px;
}
.button.button-sliding-icon:hover {
  padding-inline-end: 20px;
}
.button.button-sliding-icon:hover i {
  max-width: 20px;
  opacity: 1;
  transform: translateX(0);
}
.button.button-sliding-icon i {
  padding-inline-end: 5px;
}

.list-3 {
  padding: 3px 0 0 0;
}
.list-3 li {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 27px;
  margin-inline-start: 26px;
  position: relative;
}
.list-3 li:first-child {
  margin-top: 0;
}
.list-3 li:before {
  margin: 0;
  margin-inline-start: -26px;
  position: relative;
  color: #8B0000;
  display: block;
  font-family: "Material-Icons";
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -2px;
  content: "\e912";
  font-family: "Feather-Icons";
  font-weight: 500;
  font-size: 18px;
}

.list-2 {
  padding: 3px 0 0 0;
}
.list-2 li {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 27px;
  margin-inline-start: 26px;
  position: relative;
}
.list-2 li:first-child {
  margin-top: 0;
}
.list-2 li:before {
  margin: 0;
  margin-inline-start: -26px;
  position: relative;
  color: #8B0000;
  display: block;
  font-family: "Material-Icons";
  content: "\e928";
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -2px;
}

.list-1 {
  padding: 3px 0 0 0;
}
.list-1 li {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 27px;
  margin-inline-start: 26px;
  position: relative;
}
.list-1 li:first-child {
  margin-top: 0;
}
.list-1 li:before {
  margin: 0;
  margin-inline-start: -26px;
  position: relative;
  color: #8B0000;
  display: block;
  content: "";
  height: 6px;
  width: 6px;
  background-color: #8B0000;
  border-radius: 2px;
  position: relative;
  top: 9px;
}

.list-4 li:before {
  margin: 0;
  margin-inline-start: -26px;
  position: relative;
  color: #8B0000;
  display: block;
}

.list-1.gray li:before {
  color: #777;
}

.numbered ol {
  counter-reset: li;
  list-style: none;
  padding: 0;
  margin-inline-start: 18px;
  display: inline-block;
  font-size: 16px;
}
.numbered ol li {
  display: inline-block;
  padding: 6px 0;
  width: 100%;
}
.numbered ol > li::before {
  content: counter(li);
  counter-increment: li;
  font-size: 16px;
  line-height: 35px;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #8B0000;
  border-radius: 50%;
  color: #8B0000;
  text-align: center;
  margin: 0;
  margin-inline-start: 0;
  font-weight: 500;
  position: relative;
  left: -18px;
  font-size: 15px;
  transform: translateY(-10%);
}

.numbered.color ol > li::before {
  border: 1px solid #8B0000;
  color: #8B0000;
}

.numbered.color.filled ol > li::before {
  border: 1px solid #66676b;
  color: var(--woo-body-color);
  background-color: #8B0000;
}

.tabs {
  z-index: 15px;
  position: relative;
  background: #FFFFFF;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}
.tabs ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.tabs-content {
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
}
.tabs-content .tab {
  padding: 25px;
  display: none;
}
.tabs-content .tab p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tabs-content:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 20px 10px #FFFFFF;
}
.tabs-content .tab.active {
  display: block;
}

.copy-url {
  display: flex;
}
.copy-url input {
  border-radius: 4px 0 0 4px;
  border-inline-end: 0;
}
.copy-url .copy-url-button {
  min-width: 48px;
  background-color: #8B0000;
  color: var(--woo-body-color);
  border-radius: 0 4px 4px 0;
}

.share-buttons {
  display: block;
}
.share-buttons:hover .share-buttons-content span {
  opacity: 0;
  transition: 0.2s;
}
.share-buttons:hover .share-buttons-icons {
  opacity: 1;
  transform: translate(0);
}

.share-buttons-trigger {
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  color: #a0a0a0;
  font-size: 18px;
  background-color: #f0f0f0;
  border-radius: 4px;
  transition: 0.4s;
  cursor: default;
}
.share-buttons-trigger i {
  position: relative;
  top: 1px;
}

.share-buttons-content {
  display: inline-block;
  position: relative;
  width: calc(100% - 60px);
}
.share-buttons-content span {
  margin-inline-start: 10px;
  color: #adb5bd;
  cursor: default;
  padding: 10px 0;
  display: inline-block;
  transition: 0.4s;
}
.share-buttons-content span strong {
  color: #8B0000;
  font-weight: 600;
}

.share-buttons-icons {
  position: absolute;
  left: 5px;
  top: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.4s cubic-bezier(0.5, -0.41, 0.19, 2);
}
.share-buttons-icons li {
  display: inline-block;
}
.share-buttons-icons li:first-child a {
  border-radius: 4px 0 0 4px;
}
.share-buttons-icons li:last-child a {
  border-radius: 0 4px 4px 0;
}
.share-buttons-icons li a {
  height: 44px;
  width: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  background-color: #333;
  color: var(--woo-body-color);
  font-size: 14px;
}
.share-buttons-icons li a i {
  position: relative;
  top: 1px;
}

.verified-badge {
  position: relative;
  height: 25px;
  width: 25px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  z-index: 10;
  font-weight: 500;
  background-color: #38b653;
}
.verified-badge:before {
  content: "\e92b";
  font-family: "Feather-Icons";
  font-size: 16px;
  color: var(--woo-body-color);
  position: relative;
  top: 0px;
  line-height: 27px;
}

.online-badge {
  background-color: #38b653;
}

.star-rating {
  display: inline-block;
}
.star-rating .star {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-inline-end: 0;
  position: relative;
}
.star-rating .star:before {
  font-family: "Material-Icons";
  content: "\e988";
  display: block;
  color: #febe42;
  font-size: 22px;
}
.star-rating .star.half:after {
  font-family: "Material-Icons";
  content: "\e988";
  display: block;
  color: #febe42;
  font-size: 22px;
  position: absolute;
  top: 0;
  width: 50%;
  display: block;
  height: 100%;
  overflow: hidden;
}
.star-rating .star.half:before {
  color: #ddd;
}
.star-rating .star.empty:before {
  color: #ddd;
}
.star-rating:before {
  content: attr(data-rating);
  float: left;
  border-radius: 4px;
  background-color: #febe42;
  color: var(--woo-body-color);
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  padding: 5px 7px;
  position: relative;
  top: 1px;
  margin-inline-end: 10px;
}

.rating:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.star-rating.no-stars .star {
  display: none;
}
.star-rating.no-stars:before {
  margin-inline-end: 0;
}

.input-with-icon {
  display: block;
  position: relative;
}
.input-with-icon input {
  padding-inline-end: 45px;
}
.input-with-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 20px;
  color: #a0a0a0;
  font-style: normal;
  cursor: normal;
  pointer-events: none;
}
.input-with-icon i.currency {
  font-size: 14px;
}

.input-with-icon-start {
  position: relative;
}
.input-with-icon-start input {
  padding-inline-start: 65px;
}
.input-with-icon-start i {
  position: absolute;
  top: 0;
  color: #a0a0a0;
  text-align: center;
  line-height: 48px;
  width: 48px;
  height: 48px;
  font-size: 19px;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  display: block;
  border-radius: 4px 0 0 4px;
}

.keywords-container {
  margin-bottom: -15px;
}

.keywords-list {
  display: block;
  float: left;
  height: 0;
}

.keyword {
  background-color: rgba(102, 103, 107, 0.07);
  color: #8B0000;
  display: inline-block;
  padding: 0;
  border-radius: 4px;
  cursor: default;
  margin: 0 7px 7px 0;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  animation: KeywordIn 0.3s ease-in-out;
  animation-fill-mode: both;
  transition: 0.4s;
  overflow: hidden;
  max-width: 100%;
  font-size: 14.7px;
}
.keyword .keyword-remove:before {
  display: inline-block;
  cursor: pointer;
  font-family: "Feather-Icons";
  content: "\ea02";
  line-height: 20px;
  position: relative;
  top: 2px;
  margin-inline-end: 4px;
  margin-inline-start: 10px;
  font-size: 15px;
}

.keyword.keyword-removed {
  max-width: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  animation: KeywordOut 0.4s ease-in-out;
  animation-fill-mode: both;
  pointer-events: none;
}

.keyword-text {
  padding-inline-end: 12px;
}

.keyword-input-container {
  position: relative;
}
.keyword-input-container .keyword-input-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  padding: 0;
  color: var(--woo-body-color);
  background-color: #8B0000;
  border-radius: 4px;
  margin: 6px;
  font-size: 19px;
  text-align: center;
  line-height: 36px;
}
.keyword-input-container .keyword-input-button i {
  color: var(--woo-body-color);
  position: relative;
  top: 2px;
}

input.keyword-input {
  margin: 0 0 15px 0;
}

.uploadButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  width: 100%;
  font-style: normal;
}
.uploadButton .uploadButton-input {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.uploadButton .uploadButton-button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.375rem 1rem;
  cursor: pointer;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #8B0000;
  border: 1px solid #8B0000;
  flex-direction: row;
  transition: 0.3s;
  margin: 0;
  outline: none;
  opacity: 0.9;
}
.uploadButton .uploadButton-button:hover {
  background-color: #760000;
  color: #fff;
  opacity: 1;
}
.uploadButton .uploadButton-file-name {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex: 1;
  box-sizing: border-box;
  padding: 0 10px;
  padding-inline-start: 18px;
  min-height: 42px;
  top: 1px;
  position: relative;
  color: var(--woo-body-color);
  background-color: transparent;
  overflow: hidden;
  line-height: 22px;
}

.banner-headline {
  display: block;
  max-width: 55%;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
}
.video-container video {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  background-size: cover;
  transition: 1s opacity;
  position: absolute;
  z-index: 9;
}

.intro-stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.intro-stats li {
  flex: auto;
  flex-grow: 0;
  margin-inline-end: 35px;
  padding-inline-end: 35px;
  border-inline-end: 1px solid #e0e0e0;
}
.intro-stats li:last-child {
  margin-inline-end: 0;
  padding-inline-end: 0;
  border-inline-end: none;
}
.intro-stats li span {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #adb5bd;
  font-size: 18px;
}
.intro-stats li strong {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 2px;
}

.intro-banner.dark-overlay:before {
  background: #333;
  opacity: 0.75;
}
.intro-banner.dark-overlay .background-image-container {
  left: 0;
  width: 100%;
  background-position: 100%;
}
.intro-banner.dark-overlay .intro-stats li {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.25);
}
.intro-banner.dark-overlay .intro-stats li span {
  color: rgba(255, 255, 255, 0.7);
}
.intro-banner.dark-overlay .intro-stats li strong {
  color: var(--woo-body-color);
}
.intro-banner.dark-overlay .intro-stats li:last-child {
  border-inline-end: none;
}
.intro-banner.dark-overlay .banner-headline strong {
  color: rgba(255, 255, 255, 0.7);
  color: var(--woo-body-color);
}
.intro-banner.dark-overlay .intro-banner-search-form {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.categories-container {
  display: flex;
  flex-wrap: wrap;
}

.billing-cycle-radios {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.billing-cycle-radios .radio {
  margin-inline-end: 20px;
}
.billing-cycle-radios .radio:last-child {
  margin-inline-end: 0;
}

.billing-cycle-radios.text-align-start {
  text-align: start;
}

.pricing-plans-container {
  border-radius: 4px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  display: flex;
}

.pricing-plan {
  flex: 1;
  padding: 35px 17px;
  position: relative;
}
.pricing-plan:first-of-type {
  padding-inline-start: 35px;
}
.pricing-plan:last-of-type {
  padding-inline-end: 35px;
}
.pricing-plan h3 {
  font-size: 20px;
  font-weight: 600;
}
.pricing-plan p {
  margin: 0;
}
.pricing-plan .button {
  color: #8B0000;
  background-color: #fff;
  border: 1px solid #66676b;
  box-shadow: 0 4px 12px rgba(102, 103, 107, 0.1);
}
.pricing-plan .button:hover {
  color: var(--woo-body-color);
  background-color: #8B0000;
  box-shadow: 0 4px 12px rgba(102, 103, 107, 0.15);
  box-shadow: 0 4px 12px rgba(102, 103, 107, 0.15);
}
.pricing-plan .recommended-badge {
  background-color: #8B0000;
  color: var(--woo-body-color);
  position: absolute;
  width: 100%;
  height: 45px;
  top: -45px;
  left: 0;
  text-align: center;
  border-radius: 4px 4px 0 0;
  font-weight: 600;
  line-height: 45px;
}

.billed-yearly-label {
  display: none;
}

.billed-yearly .billed-yearly-label {
  display: block;
}
.billed-yearly .billed-monthly-label {
  display: none;
}

.pricing-plan-label {
  background: #f6f6f6;
  border-radius: 4px;
  font-size: 18px;
  color: #adb5bd;
  text-align: center;
  line-height: 24px;
  padding: 15px;
  margin: 22px 0;
}
.pricing-plan-label strong {
  font-size: 32px;
  font-weight: 700;
  margin-inline-end: 5px;
  line-height: 30px;
}

.recommended .pricing-plan-label {
  background-color: rgba(102, 103, 107, 0.06);
  color: #8B0000;
}
.recommended .pricing-plan-label strong {
  color: #8B0000;
}

.pricing-plan-features strong {
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 24px;
  display: inline-block;
}
.pricing-plan-features ul {
  padding: 0;
  margin: 0;
}
.pricing-plan-features ul li {
  display: block;
  margin: 0;
  padding: 3px 0;
  line-height: 24px;
}

.pricing-plan.recommended {
  box-shadow: 0 0px 45px rgba(0, 0, 0, 0.09);
  padding: 35px;
  margin: 0 15px;
}
.pricing-plan.recommended .button {
  color: var(--woo-body-color);
  background-color: #8B0000;
  box-shadow: 0 4px 12px rgba(102, 103, 107, 0.15);
}

.headline-border-top {
  border-top: 1px solid #e0e0e0;
}

.billing-cycle {
  display: flex;
}
.billing-cycle .radio {
  flex: 1;
  margin: 5px 20px 5px 0;
}
.billing-cycle .radio label {
  border-radius: 4px;
  border: 2px solid #eee;
  padding: 25px;
  height: 100%;
  align-self: center;
}
.billing-cycle .radio:last-of-type {
  margin-inline-end: 0;
}
.billing-cycle .radio input[type=radio] + label .radio-label {
  position: relative;
  top: 2px;
  margin-inline-end: 7px;
}

.billing-cycle-details {
  display: block;
  padding-inline-start: 30px;
}

.testimonial-box {
  background: transparent;
  border-radius: 6px;
  padding: 45px;
  padding-top: 35px;
  color: #adb5bd;
  position: relative;
  margin: 70px 0 0;
  box-shadow: none;
  transition: 0.4s;
  cursor: grab;
  text-align: center;
  transform: scale(0.8);
}
.testimonial-box:before {
  content: "\e948";
  font-family: "Material-Icons";
  position: absolute;
  top: -35px;
  left: 0;
  font-size: 80px;
  transform: translateY(-100%);
  color: #8B0000;
  opacity: 0;
  transition: 0.3s;
}
.testimonial-box .star-rating {
  height: 30px;
  display: inline-block;
  margin-bottom: -10px;
  margin-top: 15px;
}

.testimonial-carousel {
  display: none;
}
.testimonial-carousel .slick-slide {
  margin: 0 20px 30px 20px;
  opacity: 0;
  transition: 0.4s;
  pointer-events: all;
}
.testimonial-carousel .slick-slide.slick-active {
  opacity: 1;
  filter: none;
  pointer-events: all;
}
.testimonial-carousel .slick-slide.slick-active .testimonial-box {
  transform: scale(1);
  background: #fff;
  color: #666;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.testimonial-carousel .slick-slide.slick-active .testimonial-box:before {
  opacity: 1;
}
.testimonial-carousel .slick-next {
  right: 25%;
  margin-top: 35px;
}
.testimonial-carousel .slick-prev {
  left: 25%;
  margin-top: 35px;
}

.testimonial {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #808080;
  line-height: 32px;
}
.testimonial p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #808080;
  line-height: 32px;
}

.testimonial-author {
  display: block;
  width: 100%;
  padding: 20px 0 15px 0;
  text-align: center;
  margin: 0 auto;
}
.testimonial-author h4 {
  display: block;
  width: 100%;
  font-size: 18px;
  padding-top: 0;
  font-weight: 600;
}
.testimonial-author span {
  display: block;
  padding-top: 0;
  display: inline-block;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  padding: 3px 12px;
  margin: 5px 0 10px 0;
  background-color: #8B0000;
  color: var(--woo-body-color);
  box-shadow: 0 2px 10px rgba(102, 103, 107, 0.25);
}

.testimonial-avatar {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.testimonial-avatar img {
  width: 70px;
  display: inline-block;
  text-align: center;
  height: auto;
  border-radius: 50%;
  margin: 0 auto;
}

.logo-carousel {
  display: none;
}
.logo-carousel .carousel-item {
  display: inline-block;
  height: 120px;
  text-align: center;
  position: relative;
}
.logo-carousel .carousel-item a {
  display: inline-block;
}
.logo-carousel .carousel-item img {
  max-height: 60%;
  max-width: 60%;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.logo-carousel .slick-prev {
  top: 50%;
}
.logo-carousel .slick-next {
  top: 50%;
}

.blog-carousel {
  width: calc(100% + 30px);
  left: -15px;
  display: none;
}
.blog-carousel .blog-compact-item-container {
  margin: 15px;
  display: inline-block;
  width: 30%;
}

.blog-carousel.slick-initialized {
  display: block;
}
.blog-carousel.slick-initialized .blog-compact-item-container {
  width: auto;
}

.full-width-carousel-fix {
  overflow: hidden;
}
.full-width-carousel-fix .default-slick-carousel.slick-initialized .freelancer {
  margin: 15px;
  transform: scale(0.85);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.full-width-carousel-fix .default-slick-carousel.slick-initialized .slick-slide.slick-active.freelancer {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
.full-width-carousel-fix .blog-carousel.slick-initialized .blog-compact-item-container {
  margin: 15px;
  transform: scale(0.85);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.full-width-carousel-fix .blog-carousel.slick-initialized .slick-slide.slick-active.blog-compact-item-container {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
.full-width-carousel-fix .blog-carousel.slick-initialized .slick-slide.slick-active.blog-compact-item-container:hover {
  transform: scale(1) translateY(-10px);
}
.full-width-carousel-fix .slick-list {
  overflow: visible;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  outline: none;
}
.slick-slide img {
  display: block;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #333;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  display: block;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  transition: 0.3s;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  z-index: 10;
  left: -85px;
}
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: #66676b;
}
.slick-prev:hover:before {
  opacity: 1;
}
.slick-prev:before {
  font-family: "Feather-Icons";
  font-size: 26px;
  line-height: 1;
  opacity: 1;
  transition: 0.3s;
  position: relative;
  color: var(--woo-body-color);
  content: "\e92f";
  left: -1px;
}

.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #333;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  display: block;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  transition: 0.3s;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  z-index: 10;
  right: -85px;
}
.slick-next:hover {
  color: transparent;
  outline: none;
  background: #66676b;
}
.slick-next:hover:before {
  opacity: 1;
}
.slick-next:before {
  font-family: "Feather-Icons";
  font-size: 26px;
  line-height: 1;
  opacity: 1;
  transition: 0.3s;
  position: relative;
  color: var(--woo-body-color);
  content: "\e930";
  right: -1px;
}

.slick-prev.slick-disabled {
  pointer-events: none;
  cursor: default;
  background-color: #e8e8e8;
  box-shadow: none;
}
.slick-prev.slick-disabled:before {
  color: #808080;
}

.slick-next.slick-disabled {
  pointer-events: none;
  cursor: default;
  background-color: #e8e8e8;
  box-shadow: none;
}
.slick-next.slick-disabled:before {
  color: #808080;
}

.slick-dots {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 3px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  position: relative;
  outline: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  opacity: 1;
  border-radius: 50%;
  line-height: 0;
  box-shadow: inset 0 0 0 2px #c0c0c0;
  transition: all 0.3s;
}
.slick-dots li:after {
  display: block;
  height: 13px;
  width: 13px;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
  background-color: #c0c0c0;
}
.slick-dots li.slick-active {
  box-shadow: inset 0 0 0 6px #c0c0c0;
  transition: all 0.3s;
}
.slick-dots li.slick-active:after {
  opacity: 1;
}

.default-slick-carousel {
  height: auto;
  width: calc(100% + 30px);
  left: -15px;
  display: none;
}
.default-slick-carousel .slick-carousel-item {
  margin: 15px;
}
.default-slick-carousel .freelancer {
  margin: 15px;
  width: 30%;
}
.default-slick-carousel .freelancer:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(0px);
}
.default-slick-carousel .freelancer-details-list ul li {
  margin-inline-end: 22px;
}
.default-slick-carousel .freelancer-details-list ul li:last-child {
  margin-inline-end: 0px;
}

.default-slick-carousel.slick-initialized {
  display: block;
}
.default-slick-carousel.slick-initialized .freelancer {
  width: auto;
}

.testimonial-carousel.slick-initialized {
  display: block;
}

.logo-carousel.slick-initialized {
  display: block;
}

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
}

[data-simplebar=init] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  margin-bottom: 0 !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: auto;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-height: 100% !important;
  padding-bottom: 0 !important;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
  height: calc(100% - 6px);
  margin-top: 6px;
}
.simplebar-track:hover .simplebar-scrollbar:before {
  opacity: 1;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}
.simplebar-track .simplebar-scrollbar.visible:before {
  opacity: 1;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.simplebar-scrollbar {
  position: absolute;
  right: 6px;
  width: 5px;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s, background-color 0.3s;
  background-color: #d8d8d8;
}
.simplebar-scrollbar:hover:before {
  background-color: #c8c8c8;
}

.simplebar-track.vertical {
  top: 0;
}
.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
  display: none;
}
.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

.social-login-separator {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 38px 0 15px 0;
  height: 1px;
}
.social-login-separator:before {
  width: 100%;
  content: "";
  height: 1px;
  display: block;
  background-color: #e0e0e0;
  position: absolute;
  top: 0;
}
.social-login-separator span {
  background-color: #fff;
  top: 0;
  position: absolute;
  line-height: 10px;
  top: -5px;
  margin-inline-start: -15px;
  padding: 0px 10px;
  color: #808080;
}

.social-login-buttons {
  display: flex;
  width: calc(100% + 20px);
}
.social-login-buttons button {
  flex: 1;
  text-align: center;
  border: 1px solid #333;
  color: #333;
  border-radius: 4px;
  margin-top: 10px;
  margin-inline-end: 20px;
  font-size: 14px;
  padding: 9px 5px;
  max-width: 50%;
  transition: 0.3s;
}
.social-login-buttons button:hover {
  background-color: #333;
  color: var(--woo-body-color);
}
.social-login-buttons button i {
  position: relative;
  top: 1px;
  margin-inline-end: 7px;
  font-size: 15px;
}
.social-login-buttons .facebook-login {
  border-color: #3b5998;
  color: #3b5998;
}
.social-login-buttons .facebook-login:hover {
  background-color: #3b5998;
  color: var(--woo-body-color);
}
.social-login-buttons .google-login {
  border-color: #dd4b39;
  color: #dd4b39;
}
.social-login-buttons .google-login:hover {
  background-color: #dd4b39;
  color: var(--woo-body-color);
}

input.range-slider {
  display: none;
}

input.default-slider {
  display: none;
}

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -40px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
  background-color: #333;
  padding: 4px 12px;
  line-height: 21px;
  color: var(--woo-body-color);
  font-size: 14px;
  border-radius: 4px;
}
.slider .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-inline-start: 6px solid transparent;
  border-inline-end: 6px solid transparent;
  border-top: 6px solid #333;
}
.slider .hide {
  display: none;
}

.slider.slider-horizontal {
  width: calc(100% - 20px);
  margin-inline-start: 11px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 3px;
  width: calc(100% + 18px);
  margin-top: -2px;
  top: 50%;
  left: -9px;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-track-low {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-inline-start: -11px;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.slider.slider-horizontal .slider-handle.custom {
  margin-inline-start: -20px;
}

.tooltip.tooltip-min {
  display: none;
}

.tooltip.tooltip-max {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  border-radius: 4px;
  background-color: #e0e0e0;
}

.slider-selection {
  position: absolute;
  background-color: #8B0000;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-track-low {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #8B0000;
  cursor: pointer;
  z-index: 20;
  border-radius: 50%;
}
.slider-handle:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  z-index: 30;
  display: block;
  box-shadow: 0 0 0px 6px rgba(102, 103, 107, 0.12);
  transition: 0.2s;
}
.slider-handle:hover:after {
  box-shadow: 0 0 0px 8px rgba(102, 103, 107, 0.12);
}

.slider-handle.custom {
  position: absolute;
  top: -5px;
  width: 40px;
  height: 29px;
  border: none;
  cursor: pointer;
  z-index: 20;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.slider-handle.custom:after {
  display: none;
}
.slider-handle.custom:before {
  content: "\e958\e959";
  font-family: "Material-Icons";
  letter-spacing: -10px;
  font-size: 21px;
  color: #a0a0a0;
  margin-inline-start: -10px;
  transition: 0.3s;
}
.slider-handle.custom:hover:before {
  color: #333;
}

select.bs-select-hidden {
  display: none !important;
}

select.selectpicker {
  display: none !important;
}

.bootstrap-select .btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select > .dropdown-toggle {
  z-index: 1;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  opacity: 0;
  transition: 0.4s;
  display: block;
  pointer-events: none;
  visibility: hidden;
  cursor: default;
}
.bootstrap-select .dropdown-menu li.selected a span.check-mark:before {
  color: #8B0000;
}
.bootstrap-select .dropdown-menu li.selected:hover a span.check-mark:before {
  color: #8B0000;
}
.bootstrap-select .glyphicon:not(.check-mark) {
  font-size: 17px;
  line-height: 0;
  position: relative;
  top: 0;
  margin-inline-end: 3px;
}
.bootstrap-select .filter-option .glyphicon {
  position: relative;
  top: 0;
}

.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group {
  position: relative;
}
.bootstrap-select.btn-group:not(.input-group-btn) {
  float: none;
  display: flex;
  margin-inline-start: 0;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-align: start;
  display: block;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -2px;
  vertical-align: middle;
  transition: 0.35s;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu li.hidden {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  margin-bottom: 1px;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
  font-size: 0.875rem;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  text-align: center;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-inline-start: 7px;
  opacity: 0.8;
}
.bootstrap-select.btn-group .dropdown-menu li span.check-mark:before {
  font-family: "Feather-Icons";
  content: "\e92b";
  font-size: 18px;
  transition: all 0.3s;
  display: inline-block;
  top: 50%;
  right: 0;
  position: absolute;
  margin: 0;
  opacity: 0;
  transform: scale(0.5);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled {
  opacity: 0.75;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: var(--woo-body-color);
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: calc(100% - 20px);
  margin: 0;
  min-height: 26px;
  padding: 3px 5px;
  pointer-events: none;
  padding: 5px 10px;
  background: #333;
  color: var(--woo-body-color);
  margin: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
  border: none;
}
.bootstrap-select.btn-group .dropdown-menu li.selected span.check-mark:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .no-results {
  padding: 5px 10px;
  background: #f6f6f6;
  margin: 5px 0;
  margin-bottom: 0;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
}
.bootstrap-select.btn-group .bs-actionsbox div button {
  flex: 1;
  background: #f6f6f6;
  box-shadow: none;
  padding: 5px;
  height: 36px;
  font-size: 0.813rem;
  color: #777;
  transition: 0.3s;
}
.bootstrap-select.btn-group .bs-actionsbox div button:first-child {
  border-radius: 4px 0 0 4px;
  background-color: #f0f0f0;
}
.bootstrap-select.btn-group .bs-actionsbox div button:last-child {
  border-radius: 0 4px 4px 0;
}
.bootstrap-select.btn-group .bs-actionsbox div button:hover {
  background: #66676b;
  color: var(--woo-body-color);
}
.bootstrap-select.btn-group button {
  background-color: var(--woo-body-bg);
  color: var(--woo-body-color);
  font-size: 0.875rem;
}
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: flex;
  margin-inline-start: 0;
}
.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group.dropdown-menu-end {
  float: right;
}

.bootstrap-select.btn-group[class*=col-].dropdown-menu-end {
  float: right;
}

.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-end {
  float: right;
}

.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.bootstrap-select.btn-group.disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.open .dropdown-toggle .caret {
  transform: rotate(180deg);
}
.bootstrap-select.open .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  white-space: normal;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-inline-start: 7px solid transparent;
  border-inline-end: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-inline-start: 6px solid transparent;
  border-inline-end: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bs-searchbox {
  padding: 0 5px;
  position: relative;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  box-shadow: none;
  background: #f4f4f4;
  margin: -5px 0 10px 0;
  height: 38px;
  line-height: 38px;
  padding: 10px;
}
.bs-searchbox .form-control:focus {
  margin-bottom: 0;
  width: 100%;
  float: none;
  box-shadow: none;
  background: #f4f4f4;
  margin: -5px 0 10px 0;
  height: 38px;
  line-height: 38px;
  padding: 10px;
}
.bs-searchbox:after {
  font-family: "Material-Icons";
  content: "\e982";
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 0;
  display: inline-block;
  position: absolute;
  margin: 0;
  color: #a0a0a0;
  right: 15px;
  top: 18px;
}

.bs-actionsbox {
  padding: 0 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 10px;
  margin-top: -5px;
}
.bs-actionsbox div {
  display: flex;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  padding: 0 5px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-inline-start: 2px;
  vertical-align: middle;
  border-top: 0.3em dashed;
  border-top: 0.3em solid;
  border-inline-end: 0.3em solid transparent;
  border-inline-start: 0.3em solid transparent;
}

.dropup {
  position: relative;
}
.dropup .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 40px;
  margin-bottom: 2px;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}
.dropdown-menu .divider {
  display: none;
}
.dropdown-menu > li > a {
  display: block;
  padding: 7px 10px;
  /* padding-inline-end: 35px; */
  clear: both;
  font-weight: normal;
  line-height: 21px;
  border-radius: 4px;
}
.dropdown-menu > li > a:hover {
  color: #8B0000;
  text-decoration: none;
  background-color: rgba(102, 103, 107, 0.07);
}
.dropdown-menu > .active > a {
  color: #8B0000;
  text-decoration: none;
  background-color: rgba(102, 103, 107, 0.07);
}
.dropdown-menu > .active > a:hover {
  color: #8B0000;
  text-decoration: none;
  background-color: rgba(102, 103, 107, 0.07);
}
.dropdown-menu > .disabled > a {
  color: #777;
}
.dropdown-menu > .disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu.inner::-webkit-scrollbar {
  width: 5px;
}
.dropdown-menu.inner::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
}
.dropdown-menu.inner::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #d8d8d8;
}
.dropdown-menu.inner::-webkit-scrollbar-thumb:hover {
  border-radius: 12px;
  background-color: #c8c8c8;
}

.bootstrap-select.show .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.open > a {
  outline: 0;
}

.hide-tick .check-mark {
  display: none !important;
}

.dashboard-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  height: calc(100vh - 72px);
}

.dashboard-sidebar {
  flex: 0 0 250px;
  position: relative;
  z-index: 100;
  /* .dashboard-sidebar-inner {
  	height: 100%;
  } */
}

.dashboard-content-container {
  flex: 1;
  padding: 0;
  position: relative;
  z-index: 99;
}

.dashboard-content-inner {
  height: 100%;
  padding: 1.5rem;
  position: relative;
  /* .small-footer {
  	width: 100%;
  	left: 0px;
  	position: absolute;
  	bottom: 0;
  } */
}

.dashboard-nav {
  display: block;
  z-index: 11;
  padding-bottom: 30px;
}
.dashboard-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dashboard-nav ul:first-child {
  margin: 0;
}
.dashboard-nav ul:before {
  content: attr(data-submenu-title);
  padding: 0 20px;
  margin-bottom: 1rem;
  display: block;
  color: #8B0000;
  font-weight: 600;
  font-size: 14px;
}
.dashboard-nav ul > li {
  display: block;
  transition: 0.3s;
  line-height: 25px;
}
.dashboard-nav ul > li ul {
  padding: 0;
  margin: 0;
  visibility: hidden;
  max-height: 0;
  display: none;
  line-height: 0;
  transition: 0.3s;
  pointer-events: none;
}
.dashboard-nav ul > li ul:before {
  content: "";
  display: none;
}
.dashboard-nav ul > li:hover > a i {
  background-color: #fff;
  color: #8B0000;
}
.dashboard-nav ul > li:hover > a:after {
  color: #8B0000;
  opacity: 0.8;
}
.dashboard-nav ul > li span.nav-tag {
  display: inline-block;
  font-weight: 700;
  height: 19px;
  width: 19px;
  line-height: 19px;
  text-align: center;
  color: var(--woo-body-color);
  font-size: 11px;
  background-color: #8B0000;
  border-radius: 50%;
  position: relative;
  margin: 0 0 0 4px;
  top: -2px;
}
.dashboard-nav ul > li > a {
  display: block;
  font-weight: 500;
  padding: 7px 20px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.dashboard-nav ul > li > a:after {
  font-family: "Line-Awesome";
  content: "\f110";
  opacity: 1;
  font-size: 16px;
  transition: 0.3s;
  opacity: 1;
  line-height: 17px;
  width: 17px;
  height: 17px;
  color: #a8a8a8;
  display: inline-block;
  border-radius: 3px;
  margin-inline-start: 7px;
  text-indent: 0;
  top: 1px;
  position: absolute;
  right: 1rem;
  top: 15px;
}
.dashboard-nav ul > li > a:only-child:after {
  content: "";
  display: none;
}
.dashboard-nav ul > li > a i {
  display: inline-block;
  font-size: 1.25rem;
  margin-inline-end: 10px;
  transition: 0.3s;
  position: relative;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.625;
  background-color: rgba(139, 0, 0, 0.25);
  vertical-align: middle;
}
.dashboard-nav ul > li:hover {
  background-color: rgba(139, 0, 0, 0.25);
}
.dashboard-nav ul li.active {
  background-color: #dee2e6;
}
.dashboard-nav ul li.active a {
  color: #8B0000;
}
.dashboard-nav ul li.active a i {
  background-color: #8B0000;
  color: #fff;
}
.dashboard-nav ul li.active a:after {
  color: #8B0000;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}

.trueties .dashboard-nav ul > li ul li {
  background-color: transparent;
  border: none;
  padding-inline-start: 40px;
  position: relative;
  margin: 0;
}
.trueties .dashboard-nav ul > li ul li:hover {
  border: none;
  background-color: transparent;
}
.trueties .dashboard-nav ul > li ul li:hover a {
  padding-inline-start: 4px;
}
.trueties .dashboard-nav ul > li ul li a {
  padding: 5px 0;
}
.trueties .dashboard-nav ul > li ul li a i {
  font-size: 1rem;
  margin-inline-end: 5px;
  height: 24px;
  width: 24px;
}
.trueties .dashboard-nav ul li.active-submenu {
  border-color: #8B0000;
  background-color: rgba(139, 0, 0, 0.05);
}
.trueties .dashboard-nav ul li.active-submenu > a {
  color: #8B0000;
}
.trueties .dashboard-nav ul li.active-submenu > a i {
  color: #8B0000;
}
.trueties .dashboard-nav ul li.active-submenu > a:after {
  color: #8B0000;
  opacity: 0.8;
}
.trueties .dashboard-nav ul li.active-submenu ul {
  visibility: visible;
  padding: 0 0 18px 0;
  line-height: 24px;
  display: block;
  max-height: 200px;
  pointer-events: all;
}

.fun-facts-container {
  display: flex;
  flex-wrap: wrap;
}
.fun-facts-container .fun-fact {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 100%;
  height: auto;
  cursor: default;
  transition: 0.3s;
}
.fun-facts-container .fun-fact span {
  font-size: 16px;
  color: #adb5bd;
  line-height: 22px;
}
.fun-facts-container .fun-fact h4 {
  font-size: 32px;
  color: #333;
  line-height: 32px;
  margin-top: 5px;
}
.fun-facts-container .fun-fact-icon {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.04);
  flex: 0 0 100px;
  height: 100px;
  display: flex;
  text-align: center;
}
.fun-facts-container .fun-fact-icon i {
  font-size: 48px;
  align-self: center;
  margin: 0 auto;
  color: #666;
}
.fun-facts-container .fun-fact-icon i.icon-material-outline-gavel {
  transform: scale(0.91);
}
.fun-facts-container .fun-fact-text {
  flex: 1;
  margin-inline-end: 20px;
}

.buttons-to-end {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s;
  box-shadow: 0px 0px 10px 15px #fff;
  background-color: #fff;
}

.button-info {
  background: rgba(255, 255, 255, 0.25);
  color: var(--woo-body-color);
  width: 19px;
  height: 19px;
  display: inline-block;
  text-align: center;
  line-height: 19px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  margin-inline-start: 3px;
  margin-inline-end: -2px;
}

.help-icon {
  color: #8B0000;
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  line-height: 18px;
  height: 16px;
  position: relative;
  top: 3px;
  margin: 0 3px;
  font-style: normal;
  cursor: help;
}
.help-icon:before {
  content: "\e97c";
  font-family: "Feather-Icons";
}

.dashboard-footer-spacer {
  padding-top: 50px;
}

.messages-container {
  margin: 0;
  border-radius: 0.25rem;
}

.messages-inbox {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
.messages-inbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.messages-inbox ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #8B0000;
  display: block;
  content: "";
  opacity: 0;
  transition: 0.3s;
}
.messages-inbox ul li:hover:before {
  opacity: 1;
}
.messages-inbox ul li.active-message:before {
  opacity: 1;
}
.messages-inbox .message-avatar {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.messages-inbox .message-by {
  margin-inline-start: 85px;
  font-size: 15px;
}
.messages-inbox .message-by p {
  margin: 0;
  padding: 0;
  line-height: 25px;
  font-size: 15px;
}

.message-content-inner {
  height: 420px;
  overflow-y: scroll;
  width: calc(100% + 18px);
}
.message-content-inner::-webkit-scrollbar {
  width: 17px;
}

.modal .message-content.addcredit .message-content-inner {
  height: 300px;
}

.message-content {
  overflow: hidden;
}

.messages-container-inner {
  display: flex;
  gap: 1rem;
}
.messages-container-inner .messages-inbox {
  background-color: var(--woo-body-bg);
  max-width: 300px;
  overflow: hidden;
  flex: 1;
}
.messages-container-inner .messages-inbox ul {
  overflow-y: scroll;
  height: calc(100vh - 170px);
  width: calc(100% + 18px);
}
.messages-container-inner .messages-inbox ul::-webkit-scrollbar {
  width: 17px;
}
.messages-container-inner .messages-inbox .message-by {
  margin-inline-start: 55px;
}
.messages-container-inner .messages-inbox .message-by p {
  height: 26px;
  max-width: 230px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
.messages-container-inner .messages-inbox .message-avatar {
  left: 20px;
}
.messages-container-inner .message-content {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--woo-body-bg);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.messages-container-inner .message-content-inner {
  padding: 20px;
  padding-bottom: 0;
  flex-grow: 1;
}
.messages-container-inner .message-avatar img {
  width: 40px;
  height: 40px;
}
.messages-container-inner .message-by-headline h5 {
  font-size: 14px;
  margin-bottom: 0;
  max-width: 160px;
  line-height: 23px;
}
.messages-container-inner .message-by-headline span {
  font-size: 13px;
  position: absolute;
  top: 25px;
  right: 25px;
}

.messages-headline {
  margin: 0;
  padding: 1rem;
  display: block;
  border-bottom: 1px solid;
  border-radius: 4px 4px 0 0;
  position: relative;
  min-height: 75px;
}
.messages-headline input {
  box-shadow: none;
  height: 40px;
  padding: 14px;
  font-size: 14px;
  margin: 0;
}
.messages-headline input:focus {
  box-shadow: none;
}
.messages-headline .input-with-icon i {
  font-size: 18px;
  right: 14px;
}
.messages-headline h4 {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.message-avatar img {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.message-by-headline h5 {
  display: inline-block;
  font-weight: 600;
  margin: 0 0 7px 0;
  padding: 0;
}
.message-by-headline span {
  display: inline-block;
  font-size: 14px;
}
.message-by-headline:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.message-by h5 i {
  background-color: #8B0000;
  border-radius: 4px;
  line-height: 20px;
  font-size: 12px;
  color: var(--woo-body-color);
  font-style: normal;
  padding: 3px 8px;
  margin-inline-start: 3px;
}

.section-headline {
  display: block;
  position: relative;
}
.section-headline span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-top: 0;
  display: block;
}
.section-headline h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.section-headline.centered {
  text-align: center;
  padding: 0;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

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

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ms-10 {
  margin-inline-start: 10px !important;
}

.ms-15 {
  margin-inline-start: 15px !important;
}

.ms-20 {
  margin-inline-start: 20px !important;
}

.ms-25 {
  margin-inline-start: 25px !important;
}

.ms-30 {
  margin-inline-start: 30px !important;
}

.ms-35 {
  margin-inline-start: 35px !important;
}

.ms-40 {
  margin-inline-start: 40px !important;
}

.ms-45 {
  margin-inline-start: 45px !important;
}

.ms-50 {
  margin-inline-start: 50px !important;
}

.me-10 {
  margin-inline-end: 10px !important;
}

.me-15 {
  margin-inline-end: 15px !important;
}

.me-20 {
  margin-inline-end: 20px !important;
}

.me-25 {
  margin-inline-end: 25px !important;
}

.me-30 {
  margin-inline-end: 30px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pe-10 {
  padding-inline-end: 10px !important;
}

.pe-15 {
  padding-inline-end: 15px !important;
}

.pe-20 {
  padding-inline-end: 20px !important;
}

.pe-25 {
  padding-inline-end: 25px !important;
}

.pe-30 {
  padding-inline-end: 30px !important;
}

.pe-35 {
  padding-inline-end: 35px !important;
}

.pe-40 {
  padding-inline-end: 40px !important;
}

.pe-45 {
  padding-inline-end: 45px !important;
}

.pe-50 {
  padding-inline-end: 50px !important;
}

.ps-10 {
  padding-inline-start: 10px !important;
}

.ps-15 {
  padding-inline-start: 15px !important;
}

.ps-20 {
  padding-inline-start: 20px !important;
}

.ps-25 {
  padding-inline-start: 25px !important;
}

.ps-30 {
  padding-inline-start: 30px !important;
}

.ps-35 {
  padding-inline-start: 35px !important;
}

.ps-40 {
  padding-inline-start: 40px !important;
}

.ps-45 {
  padding-inline-start: 45px !important;
}

.ps-50 {
  padding-inline-start: 50px !important;
}

@media (max-width: 991.98px) {
  .fullwidth .header-widget:last-of-type {
    padding-inline-end: 15px;
    float: left;
  }
  .header-widget:last-of-type {
    padding-inline-end: 15px;
    float: left;
  }
}
/*@media (max-width: 767.98px) {
	.header-widget {
		.log-in-button {
			span {
				display: none;
			}
		}
	}
}*/
@media screen and (-ms-high-contrast: active) {
  .header-notifications-trigger {
    height: 40px;
  }
  .header-notifications-trigger a {
    height: 40px;
  }
  .header-notifications.user-menu {
    top: -8px;
  }
  .fun-fact {
    flex: 1;
  }
}
@media screen and (-ms-high-contrast: none) {
  .header-notifications-trigger {
    height: 40px;
  }
  .header-notifications-trigger a {
    height: 40px;
  }
  .header-notifications.user-menu {
    top: -8px;
  }
  .fun-fact {
    flex: 1;
  }
}
@media (max-width: 991.98px) {
  #wrapper {
    padding-top: 0 !important;
    padding-bottom: 56px;
  }
  #header-container {
    position: relative;
  }
  #header-container.transparent-header {
    position: absolute;
  }
  .dashboard-container {
    height: calc(100vh - 76px);
  }
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (max-width: 992px) {
  #responsive {
    display: none;
  }
  .mmenu-trigger {
    display: inline-block !important;
  }
  #header {
    height: 76px;
  }
  #header .end-side {
    position: absolute;
    width: auto;
  }
  header.fullwidth .container {
    padding: 0 1rem;
  }
  .header-widget {
    padding: 0 15px;
  }
  #header-container.cloned {
    display: none;
  }
  #footer h3 {
    margin-top: 45px;
  }
  .footer-middle-section {
    padding-top: 0;
    padding-bottom: 45px;
  }
  .banner-headline {
    max-width: 100%;
  }
  .intro-stats {
    flex-direction: column;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
  }
  .intro-stats li {
    display: flex;
    flex-direction: column;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border: none;
    border-bottom: 1px solid #eee;
    width: 100%;
    align-self: center;
    text-align: center;
  }
  .intro-stats li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .pricing-plans-container {
    box-shadow: none;
    display: block;
    margin-top: -40px;
  }
  .pricing-plan {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    flex: auto;
    width: 100%;
    border-radius: 4px;
    padding: 35px;
  }
  .pricing-plan.recommended {
    padding: 35px;
    margin: 0 0 40px 0;
  }
  .recommended.pricing-plan {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    margin-top: 80px;
  }
  .icon-box.with-line:before {
    display: none;
  }
  .testimonial-carousel .slick-next {
    right: 8%;
  }
  .testimonial-carousel .slick-prev {
    left: 8%;
  }
  .testimonial-box {
    padding: 35px;
  }
  .testimonial {
    font-size: 16px;
    line-height: 28px;
  }
  .testimonial p {
    font-size: 16px;
    line-height: 28px;
  }
  .dashboard-content-inner {
    min-height: auto !important;
  }
  .dashboard-sidebar {
    border-radius: 0.25rem;
    margin: 1rem;
    margin-bottom: 0;
    flex: 1;
    width: calc(100% - 2rem);
    background-color: transparent;
    box-shadow: none;
    height: auto !important;
  }
  .dashboard-sidebar .simplebar-content {
    overflow-x: hidden;
  }
  .dashboard-sidebar .simplebar-track {
    display: none;
  }
  .dashboard-nav-inner {
    margin-bottom: 0;
  }
  .dashboard-sidebar-inner {
    height: auto !important;
  }
  .dashboard-container {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    height: auto !important;
  }
  .dashboard-content-container {
    height: auto !important;
  }
  .dashboard-content-container .simplebar-scrollbar {
    display: none;
  }
  .dashboard-nav {
    width: 100%;
    margin: 0;
    border-radius: 0 0 4px 4px;
    position: relative;
    min-height: auto;
    opacity: 1;
    visibility: hidden;
    max-height: 0;
    padding: 0;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .dashboard-nav ul {
    margin-top: 15px;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s;
  }
  .dashboard-nav ul:first-child {
    margin: 0;
  }
  .dashboard-nav ul:before {
    padding: 0 29px;
  }
  .dashboard-nav ul li ul {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s;
  }
  .dashboard-nav.active {
    opacity: 1;
    visibility: visible;
    max-height: 900px;
  }
  .dashboard-nav.active ul {
    opacity: 1;
    visibility: visible;
    max-height: 900px;
  }
  .dashboard-nav.active ul li ul {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s;
  }
  .dashboard-nav.active ul li.active-submenu ul {
    visibility: visible;
    opacity: 1;
    max-height: 300px;
  }
  .buttons-to-end:not(.single-end-button) {
    opacity: 1;
  }
  .fun-facts-container {
    width: calc(100% + 15px);
    margin-bottom: -15px;
  }
  .fun-facts-container .fun-fact {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin: 0 15px 15px 0;
  }
  .messages-container-inner .messages-inbox {
    max-width: 300px;
  }
  .hide-under-992px {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .header-notifications {
    position: initial;
  }
  .header-notifications-dropdown {
    width: calc(100vw - 45px);
    top: calc(100% + 15px);
  }
  .header-notifications-dropdown:before {
    display: none;
  }
  .user-menu .header-notifications-dropdown {
    width: calc(100vw - 45px);
    top: calc(100% + 15px);
  }
  .footer-rows-container {
    height: auto;
    padding: 20px 0 40px 0;
  }
  .footer-rows-container .footer-rows-start {
    display: block;
  }
  .footer-rows-container .footer-rows-end {
    display: block;
  }
  .footer-rows-start {
    float: none;
    height: auto;
  }
  .footer-rows-end {
    float: none;
    height: auto;
  }
  .footer-row-inner.footer-logo {
    top: 0;
    position: relative;
    height: 46px;
  }
  .footer-row-inner.footer-logo img {
    top: 0;
  }
  .footer-row-inner {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  #footer .footer-row {
    padding: 0;
    float: none;
    padding: 20px 0 0 0;
    display: block;
    width: 100%;
    border: none;
  }
  #backtotop {
    display: none;
  }
  .comments ul li ul {
    margin: 0;
  }
  .avatar {
    top: 3px;
  }
  .avatar img {
    max-width: 50px;
    border-radius: 50%;
    top: 5px;
  }
  .comment-content {
    color: #666;
    padding: 0 0 0 70px;
  }
  .comment-by a.reply {
    position: relative;
    margin: 10px 0 0 0;
    top: 0;
    display: inline-block;
  }
  .blog-post {
    flex-direction: column;
  }
  .blog-post-thumbnail {
    width: 100%;
    height: 220px;
  }
  #posts-nav li {
    position: relative;
    width: 100%;
  }
  #posts-nav li a {
    padding: 0 !important;
  }
  #posts-nav li a::before {
    display: none;
  }
  #posts-nav li.next-post {
    text-align: start;
    margin-bottom: 30px;
  }
  .small-footer {
    display: block;
    text-align: center;
  }
  .small-footer p:last-child {
    margin-bottom: 1rem;
  }
  .small-footer .footer-social-links {
    float: none;
    left: -10px;
    margin-top: 10px;
  }
  .billing-cycle {
    display: flex;
    flex-direction: column;
  }
  .billing-cycle .radio {
    margin-inline-end: 0;
  }
  .testimonial-carousel .slick-next {
    right: 20px;
    transform: scale(0.8) translateY(-50%);
  }
  .testimonial-carousel .slick-prev {
    left: 20px;
    transform: scale(0.8) translateY(-50%);
  }
  .social-login-separator {
    margin-bottom: 25px;
  }
  .social-login-buttons {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  .social-login-buttons a {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  .dashboard-sidebar .dashboard-nav-container {
    padding: 1rem;
  }
  .dashboard-content-inner {
    padding: 1rem;
  }
  .fun-fact {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .buttons-to-end:not(.single-end-button) {
    position: relative;
    transform: none;
    top: 0;
    margin: 10px 0 0 0;
    opacity: 1;
    right: auto;
    display: inline-block;
    box-shadow: none;
    width: 100%;
  }
  .messages-container-inner {
    display: block;
  }
  .messages-container-inner .messages-inbox {
    max-width: 100%;
    border-bottom: 1px solid #e4e4e4;
    border-inline-end: none;
  }
  .messages-container-inner .message-by-headline span {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    float: none;
    padding: 0;
    margin: -4px 0 0 0;
  }
  .messages-inbox ul {
    max-height: calc(100vh - 230px);
  }
  .messages-headline {
    max-height: 120px;
  }
  .hide-under-768px {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .hide-on-mobile {
    display: none;
  }
  .social-login-buttons {
    flex-direction: column;
  }
  .social-login-buttons button {
    max-width: 100%;
    width: 100%;
    flex: auto;
  }
  .uploadButton {
    flex-direction: column;
  }
  .uploadButton .uploadButton-file-name {
    padding: 0;
    margin: 15px 0 0 0;
  }
  .hide-under-480px {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .banner-headline {
    max-width: 65%;
  }
  .testimonial-carousel .slick-next {
    right: 13%;
  }
  .testimonial-carousel .slick-prev {
    left: 13%;
  }
}
@media (max-width: 1600px) {
  .testimonial-carousel .slick-next {
    right: 15%;
  }
  .testimonial-carousel .slick-prev {
    left: 15%;
  }
}
@media (max-width: 1365px) {
  .fun-fact {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .slick-prev {
    left: -65px;
  }
  .slick-next {
    right: -65px;
  }
}
@media (max-width: 1290px) {
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
}
@media (max-width: 1090px) {
  .slick-prev {
    left: 40px;
  }
  .slick-next {
    right: 40px;
  }
}
/* END CSS *//*# sourceMappingURL=themestyle.css.map */