/*------------------------------------------------------------------
[Table of contents]
1. base
2. elements
3. form
4. layout
5. menu
6. pages 
7. post
8. effect 
9. utilities
10. widgets layout
11. widgets 
12. responsive
-------------------------------------------------------------------*/
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
 *   Blocks Layout Selectors
 */
:root {
  --theme-box-shadow: 0 2px 6px 0 rgba(72, 95, 119, 0.1);
  --theme-hover-box-shadow: 0 10px 25px 0 rgba(72, 95, 119, 0.1);
}

/********* LAYOUT **************/
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
@keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* 1. base */
body {
  overflow-x: hidden;
  font-size: var(--hadiman-main-font-size);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.wp-block-image,
.wp-block-gallery {
  margin-bottom: 28px;
}

figcaption {
  margin-top: 15px;
}

.btn {
  white-space: nowrap;
}

.vertical-align-top {
  vertical-align: top;
}

.vertical-align-baseline {
  vertical-align: baseline;
}

.vertical-align-text-top {
  vertical-align: text-top;
}

input {
  text-align: left;
}

button, .btn,
a {
  outline: none !important;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

i {
  display: inline-block;
  line-height: 1;
}

.badge {
  border-radius: 0px;
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 500;
}

.bg-success {
  background: #F1FAFF !important;
  color: #00A3FF !important;
}

.bg-pending {
  background: #FFF4DE !important;
  color: #FFA800 !important;
}

.bg-cancelled {
  background: #FFF5F8 !important;
  color: #F1416C !important;
}

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

.clearfix::after {
  display: table;
}

.mfp-container {
  overflow-x: hidden;
}

fieldset {
  clear: both;
  overflow: hidden;
}

textarea {
  resize: none;
}

.bs-tooltip-top {
  margin-bottom: 8px !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  filter: alpha(opacity=100);
  color: #616265;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  filter: alpha(opacity=100);
  color: #616265;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  filter: alpha(opacity=100);
  color: #616265;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  filter: alpha(opacity=100);
  color: #616265;
}

ol ol, ol ul,
ul ol,
ul ul {
  padding-left: 20px;
}

.post-password-form input {
  height: 43px;
  padding: 5px 10px;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #E4E4E4;
}

.post-password-form input:focus {
  border-color: var(--hadiman-link-color);
}

.post-password-form input[type="submit"] {
  background: var(--hadiman-theme-color);
  color: #fff;
  border: 0;
  padding: 5px 25px;
}

.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
  color: #fff;
  background: var(--hadiman-theme-hover-color);
}

a:focus, .btn:focus {
  outline: none !important;
}

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

.media-body {
  width: 10000px;
}

.pswp__item {
  cursor: move;
}

.no-border {
  border: none !important;
}

.no-border:before {
  display: none !important;
}

.wpb_widgetised_column {
  margin: 0;
}

.topmenu-menu-line {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topmenu-menu-line li {
  display: inline-block;
  vertical-align: middle;
}

.topmenu-menu-line li .space {
  margin: 0 3px;
}

.top-menu-mobile .title {
  font-size: 20px;
  padding: 0 15px;
  margin: 0 0 15px;
}

.top-menu-mobile .navbar-nav > li > a {
  padding: 2px 15px;
}

.box-account .nav-tabs {
  border: 0;
  margin: 0 0 20px;
  flex-wrap: nowrap;
  gap: 20px;
}

.box-account .nav-tabs > li {
  width: 100%;
}

.box-account .nav-tabs > li > a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 600;
  font-size: 1rem;
  display: inline-block;
  width: 100%;
  padding: 10px 25px;
  background: #F5F7F9;
  border: 0;
  border-radius: 0px;
  color: var(--hadiman-link-color);
  text-align: center;
}

.box-account .nav-tabs > li > a.active {
  background: var(--hadiman-theme-color);
  color: #fff;
}

.action .caret {
  width: 8px;
  height: 8px;
  position: relative;
}

.action[aria-expanded="true"] b {
  border: none;
}

.action[aria-expanded="true"] b:before {
  font-family: FontAwesome;
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

ins {
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.audio-responsive iframe {
  width: 100%;
  height: 126px;
}

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

ul.list-square > li {
  line-height: 35px;
  font-size: 14px;
  margin: 0;
}

ul.list-square > li.active > a, ul.list-square > li:hover > a {
  color: var(--hadiman-theme-color);
}

ul.list-square > li.active > a:before, ul.list-square > li:hover > a:before {
  background: var(--hadiman-theme-color);
}

ul.list-square > li > a {
  display: block;
  padding-left: 20px;
  position: relative;
}

ul.list-square > li > a:before {
  content: '';
  background: var(--hadiman-link-color);
  width: 8px;
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bread-title {
  font-size: 22px;
}

@media (min-width: 768px) {
  .bread-title {
    font-size: 40px;
  }
}

@media (min-width: 1201px) {
  .bread-title {
    font-size: 56px;
  }
}

.breadcrumb > a + li:before,
.breadcrumb > li + a:before,
.breadcrumb > li + li:before {
  display: inline-block;
  content: "\e13a";
  font-family: "Phosphor";
  color: #616265;
  margin: 0 8px;
}

.apus-breadscrumb {
  font-size: 0.875rem;
  background-color: transparent;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .apus-breadscrumb {
    margin-bottom: 40px;
  }
}

.apus-breadscrumb .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}

.apus-breadscrumb .active {
  color: #616265;
}

.apus-breadscrumb a {
  color: var(--hadiman-text-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-breadscrumb a:hover, .apus-breadscrumb a:focus {
  color: var(--hadiman-theme-color);
}

.apus-breadscrumb .wrapper-breads {
  padding: 20px 0;
}

.apus-breadscrumb .bread-title {
  text-transform: capitalize;
  font-size: 1.125rem;
  margin: 10px 0 0;
}

@media (min-width: 1200px) {
  .apus-breadscrumb .bread-title {
    font-size: 1.875rem;
  }
}

.apus-breadscrumb.has_bg {
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .apus-breadscrumb.has_bg {
    margin-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  .apus-breadscrumb.has_bg {
    margin-bottom: 60px;
  }
}

@media (min-width: 1367px) {
  .apus-breadscrumb.has_bg {
    margin-bottom: 80px;
  }
}

.apus-breadscrumb.has_bg .wrapper-breads {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .apus-breadscrumb.has_bg .wrapper-breads {
    padding: 50px 0;
  }
}

@media (min-width: 1025px) {
  .apus-breadscrumb.has_bg .wrapper-breads {
    padding: 70px 0;
  }
}

@media (min-width: 1367px) {
  .apus-breadscrumb.has_bg .wrapper-breads {
    padding: 100px 0;
  }
}

.apus-breadscrumb.has_bg .bread-title {
  color: #fff;
  font-size: 22px;
}

@media (min-width: 768px) {
  .apus-breadscrumb.has_bg .bread-title {
    font-size: 40px;
  }
}

@media (min-width: 1201px) {
  .apus-breadscrumb.has_bg .bread-title {
    font-size: 56px;
  }
}

.apus-breadscrumb.has_bg a {
  color: #fff;
}

.apus-breadscrumb.has_bg a:hover, .apus-breadscrumb.has_bg a:focus {
  color: var(--hadiman-theme-color);
}

.apus-breadscrumb.has_bg .active {
  color: #FFFFFF73;
}

.search-form input,
.search-form .btn {
  background: #ebedee;
  border-color: #ebedee;
  color: var(--hadiman-link-color);
}

.search-form .btn {
  padding: 2rem 15px;
}

.ui-autocomplete.ui-widget-content {
  padding: 15px;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 300px !important;
  border: 1px solid #E4E4E4;
  border-radius: 0px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(13, 38, 59, 0.05);
  box-shadow: 0 10px 30px 0 rgba(13, 38, 59, 0.05);
}

.ui-autocomplete.ui-widget-content li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E4E4E4;
  cursor: pointer;
}

.ui-autocomplete.ui-widget-content li:hover .team-agent-list-label, .ui-autocomplete.ui-widget-content li:focus .team-agent-list-label {
  color: var(--hadiman-theme-color);
}

.ui-autocomplete.ui-widget-content li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.add-fix-top {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  z-index: 4;
  bottom: 8px;
  right: 8px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  display: inline-block;
  border-radius: 0px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: var(--hadiman-theme-color);
  color: #fff !important;
}

@media (min-width: 1200px) {
  .add-fix-top {
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
}

.add-fix-top.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media (min-width: 1200px) {
  .add-fix-top.active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.add-fix-top.active:focus, .add-fix-top.active:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: var(--hadiman-theme-hover-color);
}

.menu {
  padding: 0;
  margin: 0;
}

.menu li {
  list-style: none;
  margin-bottom: 8px;
}

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

.menu ul {
  padding-left: 20px;
  margin: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes -webkit-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.apus-page-loading {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.apus-loader-inner {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}

.apus-loader-inner > div {
  width: 8px;
  height: 100%;
  display: inline-block;
  float: left;
  margin-left: 2px;
  -webkit-animation: delay 0.8s infinite ease-in-out;
  animation: delay 0.8s infinite ease-in-out;
}

.apus-loader-inner .loader1 {
  background-color: #e39505;
}

.apus-loader-inner .loader2 {
  background-color: #ff5395;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.apus-loader-inner .loader3 {
  background-color: #84b813;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.apus-loader-inner .loader4 {
  background-color: #f38ca3;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.apus-loader-inner .loader5 {
  background-color: #da5800;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

@-webkit-keyframes delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.page-links {
  overflow: hidden;
  margin: 0 0 30px;
}

.page-links .page-links-title {
  font-weight: normal;
  color: var(--hadiman-link-color);
}

.page-links > span:not(.page-links-title),
.page-links > a {
  display: inline-block;
  line-height: 1;
  margin: 0 3px;
  padding: 10px 13px;
  border-radius: 2px;
  border: 1px solid #E4E4E4;
  color: var(--hadiman-link-color);
}

.page-links > span:not(.page-links-title):hover, .page-links > span:not(.page-links-title):active,
.page-links > a:hover,
.page-links > a:active {
  color: #fff;
  background: var(--hadiman-theme-color);
  border-color: var(--hadiman-theme-color);
}

.page-links > span:not(.page-links-title) {
  color: #fff;
  background: var(--hadiman-theme-color);
  border-color: var(--hadiman-theme-color);
}

option {
  padding: 5px;
}

.woocommerce-MyAccount-navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 35px;
}

.image-lazy-loading .image-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  max-height: 100%;
}

.image-lazy-loading .image-wrapper img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.image-lazy-loading .image-wrapper.image-loaded {
  background: none;
}

.image-lazy-loading .image-wrapper.image-loaded img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  border: none !important;
  padding: 4px 25px 6px 0;
  background: transparent !important;
  color: #707070 !important;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #fff;
  border: none;
  border: 1px solid #E4E4E4;
  min-width: 114px;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
  border-bottom: 1px solid #E4E4E4;
  padding: 9px 10px;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
  border: none !important;
  background: transparent !important;
  padding: 0;
  color: var(--hadiman-link-color);
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover, .apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:focus {
  color: var(--hadiman-link_hover_color);
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child {
  border: none;
}

.apus-header .wpml-ls-legacy-dropdown {
  width: auto;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency,
.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  padding: 0;
  border: none;
  background: transparent;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  padding: 5px 10px;
  border-bottom: 1px solid #E4E4E4;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency:last-child {
  border: none;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
  font-weight: 400;
  color: #707070;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover, .apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency.active a {
  font-weight: 400;
  color: var(--hadiman-theme-color);
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
  min-width: 80px;
  text-align: inherit;
  z-index: 99;
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency::after {
  font-size: 11px;
}

.apus-header .apus-topbar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  min-width: 155px;
}

.apus_socials {
  list-style: none;
  padding: 0;
}

.apus_socials li {
  display: inline-block;
  margin-right: 10px;
}

.apus_socials li:last-child {
  margin: 0;
}

.apus_socials a {
  border: 1px solid #dce1e6;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  text-indent: 2px;
}

.apus_socials a:hover, .apus_socials a:focus {
  color: #fff !important;
  background: var(--hadiman-theme-color);
  border-color: var(--hadiman-theme-color);
}

.apus_socials a.facebook {
  color: #3c66c4;
}

.apus_socials a.twitter {
  color: #00aced;
}

.apus_socials a.pinterest {
  color: #bd081c;
}

.apus_socials a.google-plus {
  color: #dc473a;
}

.apus_socials a.instagram {
  color: #bc44bd;
}

.apus_socials.style2 a {
  border-color: #47586d;
}

.select2-container {
  outline: none !important;
  min-width: 180px;
}

.select2-container.select2-container--default .select2-search--dropdown {
  padding: 0;
  margin: 0 0 10px;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none !important;
  border-color: #E4E4E4;
  border-radius: 0px;
  height: 40px;
  font-size: 1rem;
  padding: 5px 12px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: var(--hadiman-link-color);
}

.select2-results__option {
  outline: none !important;
}

.select2-dropdown {
  border: 1px solid #E4E4E4 !important;
  -webkit-box-shadow: var(--theme-hover-box-shadow);
  box-shadow: var(--theme-hover-box-shadow);
  border-radius: 0px !important;
  min-width: 160px;
  padding: 15px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 215px !important;
  scrollbar-width: thin;
}

.select2-results .select2-results__option {
  color: var(--hadiman-link-color);
  margin: 0 0 5px;
  padding: 0 7px;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.select2.select2-container--default.select2-container .select2-selection--single {
  height: calc(1.7em + (1.18rem + 2px));
  background: #fff;
  outline: none;
  border-radius: 0px !important;
  border: 1px solid #E4E4E4;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 5px 12px;
}

.select2.select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--hadiman-text-color);
}

.select2.select2-container--default.select2-container .select2-selection--single .select2-selection__placeholder {
  color: var(--hadiman-text-color);
}

.select2.select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 11px;
}

.select2.select2-container--default.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: var(--hadiman-link-color) transparent transparent transparent;
}

.select2.select2-container--default.select2-container .select2-selection--single .select2-selection__clear {
  line-height: 29px;
  color: #dc3545;
}

.select2.select2-container--default.select2-container .select2-selection--single .select2-selection__clear:hover, .select2.select2-container--default.select2-container .select2-selection--single .select2-selection__clear:focus {
  color: #d32535;
}

.select2-container--default.select2-container .select2-selection--multiple {
  min-height: calc(1.7em + (1.18rem + 2px));
  outline: none;
  border-radius: 0px;
  border: 1px solid #E4E4E4;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 1px 15px;
}

.select2-container--default.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin-top: 3px;
}

.select2-container--default.select2-container .select2-selection--multiple .select2-selection__choice {
  border: 0;
  color: var(--hadiman-theme-color);
  background-color: var(--hadiman-theme-color-007);
  font-weight: 500;
}

.select2-container--default.select2-container.select2-container--open .select2-selection--multiple {
  border-color: var(--hadiman-link-color);
}

.select2-container--default.select2-container.select2-container--open .select2-selection--single {
  border-color: var(--hadiman-link-color);
}

.select2-container--default.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--hadiman-link-color) transparent;
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: var(--hadiman-second-color) !important;
  color: var(--hadiman-link-color);
}

.select2-container.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background: var(--hadiman-second-color) !important;
  color: var(--hadiman-link-color);
}

@media (min-width: 992px) {
  .customizer-search > .select2-dropdown--above {
    margin-top: -25px;
  }
  .customizer-search > .select2-dropdown--below {
    margin-top: 25px;
  }
}

.select2-container.orderby .select2-dropdown {
  margin-top: 5px;
}

.nav-tabs-custom {
  border: 1px solid #e8ebef;
  margin: 47px 0 0;
}

.nav-tabs-custom > .nav-tabs {
  margin-top: -47px;
  margin-left: -1px;
}

.nav-tabs-custom .tab-content > .tab-pane {
  padding: 0 1em;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.bs-glyphicons {
  padding: 0;
}

.bs-glyphicons li {
  width: 24.5%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #e8edef;
  display: inline-block;
}

.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}

.apus-social-share .share-title {
  margin: 0 10px 0 0;
  display: inline-block;
  font-size: 1rem;
}

.apus-social-share .bo-social-icons {
  gap: 10px;
}

.apus-social-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 35px;
  height: 35px;
  font-size: 14px;
  border-radius: 50%;
  background: #F7F7F7;
}

@media (min-width: 1201px) {
  .apus-social-share a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.apus-social-share a:hover, .apus-social-share a:focus {
  color: #fff;
  background: var(--hadiman-theme-color);
}

.filter-scroll {
  height: 100%;
}

.tooltip {
  z-index: 4;
}


.affix {
  position: fixed !important;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #24324a;
}

.tooltip.top .tooltip-inner {
  padding: 5px 15px;
  background-color: #24324a;
  color: #fff;
  border-radius: 0px;
}

.apus-results {
  margin-top: 10px;
}

.apus-results .apus-results-reset {
  display: inline-block;
  padding: 6px 15px;
  background: #dc3545;
  color: #fff;
  white-space: nowrap;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-results .apus-results-reset:hover, .apus-results .apus-results-reset:active {
  color: #fff;
  background: #bd2130;
}

.ajax-pagination {
  text-align: center;
  margin: 10px 0;
}

.ajax-pagination.apus-loader .apus-loadmore-btn {
  display: none;
}

.ajax-pagination.apus-loader:after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 50px;
  display: block;
}

.ajax-pagination .apus-loadmore-btn + .apus-allproducts {
  display: none;
}

.ajax-pagination .apus-loadmore-btn.hidden + .apus-allproducts {
  display: block;
  color: #dc3545;
}

.ajax-listings-pagination {
  text-align: center;
}

.ajax-listings-pagination .apus-loadmore-btn {
  display: none;
}

.ajax-listings-pagination:not(.all-listings-loaded) .apus-loadmore-btn {
  display: inline-block;
}

.ajax-listings-pagination:not(.all-listings-loaded) .apus-allproducts {
  display: none;
}

.wp-block-button .wp-block-button__link {
  border-radius: 0px;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: var(--hadiman-theme-color);
  border-color: var(--hadiman-theme-color);
  color: #fff;
}

.wp-block-button .wp-block-button__link:not(.has-background):hover, .wp-block-button .wp-block-button__link:not(.has-background):focus {
  color: #fff;
  background-color: var(--hadiman-theme-hover-color);
  border-color: var(--hadiman-theme-hover-color);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--hadiman-theme-color);
  color: var(--hadiman-theme-color);
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  line-height: 1.7;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

dl {
  margin-bottom: 24px;
}

table {
  width: 100%;
  border: 1px solid #E4E4E4;
  margin-bottom: 24px;
}

table th, table td {
  border: 1px solid #E4E4E4;
  padding: 8px 15px;
}

.row-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.row-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.space {
  margin: 0 2px;
}

.modal-search-header {
  height: 100vh;
}

.height-100 {
  height: 100px !important;
}

.text-second {
  color: #616265;
}

@media (min-width: 576px) {
  .col-sm-5c {
    width: 20%;
  }
}

@media (min-width: 768px) {
  .col-md-5c {
    width: 20%;
  }
}

@media (min-width: 1025px) {
  .col-lg-5c {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5c {
    width: 20%;
  }
}

@media (min-width: 1320px) {
  .col-xxl-5c {
    width: 20%;
  }
}

[class*="sticky-"] {
  position: sticky !important;
}

.nav-tabs {
  overflow-x: auto;
  flex-wrap: nowrap;
}

.nav-tabs a {
  white-space: nowrap;
}

/* 2. elements */
/* block */
.widget {
  margin-bottom: 1.875rem;
  position: relative;
  padding: 0px;
  background: transparent;
}

.widget .wc-block-price-filter__title,
.widget .wp-block-group__inner-container > h1,
.widget .wp-block-group__inner-container > h2,
.widget .wp-block-group__inner-container > h3,
.widget .wp-block-group__inner-container > h4,
.widget .wp-block-group__inner-container > h5,
.widget .wp-block-group__inner-container > h6 {
  margin: 0 0 18px;
  text-transform: capitalize;
}

.widget .wc-block-price-filter__title + ul,
.widget .wp-block-group__inner-container > h1 + ul,
.widget .wp-block-group__inner-container > h2 + ul,
.widget .wp-block-group__inner-container > h3 + ul,
.widget .wp-block-group__inner-container > h4 + ul,
.widget .wp-block-group__inner-container > h5 + ul,
.widget .wp-block-group__inner-container > h6 + ul {
  margin: 0;
  padding-left: 0;
}

.widget .wc-block-price-filter__title + ul li,
.widget .wp-block-group__inner-container > h1 + ul li,
.widget .wp-block-group__inner-container > h2 + ul li,
.widget .wp-block-group__inner-container > h3 + ul li,
.widget .wp-block-group__inner-container > h4 + ul li,
.widget .wp-block-group__inner-container > h5 + ul li,
.widget .wp-block-group__inner-container > h6 + ul li {
  list-style: none;
  margin-bottom: 10px;
}

.widget .wc-block-price-filter__title + ul li:last-child,
.widget .wp-block-group__inner-container > h1 + ul li:last-child,
.widget .wp-block-group__inner-container > h2 + ul li:last-child,
.widget .wp-block-group__inner-container > h3 + ul li:last-child,
.widget .wp-block-group__inner-container > h4 + ul li:last-child,
.widget .wp-block-group__inner-container > h5 + ul li:last-child,
.widget .wp-block-group__inner-container > h6 + ul li:last-child {
  margin-bottom: 0;
}

.widget .wc-block-price-filter__title + ul li a,
.widget .wp-block-group__inner-container > h1 + ul li a,
.widget .wp-block-group__inner-container > h2 + ul li a,
.widget .wp-block-group__inner-container > h3 + ul li a,
.widget .wp-block-group__inner-container > h4 + ul li a,
.widget .wp-block-group__inner-container > h5 + ul li a,
.widget .wp-block-group__inner-container > h6 + ul li a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #616265;
}

.widget .wc-block-price-filter__title + ul li:hover > a,
.widget .wc-block-price-filter__title + ul li.current-cat-parent > a,
.widget .wc-block-price-filter__title + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h1 + ul li:hover > a,
.widget .wp-block-group__inner-container > h1 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h1 + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h2 + ul li:hover > a,
.widget .wp-block-group__inner-container > h2 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h2 + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h3 + ul li:hover > a,
.widget .wp-block-group__inner-container > h3 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h3 + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h4 + ul li:hover > a,
.widget .wp-block-group__inner-container > h4 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h4 + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h5 + ul li:hover > a,
.widget .wp-block-group__inner-container > h5 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h5 + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h6 + ul li:hover > a,
.widget .wp-block-group__inner-container > h6 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h6 + ul li.current-cat > a {
  color: var(--hadiman-theme-color);
}

.widget .wc-block-price-filter__title,
.widget .wp-block-group__inner-container > h2 {
  font-size: 18px;
}

@media (min-width: 1201px) {
  .widget .wc-block-price-filter__title,
  .widget .wp-block-group__inner-container > h2 {
    font-size: 24px;
  }
}

.widget .widget-title, .widget .widgettitle, .widget .widget-heading {
  font-size: 18px;
  margin: 0 0 18px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 1201px) {
  .widget .widget-title, .widget .widgettitle, .widget .widget-heading {
    font-size: 24px;
  }
}

.widget .widget-title .urgent,
.widget .widget-title .featured, .widget .widgettitle .urgent,
.widget .widgettitle .featured, .widget .widget-heading .urgent,
.widget .widget-heading .featured {
  font-size: 0.75rem;
}

.elementor-widget-sidebar .widget,
.sidebar .widget,
.apus-sidebar .widget {
  margin: 0 0 20px;
}

@media (min-width: 1025px) {
  .elementor-widget-sidebar .widget,
  .sidebar .widget,
  .apus-sidebar .widget {
    margin-bottom: 40px;
  }
}

.elementor-widget-sidebar .widget:last-child,
.sidebar .widget:last-child,
.apus-sidebar .widget:last-child {
  margin-bottom: 0;
}

/* 3. form */
.btn-action-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: var(--hadiman-link-color);
  background: #fff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid #E4E4E4;
}

.btn-action-icon:hover, .btn-action-icon:focus {
  color: var(--hadiman-link-color);
  background: var(--hadiman-second-color);
  border-color: var(--hadiman-theme-color);
}

.btn-action-icon:hover:before, .btn-action-icon:focus:before {
  color: var(--hadiman-link-color);
}

.btn-action-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  color: var(--hadiman-link-color);
  content: '\f110';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 1rem;
}

.btn-action-icon.loading {
  color: transparent !important;
}

.btn-action-icon.loading:before {
  line-height: 38px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  animation: rotate_icon 1500ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running;
}

.action-button {
  display: inline-flex;
  gap: 8px;
}

.list-action [class*="btn"] i {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f4f4f4;
  color: #717171;
  font-size: 1.0625rem;
  height: 45px;
  line-height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 50%;
  margin-right: .5rem;
}

.list-action [class*="btn"]:hover i {
  color: #fff;
  background-color: var(--hadiman-theme-color);
}

.list-action [class*="added"] i {
  color: #fff;
  background-color: var(--hadiman-theme-color);
}

.list-action [class*="added"]:hover i:before {
  content: "\e646";
  font-family: 'themify';
  font-weight: 400;
}

