/*------------------------------------------------------------------
[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 5px 10px 0 rgba(91, 91, 91, 0.1);
}

/********* LAYOUT **************/
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
@keyframes rotate_icon {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fl-x {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes fl-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.animate-fl-x {
  animation-name: fl-x;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.animate-fl-y {
  animation-name: fl-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

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

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

a {
  transition: all 0.2s ease-in-out 0s;
}

i {
  display: inline-block;
}

[class*=sticky-] {
  position: sticky !important;
  z-index: 2;
}

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

figcaption {
  margin: 15px 0;
  font-size: 14px;
  color: var(--gloryer-text-color);
}

button, .btn {
  white-space: nowrap;
}

fieldset {
  clear: both;
  overflow: hidden;
}

textarea {
  resize: none;
}

.form-control {
  border-width: 1px;
  border-radius: 50px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: var(--gloryer-text-color);
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: var(--gloryer-text-color);
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: var(--gloryer-text-color);
}
.form-control:-moz-placeholder { /* Firefox 18- */
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: var(--gloryer-text-color);
}

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

.post-password-form input {
  height: 43px;
  padding: 5px 10px;
}
.post-password-form input[type=submit] {
  background: var(--gloryer-theme-color);
  color: #fff;
  border: none;
  padding: 5px 25px;
}

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

.e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner,
.e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner, .elementor-spacer-inner {
  height: 30px !important;
}
@media (min-width: 1200px) {
  .e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner,
  .e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner, .elementor-spacer-inner {
    height: 90px !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;
}

.mfp-content {
  text-align: left;
}

.login-popup .mfp-content {
  max-width: 810px;
}
.login-popup .mfp-content .msg-inner {
  padding: 15px;
}
@media (min-width: 1367px) {
  .login-popup .mfp-content .msg-inner {
    padding: 1.875rem;
  }
}
.login-popup.mfp-ready .mfp-content {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.login-popup .mfp-close {
  border: 0;
  background-color: transparent !important;
  top: 18px;
  right: 15px;
  color: #006c70;
  font-size: 30px;
  transition: all 0.3s ease-in-out 0s;
}
.login-popup .mfp-close:hover, .login-popup .mfp-close:focus {
  color: #f33066;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease-in-out 0s;
  transform: translateY(-25%);
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}

.goal-mfp-zoom-in .mfp-content {
  max-width: 550px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media (min-width: 1367px) {
  .goal-mfp-zoom-in .mfp-content {
    padding: 40px;
  }
}
.goal-mfp-zoom-in.login-popup .mfp-content {
  height: auto;
}
.goal-mfp-zoom-in.login-popup .form-login-register-inner {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.goal-mfp-zoom-in .advance-search-wrapper {
  height: 100%;
}

.mfp-bg {
  background-color: #222;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.goal-quickview .mfp-inline-holder .mfp-content {
  position: relative;
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
  background: #fff;
}
@media (min-width: 1367px) {
  .goal-quickview .mfp-inline-holder .mfp-content {
    width: 1367px;
    min-height: 400px;
  }
}
.goal-quickview .mfp-inline-holder .mfp-content .details-product {
  padding: 35px 20px 20px;
  overflow: hidden;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .goal-quickview .mfp-inline-holder .mfp-content .details-product {
    padding: 0;
  }
}
.goal-quickview .mfp-inline-holder .mfp-content .woocommerce-product-details__short-description-wrapper {
  overflow: auto;
}
.goal-quickview .mfp-inline-holder .mfp-content .information-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .goal-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
    padding: 1.875rem 0 1.875rem 1.875rem;
  }
  .goal-quickview .mfp-inline-holder .mfp-content .information {
    padding: 0 1.875rem 0 0;
  }
}
@media (max-width: 767px) {
  .goal-quickview .mfp-inline-holder .mfp-content .details-product .information {
    padding-top: 10px;
  }
}
.goal-quickview .mfp-inline-holder .mfp-content .mfp-close {
  background: transparent !important;
  color: var(--gloryer-text-color);
  font-size: 30px;
  transition: all 0.2s ease-in-out 0s;
}
.goal-quickview .mfp-inline-holder .mfp-content .mfp-close:hover, .goal-quickview .mfp-inline-holder .mfp-content .mfp-close:active {
  color: #f33066;
}
.goal-quickview .mfp-inline-holder .mfp-content .wrapper-thumbs {
  margin-top: 16px;
}
.goal-quickview .mfp-inline-holder .mfp-content .slick-carousel {
  margin-left: -8px;
  margin-right: -8px;
}
.goal-quickview .mfp-inline-holder .mfp-content .slick-carousel .slick-slide {
  padding-left: 8px;
  padding-right: 8px;
}

.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;
  vertical-align: top;
  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(--gloryer-theme-color);
}
ul.list-square > li.active > a:before, ul.list-square > li:hover > a:before {
  background: var(--gloryer-theme-color);
}
ul.list-square > li > a {
  display: block;
  padding-left: 20px;
  position: relative;
}
ul.list-square > li > a:before {
  content: "";
  background: var(--gloryer-link-color);
  width: 8px;
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb {
  line-height: 1.3;
  row-gap: 8px;
}
.breadcrumb .dir-home {
  vertical-align: top;
  width: 16px;
  height: 16px;
}

.breadcrumb > a + li:before,
.breadcrumb > li + a:before,
.breadcrumb > li + li:before {
  display: inline-block;
  color: #fff;
  content: "\e649";
  font-family: themify;
  line-height: 1;
  margin: 0 10px;
  font-size: 11px;
}

.goal-breadscrumb {
  background-color: var(--gloryer-link-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  margin: 0 0 30px;
  border-radius: 0 0 30px 30px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .goal-breadscrumb {
    border-radius: 0 0 90px 90px;
    margin: 0 0 90px;
  }
}
.goal-breadscrumb.has_bg {
  background-position: 50%;
  background-size: cover;
}
.goal-breadscrumb .breadcrumb {
  margin: 0;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.goal-breadscrumb .active {
  color: var(--gloryer-link-hover-color);
}
.goal-breadscrumb a {
  color: #fff;
}
.goal-breadscrumb a:hover, .goal-breadscrumb a:focus {
  color: var(--gloryer-link-hover-color);
}
.goal-breadscrumb .wrapper-breads {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .goal-breadscrumb .wrapper-breads {
    padding: 200px 0 150px;
  }
}
.goal-breadscrumb .bread-title {
  color: #fff;
  text-transform: capitalize;
  font-size: 26px;
  margin: 0 0 10px;
  word-break: break-word;
  -ms-word-wrap: break-word;
}
@media (min-width: 1200px) {
  .goal-breadscrumb .bread-title {
    font-size: 48px;
    margin: 0 0 15px;
  }
}

.breadcrumbs-simple .breadcrumb {
  margin: 0;
}

.search-form input,
.search-form .btn {
  background: #ebedee;
  border-color: #ebedee;
  color: var(--gloryer-link-color);
}
.search-form .btn {
  padding: 1.875rem 15px;
}

.ui-autocomplete.ui-widget-content {
  padding: 15px;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 300px !important;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  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 #dfdfdf;
  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(--gloryer-theme-color);
}
.ui-autocomplete.ui-widget-content li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.add-fix-top {
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  z-index: 4;
  bottom: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  transform: translateY(20px);
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  background: var(--gloryer-theme-color);
  color: #fff;
}
@media (min-width: 1367px) {
  .add-fix-top {
    right: 20px;
    bottom: 20px;
  }
}
.add-fix-top.active {
  transform: translateY(0);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 1367px) {
  .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(--gloryer-link-hover-color);
  color: #fff;
}

.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);
  }
}
.goal-page-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, var(--gloryer-link-color), var(--gloryer-theme-color), var(--gloryer-link-color));
  background-size: 600% 600%;
  animation: gradientPulse 6s ease infinite;
  transition: opacity 0.5s ease, visibility 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

@keyframes gradientPulse {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.goal-loader-inner {
  text-align: center;
}

.goal-spinner {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.goal-page-loading.loaded {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.goal-loading-icon {
  width: 80px;
  height: auto;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  animation: fadeIn 1.2s ease-in-out infinite alternate;
}

@keyframes fadeIn {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.tab-product-center .nav-tabs {
  border: none;
  margin: 0 0 30px;
  text-align: center;
}
.tab-product-center .nav-tabs > li {
  display: inline-block;
  float: none;
  margin: 0 !important;
}
.tab-product-center .nav-tabs > li > a {
  border: none !important;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
  color: var(--gloryer-link-color);
  outline: none !important;
}
.tab-product-center .nav-tabs > li:hover a, .tab-product-center .nav-tabs > li.active a {
  color: var(--gloryer-theme-color);
}
.tab-product-center .tab-content {
  position: relative;
}
.tab-product-center .tab-content.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url(../images/loading-quick.gif) no-repeat scroll center 100px/50px auto;
}

.page-links {
  overflow: hidden;
  margin: 0 0 30px;
}
.page-links .page-links-title {
  font-weight: normal;
  color: var(--gloryer-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 #dfdfdf;
  color: var(--gloryer-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(--gloryer-theme-color);
  border-color: var(--gloryer-theme-color);
}
.page-links > span:not(.page-links-title) {
  color: #fff;
  background: var(--gloryer-theme-color);
  border-color: var(--gloryer-theme-color);
}

option {
  padding: 5px;
}

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

.goal-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  border: none !important;
  padding: 4px 25px 6px 0;
  background: transparent !important;
  color: #707070 !important;
}
.goal-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #fff;
  border: none;
  border: 1px solid #dfdfdf;
  min-width: 114px;
}
.goal-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
  border-bottom: 1px solid #dfdfdf;
  padding: 9px 10px;
}
.goal-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
  border: none !important;
  background: transparent !important;
  padding: 0;
  color: var(--gloryer-link-color);
}
.goal-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover, .goal-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:focus {
  color: var(--gloryer-link-hover-color);
}
.goal-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child {
  border: none;
}
.goal-header .wpml-ls-legacy-dropdown {
  width: auto;
}
.goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency,
.goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  padding: 0;
  border: none;
  background: transparent;
}
.goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  padding: 5px 10px;
  border-bottom: 1px solid #dfdfdf;
}
.goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency:last-child {
  border: none;
}
.goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
  font-weight: 400;
  color: #707070;
}
.goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover, .goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency.active a {
  font-weight: 400;
  color: var(--gloryer-theme-color);
}
.goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
  min-width: 80px;
  text-align: inherit;
  z-index: 99;
}
.goal-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency::after {
  font-size: 11px;
}

.goal_socials {
  list-style: none;
  padding: 0;
  margin: 0;
}
.goal_socials li {
  display: inline-block;
  margin-right: 5px;
}
.goal_socials li:last-child {
  margin-right: 0;
}
.goal_socials a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  color: var(--gloryer-text-color);
  font-size: 14px;
}
.goal_socials a:hover, .goal_socials a:focus {
  color: var(--gloryer-theme-color);
  background: #F7F8FB;
}

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

.select2-results__option {
  padding: 5px 10px;
  outline: none !important;
}

.select2-dropdown {
  border: 1px solid #dfdfdf !important;
  box-shadow: none;
  border-radius: 4px !important;
  min-width: 160px;
}

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

.select2-results > .select2-results__options {
  padding: 10px 20px;
}
.select2-results .select2-results__option {
  color: var(--gloryer-text-color);
  padding: 6px 0;
  background-color: transparent;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: 1px solid #dfdfdf;
}
@media (min-width: 1367px) {
  .select2-results .select2-results__option {
    padding: 8px 0;
  }
}
.select2-results .select2-results__option:last-child {
  border-bottom: 0;
}

.select2-container--default.select2-container .select2-selection--single {
  height: calc(1.88em + (1.24rem + 2px));
  background: #fff;
  outline: none !important;
  border-radius: 4px !important;
  border: 1px solid #dfdfdf;
  margin: 0;
  transition: all 0.3s ease-in-out 0s;
  padding: 5px 12px;
}
.select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--gloryer-text-color);
}
.select2-container--default.select2-container .select2-selection--single .select2-selection__placeholder {
  color: var(--gloryer-text-color);
}
.select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 11px;
}
.select2-container--default.select2-container .select2-selection--single .select2-selection__clear {
  line-height: 24px;
}
.select2-container--default.select2-container .select2-selection--single .select2-selection__clear:hover, .select2-container--default.select2-container .select2-selection--single .select2-selection__clear:focus {
  color: #f33066;
}

.select2-container--default.select2-container .select2-selection--multiple {
  height: calc(1.88em + (1.24rem + 2px));
  outline: none !important;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  transition: all 0.3s ease-in-out 0s;
}
.select2-container--default.select2-container .select2-selection--multiple .select2-selection__choice {
  border: 0;
  color: var(--gloryer-theme-color);
  background-color: var(--gloryer-theme-color-007);
}

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

.select2-container--default.select2-container.select2-container--open .select2-selection--single {
  border-color: rgb(210.25, 210.25, 210.25);
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  color: var(--gloryer-theme-color);
  background-color: #fff;
}

.select2-container.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  color: var(--gloryer-theme-color);
  background-color: #fff;
}

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

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

section#medical .col-md-3.col-sm-4,
.fontawesome-icon-list .col-md-3.col-sm-4 {
  padding: 10px;
}

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

.goal-social-share .share-action {
  margin-right: 10px;
  font-weight: 500;
}
@media ((max-width: 767px)) {
  .goal-social-share {
    margin-top: 15px;
  }
}
.goal-social-share a {
  text-align: center;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: var(--gloryer-link-color);
  background-color: #fff;
  border: 1px solid #dfdfdf;
  font-size: 12px;
  transition: all 0.2s ease-in-out 0s;
}
.goal-social-share a:hover, .goal-social-share a:focus {
  color: #fff;
  background-color: var(--gloryer-link-hover-color);
}
.goal-social-share a + a {
  margin-left: 5px;
}

.box-account .title {
  margin: 0 0 20px;
  font-size: 25px;
}

.space-height-20 {
  height: 20px;
  width: 100%;
  overflow: hidden;
}

.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: 4px;
}

.goal-results {
  margin-top: 10px;
}
.goal-results .goal-results-reset {
  display: inline-block;
  padding: 6px 15px;
  background: #f33066;
  color: #fff;
  white-space: nowrap;
  font-weight: 400;
  font-size: 15px;
  transition: all 0.2s ease-in-out 0s;
}
.goal-results .goal-results-reset:hover, .goal-results .goal-results-reset:active {
  color: #fff;
  background: rgb(226.8493150685, 13.1506849315, 72.3287671233);
}

.ajax-pagination {
  text-align: center;
  margin: 10px 0;
}
.ajax-pagination.goal-loader .goal-loadmore-btn {
  display: none;
}
.ajax-pagination.goal-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 .goal-loadmore-btn + .goal-allproducts {
  display: none;
}
.ajax-pagination .goal-loadmore-btn.hidden + .goal-allproducts {
  display: block;
  color: #f33066;
}

.ajax-listings-pagination {
  text-align: center;
}
.ajax-listings-pagination .goal-loadmore-btn {
  display: none;
}
.ajax-listings-pagination:not(.all-listings-loaded) .goal-loadmore-btn {
  display: inline-block;
}
.ajax-listings-pagination:not(.all-listings-loaded) .goal-allproducts {
  display: none;
}

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

.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(--gloryer-theme-color);
  border-color: var(--gloryer-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(--gloryer-link-hover-color);
  border-color: var(--gloryer-link-hover-color);
}

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

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  line-height: 1.88;
  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 #dfdfdf;
  margin-bottom: 24px;
}
table th, table td {
  border: 1px solid #dfdfdf;
  padding: 8px 15px;
}

table.wp-calendar-table th, table.wp-calendar-table td {
  padding: 6px 12px;
}

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

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

.font-medium {
  font-weight: 500;
}

.fw-500 {
  font-weight: 500;
}

.mb-50 {
  margin-bottom: 20px;
}
@media (min-width: 1367px) {
  .mb-50 {
    margin-bottom: 50px;
  }
}

/* 2. elements */
/* block */
.widget {
  margin-bottom: 1.875rem;
  position: relative;
  padding: 0px;
  background: transparent;
}
.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 15px;
  font-weight: 500;
  font-family: var(--gloryer-heading-font);
  text-transform: capitalize;
}
@media (min-width: 1367px) {
  .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 22px;
  }
}
.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 .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;
}
.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 {
  padding-bottom: 0;
}
.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(--gloryer-link-hover-color);
}
.widget .wp-block-group__inner-container > h2 {
  font-size: 18px;
}
.widget .wc-block-price-filter__title,
.widget .widget-title, .widget .widgettitle, .widget .widget-heading {
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 26px;
  font-family: var(--bs-font-sans-serif);
  text-transform: capitalize;
}
@media (min-width: 1367px) {
  .widget .wc-block-price-filter__title,
  .widget .widget-title, .widget .widgettitle, .widget .widget-heading {
    margin: 0 0 22px;
  }
}
.widget .wc-block-price-filter__title .urgent,
.widget .wc-block-price-filter__title .featured,
.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.sticky-top,
.sidebar.sticky-top,
.goal-sidebar.sticky-top {
  top: 60px;
}
.elementor-widget-sidebar .widget,
.sidebar .widget,
.goal-sidebar .widget {
  background-color: #fff;
  margin: 0 0 25px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  padding: 15px;
}
@media (min-width: 768px) {
  .elementor-widget-sidebar .widget,
  .sidebar .widget,
  .goal-sidebar .widget {
    padding: 20px 30px 30px;
    margin: 0 0 30px;
    text-align: left;
  }
}
.elementor-widget-sidebar .widget.widget_block h1, .elementor-widget-sidebar .widget.widget_block h2, .elementor-widget-sidebar .widget.widget_block h3:not(.wp-block-heading), .elementor-widget-sidebar .widget.widget_block h4, .elementor-widget-sidebar .widget.widget_block h5, .elementor-widget-sidebar .widget.widget_block h6, .elementor-widget-sidebar .widget.widget_block .h1, .elementor-widget-sidebar .widget.widget_block .h2, .elementor-widget-sidebar .widget.widget_block .h3, .elementor-widget-sidebar .widget.widget_block .h4, .elementor-widget-sidebar .widget.widget_block .h5, .elementor-widget-sidebar .widget.widget_block .h6, .elementor-widget-sidebar .widget.widget_block label:not(.wc-block-product-filter-checkbox-list__label),
.sidebar .widget.widget_block h1,
.sidebar .widget.widget_block h2,
.sidebar .widget.widget_block h3:not(.wp-block-heading),
.sidebar .widget.widget_block h4,
.sidebar .widget.widget_block h5,
.sidebar .widget.widget_block h6,
.sidebar .widget.widget_block .h1,
.sidebar .widget.widget_block .h2,
.sidebar .widget.widget_block .h3,
.sidebar .widget.widget_block .h4,
.sidebar .widget.widget_block .h5,
.sidebar .widget.widget_block .h6,
.sidebar .widget.widget_block label:not(.wc-block-product-filter-checkbox-list__label),
.goal-sidebar .widget.widget_block h1,
.goal-sidebar .widget.widget_block h2,
.goal-sidebar .widget.widget_block h3:not(.wp-block-heading),
.goal-sidebar .widget.widget_block h4,
.goal-sidebar .widget.widget_block h5,
.goal-sidebar .widget.widget_block h6,
.goal-sidebar .widget.widget_block .h1,
.goal-sidebar .widget.widget_block .h2,
.goal-sidebar .widget.widget_block .h3,
.goal-sidebar .widget.widget_block .h4,
.goal-sidebar .widget.widget_block .h5,
.goal-sidebar .widget.widget_block .h6,
.goal-sidebar .widget.widget_block label:not(.wc-block-product-filter-checkbox-list__label) {
  color: var(--gloryer-heading-color);
  display: block;
  position: relative;
  font-size: 16px;
  font-family: var(--gloryer-heading-font);
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 25px;
  padding-block-end: 20px;
  border-bottom: 1px solid #dfdfdf;
  padding-block-start: 0;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 1200px) {
  .elementor-widget-sidebar .widget.widget_block h1, .elementor-widget-sidebar .widget.widget_block h2, .elementor-widget-sidebar .widget.widget_block h3:not(.wp-block-heading), .elementor-widget-sidebar .widget.widget_block h4, .elementor-widget-sidebar .widget.widget_block h5, .elementor-widget-sidebar .widget.widget_block h6, .elementor-widget-sidebar .widget.widget_block .h1, .elementor-widget-sidebar .widget.widget_block .h2, .elementor-widget-sidebar .widget.widget_block .h3, .elementor-widget-sidebar .widget.widget_block .h4, .elementor-widget-sidebar .widget.widget_block .h5, .elementor-widget-sidebar .widget.widget_block .h6, .elementor-widget-sidebar .widget.widget_block label:not(.wc-block-product-filter-checkbox-list__label),
  .sidebar .widget.widget_block h1,
  .sidebar .widget.widget_block h2,
  .sidebar .widget.widget_block h3:not(.wp-block-heading),
  .sidebar .widget.widget_block h4,
  .sidebar .widget.widget_block h5,
  .sidebar .widget.widget_block h6,
  .sidebar .widget.widget_block .h1,
  .sidebar .widget.widget_block .h2,
  .sidebar .widget.widget_block .h3,
  .sidebar .widget.widget_block .h4,
  .sidebar .widget.widget_block .h5,
  .sidebar .widget.widget_block .h6,
  .sidebar .widget.widget_block label:not(.wc-block-product-filter-checkbox-list__label),
  .goal-sidebar .widget.widget_block h1,
  .goal-sidebar .widget.widget_block h2,
  .goal-sidebar .widget.widget_block h3:not(.wp-block-heading),
  .goal-sidebar .widget.widget_block h4,
  .goal-sidebar .widget.widget_block h5,
  .goal-sidebar .widget.widget_block h6,
  .goal-sidebar .widget.widget_block .h1,
  .goal-sidebar .widget.widget_block .h2,
  .goal-sidebar .widget.widget_block .h3,
  .goal-sidebar .widget.widget_block .h4,
  .goal-sidebar .widget.widget_block .h5,
  .goal-sidebar .widget.widget_block .h6,
  .goal-sidebar .widget.widget_block label:not(.wc-block-product-filter-checkbox-list__label) {
    font-size: 22px;
  }
}
.elementor-widget-sidebar .widget.widget_block h1:before, .elementor-widget-sidebar .widget.widget_block h2:before, .elementor-widget-sidebar .widget.widget_block h3:not(.wp-block-heading):before, .elementor-widget-sidebar .widget.widget_block h4:before, .elementor-widget-sidebar .widget.widget_block h5:before, .elementor-widget-sidebar .widget.widget_block h6:before, .elementor-widget-sidebar .widget.widget_block .h1:before, .elementor-widget-sidebar .widget.widget_block .h2:before, .elementor-widget-sidebar .widget.widget_block .h3:before, .elementor-widget-sidebar .widget.widget_block .h4:before, .elementor-widget-sidebar .widget.widget_block .h5:before, .elementor-widget-sidebar .widget.widget_block .h6:before, .elementor-widget-sidebar .widget.widget_block label:not(.wc-block-product-filter-checkbox-list__label):before,
.sidebar .widget.widget_block h1:before,
.sidebar .widget.widget_block h2:before,
.sidebar .widget.widget_block h3:not(.wp-block-heading):before,
.sidebar .widget.widget_block h4:before,
.sidebar .widget.widget_block h5:before,
.sidebar .widget.widget_block h6:before,
.sidebar .widget.widget_block .h1:before,
.sidebar .widget.widget_block .h2:before,
.sidebar .widget.widget_block .h3:before,
.sidebar .widget.widget_block .h4:before,
.sidebar .widget.widget_block .h5:before,
.sidebar .widget.widget_block .h6:before,
.sidebar .widget.widget_block label:not(.wc-block-product-filter-checkbox-list__label):before,
.goal-sidebar .widget.widget_block h1:before,
.goal-sidebar .widget.widget_block h2:before,
.goal-sidebar .widget.widget_block h3:not(.wp-block-heading):before,
.goal-sidebar .widget.widget_block h4:before,
.goal-sidebar .widget.widget_block h5:before,
.goal-sidebar .widget.widget_block h6:before,
.goal-sidebar .widget.widget_block .h1:before,
.goal-sidebar .widget.widget_block .h2:before,
.goal-sidebar .widget.widget_block .h3:before,
.goal-sidebar .widget.widget_block .h4:before,
.goal-sidebar .widget.widget_block .h5:before,
.goal-sidebar .widget.widget_block .h6:before,
.goal-sidebar .widget.widget_block label:not(.wc-block-product-filter-checkbox-list__label):before {
  background-color: var(--gloryer-theme-color);
  content: "";
  position: absolute;
  width: 90px;
  left: 0;
  height: 2px;
  bottom: -1px;
}
.elementor-widget-sidebar .widget.widget_block .wp-block-latest-comments,
.sidebar .widget.widget_block .wp-block-latest-comments,
.goal-sidebar .widget.widget_block .wp-block-latest-comments {
  padding: 0;
  margin: 0;
  list-style: none;
}
.elementor-widget-sidebar .widget.widget_block h3.wp-block-heading,
.sidebar .widget.widget_block h3.wp-block-heading,
.goal-sidebar .widget.widget_block h3.wp-block-heading {
  font-size: 16px;
}
.elementor-widget-sidebar .widget.widget_goal_elementor_template,
.sidebar .widget.widget_goal_elementor_template,
.goal-sidebar .widget.widget_goal_elementor_template {
  border: 0;
  padding: 0;
}
.elementor-widget-sidebar .widget.widget_goal_elementor_template .top-info,
.sidebar .widget.widget_goal_elementor_template .top-info,
.goal-sidebar .widget.widget_goal_elementor_template .top-info {
  display: block;
}
.elementor-widget-sidebar .widget.widget_goal_elementor_template .widget-title h3,
.sidebar .widget.widget_goal_elementor_template .widget-title h3,
.goal-sidebar .widget.widget_goal_elementor_template .widget-title h3 {
  margin: 0;
}
.elementor-widget-sidebar .widget.widget_goal_elementor_template .shop-list-small .image-left,
.sidebar .widget.widget_goal_elementor_template .shop-list-small .image-left,
.goal-sidebar .widget.widget_goal_elementor_template .shop-list-small .image-left {
  width: 100px;
}
.elementor-widget-sidebar .widget.widget_goal_elementor_template .shop-list-small .info-right,
.sidebar .widget.widget_goal_elementor_template .shop-list-small .info-right,
.goal-sidebar .widget.widget_goal_elementor_template .shop-list-small .info-right {
  width: calc(100% - 100px);
  padding-left: 10px;
}
@media (min-width: 1200px) {
  .elementor-widget-sidebar .widget.widget_goal_elementor_template .shop-list-small .info-right,
  .sidebar .widget.widget_goal_elementor_template .shop-list-small .info-right,
  .goal-sidebar .widget.widget_goal_elementor_template .shop-list-small .info-right {
    padding-left: 15px;
  }
}
.elementor-widget-sidebar .widget.widget_search form,
.sidebar .widget.widget_search form,
.goal-sidebar .widget.widget_search form {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.elementor-widget-sidebar .widget .widget-title, .elementor-widget-sidebar .widget .widgettitle, .elementor-widget-sidebar .widget .widget-heading,
.sidebar .widget .widget-title,
.sidebar .widget .widgettitle,
.sidebar .widget .widget-heading,
.goal-sidebar .widget .widget-title,
.goal-sidebar .widget .widgettitle,
.goal-sidebar .widget .widget-heading {
  color: var(--gloryer-heading-color);
  display: block;
  position: relative;
  font-size: 16px;
  font-family: var(--gloryer-heading-font);
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 25px;
  padding-block-end: 20px;
  border-bottom: 1px solid #dfdfdf;
  padding-block-start: 0;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 1200px) {
  .elementor-widget-sidebar .widget .widget-title, .elementor-widget-sidebar .widget .widgettitle, .elementor-widget-sidebar .widget .widget-heading,
  .sidebar .widget .widget-title,
  .sidebar .widget .widgettitle,
  .sidebar .widget .widget-heading,
  .goal-sidebar .widget .widget-title,
  .goal-sidebar .widget .widgettitle,
  .goal-sidebar .widget .widget-heading {
    font-size: 22px;
  }
}
.elementor-widget-sidebar .widget .widget-title:before, .elementor-widget-sidebar .widget .widgettitle:before, .elementor-widget-sidebar .widget .widget-heading:before,
.sidebar .widget .widget-title:before,
.sidebar .widget .widgettitle:before,
.sidebar .widget .widget-heading:before,
.goal-sidebar .widget .widget-title:before,
.goal-sidebar .widget .widgettitle:before,
.goal-sidebar .widget .widget-heading:before {
  background-color: var(--gloryer-theme-color);
  content: "";
  position: absolute;
  width: 90px;
  left: 0;
  height: 2px;
  bottom: -1px;
}
.elementor-widget-sidebar .widget.widget_goal_services_list .service-details-box ul li:not(:last-of-type),
.sidebar .widget.widget_goal_services_list .service-details-box ul li:not(:last-of-type),
.goal-sidebar .widget.widget_goal_services_list .service-details-box ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.elementor-widget-sidebar .widget.widget_goal_services_list .service-details-box a,
.sidebar .widget.widget_goal_services_list .service-details-box a,
.goal-sidebar .widget.widget_goal_services_list .service-details-box a {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  transition: all ease 0.35s;
  color: var(--gloryer-link-color);
  position: relative;
  background-color: #F7F8FB;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .elementor-widget-sidebar .widget.widget_goal_services_list .service-details-box a,
  .sidebar .widget.widget_goal_services_list .service-details-box a,
  .goal-sidebar .widget.widget_goal_services_list .service-details-box a {
    font-size: 16px;
  }
}
.elementor-widget-sidebar .widget.widget_goal_services_list .service-details-box a span,
.sidebar .widget.widget_goal_services_list .service-details-box a span,
.goal-sidebar .widget.widget_goal_services_list .service-details-box a span {
  margin-right: auto;
}
.elementor-widget-sidebar .widget.widget_goal_services_list .service-details-box a:hover, .elementor-widget-sidebar .widget.widget_goal_services_list .service-details-box a.active,
.sidebar .widget.widget_goal_services_list .service-details-box a:hover,
.sidebar .widget.widget_goal_services_list .service-details-box a.active,
.goal-sidebar .widget.widget_goal_services_list .service-details-box a:hover,
.goal-sidebar .widget.widget_goal_services_list .service-details-box a.active {
  background-color: var(--gloryer-link-hover-color);
  color: #fff;
}
.elementor-widget-sidebar .widget.widget_goal_contact_info .widget-title,
.sidebar .widget.widget_goal_contact_info .widget-title,
.goal-sidebar .widget.widget_goal_contact_info .widget-title {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .elementor-widget-sidebar .widget.widget_goal_contact_info .widget-title,
  .sidebar .widget.widget_goal_contact_info .widget-title,
  .goal-sidebar .widget.widget_goal_contact_info .widget-title {
    margin: 0 0 40px;
    padding-bottom: 15px;
  }
}
.elementor-widget-sidebar .widget.widget_goal_contact_info .contact-item,
.sidebar .widget.widget_goal_contact_info .contact-item,
.goal-sidebar .widget.widget_goal_contact_info .contact-item {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dashed #dfdfdf;
}
@media (min-width: 1200px) {
  .elementor-widget-sidebar .widget.widget_goal_contact_info .contact-item,
  .sidebar .widget.widget_goal_contact_info .contact-item,
  .goal-sidebar .widget.widget_goal_contact_info .contact-item {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
.elementor-widget-sidebar .widget.widget_goal_contact_info .contact-item:last-child,
.sidebar .widget.widget_goal_contact_info .contact-item:last-child,
.goal-sidebar .widget.widget_goal_contact_info .contact-item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.elementor-widget-sidebar .widget.widget_goal_contact_info .contact-icon,
.sidebar .widget.widget_goal_contact_info .contact-icon,
.goal-sidebar .widget.widget_goal_contact_info .contact-icon {
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .elementor-widget-sidebar .widget.widget_goal_contact_info .contact-icon,
  .sidebar .widget.widget_goal_contact_info .contact-icon,
  .goal-sidebar .widget.widget_goal_contact_info .contact-icon {
    margin-right: 20px;
  }
}
.elementor-widget-sidebar .widget.widget_goal_contact_info .contact-icon i,
.sidebar .widget.widget_goal_contact_info .contact-icon i,
.goal-sidebar .widget.widget_goal_contact_info .contact-icon i {
  font-size: 38px;
  color: var(--gloryer-theme-color);
}
.elementor-widget-sidebar .widget.widget_goal_contact_info .contact-content,
.sidebar .widget.widget_goal_contact_info .contact-content,
.goal-sidebar .widget.widget_goal_contact_info .contact-content {
  font-weight: 600;
  line-height: 1.6;
  color: var(--gloryer-link-color);
}
.elementor-widget-sidebar .widget.widget_goal_contact_info .contact-content .contact-title,
.sidebar .widget.widget_goal_contact_info .contact-content .contact-title,
.goal-sidebar .widget.widget_goal_contact_info .contact-content .contact-title {
  font-size: 16px;
  color: var(--gloryer-text-color);
}
.elementor-widget-sidebar .widget.widget_goal_contact_info .contact-content .content,
.sidebar .widget.widget_goal_contact_info .contact-content .content,
.goal-sidebar .widget.widget_goal_contact_info .contact-content .content {
  color: var(--gloryer-link-color);
  font-size: 16px;
  font-weight: 600;
}

[class*=goal_footer] .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.goal-footer .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  bottom: 100%;
  top: inherit;
  transform: translateY(-8px);
}
[class*=goal_footer] .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.goal-footer .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  transform: translateY(0);
}
[class*=goal_footer] .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.goal-footer .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  bottom: 100%;
  top: inherit;
}