.list-action [class*="btn"].loading i:before {
  display: inline-block;
  animation: rotate_icon 1500ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running;
  content: '\f110';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@media (min-width: 1200px) {
  .list-action .review {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    min-width: 200px;
    text-align: center;
  }
}

.list-action > * {
  display: inline-block;
  margin-right: 0.625rem;
}

@media (min-width: 1200px) {
  .list-action > * {
    margin-right: 1.875rem;
  }
}

.list-action > *:last-child {
  margin-right: 0 !important;
}

.view_all {
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
}

.view_all:focus, .view_all:hover {
  text-decoration: underline;
}

.dir-pre {
  margin-right: 8px !important;
}

.dir-next {
  margin-left: 8px !important;
}

.btn-second {
  background: var(--hadiman-second-color);
  border-color: var(--hadiman-second-color);
  color: #fff;
}

.btn-second:active, .btn-second:hover {
  background: var(--hadiman-second-hover-color);
  border-color: var(--hadiman-second-hover-color);
  color: #fff;
}

.btn-outline.btn-primary {
  background: transparent;
  border-color: #0d6efd;
  color: #0d6efd;
}

.btn-outline.btn-primary:hover {
  color: #fff;
  border-color: #0d6efd;
  background: #0d6efd;
}

.btn-outline.btn-success {
  background: transparent;
  border-color: #198754;
  color: #198754;
}

.btn-outline.btn-success:hover {
  color: #FFFFFF;
  border-color: #198754;
  background: #198754;
}

.btn-outline.btn-info {
  background: transparent;
  border-color: #0dcaf0;
  color: #0dcaf0;
}

.btn-outline.btn-info:hover {
  color: #FFFFFF;
  border-color: #0dcaf0;
  background: #0dcaf0;
}

.btn-outline.btn-danger {
  background: transparent;
  border-color: #dc3545;
  color: #dc3545;
}

.btn-outline.btn-danger:hover {
  color: #FFFFFF;
  border-color: #dc3545;
  background: #dc3545;
}

.btn-outline.btn-warning {
  background: transparent;
  border-color: #ffc107;
  color: #ffc107;
}

.btn-outline.btn-warning:hover {
  color: #FFFFFF;
  border-color: #ffc107;
  background: #ffc107;
}

.btn-inverse.btn-primary:hover {
  color: #0d6efd;
  background: #FFFFFF;
}

.btn-inverse.btn-success:hover {
  color: #198754;
  background: #FFFFFF;
}

.btn-inverse.btn-info:hover {
  color: #0dcaf0;
  background: #FFFFFF;
}

.btn-inverse.btn-danger:hover {
  color: #dc3545;
  background: #FFFFFF;
}

.btn-inverse.btn-warning:hover {
  color: #ffc107;
  background: #FFFFFF;
}

.btn-inverse.btn-theme:hover {
  color: var(--hadiman-theme-color);
  background: #FFFFFF;
}

.btn-inverse.btn-second:hover {
  color: var(--hadiman-second-color);
  background: #FFFFFF;
}

.view-more-btn i {
  margin-left: 12px;
}

.reamore {
  font-size: 14px;
  font-weight: 500;
  color: var(--hadiman-theme-color) !important;
  text-transform: uppercase;
  padding: 0 0 4px;
  border-bottom: 2px solid var(--hadiman-theme-color);
}

.reamore i {
  margin-left: 8px;
}

.apus-loadmore-btn {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #24324A;
  text-transform: capitalize;
  font-weight: 600;
  color: #24324A;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 0px;
  position: relative;
}

@media (min-width: 1200px) {
  .apus-loadmore-btn {
    padding: 10px 40px;
  }
}

.apus-loadmore-btn:hover, .apus-loadmore-btn:focus {
  color: #fff;
  border-color: #24324A;
  background-color: #24324A;
}

.apus-loadmore-btn.loading {
  border-color: transparent !important;
  background-color: transparent !important;
  color: transparent !important;
}

.apus-loadmore-btn.loading:after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.viewmore-products-btn {
  position: relative;
}

.viewmore-products-btn:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(255, 255, 255, 0.9) url(../images/loading-quick.gif) no-repeat scroll center center/20px auto;
}

.viewmore-products-btn.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

button:focus,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.radius-0 {
  border-radius: 0 !important;
}

.radius-circle {
  border-radius: 100px !important;
}

.read-more {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--hadiman-theme-color);
}

.btn-theme.btn-white {
  background: #fff;
  color: var(--hadiman-theme-color) !important;
  border-color: #fff;
}

.btn-theme.btn-white:active, .btn-theme.btn-white:hover {
  background-color: var(--hadiman-theme-color);
  color: #fff !important;
  border-color: var(--hadiman-theme-color);
}

.btn-purple {
  background: #bc7cbf;
  color: #fff;
  border-color: #bc7cbf;
}

.btn-purple:active, .btn-purple:hover {
  color: #fff;
  background: #b36bb7;
  border-color: #b36bb7;
}

.btn-brown {
  background: transparent;
  color: #c0c0c0;
  border-color: #4e4f4f;
}

.btn-brown:focus, .btn-brown:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-back {
  padding: 8px 15px;
  border-radius: 2px;
  background: rgba(255, 58, 114, 0.1);
  color: #ff7c39;
  border-color: #ff7c39;
}

.btn-back:focus, .btn-back:hover {
  color: #fff;
  background: #ff3a72;
  border-color: #ff7c39;
}

.btn-white.btn-br-white {
  background: #fff;
  color: var(--hadiman-link-color);
  border-color: #fff;
}

.btn-white.btn-br-white:active, .btn-white.btn-br-white:hover {
  color: var(--hadiman-link-color);
  background: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-readmore {
  display: inline-block;
  color: var(--hadiman-link-color);
  font-weight: 700;
  padding: 0 0 2px;
  line-height: 1.5;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.btn-readmore:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: currentColor;
}

.btn-readmore:hover, .btn-readmore:focus {
  color: var(--hadiman-theme-color);
}

.btn-readmore.st_2:before {
  display: none !important;
}

.btn-readmore.st_2 .readmore-inner {
  position: relative;
  display: inline-block;
  padding: 0 0 2px;
}

.btn-readmore.st_2 .readmore-inner:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: currentColor;
}

.btn-lighten {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.btn-lighten:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-outline.btn-white {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-outline.btn-white:active, .btn-outline.btn-white:hover {
  color: #fff;
  background: var(--hadiman-theme-color);
  border-color: var(--hadiman-theme-color);
}

.btn-primary.btn-inverse:active, .btn-primary.btn-inverse:hover {
  background: #fff !important;
  color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.btn-theme {
  background: var(--hadiman-theme-color);
  border-color: var(--hadiman-theme-color);
  color: #fff;
}

.btn-theme:active, .btn-theme:hover {
  background: var(--hadiman-theme-hover-color);
  border-color: var(--hadiman-theme-hover-color);
  color: #fff;
}

.btn-green {
  color: #48C740;
  background-color: #fff;
  border-color: #48C740;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-green:hover {
  color: #000;
  background-color: white;
  border-color: #5acd53;
}

.btn-check:focus + .btn-green, .btn-green:focus {
  color: #000;
  background-color: white;
  border-color: #5acd53;
  box-shadow: 0 0 0 0.25rem rgba(72, 199, 64, 0.5);
}

.btn-check:checked + .btn-green,
.btn-check:active + .btn-green, .btn-green:active, .btn-green.active,
.show > .btn-green.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: #5acd53;
}

.btn-check:checked + .btn-green:focus,
.btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 199, 64, 0.5);
}

.btn-green:disabled, .btn-green.disabled {
  color: #000;
  background-color: #fff;
  border-color: #48C740;
}

.btn-blue {
  color: #fff;
  background-color: #2D77DC;
  border-color: #2D77DC;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-blue:hover {
  color: #fff;
  background-color: #2665bb;
  border-color: #245fb0;
}

.btn-check:focus + .btn-blue, .btn-blue:focus {
  color: #fff;
  background-color: #2665bb;
  border-color: #245fb0;
  box-shadow: 0 0 0 0.25rem rgba(77, 139, 225, 0.5);
}

.btn-check:checked + .btn-blue,
.btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #245fb0;
  border-color: #2259a5;
}

.btn-check:checked + .btn-blue:focus,
.btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(77, 139, 225, 0.5);
}

.btn-blue:disabled, .btn-blue.disabled {
  color: #000;
  background-color: #2D77DC;
  border-color: #2D77DC;
}

.btn-yellow {
  color: #fff;
  background-color: #F2B201;
  border-color: #F2B201;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-yellow:hover {
  color: #fff;
  background-color: #C59204;
  border-color: #C59204;
}

.btn-check:focus + .btn-yellow, .btn-yellow:focus {
  color: #fff;
  background-color: #C59204;
  border-color: #C59204;
  box-shadow: 0 0 0 0.25rem rgba(244, 190, 39, 0.5);
}

.btn-check:checked + .btn-yellow,
.btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active,
.show > .btn-yellow.dropdown-toggle {
  color: #000;
  background-color: #c28e01;
  border-color: #b68601;
}

.btn-check:checked + .btn-yellow:focus,
.btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 190, 39, 0.5);
}

.btn-yellow:disabled, .btn-yellow.disabled {
  color: #000;
  background-color: #F2B201;
  border-color: #F2B201;
}

.btn-red {
  color: #fff;
  background-color: #D31B41;
  border-color: #D31B41;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-red:hover {
  color: #fff;
  background-color: #AA0628;
  border-color: #AA0628;
}

.btn-check:focus + .btn-red, .btn-red:focus {
  color: #fff;
  background-color: #AA0628;
  border-color: #AA0628;
  box-shadow: 0 0 0 0.25rem rgba(218, 61, 94, 0.5);
}

.btn-check:checked + .btn-red,
.btn-check:active + .btn-red, .btn-red:active, .btn-red.active,
.show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #a91634;
  border-color: #9e1431;
}

.btn-check:checked + .btn-red:focus,
.btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus,
.show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(218, 61, 94, 0.5);
}

.btn-red:disabled, .btn-red.disabled {
  color: #fff;
  background-color: #D31B41;
  border-color: #D31B41;
}

.text-red {
  color: #D31B41 !important;
}

.btn-dark {
  background: #151515;
  border-color: #151515;
  color: #fff;
}

.btn-dark:active, .btn-dark:hover {
  background: var(--hadiman-theme-color);
  border-color: var(--hadiman-theme-color);
  color: #fff;
}

.btn-theme-rgba10 {
  background: var(--hadiman-theme-color-010);
  border-color: transparent;
  color: var(--hadiman-theme-color);
}

.btn-theme-rgba10:hover, .btn-theme-rgba10:focus {
  color: #fff;
  background: var(--hadiman-theme-color);
  border-color: transparent;
}

.btn-theme.btn-outline {
  color: var(--hadiman-theme-color);
  border-color: var(--hadiman-theme-color);
  background: transparent;
}

.btn-theme.btn-outline:hover, .btn-theme.btn-outline:active {
  color: #fff;
  background: var(--hadiman-theme-color);
  border-color: var(--hadiman-theme-color);
}

.btn-outline.btn-green {
  color: #48C740;
  border-color: #48C740;
  background: transparent;
}

.btn-outline.btn-green:hover, .btn-outline.btn-green:active {
  color: #fff;
  background: #48C740;
  border-color: #48C740;
}

/* Search
------------------------------------------------*/
.search-popup .dropdown-menu {
  padding: 10px;
}

.searchform .input-search {
  padding: 15px;
  border-right: 0;
  line-height: 1.5;
}

.searchform .btn-search {
  vertical-align: top;
  color: #adafac;
  padding: 12px 0.59rem;
}

.searchform .input-group-btn {
  line-height: 100%;
}

.search-category .btn {
  margin-left: 10px !important;
  border-radius: 0px !important;
}

.search-category .wpo-search-inner label.form-control {
  border: none;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.search-category select {
  border: none;
  text-transform: capitalize;
  font-weight: 500;
}

/* comment form
------------------------------------------------*/
.chosen-container {
  width: 100% !important;
}

.input-group-form {
  border-radius: 3px;
  background: transparent;
  margin: 0 0 5px 0;
}

.input-group-form .form-control-reversed {
  border: 0px;
  background: #e5e5e5;
  color: #cccccc;
  font-size: 14px;
  height: 34px;
}

.input-group-form .form-control-reversed:hover, .input-group-form .form-control-reversed:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-form .input-group-addon {
  border: 0;
  background: #e5e5e5;
  border-radius-left: 4px;
}

.btn-compare,
.btn-favorites {
  font-size: 21px;
  line-height: 1;
}

.btn-compare .count,
.btn-favorites .count {
  font-size: 13px;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background-color: var(--hadiman-theme-color);
  border-radius: 50%;
  padding: 4px 7px;
  vertical-align: top;
  margin-top: -10px;
  margin-left: -14px;
}

.btn-underline {
  text-decoration: underline;
}

.btn-underline:hover {
  color: var(--hadiman-theme-color);
}

.btn-view-all-photos {
  background-color: #fff;
}

.btn-view-all-photos i {
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .btn-view-all-photos {
    padding: 5px 10px;
  }
}

.btn-view i,
.view-my-listings i {
  display: inline-block;
  margin-left: 5px;
}

.btn-view {
  font-weight: 700;
  white-space: nowrap;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--hadiman-link-color);
}

.btn-view:hover, .btn-view:focus {
  color: var(--hadiman-theme-color);
  background: transparent;
}

.btn-show-filter i {
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
  vertical-align: middle;
  font-size: 16px;
}

.btn-app {
  line-height: 1;
  color: #fff;
  background-color: var(--hadiman-second-color);
  padding: 10px 20px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: left;
}

@media (min-width: 1200px) {
  .btn-app {
    padding: 14px 25px;
  }
}

.btn-app:hover, .btn-app:focus {
  color: #fff;
  background-color: var(--hadiman-link-color);
}

.btn-app .app-icon {
  font-size: 20px;
  line-height: 1;
  width: 40px;
  padding-right: 20px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .btn-app .app-icon {
    width: 42px;
    font-size: 25px;
  }
}

.btn-app .inner {
  padding-left: 20px;
  flex-grow: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-app .name-app {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 5px;
}

.btn-app .sub {
  font-size: 12px;
}

.btn-app.st_white {
  background: rgba(255, 255, 255, 0.1);
}

.btn-app.st_white:hover, .btn-app.st_white:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.btn-app.st_white .inner {
  padding: 0;
  border: 0;
}

.btn-app.st_green {
  background: #F1FCFA;
  color: var(--hadiman-link-color);
}

.btn-app.st_green:hover, .btn-app.st_green:focus {
  color: var(--hadiman-link-color);
  background: #c7f3eb;
}

.btn-app.st_green .inner {
  padding: 0;
  border: 0;
}

.btn-app.st_dark {
  background: #222222;
}

.btn-app.st_dark:hover, .btn-app.st_dark:focus {
  background: var(--hadiman-second-color);
}

.btn-app.st_gray {
  background: #F0EFEC;
  color: var(--hadiman-link-color);
}

.btn-app.st_gray:hover, .btn-app.st_gray:focus {
  color: #fff;
  background: var(--hadiman-second-color);
}

.btn-light-theme {
  border: 0;
  text-transform: uppercase;
  background-color: var(--hadiman-theme-color-010);
  color: var(--hadiman-theme-color);
  padding: 11px 35px;
}

.btn-light-theme:hover, .btn-light-theme:focus {
  color: #fff;
  background-color: var(--hadiman-theme-color);
}

.filter {
  padding: 8px 20px;
  border: 0;
  background-color: #F4F4F4;
  color: var(--hadiman-text-color);
}

@media (min-width: 1200px) {
  .filter {
    padding: 8px 1.875rem;
  }
}

.filter i {
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.filter:hover, .filter:focus {
  color: #fff;
  background-color: var(--hadiman-theme-color);
}

.save-search-btn,
.reset-search-btn {
  white-space: nowrap;
}

.save-search-btn i,
.reset-search-btn i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.btn-underline .elementor-button-text {
  position: relative;
  padding-bottom: 5px;
}

.btn-underline .elementor-button-text:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
}

/* 4. layout */
/*------------------------------------*\
    apus-topbar
\*------------------------------------*/
.mm-menu .wpml-ls-legacy-dropdown a,
.topbar-right-inner .wpml-ls-legacy-dropdown a {
  border: none !important;
  padding-top: 0;
  padding-bottom: 2px;
  background: transparent !important;
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #fff;
  border: none;
  padding: 5px 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  padding: 5px 10px;
}

.mm-menu .wpml-ls-legacy-dropdown,
.topbar-right-inner .wpml-ls-legacy-dropdown {
  width: auto;
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  min-width: 140px;
}

/*------------------------------------*\
    Header
\*------------------------------------*/
body.page-template-page-dashboard #apus-header,
body.fix-header #apus-header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
}

.together-sidebar-account {
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.together-sidebar-account:hover {
  color: var(--hadiman-theme-color);
}

.top-wrapper-menu {
  position: relative;
}

.top-wrapper-menu:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 17px;
}