/* 3. form */
.btn-action-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 1rem;
  text-align: center;
  color: var(--gloryer-text-color);
  background: #F4F4F4;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
}
.btn-action-icon:hover, .btn-action-icon:focus {
  color: #fff;
  background: var(--gloryer-theme-color);
}
.btn-action-icon.rejec:hover, .btn-action-icon.rejec:focus {
  color: #fff;
  background: #ff9b20;
}
.btn-action-icon.rejec.rejected {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.btn-action-icon.download:hover, .btn-action-icon.download:focus {
  color: #fff;
  background: #222;
}
.btn-action-icon[class*=remove]:hover, .btn-action-icon[class*=remove]:focus {
  color: #fff;
  background: #f33066;
}
.btn-action-icon:before {
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 35px;
  opacity: 0;
  filter: alpha(opacity=0);
  color: var(--gloryer-link-color);
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.3s ease-in-out 0s;
}
.btn-action-icon.loading {
  background: rgba(255, 255, 255, 0.8) !important;
  color: transparent !important;
}
.btn-action-icon.loading:before {
  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;
}

.list-action [class*=btn] i {
  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: 0.5rem;
}
.list-action [class*=btn]:hover i {
  color: #fff;
  background-color: var(--gloryer-theme-color);
}
.list-action [class*=added] i {
  color: #fff;
  background-color: var(--gloryer-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;
  transform: translateX(0);
}
.view_all i {
  display: inline-block;
  margin-left: 10px;
}
.view_all:hover { /* Safari 4.0 - 8.0 */
  animation: slideIcon 0.6s linear 0s 1 normal;
}

.dir-prev {
  margin-right: 10px;
  vertical-align: baseline;
}

.dir-next {
  margin-left: 10px;
  vertical-align: baseline;
}

.btn-outline.btn-primary {
  background: transparent;
  border-color: #131836;
  color: #131836;
}
.btn-outline.btn-primary:hover {
  color: #fff;
  border-color: #131836;
  background: #131836;
}
.btn-outline.btn-success {
  background: transparent;
  border-color: #27b737;
  color: #27b737;
}
.btn-outline.btn-success:hover {
  color: #FFFFFF;
  border-color: #27b737;
  background: #27b737;
}
.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: #f33066;
  color: #f33066;
}
.btn-outline.btn-danger:hover {
  color: #FFFFFF;
  border-color: #f33066;
  background: #f33066;
}
.btn-outline.btn-warning {
  background: transparent;
  border-color: #ff9b20;
  color: #ff9b20;
}
.btn-outline.btn-warning:hover {
  color: #FFFFFF;
  border-color: #ff9b20;
  background: #ff9b20;
}

.btn-inverse.btn-primary:hover {
  color: #131836;
  background: #FFFFFF;
}
.btn-inverse.btn-success:hover {
  color: #27b737;
  background: #FFFFFF;
}
.btn-inverse.btn-info:hover {
  color: #0dcaf0;
  background: #FFFFFF;
}
.btn-inverse.btn-danger:hover {
  color: #f33066;
  background: #FFFFFF;
}
.btn-inverse.btn-warning:hover {
  color: #ff9b20;
  background: #FFFFFF;
}
.btn-inverse.btn-theme:hover {
  color: var(--gloryer-theme-color);
  background: #FFFFFF;
}

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

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

.btn-browse {
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  border: 1px solid #eaeff5;
  border-radius: 50px;
  line-height: 1.42857143;
}
.btn-browse:hover, .btn-browse:focus {
  background: var(--gloryer-theme-color);
  color: #fff;
  border-color: var(--gloryer-theme-color);
}

.goal-loadmore-btn {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #24324A;
  text-transform: capitalize;
  font-weight: 600;
  color: #24324A;
  background-color: #fff;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 4px;
  position: relative;
}
@media (min-width: 1200px) {
  .goal-loadmore-btn {
    padding: 10px 40px;
  }
}
.goal-loadmore-btn:hover, .goal-loadmore-btn:focus {
  color: #fff;
  border-color: #24324A;
  background-color: #24324A;
}
.goal-loadmore-btn.loading {
  border-color: transparent !important;
  background-color: transparent !important;
  color: transparent !important;
}
.goal-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;
  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(--gloryer-theme-color);
}

.btn-offcanvas {
  padding: 10px;
  line-height: 1;
  border-radius: 50px !important;
}

.btn-showmenu, .btn-search-icon {
  background-color: transparent;
  padding: 0;
  border: 0;
  line-height: 1;
}
.btn-showmenu i, .btn-search-icon i {
  font-size: 22px;
}

.btn-search-icon i {
  font-size: 18px;
}

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

.btn-purple {
  background: #bc7cbf;
  color: #fff;
  border-color: #bc7cbf;
}
.btn-purple:active, .btn-purple:hover {
  color: #fff;
  background: rgb(179.2384615385, 106.8692307692, 182.6307692308);
  border-color: rgb(179.2384615385, 106.8692307692, 182.6307692308);
}

.btn-orange {
  background: #E8543E;
  color: #fff;
  border-color: #E8543E;
}
.btn-orange:active, .btn-orange:hover {
  color: #fff;
  background: rgb(229.2847222222, 63.8125, 39.2152777778);
  border-color: rgb(229.2847222222, 63.8125, 39.2152777778);
}

.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: rgb(255, 58, 114);
  border-color: #ff7c39;
}

.btn-white.btn-br-white {
  background: #fff;
  color: var(--gloryer-link-color);
  border-color: #fff;
}
.btn-white.btn-br-white:active, .btn-white.btn-br-white:hover {
  color: var(--gloryer-link-color);
  background: rgb(216.75, 216.75, 216.75);
  border-color: rgb(216.75, 216.75, 216.75);
}

@media (min-width: 1025px) {
  .btn-readmore {
    font-size: 1rem;
  }
}

.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(--gloryer-theme-color);
  border-color: var(--gloryer-theme-color);
}

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

.btn-primary {
  text-transform: uppercase;
  background: var(--gloryer-link-color);
  border-color: var(--gloryer-link-color);
  color: #fff;
  justify-content: center;
}
.btn-primary:active, .btn-primary:hover {
  background: var(--gloryer-theme-color);
  border-color: var(--gloryer-theme-color);
  color: #fff;
}
.btn-primary i {
  font-size: 18px;
}

.rs-module .rs-layer, .rs-module .rs-layer,
.rev-btn, .rs-layer.btn, .rs-layer.viewmore-products-btn {
  display: flex !important;
}

.btn-theme, .rev-btn {
  text-transform: uppercase;
  background: var(--gloryer-theme-color);
  border-color: var(--gloryer-theme-color);
  color: #fff;
  justify-content: center;
}
.btn-theme:active, .btn-theme:hover, .rev-btn:active, .rev-btn:hover {
  background: var(--gloryer-link-color);
  border-color: var(--gloryer-link-color);
  color: #fff;
}
.btn-theme i, .rev-btn i {
  font-size: 18px;
}

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

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

.btn-outline.btn-green {
  color: #00FF84;
  border-color: #00FF84;
  background: transparent;
}
.btn-outline.btn-green:hover, .btn-outline.btn-green:active {
  color: #fff;
  background: #00FF84;
  border-color: #00FF84;
}

/* 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.62rem;
}
.searchform .input-group-btn {
  line-height: 100%;
}

.search-category .btn {
  margin-left: 10px !important;
  border-radius: 2px !important;
}
.search-category .wpo-search-inner label.form-control {
  border: none;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.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 {
  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(--gloryer-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(--gloryer-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;
  font-size: 10px;
}

.btn-view {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.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: #1A064F;
  padding: 7px 20px;
  border: 2px solid #1A064F;
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
  text-align: left;
}
@media (min-width: 1200px) {
  .btn-app {
    padding: 11px 25px;
    min-width: 200px;
  }
}
.btn-app:hover, .btn-app:focus {
  color: #1A064F;
  background-color: #fff;
  border-color: #1A064F;
}
.btn-app .app-icon {
  transition: all 0.3s ease-in-out 0s;
  font-size: 20px;
  line-height: 1;
  width: 20px;
}
@media (min-width: 1200px) {
  .btn-app .app-icon {
    width: 28px;
    font-size: 28px;
  }
}
.btn-app .inner {
  padding-left: 15px;
  flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
}
.btn-app .name-app {
  transition: all 0.3s ease-in-out 0s;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 7px;
}
.btn-app .sub {
  font-size: 13px;
}
.btn-app.st_white {
  background: rgba(255, 255, 255, 0.1);
}
.btn-app.st_white:hover, .btn-app.st_white:focus {
  background-color: #fff;
  border-color: #fff;
}
.btn-app.st_normal {
  background: #EEF2F6;
  border-color: #EEF2F6;
  border-radius: 60px;
  color: var(--gloryer-text-color);
}
.btn-app.st_normal .app-icon,
.btn-app.st_normal .name-app {
  color: var(--gloryer-link-color);
}
.btn-app.st_normal:hover, .btn-app.st_normal:focus {
  background: var(--gloryer-link-color);
  border-color: var(--gloryer-link-color);
}
.btn-app.st_normal:hover .app-icon, .btn-app.st_normal:hover,
.btn-app.st_normal:hover .name-app, .btn-app.st_normal:focus .app-icon, .btn-app.st_normal:focus,
.btn-app.st_normal:focus .name-app {
  color: #fff;
}

.btn-light-theme {
  border: 0;
  text-transform: uppercase;
  background-color: var(--gloryer-theme-color-010);
  color: var(--gloryer-theme-color);
  padding: 11px 35px;
}
.btn-light-theme:hover, .btn-light-theme:focus {
  color: #fff;
  background-color: var(--gloryer-theme-color);
}

.filter {
  padding: 8px 20px;
  border: 0;
  background-color: #F4F4F4;
  color: var(--gloryer-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(--gloryer-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;
}

.mobile-menu-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 10px;
  line-height: 1;
  border-top: 2px solid #131836;
  margin-right: 20px;
}
.mobile-menu-icon:after {
  content: "";
  position: absolute;
  background-color: #131836;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 2px;
}

.icon-vertical {
  display: inline-block;
  width: 20px;
  height: 2px;
  margin: 8px 0;
  background: #00FF84;
  position: relative;
}
.icon-vertical:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 5px;
  width: 15px;
  height: 2px;
  background: #00FF84;
  transition: all 0.2s ease-in-out 0s;
}
.icon-vertical:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 15px;
  height: 2px;
  background: #00FF84;
  transition: all 0.2s ease-in-out 0s;
}

.btn.btn-more {
  font-size: 1rem;
  padding: 11px 30px;
  border: 0;
}

.btn-login:hover, .btn-login:focus,
.btn-book-now:hover,
.btn-book-now:focus {
  border-color: var(--gloryer-theme-color);
  color: #fff;
  background: var(--gloryer-theme-color);
}

/* 4. layout */
.wrapper-container {
  position: inherit;
}
@media (min-width: 1200px) {
  .wrapper-container {
    position: relative;
  }
}

/*------------------------------------*\
    Header
\*------------------------------------*/
.logo img {
  vertical-align: middle;
  width: 150px;
}
@media (min-width: 1200px) {
  .logo img {
    width: 180px;
  }
}
.logo.logo-two img {
  vertical-align: middle;
  width: 90px;
}
@media (min-width: 1200px) {
  .logo.logo-two img {
    width: 90px;
  }
}

.together-sidebar-account {
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.together-sidebar-account:hover {
  color: var(--gloryer-theme-color);
}

.top-wrapper-menu {
  position: relative;
  display: inline-block;
}
.top-wrapper-menu:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px;
}
.top-wrapper-menu .space {
  margin: 0 7px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.top-wrapper-menu .inner-top-menu {
  margin-top: 15px;
  padding: 20px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.2s ease-in-out 0s;
  transform: translateY(10px);
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  z-index: 4;
  min-width: 250px;
  box-shadow: var(--theme-box-shadow);
}
.top-wrapper-menu .inner-top-menu:before {
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: -5px;
  right: 15px;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 5px;
  border-color: #dfdfdf transparent transparent #dfdfdf;
}
.top-wrapper-menu:hover .inner-top-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0px);
}
.top-wrapper-menu .header_customer_login {
  margin-top: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  min-width: 320px;
  z-index: 9;
}
.top-wrapper-menu:hover .header_customer_login {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0px);
  background: #fff;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
}
.top-wrapper-menu .infor-account .avatar-wrapper {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  float: left;
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
  display: flex;
  align-items: center;
}
.top-wrapper-menu .infor-account .avatar-wrapper img {
  margin: 0;
}
.top-wrapper-menu .infor-account .avatar-wrapper + .name-acount {
  padding-left: 10px;
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}
.top-wrapper-menu .btn-login {
  font-weight: 500;
  padding: 6px 20px;
  font-size: 1rem;
  border-radius: 4px;
}

.header_customer_login {
  padding: 1.875rem;
}
.header_customer_login .title {
  margin: 0 0 10px;
  font-size: 25px;
}

.header-default {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-mobile {
  padding: 20px 0;
  transition: all 0.1s ease 0s;
  z-index: 5;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  background: #fff;
}

.header-mobile-right {
  gap: 15px;
}

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

.admin-bar .sticky-header {
  top: 30px;
}

.sticky-header {
  position: fixed !important;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 30px rgba(0, 22, 84, 0.3);
  background-color: var(--gloryer-link-color);
}
.sticky-header.sticky-header-hidden {
  transform: translateY(-110%);
}

.header_transparent .goal-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
}
.header_transparent:not(.fix-header) .main-sticky-header:not(.sticky-header) .elementor-element:not(.no-transparent) {
  background: transparent !important;
}
.header_transparent:not(.fix-header) .no_keep_header .elementor-element:not(.no-transparent) {
  background: transparent !important;
}
.header_transparent:not(.fix-header) .no_keep_header .goal-header-2:not(.no-transparent) {
  background: var(--gloryer-link-color) !important;
}

.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(--gloryer-theme-color);
}
.header-sidebar .show-main-menu {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-width: 0 0 1px;
  border-color: #dfdfdf;
  color: #fff;
  background: #000000;
}
.header-sidebar .goal-topcart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #333333;
}
.header-sidebar .goal-topcart .count {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.header-sidebar .goal-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;
  transform: rotate(-90deg);
  transform-origin: 0 11px;
}
.header-sidebar .service > * {
  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(24, 24, 26, 0.7);
  transition: all 0.2s ease-in-out 0s;
}
.over-dark.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/*------------------------------------*\
    Breadcrumb
\*------------------------------------*/
.goal-breadcrumb {
  margin: 0 0 1.875rem;
  text-align: left;
  font-size: 1rem;
}
.goal-breadcrumb .breadcrumb-title {
  margin: 0;
  font-weight: 300;
  font-size: 48px;
}
.goal-breadcrumb nav {
  text-align: left;
  line-height: 30px;
}
.goal-breadcrumb nav a {
  color: #000;
}

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

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

.pagination,
.pagination-links,
.goal-pagination {
  width: 100%;
  text-align: center;
  line-height: 1;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .pagination,
  .pagination-links,
  .goal-pagination {
    margin-top: 20px;
  }
}
.pagination li,
.pagination-links li,
.goal-pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.pagination li > span, .pagination li > a,
.pagination-links li > span,
.pagination-links li > a,
.goal-pagination li > span,
.goal-pagination li > a {
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  margin: 0 4px;
  padding: 0 5px;
  display: inline-block;
  float: none;
  color: var(--gloryer-link-color);
  border: 1px solid transparent;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
  line-height: 38px;
  width: 40px;
  height: 40px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.pagination li > span:focus, .pagination li > span:hover, .pagination li > a:focus, .pagination li > a:hover,
.pagination-links li > span:focus,
.pagination-links li > span:hover,
.pagination-links li > a:focus,
.pagination-links li > a:hover,
.goal-pagination li > span:focus,
.goal-pagination li > span:hover,
.goal-pagination li > a:focus,
.goal-pagination li > a:hover {
  color: var(--gloryer-link-color);
  background: #F3F3F3;
  border-color: transparent;
}
.pagination li > span.current, .pagination li > a.current,
.pagination-links li > span.current,
.pagination-links li > a.current,
.goal-pagination li > span.current,
.goal-pagination li > a.current {
  color: #fff;
  background: var(--gloryer-link-color);
  border-color: transparent;
}
.pagination li a.prev, .pagination li a.next,
.pagination-links li a.prev,
.pagination-links li a.next,
.goal-pagination li a.prev,
.goal-pagination li a.next {
  line-height: 44px;
}
.pagination > span, .pagination > a,
.pagination-links > span,
.pagination-links > a,
.goal-pagination > span,
.goal-pagination > a {
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  margin: 0 4px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  float: none;
  color: var(--gloryer-link-color);
  border: 1px solid transparent;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
  line-height: 38px;
  width: 40px;
  height: 40px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.pagination > span:focus, .pagination > span:hover, .pagination > a:focus, .pagination > a:hover,
.pagination-links > span:focus,
.pagination-links > span:hover,
.pagination-links > a:focus,
.pagination-links > a:hover,
.goal-pagination > span:focus,
.goal-pagination > span:hover,
.goal-pagination > a:focus,
.goal-pagination > a:hover {
  color: var(--gloryer-link-color);
  background: #F3F3F3;
  border-color: transparent;
}
.pagination > span.current, .pagination > a.current,
.pagination-links > span.current,
.pagination-links > a.current,
.goal-pagination > span.current,
.goal-pagination > a.current {
  color: #fff;
  background: var(--gloryer-link-color);
  border-color: transparent;
}
.pagination ul.page-numbers,
.pagination-links ul.page-numbers,
.goal-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination .prev,
.pagination .next,
.pagination-links .prev,
.pagination-links .next,
.goal-pagination .prev,
.goal-pagination .next {
  color: var(--gloryer-link-color);
  background: #fff;
  border-color: #dfdfdf;
}
@media (min-width: 1367px) {
  .pagination .prev,
  .pagination .next,
  .pagination-links .prev,
  .pagination-links .next,
  .goal-pagination .prev,
  .goal-pagination .next {
    border-radius: 50px;
  }
}
.pagination .prev:hover, .pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus,
.pagination-links .prev:hover,
.pagination-links .prev:focus,
.pagination-links .next:hover,
.pagination-links .next:focus,
.goal-pagination .prev:hover,
.goal-pagination .prev:focus,
.goal-pagination .next:hover,
.goal-pagination .next:focus {
  color: #fff;
  background: var(--gloryer-link-hover-color);
  border-color: var(--gloryer-link-hover-color);
}
.pagination .prev i,
.pagination .next i,
.pagination-links .prev i,
.pagination-links .next i,
.goal-pagination .prev i,
.goal-pagination .next i {
  font-size: 18px;
}

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

.goal-footer {
  background: transparent;
  position: relative;
  color: var(--gloryer-text-color);
  font-size: 1rem;
  font-weight: 400;
}
.goal-footer a:not([class]) {
  color: var(--gloryer-link-color);
}
.goal-footer a:not([class]):hover, .goal-footer a:not([class]):focus, .goal-footer a:not([class]):active {
  color: var(--gloryer-link-hover-color);
}
.goal-footer p {
  margin: 0;
}

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

/*------------------------------------*\
    Copyright
\*------------------------------------*/
.goal-copyright {
  color: var(--gloryer-text-color);
  font-size: 1rem;
  font-weight: 400;
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.goal-copyright a {
  color: var(--gloryer-link-color);
}
.goal-copyright a:hover, .goal-copyright a:focus, .goal-copyright a:active {
  color: var(--gloryer-theme-color);
}

/*------------------------------------*\
    Top bar
\*------------------------------------*/
.header-offcanvas {
  padding: 18px 5px;
  border-bottom: 1px solid #dfdfdf;
}

.header-offcanvas-bottom {
  padding: 20px;
  border-top: 1px solid #dfdfdf;
  font-size: 14px;
}
.header-offcanvas-bottom aside + aside {
  margin-top: 20px;
}

.goal-offcanvas {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateX(-100%);
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 330px;
  background: #fff;
  height: 100vh;
  overflow-x: auto; /* Safari */
  display: flex;
  flex-direction: column;
}
.goal-offcanvas .goal-offcanvas-body {
  position: relative;
  height: 100%;
}
.goal-offcanvas .offcanvas-bottom,
.goal-offcanvas .offcanvas-top {
  height: 20%;
}
.goal-offcanvas .offcanvas-middle {
  height: 60%;
  padding: 20px 0;
  overflow-x: hidden;
}
.goal-offcanvas.active {
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
}
.goal-offcanvas .elementor-column {
  width: 100% !important;
}
.goal-offcanvas .elementor-column .elementor-column-wrap, .goal-offcanvas .elementor-column .elementor-widget-wrap {
  padding: 0 !important;
}
.goal-offcanvas .elementor-column .widget {
  margin-bottom: 10px;
}

.navbar-offcanvas .offcanvas-header {
  padding: 15px 20px;
  border-bottom: 1px solid #dfdfdf;
}

@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: #27b737;
}

.close-text {
  color: #f33066;
}

#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;
  transform: translateX(-100%);
}
#mobile-offcanvas-sidebar.mobile-offcanvas-left > .mobile-sidebar-btn {
  left: 100%;
}
#mobile-offcanvas-sidebar.mobile-offcanvas-right {
  right: 0;
  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;
}

.goal-footer-mobile {
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
.goal-footer-mobile .footer-search-mobile {
  position: absolute;
  z-index: 999;
  left: 0;
  top: -60px;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.2s ease-in-out 0s;
}
.goal-footer-mobile .footer-search-mobile.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.goal-footer-mobile > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.goal-footer-mobile > ul > li {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  position: relative;
}
.goal-footer-mobile > ul > li span {
  display: block;
  font-size: 10px;
  line-height: 1;
}
.goal-footer-mobile > ul > li .wishlist-icon, .goal-footer-mobile > ul > li .mini-cart {
  line-height: 1.88;
}
.goal-footer-mobile > ul > li .wrapper-morelink {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 40px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.goal-footer-mobile > ul > li .wrapper-morelink .footer-morelink {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
}
.goal-footer-mobile > ul > li .wrapper-morelink li {
  padding: 3px 0;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: left;
}
.goal-footer-mobile > ul > li .wrapper-morelink.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.goal-footer-mobile .mini-cart i {
  font-size: 15px;
}
.goal-footer-mobile .mini-cart .count {
  top: 2px;
}
.goal-footer-mobile .goal-search-form {
  min-width: 300px;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.9);
}
.goal-footer-mobile .goal-search-form .select-category {
  display: none;
}
.goal-footer-mobile .goal-search-form form {
  border: none;
  margin: 0;
}
.goal-footer-mobile .goal-search-form form .form-control {
  border: 1px solid #dfdfdf;
}

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

.mobile-sidebar-btn {
  padding: 8px;
  margin: 0;
  color: #fff;
  background: var(--gloryer-link-color);
  position: fixed;
  top: 50%;
  z-index: 10;
  font-size: 16px;
  line-height: 1;
  opacity: 0.85;
  filter: alpha(opacity=85);
  transition: all 0.3s ease-in-out 0s;
}
.mobile-sidebar-btn i {
  font-size: 20px;
}
.mobile-sidebar-btn:hover, .mobile-sidebar-btn:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  background: var(--gloryer-link-hover-color);
  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 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  text-align: center;
  color: var(--gloryer-theme-color);
}

@media (max-width: 991px) {
  .sidebar-wrapper .sidebar {
    transition: all 0.2s ease-in-out 0s;
    z-index: 11;
    top: 0px;
    width: 330px;
    height: 100vh;
    max-width: 90%;
    position: fixed !important;
    padding: 15px;
    background: #fff;
    overflow-y: auto;
  }
  .sidebar-wrapper .sidebar.sidebar-left {
    left: 0;
    transform: translateX(-100%);
  }
  .sidebar-wrapper .sidebar.sidebar-left.active {
    transform: translateX(0);
  }
  .sidebar-wrapper .sidebar.sidebar-right {
    right: 0;
    transform: translateX(100%);
  }
  .sidebar-wrapper .sidebar.sidebar-right.active {
    transform: translateX(0);
  }
}
.goal-header .wrapper-topmenu:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
  z-index: 9;
}
.goal-header .wrapper-topmenu .dropdown-menu-right {
  top: calc(100% + 10px);
}

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

.wrapper-top-cart .overlay-dropdown-menu-right {
  position: fixed;
  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: -moz-flex;
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 999;
  transition: all 0.2s ease-in-out 0s;
  top: 0;
  right: 0;
  background: #fff;
  width: 420px;
  height: 100%;
  padding: 1.875rem;
  transform: translateX(100%);
}
.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading {
  display: -moz-flex;
  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 #dfdfdf;
  width: 100%;
  cursor: pointer;
  color: #f33066;
}
.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_content_wrapper {
  display: -moz-flex;
  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: -moz-flex;
  display: flex;
  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: -moz-flex;
  display: flex;
  flex-direction: column;
}
.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart-bottom {
  flex-direction: column;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  display: -moz-flex;
  display: flex;
}
.wrapper-top-cart > .dropdown-menu-right.active {
  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 */
.goal-megamenu {
  padding: 0;
}

.megamenu {
  padding: 0;
  float: none;
}
.megamenu .menu-item-description {
  font-size: 14px;
  text-transform: capitalize;
}
.megamenu > li {
  display: inline-block;
  padding: 0;
  margin: 0 1.875rem 0 0;
  vertical-align: top;
  float: none;
  position: relative;
}
.megamenu > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 12px;
  top: 100%;
  left: 0;
}
.megamenu > li:last-child {
  margin: 0;
}
.megamenu > li > a {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  padding: 7px 0;
  border-radius: 0;
  background: transparent;
}
.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(--gloryer-link-hover-color);
}
.megamenu > li:hover > a, .megamenu > li.active > a {
  color: var(--gloryer-link-hover-color);
}
.megamenu > li.aligned-left > .dropdown-menu {
  left: 0;
}
.megamenu > li.aligned-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.megamenu > li.aligned-right > .dropdown-menu:before {
  left: inherit;
  right: 20px;
}
.megamenu > li > .dropdown-menu {
  min-width: 240px;
  margin-top: 0;
}
.megamenu > li .dropdown-toggle::after {
  content: "\e64b";
  font-family: "themify";
  border: 0;
  font-size: 11px;
  vertical-align: middle;
  margin-left: 3px;
}
.megamenu.p_left > li.aligned-right > .dropdown-menu {
  left: 0;
  right: auto;
}
.megamenu.p_left > li.aligned-right > .dropdown-menu:before {
  left: 20px;
  right: inherit;
}
.megamenu .dropdown-menu {
  border-radius: 4px !important;
  box-shadow: var(--theme-box-shadow);
  padding: 20px;
  border: 1px solid #dfdfdf;
}
.megamenu .dropdown-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: var(--gloryer-theme-color);
}
.megamenu .dropdown-menu .text-label.label-hot {
  color: #f33066;
}
.megamenu .dropdown-menu .text-label.label-new {
  color: #27b737;
}
.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: 7px 20px;
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  color: var(--gloryer-link-color);
  white-space: nowrap;
  border-radius: 4px;
}
.megamenu .dropdown-menu li > a:hover, .megamenu .dropdown-menu li > a:active {
  color: var(--gloryer-theme-color);
  background: #f2f3f4;
}
.megamenu .dropdown-menu li > a b {
  display: none;
}
.megamenu .dropdown-menu li > a:after {
  margin: 0;
  position: absolute;
  top: 11px;
  right: 10px;
  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(--gloryer-theme-color);
  background: #f2f3f4;
}
.megamenu .dropdown-menu .widget-title,
.megamenu .dropdown-menu .widgettitle {
  margin: 0 0 15px;
  font-size: 18px;
  padding: 0 0 12px;
  border-bottom: 1px solid #dfdfdf;
}
.megamenu .dropdown-menu .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 0 0;
  transition: all 0.2s ease-in-out 0s;
  transform: rotateX(-90deg);
  box-shadow: 0px 25px 70px 0px rgba(1, 33, 58, 0.07);
  position: absolute;
  display: block;
  left: 100%;
  top: -20px;
  background: #fff;
  min-width: 225px;
  margin: 0;
}
.megamenu .dropdown-menu li:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateX(0deg);
}
.megamenu .dropdown-menu .widget-nav-menu .menu li {
  margin: 0 0 2px;
}
.megamenu li.aligned-fullwidth > .dropdown-menu {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.megamenu li.aligned-fullwidth > .dropdown-menu:before {
  left: 45px;
}
.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: #f33066;
}
.megamenu > li > a > .text-label.label-hot:before {
  border-color: #f33066 transparent transparent #f33066;
}
.megamenu > li > a > .text-label.label-new {
  background: #27b737;
}
.megamenu > li > a > .text-label.label-new:before {
  border-color: #27b737 transparent transparent #27b737;
}
.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;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 0 0;
  transition: all 0.3s ease;
  transform: translateY(15px);
  position: absolute;
}
.megamenu.effect1 > li:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}

.megamenu.effect2 > li > .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease;
  transform: scale(0.95);
  transform-origin: top center;
}
.megamenu.effect2 > li:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}

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

.navbar-offcanvas {
  padding: 0;
  font-size: 1rem;
  display: block;
}
.navbar-offcanvas .sliding-menu__panel {
  padding: 0;
  margin: 0;
}
.navbar-offcanvas .sliding-menu {
  margin: 0;
}
.navbar-offcanvas .sliding-menu li {
  border-bottom: 1px solid #dfdfdf;
}
.navbar-offcanvas .sliding-menu li a, .navbar-offcanvas .sliding-menu li .sliding-menu__nav {
  font-size: 1rem;
  font-weight: 600;
  background-color: #fff;
  color: var(--gloryer-link-color);
  padding: 15px 20px;
  border-radius: 0;
  text-transform: uppercase;
}
.navbar-offcanvas .sliding-menu li .sliding-menu__back {
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--gloryer-theme-color);
}
.navbar-offcanvas .sliding-menu li .sliding-menu__back:before {
  margin-left: 0;
  content: "\e64a";
}
.navbar-offcanvas .sliding-menu .sliding-menu__nav::before {
  font-family: "themify";
  content: "\e649";
  font-size: 0.8125rem;
  font-weight: 600;
}
.navbar-offcanvas .sliding-menu .active .sliding-menu__nav,
.navbar-offcanvas .sliding-menu .active a {
  color: var(--gloryer-theme-color);
}
.navbar-offcanvas .sliding-menu__panel-root > li > .sliding-menu__nav,
.navbar-offcanvas .sliding-menu__panel-root > li > a {
  padding: 14px 20px;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}
.navbar-offcanvas .sliding-menu__panel-root > li > .sliding-menu__nav:after,
.navbar-offcanvas .sliding-menu__panel-root > li > a:after {
  content: "";
  background: var(--gloryer-theme-color);
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-offcanvas .sliding-menu__panel-root > li.active > .sliding-menu__nav,
.navbar-offcanvas .sliding-menu__panel-root > li.active > a {
  color: var(--gloryer-theme-color);
  background-color: #fff;
}
.navbar-offcanvas .sliding-menu__panel-root > li.active > .sliding-menu__nav:after,
.navbar-offcanvas .sliding-menu__panel-root > li.active > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.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(--gloryer-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 #dfdfdf;
}
.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(--gloryer-theme-color);
  font-family: var(--gloryer-heading-font);
}
.mobile-vertical-menu .text-label.label-hot {
  color: #f33066;
}
.mobile-vertical-menu .text-label.label-new {
  color: #27b737;
}

#goal-mobile-menu .header-offcanvas {
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
}
#goal-mobile-menu .header-offcanvas .btn-toggle-canvas {
  color: var(--gloryer-link-color);
  background-color: #fff;
  font-size: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 31px;
  border-radius: 50px;
  border: 1px solid #dfdfdf;
  text-align: center;
  cursor: pointer;
}
#goal-mobile-menu .header-offcanvas .btn-toggle-canvas:hover, #goal-mobile-menu .header-offcanvas .btn-toggle-canvas:active {
  color: #fff;
  background-color: var(--gloryer-theme-color);
  border-color: var(--gloryer-theme-color);
}
#goal-mobile-menu .header-offcanvas .btn-toggle-canvas::before {
  display: none;
}
#goal-mobile-menu .middle-offcanvas {
  padding: 0;
}
#goal-mobile-menu .middle-offcanvas .my-account {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 1rem;
}
#goal-mobile-menu .offcanvas-head strong {
  margin: 0 5px;
}
#goal-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(--gloryer-theme-color);
  font-family: var(--gloryer-heading-font);
}
.main-mobile-menu .text-label.label-hot {
  color: #f33066;
}
.main-mobile-menu .text-label.label-new {
  color: #27b737;
}

.menu-setting-menu-container .goal-menu-top {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2;
}
.menu-setting-menu-container .goal-menu-top li a {
  padding: 0 15px;
  width: 100%;
}
.menu-setting-menu-container .goal-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 {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .topmenu-menu i {
    margin-right: 15px;
    font-size: 18px;
  }
}
.topmenu-menu > li {
  float: none;
  white-space: nowrap;
  margin-bottom: 2px;
  font-size: 1rem;
}
.topmenu-menu > li > a {
  background: transparent;
  padding: 7px 20px;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
}
.topmenu-menu > li > a:hover, .topmenu-menu > li > a:focus {
  color: var(--gloryer-theme-color);
  background: #f2f3f4;
}
.topmenu-menu > li.active > a {
  color: var(--gloryer-theme-color);
  background: #f2f3f4;
}