.top-wrapper-menu .space {
  margin: 0 7px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.top-wrapper-menu .name-wrapper {
  color: var(--hadiman-link-color);
  padding-left: 10px;
  font-weight: 600;
  line-height: 1.6;
}

.top-wrapper-menu .balance-available {
  font-weight: 400;
  font-size: 13px;
}

.top-wrapper-menu .icon-down {
  font-size: 12px;
}

.top-wrapper-menu .inner-top-menu {
  margin-top: 17px;
  padding: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  background: #fff;
  border-radius: 0px;
  -webkit-box-shadow: var(--theme-box-shadow);
  box-shadow: var(--theme-box-shadow);
  z-index: 4;
  min-width: 220px;
  max-height: 85vh;
  overflow-y: auto;
  scrollbar-width: thin;
}

.top-wrapper-menu:hover .inner-top-menu {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.top-wrapper-menu .avatar-wrapper {
  width: 45px;
  height: 45px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
}

.top-wrapper-menu .avatar-wrapper img {
  margin: 0;
}

.top-wrapper-menu .btn-account {
  font-weight: 600;
}

@media (min-width: 1025px) {
  .top-wrapper-menu .btn-account {
    font-size: 18px;
  }
}

.top-wrapper-menu .btn-account i {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  vertical-align: sub;
}

@media (min-width: 1025px) {
  .top-wrapper-menu .btn-account i {
    font-size: 24px;
  }
}

.top-wrapper-menu .btn-account + .btn-account {
  margin-left: 0.9375rem;
}

.logged-in-wrapper {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.logged-in-wrapper .button {
  color: #dc3545;
}

.header-default {
  background: #fff;
  border-bottom: 1px solid #E4E4E4;
  padding: 25px 0;
}

@media (min-width: 1200px) {
  .header-default .megamenu > li {
    margin-right: 32px;
  }
  .header-default .megamenu > li:last-child {
    margin-right: 0;
  }
}

.header-default + #apus-main-content .apus-breadscrumb {
  border-top: 0;
}

.header-mobile {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #fff;
  border-bottom: 1px solid #E4E4E4;
}

.header-mobile .btn-showmenu {
  line-height: 1;
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-mobile .btn-account {
  font-weight: 600;
  color: var(--hadiman-link-color);
}

.header-mobile .btn-account:hover, .header-mobile .btn-account:focus {
  color: var(--hadiman-theme-color);
}

.header-mobile .right-top {
  gap: 12px;
}

.header-mobile .header-mobile-icon {
  border: 1px solid var(--hadiman-theme-color);
  width: 38px;
  height: 38px;
  font-size: 20px;
}

.header-mobile-top {
  padding: 15px 0;
}

.header-mobile-bottom {
  border-top: 1px solid #E4E4E4;
  padding: 12px 0;
}

.sticky-header {
  position: fixed !important;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.sticky-header.sticky-header-hidden {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
}

.sticky-header .vertical-wrapper.show-always .content-vertical {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sticky-header .vertical-wrapper.show-always:hover .content-vertical {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.header_transparent .apus-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.header_transparent:not(.header_fixed) .main-sticky-header:not(.sticky-header) .elementor-element:not(.no-transparent) {
  background: transparent !important;
}

.header_transparent:not(.header_fixed) .no_keep_header .elementor-element:not(.no-transparent) {
  background: transparent !important;
}

body.header_fixed .apus-header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 3;
}

.main-sticky-header {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header-button-woo > div {
  margin-left: 25px;
}

.header-button-woo > div:last-child {
  margin-left: 0;
}

.header-sidebar {
  position: fixed;
  width: 100px;
  z-index: 91;
  left: 0;
  top: 0;
  min-height: 100vh;
  background: #000;
  color: #fff;
}

.header-sidebar a {
  color: #fff;
}

.header-sidebar a:hover, .header-sidebar a:active {
  color: var(--hadiman-theme-color);
}

.header-sidebar .show-main-menu {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-width: 0 0 1px;
  border-color: #E4E4E4;
  color: #fff;
  background: #000000;
}

.header-sidebar .apus-topcart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #333333;
}

.header-sidebar .apus-topcart .count {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.header-sidebar .apus-topcart .dropdown-menu {
  bottom: 0;
  top: inherit;
  left: 100%;
}

.header-sidebar .service {
  color: #999999;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  z-index: 9;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  left: 50px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: 0 11px;
}

.header-sidebar .service > * {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-sidebar .service p {
  margin: 0;
}

.over-dark {
  cursor: not-allowed;
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.7);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.over-dark.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/*------------------------------------*\
    Breadcrumb
\*------------------------------------*/
.apus-breadcrumb {
  margin: 0 0 1.875rem;
  text-align: left;
  font-size: 1rem;
}

.apus-breadcrumb .breadcrumb-title {
  margin: 0;
  font-weight: 300;
  font-size: 48px;
}

.apus-breadcrumb nav {
  text-align: left;
  line-height: 30px;
}

.apus-breadcrumb nav a {
  color: #000;
}

/*------------------------------------*\
    Content
\*------------------------------------*/
.apus-content {
  background: #fff;
}

/*------------------------------------*\
    Pagination
\*------------------------------------*/
.navigation {
  display: block;
  clear: both;
}

.pagination,
.pagination-links,
.apus-pagination {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  gap: 8px;
}

.pagination li,
.pagination-links li,
.apus-pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.pagination li > span, .pagination li > a,
.pagination-links li > span,
.pagination-links li > a,
.apus-pagination li > span,
.apus-pagination li > a {
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
  display: inline-block;
  float: none;
  color: var(--hadiman-link-color);
  border-radius: 0px !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  min-width: 40px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #E4E4E4;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.pagination li > span:focus, .pagination li > span:hover, .pagination li > span.current, .pagination li > a:focus, .pagination li > a:hover, .pagination li > a.current,
.pagination-links li > span:focus,
.pagination-links li > span:hover,
.pagination-links li > span.current,
.pagination-links li > a:focus,
.pagination-links li > a:hover,
.pagination-links li > a.current,
.apus-pagination li > span:focus,
.apus-pagination li > span:hover,
.apus-pagination li > span.current,
.apus-pagination li > a:focus,
.apus-pagination li > a:hover,
.apus-pagination li > a.current {
  color: #fff;
  border-color: var(--hadiman-theme-color);
  background: var(--hadiman-theme-color);
}

.pagination > span, .pagination > a,
.pagination-links > span,
.pagination-links > a,
.apus-pagination > span,
.apus-pagination > a {
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
  display: inline-block;
  float: none;
  color: var(--hadiman-link-color);
  border-radius: 0px !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  min-width: 40px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #E4E4E4;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.pagination > span:focus, .pagination > span:hover, .pagination > span.current, .pagination > a:focus, .pagination > a:hover, .pagination > a.current,
.pagination-links > span:focus,
.pagination-links > span:hover,
.pagination-links > span.current,
.pagination-links > a:focus,
.pagination-links > a:hover,
.pagination-links > a.current,
.apus-pagination > span:focus,
.apus-pagination > span:hover,
.apus-pagination > span.current,
.apus-pagination > a:focus,
.apus-pagination > a:hover,
.apus-pagination > a.current {
  color: #fff;
  border-color: var(--hadiman-theme-color);
  background: var(--hadiman-theme-color);
}

.pagination ul.page-numbers,
.pagination-links ul.page-numbers,
.apus-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  gap: 8px;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
.apus-footer-mobile {
  display: none;
}

.apus-footer {
  background: transparent;
  position: relative;
  color: var(--hadiman-text-color);
  font-size: 1rem;
  font-weight: 400;
}

.apus-header {
  background: transparent;
  position: relative;
  z-index: 3;
  color: var(--hadiman-text-color);
  font-size: 1rem;
  font-weight: 400;
}

/*------------------------------------*\
    Copyright
\*------------------------------------*/
.apus-copyright {
  color: var(--hadiman-text-color);
  font-size: 1rem;
  font-weight: 400;
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.apus-copyright a {
  color: var(--hadiman-link-color);
}

.apus-copyright a:hover, .apus-copyright a:focus, .apus-copyright a:active {
  color: var(--hadiman-theme-color);
}

/*------------------------------------*\
    Top bar
\*------------------------------------*/
.apus-offcanvas-header {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 1.875rem;
}

.apus-offcanvas-header .close-offcanvas {
  width: 40px;
  height: 40px;
  border-radius: 0px;
  color: #fff;
  background: var(--hadiman-theme-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 12px;
  cursor: pointer;
}

.apus-offcanvas-header .close-offcanvas:hover, .apus-offcanvas-header .close-offcanvas:focus {
  color: #fff;
  background: var(--hadiman-theme-hover-color);
}

.apus-offcanvas-header .title {
  color: var(--hadiman-link-color);
  font-weight: 600;
  font-size: 18px;
}

.apus-offcanvas {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 1000;
  width: 400px;
  max-width: 100%;
  background: #fff;
  height: 100vh;
  overflow-x: auto;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.apus-offcanvas .apus-offcanvas-body {
  position: relative;
  height: calc(100vh - 100px);
}

.apus-offcanvas .offcanvas-bottom,
.apus-offcanvas .offcanvas-top {
  height: 20%;
}

.apus-offcanvas .offcanvas-middle {
  height: 60%;
  padding: 20px 0;
  overflow-x: hidden;
}

.apus-offcanvas.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-box-shadow: var(--theme-box-shadow);
  box-shadow: var(--theme-box-shadow);
}

.apus-offcanvas .elementor-column {
  width: 100% !important;
}

.apus-offcanvas .elementor-column .elementor-column-wrap, .apus-offcanvas .elementor-column .elementor-widget-wrap {
  padding: 0 !important;
}

.apus-offcanvas .elementor-column .widget {
  margin-bottom: 10px;
}

.apus-offcanvas .menu-account-mobile {
  padding: 10px 0 0;
  margin: auto 0 0;
  border-top: 1px solid #E4E4E4;
  list-style: none;
}

.apus-offcanvas .menu-account-mobile > li > a {
  display: inline-block;
  width: 100%;
  padding: 13px 25px;
  line-height: 1.4em;
  font-weight: 600;
}

@media (max-width: 991px) {
  .topbar-mobile {
    padding: 10px;
  }
  .topbar-mobile .btn {
    margin-right: 10px;
    padding: 6px 10px;
  }
  .topbar-mobile .top-cart .dropdown-menu {
    left: 0;
    right: inherit;
  }
  .topbar-mobile .top-cart .dropdown-menu:after, .topbar-mobile .top-cart .dropdown-menu:before {
    display: none;
  }
}

.open-text {
  color: #198754;
}

.close-text {
  color: #dc3545;
}

#mobile-offcanvas-sidebar {
  position: fixed;
  z-index: 999;
  top: 0px;
  width: 270px;
  height: 100%;
  max-width: 80%;
  background: #fff;
}

#mobile-offcanvas-sidebar.mobile-offcanvas-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

#mobile-offcanvas-sidebar.mobile-offcanvas-left > .mobile-sidebar-btn {
  left: 100%;
}

#mobile-offcanvas-sidebar.mobile-offcanvas-right {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

#mobile-offcanvas-sidebar.mobile-offcanvas-right > .mobile-sidebar-btn {
  right: 100%;
}

#mobile-offcanvas-sidebar .mobile-sidebar-wrapper {
  display: none;
  height: 100%;
  width: 100%;
  padding: 0 15px;
}

#mobile-offcanvas-sidebar.active > .mobile-sidebar-wrapper {
  display: block;
}

#mobile-offcanvas-sidebar > .mobile-sidebar-btn {
  position: absolute;
  top: 100px;
}

.mobile-sidebar-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.mobile-sidebar-panel-overlay.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 5;
  cursor: not-allowed;
}

.apus-footer-mobile {
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}

.apus-footer-mobile .footer-search-mobile {
  position: absolute;
  z-index: 999;
  left: 0;
  top: -60px;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-footer-mobile .footer-search-mobile.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-footer-mobile > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.apus-footer-mobile > ul > li {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  position: relative;
}

.apus-footer-mobile > ul > li span {
  display: block;
  font-size: 10px;
  line-height: 1;
}

.apus-footer-mobile > ul > li .wishlist-icon, .apus-footer-mobile > ul > li .mini-cart {
  line-height: 1.7;
}

.apus-footer-mobile > ul > li .wrapper-morelink {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 40px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.apus-footer-mobile > ul > li .wrapper-morelink .footer-morelink {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
}

.apus-footer-mobile > ul > li .wrapper-morelink li {
  padding: 3px 0;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: left;
}

.apus-footer-mobile > ul > li .wrapper-morelink.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-footer-mobile .mini-cart i {
  font-size: 15px;
}

.apus-footer-mobile .mini-cart .count {
  top: 2px;
}

.apus-footer-mobile .apus-search-form {
  min-width: 300px;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.9);
}

.apus-footer-mobile .apus-search-form .select-category {
  display: none;
}

.apus-footer-mobile .apus-search-form form {
  border: none;
  margin: 0;
}

.apus-footer-mobile .apus-search-form form .form-control {
  border: 1px solid #E4E4E4;
}

.close-sidebar-btn,
.mobile-sidebar-btn {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-block;
}

.mobile-sidebar-btn {
  padding: 8px;
  margin: 0;
  color: #fff;
  background: var(--hadiman-theme-color);
  position: fixed;
  top: 30%;
  z-index: 6;
  font-size: 18px;
  line-height: 1;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.mobile-sidebar-btn:hover, .mobile-sidebar-btn:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}

.mobile-sidebar-btn.btn-left {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.mobile-sidebar-btn.btn-right {
  border-radius: 0 4px 4px 0;
  left: 0;
}

.close-sidebar-btn:active, .close-sidebar-btn:hover {
  color: #dc3545;
}

.close-sidebar-btn {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E4E4E4;
  width: 100%;
  text-align: center;
  color: #dc3545;
}

@media (max-width: 991px) {
  .sidebar:not(.sidebar-listing-detail) {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    z-index: 8;
    top: 0px;
    width: 330px;
    height: 100vh;
    max-width: 90%;
    position: fixed;
    padding: 15px;
    background: #fff;
    overflow-y: auto;
  }
  .sidebar:not(.sidebar-listing-detail).sidebar-left {
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .sidebar:not(.sidebar-listing-detail).sidebar-left.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar:not(.sidebar-listing-detail).sidebar-right {
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .sidebar:not(.sidebar-listing-detail).sidebar-right.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.apus-header .wrapper-topmenu:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
  z-index: 9;
}

.apus-header .wrapper-topmenu .dropdown-menu-right {
  top: calc(100% + 10px);
}

.apus-topbar .wrapper-topmenu:hover > a {
  color: #fff;
}

.wrapper-top-cart .overlay-dropdown-menu-right {
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 98;
}

.wrapper-top-cart .overlay-dropdown-menu-right.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.wrapper-top-cart > .dropdown-menu-right {
  max-width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  top: 0;
  right: 0;
  background: #fff;
  width: 420px;
  height: 100%;
  padding: 1.875rem;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}

.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading > h3 {
  margin: 0 0 20px;
  font-size: 22px;
  padding: 0 0 20px;
  border-bottom: 1px solid #E4E4E4;
  width: 100%;
  cursor: pointer;
  color: #dc3545;
}

.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
}

.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart_list {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart-bottom {
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-top-cart > .dropdown-menu-right.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.wrapper-top-cart .cart_list .variation {
  margin: 0;
}

.wrapper-top-cart .cart_list .variation > * {
  display: inline-block;
  vertical-align: middle;
}

.wrapper-top-cart .cart_list .variation > * p {
  margin: 0;
}

.wrapper-top-cart .buttons .btn-block {
  margin-bottom: 10px;
}

/* 5. menu */
.megamenu {
  padding: 0;
  float: none;
}

.megamenu .menu-item-description {
  font-size: 14px;
  text-transform: capitalize;
}

.megamenu > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
  float: none;
  position: relative;
  margin-right: 15px;
}

@media (min-width: 1025px) {
  .megamenu > li {
    margin-right: 23px;
  }
}

@media (min-width: 1367px) {
  .megamenu > li {
    margin-right: 40px;
  }
}

.megamenu > li:last-child {
  margin-right: 0;
}

.megamenu > li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--hadiman-theme-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.megamenu > li > a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  background: transparent !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  text-transform: capitalize;
  padding: 0 0 1px;
}

.megamenu > li > a .fa, .megamenu > li > a img {
  max-width: 50px;
  margin-left: 3px;
}

.megamenu > li > a:hover, .megamenu > li > a:active, .megamenu > li > a:focus {
  color: var(--hadiman-link_hover_color);
}

.megamenu > li > a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 15px;
  top: 100%;
  left: 0;
}

.megamenu > li:hover > a, .megamenu > li.active > a {
  color: var(--hadiman-link_hover_color);
}

.megamenu > li:hover:before, .megamenu > li.active:before {
  width: 100%;
}

.megamenu > li.aligned-left > .dropdown-menu {
  left: 0;
}

.megamenu > li.aligned-right > .dropdown-menu {
  left: auto;
  right: 0;
}

.megamenu > li.aligned-fullwidth {
  position: static;
}

.megamenu > li.aligned-fullwidth:before {
  display: none !important;
}

.megamenu > li.aligned-fullwidth > .dropdown-menu {
  width: calc( 100vw - 30px);
  left: 0;
  right: 0;
}

@media (min-width: 1410px) {
  .megamenu > li.aligned-fullwidth > .dropdown-menu {
    width: 1410px;
  }
}

.megamenu > li > .dropdown-menu {
  min-width: 240px;
  margin-top: 15px;
}

.megamenu .dropdown-menu {
  border-radius: 0px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px;
  border: 1px solid #E4E4E4;
  font-weight: 700;
}

.megamenu .dropdown-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: var(--hadiman-theme-color);
}

.megamenu .dropdown-menu .text-label.label-hot {
  color: #dc3545;
}

.megamenu .dropdown-menu .text-label.label-new {
  color: #198754;
}

.megamenu .dropdown-menu .current-menu-item > a {
  color: #fff;
}

.megamenu .dropdown-menu li {
  margin-bottom: 2px;
}

.megamenu .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.megamenu .dropdown-menu li > a {
  background: transparent;
  position: relative;
  text-transform: capitalize;
  padding: 12px;
  width: 100%;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  color: var(--hadiman-link-color);
  white-space: nowrap;
  text-decoration: none !important;
}

.megamenu .dropdown-menu li > a:hover, .megamenu .dropdown-menu li > a:active {
  color: var(--hadiman-theme-color);
  background: var(--hadiman-theme-color-010);
}

.megamenu .dropdown-menu li > a:hover:before, .megamenu .dropdown-menu li > a:active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.megamenu .dropdown-menu li > a b {
  display: none;
}

.megamenu .dropdown-menu li > a:after {
  position: absolute;
  top: 21px;
  right: 25px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.megamenu .dropdown-menu li:hover > a, .megamenu .dropdown-menu li.current-menu-item > a, .megamenu .dropdown-menu li.open > a, .megamenu .dropdown-menu li.active > a {
  color: var(--hadiman-theme-color);
  background: var(--hadiman-theme-color-010);
}

.megamenu .dropdown-menu .widget-title,
.megamenu .dropdown-menu .widgettitle {
  margin: 0 0 10px;
  font-size: 18px;
  padding: 0;
  text-align: left;
}

.megamenu .dropdown-menu .widget-title:before, .megamenu .dropdown-menu .widget-title:after,
.megamenu .dropdown-menu .widgettitle:before,
.megamenu .dropdown-menu .widgettitle:after {
  display: none;
}

.megamenu .dropdown-menu .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-box-shadow: var(--theme-box-shadow);
  box-shadow: var(--theme-box-shadow);
  position: absolute;
  display: block;
  left: calc(100% + 10px);
  top: -10px;
  background: #fff;
  min-width: 235px;
  margin: 0;
}

.megamenu .dropdown-menu li:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.megamenu .widget {
  margin-bottom: 0;
}

.megamenu > li > a > .text-label {
  font-size: 11px;
  padding: 0px 5px;
  background: #0dcaf0;
  color: #fff;
  position: absolute;
  right: -15px;
  top: -10px;
  line-height: 2;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 2px;
}

.megamenu > li > a > .text-label.label-hot {
  background: #dc3545;
}

.megamenu > li > a > .text-label.label-hot:before {
  border-color: #dc3545 transparent transparent #dc3545;
}

.megamenu > li > a > .text-label.label-new {
  background: #198754;
}

.megamenu > li > a > .text-label.label-new:before {
  border-color: #198754 transparent transparent #198754;
}

.megamenu > li > a > .text-label:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 100%;
  letter-spacing: 7px;
  border-width: 3px;
  border-style: solid;
  border-color: #0dcaf0 transparent transparent #0dcaf0;
}

.megamenu.effect1 > li > .dropdown-menu {
  display: block;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 0 0;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  position: absolute;
  top: 100%;
}

.megamenu.effect1 > li:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.megamenu.effect2 > li > .dropdown-menu {
  display: block;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 0 0;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  position: absolute;
  top: 100%;
}

.megamenu.effect2 > li > .dropdown-menu > li {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}

.megamenu.effect2 > li:hover > .dropdown-menu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.megamenu.effect2 > li:hover > .dropdown-menu > li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.megamenu.effect3 > li > .dropdown-menu {
  display: block;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 100%;
  -webkit-animation: fadeleft 0.3s ease-in-out 0s;
  animation: fadeleft 0.3s ease-in-out 0s;
}

.megamenu.effect3 > li:hover > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-animation: faderight 0.3s ease-in-out 0s;
  animation: faderight 0.3s ease-in-out 0s;
}

.navbar-offcanvas {
  padding: 0;
  font-size: 1rem;
  display: block;
}

.navbar-offcanvas .sliding-menu {
  text-align: left;
}

.navbar-offcanvas .sliding-menu li a, .navbar-offcanvas .sliding-menu li .sliding-menu__nav {
  font-size: 1rem;
  font-weight: 700;
  background-color: #fff;
  color: var(--hadiman-link-color);
  position: relative;
  padding: 13px 25px;
  text-align: left;
}

.navbar-offcanvas .sliding-menu .sliding-menu__nav::before {
  font-family: 'themify';
  content: "\e649";
  font-size: 0.8125rem;
  margin: 0 0 0 1em;
  float: right;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar-offcanvas .sliding-menu .active > .sliding-menu__nav,
.navbar-offcanvas .sliding-menu .active > a {
  color: var(--hadiman-theme-color);
  background: var(--hadiman-theme-color-010);
}

.navbar-offcanvas .sliding-menu .sliding-menu__back {
  background-color: #171C38 !important;
  color: #fff !important;
  margin-bottom: 10px;
}

.navbar-offcanvas .sliding-menu .sliding-menu__back:before {
  margin-left: 0;
  content: "\e64a";
}

.navbar-offcanvas .sliding-menu__panel {
  padding: 0;
  margin: 0;
}

.navbar-offcanvas .dropdown-menu {
  margin: 0;
}

.navbar-offcanvas .dropdown-menu > li a {
  background: transparent !important;
}

.navbar-offcanvas .dropdown-menu > li.active > a,
.navbar-offcanvas .dropdown-menu > li > a:hover,
.navbar-offcanvas .dropdown-menu > li > a:focus {
  color: var(--hadiman-link-color);
  text-decoration: underline;
}

.navbar-offcanvas .dropdown-menu [class*="col-sm"] {
  width: 100%;
}

.navbar-offcanvas .dropdown-menu .dropdown-menu-inner {
  padding: 0 1.875rem;
}

.navbar-offcanvas .dropdown-menu .widgettitle {
  font-weight: 500;
  margin: 0 0 10px;
}

.navbar-offcanvas .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}

.navbar-offcanvas li:hover .dropdown-menu {
  display: block;
}

.navbar-offcanvas .aligned-fullwidth > .dropdown-menu {
  width: 100%;
}

.mobile-vertical-menu .navbar-nav li {
  border-bottom: 1px dashed #E4E4E4;
}

.mobile-vertical-menu .navbar-nav li:last-child {
  border-bottom: 0;
}

.mobile-vertical-menu .navbar-nav li > a {
  padding: 5px 0;
}

.mobile-vertical-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: var(--hadiman-theme-color);
  font-family: var(--hadiman-main-font);
}

.mobile-vertical-menu .text-label.label-hot {
  color: #dc3545;
}

.mobile-vertical-menu .text-label.label-new {
  color: #198754;
}

#apus-mobile-menu .btn-toggle-canvas {
  color: #dc3545;
  font-size: 1rem;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}

#apus-mobile-menu .btn-toggle-canvas:hover, #apus-mobile-menu .btn-toggle-canvas:active {
  color: #dc3545;
}

#apus-mobile-menu .offcanvas-head strong {
  margin: 0 5px;
}

#apus-mobile-menu .widget-nav-menu .menu li {
  margin-bottom: 5px;
}

.main-mobile-menu {
  float: none;
}

.main-mobile-menu > li {
  float: none;
}

.main-mobile-menu .has-submenu > .sub-menu {
  padding-left: 1.875rem;
  list-style: none;
  display: none;
}

.main-mobile-menu .has-submenu > .sub-menu li > .icon-toggle {
  top: 1px;
  padding: 0 5px;
}

.main-mobile-menu .has-submenu > .sub-menu li a {
  font-size: 15px;
  padding: 2px 0;
}

.main-mobile-menu .widget .widget-title, .main-mobile-menu .widget .widgettitle, .main-mobile-menu .widget .widget-heading {
  margin: 0 0 10px;
  font-size: 16px;
  padding: 0 0 8px;
  text-align: inherit;
}

.main-mobile-menu .sub-menu {
  max-width: 100%;
}

.main-mobile-menu .shop-list-small {
  margin-bottom: 10px;
}

.main-mobile-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: var(--hadiman-theme-color);
  font-family: var(--hadiman-main-font);
}

.main-mobile-menu .text-label.label-hot {
  color: #dc3545;
}

.main-mobile-menu .text-label.label-new {
  color: #198754;
}

.menu-setting-menu-container .apus-menu-top {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2;
}

.menu-setting-menu-container .apus-menu-top li a {
  padding: 0 15px;
  width: 100%;
}

.menu-setting-menu-container .apus-menu-top ul {
  padding-left: 15px;
}

.wrapper-topmenu .dropdown-menu {
  border-radius: 0;
}