.mm-menu {
  background: #fff;
  color: var(--gloryer-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 #dfdfdf;
}
.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(--gloryer-theme-color);
}
.mm-menu .elementor-widget-wrap {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.mm-menu .mm-listview > li > a {
  color: var(--gloryer-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(--gloryer-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: #f33066;
}
.mm-menu .mm-listview > li > a .text-label.label-hot:before {
  border-color: #f33066 transparent transparent #f33066;
}
.mm-menu .mm-listview > li > a .text-label.label-new {
  background: #27b737;
}
.mm-menu .mm-listview > li > a .text-label.label-new:before {
  border-color: #27b737 transparent transparent #27b737;
}
.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(--gloryer-link-color);
}
.mm-menu .mm-listview > li .mm-next:hover:after, .mm-menu .mm-listview > li .mm-next:focus:after {
  border-color: var(--gloryer-theme-color);
}
.mm-menu .mm-listview > li.active > a {
  color: var(--gloryer-theme-color);
}
.mm-menu .mm-listview > li.active > .mm-next:after {
  border-color: var(--gloryer-theme-color);
}
.mm-menu .mm-btn:before {
  border-color: var(--gloryer-link-color);
  transition: all 0.4s ease-in-out 0s;
}
.mm-menu .mm-btn:hover:before, .mm-menu .mm-btn:focus:before {
  border-color: var(--gloryer-theme-color);
}
.mm-menu .mm-title {
  background: #E6E9EC;
  padding: 15px 0;
  font-weight: 600;
  font-size: 16px;
  height: auto;
  color: var(--gloryer-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(--gloryer-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 #dfdfdf;
}
.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(--gloryer-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 {
  transform: translate(0, 0);
}

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

.mm-menu.mm-offcanvas {
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(-100%);
  border-right: 1px solid #dfdfdf;
}
@media (max-width: 1200px) {
  .mm-menu.mm-offcanvas {
    display: block;
  }
}

.mm-menu.mm-offcanvas.mm-opened {
  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(--gloryer-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 {
  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;
  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 */
.main-page .page-links {
  clear: both;
  overflow: hidden;
  padding: 1.875rem 0;
  margin: 0;
}
.main-page #comments {
  padding-top: 30px;
  clear: both;
}

#main-container.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#main-container.container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
}
#main-container.container-fluid > .row > * {
  padding-left: 0;
  padding-right: 0;
}

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

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

.page-404 {
  width: 90vw;
  height: 70vh;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  display: flex;
  margin: auto;
}
.page-404 .not-found {
  padding: 0;
}
.page-404 .icon-error {
  font-size: 60px;
}
.page-404 .return-home {
  font-size: 16px;
  text-decoration: underline;
}
.page-404 .description {
  font-size: 16px;
  max-width: 620px;
  display: inline-block;
  margin-bottom: 30px;
  color: var(--gloryer-text-color);
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .page-404 .description {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
.page-404 .title-big {
  color: var(--gloryer-link-color);
  font-size: 32px;
  font-weight: 800;
  text-transform: capitalize;
  margin: 0 0 15px;
}
@media (min-width: 1200px) {
  .page-404 .title-big {
    font-size: 60px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .page-404 .return .btn {
    font-size: 13px;
    padding: 10px 20px;
  }
}
.page-404 .widget-search {
  max-width: 500px;
  margin: auto;
}
.page-404 .slogan {
  margin-top: 0;
}
.page-404 .page-content {
  margin-bottom: 0;
}
.elementor-accordion .elementor-accordion-item {
  margin: 0 0 20px;
  border-radius: 6px;
}

.elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
  border-top: 1px solid #dfdfdf;
}

.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(--gloryer-text-color);
}
.top_profile .categories a:hover, .top_profile .categories a:focus {
  color: var(--gloryer-link-color);
}

@media (min-width: 992px) {
  .main-page-sidebar.left-main {
    padding-left: 300px;
  }
  .main-page-sidebar.left-main .sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
  }
  .main-page-sidebar.left-main .main-page {
    width: 100%;
    border-left: 1px solid #dfdfdf;
  }
  .main-page-sidebar.main-right {
    padding-right: 300px;
  }
  .main-page-sidebar.main-right .sidebar-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
  }
  .main-page-sidebar.main-right .main-page {
    width: 100%;
    border-right: 1px solid #dfdfdf;
  }
  .main-page-sidebar .sidebar-wrapper {
    padding-top: 1.875rem;
  }
}
.main-page-sidebar .main-page {
  padding: 0.9375rem;
}
@media (min-width: 1200px) {
  .main-page-sidebar .main-page {
    padding: 1.875rem;
  }
}
.main-page-sidebar .main-page.st-dark {
  border-color: rgba(255, 255, 255, 0.1098039216);
}

/* 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(--gloryer-text-color);
  margin: 0 0 10px;
  color: var(--gloryer-link-color);
  font-size: 25px;
}
@media (min-width: 1367px) {
  .post.no-results .title-no-results {
    font-size: 30px;
  }
}
@media (min-width: 1367px) {
  .post.no-results {
    margin: 0 0 50px;
  }
}

.detail-title {
  margin: 0 0 15px;
  font-size: 26px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .detail-title {
    font-size: 30px;
  }
}
@media (min-width: 1367px) {
  .detail-title {
    font-size: 36px;
    margin-bottom: 35px;
  }
}

.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(--gloryer-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.9375rem 0;
  position: relative;
  border-radius: 10px;
  font-weight: 400;
  background: #f2f3f4;
  border-left: 5px solid var(--gloryer-theme-color);
  font-size: 1rem;
  font-style: normal;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  padding-block: 24px;
  color: var(--gloryer-text-color);
}
.wp-block-quote cite,
blockquote cite {
  margin-top: 10px;
  font-size: 1rem;
  color: var(--gloryer-link-color);
  display: inline-block;
  font-weight: 500;
  font-style: normal;
}
.wp-block-quote a,
blockquote a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 12px;
  letter-spacing: 1px;
}
.wp-block-quote p:last-child,
blockquote p:last-child {
  margin-bottom: 0;
}

.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: #f33066;
}
.entry-vote.vote-good .entry-vote-inner {
  color: #ff9b20;
}
.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: #27b737;
}

.type-post {
  margin-bottom: 1.875rem;
}

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

.categories-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.875rem;
  display: -moz-flex;
  display: flex;
  align-items: center;
  overflow: auto;
}
@media (min-width: 576px) {
  .categories-list {
    justify-content: center;
    margin-bottom: 50px;
  }
}
.categories-list li {
  margin: 0 2px;
}
.categories-list li a {
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  padding: 6px 18px;
  color: var(--gloryer-text-color);
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
}
.categories-list li a:hover, .categories-list li a:focus, .categories-list li a.active {
  color: var(--gloryer-theme-color);
  background: var(--gloryer-theme-color-007);
}

.comment-form label,
.form-theme label {
  font-weight: 400;
  color: var(--gloryer-link-color);
  margin: 0 0 5px;
}
.comment-form .comment-form-cookies-consent,
.form-theme .comment-form-cookies-consent {
  display: none;
  font-size: 14px;
}
.comment-form .comment-form-cookies-consent label,
.form-theme .comment-form-cookies-consent label {
  margin-bottom: 0;
  display: inline;
}
.comment-form .form-group,
.form-theme .form-group {
  margin-bottom: 1.25rem;
  position: relative;
}
@media (min-width: 1367px) {
  .comment-form .form-group,
  .form-theme .form-group {
    margin-bottom: 25px;
  }
}
.comment-form .form-group .for-control,
.form-theme .form-group .for-control {
  line-height: 1;
  font-weight: 400;
  color: var(--gloryer-link-color);
  background: #fff;
  transition: all 0.1s ease-in-out 0s;
  position: absolute;
  top: -9px;
  left: 0;
  z-index: 1;
  margin: 0;
  transform: translateY(27px);
  cursor: pointer;
}
@media (min-width: 1367px) {
  .comment-form .form-group .for-control,
  .form-theme .form-group .for-control {
    transform: translateY(28px);
  }
}
.comment-form .form-group .for-control + br,
.form-theme .form-group .for-control + br {
  display: none;
}
.comment-form .form-group .form-control.has-value + .for-control, .comment-form .form-group .form-control:focus + .for-control,
.form-theme .form-group .form-control.has-value + .for-control,
.form-theme .form-group .form-control:focus + .for-control {
  transform: translateY(0);
}
@media (min-width: 1367px) {
  .comment-form .space-comment,
  .form-theme .space-comment {
    margin-bottom: 1.875rem;
  }
}
.comment-form .yourview,
.form-theme .yourview {
  margin-bottom: 5px;
}
.comment-form textarea.form-control,
.form-theme textarea.form-control {
  height: 140px;
  border-radius: 6px;
  border: 0;
  background-color: #f4f5f7;
}
.comment-form .form-submit,
.form-theme .form-submit {
  margin-bottom: 0;
}
.comment-form #cancel-comment-reply-link,
.form-theme #cancel-comment-reply-link {
  color: #f33066;
}
.comment-form .group-upload [class=hidden],
.form-theme .group-upload [class=hidden] {
  display: none;
}
.comment-form .group-upload button,
.form-theme .group-upload button {
  border: 1px solid var(--gloryer-theme-color);
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: var(--gloryer-theme-color);
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1367px) {
  .comment-form .group-upload button,
  .form-theme .group-upload button {
    padding: 1rem 2rem;
    min-width: 300px;
    text-align: center;
  }
}
.comment-form .group-upload button:hover, .comment-form .group-upload button:focus,
.form-theme .group-upload button:hover,
.form-theme .group-upload button:focus {
  background-color: var(--gloryer-theme-color);
  color: #fff;
  border-color: var(--gloryer-theme-color);
}
.comment-form .group-upload button .upload-file-btn,
.form-theme .group-upload button .upload-file-btn {
  margin-top: 5px;
}
.comment-form .group-upload button i,
.form-theme .group-upload button i {
  margin-right: 5px;
}
.comment-form .label-rating,
.form-theme .label-rating {
  margin-right: 10px;
  font-weight: 500;
  font-size: 16px;
}
.comment-form .tutor-ratings-stars,
.form-theme .tutor-ratings-stars {
  font-size: 13px;
}

.post .entry-description {
  margin: 0 0 25px;
  clear: both;
  overflow: hidden;
}
.post .entry-description p {
  margin: 0 0 15px;
  line-height: 1.6;
}
.post .entry-description p:last-child {
  margin: 0;
}
.post .entry-description .wp-block-quote {
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  padding-block: 24px;
  font-size: 14px;
  line-height: 30px;
  color: var(--gloryer-text-color);
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  border-left: 5px solid var(--gloryer-theme-color);
}
@media (min-width: 768px) {
  .post .entry-description .wp-block-quote {
    font-size: 18px;
  }
}
.post .entry-description .wp-block-quote a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  margin-top: 12px;
}
.post .entry-description h1, .post .entry-description h2, .post .entry-description h3, .post .entry-description h4, .post .entry-description h5, .post .entry-description h6 {
  color: var(--gloryer-heading-color);
}
@media (max-width: 767px) {
  .post .entry-description h1, .post .entry-description h2, .post .entry-description h3, .post .entry-description h4, .post .entry-description h5, .post .entry-description h6 {
    font-size: 18px;
  }
}
.post .entry-description .wp-block-columns.are-vertically-aligned-center {
  align-items: center !important;
}
.post .entry-description .wp-block-columns.are-vertically-aligned-center .wp-block-columns {
  align-items: center !important;
}
.post .entry-description :where(.wp-block-columns.is-layout-flex) {
  gap: 0em;
}
@media (min-width: 1200px) {
  .post .entry-description :where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
  }
}
.post .wp-block-image figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* Post type: List widget list*/
.posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.posts-list li {
  overflow: hidden;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dfdfdf;
}
@media (min-width: 1200px) {
  .posts-list li {
    margin: 0 0 20px;
    padding-bottom: 20px;
  }
}
.posts-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin: 0;
}
.posts-list .entry-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 10px 0 0;
}
@media (min-width: 1200px) {
  .posts-list .entry-title {
    font-size: 16px;
  }
}
.posts-list .entry-title a:hover, .posts-list .entry-title a:focus {
  color: var(--gloryer-link-hover-color);
}
.posts-list .top-info {
  color: var(--gloryer-text-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.posts-list .top-info a {
  color: var(--gloryer-text-color);
}
.posts-list .top-info a:hover, .posts-list .top-info a:focus {
  color: var(--gloryer-link-color);
}
.posts-list .content-info {
  width: calc(100% - 120px);
}
.posts-list .image {
  width: 120px;
  padding-right: 15px;
}
.posts-list .image img {
  border-radius: 10px;
}

.layout-blog.style-sticky {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.layout-blog.style-sticky .post-sticky {
  position: sticky;
  top: 100px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: auto;
}
@media (max-width: 767px) {
  .layout-blog.style-sticky .post-sticky {
    position: initial;
  }
}

.title-sticky {
  position: sticky !important;
  top: auto;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .title-sticky {
    top: 90px;
  }
}

.post-layout {
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  margin-bottom: 25px;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
}
@media (min-width: 1367px) {
  .post-layout {
    margin-bottom: 45px;
  }
}
.post-layout .post-sticky {
  background-color: var(--gloryer-theme-color);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 20px;
  margin: 0 0 15px;
  font-size: 13px;
  z-index: 10;
  top: 0;
  position: absolute;
  right: 0;
  border-radius: 0 20px 0 20px;
}
.post-layout .list-categories {
  position: relative;
  margin-left: 25px;
}
.post-layout .list-categories:before {
  content: "\e925";
  font-family: "gloryer";
  color: var(--gloryer-theme-color);
  left: -22px;
  padding: 0;
  position: absolute;
  font-size: 16px;
  line-height: 26px;
  top: -3px;
}
.post-layout .list-categories a {
  margin: 0;
  display: inline-block;
  float: none;
}
.post-layout .entry-title {
  margin: 0;
  word-wrap: break-word;
  word-break: break-word;
  font-family: var(--gloryer-heading-font);
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .post-layout .entry-title {
    font-size: 23px;
  }
}
@media (min-width: 1367px) {
  .post-layout .entry-title {
    font-size: 26px;
  }
}
.post-layout .top-image {
  position: relative;
}
.post-layout .top-image .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1000/684;
  transition: all 0.3s ease-in-out 0s;
}
.post-layout .top-image .entry-thumb {
  margin: 0;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.post-layout .top-image .post-info {
  border-top: 0;
}
.post-layout .top-image .date {
  line-height: 1;
  text-align: center;
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 7px;
  background-color: #fff;
  text-transform: uppercase;
  color: var(--gloryer-heading-color);
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 5px 10px 0 rgba(91, 91, 91, 0.1);
}
.post-layout .top-image .date .day {
  font-size: 18px;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .post-layout .top-image .date .day {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .post-layout .top-image .date {
    top: 15px;
    left: 15px;
    padding: 10px 15px;
  }
}
.post-layout .post-info {
  box-sizing: border-box;
  position: relative;
  z-index: 4;
  border: 0;
  border-radius: 0;
  padding: 20px 15px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .post-layout .post-info {
    padding: 20px 30px 30px;
  }
}
.post-layout .top-info {
  font-size: 12px;
  margin: 0 0 10px;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .post-layout .top-info {
    font-size: 13px;
    margin: 0 0 15px;
  }
}
.post-layout .top-info a, .post-layout .top-info span {
  color: var(--gloryer-text-color);
  margin: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
}
.post-layout .top-info a:hover, .post-layout .top-info a:focus, .post-layout .top-info span:hover, .post-layout .top-info span:focus {
  color: var(--gloryer-link-hover-color);
}
.post-layout .top-info i {
  color: var(--gloryer-theme-color);
  margin-right: 5px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .post-layout .top-info i {
    font-size: 18px;
  }
}
.post-layout .top-info > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}
.post-layout .top-info > *:last-child {
  margin-right: 0;
}
.post-layout .top-info > div:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  margin: 0 4px 0 6px;
  vertical-align: middle;
  background-color: var(--gloryer-text-color);
}
@media (min-width: 1200px) {
  .post-layout .top-info > div:not(:last-child):after {
    width: 15px;
  }
}
.post-layout iframe {
  max-width: 100%;
}
.post-layout .readmore {
  line-height: 1;
  font-size: 12px;
  background-color: var(--gloryer-link-color);
  z-index: 1;
  padding: 8px 11px 8px 15px;
  color: #fff;
  text-transform: uppercase;
  gap: 0.4rem;
}
.post-layout .readmore i {
  font-size: 16px;
}
.post-layout .readmore:hover {
  color: #fff;
  background-color: var(--gloryer-link-hover-color);
  border-color: var(--gloryer-link-hover-color);
}
.post-layout .description {
  margin: 7px 0 15px;
  padding-bottom: 0;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .post-layout .description {
    margin: 10px 0 25px;
    padding-bottom: 0;
    line-height: 26px;
  }
}
.post-layout:hover .entry-thumb img {
  transform: scale(1.05);
}
.post-layout.post-grid-v2 .top-info {
  font-size: 11px;
  margin: 0 0 5px;
}
@media (min-width: 1200px) {
  .post-layout.post-grid-v2 .top-info {
    font-size: 12px;
  }
}
.post-layout.post-grid-v2 .list-categories:before {
  line-height: 22px;
}
.post-layout.post-grid-v2 .entry-title {
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .post-layout.post-grid-v2 .entry-title {
    font-size: 22px;
  }
}
.post-layout.post-grid-v3 .top-info {
  font-size: 11px;
  margin: 0 0 5px;
}
@media (min-width: 1200px) {
  .post-layout.post-grid-v3 .top-info {
    font-size: 12px;
  }
}
.post-layout.post-grid-v3 .list-categories:before {
  line-height: 22px;
}
.post-layout.post-grid-v3 .entry-title {
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  letter-spacing: 0;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .post-layout.post-grid-v3 .entry-title {
    font-size: 22px;
    margin: 0 0 25px;
  }
}

.post-grid .entry-title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-grid .top-blog-information {
  margin-top: 12px;
}
.post-grid .list-categories {
  margin-bottom: 3px;
}
.post-grid .col-content {
  padding-top: 10px;
}
@media (min-width: 1367px) {
  .post-grid .col-content {
    padding-top: 15px;
  }
}
.post-grid.v1 {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}
@media (min-width: 1025px) {
  .post-grid.v1 {
    border-radius: 12px;
  }
}
.post-grid.v1 .col-content {
  padding: 15px 20px 20px;
}

.top-blog-information {
  text-transform: capitalize;
  color: var(--gloryer-text-color);
  line-height: 1;
  font-size: 14px;
  margin-top: 10px;
  flex-wrap: wrap;
  row-gap: 5px;
}
@media (min-width: 1367px) {
  .top-blog-information {
    margin-top: 18px;
  }
}
.top-blog-information > div {
  white-space: nowrap;
}
.top-blog-information > div + div {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #dfdfdf;
}
.top-blog-information a {
  color: var(--gloryer-text-color);
}
.top-blog-information a:hover, .top-blog-information a:focus {
  color: var(--gloryer-link-color);
}
.top-blog-information i {
  font-size: 1rem;
  margin-right: 6px;
  vertical-align: text-bottom;
}

.post-list-item {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .post-list-item {
    margin-bottom: 45px;
  }
}
.post-list-item.post-list-home {
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .post-list-item.post-list-home {
    margin-bottom: 45px;
  }
}
.post-list-item.post-list-home .post-info {
  padding: 20px 15px 20px 5px;
}
@media ((max-width: 767px)) {
  .post-list-item.post-list-home .post-info {
    padding: 20px 30px 25px;
  }
}
.post-list-item.post-list-home .list-no-image .no-image .post-info {
  padding: 20px 30px 25px;
}
.post-list-item .list-inner {
  border-radius: 15px;
  background-color: #fff;
}
.post-list-item .list-inner .list-no-image .no-image .post-info {
  padding: 10px 10px 10px 10px;
}
@media (min-width: 1200px) {
  .post-list-item .list-inner .list-no-image .no-image .post-info {
    padding: 20px 25px 25px 25px;
  }
}
.post-list-item .top-info {
  z-index: 9;
  direction: ltr;
  bottom: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.post-list-item .top-info > * {
  display: inline-block;
  vertical-align: middle;
}
.post-list-item .top-info > *:last-child {
  margin-right: 0;
}
.post-list-item .bottom-info {
  padding-top: 0;
}
.post-list-item .post-info {
  padding: 15px 15px 20px 0;
  border: 0;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .post-list-item .post-info {
    padding: 8px 25px 10px 0;
  }
}
@media (max-width: 767px) {
  .post-list-item .post-info {
    padding: 15px 15px 20px 15px;
  }
}
.post-list-item .top-image {
  position: relative;
  z-index: 1;
}
.post-list-item .top-image .date {
  left: 30px;
}
.post-list-item .top-image .post-sticky {
  position: absolute;
  right: 15px;
}
.post-list-item .entry-title {
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .post-list-item .entry-title {
    font-size: 22px;
  }
}
.post-list-item .description {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .post-list-item .description {
    margin-bottom: 20px;
  }
}
.post-list-item-small {
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .post-list-item-small {
    margin-bottom: 1.875rem;
  }
}
.post-list-item-small:last-child {
  margin-bottom: 0;
}
.post-list-item-small .top-image {
  width: 135px;
  margin: 0;
}
.post-list-item-small .col-content {
  padding-left: 18px;
}
.post-list-item-small .entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 17px;
}
.post-list-item-small .categories-name,
.post-list-item-small .date {
  font-size: 13px;
}

/* Post type: By Category */
.top-blog-info {
  padding: 25px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.top-blog-info i {
  margin-right: 10px;
}
.top-blog-info .categories {
  margin-right: 35px;
}
.top-blog-info .author a {
  color: var(--gloryer-theme-color);
}
.top-blog-info a {
  color: var(--gloryer-text-color);
}
.top-blog-info a:hover, .top-blog-info a:active {
  color: var(--gloryer-theme-color);
}

.category-posts {
  position: relative;
}
.category-posts::after {
  content: "";
  top: 20px;
  position: absolute;
  right: 0;
  width: 1px;
  height: 1000px;
  background: #dfdfdf;
}
.category-posts .post {
  border-bottom: 1px solid #dfdfdf;
}
.category-posts .category-posts-label {
  padding: 1px 3px;
  border-radius: 0;
  background: var(--gloryer-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(--gloryer-theme-color);
}

/*------------------------------------*\
    Comment List
\*------------------------------------*/
.woocommerce #review_form #respond .comment-respond,
#comments .comment-respond {
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  padding: 10px 20px 20px;
  margin-bottom: 20px;
}
@media (min-width: 1367px) {
  .woocommerce #review_form #respond .comment-respond,
  #comments .comment-respond {
    margin-bottom: 60px;
    padding: 15px 40px 40px;
  }
  .woocommerce #review_form #respond .comment-respond #submit,
  #comments .comment-respond #submit {
    min-width: 240px;
    text-align: center;
    font-size: 14px;
  }
}
.woocommerce #review_form #respond .comment-respond .title,
#comments .comment-respond .title {
  margin-top: 0;
}

#comments {
  padding: 0;
  border: 0;
}
#comments .comment-list-wrap {
  background-color: transparent;
  border-radius: 15px;
  border: 1px solid #dfdfdf;
  padding: 30px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  #comments .comment-list-wrap {
    padding: 15px;
  }
}
#comments .comment-list .comment-text {
  margin: 15px 0 10px;
  background-color: #f2f3f4;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}
#comments .comments-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 25px;
}
#comments .comment-box {
  overflow: hidden;
  position: relative;
}
#comments .comment-text {
  margin: 0 0 10px;
}
#comments .comment-text p:last-child {
  margin: 0;
}
#comments .the-comment {
  padding: 0;
}
@media (min-width: 992px) {
  #comments .the-comment {
    padding: 0;
  }
}

.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.comment-list li.comment {
  border-top: 1px solid #dfdfdf;
  padding-top: 30px;
  margin-top: 30px;
}
.comment-list .comment-respond small {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
}
.comment-list .comment-respond #submit {
  min-width: auto !important;
}
.comment-list .comment-respond textarea#comment {
  height: 120px;
}
.comment-list #cancel-comment-reply-link {
  color: #f33066;
}
.comment-list .comment-author {
  font-size: 0.875rem;
}
.comment-list .comment-author i {
  margin-right: 5px;
}
.comment-list .comment-author > * {
  margin-right: 15px;
}
.comment-list .comment-author > *:last-child {
  margin-right: 0;
}
.comment-list .name-comment {
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
  font-size: 1rem;
  font-family: var(--bs-font-sans-serif);
}
@media (min-width: 1367px) {
  .comment-list .name-comment {
    font-size: 18px;
  }
}
.comment-list .review-stars-rated-wrapper {
  margin-top: 5px;
}
.comment-list .date {
  font-size: 13px;
  margin-top: 5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.comment-list strong {
  font-size: 14px;
  color: var(--gloryer-link-color);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
}
@media (min-width: 1200px) {
  .comment-list strong {
    font-size: 16px;
  }
}
.comment-list .review_date {
  margin-top: 5px;
}
.comment-list .review_date .star-rating {
  margin-right: 5px;
}
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
@media (min-width: 1367px) {
  .comment-list .children {
    padding-left: 40px;
  }
}
.comment-list .comment-edit-link {
  color: var(--gloryer-theme-color);
  font-weight: 500;
}
.comment-list .comment-reply-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--gloryer-theme-color);
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s ease-in-out 0s;
}
.comment-list .comment-reply-link:before {
  content: "\e6bd";
  font-family: "themify";
  font-size: 13px;
  vertical-align: unset;
  margin-right: 0;
}
.comment-list .comment-reply-link:hover, .comment-list .comment-reply-link:active {
  color: darken;
}
.comment-list .comment-text {
  margin: 0 0 10px;
}
.comment-list .comment-text p:last-child {
  margin: 0;
}
.comment-list div.avatar {
  width: 50px;
  height: 50px;
  padding: 4px;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  border: 1px solid var(--gloryer-theme-color);
}
@media (min-width: 1367px) {
  .comment-list div.avatar {
    width: 70px;
    height: 70px;
  }
}
.comment-list div.avatar img {
  margin: 0;
  border-radius: 50%;
}
.comment-list div.avatar + .comment-box {
  overflow: hidden;
  padding-left: 15px;
}
@media (min-width: 1367px) {
  .comment-list div.avatar + .comment-box {
    padding-left: 1.875rem;
  }
}
.comment-list .the-comment {
  padding: 0;
}
@media (min-width: 992px) {
  .comment-list .the-comment {
    padding: 0;
  }
}
.comment-list > li:last-child > .the-comment:last-child {
  border-bottom: 0;
  margin-bottom: 20px;
}

.logged-in-as a + a {
  color: #f33066;
}

/*------------------------------------*\
    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(--gloryer-theme-color);
}

.post-navigation {
  position: relative;
}
.post-navigation .screen-reader-text {
  display: none;
}
.post-navigation .nav-links {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.post-navigation .nav-links > a {
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px;
  border: 1px solid #dfdfdf;
  border-radius: 15px 0 0 15px;
}
@media (min-width: 767px) {
  .post-navigation .nav-links > a {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .post-navigation .nav-links > a {
    border-radius: 15px;
  }
}
.post-navigation .nav-links > a + a {
  margin: -1px 0 0;
}
@media (min-width: 767px) {
  .post-navigation .nav-links > a + a {
    border-left: 0;
    margin: 0;
    border-radius: 0 15px 15px 0;
  }
}
@media (max-width: 767px) {
  .post-navigation .nav-links > a + a {
    border-radius: 15px;
  }
}
@media (min-width: 767px) {
  .post-navigation .nav-links > a + a > div {
    flex-direction: row-reverse;
  }
}
@media (min-width: 767px) {
  .post-navigation .nav-links > a + a > div img {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media (min-width: 767px) {
  .post-navigation .nav-links > a + a > div .meta-nav {
    justify-content: flex-end;
  }
}
.post-navigation .nav-links > a + a > div .meta-nav::before {
  display: none;
}
.post-navigation .nav-links > a + a > div .meta-nav::after {
  content: "\e649";
  font-family: "themify";
  padding-left: 3px;
  font-size: 14px;
}
@media (min-width: 767px) {
  .post-navigation .nav-links > a + a > div .wrapper-title-meta {
    text-align: right;
  }
}
.post-navigation .nav-links > a .wrapper-title-meta {
  padding: 15px 0;
}
.post-navigation .nav-links > a img {
  margin-right: 15px;
  margin-left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 120/120;
}
.post-navigation .nav-links .media {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.post-navigation .nav-links .meta-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 17px;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: var(--gloryer-text-color);
}
.post-navigation .nav-links .meta-nav::before {
  color: var(--gloryer-text-color) !important;
  display: inline-block;
  content: "\e64a";
  font-family: "themify";
  padding-right: 3px;
  font-size: 14px;
}
.post-navigation .nav-links .post-title {
  color: var(--gloryer-link-color);
  font-weight: 700;
  display: inline-block;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 20px;
  padding-top: 0;
  margin: 10px 0 0;
  -webkit-line-clamp: 2;
  text-transform: capitalize;
}
.post-navigation .nav-links .post-title:hover {
  color: var(--gloryer-link-hover-color);
}

.author-info .author-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
  font-family: var(--bs-font-sans-serif);
  text-transform: capitalize;
}
.author-info .avatar-img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
}
@media (min-width: 1367px) {
  .author-info .avatar-img {
    width: 120px;
    height: 120px;
  }
}
.author-info .description {
  padding-left: 0.9375rem;
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}
@media (min-width: 1367px) {
  .author-info .description {
    padding-left: 1.875rem;
  }
}

.wrapper-posts-related {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .wrapper-posts-related {
    padding: 40px 0;
  }
}
@media (min-width: 1025px) {
  .wrapper-posts-related {
    padding: 60px 0;
  }
}
@media (min-width: 1367px) {
  .wrapper-posts-related {
    padding: 115px 0;
  }
}
.wrapper-posts-related .type-post {
  margin-bottom: 0;
}
.wrapper-posts-related .title {
  margin: 0 0 1.875rem;
  font-size: 23px;
}
@media (min-width: 768px) {
  .wrapper-posts-related .title {
    font-size: 25px;
  }
}
@media (min-width: 1025px) {
  .wrapper-posts-related .title {
    font-size: 30px;
  }
}
@media (min-width: 1367px) {
  .wrapper-posts-related .title {
    font-size: 36px;
  }
}

.related-posts .title {
  font-size: 26px;
  margin: 0 0 20px;
}
@media (min-width: 1367px) {
  .related-posts .title {
    margin-bottom: 35px;
    font-size: 36px;
  }
}

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

.single-info .entry-thumb {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1367px) {
  .single-info .entry-thumb {
    margin-bottom: 1.875rem;
  }
}
.single-info .top-blog-information {
  margin: 0 0 15px;
}

.heading-detail {
  font-family: var(--bs-font-sans-serif);
  font-size: 18px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .heading-detail {
    font-size: 22px;
  }
}
@media (min-width: 1367px) {
  .heading-detail {
    margin-bottom: 30px;
  }
}

.blog-thumb-header {
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 1025px) {
  .blog-thumb-header {
    border-radius: 16px;
  }
}

/*------------------------------------*\
    Single post
\*------------------------------------*/
.detail-post .top-info-detail.post-layout {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .detail-post .top-info-detail.post-layout {
    margin-bottom: 25px;
  }
}
.detail-post .top-info-detail.no-thumb {
  margin: 0;
  border: 0;
}
.detail-post iframe {
  max-width: 100%;
}
.detail-post .tag-social,
.detail-post #comments,
.detail-post .post-navigation,
.detail-post .author-info {
  padding-top: 1.875rem;
  margin-top: 1.875rem;
  border-top: 1px solid #dfdfdf;
}
@media (min-width: 1367px) {
  .detail-post .tag-social,
  .detail-post #comments,
  .detail-post .post-navigation,
  .detail-post .author-info {
    padding-top: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .detail-post .goal-social-share + .ms-auto {
    padding-top: 15px;
  }
}
.detail-post .single-list {
  padding: 0;
}
.detail-post .single-list li {
  position: relative;
  font-size: 1rem;
  color: var(--gloryer-link-color);
  margin-bottom: 5px;
  padding-left: 30px;
  list-style: none;
  font-weight: 600;
}
.detail-post .single-list li:before {
  position: absolute;
  content: "\e907";
  left: 0px;
  top: 0px;
  font-size: 1rem;
  font-family: "gloryer";
  color: var(--gloryer-theme-color);
}
.detail-post .wp-block-image {
  margin: 0;
}
.detail-post .wp-block-image img {
  border-radius: 10px;
}
.detail-post .entry-content-detail {
  margin: 0 0 15px;
  background-color: transparent;
  padding: 0;
  border-width: 0;
  border-style: solid;
  border-color: #dfdfdf;
  border-radius: 6px;
}
@media (min-width: 1200px) {
  .detail-post .entry-content-detail {
    margin: 0 0 25px;
  }
}
.detail-post .entry-content-detail .top-info {
  font-size: 12px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  border-color: #dfdfdf;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .detail-post .entry-content-detail .top-info {
    font-size: 14px;
    margin: 0 0 15px;
  }
}
.detail-post .entry-content-detail .top-info a, .detail-post .entry-content-detail .top-info span {
  color: var(--gloryer-text-color);
  margin: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
}
.detail-post .entry-content-detail .top-info a:hover, .detail-post .entry-content-detail .top-info a:focus, .detail-post .entry-content-detail .top-info span:hover, .detail-post .entry-content-detail .top-info span:focus {
  color: var(--gloryer-link-hover-color);
}
.detail-post .entry-content-detail .top-info i {
  color: var(--gloryer-theme-color);
  margin-right: 5px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .detail-post .entry-content-detail .top-info i {
    font-size: 18px;
  }
}
.detail-post .entry-content-detail .top-info > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}
.detail-post .entry-content-detail .top-info > *:last-child {
  margin-right: 0;
}
.detail-post .entry-content-detail .top-info > div:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  margin: 0 4px 0 6px;
  vertical-align: middle;
  background-color: var(--gloryer-text-color);
}
@media (min-width: 1200px) {
  .detail-post .entry-content-detail .top-info > div:not(:last-child):after {
    width: 15px;
  }
}
.detail-post .entry-content-detail .wp-block-gallery {
  margin-bottom: 20px;
}
.detail-post .entry-content-detail .wp-block-gallery.columns-2 {
  margin-right: 15px;
}
.detail-post .entry-content-detail .list-categories {
  position: relative;
  margin-left: 25px;
}
.detail-post .entry-content-detail .list-categories:before {
  content: "\e925";
  font-family: "gloryer";
  color: var(--gloryer-theme-color);
  left: -22px;
  padding: 0;
  position: absolute;
  font-size: 16px;
  line-height: 26px;
  top: 0;
}
.detail-post .entry-content-detail .list-categories a {
  margin: 0;
  display: inline-block;
  float: none;
}

.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: -moz-flex;
  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(--gloryer-link-color);
}
.author-wrapper .right-inner {
  padding-left: 10px;
}

#respond .comment-reply-title {
  font-weight: 500;
  font-size: 18px;
  font-family: var(--bs-font-sans-serif);
  margin: 0 0 10px;
  text-transform: capitalize;
}
@media (min-width: 1367px) {
  #respond .comment-reply-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
#respond .comment-reply-title #cancel-comment-reply-link {
  color: #f33066;
}

.comments-title {
  font-weight: 500;
  font-size: 18px;
  font-family: var(--bs-font-sans-serif);
  margin: 0 0 20px;
  text-transform: capitalize;
}
@media (min-width: 1367px) {
  .comments-title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

/* 8. effect */
.effect-1 {
  position: relative;
}
.effect-1:after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  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(--gloryer-theme-color);
}

.zoom-2 {
  overflow: hidden;
  display: block;
  border-radius: 3px;
}
.zoom-2 img {
  position: relative;
  width: 100%;
  height: auto;
  transition: all 0.2s ease-out;
}
.zoom-2:hover img {
  transform: scale(1.2);
}

.close .fa {
  transition: all 1s ease-in-out;
}
.close:hover .fa {
  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);
  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);
}

/* 10. widgets layout */
.vertical-wrapper {
  position: relative;
}
.vertical-wrapper .content-vertical {
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 3;
  margin-top: 12px !important;
  min-width: 300px;
}
.vertical-wrapper.show-always .content-vertical {
  display: block;
}
.vertical-wrapper .title {
  margin-right: 10px;
}
.vertical-wrapper .action-vertical {
  transition: all 0.2s ease-in-out 0s;
  border-radius: 4px;
  padding: 7px 25px;
  font-weight: 500;
  cursor: pointer;
}
.vertical-wrapper .action-vertical.active, .vertical-wrapper .action-vertical:hover, .vertical-wrapper .action-vertical:focus {
  background: #f2f3f4;
  color: var(--gloryer-link-color);
}
.vertical-wrapper .action-vertical i {
  font-size: 10px;
}

.goal-vertical-menu {
  padding: 0;
  background: #fff;
  margin: 0;
  list-style: none;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  box-shadow: var(--theme-box-shadow);
  position: relative;
}
.goal-vertical-menu:before {
  content: "";
  width: 10px;
  height: 10px;
  border-width: 5px;
  border-style: solid;
  border-color: #dfdfdf transparent transparent #dfdfdf;
  transform: rotate(45deg);
  position: absolute;
  left: 35px;
  top: -5px;
}
.goal-vertical-menu > li {
  display: block;
  width: 100%;
  position: static;
}
.goal-vertical-menu > li > a {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  padding: 7px 20px;
  background: transparent;
  position: relative;
}
@media (min-width: 1025px) {
  .goal-vertical-menu > li > a {
    padding: 11px 20px;
    font-size: 1rem;
  }
}
.goal-vertical-menu > li > a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  background: var(--gloryer-theme-color);
}
.goal-vertical-menu > li > a > i,
.goal-vertical-menu > li > a > img {
  font-size: 22px;
  margin-right: 15px;
  width: 18px;
  display: inline-block;
  color: var(--gloryer-theme-color);
}
.goal-vertical-menu > li > a .caret {
  display: none;
}
.goal-vertical-menu > li .dropdown-toggle:after {
  border: 0;
  content: "\e649";
  font-family: "themify";
  font-size: 12px;
  float: right;
  margin-top: 1px;
}
.goal-vertical-menu > li:hover > a, .goal-vertical-menu > li.active > a {
  color: var(--gloryer-theme-color);
  background: #f2f3f4;
}
.goal-vertical-menu > li:hover > a:before, .goal-vertical-menu > li.active > a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.goal-vertical-menu li:hover > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.goal-vertical-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: var(--gloryer-theme-color);
  font-family: var(--gloryer-heading-font);
}
.goal-vertical-menu .text-label.label-hot {
  color: #f33066;
}
.goal-vertical-menu .text-label.label-new {
  color: #27b737;
}
.goal-vertical-menu .dropdown-menu {
  min-width: 240px;
  height: calc(100% + 2px);
  visibility: hidden;
  padding: 20px 30px;
  border-radius: 4px;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #dfdfdf;
  box-shadow: 0 25px 70px 0 rgba(1, 33, 58, 0.07);
}
.goal-vertical-menu .dropdown-menu > li > a {
  background: transparent !important;
  padding: 10px 0;
  display: inline-block;
}
.goal-vertical-menu .dropdown-menu > li > a:hover, .goal-vertical-menu .dropdown-menu > li > a:focus {
  text-decoration: underline;
}
.goal-vertical-menu .dropdown-menu > li > a > i,
.goal-vertical-menu .dropdown-menu > li > a > img {
  font-size: 20px;
  margin-right: 10px;
  width: 15px;
  display: inline-block;
}
.goal-vertical-menu .dropdown-menu .widget {
  margin: 0;
}
.goal-vertical-menu .dropdown-menu .widget .widget-title, .goal-vertical-menu .dropdown-menu .widget .widgettitle, .goal-vertical-menu .dropdown-menu .widget .widget-heading {
  margin: 0 0 10px;
  font-size: 18px;
}
.goal-vertical-menu .dropdown-menu .widget-nav-menu .menu li {
  margin: 0;
}
.goal-vertical-menu .dropdown-menu .widget-nav-menu .menu li a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  color: var(--gloryer-link-color);
}
.goal-vertical-menu .dropdown-menu .widget-nav-menu .menu li a:hover, .goal-vertical-menu .dropdown-menu .widget-nav-menu .menu li a:focus {
  color: var(--gloryer-theme-color);
  text-decoration: underline;
}
.goal-vertical-menu .dropdown-menu .widget-nav-menu .menu li.active > a {
  color: var(--gloryer-theme-color);
  text-decoration: underline;
}
.goal-vertical-menu .aligned-left > .dropdown-menu {
  top: -1px;
  left: calc(100% - 15px);
}
.goal-vertical-menu .aligned-right > .dropdown-menu {
  top: -1px;
  right: calc(100% - 15px);
  left: inherit;
}

.goal_custom_menu.center {
  text-align: center;
}
.goal_custom_menu.center li {
  display: inline-block;
  margin: 0 15px;
}
.goal_custom_menu.left {
  text-align: left;
}
.goal_custom_menu.right {
  text-align: right;
}
.goal_custom_menu.inline li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .goal_custom_menu.inline li {
    margin-right: 40px;
  }
}
.goal_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-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
  color: var(--gloryer-text-color);
  border: 1px solid #dfdfdf;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
  box-shadow: none;
  border-radius: 100px;
}
@media (min-width: 1200px) {
  .slick-carousel .slick-arrow {
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 46px;
  }
}
.slick-carousel .slick-arrow .textnav {
  display: none;
}
.slick-carousel .slick-arrow:hover, .slick-carousel .slick-arrow:active, .slick-carousel .slick-arrow:focus {
  background-color: var(--gloryer-theme-color);
  border-color: var(--gloryer-theme-color);
  color: #fff;
}
.slick-carousel .slick-prev {
  left: 0;
}
@media (min-width: 1200px) {
  .slick-carousel .slick-prev {
    margin-left: 15px;
  }
}
.slick-carousel .slick-next {
  right: 0;
}
@media (min-width: 1200px) {
  .slick-carousel .slick-next {
    margin-right: 15px;
  }
}
.slick-carousel:hover .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0 !important;
}
.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;
  }
}
@media (max-width: 1200px) {
  .slick-carousel[data-pagination=true] .slick-arrow {
    display: none !important;
  }
}
.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.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(--gloryer-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(--gloryer-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.p_bottom_left {
  padding-bottom: 30px;
}
.slick-carousel.p_bottom_left .slick-arrow {
  width: 55px;
  height: 36px;
  font-size: 12px;
  line-height: 34px;
  transform: translate(0, 0%);
  bottom: 0;
  top: initial;
}
.slick-carousel.p_bottom_left .slick-prev {
  left: 15px;
}
.slick-carousel.p_bottom_left .slick-next {
  right: auto;
  left: 85px;
}
.slick-carousel.p_bottom_right {
  padding-bottom: 30px;
}
.slick-carousel.p_bottom_right .slick-arrow {
  width: 55px;
  height: 36px;
  font-size: 12px;
  line-height: 34px;
  transform: translate(0, 0%);
  bottom: 0;
  top: initial;
}
.slick-carousel.p_bottom_right .slick-prev {
  right: 85px;
  left: auto;
}
.slick-carousel.p_bottom_right .slick-next {
  right: 15px;
}
@keyframes fillActive {
  to {
    background-size: 100% 100%;
  }
}
.slick-carousel .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  padding: 0;
}
.slick-carousel .slick-dots li {
  width: 30px;
  height: 6px;
  background: #dfdfdf;
  border-radius: 999px;
  overflow: hidden;
  transition: background 0.3s ease;
}
.slick-carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.slick-carousel .slick-dots li:hover, .slick-carousel .slick-dots li:focus, .slick-carousel .slick-dots li.slick-active {
  background: linear-gradient(90deg, var(--gloryer-theme-color), var(--gloryer-theme-color)) no-repeat;
  background-size: 0% 100%;
  animation: fillActive 0.4s forwards;
  border-radius: 999px;
}

@media (max-width: 767px) {
  .goal-pricing-packages .pricing-item {
    margin-bottom: 15px;
  }
}
.goal-pricing-packages .pricing-wrapper {
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  position: relative;
}
.goal-pricing-packages .pricing-wrapper .pricing-wrapper-top {
  background-color: var(--gloryer-link-color);
  width: 100%;
  border-radius: 15px;
  padding: 20px;
}
@media (min-width: 1200px) {
  .goal-pricing-packages .pricing-wrapper .pricing-wrapper-top {
    padding: 35px 45px;
  }
}
.goal-pricing-packages .pricing-wrapper .pricing-wrapper-top .title {
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.goal-pricing-packages .pricing-wrapper .pricing-wrapper-top .price-wrapper {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  margin-top: 12px;
}
.goal-pricing-packages .pricing-wrapper .pricing-wrapper-top .price-wrapper span.price-period {
  font-size: 36px;
  font-weight: 500;
}
.goal-pricing-packages .pricing-wrapper .features {
  width: 100%;
  padding: 20px 15px;
}
@media (min-width: 1200px) {
  .goal-pricing-packages .pricing-wrapper .features {
    padding: 35px 45px 45px;
  }
}
.goal-pricing-packages .pricing-wrapper .features .single-list {
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
}
@media (min-width: 1200px) {
  .goal-pricing-packages .pricing-wrapper .features .single-list {
    margin-bottom: 40px;
  }
}
.goal-pricing-packages .pricing-wrapper .features .single-list li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: var(--gloryer-link-color);
  margin-bottom: 10px;
  padding-left: 22px;
  list-style: none;
}
@media (min-width: 1200px) {
  .goal-pricing-packages .pricing-wrapper .features .single-list li {
    padding-left: 30px;
  }
}
.goal-pricing-packages .pricing-wrapper .features .single-list li:before {
  position: absolute;
  content: "\e907";
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-family: "gloryer";
  color: var(--gloryer-theme-color);
}
.goal-pricing-packages .pricing-wrapper .features .add-to-cart-wrapper .button, .goal-pricing-packages .pricing-wrapper .features .add-to-cart-wrapper .btn, .goal-pricing-packages .pricing-wrapper .features .add-to-cart-wrapper .added_to_cart {
  background-color: var(--gloryer-link-color);
  border-color: var(--gloryer-link-color);
  padding: 8px 20px 8px 24px;
  font-size: 14px;
}
.goal-pricing-packages .pricing-wrapper .features .add-to-cart-wrapper .button:hover, .goal-pricing-packages .pricing-wrapper .features .add-to-cart-wrapper .btn:hover, .goal-pricing-packages .pricing-wrapper .features .add-to-cart-wrapper .added_to_cart:hover {
  background-color: var(--gloryer-link-hover-color);
  border-color: var(--gloryer-link-hover-color);
}
.goal-pricing-packages .pricing-wrapper .features .add-to-cart-wrapper .add-cart .button, .goal-pricing-packages .pricing-wrapper .features .add-to-cart-wrapper .add-cart .added_to_cart {
  color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.88;
  padding: 10px 20px 10px 24px;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: row-reverse;
}
.goal-pricing-packages .pricing-wrapper .features .add-to-cart-wrapper .add-cart .button:not(.loading)::before, .goal-pricing-packages .pricing-wrapper .features .add-to-cart-wrapper .add-cart .added_to_cart:not(.loading)::before {
  transition: all 0.3s ease;
  font-family: "gloryer";
  content: "\e903";
  color: #fff;
  font-size: 18px;
  transform: translateX(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .goal-pricing-packages .pricing-wrapper .features .add-to-cart-wrapper .add-cart .button:not(.loading)::before, .goal-pricing-packages .pricing-wrapper .features .add-to-cart-wrapper .add-cart .added_to_cart:not(.loading)::before {
    font-size: 18px;
  }
}
.goal-pricing-packages .pricing-wrapper.active .pricing-wrapper-top {
  background-color: var(--gloryer-theme-color);
}
.goal-pricing-packages .pricing-wrapper.active .features .add-to-cart-wrapper .button, .goal-pricing-packages .pricing-wrapper.active .features .add-to-cart-wrapper .btn {
  background-color: var(--gloryer-theme-color);
  border-color: var(--gloryer-theme-color);
}
.goal-pricing-packages .pricing-wrapper.active .features .add-to-cart-wrapper .button:hover, .goal-pricing-packages .pricing-wrapper.active .features .add-to-cart-wrapper .btn:hover {
  background-color: var(--gloryer-link-color);
  border-color: var(--gloryer-link-color);
}
.goal-pricing-packages.align-center .pricing-wrapper .pricing-wrapper-top .price-wrapper, .goal-pricing-packages.align-right .pricing-wrapper .pricing-wrapper-top .price-wrapper {
  display: block !important;
}
.goal-pricing-packages.align-right {
  text-align: right;
}
.goal-pricing-packages.align-right .features .single-list {
  text-align: right;
}
.goal-pricing-packages.align-right .features .single-list li {
  padding-left: 0;
  padding-right: 22px;
}
@media (min-width: 1200px) {
  .goal-pricing-packages.align-right .features .single-list li {
    padding-right: 30px;
  }
}
.goal-pricing-packages.align-right .features .single-list li:before {
  left: auto;
  right: 0;
}

.widget-socials .social {
  padding: 0;
  list-style: none;
  margin: 0;
}
.widget-socials .social > li {
  padding: 0;
  display: inline-block;
  margin-right: 8px;
}
.widget-socials .social > li:last-child {
  margin: 0;
}
.widget-socials .social a {
  font-size: 12px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #F3F3F3;
  color: var(--gloryer-link-color);
  transition: all 0.3s ease-in-out 0s;
}
.widget-socials .social a:hover, .widget-socials .social a:focus {
  color: var(--gloryer-link-color);
  background: rgb(217.5, 217.5, 217.5);
}

.widget-app-icon {
  gap: 10px;
}

.app-icon {
  color: var(--gloryer-link-color);
  background: #F3F3F3;
  border-radius: 8px;
  transition: all 0.2s ease-in-out 0s;
  padding: 10px 18px;
}
.app-icon .title {
  color: inherit;
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--bs-font-sans-serif);
}
.app-icon .description {
  font-size: 12px;
  line-height: 1.2;
}
.app-icon .box-content {
  transition: all 0.2s ease-in-out 0s;
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid #dfdfdf;
}
.app-icon .icon {
  font-size: 1rem;
  line-height: 1;
}
.app-icon:hover, .app-icon:focus {
  color: var(--gloryer-link-color);
  background: rgb(217.5, 217.5, 217.5);
}
.app-icon:hover .box-content, .app-icon:focus .box-content {
  border-color: rgb(204.75, 204.75, 204.75);
}

.widget-list-icon {
  gap: 10px;
}
@media (min-width: 1024px) {
  .widget-list-icon {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 1367px) {
  .widget-list-icon {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.widget-list-icon.style3 {
  flex-direction: column;
}

.list-icon .title {
  margin: 0;
  font-size: var(--bs-font-sans-serif);
  font-weight: 400;
  font-family: var(--bs-font-sans-serif);
  line-height: 1.75;
}
.list-icon .description {
  font-size: 14px;
}
.list-icon .icon {
  margin-right: 10px;
  transition: all 0.2s ease-in-out 0s;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.list-icon.style2 {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .list-icon.style2 {
    margin-bottom: 15px;
  }
}
.list-icon.style2 .icon {
  width: 30px;
  height: 30px;
  line-height: 29px;
}
.list-icon.style2 .title {
  font-size: 14px;
}

.navbar-wrapper .close-navbar-sidebar {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.2s ease-in-out 0s;
  color: var(--gloryer-link-color);
  background-color: var(--gloryer-theme-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;
  transition: all 0.35s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 450px;
  max-width: 80%;
  height: 100vh;
  transform: translateX(100%);
}
.navbar-wrapper .navbar-sidebar-wrapper.active {
  opacity: 1;
  filter: alpha(opacity=100);
  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);
  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 {
  transform: translateX(-100%);
  right: initial;
  left: 0;
}
.navbar-wrapper.st_left .navbar-sidebar-wrapper.active {
  transform: translateY(0);
}

.language-wrapper {
  font-size: 12px;
  display: inline-block;
  position: relative;
}
.language-wrapper:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
}
.language-wrapper .selected .language-current > img {
  margin: 0 10px 0 0;
  vertical-align: sub;
}
.language-wrapper .selected .language-current > i {
  margin-left: 10px;
}
.language-wrapper .dropdown-menu {
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(10px);
  font-size: 12px;
  margin-top: 5px;
  border-radius: 0;
  padding: 13px 18px;
  min-width: 130px;
  box-shadow: none;
  border: 1px solid #dfdfdf;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
}
.language-wrapper:hover .dropdown-menu {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.language-wrapper .list-language {
  list-style: none;
  padding: 0;
  margin: 0;
}
.language-wrapper .list-language li {
  margin-bottom: 10px;
}
.language-wrapper .list-language li:last-child {
  margin-bottom: 0;
}
.language-wrapper .list-language a:hover, .language-wrapper .list-language a:focus {
  color: var(--gloryer-theme-color);
}
.language-wrapper .list-language img {
  margin-right: 6px;
  margin-bottom: 0;
}

.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(--gloryer-text-color);
  display: inline-block;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  border: 1px solid #dfdfdf;
}
.social-link.lighten li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.item-inner-features .title {
  color: var(--gloryer-link-color);
  font-size: 13px;
  margin: 5px 0;
}
@media (min-width: 1200px) {
  .item-inner-features .title {
    font-size: 16px;
  }
}
.item-inner-features .description {
  line-height: 1;
  margin: 0;
}
@media (min-width: 1200px) {
  .item-inner-features .description {
    font-size: 16px;
  }
}
.item-inner-features .features-box-image {
  color: var(--gloryer-theme-color);
  transition: all 0.2s ease-in-out 0s;
  line-height: 1;
}
.item-inner-features:hover .features-box-image {
  color: var(--gloryer-theme-color);
}
.item-inner-features.style1 {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  display: flex;
}
.item-inner-features.style1 .features-box-image {
  margin-right: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .item-inner-features.style1 .features-box-image {
    margin-right: 20px;
  }
}
.item-inner-features.style1 .title {
  font-size: 22px;
  font-weight: 500;
}
.item-inner-features.style1 .features-box-content { /* IE 10 */
  flex: 1;
  -webkit-box-flex: 1;
}
.item-inner-features.style2 .features-box-image {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .item-inner-features.style2 .features-box-image {
    margin-bottom: 15px;
  }
}
.item-inner-features.style3 {
  border: 1px solid #dfdfdf;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .item-inner-features.style3 {
    padding: 20px;
  }
}
.item-inner-features.style3 .features-box-image {
  padding-right: 10px;
  margin: 0;
}
@media (min-width: 1200px) {
  .item-inner-features.style3 .features-box-image {
    padding-right: 20px;
  }
}
.item-inner-features.style3 .title {
  margin-bottom: 5px;
  font-size: 13px;
}
.item-inner-features.style3 .description {
  font-size: 12px;
}
.item-inner-features.style3 .features-box-content {
  overflow: hidden;
}

.widget-banner .wrapper-banner {
  position: relative;
  overflow: hidden;
}
.widget-banner .wrapper-banner .content-banner {
  min-height: 100px;
  transition: all 0.3s ease-in-out 0s;
}
.widget-banner .wrapper-banner .content-banner img {
  width: 100%;
}
.widget-banner .wrapper-banner .content-banner + .inner {
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
}
.widget-banner .wrapper-banner .sub-title {
  margin: 0;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  line-height: 1.7;
  padding: 0;
  position: relative;
}
.widget-banner .wrapper-banner .sub-title strong {
  margin-left: 5px;
}
.widget-banner .wrapper-banner .title1 {
  line-height: 1.2;
  font-size: 26px;
  font-weight: 700;
  margin: 10px 0;
  color: #fff;
}
@media (min-width: 1200px) {
  .widget-banner .wrapper-banner .title1 {
    font-size: 32px;
  }
}
.widget-banner .wrapper-banner .title2 {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 1200px) {
  .widget-banner .wrapper-banner .title2 {
    font-size: 14px;
  }
}
.widget-banner .wrapper-banner .btn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
  gap: 0.3rem;
}
.widget-banner .inner .link-bottom {
  display: inline-block;
}
.widget-banner:hover .wrapper-banner .content-banner, .widget-banner:focus .wrapper-banner .content-banner {
  transform: scale(1.05);
}
.widget-banner.style1 .content-banner + .inner {
  top: 25%;
  transform: translateY(-45%);
}
@media (min-width: 1200px) {
  .widget-banner.style1 .content-banner + .inner {
    transform: translateY(-50%);
  }
}
.widget-banner.style2 .content-banner + .inner {
  top: 70%;
}
.widget-banner.style3 .content-banner + .inner {
  top: 50%;
}
.widget-testimonials .star {
  color: #E59819;
  display: inline-block;
}
.widget-testimonials .star .inner {
  white-space: nowrap;
  color: #CFCDCD;
  position: relative;
  width: 106px;
  letter-spacing: 6px;
  margin: auto;
}
.widget-testimonials .star .inner:before {
  font-family: "ElegantIcons" !important;
  content: "\e033\e033\e033\e033\e033";
  font-size: 16px;
}
.widget-testimonials .star .text {
  font-size: 16px;
  font-weight: 500;
}
.widget-testimonials .w-percent {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  color: #f8a128;
}
.widget-testimonials .w-percent:before {
  font-family: "ElegantIcons" !important;
  content: "\e033\e033\e033\e033\e033";
  font-size: 16px;
}
.widget-testimonials .testimonials-item {
  position: relative;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
}
.widget-testimonials .testimonials-item .info-testimonials:before {
  content: "\e91e";
  font-family: "gloryer";
  color: #e3e4ea;
  display: inline-block;
  line-height: 40px;
  position: absolute;
  font-size: 60px;
  line-height: 100px;
  bottom: 0;
  right: 30px;
}
@media (min-width: 1200px) {
  .widget-testimonials .testimonials-item .info-testimonials:before {
    font-size: 100px;
    bottom: 10%;
    right: 50px;
  }
}
.widget-testimonials .testimonials-item .info-testimonials .top-info {
  margin-bottom: auto;
}
.widget-testimonials .testimonials-item .info-testimonials .bottom-info {
  margin-top: auto;
}
.widget-testimonials .testimonials-item .info-testimonials .name-client {
  margin: 10px 0;
}
.widget-testimonials .testimonials-item .info-testimonials .description {
  margin: 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: auto;
}
@media (min-width: 1200px) {
  .widget-testimonials .testimonials-item .info-testimonials .description {
    -webkit-line-clamp: 4;
    margin: 30px 0;
    min-height: 210px;
  }
}
@media (max-width: 767px) {
  .widget-testimonials .testimonials-item .info-testimonials .description {
    -webkit-line-clamp: 3;
  }
}
.widget-testimonials .testimonials-item .title {
  margin: 0;
}
.widget-testimonials.style1 {
  margin-left: auto;
  margin-right: auto;
}
.widget-testimonials.style1 .testimonials-item {
  position: relative;
  padding: 0;
  box-shadow: none;
}
.widget-testimonials.style1 .testimonials-item .info-testimonials {
  min-height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1200px) {
  .widget-testimonials.style1 .testimonials-item .info-testimonials {
    min-height: 500px;
  }
}
.widget-testimonials.style1 .testimonials-item .name-client {
  margin: 10px 0 0;
}
.widget-testimonials.style1 .info-testimonials {
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  padding: 25px;
}
@media (min-width: 1200px) {
  .widget-testimonials.style1 .info-testimonials {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .widget-testimonials.style1 .info-testimonials {
    margin-top: 15px;
  }
}
.widget-testimonials.style1 .avarta {
  margin: 0;
  border: 0;
  border-radius: 15px;
  background-color: transparent;
  width: auto;
  height: auto;
  display: flex;
  justify-content: end;
  overflow: hidden;
}
@media (max-width: 767px) {
  .widget-testimonials.style1 .avarta {
    margin: 0;
  }
}
.widget-testimonials.style1 .avarta img {
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 450/509;
}
@media (max-width: 767px) {
  .widget-testimonials.style1 .avarta img {
    width: 100%;
  }
}
.widget-testimonials.style1 .avarta:hover img, .widget-testimonials.style1 .avarta:focus img {
  border: 0;
}
.widget-testimonials.style1 .star {
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.widget-testimonials.style1 .star i {
  margin-right: 4px;
  font-size: 10px;
}
.widget-testimonials.style1 .bottom-info .job {
  position: relative;
}
.widget-testimonials.style2 .testimonials-item {
  position: relative;
  padding: 20px;
  border: 1px solid transparent;
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .widget-testimonials.style2 .testimonials-item {
    padding: 40px 30px;
  }
}
.widget-testimonials.style2 .testimonials-item .info-testimonials:before {
  font-size: 45px;
  line-height: 100px;
  bottom: 0;
  right: 30px;
}
@media (min-width: 1200px) {
  .widget-testimonials.style2 .testimonials-item .info-testimonials:before {
    font-size: 65px;
    bottom: 20px;
    right: 50px;
  }
}
.widget-testimonials.style2 .testimonials-item .info-testimonials .description {
  min-height: auto;
}
@media (min-width: 1200px) {
  .widget-testimonials.style2 .testimonials-item .info-testimonials .description {
    -webkit-line-clamp: 3;
    margin: 30px 0 40px;
  }
}
.widget-testimonials.style2 .testimonials-item .avarta {
  cursor: pointer;
  max-width: 100%;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 0;
  border-radius: 50px;
  padding: 0;
  transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .widget-testimonials.style2 .testimonials-item .avarta {
    width: 90px;
    height: 90px;
  }
}
.widget-testimonials.style2 .testimonials-item .avarta img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 90/90;
}
.widget-testimonials.style2 .testimonials-item .name-client {
  margin: 0 0 3px;
}
.widget-testimonials.style2 .testimonials-item .star .inner {
  margin: 0;
}
.widget-testimonials.style2 .testimonials-item .info-testimonials {
  flex-grow: 1;
  padding-left: 20px;
}
.widget-testimonials.style2 .testimonials-item .title {
  margin: 0;
}

.widget-nav-menu {
  margin: 0;
}
.widget-nav-menu .menu li {
  margin: 0 0 7px;
}
.widget-nav-menu .menu li > a {
  color: var(--gloryer-link-color);
  font-size: 14px;
}
.widget-nav-menu .menu li:hover > a, .widget-nav-menu .menu li.active > a, .widget-nav-menu .menu li.current-cat-parent > a, .widget-nav-menu .menu li.current-cat > a {
  color: var(--gloryer-link-hover-color);
}
.widget-nav-menu .menu li:last-child {
  margin: 0;
}
.widget-nav-menu.style2 .menu li {
  display: inline-block;
  margin: 0 10px;
}
.widget-nav-menu.style2 .menu li:last-child {
  margin-right: 0;
}

.widget-mailchimp {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.widget-mailchimp .input-group-btn {
  width: auto;
  margin: 0;
}
.widget-mailchimp .input-group-btn .btn {
  border: 0;
  height: 50px;
  padding: 10px 20px;
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .widget-mailchimp .input-group-btn .btn {
    padding: 10px 30px;
  }
}
.widget-mailchimp .input-group-btn .btn:hover, .widget-mailchimp .input-group-btn .btn:focus {
  color: #fff;
}
.widget-mailchimp .input-group {
  display: flex;
}
.widget-mailchimp .input-group .form-input {
  flex: 1;
  margin: 0;
}
.widget-mailchimp .input-group input {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  border-radius: 6px;
  padding: 0 15px;
  width: 100%;
}
.widget-mailchimp.style2, .widget-mailchimp.style2 .title {
  color: #fff;
}
.widget-mailchimp.style2 .input-group-btn .btn {
  height: 50px;
}
.widget-mailchimp.style2 .form-control {
  height: 50px;
}
.widget-mailchimp.style1 .input-group {
  display: flex;
}
@media (min-width: 1200px) {
  .widget-mailchimp.style1 .input-group {
    display: block;
  }
}
.widget-mailchimp.style1 .input-group-btn {
  width: auto;
}
.widget-mailchimp.style1 .input-group-btn .btn,
.widget-mailchimp.style1 .input-group-btn .viewmore-products-btn {
  margin-top: 0;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .widget-mailchimp.style1 .input-group-btn .btn,
  .widget-mailchimp.style1 .input-group-btn .viewmore-products-btn {
    margin-top: 20px;
    margin-left: 0;
  }
}
.widget-mailchimp.style1 .btn {
  line-height: 1;
  border-radius: 0;
  font-size: 20px;
  padding: 10px 30px;
}
.widget-mailchimp.style1 .btn:hover, .widget-mailchimp.style1 .btn:focus {
  color: #fff;
}
.widget-mailchimp.style1 input {
  color: #acacac;
  outline: none;
  font-size: 14px;
}
.widget-mailchimp.style1 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #acacac;
}
.widget-mailchimp.style1 input::-moz-placeholder { /* Firefox 19+ */
  color: #acacac;
}
.widget-mailchimp.style1 input:-ms-input-placeholder { /* IE 10+ */
  color: #acacac;
}
.widget-mailchimp.style1 input:-moz-placeholder { /* Firefox 18- */
  color: #acacac;
}
.widget-mailchimp.style1 input:focus {
  color: #acacac;
  border-color: #eaeff4;
}
.widget-mailchimp .title {
  margin-left: 15px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
.widget-mailchimp .des {
  font-size: 16px;
}
.widget-mailchimp .form-control {
  border-radius: 0;
  right: 0;
  height: 50px;
}
.widget-mailchimp .btn {
  margin: 0;
  border-radius: 0;
}
.widget-mailchimp .mc4wp-response .mc4wp-alert {
  color: #fff;
}
@media (min-width: 1200px) {
  .widget-mailchimp form {
    max-width: 100%;
    width: 100%;
  }
}

.wpcf7-form {
  position: relative;
}
.wpcf7-form label {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 5px;
  color: var(--gloryer-link-color);
}
.wpcf7-form .form-control {
  background: transparent;
  margin-bottom: 1rem;
  height: 50px;
  border-radius: 6px;
}
@media (min-width: 1200px) {
  .wpcf7-form .form-control {
    margin-bottom: 20px;
    height: 55px;
  }
}
.wpcf7-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  filter: alpha(opacity=100);
}
.wpcf7-form .form-control::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  filter: alpha(opacity=100);
}
.wpcf7-form .form-control:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  filter: alpha(opacity=100);
}
.wpcf7-form .form-control:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  filter: alpha(opacity=100);
}
.wpcf7-form textarea.form-control {
  height: 150px;
}
@media (min-width: 1200px) {
  .wpcf7-form textarea.form-control {
    height: 250px;
    margin-bottom: 1.875rem;
  }
}
.wpcf7-form .position-relative .wpcf7-spinner {
  z-index: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.widget-brand {
  text-align: center;
  padding: 0;
}
.widget-brand.style-2 {
  background-color: transparent;
}
.widget-brand.style-2 .brand-item {
  border-style: solid;
  border-width: 0;
  border-color: #dfdfdf;
  padding: 10px;
}
@media (min-width: 1024px) {
  .widget-brand.style-2 .brand-item {
    border-width: 0 1px 0 0;
    padding: 40px 16px;
  }
}
.widget-brand.style-2 .slick-slide img {
  border: 0;
}
@media (min-width: 1200px) {
  .widget-brand {
    padding: 15px 10px;
  }
}
.widget-brand .slick-slide img {
  display: inline-block;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.5;
  filter: alpha(opacity=50);
  filter: gray;
  -webkit-filter: grayscale(1);
  transform: scale(1);
  cursor: pointer;
}
.widget-brand .slick-slide img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: none;
  -webkit-filter: grayscale(0);
}
@media (max-width: 767px) {
  .widget-brand .slick-slide img {
    transform: scale(0.8);
  }
}
@media (min-width: 1200px) {
  .widget-brand {
    padding: 0;
  }
}
.widget-brand.default {
  border: 1px solid transparent;
}

.times {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: 23px;
  line-height: 1;
  gap: 10px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .times {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .times {
    font-size: 36px;
  }
}
.times > div {
  padding: 10px 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
@media (min-width: 1025px) {
  .times > div {
    padding: 22px 30px;
    border-radius: 8px;
  }
}
.times .title {
  font-size: 15px;
  font-weight: 500;
  margin-top: 7px;
}
@media (min-width: 1025px) {
  .times .title {
    font-size: 16px;
    margin-top: 10px;
  }
}
.times span {
  display: block;
}

.elementor-widget-accordion.style_theme .elementor-accordion .elementor-accordion-item {
  border-bottom: 1px solid #dfdfdf;
}
.elementor-widget-accordion.style_theme .elementor-accordion .elementor-accordion-item:last-child {
  border-bottom: 0;
}
.elementor-widget-accordion.style_theme .elementor-accordion .elementor-accordion-title {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  width: calc(100% - 30px);
}
.elementor-widget-accordion.style_theme .elementor-accordion .elementor-accordion-title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4px;
  height: 100%;
  background: #131836;
  border-radius: 4px;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
}
.elementor-widget-accordion.style_theme .elementor-accordion .elementor-active .elementor-accordion-title:before {
  background: var(--gloryer-theme-color);
}

.elementor-widget-accordion.style_theme_border .elementor-accordion .elementor-accordion-item {
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .elementor-widget-accordion.style_theme_border .elementor-accordion .elementor-accordion-item {
    border-radius: 12px;
  }
}
.elementor-widget-accordion.style_theme_border .elementor-accordion .elementor-accordion-item:last-child {
  margin-bottom: 0;
}

.text-theme {
  color: var(--gloryer-theme-color) !important;
}

.text-white {
  color: #fff !important;
}

.text-green {
  color: #00FF84 !important;
}

.elementor-widget-button.w-100 .elementor-button {
  width: 100%;
}

.deleted_wpb_single_image {
  position: relative;
  overflow: hidden;
}
.deleted_wpb_single_image:before {
  position: absolute;
  z-index: 2;
  transition: all 0.2s ease-in-out 0s;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--gloryer-theme-color);
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
}
.deleted_wpb_single_image:after {
  position: absolute;
  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;
  transform: scale(0);
}
.deleted_wpb_single_image:hover:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.deleted_wpb_single_image:hover:after {
  transform: scale(1);
}

.widget-team {
  text-align: center;
}
.widget-team .team-item {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.widget-team .team-item:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(39, 42, 51, 0.7);
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.widget-team .team-item img {
  transition: all 0.5s ease-in-out 0s;
}
.widget-team .name-team {
  font-size: 1.125rem;
  margin: 1rem 0 5px;
}
@media (min-width: 1200px) {
  .widget-team .name-team {
    margin: 1.5625rem 0 5px;
  }
}
@media (min-width: 1200px) {
  .widget-team .listing {
    font-size: 0.9375rem;
  }
}
.widget-team .social {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  list-style: none;
  margin: 0;
  top: 50%;
  transform: translateY(0);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-in-out 0s;
}
.widget-team .social li {
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .widget-team .social li {
    margin-right: 20px;
  }
}
.widget-team .social li:last-child {
  margin-right: 0;
}
.widget-team .social li a {
  color: #fff !important;
}
.widget-team:hover .team-item img {
  transform: scale(1.15) rotate(-1deg);
}
.widget-team:hover .team-item:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-team:hover .social {
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget_goal_vertical_menu {
  border-left: 4px solid #2e2d2d;
}
.widget_goal_vertical_menu .widget-title {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 15px 1.875rem 0;
}
.widget_goal_vertical_menu .goal-vertical-menu {
  border: none;
}
.widget_goal_vertical_menu .goal-vertical-menu > li {
  margin-left: -4px;
}
.widget_goal_vertical_menu .goal-vertical-menu > li > a {
  border-left: 4px solid transparent;
  font-size: 16px;
  padding: 0 1.875rem;
}
.widget_goal_vertical_menu .goal-vertical-menu > li.active > a, .widget_goal_vertical_menu .goal-vertical-menu > li:hover > a {
  border-color: var(--gloryer-theme-color);
}

.nav.tabs-product {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #dfdfdf;
  margin: 0 0 1.5rem;
  justify-content: center;
  position: relative;
  padding: 0;
}
@media (min-width: 1200px) {
  .nav.tabs-product {
    margin-bottom: 40px;
  }
}
.nav.tabs-product > li {
  display: inline-block;
  float: none;
  margin: 0 7px;
}
@media (min-width: 1025px) {
  .nav.tabs-product > li {
    margin: 0 20px;
  }
}
.nav.tabs-product > li > a {
  border: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--gloryer-link-color);
  display: inline-block;
  background: transparent;
  position: relative;
  padding: 0 0 10px;
}
@media (min-width: 1367px) {
  .nav.tabs-product > li > a {
    font-size: 20px;
    padding: 0 0 15px;
  }
}
.nav.tabs-product > li > a:before {
  content: "";
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gloryer-theme-color);
  transition: all 0.2s ease-in-out 0s;
}
.nav.tabs-product > li > a:hover, .nav.tabs-product > li > a:focus {
  color: var(--gloryer-theme-color);
}
.nav.tabs-product > li > a:hover:before, .nav.tabs-product > li > a:focus:before {
  width: 100%;
}
.nav.tabs-product > li.active > a {
  color: var(--gloryer-theme-color);
}
.nav.tabs-product > li.active > a:before {
  width: 100%;
}

.updow:hover .top-img img,
.updow:hover .img img,
.updow:hover .image-wrapper img {
  animation: updow 0.8s ease-in-out 0s infinite;
}

.updow-infinite img {
  animation: updow 1s ease-in-out 0s infinite;
}
@keyframes updow {
  50% {
    transform: translateY(-10px);
  }
  0%, 100% {
    transform: translateY(0px);
  }
}
@keyframes fadeleft {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-15px, 0);
  }
}
@keyframes faderight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(15px, 0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    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);
  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(--gloryer-text-color);
}
.custom-menu li a:focus, .custom-menu li a:hover {
  color: var(--gloryer-link-color);
}
.custom-menu li:hover:before, .custom-menu li.active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-item {
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1025px) {
  .banner-item {
    border-radius: 8px;
  }
}
.banner-item .banner-image + .banner-content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  color: #fff;
}
.banner-item .banner-image:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.55));
}
.banner-item .banner-content {
  padding: 10px;
  font-weight: 500;
  line-height: 1.65;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .banner-item .banner-content {
    font-size: 18px;
    padding: 10px 40px;
  }
}