.topmenu-menu {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.topmenu-menu i {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  line-height: 1;
  margin-right: 8px;
  display: inline-block;
  vertical-align: sub;
  font-size: 20px;
}

.topmenu-menu > li {
  float: none;
  white-space: nowrap;
  margin-bottom: 2px;
}

.topmenu-menu > li:last-child {
  margin-bottom: 0;
}

.topmenu-menu > li > a {
  border-radius: 0px;
  background: transparent;
  padding: 10px 25px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}

.topmenu-menu > li:hover > a, .topmenu-menu > li.active > a {
  background: var(--hadiman-second-color);
  color: var(--hadiman-link-color);
}

.mm-menu {
  background: #fff;
  color: var(--hadiman-text-color);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}

.mm-menu .mm-listview .mm-next::before {
  border: none;
}

.mm-menu .elementor-column-wrap {
  padding: 0 !important;
}

.mm-menu .mm-panel {
  width: 100% !important;
}

.mm-menu .mm-panel .dropdown-menu-inner {
  padding-top: 20px;
  margin: -20px -20px 20px;
}

.mm-menu .menu li {
  line-height: 50px;
  margin: 0 !important;
  border-bottom: 1px solid #E4E4E4;
}

.mm-menu .menu li:last-child {
  border-bottom: 0;
}

.mm-menu .menu li a {
  padding: 0 !important;
}

.mm-menu .menu li a:before {
  display: none !important;
}

.mm-menu .menu li.active > a {
  color: var(--hadiman-theme-color);
}

.mm-menu .elementor-widget-wrap {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.mm-menu .mm-listview > li > a {
  color: var(--hadiman-link-color);
  background: transparent !important;
  line-height: 2.2;
}

.mm-menu .mm-listview > li > a:hover, .mm-menu .mm-listview > li > a:focus {
  color: var(--hadiman-theme-color);
}

.mm-menu .mm-listview > li > a .text-label {
  font-size: 11px;
  padding: 0px 5px;
  background: #0dcaf0;
  position: absolute;
  right: 50px;
  top: 0;
  line-height: 2;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 2px;
}

.mm-menu .mm-listview > li > a .text-label.label-hot {
  background: #dc3545;
}

.mm-menu .mm-listview > li > a .text-label.label-hot:before {
  border-color: #dc3545 transparent transparent #dc3545;
}

.mm-menu .mm-listview > li > a .text-label.label-new {
  background: #198754;
}

.mm-menu .mm-listview > li > a .text-label.label-new:before {
  border-color: #198754 transparent transparent #198754;
}

.mm-menu .mm-listview > li > a .text-label:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 7px;
  border-width: 3px;
  border-style: solid;
  border-color: #0dcaf0 transparent transparent #0dcaf0;
}

.mm-menu .mm-listview .menu-item-description {
  font-size: 12px;
}

.mm-menu .mm-listview > li:after {
  display: none;
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: var(--hadiman-link-color);
}

.mm-menu .mm-listview > li .mm-next:hover:after, .mm-menu .mm-listview > li .mm-next:focus:after {
  border-color: var(--hadiman-theme-color);
}

.mm-menu .mm-listview > li.active > a {
  color: var(--hadiman-theme-color);
}

.mm-menu .mm-listview > li.active > .mm-next:after {
  border-color: var(--hadiman-theme-color);
}

.mm-menu .mm-btn:before {
  border-color: var(--hadiman-link-color);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.mm-menu .mm-btn:hover:before, .mm-menu .mm-btn:focus:before {
  border-color: var(--hadiman-theme-color);
}

.mm-menu .mm-title {
  background: #E6E9EC;
  padding: 15px 0;
  font-weight: 600;
  font-size: 16px;
  height: auto;
  color: var(--hadiman-link-color) !important;
}

.mm-menu .mm-navbar {
  padding: 0;
}

.mm-menu .mm-navbar .mm-btn {
  top: 7px;
}

.mm-menu .widget .widget-title, .mm-menu .widget .widgettitle, .mm-menu .widget .widget-heading {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}

.mm-menu .widget .widget-title:before, .mm-menu .widget .widgettitle:before, .mm-menu .widget .widget-heading:before {
  display: none;
}

.mm-menu li.text-title {
  font-weight: 700;
  font-size: 15px;
  padding: 15px;
  color: var(--hadiman-link-color);
  text-align: center;
  border: 0 !important;
}

.mm-menu li.text-title ~ li {
  font-size: 13px;
  padding-left: 20px;
}

.mm-menu li.text-title ~ li a {
  padding: 7px;
  text-transform: capitalize !important;
}

.mm-menu li.text-title ~ li i {
  margin-right: 7px;
}

.mm-panels > .mm-panel > .mm-listview {
  padding-top: 12px;
  font-size: 13px;
  padding-bottom: 40px;
}

.mm-panels > .mm-panel > .mm-listview > li {
  border-bottom: 1px solid #E4E4E4;
}

.mm-panels > .mm-panel > .mm-listview > li:last-child {
  border-bottom: 0;
}

.mm-panels > .mm-panel > .mm-listview > li.space-20 {
  border: none;
}

.mobile-submit {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  background: #fff;
  padding: 15px;
  bottom: 0;
  left: 0;
}

.top-menu > li > a {
  padding: 0 15px;
  text-transform: capitalize;
}

#mm-blocker {
  z-index: 999990;
  background-color: rgba(13, 38, 59, 0.7);
}

.mm-menu.mm-offcanvas {
  z-index: 999991;
  max-width: 65%;
}

.mm-menu.mm-offcanvas .social-top:after {
  display: none;
}

.mm-menu.mm-offcanvas .social-top a {
  display: inline-block;
  font-size: 16px;
}

.mm-menu.mm-offcanvas .social-top a:hover, .mm-menu.mm-offcanvas .social-top a:active {
  color: var(--hadiman-theme-color);
}

.mm-menu.mm-offcanvas .widget {
  margin: 0;
}

.mm-menu.mm-offcanvas .topbar-right-wrapper {
  padding: 10px;
}

.mm-menu.mm-offcanvas .topbar-right-wrapper > * {
  margin-bottom: 15px;
}

.mm-menu.mm-offcanvas .topbar-right-wrapper > *:last-child {
  margin: 0;
}

.mm-menu.mm-offcanvas .topbar-right-wrapper:after {
  display: none;
}

.mm-menu.mm-offcanvas .woocommerce-currency-switcher-form ul.dd-options {
  margin-top: 0;
}

html.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mm-listview .mm-next {
  padding: 0 !important;
}

.mm-menu.mm-offcanvas {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  border-right: 1px solid #E4E4E4;
}

@media (max-width: 1200px) {
  .mm-menu.mm-offcanvas {
    display: block;
  }
}

.mm-menu.mm-offcanvas.mm-opened {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#mm-blocker {
  cursor: not-allowed;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a {
  font-weight: 400;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a i {
  margin-right: 5px;
  min-width: 20px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .fa-minus {
  color: var(--hadiman-theme-color);
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .sub-menu {
  max-width: 100%;
  display: none;
  padding: 0 15px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title {
  padding: 0;
  border: none;
  margin: 0 0 10px;
  font-size: 16px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:before, .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:after,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:before,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:after {
  display: none;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
  padding-left: 20px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .menu li a {
  padding: 0;
  font-size: 14px;
}

.mobile-vertical-menu .widget {
  margin-bottom: 10px;
}

.wrapper-menu-dashboard {
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  background-color: #1D293E;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

.menu-dashboard {
  overflow-x: auto;
}

.menu-dashboard a {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 1rem;
  padding: 10px;
  color: #fff !important;
}

@media (min-width: 1200px) {
  .menu-dashboard a {
    padding: 15px 10px;
  }
}

.menu-dashboard a i {
  display: inline-block;
  margin-right: 7px;
  font-size: 18px;
}

.menu-dashboard li {
  flex: 1 1 auto;
  text-align: center;
  margin-right: 2px;
}

.menu-dashboard li:last-child {
  margin-right: 0;
}

.menu-dashboard li:hover > a, .menu-dashboard li.active > a {
  background-color: rgba(255, 255, 255, 0.15);
}

/* 6. pages */
.home-page-default {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media (min-width: 1200px) {
  .home-page-default {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.main-page .page-links {
  clear: both;
  overflow: hidden;
  padding: 1.875rem 0;
  margin: 0;
}

.main-page #comments {
  padding-top: 30px;
  clear: both;
}

.main-content {
  padding-bottom: 1.875rem;
}

@media (min-width: 1200px) {
  .main-content {
    padding-bottom: 60px;
  }
}

.apus-breadscrumb + .home-page-default {
  padding-top: 0;
}

.main-content-detail {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .main-content-detail {
    padding-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .main-content-detail {
    padding-bottom: 100px;
  }
}

body.no-footer #apus-footer {
  display: none !important;
}

.wrapper-main-page.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.wrapper-main-page.container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
}

.wrapper-main-page.container-fluid > .row > div {
  padding-left: 0;
  padding-right: 0;
}

div.wpcf7-validation-errors {
  margin: 0;
  padding: 15px;
}

.contact-form-content {
  padding: 1.875rem;
  background: white;
  min-height: 260px;
}

.contact-form-content .rounded {
  margin-right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #cccccc;
}

.contact-form-content .rounded .fa, .contact-form-content .rounded .icon {
  font-size: 16px;
  margin: 13px;
}

body.error404 #apus-header,
body.error404 #back-to-top,
body.error404 #apus-footer {
  display: none !important;
}

.page-404 {
  height: 100vh;
  position: relative;
}

.page-404 .not-found {
  padding: 30px 0;
}

.page-404 .description {
  color: #616265;
  margin-top: 10px;
}

@media (min-width: 1025px) {
  .page-404 .description {
    font-size: 20px;
  }
}

.page-404 .return {
  margin-top: 0.9375rem;
}

@media (min-width: 1200px) {
  .page-404 .return {
    margin-top: 1.875rem;
  }
}

.page-404 .title-big {
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  .page-404 .title-big {
    font-size: 80px;
  }
}

@media (min-width: 1367px) {
  .page-404 .title-big {
    font-size: 120px;
    margin: 0 0 20px;
  }
}

.page-404 .sub_title {
  margin: 0;
  font-weight: 700;
  font-size: 25px;
}

@media (min-width: 768px) {
  .page-404 .sub_title {
    font-size: 44px;
  }
}

.page-404 img {
  max-width: 80%;
}

@media (max-width: 767px) {
  .page-404 {
    text-align: center;
  }
  .page-404 .inner-right {
    margin-top: 1.875rem;
  }
}

.top_profile {
  padding: 30px 30px 25px;
  border-bottom: 1px solid #dee6ed;
}

.top_profile .user-logo {
  margin: 0 0 25px;
}

.top_profile .logo-inner {
  width: 150px;
  height: 150px;
  padding: 5px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  margin: auto;
}

.top_profile .title {
  font-size: 18px;
  margin: 0;
}

.top_profile .categories a {
  color: var(--hadiman-text-color);
}

.top_profile .categories a:hover, .top_profile .categories a:focus {
  color: var(--hadiman-link-color);
}

/* 7. post */
/*
* General Post Style using for all with naming class entry
*/
.post.no-results {
  text-align: center;
  margin: 0 0 30px;
}

.post.no-results .widget_search {
  margin: 25px auto 0;
  max-width: 600px;
}

.post.no-results .title-no-results {
  color: var(--hadiman-text-color);
  margin: 0 0 10px;
  color: var(--hadiman-link-color);
  font-size: 25px;
}

@media (min-width: 1200px) {
  .post.no-results .title-no-results {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .post.no-results {
    margin: 0 0 50px;
  }
}

.entry-title {
  font-size: 20px;
  margin: 0 0 15px;
  word-wrap: break-word;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .entry-title {
    font-size: 25px;
  }
}

@media (min-width: 1201px) {
  .entry-title {
    font-size: 32px;
  }
}

.detail-heading {
  margin: 10px 0 15px;
  font-size: 20px;
}

@media (min-width: 768px) {
  .detail-heading {
    font-size: 24px;
  }
}

@media (min-width: 1201px) {
  .detail-heading {
    font-size: 32px;
  }
}

.entry-create {
  margin: 0 0 15px;
}

.entry-create > * {
  margin-right: 2px;
}

.entry-create .author {
  font-style: italic;
  text-transform: capitalize;
}

.comment-form-cookies-consent [type="checkbox"] {
  margin-right: 7px;
}

.entry-link {
  margin-top: 20px;
}

.entry-link .readmore {
  color: var(--hadiman-theme-color);
  text-transform: capitalize;
  font-weight: 500;
  font-size: -1rem;
}

.entry-link .readmore:hover {
  color: #000;
}

.entry-meta {
  margin: 0;
}

.entry-meta .fa, .entry-meta .icon {
  margin-right: 3px;
}

.wp-block-quote,
blockquote {
  margin: 1.875rem 0;
  position: relative;
  border-radius: 0px;
  font-weight: 600;
  font-style: normal;
  color: var(--hadiman-link-color);
  font-size: 23px;
  text-transform: capitalize;
  padding: 15px 20px;
  line-height: 1.4;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: var(--hadiman-theme-color);
  background: #F5F7F9;
}

@media (min-width: 1025px) {
  .wp-block-quote,
  blockquote {
    padding: 30px 40px;
    margin: 50px 0;
    font-size: 30px;
    border-radius: 12px;
  }
}

.wp-block-quote cite,
blockquote cite {
  font-weight: 600;
  font-size: 17px;
  font-style: normal;
  color: #616265;
  vertical-align: top;
  display: inline-block;
}

@media (min-width: 1025px) {
  .wp-block-quote cite,
  blockquote cite {
    font-size: 20px;
  }
}

.wp-block-quote cite:before,
blockquote cite:before {
  content: '';
  width: 20px;
  height: 1px;
  background: currentColor;
  display: inline-block;
  margin-right: 10px;
  vertical-align: super;
}

.wp-block-quote p:last-child,
blockquote p:last-child {
  margin-bottom: 0;
}

.heading-detail {
  font-size: 23px;
}

@media (min-width: 1025px) {
  .heading-detail {
    font-size: 30px;
  }
}

.entry-vote {
  z-index: 1;
  display: table;
  text-align: center;
  top: 20px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  right: 20px;
}

.entry-vote .entry-vote-inner {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
}

.entry-vote.vote-perfect .entry-vote-inner {
  color: #dc3545;
}

.entry-vote.vote-good .entry-vote-inner {
  color: #ffc107;
}

.entry-vote.vote-average .entry-vote-inner {
  color: #91e536;
}

.entry-vote.vote-bad .entry-vote-inner {
  color: #fd7e14;
}

.entry-vote.vote-poor .entry-vote-inner {
  color: #198754;
}

.blog-title {
  margin-bottom: 1.875rem;
}

.comment-form {
  margin-bottom: 10px;
}

.comment-form label {
  font-weight: 400;
  color: var(--hadiman-link-color);
  margin: 0 0 7px;
}

.comment-form .comment-form-cookies-consent {
  margin-bottom: 1.875rem !important;
  font-size: 14px;
  color: #616265;
}

.comment-form .comment-form-cookies-consent label {
  color: #616265;
  margin-bottom: 0;
  display: inline;
  font-weight: 400;
}

.comment-form .form-group {
  margin-bottom: 1.25rem;
  position: relative;
}

.comment-form .form-control {
  margin: 0;
}

.comment-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #616265;
}

.comment-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #616265;
}

.comment-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #616265;
}

.comment-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #616265;
}

.comment-form textarea.form-control {
  height: 115px;
  resize: none;
}

.comment-form .form-submit {
  margin-bottom: 0;
}

.comment-form #cancel-comment-reply-link {
  color: #dc3545;
}

.comment-form .group-upload [class="hidden"] {
  display: none;
}

.comment-form .group-upload button {
  border: 1px solid var(--hadiman-theme-color);
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: var(--hadiman-theme-color);
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .comment-form .group-upload button {
    padding: 1rem 2rem;
    min-width: 300px;
    text-align: center;
  }
}

.comment-form .group-upload button:hover, .comment-form .group-upload button:focus {
  background-color: var(--hadiman-theme-color);
  color: #fff;
  border-color: var(--hadiman-theme-color);
}

.comment-form .group-upload button .upload-file-btn {
  margin-top: 5px;
}

.comment-form .group-upload button i {
  margin-right: 5px;
}

.commentform.reset-button-default .comment-respond {
  margin-top: 1.875rem;
}

@media (min-width: 1201px) {
  .commentform.reset-button-default .comment-respond {
    margin-top: 50px;
  }
}

/* Post type: List widget list*/
.posts-list article {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #E4E4E4;
}

.posts-list article:last-child {
  margin-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.posts-list .entry-title {
  line-height: 1.62;
  font-size: 1rem;
  margin: 5px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.posts-list .image {
  width: 90px;
}

.posts-list .image + .inner {
  padding-left: 15px;
}

@media (min-width: 1025px) {
  .posts-list .image + .inner {
    padding-left: 28px;
  }
}

.posts-list .image .image-inner {
  max-height: 90px;
  overflow: hidden;
}

.posts-list .date {
  font-size: 14px;
  color: #616265;
}

.grid-sidebar-style .image-inner {
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 25px;
}

.grid-sidebar-style .entry-title {
  line-height: 1.4;
  font-size: 18px;
  margin: 0;
}

@media (min-width: 1025px) {
  .grid-sidebar-style .entry-title {
    font-size: 20px;
  }
}

.grid-sidebar-style .top-detail-info {
  margin-bottom: 12px;
}

.post-layout {
  margin-bottom: 1.875rem;
}

@media (min-width: 1025px) {
  .post-layout {
    margin-bottom: 40px;
  }
}

.post-layout .post-sticky {
  background: #dc3545;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 5px 0;
  font-size: 14px;
}

.post-layout .entry-title .stick-icon {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
}

.post-layout .entry-title a:hover, .post-layout .entry-title a:focus {
  color: var(--hadiman-link-color);
  text-decoration: underline;
}

.post-layout .top-image {
  overflow: hidden;
  position: relative;
}

.post-layout .top-image img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.post-layout .top-image .entry-thumb {
  margin: 0;
}

.post-layout .description {
  color: #616265;
}

.post-layout iframe {
  max-width: 100%;
}

.post-layout .top-detail-info {
  font-size: 14px;
  color: #616265;
  font-weight: 700;
  text-transform: uppercase;
}

.post-layout .top-detail-info a {
  color: #616265;
}

.post-layout .top-detail-info a:hover, .post-layout .top-detail-info a:focus {
  color: var(--hadiman-theme-color);
}

.post-layout.sticky .entry-title a {
  color: var(--hadiman-theme-color);
}

.post-layout:hover .top-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.post-grid .top-image {
  margin: 0 0 20px;
}

@media (min-width: 1201px) {
  .post-grid .top-image {
    margin-bottom: 1.875rem;
  }
}

.post-grid .entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-grid .more {
  margin-top: 10px;
}

.post-grid .top-detail-info {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin-bottom: 15px;
}

@media (min-width: 1201px) {
  .post-grid .top-detail-info {
    margin-bottom: 20px;
  }
}

.post-grid.v1 .entry-title {
  margin: 0 0 12px;
  font-size: 20px;
}

@media (min-width: 1201px) {
  .post-grid.v1 .entry-title {
    font-size: 24px;
  }
}

.post-grid.v3 {
  border: 1px solid #E4E4E4;
  position: relative;
}

.post-grid.v3 .top-image {
  margin: 0;
}

.post-grid.v3 .top-image:before {
  background-image: linear-gradient(to bottom, transparent, rgba(23, 28, 56, 0.4) 60%, rgba(23, 28, 56, 0.8));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  z-index: 1;
}

.post-grid.v3 .entry-title {
  margin: 0 0 12px;
  font-size: 20px;
}

@media (min-width: 1201px) {
  .post-grid.v3 .entry-title {
    font-size: 24px;
  }
}

.post-grid.v3 .col-content {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.9375rem;
}

@media (min-width: 1201px) {
  .post-grid.v3 .col-content {
    padding: 1.875rem;
  }
}

.post-grid.v3 .col-content .btn-readmore {
  background-image: none;
  -webkit-text-fill-color: currentColor;
}

.post-grid.v3 .col-content:before {
  z-index: -1;
  background: #fff;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.post-grid.v3:hover .col-content {
  background: transparent;
  color: #fff;
}

.post-grid.v3:hover .col-content .top-detail-info,
.post-grid.v3:hover .col-content .btn-readmore,
.post-grid.v3:hover .col-content a {
  color: #fff;
}

.post-grid.v3:hover .col-content:before {
  height: 0;
}

.post-grid.v4 .entry-title {
  margin: 0 0 12px;
}

@media (min-width: 1201px) {
  .post-grid.v4 .entry-title {
    font-size: 32px;
  }
}

.list-border-blog .post-layout {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 1.875rem;
}

@media (min-width: 1025px) {
  .list-border-blog .post-layout {
    padding-bottom: 40px;
  }
}

.list-border-blog:last-child .post-layout {
  border-bottom: 0;
  padding-bottom: 0;
}

.post-list-item {
  border: 1px solid #E4E4E4;
}

.post-list-item .top-detail-info {
  margin-bottom: 15px;
}

@media (min-width: 1201px) {
  .post-list-item .top-detail-info {
    margin-bottom: 20px;
  }
}

.post-list-item .entry-title {
  font-size: 20px;
}

@media (min-width: 1201px) {
  .post-list-item .entry-title {
    font-size: 24px;
  }
}

.post-list-item .more {
  margin-top: 10px;
}

@media (min-width: 1201px) {
  .post-list-item .more {
    margin-top: 15px;
  }
}

.post-list-item .col-content {
  padding-right: 15px;
}

@media (min-width: 1201px) {
  .post-list-item .col-content {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .post-list-item .col-content {
    padding: 20px 15px 15px;
  }
}

.post-list-item-v1 .entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0 0;
  font-size: 18px;
}

@media (min-width: 1201px) {
  .post-list-item-v1 .entry-title {
    font-size: 24px;
    margin: 15px 0 0;
  }
}

@media (max-width: 1200px) {
  .post-list-item-v1 .top-image {
    max-width: 180px;
  }
}

@media (max-width: 1024px) {
  .post-list-item-v1 .top-image {
    max-width: 150px;
  }
}

.post-list-item-v1 .top-image + .col-content {
  padding-left: 15px;
}

@media (min-width: 768px) {
  .post-list-item-v1 .top-image + .col-content {
    padding-left: 25px;
  }
}

.right-special-blog .post-layout {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .right-special-blog .post-layout {
    margin-bottom: 1.875rem;
  }
}

.right-special-blog .post-layout:last-child {
  margin-bottom: 0;
}

/* Post type: By Category */
.categories-blog-list {
  list-style: none;
  padding: 0 0 1px;
  margin: 0 0 1.875rem;
  border-bottom: 1px solid #E4E4E4;
  overflow-x: auto;
}

.categories-blog-list li {
  margin: 0 15px 0 0;
}

@media (min-width: 1200px) {
  .categories-blog-list li {
    margin-right: 35px;
  }
}

.categories-blog-list li a {
  display: inline-block;
  position: relative;
  padding: 10px 0;
  font-size: 17px;
  font-weight: 500;
  color: var(--hadiman-text-color);
  white-space: nowrap;
}

.categories-blog-list li a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--hadiman-link-color);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.categories-blog-list li a:hover, .categories-blog-list li a:focus, .categories-blog-list li a.active {
  color: var(--hadiman-link-color);
}

.categories-blog-list li a:hover:before, .categories-blog-list li a:focus:before, .categories-blog-list li a.active:before {
  width: 100%;
}

.top-blog-info {
  padding: 25px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
}

.top-blog-info i {
  margin-right: 10px;
}

.top-blog-info .categories {
  margin-right: 35px;
}

.top-blog-info .author a {
  color: var(--hadiman-theme-color);
}

.top-blog-info a {
  color: var(--hadiman-text-color);
}

.top-blog-info a:hover, .top-blog-info a:active {
  color: var(--hadiman-theme-color);
}

.category-posts {
  position: relative;
}

.category-posts::after {
  content: "";
  top: 20px;
  position: absolute;
  right: 0;
  width: 1px;
  height: 1000px;
  background: #E4E4E4;
}

.category-posts .post {
  border-bottom: 1px solid #E4E4E4;
}

.category-posts .category-posts-label {
  padding: 1px 3px;
  border-radius: 0;
  background: var(--hadiman-theme-color);
  font-weight: 400;
  text-transform: uppercase;
}

.category-posts .category-posts-label a {
  color: #fff;
}

.category-posts .entry-meta::after {
  display: none;
}

.category-posts .posts-more .post:last-child {
  border: 0px;
}

.category-posts .posts-more .entry-title a {
  color: #f8f9fa;
}

.category-posts .posts-more .entry-title a:hover {
  color: var(--hadiman-theme-color);
}

/*------------------------------------*\
    Comment List
\*------------------------------------*/
.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--hadiman-link-color);
}

.comment-list .comment-respond {
  margin-bottom: 25px;
}

.comment-list .comment-respond small {
  margin-left: 5px;
}

.comment-list .comment-author {
  font-size: 13px;
  font-weight: 500;
}

.comment-list .comment-author > * {
  margin-right: 15px;
}

.comment-list .comment-author > *:last-child {
  margin-right: 0;
}

.comment-list .name-comment {
  color: var(--hadiman-link-color);
  margin: 5px 0 0;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1rem;
}

@media (min-width: 1025px) {
  .comment-list .name-comment {
    font-size: 16px;
  }
}

.comment-list .name-comment + .star-rating {
  margin-left: 15px;
}

.comment-list .date {
  font-size: 14px;
  color: #616265;
}

.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .comment-list .children {
    padding-left: 70px;
  }
}

.comment-list .comment-edit-link {
  color: #dc3545;
}

.comment-list .comment-reply-link {
  color: #02ccad;
  white-space: nowrap;
}

.comment-list .comment-text {
  clear: both;
  padding-top: 10px;
}

.comment-list .comment-text p:last-child {
  margin: 0;
}

.comment-list div.avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
}

@media (min-width: 768px) {
  .comment-list div.avatar {
    width: 60px;
    height: 60px;
  }
}

.comment-list div.avatar img {
  margin: 0;
  border-radius: 50%;
}

.comment-list div.avatar + .comment-box {
  overflow: hidden;
  padding-left: 15px;
}

.comment-list .the-comment {
  margin: 0 0 25px;
}

@media (min-width: 1025px) {
  .comment-list .the-comment {
    margin-bottom: 30px;
  }
}

.comment-list > li:last-child > .the-comment:last-child {
  margin-bottom: 0;
}

.comment-respond {
  border: 1px solid #E4E4E4;
  padding: 20px;
}

@media (min-width: 1201px) {
  .comment-respond {
    padding: 1.875rem;
  }
}

.comment-respond #commentform {
  margin-bottom: 0;
}

.logged-in-as a + a {
  color: #dc3545;
}

/*------------------------------------*\
    Single post
\*------------------------------------*/
.social-networks li {
  padding-left: 10px;
  padding-right: 10px;
}

.social-networks li:last-child a {
  margin-right: 0;
}

.social-networks li a {
  font-size: 14px;
}

.social-networks li a:hover {
  color: var(--hadiman-theme-color);
}

.detail-post #comments {
  padding-top: 1.875rem;
}

@media (min-width: 1025px) {
  .detail-post #comments {
    padding-top: 80px;
  }
}

.detail-title {
  margin: 0;
  font-size: 27px;
}

@media (min-width: 768px) {
  .detail-title {
    font-size: 40px;
  }
}

@media (min-width: 1201px) {
  .detail-title {
    font-size: 56px;
  }
}

.post-navigation {
  border-width: 1px 0;
  border-style: solid;
  border-color: #E4E4E4;
  padding: 20px 0;
}

.post-navigation .screen-reader-text {
  display: none;
}