.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 {
  transition: all 0.6s ease-in-out 0s;
}
.banner-item-link:hover img, .banner-item-link:focus img {
  transform: scale(1.1) rotate(-1deg);
}

/*-----------------------------*\
        Widget video
\*-----------------------------*/
.video-wrapper-inner .popup-video {
  position: relative;
  width: 46px;
  height: 46px;
  font-size: 1rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
  color: var(--gloryer-link-color);
  background: #fff;
}
.video-wrapper-inner .popup-video:hover, .video-wrapper-inner .popup-video:focus {
  background: var(--gloryer-theme-color);
  color: #fff;
}
.video-wrapper-inner .popup-video + .title {
  margin-left: 10px;
}
.video-wrapper-inner .title {
  font-family: var(--bs-font-sans-serif);
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.3s ease-in-out 0s;
}
.video-wrapper-inner:hover .popup-video, .video-wrapper-inner:focus .popup-video {
  background: var(--gloryer-theme-color);
  color: #fff;
}

/* Standard syntax */
@keyframes boxscale {
  from {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  to {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
}
.video-content {
  margin: 0;
}
.video-content .title-video {
  margin-bottom: 10px;
}

.video-wrapper-inner {
  position: relative;
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
}
.video-wrapper-inner .popup-video {
  position: unset;
  left: 0;
  right: 0;
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 80px;
  height: 80px;
  line-height: 74px;
  color: #fff;
  background-color: var(--gloryer-theme-color);
  border: 2px solid var(--gloryer-theme-color);
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 0 0 0 rgb(255, 225, 255);
  transform: translateX(0);
}
.video-wrapper-inner .popup-video::before, .video-wrapper-inner .popup-video::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease;
  animation-name: pulse;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  pointer-events: none;
}
.video-wrapper-inner .popup-video::after {
  animation-delay: 1s;
}
@media (min-width: 1200px) {
  .video-wrapper-inner .popup-video {
    position: absolute;
    width: 100px;
    height: 100px;
    line-height: 94px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .video-wrapper-inner .popup-video {
    width: 50px;
    height: 50px;
    line-height: 44px;
    font-size: 16px;
  }
}
.video-wrapper-inner .image-wrapper img {
  width: 100%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.row-20 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.row-20 > [class*=col-] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.row-10 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.row-10 [class*=col-] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.list-circle {
  list-style: none;
  padding: 0;
}
.list-circle li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .list-circle li {
    margin-bottom: 12px;
  }
}
.list-circle li:before {
  content: "";
  background-color: #131836;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
.list-circle.column2 {
  max-width: 600px;
}

.list-circle-check {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .list-circle-check {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.list-circle-check li {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .list-circle-check li {
    margin-bottom: 17px;
  }
}
.list-circle-check li:before {
  font-size: 8px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
  background-color: #696969;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .column2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.m-900 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.mb-per2-gutter {
  margin-bottom: 0.9375rem;
}

@media (min-width: 992px) {
  .mb-lg-gutter {
    margin-bottom: 1.875rem;
  }
}
.max-600 {
  max-width: 600px;
}

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

.list-check {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
  color: var(--gloryer-heading-color);
  font-size: 15px;
  text-transform: capitalize;
}
.list-check li {
  display: -moz-flex;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .list-check li {
    margin-bottom: 20px;
  }
}
.list-check li:last-child {
  margin-bottom: 0;
}
.list-check i {
  color: #fff;
  background: var(--gloryer-theme-color);
  font-size: 8px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.list-border-check {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.list-border-check i {
  margin-right: 10px;
}
.list-border-check li {
  display: -moz-flex;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .list-border-check li {
    margin-bottom: 15px;
  }
}
.list-border-check li:last-child {
  margin-bottom: 0;
}

.list-detail-course {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-detail-course i {
  font-size: 13px;
  margin-right: 10px;
}
.list-detail-course li {
  margin-bottom: 12px;
}

.widget-box .item.col-sm-12 {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .widget-box .item.col-sm-12 {
    margin-bottom: 25px;
  }
}
.widget-box .item.col-sm-12:last-child {
  margin-bottom: 0;
}

.item-box {
  transition: all 0.25s ease-in-out 0s;
}
.item-box .features-box-content {
  padding-left: 0.9375rem;
}
@media (min-width: 1200px) {
  .item-box .features-box-content {
    padding-left: 1.875rem;
  }
}
.item-box .number {
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  background: var(--gloryer-link-color);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.item-box .title {
  transition: all 0.25s ease-in-out 0s;
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 5px;
}
.item-box .features-box-image {
  transition: all 0.25s ease-in-out 0s;
  width: 50px;
  height: 50px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E3EDFD;
  color: var(--gloryer-theme-color);
  font-size: 30px;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .item-box .features-box-image {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }
}
.item-box .features-box-image img,
.item-box .features-box-image i:before {
  vertical-align: middle;
}
.item-box .features-box-image a {
  display: inline-block;
  line-height: 0;
}
.item-box.st2 {
  align-items: center;
}
.item-box.st2 .title {
  font-size: 20px;
  margin: 0;
}
.item-box.st2 .features-box-image {
  line-height: 1;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 50px;
}
@media (min-width: 1200px) {
  .item-box.st2 .features-box-content {
    padding-left: 20px;
  }
}
.item-box.st3 {
  flex-direction: column;
  text-align: center;
}
.item-box.st3 .features-box-content {
  padding: 15px 0 0;
}
@media (min-width: 1200px) {
  .item-box.st3 .features-box-content {
    padding: 25px 0 0;
  }
}
.item-box.st3 .number {
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 1;
}
.item-box.st3 .top-inner {
  display: -moz-flex;
  display: flex;
  justify-content: center;
}

.app-wrapper {
  display: -moz-flex;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 4px;
  background: #21242b;
}
@media (min-width: 1200px) {
  .app-wrapper {
    padding: 0.6rem 1.5rem;
  }
}
.app-wrapper .aps_ico {
  margin-right: 8px;
  width: 35px;
}
.app-wrapper .aps_ico img {
  margin: 0 !important;
}
.app-wrapper .aps_capt {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.app-wrapper h4 {
  color: #ffffff;
  margin: 0;
  font-size: 1rem;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .app-wrapper h4 {
    font-size: 21px;
  }
}
.app-wrapper:hover, .app-wrapper:focus {
  background: rgb(10.8552631579, 11.8421052632, 14.1447368421);
}
.app-wrapper.bg-theme:hover, .app-wrapper.bg-theme:focus {
  background: var(--gloryer-link-hover-color);
}

.under-theme {
  color: var(--gloryer-theme-color);
  text-decoration: underline;
}

.text-underline {
  text-decoration: underline !important;
}

.space-b-20 {
  margin-bottom: 20px;
}

.box-white {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .box-white {
    padding: 50px 60px;
  }
}
.box-white .title {
  margin: 0;
  font-size: 30px;
}
@media (min-width: 1200px) {
  .box-white .title {
    font-size: 55px;
  }
}

.recommen-inner {
  position: relative;
}
.recommen-inner .form-select {
  background-color: #EEF2F6;
  border-radius: 60px;
  outline: none;
  box-shadow: none !important;
  height: 50px;
  min-width: 200px;
  color: var(--gloryer-link-color);
  font-weight: 500;
  border: 2px solid #EEF2F6;
}
@media (min-width: 1200px) {
  .recommen-inner .form-select {
    height: 60px;
  }
}
.recommen-inner .form-select:focus {
  border-color: rgb(214.6576923077, 224.15, 233.6423076923);
}
.recommen-inner > *:not(.wpcf7-spinner) {
  display: block;
  margin-right: 0.9375rem;
}
@media (min-width: 1200px) {
  .recommen-inner > *:not(.wpcf7-spinner) {
    margin-right: 1.875rem;
  }
}
.recommen-inner > *:not(.wpcf7-spinner):last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .recommen-inner > *:not(.wpcf7-spinner) {
    width: 100%;
    margin: 0 0 10px;
  }
}
.recommen-inner option {
  background: #fff;
}
.recommen-inner [type=submit] {
  margin: 0;
  border-radius: 60px;
}
@media (min-width: 1200px) {
  .recommen-inner .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .recommen-inner .wpcf7-spinner {
    margin: 10px 0 0;
  }
}
.recommen-inner.st_white .form-select {
  background-color: #fff;
  border-color: #fff;
}

.elementor-tabs-view-horizontal.tabs-theme.elementor-widget-tabs .elementor-tab-mobile-title {
  display: none !important;
}
.elementor-tabs-view-horizontal.tabs-theme.elementor-widget-tabs .elementor-tabs-wrapper {
  overflow-x: auto;
  -moz-column-gap: 15px;
       column-gap: 15px;
  display: flex !important;
  border-bottom: 1px solid #dfdfdf;
}
@media (min-width: 1025px) {
  .elementor-tabs-view-horizontal.tabs-theme.elementor-widget-tabs .elementor-tabs-wrapper {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.elementor-tabs-view-horizontal.tabs-theme.elementor-widget-tabs .elementor-tab-title {
  white-space: nowrap;
  padding: 0 0 20px;
  position: relative;
  border-bottom: 1px solid transparent !important;
}
.elementor-tabs-view-horizontal.tabs-theme.elementor-widget-tabs .elementor-tab-title.elementor-active {
  border-color: currentColor !important;
}
.elementor-tabs-view-horizontal.tabs-theme.elementor-widget-tabs .elementor-tabs-content-wrapper {
  max-width: 1160px;
  margin: auto;
  padding-top: 20px;
}
@media (min-width: 1025px) {
  .elementor-tabs-view-horizontal.tabs-theme.elementor-widget-tabs .elementor-tabs-content-wrapper {
    padding-top: 50px;
  }
}
.elementor-tabs-view-horizontal.tabs-theme.elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
  border: 0;
  padding: 0;
}

.elementor-button-icon svg {
  width: auto;
}

.box-skew-bottom {
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}

.box-skew-top {
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);
}

.space-line {
  border-top: 1px solid #dfdfdf;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 1025px) {
  .space-line {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

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

.row-gap-15 {
  row-gap: 15px;
}

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

.reason-image {
  display: none;
  opacity: 0;
  width: 100%;
  animation: LefttoRight 0.65s linear forwards;
}

.reason-image.active {
  display: block;
  opacity: 1;
}

.reason-icons {
  position: relative;
}

@keyframes LefttoRight {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes RighttoLeft {
  0% {
    clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 100%);
  }
}
.reason-box {
  cursor: pointer;
  padding: 20px;
}

.reason-box:hover .reason-icon i, .reason-box.active .reason-icon i {
  color: red;
}

.reason-box .elementor-icon {
  font-size: 30px;
  color: #aaa;
}

.reason-box.active .elementor-icon {
  color: #1b75d0;
}

.reason-box h4 {
  margin-top: 10px;
}

/* 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.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(--gloryer-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(--gloryer-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 .wc-block-product-categories-list li:first-child,
.widget_meta .wc-block-product-categories-list li:first-child,
.widget_archive .wc-block-product-categories-list li:first-child,
.widget_recent_entries .wc-block-product-categories-list li:first-child,
.widget_categories .wc-block-product-categories-list li:first-child,
.widget_block .wc-block-product-categories-list li:first-child,
.widget_nav_menu .wc-block-product-categories-list li:first-child {
  padding-top: 15px;
}
.widget_pages .wc-block-product-categories-list li::before,
.widget_meta .wc-block-product-categories-list li::before,
.widget_archive .wc-block-product-categories-list li::before,
.widget_recent_entries .wc-block-product-categories-list li::before,
.widget_categories .wc-block-product-categories-list li::before,
.widget_block .wc-block-product-categories-list li::before,
.widget_nav_menu .wc-block-product-categories-list li::before {
  display: none;
}
.widget_pages .wc-block-product-categories-list li li,
.widget_meta .wc-block-product-categories-list li li,
.widget_archive .wc-block-product-categories-list li li,
.widget_recent_entries .wc-block-product-categories-list li li,
.widget_categories .wc-block-product-categories-list li li,
.widget_block .wc-block-product-categories-list li li,
.widget_nav_menu .wc-block-product-categories-list li li {
  padding-left: 20px;
}
.widget_pages ul,
.widget_meta ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_block ul,
.widget_nav_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_pages ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_block ul ul,
.widget_nav_menu ul ul {
  list-style: none;
  padding-left: 20px;
  padding-top: 18px;
}
.widget_pages ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_block ul li,
.widget_nav_menu ul li {
  padding: 15px 0;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px dashed #dfdfdf;
}
.widget_pages ul li::before,
.widget_meta ul li::before,
.widget_archive ul li::before,
.widget_recent_entries ul li::before,
.widget_categories ul li::before,
.widget_block ul li::before,
.widget_nav_menu ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  position: relative;
  border-radius: 50%;
  top: -1px;
  background-color: #dfdfdf;
  line-height: 1;
}
.widget_pages ul li:first-child,
.widget_meta ul li:first-child,
.widget_archive ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_categories ul li:first-child,
.widget_block ul li:first-child,
.widget_nav_menu ul li:first-child {
  padding-top: 0;
}
.widget_pages 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,
.widget_block ul li:last-child,
.widget_nav_menu ul li:last-child {
  padding-bottom: 7px;
  border-bottom: 0;
}
.widget_pages ul li.current-cat-parent, .widget_pages ul li.current-cat,
.widget_pages ul li a,
.widget_meta ul li.current-cat-parent,
.widget_meta ul li.current-cat,
.widget_meta ul li a,
.widget_archive ul li.current-cat-parent,
.widget_archive ul li.current-cat,
.widget_archive ul li a,
.widget_recent_entries ul li.current-cat-parent,
.widget_recent_entries ul li.current-cat,
.widget_recent_entries ul li a,
.widget_categories ul li.current-cat-parent,
.widget_categories ul li.current-cat,
.widget_categories ul li a,
.widget_block ul li.current-cat-parent,
.widget_block ul li.current-cat,
.widget_block ul li a,
.widget_nav_menu ul li.current-cat-parent,
.widget_nav_menu ul li.current-cat,
.widget_nav_menu ul li a {
  color: var(--gloryer-text-color);
  font-weight: 500;
}
.widget_pages ul li:hover > a,
.widget_meta ul li:hover > a,
.widget_archive ul li:hover > a,
.widget_recent_entries ul li:hover > a,
.widget_categories ul li:hover > a,
.widget_block ul li:hover > a,
.widget_nav_menu ul li:hover > a {
  color: var(--gloryer-link-hover-color);
}
.widget_pages ul li.wc-block-product-filter-checkbox-list__item,
.widget_meta ul li.wc-block-product-filter-checkbox-list__item,
.widget_archive ul li.wc-block-product-filter-checkbox-list__item,
.widget_recent_entries ul li.wc-block-product-filter-checkbox-list__item,
.widget_categories ul li.wc-block-product-filter-checkbox-list__item,
.widget_block ul li.wc-block-product-filter-checkbox-list__item,
.widget_nav_menu ul li.wc-block-product-filter-checkbox-list__item {
  padding: 10px 0;
  line-height: 1;
  color: var(--gloryer-text-color);
  font-weight: 700;
}
.widget_pages ul li.wc-block-product-filter-checkbox-list__item::before,
.widget_meta ul li.wc-block-product-filter-checkbox-list__item::before,
.widget_archive ul li.wc-block-product-filter-checkbox-list__item::before,
.widget_recent_entries ul li.wc-block-product-filter-checkbox-list__item::before,
.widget_categories ul li.wc-block-product-filter-checkbox-list__item::before,
.widget_block ul li.wc-block-product-filter-checkbox-list__item::before,
.widget_nav_menu ul li.wc-block-product-filter-checkbox-list__item::before {
  display: none;
}
.widget_pages ul li.wc-block-product-filter-checkbox-list__item label,
.widget_meta ul li.wc-block-product-filter-checkbox-list__item label,
.widget_archive ul li.wc-block-product-filter-checkbox-list__item label,
.widget_recent_entries ul li.wc-block-product-filter-checkbox-list__item label,
.widget_categories ul li.wc-block-product-filter-checkbox-list__item label,
.widget_block ul li.wc-block-product-filter-checkbox-list__item label,
.widget_nav_menu ul li.wc-block-product-filter-checkbox-list__item label {
  line-height: 1;
}

ul#recentcomments,
ol.wp-block-latest-comments {
  padding: 0;
}
ul#recentcomments li,
ol.wp-block-latest-comments li {
  line-height: 1.88;
  padding: 8px 0;
  margin: 0;
}
ul#recentcomments li:first-child,
ol.wp-block-latest-comments li:first-child {
  padding-top: 0;
}
ul#recentcomments li:last-child,
ol.wp-block-latest-comments li:last-child {
  padding-bottom: 0;
}
ul#recentcomments a,
ol.wp-block-latest-comments a {
  text-decoration: underline;
}

.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(--gloryer-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
\*------------------------------------*/
.goal-sidebar select, .goal-sidebar table {
  width: 100%;
}
.goal-sidebar .post-widget .blog-title, .goal-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
\*------------------------------------*/
.goal-search-form .select-category {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  min-width: 200px;
  padding-right: 12px;
  outline: none !important;
}
.goal-search-form .select-category:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #dddddd;
  width: 1px;
  height: 20px;
}
.goal-search-form .select-category .dropdown_product_cat {
  border: 0;
  outline: none !important;
  width: calc(100% + 38px);
  height: 48px;
  padding: 0 20px;
}
.goal-search-form .title-top-search {
  font-size: 24px;
  color: var(--gloryer-link-color);
}
.goal-search-form .close-search-fix {
  font-size: 24px;
  color: #f33066;
  cursor: pointer;
}
.goal-search-form .close-search-fix:hover, .goal-search-form .close-search-fix:active {
  color: rgb(226.8493150685, 13.1506849315, 72.3287671233);
}
.goal-search-form .select2-container .select2-selection--single {
  background: #fff;
  height: 48px;
  margin: 0;
  font-size: 16px;
  color: var(--gloryer-link-color);
  outline: none !important;
}
.goal-search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}
.goal-search-form form {
  border: 0;
  width: 100%;
}
.goal-search-form form .btn {
  padding: 0;
  border: none;
  color: #6f6f6f;
  background-color: transparent;
  min-width: auto;
  margin: -30px 0 0 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  right: 0px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}
.goal-search-form form .btn i {
  font-size: 24px;
}
.goal-search-form form .btn i + span {
  margin-left: 5px;
}
.goal-search-form form .btn.st_small {
  padding-left: 15px;
  padding-right: 15px;
}
.goal-search-form form .close {
  float: none;
  position: fixed;
  top: 50px;
  cursor: pointer;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  background-color: var(--gloryer-theme-color);
  justify-content: center;
  align-items: center;
  display: flex;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 40px;
  height: 40px;
  text-shadow: none;
  right: 20px;
  border-radius: 50px;
}
@media (min-width: 1200px) {
  .goal-search-form form .close {
    font-size: 1.5rem;
    width: 56px;
    height: 56px;
    top: 20px;
  }
}
.goal-search-form form input[type=text], .goal-search-form form input[type=email] {
  color: var(--gloryer-text-color);
  height: 80px;
  text-transform: none;
  font-size: 42px;
  font-weight: 500;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #e1e6eb;
  padding: 0px 90px 30px 0;
  border-radius: 0;
  transition: all 300ms linear;
}
.goal-search-form form .form-control {
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
}
.goal-search-form form .form-control {
  height: 48px;
}
.goal-search-form form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d1d1d1;
}
.goal-search-form form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #d1d1d1;
}
.goal-search-form form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #d1d1d1;
}
.goal-search-form form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #d1d1d1;
}
.goal-search-form form .form-control:focus {
  color: var(--gloryer-link-color);
}
.goal-search-form .hidden-search {
  cursor: pointer;
  float: right;
  font-size: 35px;
  line-height: 1.4;
  color: #f33066;
  display: inline-block;
  margin-left: 30px;
}
.goal-search-form .main-search {
  width: 100%;
  position: relative;
}
.goal-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;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  max-height: 350px;
  overflow: auto;
}
.goal-search-form div.twitter-typeahead {
  width: 100%;
  position: relative;
}
.goal-search-form div.twitter-typeahead span.twitter-typeahead {
  vertical-align: top;
  width: 100%;
}
.goal-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;
}
.goal-search-form div.twitter-typeahead.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.goal-search-form .tt-menu {
  background: #fff;
  width: 100%;
  padding: 0;
  margin-top: 1px;
}
.goal-search-form .tt-menu > * {
  position: relative;
  z-index: 9;
}
.goal-search-form .tt-menu a.media {
  display: block;
  margin: 0;
  padding: 12px;
}
.goal-search-form .tt-menu a.media img {
  max-width: 60px;
}
.goal-search-form .tt-menu h4 {
  font-size: 14px;
  margin: 0;
}
.goal-search-form .tt-menu h4 strong {
  font-weight: normal;
  color: var(--gloryer-theme-color);
}
.goal-search-form .tt-menu .price {
  font-size: 13px;
  margin: 0;
}
.goal-search-form .tt-menu .tt-dataset-search > *:first-child {
  display: none;
}
.goal-search-form.style2 form {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  position: relative;
  padding-right: 40px;
}
.goal-search-form.style2 form .form-control {
  border: none !important;
  height: 45px;
  background-color: transparent;
  color: #fff;
}
.goal-search-form.style2 form .form-control:focus {
  color: #fff;
}
.goal-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;
}
.goal-search-form.style2 form .btn i {
  font-size: 16px;
}
.goal-search-form .autocomplete-list {
  padding: 15px;
  border-radius: 2px;
}
@media (min-width: 1200px) {
  .goal-search-form .autocomplete-list {
    padding: 20px;
  }
}
.goal-search-form .autocomplete-list-item {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #dfdfdf;
}
@media (min-width: 1200px) {
  .goal-search-form .autocomplete-list-item {
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
}
.goal-search-form .autocomplete-list-item:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.goal-search-form .autocomplete-list-item .autocompleate-media {
  display: block;
}
.goal-search-form .autocomplete-list-item .autocompleate-media:hover .name-product {
  color: var(--gloryer-link-color);
}
.goal-search-form .autocomplete-list-item img {
  width: 60px;
  max-width: none;
}
.goal-search-form .autocomplete-list-item .price {
  color: var(--gloryer-text-color);
}
.goal-search-form .autocomplete-list-item .name-product {
  transition: all 0.2s ease-in-out 0s;
  margin: 0 0 3px;
  font-size: 15px;
  font-family: var(--gloryer-main-font);
  font-weight: normal;
  color: var(--gloryer-text-color);
  text-transform: capitalize;
}
.goal-search-form .autocomplete-list-item .name-product strong {
  color: #f33066;
}

.goal-search-form-wrapper {
  position: fixed;
  z-index: -1;
  top: 0;
  background: #fff;
  will-change: transform, opacity;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100vw;
  height: 0;
  transition: all 0.5s;
  left: 0;
}
.goal-search-form-wrapper:target, .goal-search-form-wrapper.active {
  z-index: 999;
  height: 100vh !important;
  width: 100vw !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.goal-search-form-wrapper:target .close-btn, .goal-search-form-wrapper.active .close-btn {
  display: block;
}

.goal-search-nocategory {
  background: #f0f2f9;
  border-radius: 50px;
}
.goal-search-nocategory .form-control {
  background: #f0f2f9;
  border-color: #f0f2f9;
  color: #999591;
  border: none;
  max-width: 185px;
  font-size: 12px;
}
.goal-search-nocategory .btn {
  padding-left: 12px;
  padding-right: 12px;
  background: transparent;
  color: var(--gloryer-link-color);
  font-size: 16px;
  border-radius: 50% !important;
  border: none;
}
.goal-search-nocategory .btn:hover, .goal-search-nocategory .btn:active {
  color: #fff;
  background: var(--gloryer-theme-color);
}

.goal-search-nocategory {
  background: #f0f2f9;
  border-radius: 50px;
}
.goal-search-nocategory .form-control {
  background: #f0f2f9;
  border-color: #f0f2f9;
  color: #999591;
  border: none;
  max-width: 185px;
  font-size: 12px;
}
.goal-search-nocategory .btn {
  padding-left: 12px;
  padding-right: 12px;
  background: transparent;
  color: var(--gloryer-link-color);
  font-size: 16px;
  border-radius: 50% !important;
  border: none;
}
.goal-search-nocategory .btn:hover, .goal-search-nocategory .btn:active {
  color: #fff;
  background: var(--gloryer-theme-color);
}

.widget-search form {
  border-radius: 50px;
  border: 1px solid #dfdfdf;
}
.widget-search .form-control {
  height: 54px;
  padding: 0 20px;
  background-color: transparent;
  border-radius: 50px 0 0 50px;
  border: 0;
}
.widget-search:-internal-autofill-selected {
  background-color: transparent !important;
}
.widget-search .btn {
  padding: 19px 20px;
  color: var(--gloryer-link-color);
  background-color: transparent;
  background-image: none;
  border: 0;
  margin: 0 !important;
}

/*------------------------------------*\
    Tags Widget
\*------------------------------------*/
.wp-block-tag-cloud,
.entry-tags-list,
.tagcloud {
  margin: 0;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wp-block-tag-cloud a,
.entry-tags-list a,
.tagcloud a {
  text-transform: capitalize;
  font-size: 14px !important;
  font-weight: 400;
  display: inline-block;
  float: left;
  padding: 2px 15px;
  transition: all 0.2s ease 0s;
  color: var(--gloryer-link-color);
  background-color: #fff;
  margin: 0;
  border: 1px solid #dfdfdf;
  border-radius: 50px;
}
.wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus,
.entry-tags-list a:hover,
.entry-tags-list a:focus,
.tagcloud a:hover,
.tagcloud a:focus {
  color: #fff;
  background-color: var(--gloryer-link-hover-color);
}
.wp-block-tag-cloud a:last-child,
.entry-tags-list a:last-child,
.tagcloud a:last-child {
  margin-right: 0;
}

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

.goal-search-top .button-show-search {
  font-size: 18px;
  box-shadow: none;
  border: none;
  color: var(--gloryer-text-color);
  line-height: 1;
  padding: 0 5px;
  background: transparent !important;
}
.goal-search-top .button-show-search:hover, .goal-search-top .button-show-search:active {
  color: var(--gloryer-theme-color);
}
.goal-search-top .content-form {
  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(--gloryer-theme-color);
}
.vertical-menu > .nav > li {
  float: none;
  position: static;
  border-bottom: 1px solid #dfdfdf;
}
.vertical-menu > .nav > li.active > a {
  color: var(--gloryer-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(--gloryer-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(--gloryer-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(--gloryer-link-color);
}
.vertical-menu .dropdown-menu .woocommerce .product-wrapper {
  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 {
  list-style: none;
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
}
.widget_rss ul li:first-child {
  padding-top: 0;
}
.widget_rss ul li:last-child {
  padding-bottom: 0;
  border-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(--gloryer-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;
  vertical-align: middle;
  margin: 0;
}
.widget-tabs .nav-tabs.tabs-list-v2 {
  margin: 0;
}
.widget-tabs .nav-tabs .nav-item {
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .widget-tabs .nav-tabs .nav-item {
    margin-right: 30px;
  }
}
.widget-tabs .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.widget-tabs .nav-tabs .nav-link {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  font-weight: 700;
  padding: 7px 15px;
}
@media (min-width: 1200px) {
  .widget-tabs .nav-tabs .nav-link {
    padding: 14px 30px;
  }
}
.widget-tabs .nav-tabs .nav-link.active {
  background-color: var(--gloryer-theme-color);
  border-color: var(--gloryer-theme-color);
  color: #fff;
}
.widget-tabs .tab-content .single-list {
  padding: 0;
}
.widget-tabs .tab-content .single-list li {
  position: relative;
  font-size: 1rem;
  color: var(--gloryer-link-color);
  margin-bottom: 5px;
  padding-left: 30px;
  list-style: none;
  font-weight: 600;
}
.widget-tabs .tab-content .single-list li:before {
  position: absolute;
  content: "\e907";
  left: 0px;
  top: 0px;
  font-size: 1rem;
  font-family: "gloryer";
  color: var(--gloryer-theme-color);
}
.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(--gloryer-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: #f33066;
  color: #f33066;
}
.contant-info .media-left {
  padding-right: 20px;
}
.contant-info .media-left .fa {
  border: 2px solid #131836;
  border-radius: 50%;
  color: #131836;
  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 #dfdfdf;
  border-radius: 4px;
  -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;
}

.wp-block-group__inner-container ul > li.cat-item.noactive > .opened, .wp-block-group__inner-container ul > li.cat-item.noactive > .closed, .widget_categories ul > li.cat-item.noactive > .opened, .widget_categories ul > li.cat-item.noactive > .closed {
  padding-left: 15px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 13px;
  font-size: 22px;
  color: var(--gloryer-text-color);
  line-height: 1.5;
}
.wp-block-group__inner-container ul > li:first-child.cat-item.noactive > .opened, .wp-block-group__inner-container ul > li:first-child.cat-item.noactive > .closed, .widget_categories ul > li:first-child.cat-item.noactive > .opened, .widget_categories ul > li:first-child.cat-item.noactive > .closed {
  top: -8px;
}
.wp-block-group__inner-container ul > li.cat-item.active > .opened, .wp-block-group__inner-container ul > li.cat-item.active > .closed, .widget_categories ul > li.cat-item.active > .opened, .widget_categories ul > li.cat-item.active > .closed {
  top: 8px;
}
.wp-block-group__inner-container ul > li:first-child.cat-item.active > .opened, .wp-block-group__inner-container ul > li:first-child.cat-item.active > .closed, .widget_categories ul > li:first-child.cat-item.active > .opened, .widget_categories ul > li:first-child.cat-item.active > .closed {
  top: -7px;
}
.wp-block-group__inner-container ul li.cat-item, .widget_categories ul li.cat-item {
  position: relative;
  padding-right: 20px;
}
.wp-block-group__inner-container li.cat-item span.toggle, .widget_categories li.cat-item span.toggle {
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 13px;
}

.widget_goal_instagram {
  margin: 0;
}
.widget_goal_instagram .widget-title {
  font-size: 35px;
  font-weight: 300;
  margin: 0 0 60px;
  padding: 0;
  text-align: center;
  text-transform: inherit;
}
.widget_goal_instagram .widget-title a {
  font-weight: 400;
  color: var(--gloryer-theme-color);
}
.widget_goal_instagram .instagram-pics a {
  display: block;
  position: relative;
  transition: all 0.1s ease-in-out 0s;
}
.widget_goal_instagram .instagram-pics a:hover, .widget_goal_instagram .instagram-pics a:active {
  outline: 8px solid var(--gloryer-theme-color);
  outline-offset: -8px;
}
.widget_goal_instagram .instagram-pics a:hover:before, .widget_goal_instagram .instagram-pics a:active:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.widget_goal_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);
  transition: all 0.3s ease-in-out 0s;
}

.widget-ticket-pricing {
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  border: 2px dashed #dfdfdf;
  border-radius: 50px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .widget-ticket-pricing .product-block-pricing {
    max-width: 170px;
    margin: auto;
  }
}
.widget-ticket-pricing .column {
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  border: 2px dashed #dfdfdf;
  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 #dfdfdf;
  overflow: visible;
}
.widget-ticket-pricing.style-style2 .column {
  border: 1px solid #dfdfdf;
  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(--gloryer-theme-color);
}
.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing .price {
  border: 1px solid var(--gloryer-theme-color);
}
.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing:before {
  border-bottom: 1px solid var(--gloryer-theme-color);
}
.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing .price {
  border: 1px solid #dfdfdf;
}
.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing:before {
  border-bottom: 1px solid #dfdfdf;
}
.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(--gloryer-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 {
  transition: all 0.3s ease-in-out 0s;
  width: 1000px;
  height: 2px;
  border-bottom: 2px dashed #dfdfdf;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -150px;
  z-index: 1;
  content: "";
}
.product-block-pricing .wrapper-pricing .price {
  transition: all 0.3s ease-in-out 0s;
  border: 2px dashed #dfdfdf;
  border-radius: 50%;
  padding: 8px;
  background: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
}
.product-block-pricing .woocommerce-Price-amount {
  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(--gloryer-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(--gloryer-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(--gloryer-theme-color);
}
.product-block-pricing .button {
  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: 3.875rem 0.62rem;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 25px;
  background: var(--gloryer-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(--gloryer-link-hover-color);
}
.product-block-pricing:hover .woocommerce-Price-amount {
  background-color: var(--gloryer-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 .goal-mfp-close {
  background: #f33066;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
  font-size: 16px;
  line-height: 47px;
  border-radius: 50%;
  transform: translate(22px, -22px);
  opacity: 1;
  filter: alpha(opacity=100);
}
.popupnewsletter-wrapper .goal-mfp-close:hover, .popupnewsletter-wrapper .goal-mfp-close:focus {
  background: rgb(241.602739726, 23.897260274, 84.1849315068);
}
.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(--gloryer-main-font);
  font-size: 16px;
  margin: 0 0 20px;
}
.popupnewsletter-wrapper .modal-content form {
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #dfdfdf;
  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: rgb(197.5, 197.5, 197.5);
}
.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(--gloryer-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(--gloryer-link-hover-color);
}
.popupnewsletter-wrapper .close-dont-show:hover, .popupnewsletter-wrapper .close-dont-show:focus {
  color: #f33066;
}

.form-login-register-inner {
  background-color: #fff;
  border-radius: 4px;
  padding: 0.9375rem;
  border: 1px solid #dfdfdf;
  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;
  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: 4px 4px 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(--gloryer-text-color);
}
.form-login-register-inner .nav-tabs a.active {
  color: var(--gloryer-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(--gloryer-link-color);
  font-size: 1rem;
  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: #f33066;
}

.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: -moz-flex;
  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 #dfdfdf !important;
  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: 4px 4px 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(--gloryer-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%;
  transform: translateY(-50%);
  right: 20px;
  transition: all 0.3s ease-in-out 0s;
  width: 30px;
  height: 30px;
  color: var(--gloryer-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: #f33066;
  color: #fff;
}
.wrapper-tab-account + .tab-content {
  padding-top: 50px;
}

.login-form-wrapper .wp_listings_directory_candidate_show,
.register-form .wp_listings_directory_candidate_show {
  transition: all 0.3s ease-in-out 0s;
}
.login-form-wrapper .form-group:last-child,
.register-form .form-group:last-child {
  margin-bottom: 0;
}
.login-form-wrapper .form-group > .required-field,
.register-form .form-group > .required-field {
  display: none;
}
.login-form-wrapper .back-link,
.register-form .back-link {
  color: var(--gloryer-theme-color);
  text-decoration: underline;
}
.login-form-wrapper .remember,
.register-form .remember {
  font-weight: 400;
}
.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;
}
.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 #forgot-password-form-wrapper,
.register-form #forgot-password-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;
}

.sign-in-demo-notice {
  padding: 10px 15px;
  border-radius: 4px;
  background: #F6F8F9;
  line-height: 2;
}
@media (min-width: 1200px) {
  .sign-in-demo-notice {
    padding: 20px 30px;
  }
}
.sign-in-demo-notice strong {
  color: var(--gloryer-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: 0;
  width: 100%;
  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);
  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;
}
.inner-social > div {
  margin-bottom: 20px;
  text-align: center;
}
.inner-social > div a {
  display: inline-block;
  width: 100%;
  padding: 8px 20px;
  border-radius: 4px;
  border: 1px solid var(--gloryer-theme-color);
  color: var(--gloryer-theme-color);
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .inner-social > div a {
    padding: 10px 30px;
  }
}
.inner-social > div a:hover {
  background-color: var(--gloryer-theme-color);
  color: #fff !important;
}
.inner-social > div a > i {
  font-size: 16px;
  float: left;
  margin-top: 4px;
}
.inner-social > div a.facebook-login-btn {
  border-color: #1967D2;
  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.google-login-btn {
  border-color: #D93025;
  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(50% - 10px);
  float: left;
}
.inner-social > div[class*=btn-wrapper]:nth-child(2n) {
  margin-left: 20px;
}
.inner-social .line-header {
  position: relative;
  display: none;
}
.inner-social .line-header:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  display: block;
}
.inner-social .line-header span {
  position: relative;
  z-index: 1;
  padding: 0 5px;
  background-color: #fff;
  text-transform: uppercase;
}

.wp-block-search .wp-block-search__label {
  font-size: 1.2rem;
  margin: 0 0 18px;
  text-transform: capitalize;
  color: var(--gloryer-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 #dfdfdf;
  border-radius: 4px;
  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: #acacac;
}
.wp-block-search .wp-block-search__button {
  transition: all 0.3s ease-in-out 0s;
  height: 50px;
  padding: 0 20px;
  border: 0;
  background: var(--gloryer-theme-color);
  color: #fff;
  border-radius: 4px;
}
.wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:focus {
  background: var(--gloryer-link-hover-color);
}

.widget_icl_lang_sel_widget {
  display: inline-block;
  border-radius: 50px;
  padding: 4px 30px;
  background: #F7F8FB;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
}
.widget_icl_lang_sel_widget .title {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  color: var(--gloryer-text-color);
}
.widget_icl_lang_sel_widget i {
  vertical-align: middle;
  color: var(--gloryer-text-color);
  font-size: 20px;
  line-height: 1;
  transition: all 0.2s ease-in-out 0s;
}
.widget_icl_lang_sel_widget > * {
  display: inline-block;
}
.widget_icl_lang_sel_widget:hover, .widget_icl_lang_sel_widget:focus {
  background: var(--gloryer-link-color);
}
.widget_icl_lang_sel_widget:hover > i,
.widget_icl_lang_sel_widget:hover .title,
.widget_icl_lang_sel_widget:hover a.wpml-ls-item-toggle, .widget_icl_lang_sel_widget:focus > i,
.widget_icl_lang_sel_widget:focus .title,
.widget_icl_lang_sel_widget:focus a.wpml-ls-item-toggle {
  color: #fff !important;
}
.widget_icl_lang_sel_widget.st_white {
  background: rgba(255, 255, 255, 0.1);
}
.widget_icl_lang_sel_widget.st_white > i,
.widget_icl_lang_sel_widget.st_white .title,
.widget_icl_lang_sel_widget.st_white a.wpml-ls-item-toggle {
  color: #fff;
}
.widget_icl_lang_sel_widget.st_white:hover, .widget_icl_lang_sel_widget.st_white:focus {
  background: #fff;
}
.widget_icl_lang_sel_widget.st_white:hover > i,
.widget_icl_lang_sel_widget.st_white:hover .title,
.widget_icl_lang_sel_widget.st_white:hover a.wpml-ls-item-toggle, .widget_icl_lang_sel_widget.st_white:focus > i,
.widget_icl_lang_sel_widget.st_white:focus .title,
.widget_icl_lang_sel_widget.st_white:focus a.wpml-ls-item-toggle {
  color: var(--gloryer-link-color) !important;
}

.wpml-ls-legacy-dropdown {
  width: auto;
}
.wpml-ls-legacy-dropdown > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: static;
}
.wpml-ls-legacy-dropdown a {
  display: block;
  padding: 3px 30px;
  border: 0;
  background-color: transparent;
  line-height: 1.88;
}
.wpml-ls-legacy-dropdown a span {
  vertical-align: baseline;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  width: 100%;
  min-width: 120px;
  background-color: #fff;
  box-shadow: 0px 25px 70px 0px rgba(1, 33, 58, 0.07);
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  font-size: 1rem;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease-in-out 0s;
  margin: 4px 0;
  padding: 8px 0;
  transform: translateY(8px);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  transition: all 0.2s ease-in-out 0s;
  padding: 3px 0 3px 6px;
  background-color: transparent;
  position: relative;
  color: var(--gloryer-text-color);
  font-size: 13px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  top: 100%;
  left: 0;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover {
  color: var(--gloryer-link-color);
}
.wpml-ls-legacy-dropdown .wpml-ls-link:hover, .wpml-ls-legacy-dropdown .wpml-ls-link:focus {
  color: var(--gloryer-theme-color);
  text-decoration: underline;
}

.list-address {
  font-size: 14px;
}
.list-address i {
  font-size: 20px;
  margin-right: 10px;
}

/* 12. responsive */
/*
*  Responsive
*/
@media (min-width: 768px) {
  .tutor-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .tutor-row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .tutor-row > * {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (min-width: 1025px) {
  .d-dk-none {
    display: none !important;
  }
  .w-lg-25 {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .d-dk-none {
    display: none !important;
  }
  .col-tablet-extra-1 {
    width: 8.3333333333%;
  }
  .col-tablet-extra-2 {
    width: 16.6666666667%;
  }
  .col-tablet-extra-3 {
    width: 25%;
  }
  .col-tablet-extra-4 {
    width: 33.3333333333%;
  }
  .col-tablet-extra-5 {
    width: 41.6666666667%;
  }
  .col-tablet-extra-6 {
    width: 50%;
  }
  .col-tablet-extra-7 {
    width: 58.3333333333%;
  }
  .col-tablet-extra-8 {
    width: 66.6666666667%;
  }
  .col-tablet-extra-9 {
    width: 75%;
  }
  .col-tablet-extra-10 {
    width: 83.3333333333%;
  }
  .col-tablet-extra-11 {
    width: 91.6666666667%;
  }
  .col-tablet-extra-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .hidden-dots .slick-dots {
    display: none;
  }
  .col-xl-20,
  .w-xl-20 {
    width: 20%;
  }
  .has-sidebar {
    padding-right: 30px;
  }
}
@media (min-width: 1460px) {
  .row-margin-left > .elementor-widget {
    overflow: hidden;
    width: calc(1440px + (100vw - 1440px) / 2);
    max-width: calc(1440px + (100vw - 1440px) / 2) !important;
    padding-right: calc((100vw - 1440px) / 2);
  }
  .widget-overlay-right > .elementor-element {
    overflow: hidden;
    width: calc(100% + (100vw - 1440px) / 2);
    max-width: calc(100% + (100vw - 1440px) / 2) !important;
    padding-right: calc((100vw - 1440px) / 2);
  }
  .fullscreen > .slick-list {
    overflow: visible;
  }
  .col-xxl-20,
  .w-xxl-20 {
    width: 20%;
  }
  .tutor-container {
    max-width: 1440px;
  }
  .hidden-dot-lg .slick-dots {
    display: none !important;
  }
}
@media (min-width: 1580px) {
  .carousel-stretch .slick-prev {
    left: -75px;
  }
  .carousel-stretch .slick-next {
    right: -75px;
  }
}
@media (max-width: 991px) {
  .container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@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;
  }
  .nav-tabs {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
  }
  .nav-tabs li {
    float: none;
    display: inline-block;
    margin-bottom: 8px !important;
  }
  .product-block .metas {
    padding: 15px;
  }
  .goal-footer .widget-nav-menu ul.menu li {
    margin: 0;
    display: inline-block;
    float: none;
  }
  .goal-footer .widget-nav-menu ul.menu li + li:before {
    content: ",";
    margin-right: 5px;
    color: #aaa;
  }
}
@media (max-width: 575px) {
  .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;
  }
  .woocommerce-page table.cart td.actions .coupon {
    margin: 0;
  }
  .woocommerce-page table.cart td.actions .coupon .input-text {
    padding: 5px 10px !important;
    margin: 0;
  }
  .actions .update_cart {
    width: 100%;
    margin-top: 10px !important;
  }
}
/* 13. portfolio */
.project-layout {
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  margin-bottom: 25px;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  position: relative;
}
@media (min-width: 1200px) {
  .project-layout {
    margin-bottom: 45px;
  }
}
.project-layout .top-image .project-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1440/1440;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .project-layout .top-image .project-thumbnail img {
    aspect-ratio: 1440/2100;
  }
}
.project-layout .top-image .project-thumb {
  margin: 0;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.project-layout .project-content {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 20px 15px;
  border: 0;
  background-color: transparent;
  height: 100%;
}
@media (min-width: 1200px) {
  .project-layout .project-content {
    padding: 30px 30px 30px 0;
    position: absolute;
  }
}
.project-layout .project-content .project-button {
  margin-top: auto;
}
.project-layout .project-content .project-button .readmore {
  line-height: 1;
  font-size: 12px;
  z-index: 1;
  padding: 8px 11px 8px 15px;
  color: #fff;
  text-transform: uppercase;
  gap: 0.4rem;
}
@media (min-width: 1200px) {
  .project-layout .project-content .project-button .readmore {
    padding: 10px 11px 10px 15px;
  }
}
.project-layout .project-content .project-button .readmore i {
  font-size: 16px;
}
.project-layout .project-category {
  margin: 0 0 5px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  border-color: #dfdfdf;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .project-layout .project-category {
    margin: 0 0 8px;
  }
}
.project-layout .project-category i {
  font-size: 20px;
  color: var(--gloryer-theme-color);
  margin-right: 10px;
}
.project-layout .project-category a {
  color: var(--gloryer-text-color);
  margin: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.project-layout .project-category a:hover {
  color: var(--gloryer-link-hover-color);
}
.project-layout .entry-title {
  margin: 10px 0;
  font-size: 22px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .project-layout .entry-title {
    font-size: 26px;
  }
}
.project-layout .description {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .project-layout .description {
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .project-layout .description {
    -webkit-line-clamp: 2;
  }
}
.project-layout:hover .project-thumb img {
  transform: scale(1.05);
}
.project-layout.project-grid {
  overflow: hidden;
}
.project-layout.project-grid .top-image .project-thumbnail img {
  aspect-ratio: 1440/1440;
  transition: 0.3s all;
}
.project-layout.project-grid .project-content {
  display: flex;
  flex-direction: column;
  border: 0;
  background-color: #fff;
  position: inherit;
  padding: 15px 15px 0 15px;
  transition: 0.3s all;
}
@media (min-width: 1200px) {
  .project-layout.project-grid .project-content {
    padding: 20px 30px 0;
  }
}
.project-layout.project-grid .project-content .project-button {
  height: 0;
  margin: 0;
  transition: 0.3s all;
}
.project-layout.project-grid .project-content-top {
  z-index: 5;
  position: relative;
}
.project-layout.project-grid .project-category {
  margin: 0 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  border-color: #dfdfdf;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .project-layout.project-grid .project-category {
    margin: 0 0 10px;
  }
}
.project-layout.project-grid .project-category i {
  font-size: 16px;
}
.project-layout.project-grid .description {
  margin-bottom: 15px;
  -webkit-line-clamp: 2;
}
@media (min-width: 1200px) {
  .project-layout.project-grid .description {
    margin-bottom: 20px;
  }
}
.project-layout.project-grid:hover .project-content {
  margin-top: -60px;
}
.project-layout.project-grid:hover .project-button {
  height: 60px;
}
.project-layout.project-list.home .project-content {
  padding: 10px 20px 20px;
}
@media (min-width: 1200px) {
  .project-layout.project-list.home .project-content {
    padding: 25px 30px 30px 0;
  }
}
@media (max-width: 1440px) {
  .project-layout.project-list.home .project-content {
    padding: 15px 30px 30px 0;
  }
}
@media (max-width: 1024px) {
  .project-layout.project-list.home .project-content {
    padding: 15px 30px 30px 20px;
  }
}

.detail-project .project-detail-item {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .detail-project .project-detail-item {
    margin-bottom: 0;
  }
}
.detail-project .project-detail-container {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .detail-project .project-detail-container {
    margin-bottom: 90px;
  }
}
.detail-project .project-detail-icon {
  margin-right: 15px;
}
.detail-project .project-detail-icon i {
  font-size: 38px;
  color: var(--gloryer-link-color);
}
.detail-project .project-detail-content {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.detail-project .project-detail-content .project-detail-title {
  font-size: 16px;
  margin: 0;
}
.detail-project .project-detail-content span {
  color: var(--gloryer-text-color);
  font-weight: 400;
}
.detail-project .project-featured-image img, .detail-project .gallery img {
  border-radius: 15px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1440/585;
}
.detail-project .project-info-detail {
  display: block;
}
.detail-project .project-info-detail .project-detail-item {
  margin: 15px 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  border-color: #dfdfdf;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .detail-project .project-info-detail .project-detail-item {
    margin: 25px 0 15px;
  }
}
.detail-project .project-info-detail .project-detail-item i {
  font-size: 24px;
  color: var(--gloryer-theme-color);
  margin-right: 10px;
}
.detail-project .project-info-detail .gallery {
  margin: 0;
  overflow: inherit;
}
.detail-project .project-info-detail .project-category a {
  color: var(--gloryer-text-color);
  margin: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.detail-project .project-info-detail .project-category a:hover {
  color: var(--gloryer-link-hover-color);
}
.detail-project .project-info-detail .project-single-list {
  padding: 0 0 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
}
.detail-project .project-info-detail .project-single-list li {
  position: relative;
  font-size: 1rem;
  color: var(--gloryer-link-color);
  margin-bottom: 5px;
  padding-left: 30px;
  list-style: none;
  font-weight: 600;
}
.detail-project .project-info-detail .project-single-list li:before {
  position: absolute;
  content: "\e907";
  left: 0px;
  top: 0px;
  font-size: 1rem;
  font-family: "gloryer";
  color: var(--gloryer-theme-color);
}
.detail-project .project-info-detail-bottom {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1367px) {
  .detail-project .project-info-detail-bottom {
    width: 80%;
  }
}
.detail-project .project-info-detail-bottom .wp-block-columns {
  margin-bottom: 0;
}
.detail-project .project-info-detail-bottom .wp-block-image {
  margin: 0;
}
.detail-project .project-info-detail-bottom .wp-block-image img {
  border-radius: 10px;
}
.detail-project .project-info-detail-bottom .post-navigation {
  padding: 1.875rem 0;
  margin-top: 1.875rem;
  border-top: 1px solid #dfdfdf;
}
@media (min-width: 1367px) {
  .detail-project .project-info-detail-bottom .post-navigation {
    padding: 50px 0 60px;
    margin-top: 50px;
  }
}
.detail-project.has-sidebar .project-info-detail-bottom {
  width: 100%;
}

.related-project .title {
  font-size: 26px;
  margin: 0 0 20px;
}
@media (min-width: 1367px) {
  .related-project .title {
    margin-bottom: 35px;
    font-size: 36px;
  }
}
.related-project .project-layout.project-grid {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .related-project .project-layout.project-grid {
    margin-bottom: 0;
  }
}
.related-project .project-layout.project-grid .project-content {
  display: flex;
  flex-direction: column;
  padding: 10px 15px 15px;
  border: 0;
  background-color: transparent;
  height: 100%;
}
@media (min-width: 1200px) {
  .related-project .project-layout.project-grid .project-content {
    padding: 15px 25px 25px;
  }
}
.related-project .project-layout.project-grid .project-content .project-button {
  margin-top: auto;
}
.related-project .project-layout.project-grid .project-content .project-button .readmore {
  line-height: 1;
  font-size: 12px;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  gap: 0.4rem;
}
.related-project .project-layout.project-grid .project-content .project-button .readmore i {
  font-size: 16px;
}
.related-project .project-layout.project-grid .project-category {
  margin: 0 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  border-color: #dfdfdf;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .related-project .project-layout.project-grid .project-category {
    margin: 0 0 10px;
  }
}
.related-project .project-layout.project-grid .project-category i {
  font-size: 16px;
}
.related-project .project-layout.project-grid .project-category a {
  font-size: 13px;
}
.related-project .project-layout.project-grid .entry-title {
  margin: 10px 0;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .related-project .project-layout.project-grid .entry-title {
    font-size: 22px;
  }
}
.related-project .project-layout.project-grid .project-button {
  height: auto;
}
.related-project .project-layout.project-grid:hover .project-content {
  margin-top: 0;
}
.goal-projects.mansory .tab-content-top .isotope-filter {
  list-style: none;
  margin: 0 0 20px 0;
  overflow-x: auto;
  white-space: nowrap;
  display: block;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  padding: 5px;
}
@media (min-width: 1200px) {
  .goal-projects.mansory .tab-content-top .isotope-filter {
    display: flex;
    overflow-x: visible;
    margin: 0 0 50px 0;
  }
}
.goal-projects.mansory .tab-content-top .isotope-filter li {
  padding: 0 7px;
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .goal-projects.mansory .tab-content-top .isotope-filter li {
    padding: 0 15px;
  }
}
.goal-projects.mansory .tab-content-top .isotope-filter li a {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gloryer-link-color);
  display: block;
  white-space: nowrap;
  padding: 14px 30px;
  text-align: center;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.goal-projects.mansory .tab-content-top .isotope-filter li a:hover, .goal-projects.mansory .tab-content-top .isotope-filter li a.active {
  border-color: var(--gloryer-link-hover-color);
  background-color: var(--gloryer-link-hover-color);
  color: #fff;
}

/* 14. teams */
.team-style {
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .team-style {
    margin-bottom: 45px;
  }
}
.team-style .top-image {
  position: relative;
  padding: 0;
}
.team-style .top-image .team-social-list {
  position: absolute;
  right: 15px;
  bottom: -15px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .team-style .top-image .team-social-list {
    bottom: -25px;
    right: 25px;
  }
}
.team-style .top-image .team-social-list .team-share-icon {
  background-color: var(--gloryer-theme-color);
  border: 1px solid var(--gloryer-theme-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .team-style .top-image .team-social-list .team-share-icon {
    width: 50px;
    height: 50px;
  }
}
.team-style .top-image .team-social-list .team-share-icon i {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .team-style .top-image .team-social-list .team-share-icon i {
    font-size: 18px;
  }
}
.team-style .top-image .team-social-list .team-share-icon:hover {
  background-color: var(--gloryer-link-color);
  border-color: var(--gloryer-link-color);
}
.team-style .top-image .team-social-list:hover .social {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.team-style .top-image .social {
  margin: 0;
  padding: 10px 0;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0, 0);
}
.team-style .top-image .social li {
  display: inline-block;
}
.team-style .top-image .social a {
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  display: inline-block;
  color: var(--gloryer-link-color);
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  box-shadow: 0 5px 10px 0 rgba(91, 91, 91, 0.1);
}
.team-style .top-image .social a:hover {
  background-color: var(--gloryer-link-color);
  border-color: var(--gloryer-link-color);
  color: #fff;
}
.team-style .team-image {
  margin: 0;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.team-style .team-image:before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  transition: all 0.3s ease-in-out 0s;
  top: 0;
  left: 0;
  background-color: rgba(5, 25, 93, 0.2);
  opacity: 1;
  overflow: hidden;
}
.team-style .team-image .team-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/600;
  transition: all 0.3s ease-in-out 0s;
}
.team-style .team-content-info {
  padding: 15px 15px 20px;
}
@media (min-width: 1200px) {
  .team-style .team-content-info {
    padding: 20px 30px 25px;
  }
}
.team-style .team-content-info .team-job {
  color: var(--gloryer-text-color);
  margin: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.05em;
}
@media (min-width: 1200px) {
  .team-style .team-content-info .team-job {
    font-size: 13px;
  }
}
.team-style .team-content-info .name-team {
  margin: 0;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .team-style .team-content-info .name-team {
    font-size: 22px;
  }
}
.team-style:hover .team-image img {
  transform: scale(1.05);
}
.team-style.team-style-list .top-image .team-social-list {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .team-style.team-style-list .top-image .team-social-list {
    bottom: 25px;
    right: 25px;
  }
}
.team-style.team-style-list .name-team {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .team-style.team-style-list .name-team {
    padding-bottom: 15px;
    padding-top: 0;
  }
}
.team-style.team-style-list .entry-excerpt {
  margin: 10px 0 15px;
  padding-bottom: 0;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .team-style.team-style-list .entry-excerpt {
    -webkit-line-clamp: 3;
    margin: 15px 0 25px;
    padding-bottom: 0;
    line-height: 26px;
  }
}

.layout-team.style-sticky {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.layout-team.style-sticky .team-sticky {
  position: sticky;
  top: 100px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: auto;
}
@media (max-width: 767px) {
  .layout-team.style-sticky .team-sticky {
    position: initial;
  }
}

@media (min-width: 1200px) {
  .detail-team .single-team-meta {
    padding-left: 30px;
  }
}
.detail-team .entry-title-detail, .detail-team .title-team, .detail-team .wp-block-heading {
  font-size: 22px;
  margin: 20px 0;
  position: relative;
}
.detail-team .team-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/600;
  transition: all 0.3s ease-in-out 0s;
}
.detail-team .team-thumb {
  margin: 0;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.detail-team .single-team-top {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .detail-team .single-team-top {
    padding-bottom: 15px;
    padding-top: 0;
  }
}
.detail-team .single-team-top .name-team {
  margin: 0;
}
.detail-team .single-team-top .team-job {
  color: var(--gloryer-theme-color);
  margin: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.detail-team .single-list {
  padding: 0;
}
.detail-team .single-list li {
  position: relative;
  font-size: 1rem;
  color: var(--gloryer-link-color);
  margin-bottom: 5px;
  padding-left: 30px;
  list-style: none;
  font-weight: 600;
}
.detail-team .single-list li:before {
  position: absolute;
  content: "\e907";
  left: 0px;
  top: 0px;
  font-size: 1rem;
  font-family: "gloryer";
  color: var(--gloryer-theme-color);
}
.detail-team .team-detail-socials ul li a {
  line-height: 34px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  color: var(--gloryer-link-color);
  background-color: #fff;
  border: 1px solid #dfdfdf;
  font-size: 12px;
  transition: all 0.2s ease-in-out 0s;
}
.detail-team .team-detail-socials ul li a:hover, .detail-team .team-detail-socials ul li a:focus {
  color: #fff;
  background-color: var(--gloryer-link-hover-color);
}
.detail-team .team-description {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .detail-team .team-description {
    margin-bottom: 30px;
  }
}
.detail-team .team-detail-skills .panel-group {
  margin-bottom: 0;
}
.detail-team .team-detail-skills .valuation-label {
  font-weight: 600;
  color: var(--gloryer-text-color);
  text-transform: capitalize;
}
.detail-team .team-detail-skills .percentage-valuation {
  color: var(--gloryer-text-color);
  font-weight: 600;
  font-size: 16px;
}
.detail-team .team-detail-skills .property-valuation-item.progress {
  height: 8px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .detail-team .team-detail-skills .property-valuation-item.progress {
    margin-bottom: 39px;
  }
}
.detail-team .team-detail-skills .property-valuation-item .progress-bar {
  height: 100%;
  background-color: var(--gloryer-theme-color);
  background-image: none;
  width: 0;
  transition: width 1.5s ease-in-out;
}
.detail-team .team-contact-info {
  padding: 10px 15px 20px;
  border-radius: 15px;
  border: 1px solid #dfdfdf;
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .detail-team .team-contact-info {
    padding: 20px 30px 30px;
  }
}
.detail-team .team-contact-info .team-contact-item {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dashed #dfdfdf;
}
@media (min-width: 1200px) {
  .detail-team .team-contact-info .team-contact-item {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
.detail-team .team-contact-info .team-contact-item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.detail-team .team-contact-info .team-detail-title {
  margin: 0;
}
.detail-team .team-contact-info .title-team-contact {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin: 0 0 20px;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .detail-team .team-contact-info .title-team-contact {
    margin: 0 0 40px;
    padding-bottom: 15px;
  }
}
.detail-team .team-contact-info .title-team-contact:before {
  background-color: var(--gloryer-theme-color);
  content: "";
  position: absolute;
  width: 90px;
  left: 0;
  height: 2px;
  bottom: -1px;
}
.detail-team .team-contact-info .team-detail-icon {
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .detail-team .team-contact-info .team-detail-icon {
    margin-right: 20px;
  }
}
.detail-team .team-contact-info .team-detail-icon i {
  font-size: 38px;
  color: var(--gloryer-theme-color);
}
.detail-team .team-contact-info .team-detail-content {
  font-weight: 600;
  line-height: 1.6;
  color: var(--gloryer-link-color);
}
.detail-team .team-contact-info .team-detail-content .team-detail-title {
  font-size: 18px;
  color: var(--gloryer-text-color);
}
.detail-team .team-contact-info .team-detail-content a {
  color: var(--gloryer-link-color);
  font-size: 18px;
  font-weight: 600;
}

/* 15. service */
.service-style {
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  margin-bottom: 25px;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  position: relative;
}
@media (min-width: 1200px) {
  .service-style {
    margin-bottom: 45px;
  }
}
.service-style .service-info .service-icon i {
  font-size: 46px;
  color: var(--gloryer-theme-color);
}
@media (min-width: 1200px) {
  .service-style .service-info .service-icon i {
    font-size: 54px;
  }
}
.service-style .entry-title {
  margin: 15px 0 10px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .service-style .entry-title {
    margin: 30px 0 10px;
    font-size: 26px;
  }
}
.service-style .entry-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
}
.service-style .service-button {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .service-style .service-button {
    margin-top: 40px;
  }
}
.service-style .service-button .readmore {
  background-color: var(--gloryer-link-color);
  line-height: 1;
  font-size: 12px;
  z-index: 1;
  padding: 8px 11px 8px 15px;
  color: #fff;
  text-transform: uppercase;
  gap: 0.4rem;
}
.service-style .service-button .readmore i {
  font-size: 16px;
}
.service-style .service-button .readmore:hover {
  background-color: var(--gloryer-link-hover-color);
}
.service-style.style-1 {
  padding: 20px;
}
@media (min-width: 1200px) {
  .service-style.style-1 {
    padding: 40px;
  }
}
.service-style.style-2 .service-thumb {
  position: relative;
}
.service-style.style-2 .service-thumbnail img {
  aspect-ratio: 1440/985;
  transition: 0.3s all;
}
.service-style.style-2 .service-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 70px;
  height: 70px;
  margin-bottom: 57px;
  background-color: var(--gloryer-theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0 5px 10px 0 rgba(91, 91, 91, 0.1);
  z-index: 1;
}
.service-style.style-2 .service-icon i {
  font-size: 36px;
  color: #fff;
}
.service-style.style-2 .entry-title {
  margin: 0 0 10px;
}
.service-style.style-2 .service-button {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .service-style.style-2 .service-button {
    margin-top: 30px;
  }
}
.service-style.style-2 .service-content {
  box-sizing: border-box;
  position: relative;
  z-index: 4;
  border: 0;
  border-radius: 0;
  padding: 20px 15px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .service-style.style-2 .service-content {
    padding: 20px 30px 30px;
  }
}
.service-style.style-2:hover .service-thumbnail img {
  transform: scale(1.05);
}

.detail-service .service-info-detail .service-thumbnail {
  overflow: hidden;
  border-radius: 15px;
}
.detail-service .service-info-detail .service-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1440/985;
  transition: all 0.3s ease-in-out 0s;
}
.detail-service .service-info-detail .service-thumbnail:hover img {
  transform: scale(1.05);
}
.detail-service .service-info-detail .entry-title-detail {
  margin: 20px 0 10px;
}
@media (min-width: 1200px) {
  .detail-service .service-info-detail .entry-title-detail {
    margin: 35px 0 20px;
  }
}
.detail-service .single-list {
  padding: 0;
}
.detail-service .single-list li {
  position: relative;
  font-size: 1rem;
  color: var(--gloryer-link-color);
  margin-bottom: 5px;
  padding-left: 30px;
  list-style: none;
  font-weight: 600;
}
.detail-service .single-list li:before {
  position: absolute;
  content: "\e907";
  left: 0px;
  top: 0px;
  font-size: 1rem;
  font-family: "gloryer";
  color: var(--gloryer-theme-color);
}
.detail-service .service-detail-faq {
  border-top: 1px solid #dfdfdf;
  margin: 15px 0 0;
}
@media (min-width: 1200px) {
  .detail-service .service-detail-faq {
    margin: 30px 0 0;
  }
}
.detail-service .service-detail-faq .accordion-item {
  border: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
.detail-service .service-detail-faq .accordion-item h2 {
  margin: 0;
}
.detail-service .service-detail-faq .accordion-button {
  font-size: 16px;
  color: var(--gloryer-link-color);
}
/*# sourceMappingURL=template.css.map */