.post-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.post-navigation .nav-links > * {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.post-navigation .nav-links > * + .nav-next:before {
  content: '';
  background: #E4E4E4;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
}

.post-navigation .nav-links > * i {
  font-weight: 400;
  font-size: 0.75rem;
  margin-right: 3px;
}

.post-navigation .nav-links > *.nav-next {
  text-align: right;
  margin-left: auto;
}

.post-navigation .nav-links > *.nav-next i {
  margin: 0;
  margin-left: 3px;
}

.post-navigation .nav-links > *.nav-next .title-direct {
  float: right;
}

.post-navigation .nav-links > * > a:hover .navi {
  color: var(--hadiman-theme-color);
}

.post-navigation .nav-links .title-direct {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 80%;
  color: var(--hadiman-link-color);
}

@media (min-width: 1025px) {
  .post-navigation .nav-links .title-direct {
    font-size: 20px;
  }
}

.post-navigation .nav-links .navi {
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.author-info {
  padding: 20px 0;
}

@media (min-width: 1200px) {
  .author-info {
    padding: 40px 0;
  }
}

.author-info .author-title {
  font-size: 17px;
  margin: 0 0 10px;
  text-transform: capitalize;
}

.author-info .avatar-img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}

.author-info .description {
  color: var(--hadiman-link-color);
  padding-left: 0.9375rem;
}

@media (min-width: 1200px) {
  .author-info .description {
    padding-left: 1.875rem;
  }
}

.wrapper-posts-related {
  padding: 1.875rem 0 0;
}

.wrapper-posts-related .top-widget {
  margin-bottom: 20px;
}

@media (min-width: 1201px) {
  .wrapper-posts-related .top-widget {
    margin-bottom: 40px;
  }
}

.wrapper-posts-related .top-widget .des {
  color: #616265;
}

@media (min-width: 1201px) {
  .wrapper-posts-related .top-widget .des {
    font-size: 18px;
  }
}

.wrapper-posts-related .title {
  font-size: 20px;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .wrapper-posts-related .title {
    font-size: 25px;
  }
}

@media (min-width: 1367px) {
  .wrapper-posts-related .title {
    font-size: 32px;
  }
}

.wrapper-posts-related .slick-carousel .post-layout {
  margin-bottom: 0;
}

/*------------------------------------*\
    Blog Masonry Page
\*------------------------------------*/
.gallery {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.gallery .gallery-item {
  float: left;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.gallery .gallery-item figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  max-height: 50%;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 8px 15px;
}

.gallery .gallery-item:hover figcaption {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gallery.gallery-columns-9 .gallery-item {
  width: 11%;
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery.gallery-columns-7 .gallery-item {
  width: 14%;
}

.gallery.gallery-columns-6 .gallery-item {
  width: 16.5%;
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.comment-navigation {
  overflow: hidden;
  padding: 20px 0;
}

.comment-navigation .nav-links > div {
  display: inline-block;
}

.comment-navigation .nav-links > div + div {
  line-height: 1.1;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid #E4E4E4;
}

.header-info-blog-inner {
  margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .header-info-blog-inner {
    margin-bottom: 40px;
  }
}

.header-info-blog-inner .list-categories {
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .header-info-blog-inner .list-categories {
    margin-bottom: 15px;
  }
}

.header-info-blog-inner .top-detail-info {
  margin-top: 20px;
}

@media (min-width: 1025px) {
  .header-info-blog-inner .top-detail-info {
    margin-top: 30px;
  }
}

.header-info-blog .entry-thumb img {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .header-info-blog .entry-thumb img {
    border-radius: 16px;
  }
}

.top-detail-info {
  line-height: 1;
  gap: 15px;
  text-transform: capitalize;
}

.top-detail-info > * ~ * {
  padding-left: 12px;
  border-left: 1px solid #E4E4E4;
}

.top-detail-info i {
  line-height: 16px;
  font-size: 18px;
  margin-right: 7px;
}

@media (min-width: 1025px) {
  .top-detail-info i {
    font-size: 24px;
  }
}

.top-detail-info .avatar-img {
  border-radius: 50%;
  display: block;
  margin-right: 12px;
  overflow: hidden;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -o-flex-shrink: 0;
  -ms-flex-shrink: 0;
}

.top-detail-info.st_small {
  font-size: 14px;
}

@media (min-width: 1025px) {
  .top-detail-info.st_small i {
    font-size: 20px;
  }
}

.list-categories {
  font-size: 14px;
}

.list-categories a {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-content-detail.main .inner-content-bottom {
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
}

.main-content-detail .inner-content-bottom {
  margin-top: 1.875rem;
}

@media (min-width: 1200px) {
  .main-content-detail .inner-content-bottom {
    margin-top: 40px;
  }
}

@media (min-width: 1201px) {
  .detail-post {
    font-size: 18px;
  }
}

.detail-post iframe {
  max-width: 100%;
}

.detail-post .bottom-info {
  margin-bottom: 20px;
}

.detail-post .bottom-info .suffix {
  font-style: italic;
}

.detail-post .bottom-info .author {
  text-transform: uppercase;
}

.detail-post .bottom-info > div {
  display: inline-block;
  vertical-align: middle;
}

.detail-post .bottom-info a {
  color: var(--hadiman-text-color);
}

.detail-post .bottom-info a:hover, .detail-post .bottom-info a:active {
  color: var(--hadiman-theme-color);
}

.detail-post .tag-social {
  padding-bottom: 20px;
}

@media (min-width: 1025px) {
  .detail-post .tag-social {
    padding-bottom: 40px;
  }
}

.detail-post .entry-description {
  color: var(--hadiman-link-color);
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .detail-post .entry-description {
    margin-bottom: 40px;
  }
}

.author-post .avatar {
  border-radius: 50%;
}

.author-post .avatar-img {
  padding-right: 8px;
  float: left;
}

.author-post .name-author {
  display: inline-block;
  margin-top: 9px;
}

.author-wrapper .avatar-img {
  overflow: hidden;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}

.author-wrapper .avatar-img img {
  margin: 0 !important;
}

.author-wrapper .author-title {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}

.author-wrapper .author-title a {
  color: #777777;
}

.author-wrapper .author-title a:hover, .author-wrapper .author-title a:focus {
  color: var(--hadiman-link-color);
}

.author-wrapper .right-inner {
  padding-left: 10px;
}

.comment-reply-title {
  font-size: 20px;
  margin: 0 0 20px;
}

@media (min-width: 1025px) {
  .comment-reply-title {
    font-size: 24px;
  }
}

.comment-reply-title #cancel-comment-reply-link {
  color: #dc3545;
  font-size: 14px;
}

.comments-title {
  font-size: 20px;
  margin: 0 0 15px;
}

@media (min-width: 1025px) {
  .comments-title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

@media (min-width: 1320px) {
  .sidebar-blog .sidebar-right {
    padding-left: 50px;
  }
  .sidebar-blog .sidebar-left {
    padding-right: 50px;
  }
}

.blog-single-description p:last-child {
  margin-bottom: 0;
}

.service-item .service-icon {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #fff;
  color: var(--hadiman-link-color);
  font-size: 40px;
  width: 65px;
  height: 65px;
}

.service-item .service-icon svg {
  max-width: 35px;
}

@media (min-width: 1201px) {
  .service-item .service-icon {
    font-size: 48px;
    width: 80px;
    height: 80px;
  }
  .service-item .service-icon svg {
    max-width: 48px;
  }
}

.service-item .service-title {
  margin: 0;
  font-size: 18px;
}

@media (min-width: 1201px) {
  .service-item .service-title {
    font-size: 24px;
  }
}

.service-item .des {
  color: #616265;
}

.service-item .post-thumbnail {
  display: block;
  overflow: hidden;
}

.service-item .post-thumbnail img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.service-item:hover .service-icon {
  color: #fff;
  background: var(--hadiman-theme-color);
}

.service-item:hover .btn-readmore {
  color: var(--hadiman-theme-color);
}

.service-item:hover .post-thumbnail img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.service-item.default {
  background: #F7F7F7;
  padding: 20px 20px 20px 95px;
  overflow: hidden;
}

@media (min-width: 1201px) {
  .service-item.default {
    padding: 1.875rem 1.875rem 1.875rem 120px;
  }
}

.service-item.default .service-icon {
  background: #F7F7F7;
  outline: 12px solid #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.service-item.default .des,
.service-item.default .more {
  margin-top: 10px;
}

@media (min-width: 1201px) {
  .service-item.default .des,
  .service-item.default .more {
    margin-top: 15px;
  }
}

.service-item.default:hover .service-icon {
  background: var(--hadiman-theme-color);
  color: #fff;
}

.service-item.style1 {
  padding: 20px;
}

@media (min-width: 1201px) {
  .service-item.style1 {
    padding: 1.875rem;
  }
}

.service-item.style1 .top-info {
  margin-bottom: 15px;
}

@media (min-width: 1201px) {
  .service-item.style1 .top-info {
    margin-bottom: 25px;
  }
}

.service-item.style1 .service-thumb .service-icon {
  position: absolute;
  z-index: 1;
  right: 15px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

.service-item.style1 .des,
.service-item.style1 .more {
  margin-top: 10px;
}

@media (min-width: 1201px) {
  .service-item.style1 .des,
  .service-item.style1 .more {
    margin-top: 15px;
  }
}

.service-item.style2 {
  overflow: hidden;
}

.service-item.style2 .service-thumb + .wrapper-bottom {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.service-item.style2 .service-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-item.style2 .btn-arrow {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: var(--hadiman-link-color);
  width: 50px;
  height: 50px;
  font-size: 24px;
}

@media (min-width: 1201px) {
  .service-item.style2 .btn-arrow {
    width: 68px;
    height: 68px;
    font-size: 28px;
  }
}

.service-item.style2 .btn-arrow:hover, .service-item.style2 .btn-arrow:focus {
  color: #fff;
  background: var(--hadiman-theme-color);
}

.service-item.style2 .btn-arrow i {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.service-item.style2 .more {
  margin-top: 10px;
}

.service-item.style2 .top-info {
  padding: 0 0 0 25px;
  position: relative;
  z-index: 1;
}

.service-item.style2 .inner-content {
  margin-top: -1px;
  padding: 0 !important;
  border-top: 1px solid #E4E4E4;
  display: none;
  width: 100% !important;
}

.service-item.style2 .inner-content .inner {
  padding: 25px;
}

.service-item.style2:hover .btn-arrow {
  background: var(--hadiman-theme-color);
  color: #fff;
}

.service-item.style2:hover .btn-arrow i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.service-item.style3 {
  clip-path: polygon(90% 0%, 100% 100%, 10% 100%, 0% 0%);
  -webkit-clip-path: polygon(90% 0%, 100% 100%, 10% 100%, 0% 0%);
  overflow: hidden;
}

@media (min-width: 768px) {
  .service-item.style3 {
    clip-path: polygon(85% 0%, 100% 100%, 15% 100%, 0% 0%);
    -webkit-clip-path: polygon(85% 0%, 100% 100%, 15% 100%, 0% 0%);
  }
}

.service-item.style3 .service-thumb .btn-arrow {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  top: 10px;
  right: calc( 10% + 10px);
  position: absolute;
  z-index: 1;
}

@media (min-width: 768px) {
  .service-item.style3 .service-thumb .btn-arrow {
    top: 10px;
    right: calc( 15% + 10px);
  }
}

@media (min-width: 1201px) {
  .service-item.style3 .service-thumb .btn-arrow {
    width: 60px;
    height: 60px;
    font-size: 28px;
    top: 20px;
    right: calc( 15% + 20px);
  }
}

.service-item.style3 .service-thumb .btn-arrow:hover, .service-item.style3 .service-thumb .btn-arrow:focus {
  background: #fff;
  color: var(--hadiman-link-color);
}

.service-item.style3 .service-thumb .btn-arrow i {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.service-item.style3 .service-thumb + .service-title {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
}

.service-item.style3 .service-thumb + .service-title a {
  color: #fff;
}

.service-item.style3 .post-thumbnail {
  position: relative;
  display: block;
}

.service-item.style3 .post-thumbnail:before {
  content: '';
  background: rgba(23, 28, 56, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.service-item.style3 .service-title {
  padding: 15px;
  font-size: 23px;
}

@media (min-width: 1201px) {
  .service-item.style3 .service-title {
    font-size: 32px;
    padding: 24px 15px;
  }
}

.service-item.style3:hover .btn-arrow i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.service-item.style3:hover .service-title {
  background: var(--hadiman-theme-color);
}

.service-item.style3:hover .post-thumbnail:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.service-title-v4 {
  margin: 0 0 15px;
  font-size: 18px;
}

@media (min-width: 1201px) {
  .service-title-v4 {
    font-size: 24px;
    margin-bottom: 22px;
  }
}

.service-title-v4 a {
  position: relative;
  color: #616265;
}

.service-title-v4 a:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--hadiman-theme-color);
}

.service-title-v4 a:hover, .service-title-v4 a:focus {
  color: var(--hadiman-theme-color);
}

.service-title-v4 a:hover:before, .service-title-v4 a:focus:before {
  width: 100%;
}

.service-title-v4.active > a {
  color: var(--hadiman-theme-color);
}

.service-title-v4.active > a:before {
  width: 100%;
}

.service-item-v5 {
  border: 1px solid #E4E4E4;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.service-item-v5 .service-title {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 18px;
  margin: 0 0 10px;
}

@media (min-width: 1367px) {
  .service-item-v5 .service-title {
    font-size: 20px;
  }
}

.service-item-v5 .des {
  font-size: 14px;
  color: #616265;
  font-weight: 400;
}

.service-item-v5 .service-icon {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 30px;
  line-height: 1;
  width: 30px;
}

.service-item-v5 .service-icon img, .service-item-v5 .service-icon svg {
  max-width: 100%;
}

@media (min-width: 1201px) {
  .service-item-v5 .service-icon {
    width: 50px;
    font-size: 50px;
  }
}

.service-item-v5 .item-v5 {
  column-gap: 15px;
}

@media (min-width: 1201px) {
  .service-item-v5 .item-v5 {
    column-gap: 20px;
  }
}

.service-item-v5:hover {
  background: var(--hadiman-theme-color-010);
  border-color: var(--hadiman-theme-color);
}

.service-item-v5:hover .service-icon,
.service-item-v5:hover .service-title {
  color: var(--hadiman-theme-color);
}

.detail-service {
  margin: 0 0 15px;
  font-size: 20px;
}

@media (min-width: 768px) {
  .detail-service {
    font-size: 24px;
  }
}

@media (min-width: 1201px) {
  .detail-service {
    font-size: 32px;
  }
}

.widget-services.content-service3 .slick-carousel {
  margin-right: 0;
  margin-left: 0;
}

.widget-services.content-service3 .slick-carousel .slick-slide {
  padding-right: 0;
  padding-left: 0;
  margin-left: -20px;
}

@media (min-width: 1025px) {
  .widget-services.content-service3 .slick-carousel .slick-slide {
    margin-left: -30px;
  }
}

@media (min-width: 1201px) {
  .widget-services.content-service3 .slick-carousel .slick-slide {
    margin-left: -60px;
  }
}

.widget-services.content-service3 .slick-carousel > .slick-list {
  overflow: visible;
}

.project-item {
  position: relative;
  margin-bottom: 1.875rem;
}

@media (min-width: 1201px) {
  .project-item {
    margin-bottom: 35px;
  }
}

.project-item .category-project {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.project-item .category-project a {
  color: #616265;
}

.project-item .category-project a:hover, .project-item .category-project a:focus {
  color: var(--hadiman-theme-color);
}

.project-item .project-title {
  margin: 7px 0 0;
  font-size: 18px;
}

@media (min-width: 1201px) {
  .project-item .project-title {
    font-size: 24px;
  }
}

.project-item .post-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-item .post-thumbnail img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.project-item.default .post-thumbnail:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 28, 56, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.project-item.default .project-thumb {
  margin-bottom: 18px;
}

.project-item.default:hover .post-thumbnail:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.project-item.default:hover .post-thumbnail img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 1201px) {
  .project-item.v1 .project-title {
    font-size: 20px;
  }
}

.project-item.v1 .post-thumbnail:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(23, 28, 56, 0.8);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.project-item.v1 .project-thumb + .inner {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 1.875rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.5);
  -moz-transform: translateY(-50%) scale(0.5);
  -ms-transform: translateY(-50%) scale(0.5);
  -o-transform: translateY(-50%) scale(0.5);
  transform: translateY(-50%) scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.project-item.v1 .project-thumb + .inner a {
  color: #fff;
}

.project-item.v1:hover .post-thumbnail:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.project-item.v1:hover .project-thumb + .inner {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.project-item.v2 {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #171C38;
  padding: 0.9375rem;
  width: 100%;
}

@media (min-width: 1201px) {
  .project-item.v2 {
    padding: 1.875rem;
  }
}

.project-item.v2 a {
  color: #fff !important;
}

.project-item.v2:hover {
  background: var(--hadiman-theme-color);
}

.project-item.v3 .project-thumb + .inner {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  width: 80%;
}

@media (min-width: 1201px) {
  .project-item.v3 .project-thumb + .inner {
    bottom: 1.875rem;
    left: 1.875rem;
    width: 60%;
  }
}

.project-item.v3 .inner {
  background: #fff;
  padding: 20px;
}

@media (min-width: 1201px) {
  .project-item.v3 .inner {
    padding: 1.875rem;
  }
}

.project-item.v3 .inner .des {
  margin-top: 15px;
  color: #616265;
}

.project-item.v3:hover .post-thumbnail img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.categories-list {
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
  gap: 5px 15px;
}

@media (min-width: 1201px) {
  .categories-list {
    gap: 15px 40px;
    margin-bottom: 1.875rem;
  }
}

.categories-list a {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

@media (min-width: 1201px) {
  .categories-list a {
    font-size: 20px;
  }
}

.categories-list a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--hadiman-theme-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.categories-list a.active, .categories-list a:hover {
  color: var(--hadiman-link-color);
}

.categories-list a.active:before, .categories-list a:hover:before {
  width: 100%;
}

.widget-projects .slick-carousel .slick-dots {
  padding-top: 5px;
}

.special-project-layout .project-item {
  margin-bottom: 0;
  border-color: rgba(255, 255, 255, 0.05);
  border-style: solid;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .special-project-layout .project-item {
    border-width: 0 1px 0 0;
  }
}

.main-image-backgound {
  height: 170px;
  background-size: cover;
}

.gap-column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}

@media (min-width: 768px) {
  .gap-column-3 {
    gap: 0 30px;
  }
}

.gap-column-3 > * {
  width: 100%;
}

@media (min-width: 768px) {
  .gap-column-3 > * {
    width: calc(50% - 15px);
  }
}

@media (min-width: 1201px) {
  .gap-column-3 > * {
    width: calc(33.33% - 20px);
  }
}

.wrapper-informations {
  gap: 10px 0;
}

@media (min-width: 768px) {
  .wrapper-informations {
    gap: 20px 0;
  }
}

.wrapper-informations .item {
  color: #616265;
  padding-right: 15px;
  width: 50%;
}

@media (min-width: 768px) {
  .wrapper-informations .item {
    width: 33.33%;
    font-size: 18px;
  }
}

.wrapper-informations .value {
  line-height: 1.5;
  font-weight: 700;
  color: var(--hadiman-link-color);
  font-size: 18px;
}

@media (min-width: 1201px) {
  .wrapper-informations .value {
    font-size: 20px;
  }
}

.project-detail-title {
  font-size: 22px;
}

@media (min-width: 768px) {
  .project-detail-title {
    font-size: 40px;
  }
}

@media (min-width: 1201px) {
  .project-detail-title {
    font-size: 56px;
  }
}

.project-detail-image .image-wrapper {
  overflow: hidden;
}

.project-detail-image .image-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 8. effect */
.effect-1 {
  position: relative;
}

.effect-1:after {
  content: '';
  display: block;
  width: 0px;
  height: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  margin: auto;
}

.effect-1:hover:after {
  width: 100%;
  height: 1px;
  background: var(--hadiman-theme-color);
}

.zoom-2 {
  overflow: hidden;
  display: block;
  border-radius: 3px;
}

.zoom-2 img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.zoom-2:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.close .fa {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.close:hover .fa {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.image-overlay-1:after, .image-overlay-1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.image-overlay-1:after {
  top: -100%;
}

.image-overlay-1:before {
  bottom: -100%;
}

.image-overlay-1:hover:after {
  top: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.image-overlay-1:hover:before {
  bottom: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

@keyframes scale {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8) translateY(50px);
    -moz-transform: scale(0.8) translateY(50px);
    -ms-transform: scale(0.8) translateY(50px);
    -o-transform: scale(0.8) translateY(50px);
    transform: scale(0.8) translateY(50px);
    transition-property: opacity, transform;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes scale {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8) translateY(50px);
    -moz-transform: scale(0.8) translateY(50px);
    -ms-transform: scale(0.8) translateY(50px);
    -o-transform: scale(0.8) translateY(50px);
    transform: scale(0.8) translateY(50px);
    transition-property: opacity, transform;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes fancy {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(110px) rotateY(20deg);
    -moz-transform: translateY(110px) rotateY(20deg);
    -ms-transform: translateY(110px) rotateY(20deg);
    -o-transform: translateY(110px) rotateY(20deg);
    transform: translateY(110px) rotateY(20deg);
    transform-origin: left;
    transition-property: opacity, transform;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes fancy {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(110px) rotateY(20deg);
    -moz-transform: translateY(110px) rotateY(20deg);
    -ms-transform: translateY(110px) rotateY(20deg);
    -o-transform: translateY(110px) rotateY(20deg);
    transform: translateY(110px) rotateY(20deg);
    transform-origin: left;
    transition-property: opacity, transform;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translate3d(3rem, 0, 0);
    transform: translate3d(3rem, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translate3d(3rem, 0, 0);
    transform: translate3d(3rem, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translate3d(-3rem, 0, 0);
    transform: translate3d(-3rem, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translate3d(-3rem, 0, 0);
    transform: translate3d(-3rem, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translate3d(0, -3rem, 0);
    transform: translate3d(0, -3rem, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translate3d(0, -3rem, 0);
    transform: translate3d(0, -3rem, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.scale {
  animation-name: scale;
}

.fancy {
  animation-name: fancy;
}

.slide-up {
  animation-name: slide-up;
}

.slide-left {
  animation-name: slide-left;
}

.slide-right {
  animation-name: slide-right;
}

.slide-down {
  animation-name: slide-down;
}

.delay-1 {
  transition-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* 10. widgets layout */
.vertical-wrapper {
  position: relative;
}

.vertical-wrapper .action-vertical {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  padding: 7px 12px;
  background: var(--hadiman-second-color);
  border-radius: 0px;
  font-size: 1rem;
  cursor: pointer;
}

.vertical-wrapper .action-vertical i {
  display: inline-block;
  margin-right: 5px;
  line-height: 1;
  vertical-align: middle;
  font-size: 22px;
  color: var(--hadiman-theme-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.vertical-wrapper .action-vertical:hover, .vertical-wrapper .action-vertical:focus {
  background: var(--hadiman-theme-color);
  color: #fff;
}

.vertical-wrapper .action-vertical:hover i, .vertical-wrapper .action-vertical:focus i {
  color: #fff;
}

.vertical-wrapper .content-vertical {
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100% !important;
  z-index: 3;
  min-width: 300px;
  margin-top: 19px;
}

.apus-vertical-menu {
  padding: 0;
  background: #fff;
  margin: 0;
  list-style: none;
  border-radius: 0px;
  overflow: hidden;
  -webkit-box-shadow: var(--theme-box-shadow);
  box-shadow: var(--theme-box-shadow);
}

.apus-vertical-menu > li {
  display: block;
  width: 100%;
}

.apus-vertical-menu > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 25px;
  line-height: 50px;
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 0;
  font-weight: 600;
}

@media (min-width: 1025px) {
  .apus-vertical-menu > li > a {
    font-size: 18px;
    line-height: 60px;
  }
}

.apus-vertical-menu > li > a:after {
  margin-left: auto;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.apus-vertical-menu > li > a > i,
.apus-vertical-menu > li > a > img {
  font-size: 20px;
  margin-right: 10px;
  width: 20px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

@media (min-width: 1025px) {
  .apus-vertical-menu > li > a > i,
  .apus-vertical-menu > li > a > img {
    font-size: 22px;
    margin-right: 15px;
  }
}

.apus-vertical-menu > li:hover > a, .apus-vertical-menu > li.active > a {
  color: var(--hadiman-link-color);
  background: var(--hadiman-second-color);
}

.apus-vertical-menu li:hover > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.apus-vertical-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: var(--hadiman-theme-color);
  font-family: var(--hadiman-main-font);
}

.apus-vertical-menu .text-label.label-hot {
  color: #dc3545;
}

.apus-vertical-menu .text-label.label-new {
  color: #198754;
}

.apus-vertical-menu .dropdown-menu {
  min-width: 240px;
  min-height: 100%;
  visibility: hidden;
  padding: 15px;
  font-size: 14px;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

@media (min-width: 1367px) {
  .apus-vertical-menu .dropdown-menu {
    padding: 20px 25px;
  }
}

.apus-vertical-menu .dropdown-menu > li > a {
  color: var(--hadiman-link-color);
  background: transparent !important;
  padding: 0;
}

.apus-vertical-menu .dropdown-menu > li > a > i,
.apus-vertical-menu .dropdown-menu > li > a > img {
  font-size: 20px;
  margin-right: 10px;
  width: 15px;
  display: inline-block;
}

.apus-vertical-menu .dropdown-menu > li:hover > a, .apus-vertical-menu .dropdown-menu > li.active > a, .apus-vertical-menu .dropdown-menu > li:active > a {
  color: var(--hadiman-theme-color);
}

.apus-vertical-menu .dropdown-menu .widget {
  margin: 0;
}

.apus-vertical-menu .dropdown-menu .widget .widget-title, .apus-vertical-menu .dropdown-menu .widget .widgettitle, .apus-vertical-menu .dropdown-menu .widget .widget-heading {
  margin: 0 0 10px;
  font-size: 18px;
  padding: 0;
}

.apus-vertical-menu .dropdown-menu .widget .widget-title:after, .apus-vertical-menu .dropdown-menu .widget .widget-title:before, .apus-vertical-menu .dropdown-menu .widget .widgettitle:after, .apus-vertical-menu .dropdown-menu .widget .widgettitle:before, .apus-vertical-menu .dropdown-menu .widget .widget-heading:after, .apus-vertical-menu .dropdown-menu .widget .widget-heading:before {
  display: none;
}

.apus-vertical-menu .aligned-left:hover > a:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.apus-vertical-menu .aligned-left > .dropdown-menu {
  top: 0;
  left: 100%;
  margin: 0 0 0 -8px;
  border-radius: 0 0px 0px 0;
  border-left: 1px solid #E4E4E4;
}

.apus-vertical-menu .aligned-right:hover > a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.apus-vertical-menu .aligned-right > .dropdown-menu {
  border-radius: 0px 0 0 0px;
  border-right: 1px solid #E4E4E4;
  top: 0;
  right: 100%;
  left: inherit;
  margin: 0 -8px 0 0;
}

.apus_custom_menu.center {
  text-align: center;
}

.apus_custom_menu.center li {
  display: inline-block;
  margin: 0 15px;
}

.apus_custom_menu.left {
  text-align: left;
}

.apus_custom_menu.right {
  text-align: right;
}

.apus_custom_menu.inline li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .apus_custom_menu.inline li {
    margin-right: 40px;
  }
}

.apus_custom_menu.inline li:last-child {
  margin: 0;
}

.slick-carousel {
  position: relative;
  margin-right: -8px;
  margin-left: -8px;
}

@media (min-width: 768px) {
  .slick-carousel {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.slick-carousel .slick-arrow {
  background: #fff;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: var(--hadiman-link-color);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  border: 1px solid #E4E4E4;
  border-radius: 0px;
}

@media (min-width: 1025px) {
  .slick-carousel .slick-arrow {
    width: 48px;
    height: 48px;
    font-size: 25px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.slick-carousel .slick-arrow .textnav {
  display: none;
}

.slick-carousel .slick-arrow:hover, .slick-carousel .slick-arrow:focus {
  color: #fff;
  background: var(--hadiman-link-color);
  border-color: var(--hadiman-link-color);
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-carousel .slick-prev {
  left: 5px;
}

@media (min-width: 1460px) {
  .slick-carousel .slick-prev {
    left: -10px;
  }
}

.slick-carousel .slick-next {
  right: 5px;
}

@media (min-width: 1460px) {
  .slick-carousel .slick-next {
    right: -10px;
  }
}

.slick-carousel .slick-slide {
  outline: none !important;
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .slick-carousel .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.slick-carousel.no-gap {
  margin: 0;
}

.slick-carousel.no-gap .slick-slide {
  padding-left: 0;
  padding-right: 0;
}

.slick-carousel.gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.slick-carousel.gap-10 .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-carousel.gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.slick-carousel.gap-20 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.slick-carousel.show-text .textnav {
  display: inline-block;
  margin: 0 2px;
}

.slick-carousel.show-text .slick-arrow {
  width: auto;
  height: auto;
  background: transparent !important;
  font-weight: 500;
  font-size: 12px;
  color: var(--hadiman-link-color);
}

.slick-carousel.show-text .slick-arrow:hover, .slick-carousel.show-text .slick-arrow:active, .slick-carousel.show-text .slick-arrow:focus {
  color: var(--hadiman-theme-color);
}

.slick-carousel.show-text .slick-prev {
  left: 0;
  right: inherit;
}

.slick-carousel.show-text .slick-next {
  right: 0;
  left: inherit;
}

.slick-carousel .slick-track {
  margin: inherit;
}

.slick-carousel.arrow-large .slick-arrow {
  width: 40px;
  height: 50px;
}

@media (min-width: 1025px) {
  .slick-carousel.arrow-large .slick-arrow {
    width: 44px;
    height: 68px;
  }
}

.slick-carousel.st_leftbottom {
  padding-bottom: 55px;
}

@media (min-width: 1025px) {
  .slick-carousel.st_leftbottom {
    padding-bottom: 80px;
  }
}

.slick-carousel.st_leftbottom .slick-arrow {
  top: inherit;
  bottom: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slick-carousel.st_leftbottom .slick-prev {
  left: 8px;
}

@media (min-width: 768px) {
  .slick-carousel.st_leftbottom .slick-prev {
    left: 15px;
  }
}

.slick-carousel.st_leftbottom .slick-next {
  left: 60px;
  right: inherit;
}

@media (min-width: 768px) {
  .slick-carousel.st_leftbottom .slick-next {
    left: 65px;
  }
}

@media (min-width: 1025px) {
  .slick-carousel.st_leftbottom .slick-next {
    left: 80px;
  }
}

@media (min-width: 768px) {
  .slick-carousel.st_topright .slick-arrow {
    top: -20px;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

@media (min-width: 768px) and (min-width: 1201px) {
  .slick-carousel.st_topright .slick-arrow {
    top: -40px;
  }
}

@media (min-width: 768px) {
  .slick-carousel.st_topright .slick-next {
    right: 15px;
  }
  .slick-carousel.st_topright .slick-prev {
    right: 75px;
    left: inherit;
  }
}

.slick-carousel .slick-dots {
  margin: 0 !important;
  padding: 1.875rem 0 0;
  text-align: center;
  list-style: none;
  line-height: 1;
}

.slick-carousel .slick-dots li {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
  border: 1px solid transparent;
  padding: 3px;
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
}

.slick-carousel .slick-dots li button {
  border: none;
  display: block;
  text-indent: -9999em;
  width: 8px;
  height: 8px;
  border: 1px solid var(--hadiman-link-color);
  padding: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.slick-carousel .slick-dots li.slick-active {
  border-color: var(--hadiman-link-color);
}

.slick-carousel .slick-dots li.slick-active button {
  background: var(--hadiman-link-color);
}

.widget-googlemap {
  position: relative;
}

.widget-googlemap .apus-google-map {
  z-index: 1;
}

.widget-googlemap .map-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget-googlemap .content-info {
  position: relative;
  z-index: 9;
  background: rgba(17, 17, 17, 0.8);
  padding: 30px;
}

@media (min-width: 1024px) {
  .widget-googlemap .content-info {
    padding: 65px 65px 40px;
  }
}

.widget-googlemap .description {
  margin: 0 0 35px;
}

.widget-googlemap .info-wrapper {
  margin: 0 0 40px;
}

.widget-googlemap .info-wrapper:nth-child(2n) {
  font-weight: normal;
}

.widget-googlemap .info-wrapper .icon {
  width: 70px;
  height: 70px;
  line-height: 76px;
  text-align: center;
  border: 2px dashed #3f4143;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}

.widget-googlemap .info-wrapper .icon i {
  font-size: 28px;
}

.widget-googlemap .info-wrapper .des {
  color: #fff;
  overflow: hidden;
  margin: 6px 0 0;
}

.widget-googlemap .info-top {
  border-bottom: 2px dashed #414445;
  overflow: hidden;
}

.widget-googlemap .info-bottom {
  margin: 40px 0;
}

.widget-googlemap .info-bottom a {
  display: inline-block;
  text-align: center;
  line-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #101416;
  background: #3f4143;
}

.widget-googlemap .info-bottom a:hover, .widget-googlemap .info-bottom a:active {
  background-color: var(--hadiman-theme-color);
  color: #0e1113;
}

.widget-googlemap .info-bottom a + a {
  margin-left: 12px;
}

.widget-socials .social {
  padding: 0;
  list-style: none;
  margin: 0;
}

.widget-socials .social > li {
  padding: 0;
  display: inline-block;
  margin-right: 5px;
}

@media (min-width: 1201px) {
  .widget-socials .social > li {
    margin-right: 10px;
  }
}

.widget-socials .social > li:last-child {
  margin: 0;
}

.widget-socials .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 35px;
  height: 35px;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  color: var(--hadiman-link-color);
}

@media (min-width: 1025px) {
  .widget-socials .social a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

.widget-socials .social a:hover, .widget-socials .social a:focus {
  border-color: var(--hadiman-theme-color);
  color: var(--hadiman-theme-color);
}

.widget-socials.st_normal .social a {
  border: 0;
  width: auto;
  height: auto;
}

.widget-list-icon {
  gap: 10px;
}

.widget-list-icon .list-icon {
  line-height: 0.8;
}

.widget-list-icon .list-icon + .list-icon {
  padding-left: 10px;
  border-left: 1px solid #616265;
}

.widget-list-icon .title_link {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.widget-list-icon.style_2 .list-icon {
  line-height: 1.5;
  border: 0;
  padding: 0;
}

.list-icon.style_2 .title_link {
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 1201px) {
  .list-icon.style_2 .title_link {
    font-size: 20px;
  }
}

.list-icon.style_2 .des {
  color: #616265;
}

.list-icon.style_2 .features-box-image {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--hadiman-theme-color);
  width: 48px;
  height: 48px;
  font-size: 23px;
}

@media (min-width: 1201px) {
  .list-icon.style_2 .features-box-image {
    width: 56px;
    height: 56px;
    font-size: 27px;
  }
}

.list-icon.style_2 .features-box-image + .box-content {
  padding-left: 12px;
}

.list-icon.style_2:hover .features-box-image {
  color: var(--hadiman-theme-color);
}

.vertical-icon {
  position: relative;
  display: block;
  width: 25px;
  height: 12px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}

.vertical-icon:after, .vertical-icon:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: var(--hadiman-link-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.vertical-icon:after {
  width: 25px;
  height: 2px;
  top: 0;
  bottom: inherit;
}

.vertical-icon:focus:before, .vertical-icon:hover:before {
  width: 100%;
}

.navbar-wrapper .close-navbar-sidebar {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: var(--hadiman-link-color);
  background-color: var(--hadiman-second-color) !important;
  position: absolute;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

@media (min-width: 1200px) {
  .navbar-wrapper .close-navbar-sidebar {
    font-size: 15px;
    top: 40px;
    right: 40px;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}

.navbar-wrapper .close-navbar-sidebar:hover, .navbar-wrapper .close-navbar-sidebar:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-wrapper .navbar-sidebar-wrapper {
  z-index: 3;
  position: fixed;
  overflow-y: auto;
  scrollbar-width: thin;
  right: 0;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 450px;
  max-width: 80%;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.navbar-wrapper .navbar-sidebar-wrapper.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.navbar-wrapper .navbar-sidebar-overlay {
  background: rgba(10, 35, 87, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: no-drop;
  visibility: hidden;
  z-index: 2;
}

.navbar-wrapper .navbar-sidebar-overlay.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-wrapper.st_left .navbar-sidebar-wrapper {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  right: initial;
  left: 0;
}

.navbar-wrapper.st_left .navbar-sidebar-wrapper.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.wpml-ls-legacy-dropdown {
  width: auto;
}

.wpml-ls-legacy-dropdown > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.wpml-ls-legacy-dropdown a {
  display: block;
  padding: 3px 10px;
  border: 0;
  background-color: transparent;
  line-height: 1.87;
}

.wpml-ls-legacy-dropdown a span {
  vertical-align: baseline;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  padding: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover a.wpml-ls-item-toggle {
  color: #fff;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  position: absolute;
  z-index: 2;
  top: inherit;
  bottom: 100%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 0px;
  font-size: 14px;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0 0 13px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  min-width: 130px;
  padding: 15px 20px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  padding: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 20px;
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  background-color: rgba(255, 255, 255, 0.05);
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  padding: 7px 20px;
  font-size: 14px;
  border-radius: 0px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 13px;
  bottom: 100%;
  left: 0;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: inline-block;
  margin-left: 0.4em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover {
  color: #fff;
}

.widget_icl_lang_sel_widget.st_normal .wpml-ls-current-language a.wpml-ls-item-toggle {
  border: 1px solid #E4E4E4;
  color: var(--hadiman-text-color);
  background: #fff;
}

.widget_icl_lang_sel_widget.st_normal .wpml-ls-current-language:hover a.wpml-ls-item-toggle {
  color: var(--hadiman-second-color);
  border-color: #222;
  background: #fff;
}

.social-link {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.social-link li {
  display: inline-block;
  margin: 0 5px;
}

.social-link li a {
  background: #f4f4f4 none repeat scroll 0 0;
  border-radius: 100%;
  color: var(--hadiman-text-color);
  display: inline-block;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  border: 1px solid #E4E4E4;
}

.social-link.lighten li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.widget-gallery .image {
  position: relative;
}

.widget-gallery .image:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--hadiman-theme-color);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}

.widget-gallery .image .content-cover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.widget-gallery .image:hover:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.widget-gallery .image:hover .content-cover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget-gallery .popup-image-gallery {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background: #fff;
  font-size: 24px;
  color: var(--hadiman-theme-color);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.widget-gallery .popup-image-gallery:hover, .widget-gallery .popup-image-gallery:active {
  color: var(--hadiman-theme-color);
  background: #e6e6e6;
}

.widget-gallery .title {
  font-size: 24px;
  font-size: var(--hadiman-main-font);
  margin: 0;
  color: #fff;
}

.widget-gallery .description {
  color: #e0dede;
  font-size: 12px;
  margin-bottom: 20px;
}

.widget-gallery .gutter-default {
  margin-left: 0;
  margin-right: 0;
}

.widget-gallery .gutter-default > div {
  padding-right: 0;
  padding-left: 0;
}

.widget-gallery.gutter30 .title {
  font-size: 18px;
}

.widget-gallery.gutter30 .image {
  margin-bottom: 30px;
}

.widget-gallery.gutter30 .description {
  margin-bottom: 10px;
}

.widget-gallery.gutter30 .gutter-default {
  margin-left: -15px;
  margin-right: -15px;
}

.widget-gallery.gutter30 .gutter-default > div {
  padding-right: 15px;
  padding-left: 15px;
}

.item-grid-features {
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .item-grid-features {
    margin-bottom: 1.875rem;
  }
}

.item-features-inner-style1 {
  border: 1px solid #E4E4E4;
  padding: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 1201px) {
  .item-features-inner-style1 {
    padding: 1.875rem;
  }
}

.item-features-inner-style1 .title {
  font-size: 18px;
  margin: 10px 0 0;
}

@media (min-width: 1201px) {
  .item-features-inner-style1 .title {
    font-size: 24px;
    margin-top: 20px;
  }
}

.item-features-inner-style1 .features-box-image {
  font-size: 30px;
  line-height: 1;
}

@media (min-width: 1201px) {
  .item-features-inner-style1 .features-box-image {
    font-size: 50px;
  }
}

.item-features-inner-style1 .description {
  color: #616265;
  margin-top: 7px;
}

@media (min-width: 1201px) {
  .item-features-inner-style1 .description {
    margin-top: 12px;
  }
}

.item-features-inner-style1:hover {
  border-color: var(--hadiman-link-color);
}

.item-features-inner-style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.item-features-inner-style2 .top-inner {
  flex-shrink: 0;
}

.item-features-inner-style2 .top-inner + .features-box-content {
  padding-left: 15px;
}

@media (min-width: 1201px) {
  .item-features-inner-style2 .top-inner + .features-box-content {
    padding-left: 25px;
  }
}

.item-features-inner-style2 .features-box-content {
  flex-grow: 1;
}

.item-features-inner-style2 .title {
  font-size: 18px;
  margin: 0;
}

@media (min-width: 1201px) {
  .item-features-inner-style2 .title {
    font-size: 24px;
  }
}

.item-features-inner-style2 .features-box-image {
  font-size: 30px;
  line-height: 1;
}

@media (min-width: 1201px) {
  .item-features-inner-style2 .features-box-image {
    font-size: 50px;
  }
}

.item-features-inner-style2 .description {
  color: #616265;
  margin-top: 7px;
}

@media (min-width: 1201px) {
  .item-features-inner-style2 .description {
    margin-top: 12px;
  }
}

@-webkit-keyframes loop-anim-right {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes loop-anim-right {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 1201px) {
  .widget-list-scrolls .slick-carousel {
    margin-left: -30px;
    margin-right: -30px;
  }
  .widget-list-scrolls .slick-carousel .slick-slide {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.list-scrolls {
  gap: 10px 15px;
}

@media (min-width: 768px) {
  .list-scrolls {
    gap: 10px 30px;
  }
}

@media (min-width: 1201px) {
  .list-scrolls {
    gap: 10px 60px;
  }
}

.list-scrolls .features-box-image {
  width: 35px;
  text-align: center;
}

.list-scrolls .title_text {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
  font-size: 30px;
  color: transparent;
  -webkit-text-stroke: 2px #E4E4E4;
}

@media (min-width: 768px) {
  .list-scrolls .title_text {
    font-size: 40px;
  }
}

@media (min-width: 1201px) {
  .list-scrolls .title_text {
    font-size: 56px;
  }
}

.list-scrolls .title_text:hover, .list-scrolls .title_text:focus {
  -webkit-text-stroke: 2px var(--hadiman-theme-color);
}

.widget-testimonials .slick-carousel .slick-dots {
  text-align: inherit;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .widget-testimonials .slick-carousel .slick-dots {
    padding-left: 0.9375rem;
  }
}

.widget-testimonials .star .inner {
  position: relative;
  color: #E4E4E4;
  font-size: 16px;
  width: 107px;
  letter-spacing: 4px;
}

@media (min-width: 1201px) {
  .widget-testimonials .star .inner {
    font-size: 20px;
    width: 137px;
    letter-spacing: 6px;
  }
}

.widget-testimonials .star .inner:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.widget-testimonials .w-percent {
  color: var(--hadiman-link-color);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.widget-testimonials .w-percent:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.testimonials-item-style1 .avarta {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: relative;
}

.testimonials-item-style1 .wrapper-avarta + .info-testimonials {
  padding-left: 15px;
}

.testimonials-item-style1 .star {
  margin-bottom: 15px;
}

.testimonials-item-style1 .name-client {
  font-size: 18px;
  margin: 0;
}

@media (min-width: 1201px) {
  .testimonials-item-style1 .name-client {
    font-size: 20px;
  }
}

.testimonials-item-style1 .description {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .testimonials-item-style1 .description {
    font-size: 18px;
  }
}

@media (min-width: 1201px) {
  .testimonials-item-style1 .description {
    font-size: 24px;
  }
}

.testimonials-item-style1 .job {
  margin-top: 5px;
  color: #616265;
}

.testimonials-item-style1 .inner-bottom {
  margin-top: 15px;
}

@media (min-width: 1201px) {
  .testimonials-item-style1 .inner-bottom {
    margin-top: 20px;
  }
}

.testimonials-item-style2 {
  padding: 15px;
  border: 1px solid #E4E4E4;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 1201px) {
  .testimonials-item-style2 {
    padding: 27px;
  }
}

.testimonials-item-style2 .star .inner {
  font-size: 17px;
  width: 122px;
  margin-bottom: 10px;
}

.testimonials-item-style2 .avarta {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: relative;
}

.testimonials-item-style2 .name-client {
  font-size: 18px;
  margin: 0;
}

@media (min-width: 1201px) {
  .testimonials-item-style2 .name-client {
    font-size: 20px;
  }
}

.testimonials-item-style2 .job {
  margin-top: 5px;
  color: #616265;
}

@media (min-width: 768px) {
  .testimonials-item-style2 .description {
    font-size: 18px;
  }
}

.testimonials-item-style2 .inner-bottom {
  border-top: 1px solid #E4E4E4;
  margin-top: 25px;
  padding-top: 25px;
}

.testimonials-item-style2 .wrapper-avarta + .info-testimonials {
  padding-left: 15px;
}

.testimonials-item-style2:hover {
  border-color: var(--hadiman-theme-color);
}

.testimonials-item3 .avarta {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: relative;
}

.testimonials-item3 .wrapper-avarta + .info-testimonials {
  padding-left: 15px;
}

.testimonials-item3 .star .inner {
  font-size: 17px;
  width: 122px;
  margin-bottom: 10px;
}

.testimonials-item3 .name-client {
  font-size: 18px;
  margin: 0;
}

@media (min-width: 1201px) {
  .testimonials-item3 .name-client {
    font-size: 20px;
  }
}

.testimonials-item3 .description {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .testimonials-item3 .description {
    font-size: 18px;
  }
}

.testimonials-item3 .job {
  margin-top: 5px;
  color: #616265;
}

.testimonials-item3 .inner-top {
  margin-bottom: 15px;
}

@media (min-width: 1201px) {
  .testimonials-item3 .inner-top {
    margin-bottom: 20px;
  }
}

.testimonials-item4 {
  gap: 10px;
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .testimonials-item4 {
    margin-bottom: 40px;
    gap: 15px;
  }
}

.testimonials-item4 .description {
  line-height: 1.4;
  font-weight: 600;
  font-size: 17px;
}

@media (min-width: 768px) {
  .testimonials-item4 .description {
    font-size: 20px;
  }
}

@media (min-width: 1025px) {
  .testimonials-item4 .description {
    font-size: 30px;
  }
}

.testimonials-item4 .name-client {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
}

.testimonials-item5 .star {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .testimonials-item5 .star {
    margin-bottom: 20px;
  }
}

.testimonials-item5 .star .w-percent {
  color: #F4AA1A;
}

.testimonials-item5 .description {
  line-height: 1.6;
  font-size: 18px;
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  .testimonials-item5 .description {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .testimonials-item5 .description {
    font-size: 24px;
  }
}

.testimonials-item5 .name-client {
  margin: 0 0 7px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .testimonials-item5 .name-client {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .testimonials-item5 .name-client {
    font-size: 24px;
  }
}

.testimonials-item5 .job {
  font-size: 14px;
  color: #616265;
}

.wrapper-testimonial-thumbnail {
  max-width: 500px;
  margin: 15px auto 0;
}

@media (min-width: 1200px) {
  .wrapper-testimonial-thumbnail {
    margin-top: 1.875rem;
  }
}

.wrapper-testimonial-thumbnail .slick-carousel {
  margin-left: -5px;
  margin-right: -5px;
}

.wrapper-testimonial-thumbnail .slick-carousel .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}

.wrapper-testimonial-thumbnail .avarta {
  cursor: pointer;
  max-width: 100%;
  margin: auto;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 8px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .wrapper-testimonial-thumbnail .avarta {
    width: 92px;
    height: 92px;
  }
}

.wrapper-testimonial-thumbnail .avarta img {
  border-radius: 50%;
}

.wrapper-testimonial-thumbnail .avarta:hover, .wrapper-testimonial-thumbnail .avarta:focus {
  border-color: var(--hadiman-theme-color);
}

.wrapper-testimonial-thumbnail .slick-current .avarta {
  border-color: var(--hadiman-theme-color);
}

@media (max-width: 767px) {
  .widget-nav-menu .widget-title {
    cursor: pointer;
  }
  .widget-nav-menu .widget-title:after {
    display: inline-block;
    margin-left: 15px;
    content: "\e3d4";
    font-family: "Phosphor" !important;
    float: right;
  }
  .widget-nav-menu .widget-title.active:after {
    content: "\e32a";
  }
  .widget-nav-menu .widget-title + .widget-content {
    display: none;
    width: 100% !important;
    margin-bottom: 15px;
  }
}

.widget-nav-menu li {
  margin: 0 0 8px;
}

.widget-nav-menu li > a {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
}

.widget-nav-menu li.active > a, .widget-nav-menu li:hover > a, .widget-nav-menu li.current-cat-parent > a, .widget-nav-menu li.current-cat > a {
  color: var(--hadiman-link_hover_color);
}

.widget-nav-menu li:last-child {
  margin: 0;
}

.widget-nav-menu.st_line li {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

@media (min-width: 1200px) {
  .widget-nav-menu.st_line li {
    margin-right: 40px;
  }
}

.widget-nav-menu.st_line li:last-child {
  margin-right: 0;
}

.widget-nav-menu.st_circle li a {
  text-decoration: none !important;
}

.widget-nav-menu.st_circle li a:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #CCCCCC;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  margin-top: -3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widget-nav-menu.st_circle li a:hover:before, .widget-nav-menu.st_circle li a:focus:before {
  background-color: var(--hadiman-link_hover_color);
}

.widget-nav-menu.st_circle li:hover > a:before, .widget-nav-menu.st_circle li.current-cat-parent > a:before, .widget-nav-menu.st_circle li.current-cat > a:before, .widget-nav-menu.st_circle li.active > a:before {
  background-color: var(--hadiman-link_hover_color);
}

form.mc4wp-form [type="email"] {
  color: #fff;
}

form.mc4wp-form [type="email"]::-webkit-input-placeholder {
  /* Edge */
  color: #A1A2A8;
}

form.mc4wp-form [type="email"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A1A2A8;
}

form.mc4wp-form [type="email"]::placeholder {
  color: #A1A2A8;
}

form.mc4wp-form .form-control {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1201px) {
  form.mc4wp-form .btn {
    height: 56px;
  }
}

.widget-brand .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.widget-brand .row {
  gap: 15px 0;
}

@media (min-width: 1201px) {
  .widget-brand .row {
    gap: 40px 0;
  }
}

.widget-brand .row .brand-item {
  text-align: left;
}

.brand-item {
  text-align: center;
}

.brand-item img {
  display: inline;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.brand-item img:hover, .brand-item img:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.text-theme {
  color: var(--hadiman-theme-color) !important;
}

.text-link {
  color: var(--hadiman-link-color) !important;
}

.text-hover-link {
  color: var(--hadiman-link_hover_color) !important;
}

.text-white {
  color: #fff !important;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.bg-theme {
  background: var(--hadiman-theme-color);
}

.border-theme {
  border-color: var(--hadiman-theme-color);
}

.radius-3x {
  border-radius: 3px !important;
}

.radius-50 {
  border-radius: 50px !important;
}

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

.deleted_wpb_single_image:before {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  width: 100%;
  height: 100%;
  background: var(--hadiman-theme-color);
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
}

.deleted_wpb_single_image:after {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  top: 1.875rem;
  left: 1.875rem;
  right: 1.875rem;
  bottom: 1.875rem;
  border: 1px solid #fff;
  z-index: 3;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.deleted_wpb_single_image:hover:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.deleted_wpb_single_image:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.widget-team {
  background: #fff;
  padding: 15px;
}

@media (min-width: 1201px) {
  .widget-team {
    padding: 25px;
  }
}

.widget-team .name-team {
  font-size: 18px;
  margin: 0;
}

@media (min-width: 1201px) {
  .widget-team .name-team {
    font-size: 24px;
  }
}

.widget-team .listing {
  color: #616265;
  margin-top: 5px;
}

@media (min-width: 1201px) {
  .widget-team .listing {
    margin-top: 10px;
  }
}

.widget-team .social {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 8px;
}

.widget-team .social a {
  width: 32px;
  height: 32px;
  border: 1px solid #E4E4E4;
}

@media (min-width: 1201px) {
  .widget-team .social a {
    font-size: 20px;
    width: 44px;
    height: 44px;
  }
}

.widget-team .social a:hover, .widget-team .social a:focus {
  color: #fff;
  background: var(--hadiman-theme-color);
  border-color: var(--hadiman-theme-color);
}

.widget-team .team-image {
  width: 44%;
  overflow: hidden;
}

.widget-team .team-image img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.widget-team .content {
  width: 56%;
  padding-left: 0.9375rem;
}

@media (min-width: 768px) {
  .widget-team .content {
    padding-left: 20px;
  }
}

@media (min-width: 1201px) {
  .widget-team .content {
    padding-left: 1.875rem;
  }
}

.widget-team:hover .team-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.widget-team-style2 .team-image {
  margin-bottom: 20px;
  overflow: hidden;
}

.widget-team-style2 .team-image img {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.widget-team-style2 .name-team {
  font-size: 18px;
  margin: 0;
}

@media (min-width: 1201px) {
  .widget-team-style2 .name-team {
    font-size: 24px;
  }
}

.widget-team-style2 .listing {
  margin: 10px 0 0;
  color: #616265;
}

.widget-team-style2 .social {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 8px;
  position: absolute;
  top: 12px;
  right: 12px;
}

.widget-team-style2 .social li {
  -webkit-transform: translateX(6rem);
  -moz-transform: translateX(6rem);
  -ms-transform: translateX(6rem);
  -o-transform: translateX(6rem);
  transform: translateX(6rem);
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
  transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
}

.widget-team-style2 .social a {
  width: 32px;
  height: 32px;
  background: #fff;
  color: var(--hadiman-link-color);
  border: 1px solid #E4E4E4;
}

@media (min-width: 1201px) {
  .widget-team-style2 .social a {
    font-size: 20px;
    width: 44px;
    height: 44px;
  }
}

.widget-team-style2 .social a:hover, .widget-team-style2 .social a:focus {
  color: #fff;
  background: var(--hadiman-theme-color);
  border-color: var(--hadiman-theme-color);
}

.widget-team-style2:hover .team-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.widget-team-style2:hover .social li {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.widget-team-style2:hover .social li:nth-child(n + 2) {
  transition-delay: 100ms;
}

.widget-team-style2:hover .social li:nth-child(n + 3) {
  transition-delay: 200ms;
}

.widget-team-style2:hover .social li:nth-child(n + 4) {
  transition-delay: 300ms;
}

.widget-team-style2:hover .social li:nth-child(n + 5) {
  transition-delay: 400ms;
}

.row-percent {
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .row-percent {
    flex-wrap: wrap;
  }
  .row-percent .item {
    width: 100%;
  }
}

@media (min-width: 1201px) {
  .row-percent .form-control,
  .row-percent .btn {
    height: 56px;
  }
}

.request-appointment textarea.form-control {
  height: 85px !important;
}

@media (min-width: 1201px) {
  .request-appointment .btn {
    height: 56px;
  }
}

.book-appointment textarea.form-control {
  height: 165px !important;
}

.widget_apus_vertical_menu {
  border-left: 4px solid #2e2d2d;
}

.widget_apus_vertical_menu .widget-title {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 15px 1.875rem 0;
}

.widget_apus_vertical_menu .apus-vertical-menu {
  border: none;
}

.widget_apus_vertical_menu .apus-vertical-menu > li {
  margin-left: -4px;
}

.widget_apus_vertical_menu .apus-vertical-menu > li > a {
  border-left: 4px solid transparent;
  font-size: 16px;
  padding: 0 1.875rem;
}

.widget_apus_vertical_menu .apus-vertical-menu > li.active > a, .widget_apus_vertical_menu .apus-vertical-menu > li:hover > a {
  border-color: var(--hadiman-theme-color);
}

.nav.tabs-product {
  border: none;
  margin: 0;
  gap: 10px 15px;
}

@media (min-width: 1201px) {
  .nav.tabs-product {
    gap: 10px 40px;
  }
}

.nav.tabs-product > li > a {
  border: none !important;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #616265;
  display: inline-block;
  background: transparent;
  position: relative;
  padding: 0 0 10px;
}

@media (min-width: 1201px) {
  .nav.tabs-product > li > a {
    font-size: 24px;
  }
}

.nav.tabs-product > li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--hadiman-link-color);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav.tabs-product > li.hover > a, .nav.tabs-product > li.active > a {
  color: var(--hadiman-link-color);
}

.nav.tabs-product > li.hover > a:before, .nav.tabs-product > li.active > a:before {
  width: 100%;
}

.updow:hover .top-img img,
.updow:hover .img img,
.updow:hover .image-wrapper img {
  -webkit-animation: updow 0.8s ease-in-out 0s infinite;
  animation: updow 0.8s ease-in-out 0s infinite;
}

.updow-infinite img {
  -webkit-animation: updow 1s ease-in-out 0s infinite;
  animation: updow 1s ease-in-out 0s infinite;
}

@-webkit-keyframes updow {
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  0%, 100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes updow {
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  0%, 100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeleft {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    -o-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
}

@keyframes fadeleft {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    -o-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
}

@-webkit-keyframes faderight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes faderight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

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

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

.custom-menu li {
  padding-left: 22px;
  margin-bottom: 18px;
  position: relative;
  line-height: 1.4;
}

.custom-menu li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #221f1f;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.custom-menu li:last-child {
  margin: 0;
}

.custom-menu li i {
  margin-right: 15px;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .custom-menu li i {
    font-size: 23px;
  }
}

.custom-menu li a {
  color: var(--hadiman-text-color);
}

.custom-menu li a:focus, .custom-menu li a:hover {
  color: var(--hadiman-link-color);
}

.custom-menu li:hover:before, .custom-menu li.active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-item {
  min-height: 100px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 0px;
  text-align: center;
  display: block;
}

.banner-item .title {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 1.25rem;
  font-size: 1.125rem;
  color: #fff;
}

.banner-item-link {
  display: block;
  position: relative;
}

.banner-item-link:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 42, 51, 0.3);
}

.banner-item-link img {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

.banner-item-link:hover img, .banner-item-link:focus img {
  -webkit-transform: scale(1.1) rotate(-1deg);
  -moz-transform: scale(1.1) rotate(-1deg);
  -ms-transform: scale(1.1) rotate(-1deg);
  -o-transform: scale(1.1) rotate(-1deg);
  transform: scale(1.1) rotate(-1deg);
}

.widget-banner-account {
  text-align: center;
  background-color: #0d6efd;
  padding: 30px 15px;
  min-height: 300px;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  /* Safari 6.1+ */
}

@media (min-width: 1200px) {
  .widget-banner-account {
    padding: 50px 30px;
    min-height: 470px;
  }
}

.widget-banner-account .title-account {
  color: #fff;
  margin: 0;
  font-size: 30px;
  margin: 0 0 12px;
}

@media (min-width: 1200px) {
  .widget-banner-account .title-account {
    font-size: 50px;
  }
}

.widget-banner-account .description {
  color: #fff;
  margin: 0 0 30px;
}

/*-----------------------------*\
        Widget video
\*-----------------------------*/
.video-wrapper-inner .video-icon {
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #fff;
  color: var(--hadiman-link-color);
  text-align: center;
  position: relative;
}

@media (min-width: 1201px) {
  .video-wrapper-inner .video-icon {
    width: 72px;
    height: 72px;
    font-size: 27px;
  }
}

.video-wrapper-inner .video-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--hadiman-theme-color-080);
  opacity: 0.2;
  filter: alpha(opacity=20);
  border-radius: 50%;
  -webkit-animation: scaleicon 2s ease-in-out 0s infinite alternate;
  animation: scaleicon 2s ease-in-out 0s infinite alternate;
}

.video-wrapper-inner .video-icon-img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 1201px) {
  .video-wrapper-inner .video-icon-img {
    width: 120px;
    height: 120px;
  }
}

.video-wrapper-inner .video-icon-img:hover, .video-wrapper-inner .video-icon-img:focus {
  animation: scaleicon 0.3s linear 1;
  -webkit-animation: scaleicon 0.3s linear 1;
  -moz-animation: scaleicon 0.3s linear 1;
}

.video-wrapper-inner .title {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-weight: 500;
  margin: 0;
  font-size: 1rem;
  padding-left: 10px;
  white-space: nowrap;
}

.video-wrapper-inner .image-wrapper + .popup-video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-wrapper-inner:hover .title, .video-wrapper-inner:focus .title {
  color: var(--hadiman-theme-color);
}

.video-wrapper-inner:hover .video-icon, .video-wrapper-inner:focus .video-icon {
  color: var(--hadiman-theme-color);
}

.item-address .description {
  color: var(--hadiman-link-color);
}

.item-address .top-inner {
  font-size: 40px;
  line-height: 1;
}

.item-address .top-inner + .address-box-content {
  padding-left: 15px;
}

.item-address .title {
  font-weight: 500;
  font-size: 17px;
  margin: 0 0 2px;
}

.widget-list-step {
  overflow: hidden;
}

.widget-list-step .box-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
}

@media (min-width: 1201px) {
  .widget-list-step .box-content {
    padding-bottom: 50px;
  }
}

.widget-list-step .list-step {
  padding-bottom: 20px;
}

@media (min-width: 1201px) {
  .widget-list-step .list-step {
    padding-bottom: 40px;
  }
}

.widget-list-step .list-step:last-child {
  padding-bottom: 0 !important;
}

.widget-list-step .list-step:last-child .features-box-image:before {
  display: none;
}

.widget-list-step .list-step:last-child .box-content {
  border-bottom: 0;
  padding-bottom: 0;
}

.widget-list-step.style2 {
  padding-left: 35px;
}

@media (min-width: 1201px) {
  .widget-list-step.style2 {
    padding-left: 50px;
  }
}

@media (min-width: 1201px) {
  .widget-list-step.style2 .list-step {
    padding-bottom: 50px;
  }
}

.widget-list-step.style2 .list-step:last-child .features-box-image:before {
  border-left-color: #fff;
  display: block;
}

.widget-list-step.style2 .box-content {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .widget-list-step.style3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}

@media (min-width: 1201px) {
  .widget-list-step.style3 {
    gap: 30px;
  }
}

.widget-list-step.style3 .box-content,
.widget-list-step.style3 .list-step {
  padding: 0;
  border: 0;
}

@media (max-width: 767px) {
  .widget-list-step.style3 .list-step {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .widget-list-step.style3 .list-step:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 167px;
    height: 55px;
    background: url("../images/direction1.png") transparent top left no-repeat;
  }
  .widget-list-step.style3 .list-step:nth-child(2n) {
    margin-top: 40px;
  }
  .widget-list-step.style3 .list-step:nth-child(2n):before {
    background-image: url("../images/direction2.png");
  }
  .widget-list-step.style3 .list-step:last-child:before {
    display: none;
  }
}

@media (min-width: 768px) {
  .widget-list-step.style4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}

@media (min-width: 1201px) {
  .widget-list-step.style4 {
    gap: 30px;
  }
}

.widget-list-step.style4 .box-content,
.widget-list-step.style4 .list-step {
  padding: 0;
  border: 0;
}

@media (max-width: 767px) {
  .widget-list-step.style4 .list-step {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .widget-list-step.style4 .list-step:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 167px;
    height: 55px;
    background: url("../images/direction1.png") transparent top left no-repeat;
  }
  .widget-list-step.style4 .list-step:nth-child(2n):before {
    top: 65px;
    background-image: url("../images/direction2.png");
  }
  .widget-list-step.style4 .list-step:last-child:before {
    display: none;
  }
}

@media (min-width: 1201px) {
  .widget-list-step.style4 .list-step:nth-child(2n):before {
    top: 120px;
  }
}

.list-step {
  position: relative;
  overflow: hidden;
  gap: 0 15px;
}

@media (min-width: 1201px) {
  .list-step {
    gap: 0 30px;
  }
}

.list-step .features-box-image {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  border-radius: 50%;
  border: 2px solid #E4E4E4;
  width: 70px;
  height: 70px;
  font-size: 30px;
  background: #fff;
  color: var(--hadiman-link-color);
}

.list-step .features-box-image svg {
  max-width: 30px;
}

@media (min-width: 1201px) {
  .list-step .features-box-image {
    width: 100px;
    height: 100px;
    font-size: 48px;
  }
  .list-step .features-box-image svg {
    max-width: 48px;
  }
}

.list-step .features-box-image:before {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  content: '';
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 200px;
  border-left: 2px dashed #E4E4E4;
}

.list-step .number {
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: var(--hadiman-theme-color);
  position: absolute;
  z-index: 1;
  top: -2px;
  right: -2px;
}

.list-step .title_link {
  margin: 0;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .list-step .title_link {
    font-size: 18px;
  }
}

@media (min-width: 1201px) {
  .list-step .title_link {
    font-size: 24px;
  }
}

.list-step .des {
  color: #616265;
  margin-top: 12px;
}

.list-step:hover .features-box-image {
  color: #fff;
  background: var(--hadiman-link-color);
  border-color: var(--hadiman-link-color);
}

.list-step.active .features-box-image {
  color: #fff;
  background: var(--hadiman-link-color);
  border-color: var(--hadiman-link-color);
}

.list-step.active .features-box-image:before {
  border-color: var(--hadiman-theme-color);
}

.list-step.style2 {
  overflow: visible;
}

.list-step.style2 .features-box-image:before {
  border-left-style: solid;
  top: 50%;
  left: -25px;
}

@media (min-width: 1201px) {
  .list-step.style2 .features-box-image:before {
    left: -40px;
  }
}

.list-step.style2 .features-box-image:after {
  content: '';
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  background: #E4E4E4;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 1201px) {
  .list-step.style2 .features-box-image:after {
    left: -50px;
  }
}

.list-step.style2:hover .features-box-image:after, .list-step.style2.active .features-box-image:after {
  border-color: var(--hadiman-theme-color);
  background: #fff;
}

.list-step.style3 {
  overflow: visible;
  display: block !important;
  text-align: center;
}

.list-step.style3 .features-box-image:before {
  border: 0;
}

.list-step.style3 .features-box-image {
  margin-bottom: 15px;
}

@media (min-width: 1201px) {
  .list-step.style3 .features-box-image {
    margin-bottom: 25px;
  }
}

.list-step.style4 {
  overflow: visible;
  display: block !important;
  text-align: center;
}

.list-step.style4 .number-text {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.list-step.style4 .features-box-image {
  outline: 2px solid transparent;
  outline-offset: 5px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 7px 7px 15px;
  width: 100px;
  height: 100px;
}

@media (min-width: 1201px) {
  .list-step.style4 .features-box-image {
    margin-bottom: 30px;
    width: 180px;
    height: 180px;
  }
}

.list-step.style4 .features-box-image:before {
  border: 0;
}

.list-step.style4 .features-box-image.img {
  background: #fff !important;
  border: 0;
}

.list-step.style4 .features-box-image.img .number {
  display: none !important;
}

.list-step.style4:hover .number-text, .list-step.style4.active .number-text {
  color: var(--hadiman-theme-color);
}

.list-step.style4:hover .features-box-image {
  outline-color: var(--hadiman-theme-color);
}

form.wpcf7-form {
  position: relative;
}

form.wpcf7-form label {
  font-weight: 400;
  margin: 0 0 5px;
  font-size: 14px;
}

form.wpcf7-form .form-group {
  margin-bottom: 20px;
}

form.wpcf7-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #616265;
}

form.wpcf7-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #616265;
}

form.wpcf7-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #616265;
}

form.wpcf7-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #616265;
}

form.wpcf7-form textarea.form-control {
  height: 120px;
}

form.wpcf7-form p:last-child {
  margin-bottom: 0;
}

form.wpcf7-form select {
  position: relative;
  background: url("../images/select2.png") #fff right 15px center no-repeat;
}

form.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 3px;
}

form.wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}

form.wpcf7-form .wpcf7-response-output {
  margin-bottom: 0;
}

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

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

.list-check i {
  margin-right: 9px;
  font-weight: 700;
}

.list-check li {
  position: relative;
  margin-bottom: 5px;
}

.list-check li:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 1201px) {
  .list-check.st2 li {
    margin-bottom: 12px;
  }
}

.list-check.st3 {
  color: var(--hadiman-link-color);
}

.list-check.st3 li {
  padding-left: 30px;
}

@media (min-width: 1201px) {
  .list-check.st3 li {
    margin-bottom: 12px;
  }
}

.list-check.st3 i {
  position: absolute;
  top: 5px;
  left: 0;
}

.list-circle {
  list-style: none;
  padding: 0;
}

.list-circle li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

@media (min-width: 1200px) {
  .list-circle li {
    margin-bottom: 17px;
  }
}

.list-circle li:before {
  content: '';
  background-color: var(--hadiman-text-color);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.list-circle.column2 {
  max-width: 600px;
}

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

.tick li {
  margin: 0 0 10px;
}

@media (min-width: 1200px) {
  .tick li {
    margin-bottom: 15px;
  }
}

.tick li:last-child {
  margin-bottom: 0;
}

.tick li i {
  margin-right: 15px;
  vertical-align: sub;
}

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

.tick-2 li {
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .tick-2 li {
    margin-bottom: 25px;
  }
}

.tick-2 li:last-child {
  margin-bottom: 0;
}

.tick-2 li i {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  vertical-align: top;
  color: #1F4B3F;
  font-size: 10px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  line-height: 27px;
}

.tick-2.st-yellow i {
  color: #fff;
  background: #C8973B;
}

.tick-2.st-green i {
  color: #fff;
  background: #5BBB7B;
}

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

.list-circle-check li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
}

@media (min-width: 1025px) {
  .list-circle-check li {
    margin-bottom: 15px;
    padding-left: 33px;
  }
}

.list-circle-check li:last-child {
  margin-bottom: 0;
}

.list-circle-check li:before {
  font-size: 8px;
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  background-color: var(--hadiman-theme-color);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 0;
}

.header-search .dropdown-toggle:after,
.header-cart .dropdown-toggle:after {
  display: none;
}

.header-search .dropdown-menu,
.header-cart .dropdown-menu {
  min-width: 300px;
  padding: 15px;
  border: 1px solid #E4E4E4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: block;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  visibility: hidden;
  right: -10px;
}

.header-search:hover .dropdown-menu,
.header-cart:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.header-search .dropdown-toggle {
  font-size: 22px;
  line-height: 1;
}

.header-search .dropdown-menu {
  padding: 5px 15px 15px;
}

.header-notice-wrapper {
  font-size: 14px;
  font-weight: 500;
  color: var(--hadiman-link-color);
  text-align: center;
  padding: 15px 0;
}

.header-notice-wrapper .header-notice-dismiss-btn {
  position: absolute;
  top: 15px;
  right: 25px;
}

.header-notice-wrapper .header-notice-dismiss-btn:hover, .header-notice-wrapper .header-notice-dismiss-btn:focus {
  color: #dc3545;
}

.line-height-1 {
  line-height: 1 !important;
}

.mb-theme {
  margin-bottom: 1.875rem !important;
}

.mb-40 {
  margin-bottom: 20px;
}

@media (min-width: 1201px) {
  .mb-40 {
    margin-bottom: 40px;
  }
}

.gap-3px {
  gap: 3px;
}

.gap-10px {
  gap: 10px;
}

.gap-20px {
  gap: 20px;
}

.w-100 .elementor-button {
  width: 100%;
}

.elementor-icon-box-title {
  margin: 0;
}

.tabs-theme .e-n-tabs-heading {
  border-bottom: 2px solid #E4E4E4;
}

.tabs-theme .e-n-tab-title {
  position: relative;
}

.tabs-theme .e-n-tab-title:before {
  content: '';
  width: 0;
  height: 2px;
  background: #D31B41;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.tabs-theme .e-n-tab-title[aria-selected="true"]:before {
  width: 100%;
}

.tabs-theme.st_yellow .e-n-tabs-heading {
  border-bottom: 1px solid #E4E4E4;
}

.tabs-theme.st_yellow:before {
  background: #FF6600;
}

.widget-revslider {
  cursor: grab;
}

.widget-revslider .rev-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.widget-revslider .tparrows {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.accordion-theme .e-n-accordion-item-title > .e-n-accordion-item-title-icon {
  margin-left: auto;
}

/* 11. widgets */
/*------------------------------------*\
    Widget
\*------------------------------------*/
.widget label {
  font-weight: 400;
}

.widget .widget_sp_image-image-link {
  display: block;
  overflow: hidden;
  position: relative;
}

.widget.widget_text img {
  margin: 15px 0;
  height: auto;
}

.widget.widget_recent_comments ul li {
  background: none;
}

.widget.widget_recent_reviews ul.product_list_widget {
  list-style: none;
}

.widget.widget_recent_reviews ul.product_list_widget li {
  padding: 15px;
  overflow: hidden;
}

.widget.widget_recent_reviews ul.product_list_widget li a img {
  float: left;
  margin-right: 10px;
}

.widget.widget_product_search .woocommerce-product-search {
  padding: 20px 15px;
}

.widget.widget_product_search .woocommerce-product-search label.screen-reader-text {
  display: none;
}

.widget.yith-woocompare-widget .products-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.widget.yith-woocompare-widget a.clear-all {
  margin-bottom: 20px;
  margin-left: 15px;
}

.widget.yith-woocompare-widget a.compare {
  margin-bottom: 20px;
  margin-right: 15px;
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
  padding: 20px 15px;
  overflow: hidden;
}

.widget.widget_recent_entries ul li a {
  display: block;
}

.widget.widget_calendar table {
  margin: 0;
  width: 100%;
}

.calendar_wrap caption {
  background: #212121;
  color: #fff;
  padding: 5px;
}

.calendar_wrap td, .calendar_wrap th {
  text-align: center;
}

.calendar_wrap tfoot {
  display: none;
}

.calendar_wrap #today {
  font-weight: normal;
  color: var(--hadiman-theme-color);
}

.form-contact .title {
  font-size: 17px;
  margin: 11.5px 0 28px;
}

.form-contact input:not(.btn),
.form-contact textarea {
  padding: 10px 30px;
  width: 100%;
  color: var(--hadiman-text-color);
}

.form-contact .contant-inner > * {
  margin: 0 0 20px;
}

.contact-topbar > * {
  margin-right: 1.875rem;
}

.contact-topbar > *:last-child {
  margin: 0;
}

.contact-topbar > * i {
  margin-right: 6px;
}

.widget_pages ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget_pages ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul {
  padding-left: 20px;
  margin-top: 15px;
}

.widget_pages ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
  list-style: none;
  margin-bottom: 15px;
}

.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_categories ul li a {
  color: var(--hadiman-text-color);
}

.widget_pages ul li a:before,
.widget_nav_menu ul li a:before,
.widget_meta ul li a:before,
.widget_archive ul li a:before,
.widget_recent_entries ul li a:before,
.widget_categories ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #CCCCCC;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}

@media (min-width: 1200px) {
  .widget_pages ul li a:before,
  .widget_nav_menu ul li a:before,
  .widget_meta ul li a:before,
  .widget_archive ul li a:before,
  .widget_recent_entries ul li a:before,
  .widget_categories ul li a:before {
    margin-right: 0.625rem;
  }
}

.widget_pages ul li:hover > a,
.widget_pages ul li.current-cat-parent > a,
.widget_pages ul li.current-cat > a,
.widget_nav_menu ul li:hover > a,
.widget_nav_menu ul li.current-cat-parent > a,
.widget_nav_menu ul li.current-cat > a,
.widget_meta ul li:hover > a,
.widget_meta ul li.current-cat-parent > a,
.widget_meta ul li.current-cat > a,
.widget_archive ul li:hover > a,
.widget_archive ul li.current-cat-parent > a,
.widget_archive ul li.current-cat > a,
.widget_recent_entries ul li:hover > a,
.widget_recent_entries ul li.current-cat-parent > a,
.widget_recent_entries ul li.current-cat > a,
.widget_categories ul li:hover > a,
.widget_categories ul li.current-cat-parent > a,
.widget_categories ul li.current-cat > a {
  color: var(--hadiman-theme-color);
}

.widget_pages ul li:hover > a:before,
.widget_pages ul li.current-cat-parent > a:before,
.widget_pages ul li.current-cat > a:before,
.widget_nav_menu ul li:hover > a:before,
.widget_nav_menu ul li.current-cat-parent > a:before,
.widget_nav_menu ul li.current-cat > a:before,
.widget_meta ul li:hover > a:before,
.widget_meta ul li.current-cat-parent > a:before,
.widget_meta ul li.current-cat > a:before,
.widget_archive ul li:hover > a:before,
.widget_archive ul li.current-cat-parent > a:before,
.widget_archive ul li.current-cat > a:before,
.widget_recent_entries ul li:hover > a:before,
.widget_recent_entries ul li.current-cat-parent > a:before,
.widget_recent_entries ul li.current-cat > a:before,
.widget_categories ul li:hover > a:before,
.widget_categories ul li.current-cat-parent > a:before,
.widget_categories ul li.current-cat > a:before {
  background-color: var(--hadiman-theme-color);
}

ul#recentcomments,
ol.wp-block-latest-comments {
  padding: 0;
}

ul#recentcomments li,
ol.wp-block-latest-comments li {
  line-height: 1.7;
}

.special .post-info {
  position: relative;
}

.special .post-info:before {
  border-width: 14px 20px;
  border-style: solid;
  border-color: #f4f4f4 transparent transparent;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
}

.special .special-items > div:nth-child(2n) .post-info {
  position: relative;
}

.special .special-items > div:nth-child(2n) .post-info:before {
  border-color: transparent transparent #f4f4f4;
  top: inherit;
  bottom: 100%;
}

/*------------------------------------*\
    Widget Contact Us
\*------------------------------------*/
.contact {
  margin: 0;
  padding: 0;
}

.contact::after {
  display: block;
  clear: both;
  content: "";
}

.contact dt {
  float: left;
  width: 30px;
  height: auto;
}

.contact dd {
  overflow: hidden;
  margin-bottom: 5px;
}

.contact .contact-icon {
  display: block;
  text-align: center;
  background: var(--hadiman-theme-color);
  float: left;
  width: 22px;
  height: 22px;
  border-radius: 2px;
}

.contact .contact-icon .fa {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 0 4px;
}

/*------------------------------------*\
    Widget Mailchip
\*------------------------------------*/
.mail-form .input-group {
  width: 100%;
  margin: 0 0 10px;
}

/*------------------------------------*\
    Widget Sidebar
\*------------------------------------*/
.apus-sidebar select, .apus-sidebar table {
  width: 100%;
}

.apus-sidebar .post-widget .blog-title, .apus-sidebar .post-widget h6 {
  margin: 0 0 5px;
  line-height: 1.4;
  font-weight: 400;
  height: 40px;
  overflow: hidden;
  font-family: var(--bs-font-sans-serif);
}

/*------------------------------------*\
    search
\*------------------------------------*/
.apus-search-form .select-category {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  min-width: 200px;
  padding-right: 12px;
  outline: none !important;
}

.apus-search-form .select-category:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: #dddddd;
  width: 1px;
  height: 20px;
}

.apus-search-form .select-category .dropdown_product_cat {
  border: 0;
  outline: none !important;
  width: calc(100% + 38px);
  height: 48px;
  padding: 0 20px;
}

.apus-search-form .title-top-search {
  font-size: 24px;
  color: var(--hadiman-link-color);
}

.apus-search-form .close-search-fix {
  font-size: 24px;
  color: #dc3545;
  cursor: pointer;
}

.apus-search-form .close-search-fix:hover, .apus-search-form .close-search-fix:active {
  color: #bd2130;
}

.apus-search-form .select2-container .select2-selection--single {
  background: #fff;
  height: 48px;
  margin: 0;
  font-size: 16px;
  color: var(--hadiman-link-color);
  outline: none !important;
}

.apus-search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}

.apus-search-form form {
  border: 1px solid #E4E4E4;
  display: table;
  width: 100%;
}

.apus-search-form form .main-search,
.apus-search-form form .btn,
.apus-search-form form > .select-category {
  display: table-cell !important;
  vertical-align: middle;
  float: none !important;
}

.apus-search-form form .btn {
  height: 50px;
  line-height: 1;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-right: -1px;
}

.apus-search-form form .btn i {
  font-size: 18px;
}

.apus-search-form form .btn i + span {
  margin-left: 5px;
}

.apus-search-form form .btn.st_small {
  padding-left: 15px;
  padding-right: 15px;
}

.apus-search-form form .form-control {
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
}

.apus-search-form form .form-control {
  height: 48px;
}

.apus-search-form form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d1d1d1;
}

.apus-search-form form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
}

.apus-search-form form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #d1d1d1;
}

.apus-search-form form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;
}

.apus-search-form form .form-control:focus {
  color: var(--hadiman-link-color);
}

.apus-search-form .hidden-search {
  cursor: pointer;
  float: right;
  font-size: 35px;
  line-height: 1.4;
  color: #dc3545;
  display: inline-block;
  margin-left: 30px;
}

.apus-search-form .main-search {
  width: 100%;
  position: relative;
}

.apus-search-form .main-search .autocomplete-list {
  text-align: left;
  margin-top: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 8;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  max-height: 350px;
  overflow: auto;
}

.apus-search-form div.twitter-typeahead {
  width: 100%;
  position: relative;
}

.apus-search-form div.twitter-typeahead span.twitter-typeahead {
  vertical-align: top;
  width: 100%;
}

.apus-search-form div.twitter-typeahead:before {
  content: '';
  position: absolute;
  top: 13px;
  right: 10px;
  width: 18px;
  height: 100%;
  background: url(../images/loading-quick.gif) no-repeat scroll 0 0/18px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9;
}

.apus-search-form div.twitter-typeahead.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-search-form .tt-menu {
  background: #fff;
  width: 100%;
  padding: 0;
  margin-top: 1px;
}

.apus-search-form .tt-menu > * {
  position: relative;
  z-index: 9;
}

.apus-search-form .tt-menu a.media {
  display: block;
  margin: 0;
  padding: 12px;
}

.apus-search-form .tt-menu a.media img {
  max-width: 60px;
}

.apus-search-form .tt-menu h4 {
  font-size: 14px;
  margin: 0;
}

.apus-search-form .tt-menu h4 strong {
  font-weight: normal;
  color: var(--hadiman-theme-color);
}

.apus-search-form .tt-menu .price {
  font-size: 13px;
  margin: 0;
}

.apus-search-form .tt-menu .tt-dataset-search > *:first-child {
  display: none;
}

.apus-search-form.style2 form {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  position: relative;
  padding-right: 40px;
}

.apus-search-form.style2 form .form-control {
  border: none !important;
  height: 45px;
  background-color: transparent;
  color: #fff;
}

.apus-search-form.style2 form .form-control:focus {
  color: #fff;
}

.apus-search-form.style2 form .btn {
  line-height: 32px;
  height: 35px;
  font-size: 16px;
  position: absolute;
  top: 6px;
  padding: 0 9px;
  right: 5px;
  border-radius: 50% !important;
}

.apus-search-form.style2 form .btn i {
  font-size: 16px;
}

.apus-search-form .autocomplete-list {
  padding: 15px;
  border-radius: 2px;
}

@media (min-width: 1200px) {
  .apus-search-form .autocomplete-list {
    padding: 20px;
  }
}

.apus-search-form .autocomplete-list-item {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #E4E4E4;
}

@media (min-width: 1200px) {
  .apus-search-form .autocomplete-list-item {
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
}

.apus-search-form .autocomplete-list-item:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.apus-search-form .autocomplete-list-item .autocompleate-media {
  display: block;
}

.apus-search-form .autocomplete-list-item .autocompleate-media:hover .name-product {
  color: var(--hadiman-link-color);
}

.apus-search-form .autocomplete-list-item img {
  width: 60px;
  max-width: none;
}

.apus-search-form .autocomplete-list-item .price {
  color: var(--hadiman-text-color);
}

.apus-search-form .autocomplete-list-item .name-product {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0 0 3px;
  font-size: 15px;
  font-family: var(--hadiman-main-font);
  font-weight: normal;
  color: var(--hadiman-text-color);
  text-transform: capitalize;
}

.apus-search-form .autocomplete-list-item .name-product strong {
  color: #dc3545;
}

.apus-search-nocategory {
  background: #f0f2f9;
  border-radius: 50px;
}

.apus-search-nocategory .form-control {
  background: #f0f2f9;
  border-color: #f0f2f9;
  color: #999591;
  border: none;
  max-width: 185px;
  font-size: 12px;
}

.apus-search-nocategory .btn {
  padding-left: 12px;
  padding-right: 12px;
  background: transparent;
  color: var(--hadiman-link-color);
  font-size: 16px;
  border-radius: 50% !important;
  border: none;
}

.apus-search-nocategory .btn:hover, .apus-search-nocategory .btn:active {
  color: #fff;
  background: var(--hadiman-theme-color);
}

.apus-search-nocategory {
  background: #f0f2f9;
  border-radius: 50px;
}

.apus-search-nocategory .form-control {
  background: #f0f2f9;
  border-color: #f0f2f9;
  color: #999591;
  border: none;
  max-width: 185px;
  font-size: 12px;
}

.apus-search-nocategory .btn {
  padding-left: 12px;
  padding-right: 12px;
  background: transparent;
  color: var(--hadiman-link-color);
  font-size: 16px;
  border-radius: 50% !important;
  border: none;
}

.apus-search-nocategory .btn:hover, .apus-search-nocategory .btn:active {
  color: #fff;
  background: var(--hadiman-theme-color);
}

.widget_search form .form-control {
  z-index: inherit !important;
  padding: 9px 0;
  border-width: 0 0 1px;
}

.widget_search form .btn-search {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  padding: 5px 0;
  border: 0;
  background: transparent !important;
}

.widget_search form .btn-search:hover, .widget_search form .btn-search:focus {
  color: var(--hadiman-theme-color);
}

/*------------------------------------*\
    Tags Widget
\*------------------------------------*/
.wp-block-tag-cloud,
.entry-tags-list,
.tagcloud {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wp-block-tag-cloud a,
.entry-tags-list a,
.tagcloud a {
  text-transform: capitalize;
  font-size: 14px !important;
  font-weight: 400;
  display: inline-block;
  padding: 0 16px;
  line-height: 32px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: var(--hadiman-link-color);
  background: #F7F7F7;
  border-radius: 0px;
}

.wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus, .wp-block-tag-cloud a.active,
.entry-tags-list a:hover,
.entry-tags-list a:focus,
.entry-tags-list a.active,
.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a.active {
  color: #fff;
  background: var(--hadiman-theme-color);
}

.wp-block-tag-cloud .entry-tags-title,
.entry-tags-list .entry-tags-title,
.tagcloud .entry-tags-title {
  margin-right: 5px;
  font-size: 1rem;
}

.widget-logo {
  padding: 1.875rem;
}

.widget-logo .item-brand > a {
  display: block;
}

.widget-logo .carousel-control {
  opacity: 0;
  filter: alpha(opacity=0);
}

.widget-logo:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-search-top .button-show-search {
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: var(--hadiman-text-color);
  line-height: 1;
  padding: 0 5px;
  background: transparent !important;
}

.apus-search-top .button-show-search:hover, .apus-search-top .button-show-search:active {
  color: var(--hadiman-theme-color);
}

.apus-search-top .content-form {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border: none;
  padding: 0;
  min-width: 280px;
}

/*-----------------------------*\
    Widget Vertical Menu
\*-----------------------------*/
.vertical-menu {
  display: none !important;
  padding: 0;
  background: #fff;
  z-index: 999;
}

.vertical-menu > .nav {
  position: relative;
  width: 100%;
  height: auto;
}

.vertical-menu > .nav .open > a, .vertical-menu > .nav .open > a:hover, .vertical-menu > .nav .open > a:focus,
.vertical-menu > .nav .active > a,
.vertical-menu > .nav .active > a:hover,
.vertical-menu > .nav .active > a:focus {
  color: var(--hadiman-theme-color);
}

.vertical-menu > .nav > li {
  float: none;
  position: static;
  border-bottom: 1px solid #E4E4E4;
}

.vertical-menu > .nav > li.active > a {
  color: var(--hadiman-theme-color);
  background: #fafafa;
}

.vertical-menu > .nav > li > a {
  color: #414141;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.vertical-menu > .nav > li > a:hover {
  color: var(--hadiman-theme-color);
  background: #fafafa;
}

.vertical-menu > .nav > li > a .fa {
  font-size: 15px;
  min-width: 15px;
  margin-right: 12px;
}

.vertical-menu > .nav > li .dropdown-menu {
  min-width: 230px;
  min-height: 100%;
  border-radius: 0;
}

.vertical-menu > .nav .product-block {
  padding: 0 !important;
  overflow: hidden;
  display: block;
}

.vertical-menu .dropdown-menu {
  margin: 0;
  padding: 1.875rem;
  border: none;
  top: 0;
}

.vertical-menu .dropdown-menu::after {
  display: block;
  clear: both;
  content: "";
}

.vertical-menu .dropdown-menu ul {
  padding: 0;
  list-style: none;
}

.vertical-menu .dropdown-menu ul li {
  line-height: 34px;
}

.vertical-menu .dropdown-menu ul li a {
  color: #414141;
}

.vertical-menu .dropdown-menu ul li a:hover, .vertical-menu .dropdown-menu ul li a.active {
  color: var(--hadiman-theme-color);
}

.vertical-menu .dropdown-menu ul ul {
  padding-left: 15px;
}

.vertical-menu .dropdown-menu .widget-title {
  border: none;
  font-size: 16px;
  padding: 0 0 15px;
  color: var(--hadiman-link-color);
}

.vertical-menu .dropdown-menu .woocommerce .product-wrapper {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.vertical-menu.menu-left .dropdown-menu {
  left: 100% !important;
  right: auto !important;
}

.vertical-menu.menu-right .dropdown-menu {
  left: auto !important;
  right: 100% !important;
}

.vertical-menu .icon-ver {
  margin-right: 10px;
}

#recentcomments {
  list-style: none;
}

#recentcomments > li {
  margin: 0 0 1em;
}

#recentcomments > li:last-child {
  margin: 0;
}

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

.widget_rss ul li {
  margin-bottom: 1rem;
}

.widget_rss ul li:last-child {
  margin-bottom: 0;
}

.widget-quicklink-menu {
  background-color: #f6f6f6;
  line-height: 35px;
}

.widget-quicklink-menu .quicklink-heading {
  background-color: #333333;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin: 0 20px 0 0;
  padding: 12px 15px 12px 25px;
  position: relative;
  text-transform: uppercase;
  font-family: var(--hadiman-main-font);
}

.woo-onsale .onsale {
  display: none;
}

.woo-onsale .product-sale-label {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #fb4949;
  color: #fff;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  line-height: 36px;
  font-size: 12px;
  font-weight: 400;
}

.widget-tabs .widget-title {
  display: inline-block;
}

.widget-tabs .nav-tabs {
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 7px;
}

.widget-tabs .nav-tabs.tabs-list-v2 {
  margin: 0 0 15px;
}

.widget-tabs .carousel-controls {
  top: -42px;
}

.widget-infor .media .fa, .widget-infor .media .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--hadiman-theme-color);
  background: #252525;
}

.contant-info .title {
  margin: 0 0 20px;
  font-size: 30px;
}

.contant-info .info-description {
  margin: 0 0 30px;
}

.contant-info .media-heading {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
}

.contant-info .media {
  margin-top: 30px;
}

.contant-info .media:hover .fa {
  border-color: #dc3545;
  color: #dc3545;
}

.contant-info .media-left {
  padding-right: 20px;
}

.contant-info .media-left .fa {
  border: 2px solid #0d6efd;
  border-radius: 50%;
  color: #0d6efd;
  font-size: 25px;
  height: 58px;
  line-height: 52px;
  text-align: center;
  width: 58px;
}

.widget_text select,
.widget_categories select,
.widget_archive select {
  width: 100%;
  padding: 8px 15px;
  height: 50px;
  border: 1px solid #E4E4E4;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: url("../images/select.png") #fff right 15px center no-repeat;
}

.widget-twitter .twitter-timeline {
  display: block !important;
}

.widget-twitter .timeline-Tweet-media {
  display: none;
}

.widget_apus_instagram {
  margin: 0;
}

.widget_apus_instagram .widget-title {
  font-size: 35px;
  font-weight: 300;
  margin: 0 0 60px;
  padding: 0;
  text-align: center;
  text-transform: inherit;
}

.widget_apus_instagram .widget-title a {
  font-weight: 400;
  color: var(--hadiman-theme-color);
}

.widget_apus_instagram .instagram-pics a {
  display: block;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

.widget_apus_instagram .instagram-pics a:hover, .widget_apus_instagram .instagram-pics a:active {
  outline: 8px solid var(--hadiman-theme-color);
  outline-offset: -8px;
}

.widget_apus_instagram .instagram-pics a:hover:before, .widget_apus_instagram .instagram-pics a:active:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.widget_apus_instagram .instagram-pics a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.widget-ticket-pricing {
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 2px dashed #E4E4E4;
  border-radius: 50px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .widget-ticket-pricing .product-block-pricing {
    max-width: 170px;
    margin: auto;
  }
}

.widget-ticket-pricing .column {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  border: 2px dashed #E4E4E4;
  border-radius: 50px;
  margin: -2px 0;
  padding: 0 10px !important;
}

.widget-ticket-pricing .column:last-child, .widget-ticket-pricing .column:first-child {
  border: none;
  margin: 0;
}

.widget-ticket-pricing.style-style2 {
  border: 1px solid #E4E4E4;
  overflow: visible;
}

.widget-ticket-pricing.style-style2 .column {
  border: 1px solid #E4E4E4;
  margin: -1px 0;
}

.widget-ticket-pricing.style-style2 .column:last-child, .widget-ticket-pricing.style-style2 .column:first-child {
  margin: 0;
  border: none;
}

.widget-ticket-pricing.style-style2 .column:hover {
  border-color: var(--hadiman-theme-color);
}

.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing .price {
  border: 1px solid var(--hadiman-theme-color);
}

.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing:before {
  border-bottom: 1px solid var(--hadiman-theme-color);
}

.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing .price {
  border: 1px solid #E4E4E4;
}

.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing:before {
  border-bottom: 1px solid #E4E4E4;
}

.widget-ticket-pricing.style-style3 {
  border: none;
  overflow: visible;
}

.widget-ticket-pricing.style-style3 .column {
  border: none;
  overflow: visible;
  margin: 20px 0;
}

.product-block-pricing .name {
  font-size: 22px;
  font-family: var(--hadiman-main-font);
  margin: 37px 0 30px;
  font-weight: 400;
  text-align: center;
}

.product-block-pricing .wrapper-pricing {
  text-align: center;
  position: relative;
}

.product-block-pricing .wrapper-pricing:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 1000px;
  height: 2px;
  border-bottom: 2px dashed #E4E4E4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -150px;
  z-index: 1;
  content: '';
}

.product-block-pricing .wrapper-pricing .price {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 2px dashed #E4E4E4;
  border-radius: 50%;
  padding: 8px;
  background: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
}

.product-block-pricing .woocommerce-Price-amount {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: var(--hadiman-link-color);
  background: #f1f1f1;
  border-radius: 50%;
}

.product-block-pricing .woocommerce-Price-amount > span {
  font-weight: 300;
}

.product-block-pricing .block-inner-content .desc {
  margin: 20px 0 35px;
}

.product-block-pricing .block-inner-content .desc strong {
  color: var(--hadiman-link-color);
}

.product-block-pricing .block-inner-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-block-pricing .block-inner-content ul li {
  margin: 0 0 5px;
}

.product-block-pricing .block-inner-content ul i {
  margin-right: 15px;
  color: var(--hadiman-theme-color);
}

.product-block-pricing .button {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.product-block-pricing .groups-button {
  margin: 40px 0 45px;
}

.product-block-pricing .groups-button .button.added {
  display: none;
}

.product-block-pricing .groups-button .added_to_cart.wc-forward {
  display: inline-block;
  padding: 4rem 0.59rem;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 25px;
  background: var(--hadiman-theme-color);
  color: #fff;
}

.product-block-pricing .groups-button .added_to_cart.wc-forward:hover, .product-block-pricing .groups-button .added_to_cart.wc-forward:active {
  color: #fff;
  background: var(--hadiman-theme-hover-color);
}

.product-block-pricing:hover .woocommerce-Price-amount {
  background-color: var(--hadiman-theme-color);
  color: #fff;
}

.product-block-pricing:hover .button {
  color: #fff !important;
}

.product-block-pricing:hover .button:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.popupnewsletter-wrapper .mfp-content {
  width: 590px;
  max-width: 90%;
}

.popupnewsletter-wrapper .apus-mfp-close {
  background: #dc3545;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 16px;
  line-height: 47px;
  border-radius: 50%;
  -webkit-transform: translate(22px, -22px);
  -ms-transform: translate(22px, -22px);
  -o-transform: translate(22px, -22px);
  transform: translate(22px, -22px);
  opacity: 1;
  filter: alpha(opacity=100);
}

.popupnewsletter-wrapper .apus-mfp-close:hover, .popupnewsletter-wrapper .apus-mfp-close:focus {
  background: #d32535;
}

.popupnewsletter-wrapper .modal-content {
  border-radius: 0;
  padding: 260px 60px 40px;
  text-align: center;
}

.popupnewsletter-wrapper .modal-content h3 {
  font-size: 20px;
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .popupnewsletter-wrapper .modal-content h3 {
    font-size: 30px;
  }
}

.popupnewsletter-wrapper .modal-content .description {
  font-family: var(--hadiman-main-font);
  font-size: 16px;
  margin: 0 0 20px;
}

.popupnewsletter-wrapper .modal-content form {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #E4E4E4;
  width: 325px;
  background: #f5f6f7;
  clear: both;
  margin: 0 auto 20px;
  border-radius: 46px;
  position: relative;
  padding-right: 46px;
}

@media (min-width: 1200px) {
  .popupnewsletter-wrapper .modal-content form {
    margin: 0 auto 40px;
  }
}

.popupnewsletter-wrapper .modal-content form:hover {
  border-color: #cbcbcb;
}

.popupnewsletter-wrapper .modal-content form .form-control {
  background: #f5f6f7;
  width: 100%;
  border: none;
  border-radius: 46px;
  height: 44px;
  display: block;
}

.popupnewsletter-wrapper .modal-content form .input-group {
  position: static;
  width: 100%;
  display: block;
}

.popupnewsletter-wrapper .modal-content form .input-group > * {
  display: block;
  float: none;
  position: static;
}

.popupnewsletter-wrapper .modal-content form [type="submit"] {
  position: absolute;
  border: none;
  padding: 0;
  z-index: 2 !important;
  top: -1px;
  right: -1px;
  z-index: 1;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 46px;
  display: inline-block;
  color: transparent;
  background: var(--hadiman-theme-color);
}

.popupnewsletter-wrapper .modal-content form [type="submit"]:before {
  content: "\f1d8";
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #fff;
  display: inline-block;
  width: 45px;
  text-align: center;
}

.popupnewsletter-wrapper .modal-content form [type="submit"]:hover, .popupnewsletter-wrapper .modal-content form [type="submit"]:focus {
  background-color: var(--hadiman-theme-hover-color);
}

.popupnewsletter-wrapper .close-dont-show:hover, .popupnewsletter-wrapper .close-dont-show:focus {
  color: #dc3545;
}

.form-login-register-inner {
  background-color: #fff;
  border-radius: 0px;
  padding: 0.9375rem;
  border: 1px solid #E4E4E4;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

@media (min-width: 1200px) {
  .form-login-register-inner {
    padding: 1.875rem;
  }
}

.form-login-register-inner .title {
  font-size: 18px;
  margin: 0 0 20px;
}

.form-login-register-inner #register-phone-cc + .select2 {
  width: 95px !important;
}

.form-login-register-inner #register-phone-cc + .select2 .select2-selection--single {
  border-radius: 4px 0 0 4px;
}

.form-login-register-inner #register-phone-cc + .select2 .select2-selection--single .select2-selection__rendered {
  padding: 10px 8px;
}

.form-login-register-inner #register-phone {
  width: calc(100% - 95px) !important;
  border-radius: 0 4px 4px 0;
  border-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-login-register-inner [for="user-remember-field"] {
  font-weight: 400;
}

.form-login-register-inner .lostpassword-link {
  margin-top: 15px;
}

.form-login-register-inner .top-login {
  background-color: #F4F4F4;
  border-radius: 0px 0px 0 0;
  padding: 10px 20px;
  margin: -20px -20px 20px;
}

@media (min-width: 1200px) {
  .form-login-register-inner .top-login {
    padding: 21px 40px;
    margin: -40px -40px 40px;
  }
}

.form-login-register-inner .nav-tabs {
  border: 0;
}

.form-login-register-inner .nav-tabs li + li {
  margin-left: 45px;
}

@media (min-width: 1200px) {
  .form-login-register-inner .nav-tabs li + li {
    margin-left: 25px;
  }
}

.form-login-register-inner .nav-tabs a {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--hadiman-text-color);
}

.form-login-register-inner .nav-tabs a.active {
  color: var(--hadiman-link-color);
}

@media (min-width: 576px) {
  .form-login-register-inner .forgot-password-text {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .form-login-register-inner [name="submitRegister"],
  .form-login-register-inner [name="submit"] {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
  }
}

.form-login-register-inner .close-magnific-popup {
  color: var(--hadiman-link-color);
  font-size: 1rem;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.form-login-register-inner .close-magnific-popup:hover, .form-login-register-inner .close-magnific-popup:focus {
  color: #dc3545;
}

.form-forgot-password-inner {
  display: none;
}

.register-form-otp {
  display: none;
}

.register-form-otp .resend {
  margin-top: 10px;
}

.register-form-otp .sent-txt {
  text-align: center;
  margin-bottom: 10px;
}

.register-form-otp .sent-txt strong {
  font-size: 18px;
}

.register-form-otp .sent-txt .no-change {
  color: #000;
  font-weight: 600;
  cursor: pointer;
}

.otp-input-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.otp-input-cont input {
  border-radius: 4px;
  border: 1px solid #E4E4E4 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: calc(20% - 20px);
  margin: 3px 10px 0;
  text-align: center;
  padding: 7px;
  outline: none;
}

.wrapper-tab-account {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F6F8F9;
  border-radius: 0px 0px 0 0;
}

.wrapper-tab-account .nav-tabs {
  border: 0;
}

.wrapper-tab-account .nav-tabs > li {
  margin: 0;
}

.wrapper-tab-account .nav-tabs > li > a {
  border: 0 !important;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 20px;
  background-color: transparent;
  color: var(--hadiman-link-color) !important;
}

@media (min-width: 1200px) {
  .wrapper-tab-account .nav-tabs > li > a {
    padding: 19px 30px;
  }
}

.wrapper-tab-account .nav-tabs > li.active > a:focus,
.wrapper-tab-account .nav-tabs > li.active > a {
  background-color: #fff;
}

.wrapper-tab-account .close-advance-popup {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 30px;
  height: 30px;
  color: var(--hadiman-link-color);
  background-color: #E6E9EC;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
}

@media (min-width: 1200px) {
  .wrapper-tab-account .close-advance-popup {
    right: 30px;
  }
}

.wrapper-tab-account .close-advance-popup i {
  font-size: 10px;
}

.wrapper-tab-account .close-advance-popup:hover, .wrapper-tab-account .close-advance-popup:focus {
  background-color: #dc3545;
  color: #fff;
}

.wrapper-tab-account + .tab-content {
  padding-top: 50px;
}

.login-form-wrapper .wp_freeio_freelancer_show,
.register-form .wp_freeio_freelancer_show {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.login-form-wrapper .form-control,
.register-form .form-control {
  margin-bottom: 20px;
  color: var(--hadiman-link-color);
}

.login-form-wrapper .lostpassword-link .back-link,
.register-form .lostpassword-link .back-link {
  color: var(--hadiman-theme-color);
  text-decoration: underline;
  display: inline-block;
  margin-top: 15px;
  font-weight: 500;
}

.login-form-wrapper .remember,
.register-form .remember {
  font-weight: 400;
  margin: 0;
  cursor: pointer;
}

.login-form-wrapper .select2-selection__arrow,
.register-form .select2-selection__arrow {
  display: none;
}

.login-form-wrapper [type="checkbox"],
.register-form [type="checkbox"] {
  margin-right: 2px;
}

.login-form-wrapper .info,
.register-form .info {
  font-size: 14px;
  margin-bottom: 10px;
}

.login-form-wrapper .link-right,
.register-form .link-right {
  text-align: right;
}

.login-form-wrapper .create-account,
.register-form .create-account {
  margin: 0 0 5px;
}

.login-form-wrapper .create-account .create,
.register-form .create-account .create {
  font-weight: 500;
}

.login-form-wrapper .forgotpassword-form-wrapper,
.register-form .forgotpassword-form-wrapper {
  display: none;
}

.login-form-wrapper #recaptcha-contact-form,
.register-form #recaptcha-contact-form {
  min-height: 88px;
}

.login-form-wrapper #recaptcha-contact-form > div,
.register-form #recaptcha-contact-form > div {
  margin: 0 auto 10px;
}

.login-form-wrapper .line-header,
.register-form .line-header {
  text-align: center;
  margin: 1.875rem 0;
  position: relative;
}

.login-form-wrapper .line-header span,
.register-form .line-header span {
  position: relative;
  color: var(--hadiman-link-color);
  font-size: 1rem;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
}

.login-form-wrapper .line-header:before,
.register-form .line-header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #E4E4E4;
}

.login-form-wrapper label,
.register-form label {
  font-size: 1rem;
  font-weight: 400;
  color: var(--hadiman-link-color);
  margin: 0 0 5px;
}

.login-form-wrapper .show_hide_password,
.register-form .show_hide_password {
  display: block;
  position: relative;
}

.login-form-wrapper .show_hide_password .toggle-password,
.register-form .show_hide_password .toggle-password {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login-form-wrapper .title,
.register-form .title {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 20px;
}

.login-form-wrapper .des-forgot,
.register-form .des-forgot {
  color: var(--hadiman-link-color);
  margin: 0 0 10px;
}

.login-form-wrapper [type="submit"],
.register-form [type="submit"] {
  margin-top: 10px;
  text-transform: capitalize;
  height: 50px;
}

.sign-in-demo-notice {
  font-size: 14px;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 0px;
  background: #F5F7F9;
  line-height: 2;
}

.sign-in-demo-notice strong {
  color: var(--hadiman-link-color);
  font-weight: 600;
}

.forgotpassword-form,
.job-apply-email-form,
.change-password-form,
.delete-profile-form,
.register-form,
.login-form {
  position: relative;
}

.forgotpassword-form:before,
.job-apply-email-form:before,
.change-password-form:before,
.delete-profile-form:before,
.register-form:before,
.login-form:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") no-repeat center center/32px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
  visibility: hidden;
}

.forgotpassword-form.loading:before,
.job-apply-email-form.loading:before,
.change-password-form.loading:before,
.delete-profile-form.loading:before,
.register-form.loading:before,
.login-form.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.inner-social {
  overflow: hidden;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.inner-social > div {
  text-align: center;
}

.inner-social > div a {
  display: inline-block;
  border: 1px solid #E4E4E4;
  background: #F5F7F9;
  width: 100%;
  padding: 10px 18px;
  border-radius: 0px;
  color: var(--hadiman-link-color);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-weight: 600;
}

.inner-social > div a:hover {
  background-color: var(--hadiman-theme-color);
  color: #fff;
  border-color: transparent;
}

.inner-social > div a:hover i {
  color: inherit !important;
}

.inner-social > div a > i {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 16px;
  margin-right: 5px;
}

.inner-social > div a.facebook-login-btn i {
  color: #1967D2;
}

.inner-social > div a.facebook-login-btn:hover, .inner-social > div a.facebook-login-btn:focus {
  background-color: #1967D2;
}

.inner-social > div a.twitter-login-btn i {
  color: #1DA1F2;
}

.inner-social > div a.twitter-login-btn:hover, .inner-social > div a.twitter-login-btn:focus {
  background-color: #1DA1F2;
}

.inner-social > div a.google-login-btn i {
  color: #D93025;
}

.inner-social > div a.google-login-btn:hover, .inner-social > div a.google-login-btn:focus {
  background-color: #D93025;
}

.inner-social > div[class*="btn-wrapper"] {
  width: calc(33.33% - 15px);
  float: left;
}

@media (max-width: 575px) {
  .inner-social > div[class*="btn-wrapper"] {
    width: calc(50% - 10px);
  }
}

.wp-block-search .wp-block-search__label {
  font-size: 1.2rem;
  margin: 0 0 18px;
  text-transform: capitalize;
  color: var(--hadiman-heading-color);
  font-weight: 500;
  line-height: 1.2;
}

.wp-block-search .wp-block-search__input {
  height: 50px;
  outline: none !important;
  padding: 5px 20px;
  border: 1px solid #E4E4E4;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.wp-block-search .wp-block-search__input:hover, .wp-block-search .wp-block-search__input:focus {
  border-color: #b1b1b1;
}

.wp-block-search .wp-block-search__button {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 50px;
  padding: 0 20px;
  border: 0;
  background: var(--hadiman-theme-color);
  color: #fff;
  border-radius: 0px;
}

.wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:focus {
  background: var(--hadiman-theme-hover-color);
}

/* 12. responsive */
/*
*  Responsive
*/
@media (min-width: 1350px) {
  .row-margin-left > .e-con-inner {
    overflow: hidden;
    width: calc( 1320px + ((100vw - 1320px) / 2));
    max-width: calc( 1320px + ((100vw - 1320px) / 2)) !important;
    padding-right: calc( (100vw - 1320px) / 2);
    left: calc( (100vw - 1320px) / 4);
    position: relative;
  }
  .row-margin-left .slick-carousel .slick-prev {
    left: 0;
  }
  .row-margin-left .slick-carousel .slick-next {
    right: 0;
  }
  .fullscreen > .slick-list {
    overflow: visible;
  }
}

@media (min-width: 1025px) {
  .d-dk-none {
    display: none !important;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .col-tablet-extra-1 {
    width: 8.33333%;
  }
  .col-tablet-extra-2 {
    width: 16.66667%;
  }
  .col-tablet-extra-3 {
    width: 25%;
  }
  .col-tablet-extra-4 {
    width: 33.33333%;
  }
  .col-tablet-extra-5 {
    width: 41.66667%;
  }
  .col-tablet-extra-6 {
    width: 50%;
  }
  .col-tablet-extra-7 {
    width: 58.33333%;
  }
  .col-tablet-extra-8 {
    width: 66.66667%;
  }
  .col-tablet-extra-9 {
    width: 75%;
  }
  .col-tablet-extra-10 {
    width: 83.33333%;
  }
  .col-tablet-extra-11 {
    width: 91.66667%;
  }
  .col-tablet-extra-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .hidden-dots .slick-dots {
    display: none;
  }
}

@media (max-width: 1199px) {
  .freelancer-item .information-right .btn,
  .project-list .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .freelancer-item .information-right .btn i,
  .project-list .btn i {
    display: none;
  }
}

@media (max-width: 991px) {
  .mobile-groups-button {
    padding: 15px 0;
    position: relative;
    z-index: 2;
  }
  .mobile-groups-button ~ .main-content {
    margin-top: 0 !important;
  }
  .inner-dashboard.container-fluid .sidebar:not(.sidebar-listing-detail) {
    top: 0 !important;
    height: 100vh !important;
  }
  .menu_short_profile li a {
    border-radius: 0px;
  }
}

@media (max-width: 767px) {
  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row > [class*="col-"]:not(.elementor-column) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  form.form-search .twitter-typeahead::before {
    right: 0;
  }
  .detail-average-rating + .detail-rating {
    margin-top: 15px;
  }
  .post-list-item-v3 .top-image {
    width: 120px;
  }
}

@media (max-width: 575px) {
  .wrapper-services-related .jobs-item-related:last-child .job-item,
  .wrapper-services-related .freelancer-item,
  .wrapper-services-related .service-item {
    margin-bottom: 0;
  }
  .header-detail-job .job-thumbnail + .job-information {
    padding: 10px 0 0;
  }
  .search-orderby-wrapper .ms-auto {
    margin-top: 0.9375rem;
  }
  .project-list .project-metas i {
    display: none;
  }
}

@media (max-width: 479px) {
  .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > *,
  .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container, .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select, .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input {
    width: 100% !important;
    margin: 0 0 5px !important;
  }
  .apus-filter .subtitle {
    display: none;
  }
  div.cmb2-wrap [id*="map_location-map"] ~ input {
    margin: 0 0 5px !important;
    width: 100%;
  }
  .comment-list .comment-reply-link .text-reply::before {
    display: none;
  }
  .woocommerce-page table.cart td.actions .coupon {
    margin: 0;
  }
  .woocommerce-page table.cart td.actions .coupon .input-text {
    margin: 0 0 1rem;
    width: 100%;
  }
}

@media (max-width: 782px) {
  .admin-bar.header_transparent #apus-header {
    top: 46px;
  }
  .admin-bar .header-mobile {
    top: 46px;
  }
}

@media (min-width: 783px) {
  .admin-bar .header-mobile {
    top: 32px;
  }
}

@media (max-width: 600px) {
  .admin-bar .header-mobile.sticky-header {
    top: 0;
  }
}
