body {
  font-family: var(--font2) !important;
}
body > #page {
  overflow: hidden;
  position: relative;
  scroll-behavior: smooth;
}
body.archive:not(.woocommerce) .site-content {
  border-top: 1px solid #0000001A;
  padding: 90px 0;
}
body.archive:not(.woocommerce) .site-content .jws-title-bar-wrap {
  margin-bottom: 30px;
}
body .secondary {
  background: #090909;
}
.footer-parallax .site-content {
  position: relative;
  z-index: 1;
}
.dark-mode-on #preloader {
  background: #000000;
}
body .secondary footer .elementor-heading-title {
  color: #fefefe !important;
}
body .secondary footer .jws-menu-list .elementor-icon-list-item a:not(:hover),
body .secondary footer .elementor-widget-container,
body .secondary footer .jws-text-circle-animation .text-content .center-text {
  color: #ececec !important;
}
body .secondary footer .jws-text-circle-animation .text-content .center-text {
  fill: #ececec !important;
}
body .secondary footer #logo.elementor-view-default .elementor-icon svg {
  fill: #fff;
}
body .secondary footer .elementor-social-icon {
  background-color: #fff !important;
}
body .secondary footer .elementor-social-icon i {
  color: #000 !important;
}
body .secondary footer .elementor-social-icon svg {
  fill: #000 !important;
}
header.header_absolute_yes.site-header[data-arts-header-logo=secondary] .elementor-heading-title,
header.header_absolute_yes.site-header[data-arts-header-logo=secondary] .jws-offcanvas-action-wrap span,
header.header_absolute_yes.site-header[data-arts-header-logo=secondary] .jws-offcanvas-action-wrap i,
header.header_absolute_yes.site-header[data-arts-header-logo=secondary] .jws-offcanvas-action-wrap svg,
header.header_absolute_yes.site-header[data-arts-header-logo=secondary] .jws_main_menu .jws_main_menu_inner > ul > li > a,
header.header_absolute_yes.site-header[data-arts-header-logo=secondary] .logo-text,
header.header_absolute_yes.site-header[data-arts-header-logo=secondary] .jws_main_menu .jws_main_menu_inner > ul > li .btn-sub-menu {
  color: #fff;
}
header.header_absolute_yes.site-header[data-arts-header-logo=secondary] .jws-offcanvas-action-wrap circle {
  fill: #fff !important;
}
.elementor-accordion .elementor-tab-content {
  border-top: 0px !important;
}
span.elementor-button-content-wrapper {
  align-items: baseline;
}
.elementor-progress-percentage {
  padding-right: 0 !important;
  position: absolute;
  top: -26px;
  right: 0;
}
.single-portfolio-container .elementor-main-swiper {
  overflow: hidden;
  cursor: none !important;
}
#cursor.show {
  display: block;
}
#cursor {
  z-index: 999;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #000;
  border-radius: 50%;
  transition: .15s;
  pointer-events: none;
}
#cursor.show::after {
  font-weight: 700;
  font-size: 16px;
  content: "Drag";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.jws-cf7-container select {
  background-position: right;
}
.wpcf7-spinner {
  vertical-align: bottom;
  margin-bottom: 18px !important;
}
.elementor-button:hover span.elementor-button-icon.elementor-align-icon-right {
  transition: all .3s linear;
}
.elementor-button:hover span.elementor-button-icon.elementor-align-icon-right {
  margin-left: 15px;
}
.elementor-progress-wrapper {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.102);
  background-color: transparent !important;
  height: 5px !important;
  margin-top: 6px;
}
.elementor-editor-active .blog_content,
.elementor-editor-active .jws_team,
.elementor-editor-active .jws_gallery,
.elementor-editor-active .portfolio_content {
  height: auto !important;
}
@media (max-width: 767px) {
  .text_horizontal_scroll .elementor-motion-effects-element {
    width: 1300px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .gallary_item_footer .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item {
    max-width: 33.33% !important;
  }
}
@media (max-width: 479px) {
  .gallary_item_footer .elementor-image-gallery .gallery-columns-3 .gallery-item {
    max-width: 33.33% !important;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999999999;
  overflow: hidden;
  background: #ffffff;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
#preloader.fade-in {
  opacity: 0;
  visibility: hidden;
}
#preloader .preloader-cancel-btn {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
}
#preloader .preloader-cancel-btn {
  opacity: 0;
  visibility: hidden;
}
#preloader .preloader-cancel-btn.fade-in {
  opacity: 1;
  visibility: visible;
}
#preloader .spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#preloader .spinner:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--main);
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: pulse-border3 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border3 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  content: "";
}
#preloader .spinner:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--main);
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: pulse-border3 1.5s 0.65s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border3 1.5s 0.65s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  content: "";
}
#preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.lazyloaded {
  animation: fadeIn 0.35s both;
}
body h1 {
  font-family: var(--font-h1);
}
body h2 {
  font-family: var(--font-h2);
}
body h3 {
  font-family: var(--font-h3);
}
body h4 {
  font-family: var(--font-h4);
}
body h5 {
  font-family: var(--font-h5);
}
body h6 {
  font-family: var(--font-h6);
}
@media only screen and (max-width: 768px) {
  body h1,
  body .elementor-element.elementor-widget-heading.elementor-widget-heading h1,
  body h1 span,
  .elementor-widget-jws_heading h1 .jws-heading-title,
  body .jws-portfolio-element h1.jws_portfolio_title {
    font-size: var(--font-size-h1-ipad);
    font-weigt: var(--font-weight-h1-ipad);
  }
  body h2,
  body .elementor-element.elementor-widget-heading.elementor-widget-heading h2,
  body h2 span,
  .elementor-widget-jws_heading h2 .jws-heading-title,
  body .jws-portfolio-element h2.jws_portfolio_title {
    font-size: var(--font-size-h2-ipad);
    font-weigt: var(--font-weight-h2-ipad);
  }
  body h3,
  body .elementor-element.elementor-widget-heading.elementor-widget-heading h3,
  body h3 span,
  .elementor-widget-jws_heading h2 .jws-heading-title,
  body .jws-portfolio-element h3.jws_portfolio_title {
    font-size: var(--font-size-h3-ipad);
    font-weigt: var(--font-weight-h3-ipad);
  }
  body h4,
  body .elementor-element.elementor-widget-heading.elementor-widget-heading h4,
  body h4 span,
  .elementor-widget-jws_heading h2 .jws-heading-title,
  body .jws-portfolio-element h4.jws_portfolio_title {
    font-size: var(--font-size-h4-ipad);
    font-weigt: var(--font-weight-h4-ipad);
  }
  body h5,
  body .elementor-element.elementor-widget-heading.elementor-widget-heading h5,
  body h5 span,
  .elementor-widget-jws_heading h5 .jws-heading-title,
  body .jws-portfolio-element h5.jws_portfolio_title {
    font-size: var(--font-size-h5-ipad);
    font-weigt: var(--font-weight-h5-ipad);
  }
  body h6,
  body .elementor-element.elementor-widget-heading.elementor-widget-heading h6,
  body h6 span,
  .elementor-widget-jws_heading h6 .jws-heading-title,
  body .jws-portfolio-element h6.jws_portfolio_title {
    font-size: var(--font-size-h6-ipad);
    font-weigt: var(--font-weight-h6-ipad);
  }
  body,
  p {
    font-size: var(--font-size-body-ipad);
    font-weigt: var(--font-weight-body-ipad);
  }
}
@media only screen and (max-width: 414px) {
  body h1,
  body .elementor-element.elementor-widget-heading.elementor-widget-heading h1,
  body h1 span,
  .elementor-widget-jws_heading h1 .jws-heading-title,
  body .jws-portfolio-element h1.jws_portfolio_title {
    font-size: var(--font-size-h1-mobile);
    line-height: var(--line-height-h1-mobile);
    font-weigt: var(--font-weight-h1-mobile);
  }
  body h2,
  body .elementor-element.elementor-widget-heading.elementor-widget-heading h2,
  body h2 span,
  .elementor-widget-jws_heading h2 .jws-heading-title,
  body .jws-portfolio-element h2.jws_portfolio_title {
    font-size: var(--font-size-h2-mobile);
    line-height: var(--line-height-h2-mobile);
    font-weigt: var(--font-weight-h2-mobile);
  }
  body h3,
  body .elementor-element.elementor-widget-heading.elementor-widget-heading h3,
  body h3 span,
  .elementor-widget-jws_heading h2 .jws-heading-title,
  body .jws-portfolio-element h3.jws_portfolio_title {
    font-size: var(--font-size-h3-mobile);
    line-height: var(--line-height-h3-mobile);
    font-weigt: var(--font-weight-h3-mobile);
  }
  body h4,
  body .elementor-element.elementor-widget-heading.elementor-widget-heading h4,
  body h4 span,
  .elementor-widget-jws_heading h2 .jws-heading-title,
  body .jws-portfolio-element h4.jws_portfolio_title {
    font-size: var(--font-size-h4-mobile);
    line-height: var(--line-height-h4-mobile);
    font-weigt: var(--font-weight-h4-mobile);
  }
  body h5,
  body .elementor-element.elementor-widget-heading.elementor-widget-heading h5,
  body h5 span,
  .elementor-widget-jws_heading h5 .jws-heading-title,
  body .jws-portfolio-element h5.jws_portfolio_title {
    font-size: var(--font-size-h5-mobile);
    line-height: var(--line-height-h5-mobile);
    font-weigt: var(--font-weight-h5-mobile);
  }
  body h6,
  body .elementor-element.elementor-widget-heading.elementor-widget-heading h6,
  body h6 span,
  .elementor-widget-jws_heading h6 .jws-heading-title,
  body .jws-portfolio-element h6.jws_portfolio_title {
    font-size: var(--font-size-h6-mobile);
    line-height: var(--line-height-h6-mobile);
    font-weigt: var(--font-weight-h6-mobile);
  }
  body,
  p {
    font-size: var(--font-size-body-mobile);
    line-height: var(--line-height-body-mobile);
    font-weigt: var(--font-weight-body-mobile);
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  body .container,
  body .site-content .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container,
  .site-footer .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container,
  .quick-view-main .popup-quick-view {
    max-width: 480px !important;
  }
}
@media only screen and (max-width: 479px) {
  body .container,
  body .site-content .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container,
  .site-footer .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container,
  .quick-view-main .popup-quick-view {
    max-width: 360px !important;
  }
}
a {
  color: var(--main);
}
input:not([type="submit"]):focus,
select:focus,
textarea:focus {
  border-color: var(--main) !important;
  outline: none;
  transition: 0.3s all;
}
.slick-slide:first-child {
  display: block;
}
.slick-disabled {
  opacity: 0.5;
}
a,
.slick-slide {
  outline: none !important;
}
.jws-edit-user .submit {
  background: var(--main);
  border-color: var(--main);
  color: #ffffff;
}
.jws-btn {
  font-weight: 600;
  color: #ffffff;
  padding: 16px 35px;
  background: #a3816a;
  text-align: center;
  border: none;
  display: inline-block;
}
.jws-btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
/** Widget */
form.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  overflow: hidden;
  border: 0 solid transparent;
  min-height: 60px;
  border-radius: 5px;
}
form.search-form input,
form.search-form button {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: var(--color_body);
  outline: none;
}
form.search-form input {
  text-align: left;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}
form.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color_body);
}
form.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color_body);
}
form.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color_body);
}
form.search-form button {
  min-width: 60px;
  cursor: pointer;
  height: 40px;
}
form.search-form button i {
  font-weight: bold;
}
.jws_iframe iframe {
  margin: 0 auto;
  display: block;
}
#at-expanded-menu-host .at-expanded-menu {
  animation: fadeIn 0.5s ease;
  -webkit-animation: fadeIn 0.5s ease;
}
/* Search Page */
body.search:not(.post-type-archive-product) .site-content {
  border-top: 1px solid #0000001A;
  padding: 90px 0;
}
body.search:not(.post-type-archive-product) .site-content .jws-title-bar-wrap {
  margin-bottom: 30px;
}
.search-results .jws_search_wap {
  margin-bottom: 40px;
}
.search-results .jws_search_wap .entry-title {
  font-size: 24px;
  line-height: 1.5em;
}
.search-results .jws_search_wap .entry-title a {
  color: var(--main2);
}
.search-results .jws_search_wap .jws_search_meta {
  font-size: 14px;
  color: var(--main2);
}
.search-no-results .error-404,
.error404 .error-404 {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.search-no-results .page-title,
.error404 .page-title {
  font-size: 124px;
  line-height: 1.5em;
  color: var(--main2);
}
.search-no-results p,
.error404 p {
  margin-bottom: 0;
}
.search-no-results form.search-form,
.error404 form.search-form {
  border-radius: 5px;
  border: 1px solid #efefef;
  margin-top: 30px;
}
.search-no-results form.search-form button > span,
.error404 form.search-form button > span {
  font-size: 20px;
}
/* 404 page */
.error404 .error-404 {
  padding: 100px 0;
}
/* Sidebar Mobile */
@media screen and (min-width: 1024px) {
  .sidebar-mobile-wap .mfp-content {
    width: 350px;
  }
}
@media screen and (max-width: 1023px) {
  .sidebar-mobile-wap .mfp-content {
    width: 300px;
  }
}
.sidebar-mobile-wap .mfp-content {
  position: fixed;
  left: 0;
  background: #ffffff;
  height: 100%;
  top: 0;
  padding: 30px 15px;
  overflow: auto;
  transform: translatex(-100%);
  -webkit-transform: translatex(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.sidebar-mobile-wap .mfp-content .mfp-close {
  color: #ebebeb;
  background: #000000;
  top: 0;
}
.sidebar-mobile-wap.mfp-ready .mfp-content {
  transform: translatex(0%);
  -webkit-transform: translatex(0%);
}
.sidebar-mobile-wap.mfp-removing .mfp-content {
  transform: translatex(-100%);
  -webkit-transform: translatex(-100%);
}
.dark-mode-on .sidebar-mobile-wap .mfp-content {
  background: #191919;
}
.dark-mode-on form.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.dark-mode-on form.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.dark-mode-on form.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.dark-mode-on form.search-form input,
.dark-mode-on form.search-form button {
  color: #ffffff;
}
.gallery-global .mfp-content {
  max-width: 900px;
}
.gallery-global .mfp-close {
  top: 0;
}
.gallery-global .mfp-bottom-bar {
  display: none;
}
/* start state */
/* animate in */
/* animate out */
.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .html_inline,
.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .comment-respond,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.95);
}
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .html_inline,
.mfp-zoom-in.mfp-ready .comment-respond,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .html_inline,
.mfp-zoom-in.mfp-removing .comment-respond,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  transform: scale(0.95);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}
.mfp-zoom-in,
.sidebar-mobile-wap {
  /* animate in */
  /* animate out */
}
.mfp-zoom-in.mfp-bg,
.sidebar-mobile-wap.mfp-bg {
  opacity: 0;
  transition: 0.3s ease;
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.sidebar-mobile-wap.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.sidebar-mobile-wap.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-content .comment-respond {
  max-width: 700px;
  margin: 0 auto;
}
.mfp-arrow-left {
  transform: translatex(-100%);
}
.mfp-arrow-right {
  transform: translatex(100%);
}
.mfp-ready .mfp-arrow-left {
  transform: translatex(0%);
}
.mfp-ready .mfp-arrow-right {
  transform: translatex(0%);
}
.mfp-removing .mfp-arrow-left {
  transform: translatex(-100%);
}
.mfp-removing .mfp-arrow-right {
  transform: translatex(100%);
}
.backToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  display: block;
  text-align: center;
  background: #ffffff;
  z-index: 99;
  opacity: 0;
}
.backToTop.with-shadow {
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1);
  color: #000000;
}
.backToTop.with-mancolor {
  background: var(--main);
}
.backToTop.totop-show {
  opacity: 1;
}
.backToTop:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.backToTop:hover:before {
  animation: bounceAlphaUp 1s both;
  -webkit-animation: bounceAlphaUp 1s both;
  display: block;
}
.clb-popup {
  background-color: rgba(23, 22, 26, 0.992);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50vh);
  -ms-transform: translateY(-50vh);
  transform: translateY(-50vh);
}
.clb-popup.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.clb-popup .close-bar {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11;
}
.clb-popup .close-bar .clb-close {
  float: right;
  color: #ffffff;
  font-size: 25px;
  padding: 15px;
}
.clb-popup .close-bar .btn-round {
  color: #ffffff;
  font-size: 25px;
  padding: 15px;
  cursor: pointer;
}
.clb-popup .custom-navs {
  text-align: center;
  padding: 30px 0;
}
.clb-popup .custom-navs button {
  display: inline-block;
  background: transparent;
  color: #ffffff !important;
  border: 0;
  padding: 0 10px;
  font-size: 18px;
}
.clb-popup .clb-popup-holder {
  padding-top: 110px;
}
.clb-popup .clb-popup-holder .slider {
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.clb-popup .clb-popup-holder .slider img {
  margin: 0 auto;
  max-height: calc(100vh - 290px);
  width: auto;
}
.clb-popup .clb-popup-holder .slider .slick-track {
  display: flex;
}
.clb-popup .clb-popup-holder .slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.clb-popup .clb-popup-holder .slider.visible {
  visibility: visible !important;
  opacity: 1 !important;
}
.clb-popup .clb-popup-holder .slider.visible .image-wrap {
  transition: 0.5s all;
  transform: scale(0.6);
  opacity: 0.6;
}
.clb-popup .clb-popup-holder .slider.visible .image-wrap.slick-current {
  transform: scale(1);
  opacity: 1;
}
.gallery-tmpimage {
  position: fixed;
  z-index: 9999999;
  width: auto;
  left: 50%;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.page-mail {
  padding: 90px 15px;
  text-align: center;
}
.page-mail div {
  font-size: 20px;
  color: var(--main2);
  line-height: 35px;
  max-width: 600px;
  margin: 0 auto;
}
.page-mail a {
  color: #ffffff;
  background-image: linear-gradient(to right, var(--main) 0%, var(--main2) 51%, var(--main) 100%);
  background-size: 200% auto;
  font-weight: 600;
  border: none;
  outline: none;
  padding: 10px 55px;
  transition: 0.7s all;
  margin-top: 20px;
  border-radius: 40px;
  display: inline-block;
  margin-right: 10px;
}
.page-mail a:hover {
  background-position: right center;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.jws-load-more {
  position: relative;
}
.jws-load-more:before {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--main);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -17.5px;
  animation: pulse-border3 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border3 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  content: "";
  visibility: hidden;
}
.jws-load-more:after {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--main);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -17.5px;
  animation: pulse-border3 1.5s 0.65s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border3 1.5s 0.65s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  content: "";
  visibility: hidden;
}
.jws-load-more.items-loading {
  background: transparent !important;
  border-color: transparent !important;
}
.jws-load-more.items-loading:before,
.jws-load-more.items-loading:after {
  opacity: 0.6;
  transition-delay: 0.3s;
  visibility: visible;
}
.jws-load-more.items-loading span {
  opacity: 0;
}
.jws-pagination-number ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.jws-pagination-number ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  padding: 0px 5px 0px 5px;
  text-align: center;
}
.jws-pagination-number ul li:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.jws-pagination-number ul li:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.jws-pagination-number ul li > .next,
.jws-pagination-number ul li > .prev {
  padding: 0 10px;
}
.jws-pagination-number ul li > a,
.jws-pagination-number ul li > span {
  width: 44px;
  height: 44px;
  line-height: 40px;
  color: var(--main2);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var(--main2);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font2);
  display: block;
}
.jws-pagination-number ul li > span.current,
.jws-pagination-number ul li > a:hover {
  color: #ffffff;
  background: var(--main2);
}
.jws-pagination-number ul li .dots {
  background: transparent;
  color: var(--color_body);
}
.search-submit svg.btn-dark-mode,
.elementor-icon-box-icon svg.btn-dark-mode {
  fill: #fff;
}
.dark-mode .jws_mega_sub .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-top: var(--divider-border-width) var(--divider-border-style) rgba(255, 255, 255, 0.1) !important;
}
.container-dark-mode .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-top: var(--divider-border-width) var(--divider-border-style) var(--light) !important;
}
.container-dark-mode .elementor-shape-circle .elementor-icon {
  background: var(--light) !important;
}
.container-dark-mode .elementor-widget-button span.elementor-button-text,
.container-dark-mode .elementor-widget-button span.elementor-button-icon svg path {
  color: var(--light) !important;
  fill: var(--light) !important;
}
.container-dark-mode .jws_main_menu .jws_main_menu_inner .nav > li > a:before,
.container-dark-mode .jws_main_menu .menu-item-design-standard .sub-menu li > a > span::before,
.container-dark-mode .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > a:after {
  background: var(--light) !important;
}
.container-dark-mode a:hover span.elementor-icon-list-text {
  color: var(--color_link_hover);
}
.container-dark-mode .jws_info_box_inner .number-text {
  color: #f5d7c8 !important;
}
.container-dark-mode .jws_search:not(.has_popup) form.search-form input {
  color: #fff !important;
}
.container-dark-mode .jws_search:not(.has_popup) form.search-form input::placeholder {
  color: #fff !important;
}
.container-dark-mode .jws-button a {
  background: var(--light) !important;
}
.container-dark-mode .jws-button a .button__horizontal::before {
  border-top: 1px solid var(--light) !important;
  border-bottom: 1px solid var(--light) !important;
}
.container-dark-mode .jws-button a .button__vertical {
  border-left: 1px solid var(--light) !important;
  border-right: 1px solid var(--light) !important;
}
.container-dark-mode .jws-button a .elementor-button-text {
  color: var(--main2) !important;
}
.container-dark-mode .elementor-shape-circle .elementor-icon i {
  fill: var(--main2);
  color: var(--main2) !important;
}
.container-dark-mode .elementor-shape-circle .elementor-icon i,
.container-dark-mode .elementor-shape-circle .elementor-icon svg {
  fill: var(--main2);
}
.container-dark-mode svg textPath,
.container-dark-mode .listitem path {
  fill: var(--light) !important;
}
.container-dark-mode .listitem path {
  fill: var(--light) !important;
}
.container-dark-mode section {
  border-color: var(--light) !important;
}
.container-dark-mode .elementor-view-stacked .elementor-icon {
  background-color: var(--light) !important;
}
.container-dark-mode .elementor-view-stacked .elementor-icon svg {
  fill: #000 !important;
}
.dark-mode .social-icon .elementor-social-icon,
.dark-mode #colophon .elementor-social-icon {
  background-color: #fff;
}
.dark-mode .social-icon .elementor-social-icon i,
.dark-mode #colophon .elementor-social-icon i {
  color: #000;
}
.dark-mode .jws_footer #logo svg,
.container-dark-mode .jws_search .open svg,
.container-dark-mode .jws-offcanvas-action svg {
  fill: #fff !important;
}
.dark-mode #colophon .elementor-social-icon svg,
.dark-mode #colophon .elementor-social-icon i {
  mix-blend-mode: difference;
}
header.container-dark-mode .elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu,
header.container-dark-mode .is-sticky {
  background-color: #161616 !important;
}
header.container-dark-mode .elementor-icon svg,
header.container-dark-mode .jws-offcanvas-action-wrap svg circle {
  fill: #fff !important;
}
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub,
.container-dark-mode:not(.header_absolute_yes),
.dark-mode,
.dark-mode .jws-offcanvas-show.jws-offcanvas,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu {
  background-color: #0C0C0C !important;
}
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub:not(.jws-button a span.elementor-button-content-wrapper span.elementor-button-text),
.container-dark-mode:not(.header_absolute_yes):not(.jws-button a span.elementor-button-content-wrapper span.elementor-button-text),
.dark-mode:not(.jws-button a span.elementor-button-content-wrapper span.elementor-button-text),
.dark-mode .jws-offcanvas-show.jws-offcanvas:not(.jws-button a span.elementor-button-content-wrapper span.elementor-button-text),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu:not(.jws-button a span.elementor-button-content-wrapper span.elementor-button-text),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub svg,
.container-dark-mode:not(.header_absolute_yes) svg,
.dark-mode svg,
.dark-mode .jws-offcanvas-show.jws-offcanvas svg,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu svg,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .jws-button a span.elementor-button-content-wrapper span.elementor-button-text:not(.elementor-button-text),
.container-dark-mode:not(.header_absolute_yes) .jws-button a span.elementor-button-content-wrapper span.elementor-button-text:not(.elementor-button-text),
.dark-mode .jws-button a span.elementor-button-content-wrapper span.elementor-button-text:not(.elementor-button-text),
.dark-mode .jws-offcanvas-show.jws-offcanvas .jws-button a span.elementor-button-content-wrapper span.elementor-button-text:not(.elementor-button-text),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .jws-button a span.elementor-button-content-wrapper span.elementor-button-text:not(.elementor-button-text),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .circle-text span,
.container-dark-mode:not(.header_absolute_yes) .circle-text span,
.dark-mode .circle-text span,
.dark-mode .jws-offcanvas-show.jws-offcanvas .circle-text span,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .circle-text span,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub p:not(.elementor-icon-box-description),
.container-dark-mode:not(.header_absolute_yes) p:not(.elementor-icon-box-description),
.dark-mode p:not(.elementor-icon-box-description),
.dark-mode .jws-offcanvas-show.jws-offcanvas p:not(.elementor-icon-box-description),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu p:not(.elementor-icon-box-description),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub i,
.container-dark-mode:not(.header_absolute_yes) i,
.dark-mode i,
.dark-mode .jws-offcanvas-show.jws-offcanvas i,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu i,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub li,
.container-dark-mode:not(.header_absolute_yes) li,
.dark-mode li,
.dark-mode .jws-offcanvas-show.jws-offcanvas li,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu li,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .jws-button a.elementor-button-link.elementor-button.button.classic.elementor-size-sm:not(.elementor-button),
.container-dark-mode:not(.header_absolute_yes) .jws-button a.elementor-button-link.elementor-button.button.classic.elementor-size-sm:not(.elementor-button),
.dark-mode .jws-button a.elementor-button-link.elementor-button.button.classic.elementor-size-sm:not(.elementor-button),
.dark-mode .jws-offcanvas-show.jws-offcanvas .jws-button a.elementor-button-link.elementor-button.button.classic.elementor-size-sm:not(.elementor-button),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .jws-button a.elementor-button-link.elementor-button.button.classic.elementor-size-sm:not(.elementor-button),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .container-dark-mode .jws_post_meta:not(span),
.container-dark-mode:not(.header_absolute_yes) .container-dark-mode .jws_post_meta:not(span),
.dark-mode .container-dark-mode .jws_post_meta:not(span),
.dark-mode .jws-offcanvas-show.jws-offcanvas .container-dark-mode .jws_post_meta:not(span),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .container-dark-mode .jws_post_meta:not(span),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .container-dark-mode .jws_post_meta:not(a),
.container-dark-mode:not(.header_absolute_yes) .container-dark-mode .jws_post_meta:not(a),
.dark-mode .container-dark-mode .jws_post_meta:not(a),
.dark-mode .jws-offcanvas-show.jws-offcanvas .container-dark-mode .jws_post_meta:not(a),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .container-dark-mode .jws_post_meta:not(a),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .container-dark-mode .elementor-icon-box-wrapper h2 span,
.container-dark-mode:not(.header_absolute_yes) .container-dark-mode .elementor-icon-box-wrapper h2 span,
.dark-mode .container-dark-mode .elementor-icon-box-wrapper h2 span,
.dark-mode .jws-offcanvas-show.jws-offcanvas .container-dark-mode .elementor-icon-box-wrapper h2 span,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .container-dark-mode .elementor-icon-box-wrapper h2 span,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub :not(.step_services) .elementor-icon-box-wrapper h2,
.container-dark-mode:not(.header_absolute_yes) :not(.step_services) .elementor-icon-box-wrapper h2,
.dark-mode :not(.step_services) .elementor-icon-box-wrapper h2,
.dark-mode .jws-offcanvas-show.jws-offcanvas :not(.step_services) .elementor-icon-box-wrapper h2,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu :not(.step_services) .elementor-icon-box-wrapper h2,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .step_services .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.container-dark-mode:not(.header_absolute_yes) .step_services .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.dark-mode .step_services .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.dark-mode .jws-offcanvas-show.jws-offcanvas .step_services .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .step_services .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub :not(li.current-menu-item, li.current-menu-ancestor,li.active ) a:not(.elementor-button,.backToTop.with-shadow,.drop_text),
.container-dark-mode:not(.header_absolute_yes) :not(li.current-menu-item, li.current-menu-ancestor,li.active ) a:not(.elementor-button,.backToTop.with-shadow,.drop_text),
.dark-mode :not(li.current-menu-item, li.current-menu-ancestor,li.active ) a:not(.elementor-button,.backToTop.with-shadow,.drop_text),
.dark-mode .jws-offcanvas-show.jws-offcanvas :not(li.current-menu-item, li.current-menu-ancestor,li.active ) a:not(.elementor-button,.backToTop.with-shadow,.drop_text),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu :not(li.current-menu-item, li.current-menu-ancestor,li.active ) a:not(.elementor-button,.backToTop.with-shadow,.drop_text),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .elementor-widget-jws_heading .jws-heading-title,
.container-dark-mode:not(.header_absolute_yes) .elementor-widget-jws_heading .jws-heading-title,
.dark-mode .elementor-widget-jws_heading .jws-heading-title,
.dark-mode .jws-offcanvas-show.jws-offcanvas .elementor-widget-jws_heading .jws-heading-title,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .elementor-widget-jws_heading .jws-heading-title,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .jws_portfolio_item span.num,
.container-dark-mode:not(.header_absolute_yes) .jws_portfolio_item span.num,
.dark-mode .jws_portfolio_item span.num,
.dark-mode .jws-offcanvas-show.jws-offcanvas .jws_portfolio_item span.num,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .jws_portfolio_item span.num,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .jws_portfolio_item span.number,
.container-dark-mode:not(.header_absolute_yes) .jws_portfolio_item span.number,
.dark-mode .jws_portfolio_item span.number,
.dark-mode .jws-offcanvas-show.jws-offcanvas .jws_portfolio_item span.number,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .jws_portfolio_item span.number,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .jws_main_menu .jws_main_menu_inner > ul > li .btn-sub-menu,
.container-dark-mode:not(.header_absolute_yes) .jws_main_menu .jws_main_menu_inner > ul > li .btn-sub-menu,
.dark-mode .jws_main_menu .jws_main_menu_inner > ul > li .btn-sub-menu,
.dark-mode .jws-offcanvas-show.jws-offcanvas .jws_main_menu .jws_main_menu_inner > ul > li .btn-sub-menu,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .jws_main_menu .jws_main_menu_inner > ul > li .btn-sub-menu,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .close-text,
.container-dark-mode:not(.header_absolute_yes) .close-text,
.dark-mode .close-text,
.dark-mode .jws-offcanvas-show.jws-offcanvas .close-text,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .close-text,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub h1,
.container-dark-mode:not(.header_absolute_yes) h1,
.dark-mode h1,
.dark-mode .jws-offcanvas-show.jws-offcanvas h1,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu h1,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub h2.jws_portfolio_title,
.container-dark-mode:not(.header_absolute_yes) h2.jws_portfolio_title,
.dark-mode h2.jws_portfolio_title,
.dark-mode .jws-offcanvas-show.jws-offcanvas h2.jws_portfolio_title,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu h2.jws_portfolio_title,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub h3,
.container-dark-mode:not(.header_absolute_yes) h3,
.dark-mode h3,
.dark-mode .jws-offcanvas-show.jws-offcanvas h3,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu h3,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub h4,
.container-dark-mode:not(.header_absolute_yes) h4,
.dark-mode h4,
.dark-mode .jws-offcanvas-show.jws-offcanvas h4,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu h4,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub h2.elementor-heading-title,
.container-dark-mode:not(.header_absolute_yes) h2.elementor-heading-title,
.dark-mode h2.elementor-heading-title,
.dark-mode .jws-offcanvas-show.jws-offcanvas h2.elementor-heading-title,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu h2.elementor-heading-title,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub :not(.step_services) .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.container-dark-mode:not(.header_absolute_yes) :not(.step_services) .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.dark-mode :not(.step_services) .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.dark-mode .jws-offcanvas-show.jws-offcanvas :not(.step_services) .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu :not(.step_services) .elementor-icon-box-wrapper p:not(.elementor-icon-box-description),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub h5:not(.elementor-icon-box-title),
.container-dark-mode:not(.header_absolute_yes) h5:not(.elementor-icon-box-title),
.dark-mode h5:not(.elementor-icon-box-title),
.dark-mode .jws-offcanvas-show.jws-offcanvas h5:not(.elementor-icon-box-title),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu h5:not(.elementor-icon-box-title),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub li a:hover span:not(.menu-label),
.container-dark-mode:not(.header_absolute_yes) li a:hover span:not(.menu-label),
.dark-mode li a:hover span:not(.menu-label),
.dark-mode .jws-offcanvas-show.jws-offcanvas li a:hover span:not(.menu-label),
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu li a:hover span:not(.menu-label),
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub h6,
.container-dark-mode:not(.header_absolute_yes) h6,
.dark-mode h6,
.dark-mode .jws-offcanvas-show.jws-offcanvas h6,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu h6 {
  color: var(--light) !important;
}
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .jws-text-circle-animation svg.btn-dark-mode,
.container-dark-mode:not(.header_absolute_yes) .jws-text-circle-animation svg.btn-dark-mode,
.dark-mode .jws-text-circle-animation svg.btn-dark-mode,
.dark-mode .jws-offcanvas-show.jws-offcanvas .jws-text-circle-animation svg.btn-dark-mode,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .jws-text-circle-animation svg.btn-dark-mode,
.elementor-view-stacked .elementor-icon .container-dark-mode .jws_dropdown_text .dropdown_sub .jws-offcanvas-close-icon svg,
.container-dark-mode:not(.header_absolute_yes) .jws-offcanvas-close-icon svg,
.dark-mode .jws-offcanvas-close-icon svg,
.dark-mode .jws-offcanvas-show.jws-offcanvas .jws-offcanvas-close-icon svg,
.dark-mode .elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu .jws-offcanvas-close-icon svg {
  fill: var(--light);
}
.bg_main {
  background: var(--main);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--heading);
}
.average-rating .jws-star-rating {
  font-family: 'remixicon';
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 71px;
  letter-spacing: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.average-rating .jws-star-rating:before {
  content: '\f18d\f18d\f18d\f18d\f18d';
  left: 0;
  top: 0;
  position: absolute;
  font-size: 15px;
  color: #000;
  opacity: 0.3;
}
.average-rating .jws-star-rating span {
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  color: #333;
  padding-top: 1.5em;
  left: 0;
}
.average-rating .jws-star-rating span:before {
  content: '\f18d\f18d\f18d\f18d\f18d';
  left: 0;
  top: 0;
  position: absolute;
  font-size: 15px;
  text-indent: 0;
  color: #000;
}
.average-rating .rating-average {
  font-size: 13px;
  margin-bottom: -1px;
  display: inline-block;
  vertical-align: middle;
}
.single-space_location .site-main > .container {
  padding: 0;
}
.elementor-image-carousel img.swiper-slide-image {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.elementor-image-carousel img.swiper-slide-image:hover {
  opacity: 0.5;
}
/* Slider*/
.group-count {
  overflow: hidden;
}
/*  Button*/
@media (max-width: 768px) {
  .search-no-results .page-title,
  .error404 .page-title {
    font-size: 64px;
  }
}
@media (max-width: 480px) {
  .search-no-results .page-title,
  .error404 .page-title {
    font-size: 50.8px;
  }
}
@media (max-width: 768px) {
  .content-portfolio div.inline,
  .sl-readmore div.inline {
    width: 20px !important;
    background-color: #242424;
    height: 1px;
    margin-right: 10px !important;
    display: inline-block;
  }
}
.content-portfolio .read_more {
  display: inline-block;
}
.content-portfolio div.inline,
.sl-readmore div.inline {
  vertical-align: middle;
  width: 0px;
  transition: width 0.3s linear;
}
.read_more:hover div.inline,
.sl-readmore:hover div.inline {
  margin-left: 0px !important;
  background-color: #242424;
  width: 30px;
  margin-right: 14px;
  display: inline-block;
  height: 1px;
  margin-left: 20px;
}
.container-dark-mode h1.content_heading.black {
  color: #000 !important;
}
.entry-content rs-module a,
rs-module a {
  padding-left: 5px;
}
header#masthead\ vertical_header {
  z-index: 1000;
}
.site-header {
  position: relative;
}
.has-scroll-scrolling header {
  will-change: transform;
}
header.header_absolute_yes {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
}
header .jws_header.has-mega-full {
  transition: background 400ms linear;
}
header .jws_header.has-mega-full.mega-has-hover {
  background: #161616;
}
header .jws_header.has-mega-full.mega-has-hover section.is-sticky.cafe-row-sticky {
  background: #161616;
}
header .jws_header.has-mega-full.mega-has-hover svg:not(.toggle_mode) {
  fill: #fff;
}
header .jws_header.has-mega-full.mega-has-hover .elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line .jws_main_menu .jws_main_menu_inner .nav > li > a:before {
  background: #fff;
}
header .jws_header.has-mega-full.mega-has-hover .jws_main_menu .jws_main_menu_inner > ul.nav > li > a,
header .jws_header.has-mega-full.mega-has-hover .jws-menu-list .line_sm li a,
header .jws_header.has-mega-full.mega-has-hover .elementor-heading-title,
header .jws_header.has-mega-full.mega-has-hover .logo-inner > .logo-text {
  color: #fff;
}
.header-notes-top {
  position: relative;
}
.header-notes-top > span {
  position: absolute;
  cursor: pointer;
  top: 50%;
  color: var(--light);
  right: 50px;
  margin-top: -15px;
  font-size: 18px;
}
/* Title Bar */
.jws-title-bar-wrap.jws-title-bar-shop {
  padding-top: 62px;
  border-top: 1px solid #e5e5e5;
}
.jws-title-bar-wrap .nav_woo {
  float: right;
}
.jws-title-bar-wrap .nav_woo span.nav-previous {
  margin-right: 10px;
}
.jws-title-bar-wrap .nav_woo span.nav-next {
  margin-left: 10px;
}
.jws-title-bar-wrap .nav_woo span.nav-previous a,
.jws-title-bar-wrap .nav_woo span.nav-next a {
  font-size: 15px;
  color: var(--main2);
  opacity: 0.5;
}
.jws-title-bar-wrap .nav_woo span.nav-previous a [class*="ri-arrow"],
.jws-title-bar-wrap .nav_woo span.nav-next a [class*="ri-arrow"] {
  vertical-align: middle;
  transition: all .3s ease;
  display: inline-block;
  font-size: 18px;
}
.jws-title-bar-wrap .nav_woo span.nav-previous a [class*="ri-arrow"] i.ri-arrow-right-line,
.jws-title-bar-wrap .nav_woo span.nav-next a [class*="ri-arrow"] i.ri-arrow-right-line {
  margin-left: 8px;
}
.jws-title-bar-wrap .nav_woo span.nav-previous a [class*="ri-arrow"] i.ri-arrow-left-line,
.jws-title-bar-wrap .nav_woo span.nav-next a [class*="ri-arrow"] i.ri-arrow-left-line {
  margin-right: 8px;
}
.jws-title-bar-wrap .nav_woo span.nav-previous a:hover,
.jws-title-bar-wrap .nav_woo span.nav-next a:hover {
  opacity: 1;
}
.jws-title-bar-wrap .jws-title-bar {
  text-align: left;
  display: inline-block;
}
.jws-title-bar-wrap .jws-title-bar .jws-path {
  font-size: 15px;
  color: var(--main2);
}
.jws-title-bar-wrap .jws-title-bar .jws-path .delimiter {
  color: var(--color_body);
}
.jws-title-bar-wrap .jws-title-bar .jws-path .current {
  color: #000;
}
.jws-title-bar-wrap .jws-title-bar .jws-path a {
  color: var(--color_body);
}
.jws-title-bar-wrap .jws-title-bar .jws-path a:hover {
  color: var(--main2);
}
@media (max-width: 525px) {
  .jws-title-bar-wrap .nav_woo.alignright {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .header-notes-top > span {
    right: 10px;
  }
}
.site-footer {
  clear: both;
}
.site-footer.footer-parallax {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
body[data-elementor-device-mode="mobile"] .site-footer.footer-parallax {
  position: relative;
}
body[data-elementor-device-mode="mobile"] .site-content.content-margin {
  margin-bottom: 0 !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes jws_fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jws_fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.jws_fadeInUp {
  -webkit-animation-name: jws_fadeInUp;
  animation-name: jws_fadeInUp;
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(2.2, 2.2, 1);
    opacity: 0;
  }
}
@-webkit-keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}
#pulse:before,
#pulse:after {
  animation: 3s ease-out 0s normal none infinite running pulse;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  border-radius: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
  content: "";
  height: 48px;
  left: 50%;
  margin: -24px 0 0 -24px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 48px;
  z-index: -1;
}
#pulse:after {
  animation-delay: 1.5s;
}
#pulse {
  width: 50px;
  height: 50px;
  background: #ffffff url('http://www.blogher.com/files/imagecache/tiny_thumb/user_pictures/picture-196261.jpg') no-repeat center center;
  position: relative;
  border-radius: 25px;
  text-align: center;
  font: bold 14px/50px tahoma;
}
/*
  3. LIQUID SHORTCODES
*/
@-webkit-keyframes btnIconRipple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes btnIconRipple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translatey(50px);
    -webkit-transform: translatey(50px);
  }
  to {
    opacity: 1;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translatey(-50px);
    -webkit-transform: translatey(-50px);
  }
  to {
    opacity: 1;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translatex(150px);
    -webkit-transform: translatex(150px);
  }
  to {
    opacity: 1;
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translatex(-50px);
    -webkit-transform: translatex(-50px);
  }
  to {
    opacity: 1;
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes MoveLeft {
  from {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
  }
  to {
    transform: translatex(100px);
    -webkit-transform: translatex(100px);
  }
}
@keyframes MoveRight {
  from {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
  }
  to {
    transform: translatex(-100px);
    -webkit-transform: translatex(-100px);
  }
}
@keyframes MoveTop {
  from {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
  to {
    transform: translatey(-100px);
    -webkit-transform: translatey(-100px);
  }
}
@keyframes MoveBottom {
  from {
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
  }
  to {
    transform: translatey(100px);
    -webkit-transform: translatey(100px);
  }
}
@keyframes MoveZoomIn {
  from {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes MoveZoomOut {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
}
@keyframes MoveCircle {
  0% {
    transform: rotate(0deg) translate(-100%) rotate(0deg);
    -webkit-transform: rotate(0deg) translate(-100%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-100%) rotate(-360deg);
    -webkit-transform: rotate(360deg) translate(-100%) rotate(-360deg);
  }
}
@keyframes MoveCircleSmall {
  0% {
    transform: rotate(0deg) translate(-10%) rotate(0deg);
    -webkit-transform: rotate(0deg) translate(-10%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-10%) rotate(-360deg);
    -webkit-transform: rotate(360deg) translate(-10%) rotate(-360deg);
  }
}
@keyframes MoveCircle360 {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes width100 {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
@keyframes bounceAlpha2 {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
@keyframes bounceAlphaUp {
  0% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateY(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}
@-webkit-keyframes jwsWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes jwsWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-2 16:2:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w:http://animista.net,t:@cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translateY(60px) translateZ(-130px) rotateX(-90deg);
    transform: translateY(60px) translateZ(-130px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0), rotateX(0deg);
    transform: translatey(0) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes rollIn {
  0% {
    -webkit-transform: translateY(60px) translateZ(-130px) rotateX(-90deg);
    transform: translateY(60px) translateZ(-130px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0) rotateX(0deg);
    transform: translatey(0) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes zoomInDown {
  0% {
    -webkit-transform: translateY(-60px) rotateX(90deg);
    transform: translateY(-60px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0), rotateX(0deg);
    transform: translatey(0) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes zoomInDown {
  0% {
    -webkit-transform: translateY(-60px) rotateX(90deg);
    transform: translateY(-60px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0) rotateX(0deg);
    transform: translatey(0) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes zoomInUp {
  0% {
    -webkit-transform: translateY(100px) scaleX(0.7) scaleY(0.7);
    transform: translateY(100px) scaleX(0.7) scaleY(0.7);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
    transform: translateY(0) scaleX(1) scaleY(1);
    opacity: 1;
  }
}
@keyframes zoomInUp {
  0% {
    -webkit-transform: translateY(100px) scaleX(0.7) scaleY(0.7);
    transform: translateY(100px) scaleX(0.7) scaleY(0.7);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
    transform: translateY(0) scaleX(1) scaleY(1);
    opacity: 1;
  }
}
@-webkit-keyframes zoomInRight {
  0% {
    -webkit-transform: translateX(160px) translateZ(-130px) rotateY(90deg);
    transform: translateX(160px) translateZ(-130px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0), rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes zoomInRight {
  0% {
    -webkit-transform: translateX(160px) translateZ(-130px) rotateY(90deg);
    transform: translateX(160px) translateZ(-130px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-transform: translateX(-160px) translateZ(130px) rotateY(-90deg);
    transform: translateX(-160px) translateZ(130px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0), rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes zoomInLeft {
  0% {
    -webkit-transform: translateX(-160px) translateZ(130px) rotateY(-90deg);
    transform: translateX(-160px) translateZ(130px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
[data-settings='{"_animation":"bounceInLeft"}'] img,
[data-settings='{"_animation":"bounceInDown"}'] img,
[data-settings='{"_animation":"bounceInUp"}'] img,
[data-settings='{"_animation":"bounceInRight"}'] img {
  opacity: 0;
  transition: 0.2s all;
}
[data-settings='{"_animation":"bounceInLeft"}']:before,
[data-settings='{"_animation":"bounceInDown"}']:before,
[data-settings='{"_animation":"bounceInUp"}']:before,
[data-settings='{"_animation":"bounceInRight"}']:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  background: #fafafa;
  pointer-events: none;
  opacity: 0;
  transition: 0.8s ease-in-out, opacity 0s;
  content: "";
  z-index: 1;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated:before,
[data-settings='{"_animation":"bounceInDown"}'].animated:before,
[data-settings='{"_animation":"bounceInUp"}'].animated:before,
[data-settings='{"_animation":"bounceInRight"}'].animated:before {
  background: #fafafa;
  opacity: 1;
  transition-delay: 0.6s;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated img,
[data-settings='{"_animation":"bounceInDown"}'].animated img,
[data-settings='{"_animation":"bounceInUp"}'].animated img,
[data-settings='{"_animation":"bounceInRight"}'].animated img {
  opacity: 1;
  transition-delay: 0.6s;
}
[data-settings='{"_animation":"bounceInLeft"}']:before {
  transform-origin: 100% 50%;
}
[data-settings='{"_animation":"bounceInLeft"}'].animated:before {
  transform: scaleX(0);
}
[data-settings='{"_animation":"bounceInDown"}']:before {
  transform-origin: 50% 100%;
}
[data-settings='{"_animation":"bounceInDown"}'].animated:before {
  transform: scaleY(0);
}
[data-settings='{"_animation":"bounceInUp"}']:before {
  transform-origin: 50% 0%;
}
[data-settings='{"_animation":"bounceInUp"}'].animated:before {
  transform: scaleY(0);
}
[data-settings='{"_animation":"bounceInRight"}']:before {
  transform-origin: 0% 50%;
}
[data-settings='{"_animation":"bounceInRight"}'].animated:before {
  transform: scaleX(0);
}
.dark-mode-on [data-settings='{"_animation":"bounceInLeft"}']:before,
.dark-mode-on [data-settings='{"_animation":"bounceInDown"}']:before,
.dark-mode-on [data-settings='{"_animation":"bounceInUp"}']:before,
.dark-mode-on [data-settings='{"_animation":"bounceInRight"}']:before {
  background: #000000;
}
.bounceInLeft,
.bounceInDown,
.bounceInUp,
.bounceInRight {
  animation-name: none;
}
.perspective {
  -webkit-perspective: 1800px;
  perspective: 1800px;
}
.animated {
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
@keyframes pulse-border-simple {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse-border2 {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
  }
}
@keyframes pulse-border3 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes loc {
  from {
    transform: rotate(0deg) scale(0);
  }
  to {
    transform: rotate(-360deg) scale(1);
  }
}
.scalein {
  animation-name: scaleIn;
}
@keyframes scaleIn {
  0% {
    transform: translateY(20px) scale(1.1);
    transform-origin: 50% 0;
  }
  100% {
    transform: translate3d(0px, 0px, 0px) scale(1);
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-dual-ring {
  -webkit-animation-name: lds-dual-ring;
  animation-name: lds-dual-ring;
}
/* Elementor Section Custom */
.shade_animation {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shade_animation .shade_wrap_inner {
  position: absolute;
}
.shade_animation .shade_wrap_inner.alternate {
  animation-direction: alternate;
}
.shade_animation .shade_wrap_inner.infinite {
  animation-iteration-count: infinite;
}
.jws-shade-yes > .shade_animation {
  opacity: 1;
}
.elementor-widget-wrap {
  transition: 0.3s all;
}
.animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}
.line_animation {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.line_animation > section > .elementor-container {
  z-index: 1;
}
.line_animation .line_wrap {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
  width: 1px;
  left: 50%;
}
.line_animation .line_wrap .line_wrap_inner {
  position: absolute;
  -webkit-animation: MoveUpDown 1s infinite;
  animation: MoveUpDown 10s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  left: -2px;
  width: 5px;
}
.line_animation .line_wrap .line_wrap_inner .circle_animation {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  display: block;
}
.line_animation .line_wrap .line_wrap_inner .circle_animation:nth-child(2) {
  margin-top: 285px;
}
.jws-line-yes > .line_animation {
  opacity: 1;
}
@-webkit-keyframes MoveUpDown {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@keyframes MoveUpDown {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
.elementor-social-icon i {
  transition: 0.3s all;
}
body .elementor-social-icon {
  font-size: 14px;
  vertical-align: middle;
}
body .elementor-social-icon {
  background: transparent;
}
.elementor-widget-heading .elementor-heading-title {
  line-height: 1.2;
}
.is-sticky {
  width: 100% !important;
}
.slider_image_grey img {
  opacity: 0.7;
  transition: 0.3s all;
}
.slider_image_grey img:hover {
  opacity: 1;
}
/* Contact Form 7 */
.wpcf7-submit {
  position: relative;
}
.wpcf7-form .apply-form .row {
  border-bottom: 1px solid #f4f4f4;
  padding: 50px 0 27px;
}
.wpcf7-form .apply-form .row > .right {
  padding-right: 16%;
}
.wpcf7-form .apply-form .row > .left h3 {
  color: #000000;
  font-family: var(--font1);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 2px;
}
.wpcf7-form .apply-form .row > .left p {
  font-size: 14px;
  color: #959595;
}
.wpcf7-form .form_footer1 .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.wpcf7-form .form_footer1 input:not(.wpcf7-submit) {
  border: 1px solid #d9d9de;
  border-radius: 40px;
  background: transparent;
  color: var(--colorbody);
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-style: italic;
}
.wpcf7-form .form_footer1 input:not(.wpcf7-submit)::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--colorbody);
}
.wpcf7-form .form_footer1 input:not(.wpcf7-submit):-ms-input-placeholder {
  /* IE 10+ */
  color: var(--colorbody);
}
.wpcf7-form .form_footer1 input:not(.wpcf7-submit):-moz-placeholder {
  /* Firefox 18- */
  color: var(--colorbody);
}
.wpcf7-form .form_footer1 .wpcf7-submit {
  height: 42px;
  line-height: 42px;
  width: 60px;
  padding: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  box-shadow: none;
  border-radius: 40px;
  background: var(--main);
  border: none;
  color: #ffffff;
}
.jws-cf7btn-align-left .wpcf7-form .wpcf7-submit {
  margin: 0;
}
.jws-cf7btn-align-right .wpcf7-form .wpcf7-submit {
  margin: 0;
  margin-left: auto;
}
body .elementor-widget-text-editor {
  color: var(--colorbody);
}
/* Widget Default Elementor */
.box_hover .btn_hover {
  display: none;
}
.box_hover .btn_hover .elementor-button-content-wrapper {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
}
.box_hover .btn_hover .elementor-button-content-wrapper .elementor-button-icon {
  font-size: 30px;
}
.box_hover:hover .btn_hover {
  display: block;
  animation: fadeInUp 0.5s both;
  -webkit-animation: fadeInUp 0.5s both;
  animation-delay: 0.3s;
}
.box_hover:hover .heading_hover {
  animation: fadeInUp 0.5s both;
  -webkit-animation: fadeInUp 0.5s both;
  display: block;
}
.elementor-widget-wp-widget-archives h5,
.elementor-widget-wp-widget-categories h5 {
  display: none;
}
.elementor-widget-wp-widget-archives ul,
.elementor-widget-wp-widget-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.elementor-widget-wp-widget-archives ul li,
.elementor-widget-wp-widget-categories ul li {
  margin-bottom: 6px;
}
.elementor-widget-wp-widget-archives ul li:last-child,
.elementor-widget-wp-widget-categories ul li:last-child {
  margin-bottom: 0px;
}
.elementor-widget-wp-widget-archives ul li.current-cat a,
.elementor-widget-wp-widget-categories ul li.current-cat a {
  color: var(--main);
}
.elementor-widget-wp-widget-archives ul li a,
.elementor-widget-wp-widget-categories ul li a {
  font-weight: 300;
  color: var(--colorbody);
}
.elementor-widget-wp-widget-archives ul li a:hover,
.elementor-widget-wp-widget-categories ul li a:hover {
  color: var(--main);
}
.elementor-widget-wp-widget-tag_cloud h5 {
  display: none;
}
.elementor-widget-wp-widget-tag_cloud .tagcloud a {
  font-size: 13px !important;
  color: #959595;
  font-family: var(--font1);
  padding: 8px 20px;
  box-shadow: 3px 4px 15px rgba(28, 31, 28, 0.05);
  display: inline-block;
  border-radius: 40px;
  background: #ffffff;
  margin-bottom: 15px;
  margin-right: 10px;
  font-weight: 600;
}
.elementor-widget-wp-widget-tag_cloud .tagcloud a:hover {
  color: var(--colorbody);
  background: #f5f5f5;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon i,
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
  transition: fill 0.5s ease, color 0.5s ease;
}
.single-elementor_library .post_sidebar {
  display: none;
}
.single-elementor_library .post_content {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.jws-particle-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
#icon_size i {
  font-size: 12px;
}
.elementor-accordion .elementor-tab-content {
  border-top: 0;
}
.custom_icon_box2 .elementor-icon-box-icon > span {
  position: relative;
}
.custom_icon_box2 .elementor-icon-box-icon > span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border: 3px solid #ffffff;
  background: #ff9800;
  color: #ffffff;
  display: block;
  position: absolute;
  border-radius: 100%;
  right: -5px;
  bottom: -10px;
}
.vercical_text {
  -webkit-transform-origin: 0 0;
  transform-origin: 3px 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical_icon .elementor-icon {
  display: block;
  margin-bottom: 22px;
}
.tab_custom_border .elementor-tab-title a {
  position: relative;
}
.tab_custom_border .elementor-tab-title a:before {
  content: "";
  width: 100%;
  height: 10px;
  background: var(--main);
  width: calc(100% + 14px);
  position: absolute;
  bottom: 3px;
  left: -7px;
  z-index: -1;
  transition: 0.3s all;
  transform: scaley(0);
  -webkit-transform: scaley(0);
}
.tab_custom_border .elementor-tab-title.elementor-active a:before {
  transform: scaley(1);
  -webkit-transform: scaley(1);
}
.elementor-tabs-view-vertical .elementor-tabs .elementor-tab-content {
  padding: 0 !important;
  animation: fadeInRight2 0.7s ease;
  -webkit-animation: fadeInRight2 0.7s ease;
}
/* Custom Color Default Eleemetor Widget */
.elementor-element .elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-element .elementor-widget-icon-box.elementor-view-default .elementor-icon {
  color: var(--main);
}
.elementor-element.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item:hover .elementor-icon-list-text {
  color: var(--main);
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 10px 15px;
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper {
  display: block !important;
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item {
  flex-basis: 0 !important;
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
  display: inline-block;
}
body[data-elementor-device-mode="mobile"] .wpcf7-form .apply-form .row > .right {
  padding: 0 15px;
}
body[data-elementor-device-mode="mobile"] .wpcf7-form .apply-form .row > .left {
  margin-bottom: 20px;
}
.tooltipster-light {
  background: var(--main);
  color: var(--light) !important;
}
.tooltipster-light {
  border: none;
  letter-spacing: 0.5px;
}
.tooltipster-light .tooltipster-content {
  font-family: inherit;
  font-size: 12px;
}
body {
  -webkit-tap-highlight-color: transparent;
}
.menu-label {
  top: -5px;
  position: absolute;
  line-height: 13px;
  padding: 3px 10px;
  font-size: 13px;
  margin-bottom: 2px;
  margin-left: 10px;
}
.jws-offcanvas .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner ul > li > .btn-sub-menu,
.jws-offcanvas .elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner ul > li > .btn-sub-menu {
  transition: transform 650ms cubic-bezier(0.4, 0, 0.1, 1);
  transform: translateY(100px);
  display: inline-block;
  overflow: hidden;
}
.jws-offcanvas .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner ul > li > a,
.jws-offcanvas .elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner ul > li > a {
  overflow: hidden;
}
.jws-offcanvas .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner ul > li > a > span,
.jws-offcanvas .elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner ul > li > a > span {
  transition: transform 650ms cubic-bezier(0.4, 0, 0.1, 1);
  transform: translateY(100px);
  display: inline-block;
}
.jws-offcanvas .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner.hide_dropdown_icon button.btn-sub-menu.icon-chevron-right::before,
.jws-offcanvas .elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner.hide_dropdown_icon button.btn-sub-menu.icon-chevron-right::before {
  content: '';
  display: none;
}
.jws-offcanvas.jws-offcanvas-show .elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner ul > li > a > span,
.jws-offcanvas.jws-offcanvas-show .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner ul > li > a > span,
.jws-offcanvas.jws-offcanvas-show .elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner ul > li > .btn-sub-menu,
.jws-offcanvas.jws-offcanvas-show .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner ul > li > .btn-sub-menu {
  transform: translateY(0);
  transition: transform 650ms cubic-bezier(0.4, 0, 0.1, 1);
  display: inline-block;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line-top .jws_main_menu .jws_main_menu_inner .nav > li.current-menu-item:before,
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line-top .jws_main_menu .jws_main_menu_inner .nav > li.current-menu-ancestor:before {
  height: calc(50% - 22px);
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line-top .jws_main_menu .jws_main_menu_inner .nav > li:before {
  content: "";
  width: 1px;
  height: 0px;
  background: var(--main);
  top: 0;
  position: absolute;
  transition: 0.3s all;
  left: 50%;
  margin-left: -1px;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line-top .jws_main_menu .jws_main_menu_inner .nav > li:hover:before {
  height: calc(50% - 22px);
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-square .jws_main_menu .jws_main_menu_inner {
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-square .jws_main_menu .jws_main_menu_inner > span#magic_line {
  width: 40px;
  height: 40px;
  background: var(--main);
  transition: 0.5s all;
  position: absolute;
  z-index: -1;
  top: 50%;
  margin-top: -20px;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line .jws_main_menu .jws_main_menu_inner .nav > li.current-menu-item > a:before,
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line .jws_main_menu .jws_main_menu_inner .nav > li.current-menu-ancestor > a:before {
  width: 100%;
  left: 0;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line .jws_main_menu .jws_main_menu_inner .nav > li > a {
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line .jws_main_menu .jws_main_menu_inner .nav > li > a:before {
  content: "";
  right: 0;
  width: 0%;
  height: 1px;
  background: var(--main);
  bottom: 0;
  position: absolute;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line .jws_main_menu .jws_main_menu_inner .nav > li > a:hover:before {
  width: 100%;
  left: 0;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li a:before {
  content: "";
  background: var(--main);
  width: 20px;
  height: 2px;
  margin-top: -2px;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: scale(0);
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li a:hover {
  padding-left: 10px;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a:before,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a:before,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li a:hover:before {
  opacity: 1;
  transform: scale(1);
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.menu-item-has-children:after {
  content: "\ea54";
  font-family: 'remixicon' !important;
  font-size: 18px;
  float: right;
  color: #fff;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a:before,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a:before {
  width: 100%;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a {
  position: relative;
  width: auto;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:before {
  background: var(--main);
  content: "";
  bottom: 15%;
  right: 0;
  position: absolute;
  height: 1px;
  width: 0%;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a span {
  position: relative;
  z-index: 1;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:hover:before {
  width: 100%;
  left: 0;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 0 15px;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-mega_menu_full_width {
  position: unset;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-mega_menu_full_width .sub-menu-dropdown {
  left: 0;
  width: 100%;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li a > span {
  display: inline-block;
  transition: color 0.3s ease;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 6px;
  color: #6d6d6d;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li:last-child > a {
  border-bottom: 0 !important;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li {
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li.menu-item-has-children:after {
  content: "\ea54";
  font-family: 'remixicon' !important;
  font-size: 18px;
  float: right;
  color: #fff;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: -5px;
  opacity: 0;
  transition: 0.3s all;
  visibility: hidden;
  pointer-events: none;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li .sub-menu li > .sub-menu {
  top: 70%;
  left: 265px;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu {
  background: #0e0e0f;
  padding: 25px 0;
  list-style-type: none;
  min-width: 270px;
  border-radius: 5px;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li {
  padding: 5px 40px;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item a {
  padding-left: 10px;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li a {
  color: #ffffff;
  font-family: var(--font1);
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li a:hover {
  padding-left: 10px;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu-dropdown {
  left: -17px;
  position: absolute;
  top: 100%;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  transform: translatey(30px);
  -webkit-transform: translatey(30px);
  pointer-events: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu.mega_menu_full_width,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu-dropdown.mega_menu_full_width {
  top: 80%;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li .mega_menu_full_width {
  transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li:hover .sub-menu,
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li:hover .sub-menu-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translatey(0px);
  -webkit-transform: translatey(0px);
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item:first-child {
  margin-left: 0 !important;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li.menu-item:last-child {
  margin-right: 0 !important;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li > a {
  color: #ffffff;
  border-radius: 10px;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li > a > i {
  margin-left: 5px;
  font-size: 12px;
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li > a:hover {
  color: var(--main);
}
.elementor-jws-menu-align-right ul.nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}
.elementor-jws-menu-align-center ul.nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.elementor-jws-menu-align-left ul.nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: auto;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li {
  margin: 7px 25px 7px 25px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > a {
  position: relative;
  display: inline;
  text-decoration: none;
  transition: 0.5s;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > a:after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #000;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li > a > i {
  display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li > ul.sub-menu {
  margin-left: 15px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li:hover > a > span {
  position: relative;
  display: inline;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li:hover > a > span:before {
  right: auto;
  width: 100%;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li a {
  color: #000;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li a span {
  position: relative;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li a span:before {
  content: "";
  right: 0;
  width: 0%;
  height: 1px;
  background: var(--main);
  bottom: 0;
  position: absolute;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul {
  padding: 0;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li {
  list-style-type: none;
  transition: 0.3s all;
  position: relative;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .btn-sub-menu {
  background: none;
  border: none;
  font-size: 15px;
  width: auto;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .btn-sub-menu:before {
  display: block;
  transition: 0.3s ease;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu-dropdown {
  display: none;
  width: 100% !important;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu {
  width: 100% !important;
  display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu li a {
  padding: 5px 35px 5px 35px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu li a i {
  display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu li:last-child a {
  border-bottom: 0 !important;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li a {
  display: block;
  -ms-flex-positive: 1;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li.active > .btn-sub-menu:before {
  transition: 0.3s ease;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner.hide_dropdown_icon button.btn-sub-menu.icon-chevron-right::before,
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner.hide_dropdown_icon button.btn-sub-menu.icon-chevron-right::before {
  content: '';
  display: none;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul.opacity_text li a {
  opacity: 0.5;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul.opacity_text li a:hover {
  opacity: 1;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li {
  overflow: hidden;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li > a > i {
  display: none;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu li a {
  color: #333333;
  vertical-align: middle;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li > a {
  vertical-align: middle;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li > a > span {
  transition: transform 650ms cubic-bezier(0.4, 0, 0.1, 1);
  transform: translateY(100px);
  display: inline-block;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li > a > span > span {
  font-size: 14px;
  font-family: var(--font2);
  margin-right: 10px;
  transform: translateY(-50%);
  display: inline-block;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu .jws_main_menu_inner > ul > li .btn-sub-menu {
  vertical-align: middle;
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul {
  padding: 0;
  list-style-type: none;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .btn-sub-menu-back {
  font-weight: 500;
  font-size: 13px;
  color: var(--main);
  letter-spacing: 1px;
  cursor: pointer;
  display: block;
  margin-bottom: 18px;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .btn-sub-menu-back i {
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .btn-sub-menu {
  background: transparent;
  border: 0;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu-dropdown {
  width: 100% !important;
  height: 100%;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu {
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu li {
  opacity: 0;
  transition: 0.3s all;
  margin-top: 35px;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu li a i {
  display: none;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu li:last-child a {
  border-bottom: 0 !important;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li .sub-menu.active {
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
}
.elementor_jws_menu_layout_menu_level .jws_main_menu ul li.active > .btn-sub-menu:before {
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.has-mega-full .elementor-section .elementor-container,
.has-mega-full .elementor-column,
.has-mega-full .elementor-column-wrap,
.has-mega-full .elementor-widget-wrap,
.has-mega-full .elementor-widget {
  position: unset;
}
@media (min-width: 1025px) {
  .elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .btn-sub-menu {
    display: none;
  }
  .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu.menu_scroll {
    height: 150px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu.menu_scroll::-webkit-scrollbar {
    width: 5px;
  }
  .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu.menu_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li .sub-menu.menu_scroll::-webkit-scrollbar-thumb {
    background: #000;
  }
}
.jws-text-circle-animation .text-content {
  margin: auto;
  width: 112px;
  height: 112px;
  position: relative;
}
.jws-text-circle-animation .text-content .circle-text {
  width: 112px;
  height: 112px;
  font-size: 12px;
  border-radius: 50%;
  animation: jws-rotate 20s linear infinite;
  text-align: center;
}
.jws-text-circle-animation .text-content .circle-text .letter {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 6.5px;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.jws-text-circle-animation .text-content .center-text {
  border: none;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 14px;
  margin: 0px 4px;
}
.jws-text-circle-animation .text-content .center-text svg {
  vertical-align: middle;
}
.jws-text-circle-animation .text-content .center-text > p {
  vertical-align: middle;
  display: inline;
}
.jws-text-circle-animation .text-content .center-text.scroll_right p {
  padding-right: 15px;
}
@keyframes jws-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.jws_video_popup.has_text .jws_video_popup_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.jws_video_popup.has_text .content_text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 37px;
}
.jws_video_popup.has_text .content_text h4 {
  font-size: 18px;
  font-family: var(--font1);
}
.jws_video_popup.video-border_ani .jws_video_popup_inner a:before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.jws_video_popup.video-border_ani .jws_video_popup_inner a:after {
  position: absolute;
  display: block;
  border-radius: 50%;
  top: -5px;
  left: -5px;
  content: "";
  border: 1px solid #ffffff;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  -webkit-animation: load-spin 3s infinite linear;
  animation: load-spin 3s infinite linear;
}
.jws_video_popup.video-border .jws_video_popup_inner a:before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  border: 1px solid #ffffff;
  animation: pulse-border-simple 1.5s ease-out infinite;
  -webkit-animation: pulse-border-simple 1.5s ease-out infinite;
}
.jws_video_popup.video-overlay .jws_video_popup_inner a:after,
.jws_video_popup.video-overlay .jws_video_popup_inner a:before {
  background: #fff;
  position: relative;
  display: block;
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  padding-left: 5px;
  opacity: 0.8;
}
.jws_video_popup.video-overlay .jws_video_popup_inner a:before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  animation: pulse-border 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  content: "";
}
.jws_video_popup.video-overlay .jws_video_popup_inner a:after {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  animation: pulse-border 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  content: "";
}
.jws_video_popup .jws_video_popup_inner a {
  display: inline-block;
  position: relative;
  transition: 0s all;
}
.jws_video_popup .jws_video_popup_inner a .video_icon {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: relative;
  z-index: 1;
  display: block;
  transition: 0.3s all;
}
.mfp-fade-in-down {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-fade-in-down .mfp-content > div {
  opacity: 0;
  transition: 0.5s ease;
  transform: translatey(-50px);
  -webkit-transform: translatey(-50px);
}
.mfp-fade-in-down.mfp-bg {
  opacity: 0;
  transition: 0.3s ease;
}
.mfp-fade-in-down.mfp-ready .mfp-content > div {
  opacity: 1;
  transform: translatey(0);
  -webkit-transform: translatey(0);
}
.mfp-fade-in-down.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-fade-in-down.mfp-removing .mfp-content > div {
  transform: translatey(50px);
  -webkit-transform: translatey(50px);
  opacity: 0;
}
.mfp-fade-in-down.mfp-removing.mfp-bg {
  opacity: 0;
}
@keyframes load-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes load-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes load-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes load-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.jws_info_box {
  transition: 0.3s all;
}
.jws_info_box.layout1 {
  padding: 50px 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 3px 4px 26.4px 3.6px rgba(62, 62, 62, 0.15);
}
.jws_info_box.layout1 .jws_info_box_inner .box_icon {
  position: absolute;
  right: 5px;
  bottom: 10px;
  font-size: 72px;
  opacity: 0.2;
}
.jws_info_box.layout1 .jws_info_box_inner .box_icon i {
  display: block;
}
.jws_info_box.layout1 .jws_info_box_inner .box_content p {
  margin-bottom: 0;
}
.jws_info_box.layout1:hover {
  box-shadow: 3px 4px 26.4px 3.6px rgba(62, 62, 62, 0.25);
}
.jws_info_box.layout2 {
  padding: 47px 30px 70px;
  position: relative;
  border: 2px solid #f2f2f4;
  border-radius: 5px;
}
.jws_info_box.layout2 .jws_info_box_inner {
  text-align: center;
}
.jws_info_box.layout2 .jws_info_box_inner .box_icon {
  margin-bottom: 26px;
  font-size: 30px;
  background: #d9eeff;
  padding: 15px;
  color: #180cb9;
  border-radius: 100%;
  display: inline-block;
}
.jws_info_box.layout2 .jws_info_box_inner .box_icon i {
  width: 1em;
  height: 1em;
  display: block;
}
.jws_info_box.layout2 .jws_info_box_inner .box_icon img {
  display: block;
  width: 30px;
}
.jws_info_box.layout2 .jws_info_box_inner .box_title {
  color: var(--color1);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.jws_info_box.layout2 .jws_info_box_inner .box_link {
  position: absolute;
  width: 100%;
  bottom: -30px;
  left: 0;
  opacity: 0;
  transition: 0.3s all;
}
.jws_info_box.layout2 .jws_info_box_inner .box_link span {
  display: inline-block;
}
.jws_info_box.layout2 .jws_info_box_inner .box_link a {
  color: #ffffff;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 100%;
  background: var(--main);
}
.jws_info_box.layout2 .jws_info_box_inner .box_link a:hover span {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws_info_box.layout2:hover {
  border-color: var(--main);
}
.jws_info_box.layout2:hover .jws_info_box_inner .box_link {
  opacity: 1;
}
.jws_info_box.layout2:hover .jws_info_box_inner .box_link span {
  animation: fadeInLeft 0.3s both;
}
.jws_info_box.layout3 {
  text-align: center;
  border-radius: 5px;
  padding: 41px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.jws_info_box.layout3 .jws_info_box_inner .box_icon {
  margin-bottom: 11px;
}
.jws_info_box.layout3 .jws_info_box_inner .box_icon img {
  width: 110px;
}
.jws_info_box.layout3 .jws_info_box_inner .box_title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color1);
  line-height: 30px;
  margin-bottom: 7px;
  letter-spacing: 0.6px;
}
.jws_info_box.layout3 .jws_info_box_inner .box_content {
  margin-bottom: 22px;
}
.jws_info_box.layout3 .jws_info_box_inner .box_link {
  font-size: 12px;
  font-weight: 700;
}
.jws_info_box.layout3 .jws_info_box_inner .box_link a {
  color: var(--color1);
  letter-spacing: 0.5px;
}
.jws_info_box.layout3 .jws_info_box_inner .box_link a:hover {
  color: var(--main);
}
.jws_info_box.layout3 .jws_info_box_inner .box_link a:hover span {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}
.jws_info_box.layout3 .jws_info_box_inner .box_link span {
  margin-left: 5px;
  transition: 0.3s all;
  display: inline-block;
}
.jws_info_box.layout3:hover {
  box-shadow: 0px 5px 27.9px 2.1px rgba(51, 51, 102, 0.1);
}
.jws_info_box.layout4 {
  text-align: center;
}
.jws_info_box.layout4 .jws_info_box_inner .box_icon {
  display: inline-block;
  background: var(--color1);
  color: var(--color_body);
  padding: 25px;
  border-radius: 100%;
  font-size: 30px;
  position: relative;
  transition: 0.7s ease;
}
.jws_info_box.layout4 .jws_info_box_inner .box_icon:before {
  pointer-events: none;
  position: absolute;
  content: '';
  top: 90%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.jws_info_box.layout4 .jws_info_box_inner .box_title {
  font-size: 24px;
  font-weight: bold;
  color: var(--color_body);
  margin-top: 34px;
  margin-bottom: 11px;
}
.jws_info_box.layout4 .jws_info_box_inner .box_content {
  margin-bottom: 22px;
}
.jws_info_box.layout4:hover .box_icon {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}
.jws_info_box.layout4:hover .box_icon:before {
  opacity: 1;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}
.jws_info_box.layout5 {
  background-color: transparent;
}
.jws_info_box.layout5 .jws_info_box_inner .box_icon {
  font-size: 48px;
  margin-bottom: 12px;
}
.jws_info_box.layout5 .jws_info_box_inner .box_title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  position: relative;
  margin-bottom: 10px;
}
.jws_info_box.layout5 .jws_info_box_inner .box_title span:last-child {
  position: relative;
}
.jws_info_box.layout5 .jws_info_box_inner .box_content {
  margin-bottom: 23px;
  font-size: 18px;
}
.jws_info_box.layout5 .jws_info_box_inner .box_link a {
  color: #616161;
}
.jws_info_box.layout6 .jws_info_box_inner {
  text-align: left;
  display: inline-flex;
}
.jws_info_box.layout6 .jws_info_box_inner .box_icon {
  display: inline;
  margin-right: 15px;
  margin-top: 10px;
}
.jws_info_box.layout6 .jws_info_box_inner .box_icon .number-text {
  font-size: 91px;
  font-weight: 600;
  color: #d3d3d3;
}
.jws_info_box.layout6 .jws_info_box_inner .box_title {
  color: var(--color1);
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.jws_info_box.layout6 .jws_info_box_inner .box_content {
  margin-bottom: 22px;
  line-height: 24px;
  font-size: 15px;
  font-family: 'Space Grotesk';
}
.jws_info_box.layout6 .jws_info_box_inner .box_link a {
  color: var(--color1);
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  padding: 0 7px;
}
.jws_info_box.layout6 .jws_info_box_inner .box_link a .lnr {
  margin-left: 5px;
  display: inline;
  vertical-align: middle;
}
.jws_info_box.layout6 .jws_info_box_inner .box_link a span {
  position: relative;
}
.jws_info_box.layout6 .jws_info_box_inner .box_link a:hover .lnr {
  display: inline-block;
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws_info_box.layout7 {
  border: 1px solid #d1d1d1;
  transition: 0.3s all;
  overflow: hidden;
  position: relative;
}
.jws_info_box.layout7 .sha1 {
  position: absolute;
  top: 12.5%;
}
.jws_info_box.layout7 .sha1:before,
.jws_info_box.layout7 .sha1:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: block;
  transition: 0.3s all;
  transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0;
}
.jws_info_box.layout7 .sha1:before {
  height: 24px;
  width: 24px;
  position: absolute;
  right: -16px;
  top: 6px;
}
.jws_info_box.layout7 .sha1:after {
  height: 70px;
  width: 70px;
}
.jws_info_box.layout7 .sha2 {
  position: absolute;
  bottom: -55px;
  right: -15px;
}
.jws_info_box.layout7 .sha2:before,
.jws_info_box.layout7 .sha2:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: block;
  transition: 0.3s all;
  transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0;
}
.jws_info_box.layout7 .sha2:before {
  height: 47px;
  width: 47px;
  position: absolute;
  right: 0;
  top: -50px;
}
.jws_info_box.layout7 .sha2:after {
  height: 137px;
  width: 137px;
}
.jws_info_box.layout7:hover {
  background: var(--main);
  border-color: transparent;
}
.jws_info_box.layout7:hover .box_title,
.jws_info_box.layout7:hover .box_icon,
.jws_info_box.layout7:hover .box_content {
  color: #ffffff !important;
}
.jws_info_box.layout7:hover .sha1:before,
.jws_info_box.layout7:hover .sha2:before,
.jws_info_box.layout7:hover .sha1:after,
.jws_info_box.layout7:hover .sha2:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
.jws_info_box.layout8 {
  padding: 39px 45px 40px;
  position: relative;
  border: 1px solid #e7e8ea;
  border-radius: 5px;
  transition: 0.3s all;
}
.jws_info_box.layout8 .jws_info_box_inner {
  text-align: center;
}
.jws_info_box.layout8 .jws_info_box_inner .box_icon {
  margin-bottom: 20px;
  font-size: 24px;
  background: #e1edfa;
  padding: 17px;
  color: var(--main);
  border-radius: 100%;
  display: inline-block;
  transition: 0.3s all;
}
.jws_info_box.layout8 .jws_info_box_inner .box_icon i {
  width: 1em;
  height: 1em;
  display: block;
}
.jws_info_box.layout8 .jws_info_box_inner .box_icon img {
  display: block;
  width: 30px;
}
.jws_info_box.layout8 .jws_info_box_inner .box_title {
  color: var(--color1);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  transition: 0.3s all;
}
.jws_info_box.layout8 .jws_info_box_inner .box_content {
  color: var(--color_body);
}
.jws_info_box.layout8:hover {
  transform: translate3d(0, -13px, 0);
  -webkit-transform: translate3d(0, -13px, 0);
}
.jws_info_box.layout8:hover .jws_info_box_inner .box_icon {
  color: #ffffff;
  background: var(--main);
}
.jws_info_box.layout8:hover .jws_info_box_inner .box_title {
  color: var(--main);
}
.jws_info_box.layout9 {
  padding: 33px;
  position: relative;
}
.jws_info_box.layout9 .box_title {
  color: var(--light);
  font-size: 18px;
  line-height: 26px;
  font-family: var(--font1);
  transition: 0.3s all;
}
.jws_info_box.layout9 a {
  color: var(--light);
}
.jws_info_box.layout9 .box_icon {
  font-size: 58px;
  margin-bottom: 13px;
  transition: 0.3s all;
}
.jws_info_box.layout9 .box_icon_bottom {
  position: absolute;
  right: -105px;
  opacity: 0.05;
  font-size: 165px;
  top: 20px;
  opacity: 0;
  transition: 0.3s all;
}
.jws_info_box.layout9 .box_link a {
  position: absolute;
  bottom: -20px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 5px solid var(--light);
  text-align: center;
  font-size: 11px;
  background: var(--main);
  opacity: 0;
}
.jws_info_box.layout9:hover .box_link a {
  opacity: 1;
}
.jws_info_box.layout9:hover .box_icon_bottom {
  opacity: 0.1;
}
.jws_info_box.layout10 {
  position: relative;
  padding: 73px 33px 49px;
}
.jws_info_box.layout10 .box_hover {
  transition: 0.3s all;
  opacity: 0;
}
.jws_info_box.layout10 .box_title {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  transition: 0.3s all;
  left: 0;
}
.jws_info_box.layout10:hover .box_title {
  opacity: 0;
}
.jws_info_box.layout10:hover .box_hover {
  opacity: 1;
}
.box_icon svg {
  width: 1em;
  height: 1em;
}
.jws-marquee-animate ul.jws-marquee {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.jws-marquee-animate ul.jws-marquee li {
  font-family: var(--font1);
  font-size: 64px;
  float: left;
  padding-left: 9px;
}
.jws-marquee-animate ul.jws-marquee li span.elementor-list-icon {
  margin: 0px 32px;
}
.jws-marquee-animate ul.jws-marquee li:nth-child(even) {
  font-style: italic;
}
.jws-marquee-animate ul.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}
.jws-award-list {
  position: relative;
}
.jws-award-list ul.list-content.layout1 li.animate.border_bottom.animate {
  padding: 5px;
}
.jws-award-list ul.list-content.layout1 .list_year {
  width: 30%;
}
.jws-award-list ul.list-content.layout1 .list_title {
  width: 70%;
}
.jws-award-list ul.list-content.layout1 .list_title .jws_year {
  color: var(--main);
  display: none;
}
.jws-award-list ul.list-content.layout1 .elementor-icon-list-text h3.title_heading {
  transition: all 0.5s ease-in-out;
}
.jws-award-list ul.list-content.layout1 .elementor-icon-list-text h3.title_heading .list-title.elementor-title-list-item:hover {
  cursor: pointer;
  color: var(--link_hover);
}
.jws-award-list ul.list-content.layout2 li.animate {
  flex-direction: row-reverse;
}
.jws-award-list ul.list-content.layout2 li.animate .list_title {
  text-align: left;
  width: 70%;
}
.jws-award-list ul.list-content.layout2 li.animate .list_year {
  width: 30%;
  text-align: right;
}
.jws-award-list ul.list-content {
  padding-left: 0px;
}
.jws-award-list ul.list-content a {
  cursor: none;
}
.jws-award-list ul.list-content li.animate {
  list-style-type: none;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  display: flex;
}
.jws-award-list ul.list-content li.animate:not(.award_title) .elementor-icon-list-text {
  padding-top: 45px;
  padding-bottom: 45px;
}
.jws-award-list ul.list-content li.animate .elementor-icon-list-text {
  -ms-flex-item-align: center;
  align-self: center;
  transition: all 0.5s ease-in-out;
  display: block;
}
.jws-award-list ul.list-content li.animate .circle {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: -2.8125rem;
  left: -2.8125rem;
  z-index: 100;
  pointer-events: none;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.jws-award-list ul.list-content li.animate .circle .text-content {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  animation: loc 1s both;
  display: none;
}
.jws-award-list ul.list-content li.animate .circle .text-content button {
  border: none;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 14px;
}
.jws-award-list ul.list-content li.animate .circle .text-content .circle-text {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: rotate(-70deg);
  text-align: center;
}
.jws-award-list ul.list-content li.animate .circle .text-content .circle-text .letter {
  color: #000000;
  font-family: var(--font1);
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  letter-spacing: 6.5px;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.jws-award-list ul.list-content li.animate .year,
.jws-award-list ul.list-content li.animate .title {
  border: none !important;
  font-family: var(--font2);
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.jws-award-list ul.list-content li.animate [data-scroll-animation=scaleRight] {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  will-change: transform;
}
.jws-award-list ul.list-content li.animate .jws-award-separator {
  transition: all 1s linear;
  position: absolute;
  left: 0;
  width: 0%;
  height: 1Px;
  background-color: #e4e4e4;
  bottom: 0;
}
.jws-award-list ul.list-content li.animate .elementor-icon-list-text {
  animation: fadeInLeftBig;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.jws-award-list .img-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all;
}
.jws-award-list .img-wrapper .overlay-bg {
  content: "";
  background: #fe5a1e;
  width: 263px;
  height: 373px;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  top: 142px;
  z-index: 0;
  transition: all 0.5s linear, transform 1s linear;
}
.jws-award-list .img-wrapper img {
  max-width: 100%;
  visibility: hidden;
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  transition: all 0.5s ease, transform 0.5s ease;
  position: absolute;
  top: 142px;
  right: 0;
  width: 263px;
  height: 373px;
  object-fit: cover;
}
.jws-award-list .show {
  visibility: visible;
  opacity: 1;
}
.jws-award-list .show .overlay-bg {
  transform: rotate(-8deg);
}
.jws-award-list .show img {
  visibility: visible;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-75%, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  to {
    opacity: 1;
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media (max-width: 1024px) {
  .jws-award-list nav .img-wrapper img,
  .jws-award-list nav .img-wrapper .overlay-bg {
    right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .circle,
  .img-wrapper {
    display: none;
  }
  ul.list-content a {
    cursor: default;
  }
  .jws-award-list ul.list-content.layout1 .list_year {
    display: none !important;
  }
  .jws-award-list ul.list-content.layout1 .list_title {
    width: 100%;
  }
  .jws-award-list ul.list-content.layout1 .list_title .jws_year {
    display: block;
  }
}
body[data-elementor-device-mode="mobile"] ul.list-content.layout2 li.animation-element .list_title {
  text-align: left;
  width: 60%;
}
body[data-elementor-device-mode="mobile"] ul.list-content.layout2 li.animation-element .list_year {
  width: 40%;
  text-align: right;
}
.jws_heading .home-tagline .attachment-thumbnail {
  vertical-align: top;
  width: 107;
  height: 70;
}
.jws_heading .home-tagline .animate-elementor {
  animation: circle 3s;
  clip-path: circle(75%);
}
.jws_heading .home-tagline h1 .highlight_text.jws-heading-title,
.jws_heading .home-tagline h2 .highlight_text.jws-heading-title,
.jws_heading .home-tagline h3 .highlight_text.jws-heading-title,
.jws_heading .home-tagline h4 .highlight_text.jws-heading-title,
.jws_heading .home-tagline h5 .highlight_text.jws-heading-title {
  text-decoration-thickness: 2px !important;
}
.jws_heading .home-tagline .highlight_text.jws-heading-title {
  text-decoration: underline;
}
@keyframes circle {
  0% {
    clip-path: circle(25%);
  }
  100% {
    clip-path: circle(75%);
  }
}
@media only screen and (max-width: 1024px) {
  .jws_heading .home-tagline .attachment-thumbnail {
    width: 44px;
    vertical-align: baseline;
  }
}
.container-dark-mode .categories.portfolio_cat,
.container-dark-mode .categories.portfolio_cat a,
.container-dark-mode .categories.portfolio_cat span {
  color: var(--color_body) !important;
}
.container-dark-mode .categories.portfolio_cat a:hover {
  color: var(--link_hover) !important;
}
.container-dark-mode .jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws_text_holder {
  background: #0C0C0C;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 {
  height: auto !important;
  display: block;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item.portfolio-1 {
  height: 650px;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item {
  height: 325px;
  position: relative !important;
  float: left;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F4F3F4;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-size: cover;
  background-position: center center;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item video#myVideo {
  object-fit: cover;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item .hide {
  visibility: hidden;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item .jws_portfolio_overlay {
  visibility: hidden;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item .jws_portfolio_overlay h3.jws_portfolio_title {
  font-family: var(--font1);
  font-size: 32px;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item .jws_portfolio_overlay h3.jws_portfolio_title a {
  background: #fff;
  padding: 0px 4px 0px 4px;
  display: inline-block;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item .jws_portfolio_overlay .portfolio_cat {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  font-family: var(--font2);
  font-size: 14.05px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 8px;
  background: #fff;
  display: inline-block;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item .jws_portfolio_overlay .portfolio_cat a {
  padding: 0px 6px 0px 6px;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item:hover .jws_portfolio_overlay {
  visibility: visible;
  position: relative;
  display: inline-block;
  text-align: left;
  width: fit-content;
  z-index: 9999;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item:hover .jws_portfolio_overlay a {
  color: #000;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item:hover .jws_portfolio_overlay h3.jws_portfolio_title {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  -o-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}
.jws-portfolio-element .portfolio_content.jws_portfolio_layout1 .jws_portfolio_item:hover .jws_portfolio_overlay .portfolio_cat {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  -o-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}
.jws-portfolio-element .jws_portfolio_layout2 {
  padding: 10px;
  position: unset !important;
  height: auto !important;
}
.jws-portfolio-element .jws_portfolio_layout2 .container-dark-mode .entry-media .post-thumbnail::before {
  background: #000 !important;
}
.jws-portfolio-element .jws_portfolio_layout2 .container-dark-mode .categories a:hover {
  color: #ff6422 !important;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item {
  position: unset !important;
  width: 100%;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-media {
  position: relative;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-media .link-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-media .post-thumbnail {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-media .post-thumbnail .wrapper {
  -webkit-transform: translate(0, 100%) scale(1);
  -ms-transform: translate(0, 100%) scale(1);
  transform: translate(0, 100%) scale(1);
  -webkit-transition: all 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  overflow: hidden;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-media .post-thumbnail .wrapper video {
  object-fit: fill;
  margin-bottom: -10px !important;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-media .post-thumbnail .wrapper video,
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-media .post-thumbnail .wrapper img {
  margin: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-media .post-thumbnail:before {
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
  content: "";
  background: #fff3ed;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content {
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: .6s;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .post-meta {
  font-family: var(--font2);
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .post-meta .categories {
  text-transform: uppercase;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .post-meta .categories a {
  color: #000;
  -webkit-transition: color 200ms cubic-bezier(0.78, 0.14, 0.2, 0.86), background-color 200ms cubic-bezier(0.78, 0.14, 0.2, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.78, 0.14, 0.2, 0.86), background-color 200ms cubic-bezier(0.78, 0.14, 0.2, 0.86);
  -o-transition: color 200ms cubic-bezier(0.78, 0.14, 0.2, 0.86), background-color 200ms cubic-bezier(0.78, 0.14, 0.2, 0.86);
  transition: color 200ms cubic-bezier(0.78, 0.14, 0.2, 0.86), background-color 200ms cubic-bezier(0.78, 0.14, 0.2, 0.86);
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .post-meta .categories a:hover {
  color: #ff6422;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .title {
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
  margin-top: 24px;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .title h2 {
  font-family: var(--font1);
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .title .number {
  font-family: var(--font2);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 120px;
  line-height: 100px;
  letter-spacing: -.04em;
  opacity: 10%;
  color: #000;
  z-index: 0;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item:hover .entry-media .post-thumbnail {
  --image-ratio-x: 0.95;
  --image-ratio-y: 0.9166;
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item:hover .entry-media .post-thumbnail .wrapper {
  -webkit-transform: scale(0.95, 0.9166);
  -ms-transform: scale(0.95, 0.9166);
  transform: scale(0.95, 0.9166);
}
.jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item:hover .entry-media .post-thumbnail .wrapper img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.jws-portfolio-element .jws_portfolio_layout2 .ce-animation-start .entry-media .post-thumbnail .wrapper {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}
.jws-portfolio-element .jws_portfolio_layout3 {
  position: relative;
  height: auto !important;
  display: block;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item:first-child {
  margin-top: 0px;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item {
  padding: 15px;
  position: static !important;
  margin-top: 53px;
  transition: all 0.4s ease 0.25s;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media {
  right: 68px;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .wrap-content {
  padding: 5px 0px 5px 0px;
  z-index: 9;
  position: relative;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .wrap-content a h2 {
  font-size: 100px;
  font-family: 'OPTICuento';
  color: #000;
  font-weight: 400;
  line-height: 100px;
  transition: all 0.5s ease;
  text-transform: capitalize;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .wrap-content a:hover .jws_portfolio_title {
  color: #fff;
  font-weight: 400;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fb741a;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .wrap-content .lock-wrap-2.portfolio_cat a {
  font-size: 18px;
  line-height: 26px;
  font-family: var(--font2);
  color: rgba(0, 0, 0, 0.6);
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .wrap-content .lock-wrap-2.portfolio_cat a:hover {
  color: var(--main1);
}
.jws-portfolio-element .jws_portfolio_layout4 {
  height: unset !important;
}
.jws-portfolio-element .jws_portfolio_layout4 .jws_portfolio_item {
  position: relative !important;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  min-height: 50px;
}
.jws-portfolio-element .jws_portfolio_layout4 .jws_portfolio_item .wrap-text {
  z-index: 1000;
}
.jws-portfolio-element .jws_portfolio_layout4 .jws_portfolio_item .wrap-text .portfolio_appear {
  animation: animate_appear 0.8s cubic-bezier(0.16, 0.09, 0, 1.02) 0.3s, opacity 0.3s 0.3s;
}
.jws-portfolio-element .jws_portfolio_layout4 .jws_portfolio_item .wrap-text .portfolio-custom-text {
  transition: transform 0.8s cubic-bezier(0.16, 0.09, 0, 1.02) 0.3s, opacity 0.3s 0.3s;
  opacity: 0;
  transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
  transform-origin: top left;
}
.jws-portfolio-element .jws_portfolio_layout5 {
  min-height: 100vh;
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content .portfolio_cat a {
  font-family: var(--font2);
  font-size: 14.05px;
  line-height: 66.23px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content .portfolio_cat a:hover {
  color: var(--main);
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content h3.jws_portfolio_title a {
  font-weight: 400;
  font-family: var(--font1);
  font-size: 64px;
  line-height: 83px;
  color: #000;
  text-transform: uppercase;
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content h3.jws_portfolio_title a:hover {
  color: var(--main);
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content .jws_post_excerpt {
  padding-top: 29px;
  font-size: 16px;
  font-family: var(--font2);
  line-height: 26px;
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content a.jws_post_readmore {
  padding-top: 10px;
  font-family: var(--font2);
  font-weight: 600;
  color: #000;
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content a.jws_post_readmore :hover {
  color: var(--main);
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_image {
  min-height: 100vh;
}
.jws-portfolio-element .jws_portfolio_layout5 .jws_portfolio_item .jws_post_image img {
  position: absolute;
  width: 100%;
  object-fit: cover;
  top: 0;
  height: 100%;
  left: 0;
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item .entry-media .post-thumbnail {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item .entry-media .post-thumbnail .wrapper {
  -webkit-transform: translate(0, 100%) scale(1);
  -ms-transform: translate(0, 100%) scale(1);
  transform: translate(0, 100%) scale(1);
  -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  overflow: hidden;
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item .entry-media .post-thumbnail .wrapper img {
  margin: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item .entry-media .post-thumbnail .wrapper .image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item .entry-media .post-thumbnail::before {
  background-color: #eee;
  content: "";
  background: #f8ded2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item:hover .entry-media .post-thumbnail {
  --image-ratio-x: 0.9028;
  --image-ratio-y: 0.95;
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item:hover .entry-media .post-thumbnail .wrapper {
  -webkit-transform: scale(0.95, 0.9166);
  -ms-transform: scale(0.95, 0.9166);
  transform: scale(0.95, 0.9166);
}
.jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item:hover .entry-media .post-thumbnail .wrapper img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.jws-portfolio-element .jws_portfolio_layout6 .ce-animation-start .entry-media .post-thumbnail .wrapper {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}
.jws-portfolio-element .jws_portfolio_layout6 .ce-animation-start .entry-media .post-thumbnail::before {
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item {
  height: 100vh;
  width: 1300px;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner {
  display: grid;
  grid-template-columns: 2fr 1fr repeat(4, minmax(150px, 1fr)) 1fr;
  grid-template-rows: 1fr repeat(3, min-content) 12.5vh;
  height: 100%;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-e-custom-image {
  grid-column: 1 / 4;
  grid-row: 1 / -1;
  overflow: hidden;
  display: flex;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-e-custom-image img {
  object-fit: cover;
  width: 120%;
  height: auto;
  max-width: 155%;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
  transition: -webkit-transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
  -o-transition: transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
  transition: transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
  transition: transform 2s cubic-bezier(0.2, 0.84, 0.5, 1), -webkit-transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
  will-change: transform;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-portfolio-gallery-item.first {
  grid-column: 3 / 5;
  grid-row: 4 / 5;
  padding: 25px;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
  transform-origin: top left;
  transition: transform 0.8s cubic-bezier(0.16, 0.09, 0, 1.02) 0.1s, opacity 0.3s 0.1s;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-portfolio-gallery-item.second {
  grid-column: 5 / 7;
  grid-row: 4 / 5;
  padding: 25px;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
  transform-origin: top left;
  transition: transform 0.8s cubic-bezier(0.16, 0.09, 0, 1.02) 0.4s, opacity 0.3s 0.4s;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-portfolio-gallery-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
  width: 100%;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner h3.jws-e-title.entry-title {
  grid-column: 4 / 7;
  grid-row: 3 / 4;
  margin: 5px 0 14px 50px;
  font-size: 32px;
  font-family: 'OPTICuento';
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-e-categories {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 2em;
  font-family: var(--font2);
  font-weight: 400;
  text-transform: uppercase;
  grid-column: 4 / 7;
  grid-row: 2 / 3;
  margin: 0 0 0 50px;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-e-categories a {
  color: #000;
}
.jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-e-categories a:hover {
  color: var(--main2);
}
.jws-portfolio-element .jws_portfolio_layout8 .container-dark-mode {
  background: transparent !important;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item {
  margin-bottom: 30px;
  position: static !important;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item:nth-child(even) a {
  flex-direction: row-reverse;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 99999;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item a .num,
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item a h2.jws_portfolio_title {
  opacity: 0.2;
  color: #000;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item a .num {
  font-size: 18px;
  font-family: var(--font2);
  padding-left: 10px;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item a h2.jws_portfolio_title {
  font-size: 100px;
  font-family: 'OPTICuento';
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 100px;
  transition: opacity .5s ease;
  text-transform: capitalize;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item a:hover .num,
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item a:hover .jws_portfolio_title {
  color: #000;
  font-weight: 400;
  opacity: 1;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item .image-wrapper {
  position: absolute !important;
  z-index: -1;
  left: 0;
  top: 0;
  width: 30vw;
  height: 0;
  visibility: hidden;
  transition: transform calc(0.25s * 8) cubic-bezier(0.19, 1, 0.22, 1), opacity calc(0.25s * 2) ease-out, mix-blend-mode ease-out, filter ease-out;
  opacity: 0;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item .image-wrapper .preview-image {
  width: 100%;
  opacity: 0;
  position: relative;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item:hover .visible {
  opacity: 1;
  visibility: visible;
}
.jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item:hover .visible .preview-image {
  opacity: 1;
}
.jws-portfolio-element .jws_portfolio_layout9 {
  height: auto !important;
  padding: 15px;
}
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item {
  position: static !important;
}
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media {
  left: 50%;
}
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .wrap-content {
  display: inline-flex;
  align-items: baseline;
  padding: 12px 60px 12px 0;
  flex-wrap: wrap;
}
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .wrap-content .jws_portfolio_title {
  font-size: 50.8px;
  margin-right: 6px;
  font-family: var(--font1);
  line-height: 66px;
}
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .wrap-content .categories.portfolio_cat {
  padding-left: 10px;
}
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .wrap-content .categories.portfolio_cat a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--font2);
  letter-spacing: 1px;
  color: var(--color_body);
}
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .wrap-content .categories.portfolio_cat a:hover {
  color: var(--link_hover);
}
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item:hover .wrap-content {
  z-index: 9;
  position: relative;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 450px;
  height: 300px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.visible .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.visible .media > span,
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-top .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-top .media > span,
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-bottom .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-bottom .media > span {
  -webkit-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
  -moz-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
  -o-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
  transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-top .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-top .media,
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-top .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-top .media > span {
  top: 0;
  bottom: auto;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-bottom .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-bottom .media,
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-bottom .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-bottom .media > span {
  bottom: 0;
  top: auto;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.from-top .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.from-top .media > span {
  transform: translateY(-25%);
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.from-bottom .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.from-bottom .media > span {
  transform: translateY(25%);
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-top .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-top .media > span {
  transform: translateY(-25%);
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-bottom .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper.to-bottom .media > span {
  transform: translateY(25%);
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper .media {
  position: absolute;
  width: 100%;
  display: inline-block;
  max-height: 100%;
  overflow: hidden;
  height: 0;
  transition: all 749ms cubic-bezier(0.4, 0.4, 0, 1) 0.25s;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper .media .media-image,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper .media .media-image {
  transform: translateY(-25%);
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .image-wrapper .media .media-image .preview-image,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .image-wrapper .media .media-image .preview-image {
  max-width: inherit;
  max-height: inherit;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .to-top .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .to-top .media {
  left: 0;
  position: absolute;
  top: 0;
  bottom: auto;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .to-top .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .to-top .media > span {
  top: 0;
  bottom: auto;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .top-bottom .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .top-bottom .media {
  position: absolute;
  bottom: 0;
  top: auto;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .portfolio-hover-media .top-bottom .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .portfolio-hover-media .top-bottom .media > span {
  bottom: 0;
  top: auto;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .visible .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .visible .media {
  height: 100%;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .visible.from-top .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .visible.from-top .media,
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .visible.from-top .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .visible.from-top .media > span {
  top: 0;
  bottom: auto;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .visible.from-bottom .media > span,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .visible.from-bottom .media > span,
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item .visible.from-bottom .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item .visible.from-bottom .media {
  bottom: 0;
  top: auto;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item:hover .visible,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item:hover .visible {
  opacity: 1;
  visibility: visible;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item:hover .visible .media,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item:hover .visible .media {
  height: 300px;
}
.jws-portfolio-element .jws_portfolio_layout3 .jws_portfolio_item:hover .visible .media .media-image,
.jws-portfolio-element .jws_portfolio_layout9 .jws_portfolio_item:hover .visible .media .media-image {
  transform: translateY(-25%);
  -webkit-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
  -moz-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
  -o-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
  transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws-holder-inner,
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item .jws-holder-inner {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
  transition: -webkit-transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
  -o-transition: transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
  transition: transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
  transition: transform 2s cubic-bezier(0.2, 0.84, 0.5, 1), -webkit-transform 2s cubic-bezier(0.2, 0.84, 0.5, 1);
  will-change: transform;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws-holder-inner .wrap-content .jws_portfolio_title,
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item .jws-holder-inner .wrap-content .jws_portfolio_title {
  font-size: 32px;
  font-family: var(--font1);
  line-height: 41.6px;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws-holder-inner .wrap-content .portfolio_cat,
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item .jws-holder-inner .wrap-content .portfolio_cat {
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--font2);
  letter-spacing: 1px;
}
.jws-portfolio-element .jws_portfolio_layout11 .ce-animation-start .entry-media .post-thumbnail .wrapper,
.jws-portfolio-element .jws_portfolio_layout10 .ce-animation-start .entry-media .post-thumbnail .wrapper {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}
.jws-portfolio-element .jws_portfolio_layout11 .ce-animation-start .entry-media .post-thumbnail::before,
.jws-portfolio-element .jws_portfolio_layout10 .ce-animation-start .entry-media .post-thumbnail::before {
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws-holder-inner .wrapper-image .preview-image {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws-holder-inner .wrapper-image .image-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws_text_holder {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 20px 0px 0px;
  background-color: #fff;
  overflow: hidden;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transform: translateY(100%);
  box-sizing: border-box;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws_text_holder .wrap-content {
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateY(-150%);
  opacity: 0;
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws_text_holder .wrap-content .portfolio_cat a {
  color: var(--main2);
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item .jws_text_holder .wrap-content .portfolio_cat a:hover {
  color: var(--link_hover);
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item:hover .jws_text_holder {
  transform: translateY(0);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item:hover .jws_text_holder .wrap-content {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -o-transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item .wrapper-image .image-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item .wrap-content {
  margin-top: 20px;
  -webkit-transform: translate3d(0, 40px, 0) skewY(-8deg);
  transform: translate3d(0, 40px, 0) skewY(-8deg);
  -webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
  transition: opacity 0.3s, -webkit-transform 0s 0.3s;
  -o-transition: transform 0s .3s,opacity .3s;
  transition: transform 0s .5s,opacity .3s;
  transition: transform 0s 0.5s, opacity 0.3s, -webkit-transform 0s 0.3s;
  opacity: 0;
}
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item .wrap-content .portfolio_cat a {
  color: var(--main2);
}
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item .wrap-content .portfolio_cat a:hover {
  color: var(--link_hover);
}
.jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item:hover .wrap-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.6s cubic-bezier(0.11, 0.29, 0.03, 0.88);
  -o-transition: 0.6s cubic-bezier(0.11, 0.29, 0.03, 0.88);
  transition: 0.6s cubic-bezier(0.11, 0.29, 0.03, 0.88);
}
.jws-portfolio-element .slick-dots .slick-active {
  border-color: #242424;
}
.jws-portfolio-element .slick-dots li {
  position: relative;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  transition: 0.3s all;
  border-radius: 100%;
  line-height: 7px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  background: transparent;
  opacity: 1;
}
.jws-portfolio-element .slick-dots li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #242424;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.jws-portfolio-element .slick-dots li button {
  display: none;
}
.slider__counter {
  font-family: var(--font2);
  font-size: 30px;
  line-height: 90px;
  color: #000;
}
.slider__counter-divider {
  background-color: #000000;
  opacity: 0.502;
  width: 50px;
  height: 1px;
  z-index: 31;
  position: absolute;
  left: 24%;
  bottom: 10%;
  transform: rotate(-45deg);
  transform-origin: left center;
}
.slider__counter_total {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  line-height: 1;
  font-family: var(--font2);
  font-size: 16px;
  color: rgba(0, 0, 0, 0.502);
}
.slider__wrapper-counter {
  position: absolute;
  bottom: 15%;
  transform: translateY(-10%);
}
.slider__counter_content {
  width: 64px;
  margin-left: 80px;
  position: relative;
  margin-top: 67px;
}
.slick-vertical .slick-slide {
  transition: 5;
}
.jws_portfolio_layout5 .jws_post_wap .jws_post_content {
  padding-top: var(--gutter-vertical);
  padding-bottom: var(--gutter-vertical);
  padding-left: var(--gutter-horizontal);
}
a.jws_post_readmore i {
  vertical-align: middle;
  font-size: 0px;
  transition: font-size 0.3s;
}
a.jws_post_readmore:hover i {
  font-size: 20px;
}
html:not(.no-cssanimations) .ce-animation.ce-animation-start:not(.ce-animation--zoom-reverse).ce-animation--bottom-t-top {
  -webkit-animation-name: anim_btt;
  -moz-animation-name: anim_btt;
  -o-animation-name: anim_btt;
  animation-name: anim_btt;
  opacity: 1;
}
html:not(.no-cssanimations) .ce-animation[data-speed="300"] {
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
}
.jws-portfolio-element ul.slick-dots {
  padding-left: 0px;
  left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 155px;
  z-index: 100;
}
ul.portfolio_nav {
  list-style-type: none;
  display: inline-block;
}
ul.portfolio_nav li {
  padding-top: 15px;
  transition: all .3s ease;
}
ul.portfolio_nav li a {
  color: #000;
  font-family: var(--font1);
  font-size: 32px;
  line-height: 41.6px;
  transition: all .3s ease;
  display: block;
}
ul.portfolio_nav li a span::before {
  content: "";
  right: 0;
  width: 0%;
  height: 1px;
  background: var(--main);
  bottom: 0;
  position: absolute;
  transition: 0.3s all;
}
ul.portfolio_nav li a:hover span:before {
  width: 100%;
  left: 0;
}
ul.portfolio_nav li a:hover:not(a.filter-active) {
  transform: skew(-10deg);
  color: #fe5a1e;
}
ul.portfolio_nav li a.filter-active {
  transform: skew(-10deg);
  color: #fe5a1e;
}
ul.portfolio_nav li a span {
  position: relative;
}
ul.portfolio_nav li a.filter-active span:before {
  width: 100%;
}
@media (max-width: 1025px) {
  ul.portfolio_nav {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.portfolio_nav li {
    margin-left: calc(5px);
    margin-right: calc(5px);
  }
  ul.portfolio_nav li a {
    padding: 0px 20px;
  }
  .jws-portfolio-element ul.slick-dots {
    left: 20px;
  }
  .slider__counter_content {
    margin-left: 20px;
  }
  .jws_portfolio_layout5 .jws_post_wap .jws_post_content {
    padding-left: 50px;
  }
  .jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .title h2 {
    font-size: 40.31px;
    line-height: 48px;
  }
  .jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .title {
    margin-top: 0px;
  }
  .jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .post-meta {
    margin-top: 20px;
  }
  .jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item {
    padding: 20px 30px !important;
  }
  .jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item {
    padding: 0 25px;
    margin: 0 0 50px;
  }
  .jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item:nth-child(-n+3) {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item {
    width: auto !important;
    height: inherit !important;
  }
  .jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    height: auto !important;
  }
  .jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-portfolio-gallery-item.first img {
    padding-right: 20px;
  }
  .jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-portfolio-gallery-item.second img {
    padding-left: 20px;
  }
  .jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-e-custom-image {
    width: calc(100vw - 2 * 40px);
    display: flex;
    align-items: center;
  }
  .jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-portfolio-gallery-item.first {
    height: calc(50vw - 65px);
    margin-top: calc(-17vw);
    padding: 10px !important;
    width: calc(50vw - 40px);
  }
  .jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-portfolio-gallery-item.second {
    height: calc(50vw - 65px);
    margin-top: calc(-17vw);
    padding: 10px !important;
    width: calc(50vw - 40px);
  }
  .jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner .jws-e-categories {
    margin: 18px 0 0 40px !important;
    width: 100%;
  }
  .jws-portfolio-element .jws_portfolio_layout7 .jws_portfolio_item .jws-e-inner h3.jws-e-title.entry-title {
    margin: 8px 0 0 40px !important;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .jws-portfolio-element nav.custom_navs {
    padding-left: 0px;
    left: 68px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    z-index: 100;
  }
  .jws-portfolio-element nav.custom_navs .nav_left {
    transform: rotate(90deg);
  }
  .jws-portfolio-element nav.custom_navs .nav_right {
    transform: rotate(90deg);
  }
  .jws_portfolio_layout1 .jws_portfolio_item.portfolio-1 {
    width: 50%;
  }
  .jws_portfolio_layout1 .jws_portfolio_item {
    width: 25%;
  }
  .jws_portfolio_layout2[data-module=predefined].portfolio_content {
    display: grid;
    grid-template-columns: repeat(16, calc(100% / 16));
    grid-row-gap: 140px;
  }
  .jws_portfolio_layout2[data-columns="2"] .jws_portfolio_item {
    width: 50%;
  }
  .jws_portfolio_layout2[data-columns="3"] .jws_portfolio_item {
    width: calc(100% / 3);
  }
  .jws_portfolio_layout2[data-columns="4"] .jws_portfolio_item {
    width: 25%;
  }
  .jws_portfolio_layout2[data-columns="5"] .jws_portfolio_item {
    width: 20%;
  }
  .jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(9n+1) {
    grid-column: 1 / 8;
  }
  .jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(9n+2) {
    grid-column: 13 / 17;
  }
  .jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(3n+3) {
    grid-column: 2 / 15;
  }
  .jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(3n+3) .grid-holder-inner {
    display: flex;
    align-items: center;
  }
  .jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(3n+3) .grid-holder-inner .entry-media {
    flex: 10;
    padding-right: 65px;
  }
  .jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(3n+3) .grid-holder-inner .entry-wrapper-content {
    padding-left: 40px;
    flex: 6;
  }
  .jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(9n+4) {
    grid-column: 1 / 5;
  }
  .jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(9n+5) {
    grid-column: 11 / 15;
  }
  .jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(9n+7) {
    grid-column: 1 / 5;
  }
  .jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item:nth-child(9n+8) {
    grid-column: 11 / 17;
  }
  .jws_portfolio_layout5 .jws_post_wap .row-eq-height {
    padding-left: 80px;
  }
  .jws_portfolio_layout6 .jws_portfolio_item {
    width: calc(33.33333333%);
  }
  .jws_portfolio_layout11 .jws_portfolio_item,
  .jws_portfolio_layout10 .jws_portfolio_item {
    width: calc(33.33333333%);
  }
}
@media (max-width: 991px) {
  .jws-portfolio-element .slick-dots,
  .custom_navs {
    display: none !important;
  }
  .jws_portfolio_layout1 .jws_portfolio_item.portfolio-1 {
    width: 100%;
  }
  .jws_portfolio_layout1 .jws_portfolio_item {
    width: 50%;
  }
  .jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .title {
    margin-top: 0px;
  }
  .jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item {
    margin-bottom: 60px;
  }
  .jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item.rellax {
    transform: translate3d(0, 0, 0) !important;
  }
  .jws_portfolio_layout2[data-module=predefined].portfolio_content .jws_portfolio_item .grid-holder {
    display: flex;
    justify-content: center;
  }
  .jws-portfolio-element .jws_portfolio_layout2 .jws_portfolio_item .entry-content .post-meta {
    margin-top: 10px;
  }
  .jws_portfolio_layout3 .jws_portfolio_item .image-wrapper {
    position: relative;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
  }
  .jws_portfolio_layout3 .jws_portfolio_item .image-wrapper .preview-image {
    width: 100%;
    position: unset;
  }
  .jws_portfolio_layout3 .jws_portfolio_item .lock-wrap-2.portfolio_cat {
    padding-top: 15px;
  }
  .jws_portfolio_layout4 .jws_portfolio_item .jws_portfolio_title {
    font-size: 30px;
    line-height: 38px;
  }
  .jws_portfolio_layout5 .jws_post_wap .jws_post_content {
    padding-top: auto;
    padding-bottom: auto;
    padding-left: 0px;
  }
  .jws_post_wap {
    position: relative;
  }
  .jws_portfolio_layout5 .wrap-content {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 90%;
    height: auto;
    transform: translateY(-50%);
    /* background: #fff; */
    z-index: 1000;
  }
  .jws_portfolio_layout5 .wrap-content:before {
    content: "";
    left: -45px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 364px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    z-index: -1;
    border-radius: 50%;
  }
  .jws_portfolio_layout5 .jws_portfolio_item .jws_post_content .jws_post_excerpt {
    display: none;
  }
  .slider__wrapper-counter {
    bottom: 10%;
    right: 0px;
  }
  .jws-portfolio-element .jws_portfolio_layout4 .jws_portfolio_item .wrap-text h3 {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .jws-portfolio-element.flex-jws-portfolio-element {
    display: flex;
    align-items: center;
  }
  .jws-portfolio-element.flex-jws-portfolio-element .portfolio_nav_container {
    width: 15%;
  }
  .jws-portfolio-element.flex-jws-portfolio-element .portfolio_content {
    width: 85%;
  }
  .jws-portfolio-element .jws_portfolio_layout6 .jws_portfolio_item {
    padding: 67px;
  }
  .jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item {
    padding: 67px;
  }
  .jws-portfolio-element .jws_portfolio_layout11 .jws_portfolio_item {
    padding: 40px 22px;
  }
}
@media (max-width: 375px) {
  ul.portfolio_nav li a {
    font-size: 26px;
  }
}
@-webkit-keyframes anim_btt {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 100px, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim_btt {
  0% {
    -moz-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 100px, 0);
    opacity: 1;
  }
}
@-o-keyframes anim_btt {
  0% {
    -o-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 100px, 0);
    opacity: 1;
  }
}
@keyframes anim_btt {
  0% {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.container-dark-mode rs-group-wrap.rs-parallax-wrap {
  mix-blend-mode: difference;
}
body[data-elementor-device-mode="mobile"] .jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item,
[data-elementor-device-mode="tablet"] .jws-portfolio-element .jws_portfolio_layout10 .jws_portfolio_item {
  padding: 0px;
}
body[data-elementor-device-mode="mobile"] .jws_portfolio_layout10 .jws_portfolio_item .jws-holder-inner .wrap-content,
[data-elementor-device-mode="tablet"] .jws_portfolio_layout10 .jws_portfolio_item .jws-holder-inner .wrap-content {
  transform: translate3d(0, 0, 0) skewY(0deg);
  opacity: 1;
}
[data-elementor-device-mode="tablet"] .jws-portfolio-element .jws_portfolio_layout8 .jws_portfolio_item .image-wrapper {
  display: none;
}
[data-elementor-device-mode="tablet"] .jws-portfolio-element .jws_portfolio_layout1 .jws_portfolio_item .jws_portfolio_overlay,
[data-elementor-device-mode="mobile"] .jws-portfolio-element .jws_portfolio_layout1 .jws_portfolio_item .jws_portfolio_overlay,
[data-elementor-device-mode="tablet"] .portfolio-hover-media.visible,
[data-elementor-device-mode="mobile"].portfolio-hover-media.visible {
  display: none;
}
[data-elementor-device-mode="mobile"] .jws_portfolio_layout11 .jws_portfolio_item,
[data-elementor-device-mode="mobile"] .jws_portfolio_layout10 .jws_portfolio_item {
  width: 100%;
  max-width: 100%;
}
li#magic_line {
  display: none;
}
[data-elementor-device-mode="tablet"] .jws_portfolio_layout11 .jws_portfolio_item,
[data-elementor-device-mode="tablet"] .jws_portfolio_layout10 .jws_portfolio_item {
  width: calc(50%);
}
.jws_testimonials_slider_wrap .testimonials_slider_thumbnail header .image_testimonial {
  margin: auto;
  border: 5px solid var(--light);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: block;
  overflow: hidden;
  transition: transform 0.5s ease;
}
.jws_testimonials_slider_wrap .testimonials_slider_thumbnail header .image_testimonial img {
  margin-bottom: 19px;
  object-fit: cover;
}
.jws_testimonials_slider_wrap #banner {
  opacity: 0;
  position: fixed;
  width: 100vw;
  min-height: 100%;
  background: url('http://atisa.jwsuperthemes.com/wp-content/uploads/2021/12/adomas.jpg');
  background-position: bottom center;
  transition: clip-path 0.2s ease, opacity 0.2s ease;
  display: block;
  clip-path: circle(var(--r) at var(--x) var(--y));
}
.jws_testimonials_slider_wrap .show {
  opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slick-slide {
  padding: 30px 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slick-slide.slick-active img {
  animation: fadeInLeft 0.3s both;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slick-slide.slick-active .testimonials_title {
  animation: fadeInUp 0.5s both;
  -webkit-animation: fadeInUp 0.5s both;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slick-slide.slick-active .testimonials_job {
  animation: fadeInUp 0.5s both;
  -webkit-animation: fadeInUp 0.5s both;
  animation-delay: 0.3s;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .heading {
  color: var(--main);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .heading2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 800;
  font-family: var(--font1);
  margin-bottom: 60px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .testimonials_description {
  margin-bottom: 35px;
  position: relative;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content {
  text-align: center;
  position: relative;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonials_icon {
  position: absolute;
  left: -57px;
  top: -8px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonials_author {
  display: inline-block;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonials_author .testimonials_job,
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonials_author .testimonials_title {
  font-size: 16px;
  color: #8d8d8d;
  display: inline-block;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .slider_content .testimonials_author .testimonials_job {
  text-transform: upercase;
  margin: 0;
}
@media (min-width: 1441px) {
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 {
    margin: 0 -25px;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_navs {
    width: 130%;
  }
}
@media (max-width: 1440px) {
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 {
    max-width: calc(100% - 160px);
    margin: 0 auto;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_navs {
    width: 100%;
  }
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .slick-slide {
  padding: 0 25px 25px;
  display: grid;
  grid-template-columns: 2fr 1fr repeat(4, minmax(150px, 1fr)) 1fr;
  grid-template-rows: 1fr repeat(3, min-content) 14.5vh;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .slider_content {
  position: relative;
  grid-row: 1 / -1;
  overflow: hidden;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .hover-icon {
  grid-column: 7 / 7;
  grid-row: 2 / 2;
  padding: 25px;
  z-index: 2;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .hover-icon svg path {
  opacity: 0.2;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 header {
  margin-bottom: 33px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 header .testimonials_icon {
  font-size: 42px;
  color: #cccccc;
  display: inline-block;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 header .testimonials_icon .icon-header {
  margin-bottom: 40px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 header .testimonials_icon i {
  line-height: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 footer .testimonials_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 footer .testimonials_image img {
  object-fit: cover;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  box-shadow: 0px 7px 27.9px 2.1px rgba(5, 60, 55, 0.1);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 footer .testimonials_info {
  align-items: center;
  max-width: calc(100% - 60px);
  padding-left: 2%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 footer .testimonials_info .testimonials_title {
  display: inline;
  font-size: 20px;
  color: var(--color1);
  margin-bottom: 0px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 footer .testimonials_info .testimonials_job {
  display: inline;
  font-size: 20px;
  color: var(--color1);
  font-weight: bold;
  margin: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_dots .slick-dots {
  text-align: center;
  position: relative;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_dots .slick-dots li:before {
  background: var(--light);
  opacity: 0.1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_dots .slick-dots li.slick-active:before {
  background: var(--light);
  opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slick-slide {
  margin-top: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 .slider_content {
  border: 1px solid #e0e2ed;
  padding: 50px 30px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 footer .testimonials_info .testimonials_job {
  margin: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 header .testimonials_icon {
  display: block;
  color: #ffffff;
  background: var(--main);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-shadow: 0px 8px 21px 9px rgba(86, 110, 244, 0.15);
  text-align: center;
  margin-bottom: 41px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout3 header .testimonials_description {
  margin-bottom: 36px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slider_content {
  text-align: center;
  padding: 0% 7% 0% 7%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slider_content header .testimonials_description {
  position: relative;
  margin-bottom: 32px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slider_content header .testimonials_description::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
  background: url('http://helenaweinberger.dk/wp-content/themes/atisa/assets/image/Atisa_icon/double-quotes-l.png') no-repeat center center;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slider_content footer .testimonials_info {
  margin-top: 45px;
  text-align: center;
  letter-spacing: 0.5px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slider_content footer .testimonials_info .testimonials_title {
  display: inline;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slider_content footer .testimonials_info .testimonials_title,
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 .slider_content footer .testimonials_info .testimonials_job {
  color: #8d8d8d;
  font-size: 16px;
  font-family: var(--font2);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 ~ .custom_dots {
  margin-top: 16px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 ~ .custom_dots .slick-dots {
  text-align: center;
  margin-top: 0px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 ~ .custom_dots .slick-dots li {
  margin: 0 0px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 ~ .custom_dots .slick-dots li:before {
  background: #000;
  opacity: 10%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 ~ .custom_dots .slick-dots li.slick-active {
  border-color: transparent;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout4 ~ .custom_dots .slick-dots li.slick-active:before {
  opacity: 100%;
  background: #000;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slider_content {
  position: relative;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slider_content a {
  display: block;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slider_content a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.4s all;
  content: "";
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slider_content header img {
  width: 100%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slider_content footer {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translatey(50px);
  -webkit-transform: translatey(50px);
  transition: 0.9s all;
  padding: 0 13%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slider_content footer .testimonials_info {
  width: 100%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slider_content footer .testimonials_info .testimonials_title {
  color: #ffffff;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slider_content footer .testimonials_info .testimonials_job {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 400;
  display: block;
  letter-spacing: 3px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slick-slide {
  margin-top: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slick-active .slider_content a:before {
  opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 .slick-active .slider_content footer {
  opacity: 1;
  transform: translatey(0px);
  -webkit-transform: translatey(0px);
  transition-delay: 0.5s;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 ~ .custom_navs {
  margin: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 ~ .custom_navs .slick-arrow {
  position: absolute;
  top: 50%;
  color: #ffffff;
  font-size: 30px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 ~ .custom_navs .slick-arrow.nav_left span:before {
  content: '\e80c';
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 ~ .custom_navs .slick-arrow.nav_right {
  right: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout5 ~ .custom_navs .slick-arrow.nav_right span:before {
  content: '\e80b';
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 {
  margin: 0 -25px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 .slick-list {
  padding: 0 15px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 .slick-slide {
  padding: 0px 25px 40px;
  opacity: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 .slick-slide.slick-active {
  opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 .testimonials_description {
  text-align: center;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 header {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 27px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 header .testimonials_image {
  width: 70px;
  position: relative;
  height: 70px;
  overflow: hidden;
  border-radius: 100%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 header .testimonials_info {
  margin-top: 19px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 header .testimonials_info .testimonials_title {
  font-size: 18px;
  color: var(--main2);
  font-weight: 500;
  display: block;
  margin-bottom: 0px;
  font-family: var(--font2);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 header .testimonials_info .testimonials_job {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 ~ .custom_dots .slick-dots {
  text-align: center;
  margin-top: -29px;
  position: relative;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 ~ .custom_dots .slick-dots li:before {
  background: var(----color_body);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 ~ .custom_dots .slick-dots li.slick-active {
  border-color: var(----color_body);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 ~ .custom_dots .slick-dots li.slick-active:before {
  background: var(--color1);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout7 .slider_content {
  text-align: center;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout7 .testimonials_description {
  margin-bottom: 48px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout7 footer:after {
  content: "";
  display: table;
  clear: both;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout7 .testimonials_image {
  margin-bottom: 26px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout7 .testimonials_image img {
  border-radius: 100%;
  max-width: 80px;
  display: inline-block;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout7 .testimonials_info .testimonials_title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin-bottom: 6px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout7 .testimonials_info .testimonials_job {
  color: #e3e3e3;
  font-weight: 300;
  font-size: 14px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout7 ~ .custom_dots .slick-dots {
  text-align: center;
  margin-top: 14px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 ~ .custom_dots .slick-dots {
  text-align: center;
  margin-top: 26px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 ~ .custom_dots .slick-dots li {
  margin: 0 0px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 ~ .custom_dots .slick-dots li.slick-active:before {
  background: var(--heading);
  transition-delay: 0s;
  opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 .slider_content {
  text-align: center;
  border-radius: 3px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 .slider_content footer .testimonials_description {
  margin-top: 38px;
  margin-bottom: 26px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 .slider_content footer .testimonials_info {
  color: var(--color_body);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 .slider_content footer span,
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 .slider_content footer span {
  font-family: var(--font2);
  color: var(--color_body);
  font-weight: 400;
  font-size: 16px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 .slider_content footer .testimonials_job {
  display: inline-block;
  text-transform: uppercase;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout8 .slider_content footer .testimonials_job {
  display: inline-block;
  text-transform: capitalize;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 header {
  display: inline-block;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 footer {
  float: right;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .testimonials_title {
  display: block;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .testimonials_description {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 23px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .average-rating .jws-star-rating {
  margin: 0;
  margin-top: 44px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .average-rating .jws-star-rating:before {
  color: var(--main);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .average-rating .jws-star-rating span:before {
  color: var(--main);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .slider_content {
  box-shadow: 0px 3px 31.5px 3.5px rgba(0, 0, 0, 0.07000000000000001);
  background: var(--light);
  border-radius: 5px;
  padding: 57px 30px 38px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .slick-list {
  overflow: unset;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .slick-slide {
  opacity: 0;
  transition: 0.3s all;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .slick-active {
  opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout9 .testimonials_image {
  max-width: 80px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: -27px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 .testimonials_image {
  max-width: 80px;
  border-radius: 100%;
  overflow: hidden;
  border: 3px solid var(--main);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 .testimonials_title {
  display: block;
  margin-bottom: -3px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 .testimonials_info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 23px;
  margin-top: 19px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 .average-rating {
  margin-top: 30px;
  display: block;
  margin-bottom: 19px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 .average-rating .jws-star-rating:before {
  color: var(--main);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 .average-rating .jws-star-rating span:before {
  color: var(--main);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 ~ .custom_navs {
  position: absolute;
  right: 0;
  top: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 ~ .custom_navs button {
  width: 30px;
  height: 30px;
  border: 1px solid var(--light);
  font-size: 10px;
  color: var(--light);
  opacity: 0.5;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout10 ~ .custom_navs button:hover {
  opacity: 1;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 header {
  margin-bottom: 33px;
  position: relative;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 header .testimonials_icon {
  font-size: 48px;
  color: #cccccc;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 26px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 header .testimonials_description {
  border-left: 5px solid var(--main);
  padding-left: 37px;
  padding-top: 20px;
  padding-bottom: 16px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #dadbdd;
  padding-top: 20px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer .testimonials_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer .testimonials_image img {
  border-radius: 100%;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer .average-rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer .average-rating .jws-star-rating:before {
  color: var(--main);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer .average-rating .jws-star-rating span:before {
  color: var(--main);
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer .testimonials_info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 150px);
  flex: 0 0 calc(100% - 150px);
  max-width: calc(100% - 150px);
  padding-left: 20px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer .testimonials_info .testimonials_title {
  font-size: 20px;
  color: var(--color1);
  margin-bottom: 6px;
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout11 footer .testimonials_info .testimonials_job {
  font-size: 20px;
  color: var(--color1);
  font-weight: bold;
  margin: 0;
}
.jws_testimonials_slider_wrap .testimonials_slider ~ .custom_dots .slick-dots {
  text-align: left;
}
.jws_testimonials_slider_wrap .testimonials_slider ~ .custom_dots li.slick-active {
  border-color: transparent;
}
.jws_testimonials_slider_wrap .testimonials_slider ~ .custom_dots li:before {
  background: var(--heading);
}
.custom_navs {
  display: flex;
  margin-top: 17px;
  justify-content: space-between;
  position: absolute;
  width: 105%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom_navs button {
  border-radius: 50%;
  background-color: #000;
  border: none;
  min-width: 50px;
  min-height: 50px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.custom_navs button span {
  color: #fff;
}
.custom_navs button:hover span {
  color: var(--link_hover);
}
.custom_navs button.nav_left .arrow,
.custom_navs button.nav_right .arrow {
  border-color: var(--light);
  border-style: solid;
  width: 12px;
  height: 12px;
  border: solid var(--light);
  border-width: 0 1px 1px 0;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.custom_navs button.nav_left svg .circle,
.custom_navs button.nav_right svg .circle {
  stroke-width: 1px;
  stroke: var(--light);
  transform-origin: 0px 0px;
  stroke-dashoffset: -9.3776;
  stroke-dasharray: 163.457px,18.8553px;
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.custom_navs button.nav_left .line-arrow,
.custom_navs button.nav_right .line-arrow {
  height: 1px;
  background: var(--light);
  display: block;
  position: absolute;
  width: 100%;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform-origin: right center;
}
.custom_navs button:hover .line-arrow {
  width: 23px;
}
.custom_navs button:hover.nav_left svg .circle,
.custom_navs button:hover.nav_right svg .circle {
  stroke-dasharray: 0;
}
.custom_navs button:hover.nav_left {
  transform: translateX(-3px);
}
.custom_navs button:hover.nav_right {
  transform: translateX(3px);
}
.custom_navs button.nav_left {
  margin-right: 5px;
}
.custom_navs button.nav_left .arrow-left2 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.custom_navs button.nav_left svg {
  transform: rotate(180deg);
}
.custom_navs button.nav_left .line-arrow {
  left: 24px;
}
.custom_navs button.nav_right {
  margin-right: 5px;
}
.custom_navs button.nav_right .arrow-right2 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.custom_navs button.nav_right .line-arrow {
  right: 24px;
}
.custom_navs.style2 button {
  width: 60px;
  height: 60px;
  text-align: center;
  border: 0px;
  border-radius: 100%;
}
.custom_navs.style2 button:hover {
  color: #ffffff;
}
.custom_dots .slick-dots {
  list-style-type: none;
  padding: 0;
  text-align: right;
  margin: 0;
}
.custom_dots .slick-dots li {
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  transition: 0.3s all;
  border-radius: 100%;
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.custom_dots .slick-dots li:before {
  opacity: 0.1;
  width: 5px;
  height: 5px;
  background: #959595;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  content: "";
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 3px;
}
.custom_dots .slick-dots li.slick-active {
  border-color: #8b8b8b;
}
.custom_dots .slick-dots li.slick-active:before {
  background: var(--main);
}
.custom_dots .slick-dots li button {
  display: none;
}
body[data-elementor-device-mode="mobile"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 .slick-list {
  padding: 0;
}
body[data-elementor-device-mode="mobile"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 img {
  width: 100%;
  margin-bottom: 30px;
}
body[data-elementor-device-mode="mobile"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .heading,
body[data-elementor-device-mode="mobile"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout1 .heading2 {
  display: none;
}
@media (max-width: 1365px) {
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_navs {
    width: 100%;
  }
}
@media (min-width: 999px) {
  .slider_layout_layout2 .slider_content {
    grid-column: 1 / 6;
    grid-row: 1 / -1;
    overflow: hidden;
  }
  .slider_layout_layout2 .hover-icon {
    grid-column: 7 / 7;
    grid-row: 2 / 2;
    padding: 25px;
    z-index: 2;
  }
  .slider_layout_layout2 .hover-icon svg path {
    opacity: 0.2;
  }
}
@media (max-width: 768px) {
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 {
    max-width: 100%;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_navs {
    display: none;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .slick-slide {
    display: flex;
    flex-direction: column;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_dots .slick-dots {
    margin-top: 0px;
  }
}
.jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_dots .slick-dots li {
  margin: 0 0px;
}
@media (min-width: 767px) {
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 .slick-slide {
    transition: 0.3s all;
  }
  .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout6 .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 ~ .custom_navs {
    width: 130%;
  }
  .testimonials_slider_thumbnail {
    max-width: 360px;
    margin: 0 auto;
  }
  .testimonials_slider_thumbnail .slider-nav {
    margin: 0 -10px;
  }
  .testimonials_slider_thumbnail .slider-nav.slick-current.slick-active .image_testimonial {
    transform: scale(1.1);
  }
}
[data-elementor-device-mode="tablet"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .slick-slide,
[data-elementor-device-mode="mobile"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .slick-slide {
  display: flex;
}
[data-elementor-device-mode="tablet"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .banner,
[data-elementor-device-mode="mobile"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .banner,
[data-elementor-device-mode="tablet"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .hover-icon,
[data-elementor-device-mode="mobile"] .jws_testimonials_slider_wrap .testimonials_slider.slider_layout_layout2 .hover-icon,
[data-elementor-device-mode="tablet"] .custom_navs,
[data-elementor-device-mode="mobile"] .custom_navs {
  display: none;
}
.container-dark-mode .jws_post_excerpt {
  color: #cecece !important;
}
.container-dark-mode .jws_post_wap .jws_post_image .post_cat a {
  color: #000 !important;
}
.container-dark-mode .jws_post_meta span,
.container-dark-mode .jws_post_meta span a {
  color: #cecece !important;
}
.container-dark-mode span:not(.post_cat) a:hover {
  color: var(--link_hover) !important;
}
.jws-blog-element .jws-blog-layout1.jws_blog_layout1 .jws_post_wap .jws_post_content .entry-title,
.jws-blog-element .jws-blog-layout2.jws_blog_layout1 .jws_post_wap .jws_post_content .entry-title {
  margin-top: 3px;
}
.jws-blog-element .jws-pagination-number ul li > a:hover {
  background: transparent;
  border-color: var(--main);
  color: var(--main2);
}
@media only screen and (min-width: 769px) {
  .jws-blog-element .jws-blog-layout1.jws_blog_layout1 .jws_post_wap .jws_post_content .entry-title a {
    font-size: 50.8px;
    line-height: 66px;
  }
  .jws-blog-element .jws_blog_layout4 .jws_blog_item:not(.quote,.link) .jws_post_wap .jws_post_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .jws-blog-element .jws_blog_layout4 .jws_blog_item:not(.quote,.link) .jws_post_wap .jws_post_content {
    padding: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  .jws-blog-element .jws_blog_item.link .jws_post_wap .jws_info_content {
    padding: 45px 5% 45px 6%;
  }
  .jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_info_content {
    padding: 62px 5% 62px 6%;
  }
}
@media only screen and (max-width: 768px) {
  .jws-blog-element .jws_blog_layout4 .jws_blog_item .jws_post_wap .jws_post_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .jws-blog-element .jws_blog_layout4 .jws_blog_item .jws_post_wap .jws_post_content {
    padding-top: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_post_content.jws_info_content,
  .jws-blog-element .jws_blog_item.link .jws_post_wap .jws_post_content.jws_info_content {
    padding: 40px 4%;
  }
}
.jws-blog-element .jws_blog_item {
  margin-bottom: 50px;
}
.jws-blog-element .jws_blog_item .jws_post_image {
  overflow: hidden;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_excerpt {
  margin: 0px 0px 13px 0px;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_readmore {
  color: #000000;
  font-family: var(--font2);
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_readmore span {
  margin-left: 12px;
  transition: all .2s linear;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_readmore:hover a {
  color: var(--link);
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_readmore:hover a span {
  margin-left: 22px;
}
.jws-blog-element .jws_blog_item .jws_post_content .post_cat {
  background: var(--main2);
  color: #ffffff;
  font-family: var(--font2);
  font-size: 14px;
  text-transform: capitalize;
  padding: 7px 12px;
}
.jws-blog-element .jws_blog_item .jws_post_content .post_cat a {
  color: #ffffff;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta {
  display: flex;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author {
  display: flex;
  float: left;
  align-items: center;
  margin-right: 26px;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author span {
  vertical-align: middle;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author a {
  color: var(--color_body);
  font-family: var(--font2);
  font-size: 14px;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author a:hover {
  color: var(--main2);
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author,
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .entry-date {
  display: flex;
  float: left;
  align-items: center;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author span,
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .entry-date span {
  vertical-align: middle;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author a,
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .entry-date a {
  text-transform: capitalize;
  color: var(--color_body);
  font-family: var(--font2);
  font-size: 14px;
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author a:hover,
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .entry-date a:hover {
  color: var(--main2);
}
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .post_author span,
.jws-blog-element .jws_blog_item .jws_post_content .jws_post_meta .entry-date span {
  color: var(--color_body);
  margin-right: 5px;
}
.jws-blog-element .jws_blog_item:not(.no_format,.audio,.video,.gallery,.quote) .jws_post_content {
  display: flex;
}
.jws-blog-element .jws_blog_item:not(.no_format,.audio,.video,.gallery,.quote) .jws_post_content .icon_infor {
  margin-right: 34px;
}
.jws-blog-element .jws_blog_item.link.col-xl-3 .jws_post_wap .jws_post_content {
  flex-direction: column;
  text-align: center;
}
.jws-blog-element .jws_blog_item.link .jws_post_wap span.ri-links-line {
  font-size: 30px;
  color: var(--light);
}
.jws-blog-element .jws_blog_item.link .jws_post_wap .jws_info_content {
  background-image: url(http://atisa.jwsuperthemes.com/wp-content/themes/atisa/assets/image/link_background.jpg) !important;
  padding: 45px 5% 45px 6%;
}
.jws-blog-element .jws_blog_item.link .jws_post_wap .jws_post_content {
  align-items: center;
}
.jws-blog-element .jws_blog_item.link .jws_post_wap .jws_post_content .entry-title:hover a {
  color: var(--light) !important;
}
.jws-blog-element .jws_blog_item.link .jws_post_wap .jws_post_content .entry-title a {
  color: var(--light);
}
.jws-blog-element .jws_blog_item.gallery .jws-post-gallery.slick-initialized.slick-slider button.slick-next.slick-arrow,
.jws-blog-element .jws_blog_item.gallery .jws-post-gallery.slick-initialized.slick-slider button.slick-prev.slick-arrow {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 16px;
  color: var(--main2);
}
.jws-blog-element .jws_blog_item.gallery .jws-post-gallery.slick-initialized.slick-slider button.slick-next.slick-arrow {
  right: 5%;
}
.jws-blog-element .jws_blog_item.gallery .jws-post-gallery.slick-initialized.slick-slider button.slick-prev.slick-arrow {
  left: 5%;
}
.jws-blog-element .jws_blog_item.audio audio.blog-audio-player {
  height: 50px;
  background: #000;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_info_content {
  background: var(--main2);
}
.jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_post_content {
  display: flex;
}
.jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_post_content span.quote-icon {
  margin-right: 34px;
}
.jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_post_content span.quote-icon i.ri-double-quotes-l {
  font-size: 28px;
  color: var(--link_hover);
}
.jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_post_content .entry-title a {
  color: var(--light);
  font-size: 20px !important;
  line-height: 36px;
  font-family: var(--font2) !important;
}
.jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_post_content .jws-post-author {
  color: var(--light);
  font-size: 15px;
  line-height: 24px;
}
.jws-blog-element .jws_blog_item.quote .jws_post_wap .jws_post_content .jws-post-author .minus {
  display: inline-block;
  background-color: #ffffff;
  width: 10px;
  height: 1px;
  vertical-align: super;
}
.jws-blog-element .jws_post_image img {
  width: 100%;
}
.jws-blog-element.has-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jws-blog-element.has-nav .post_nav_container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36%;
  flex: 0 0 36%;
  max-width: 36%;
}
.jws-blog-element.has-nav .post_nav_container .post_nav {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.jws-blog-element.has-nav .post_nav_container .post_nav li {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0px 0px 18px 0px;
}
.jws-blog-element.has-nav .post_nav_container .post_nav li a {
  color: var(--color1);
  position: relative;
}
.jws-blog-element.has-nav .blog_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64%;
  flex: 0 0 64%;
  max-width: 64%;
}
.jws-blog-element .jws_blog_slider.row .jws_blog_item {
  padding: 0 15px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item:not(.gallery) .jws_post_wap:hover .jws_post_image img {
  transform: scale(1.1);
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item.blog-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .entry-title a {
  color: var(--main2);
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_image {
  overflow: hidden;
  position: relative;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_image img {
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_image .post_cat_position {
  position: relative !important;
  bottom: 0px !important;
  left: 0px !important;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_image .post_cat {
  background: var(--main2);
  color: #ffffff;
  font-family: var(--font2);
  font-size: 14px;
  text-transform: capitalize;
  padding: 2px 12px;
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_image .post_cat a {
  color: #ffffff;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .entry-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 23px;
  margin-bottom: 17px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .entry-title a {
  line-height: 41.6px;
  font-family: 'OPTICuento';
  font-weight: 400;
  font-size: 32px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_readmore {
  color: #000000;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_readmore span {
  margin-left: 12px;
  transition: all .2s linear;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_readmore:hover span {
  margin-left: 22px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_author {
  vertical-align: middle;
  margin-right: 26px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_author span {
  vertical-align: middle;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_author a {
  color: var(--color_body);
  font-family: var(--font2);
  font-size: 14px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_author a:hover {
  color: var(--main2);
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date {
  vertical-align: middle;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date span {
  vertical-align: middle;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date a {
  color: var(--color_body);
  font-family: var(--font2);
  font-size: 14px;
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date a:hover {
  color: var(--main2);
}
.jws-blog-element .jws_blog_layout6 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date span {
  color: var(--color_body);
  margin-right: 5px;
}
.jws-blog-element .jws_blog_layout2.jws_blog_slider .jws_blog_item.quote,
.jws-blog-element .jws_blog_layout2.jws_blog_slider .jws_blog_item.video {
  display: none;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap {
  position: relative;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  text-align: center;
  transform: translate(-50%, -50%);
  padding: 30px;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .entry-title {
  margin-top: 4px;
  margin-bottom: 7px;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .entry-title a {
  color: var(--light);
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta {
  justify-content: center;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_author {
  vertical-align: middle;
  margin-right: 26px;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_author span {
  vertical-align: middle;
  color: #ececec;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_author a {
  color: #ececec;
  font-family: var(--font2);
  font-size: 14px;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date a {
  color: #ececec;
  font-family: var(--font2);
  font-size: 14px;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date span {
  color: #ececec;
  margin-right: 5px;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_readmore a {
  color: var(--light);
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_readmore span {
  margin-left: 5px;
}
.jws-blog-element .jws_blog_layout2 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_readmore:hover span {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
  display: inline-block;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item:not(.quote, .link) .jws_post_content {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item:not(.quote, .link) .jws_post_content .entry-title {
  width: 70%;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item:not(.quote, .link) .jws_post_content .jws_post_meta {
  width: 15%;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap {
  position: relative;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image {
  position: fixed;
  top: 50%;
  right: 52px;
  transform: translate(-50%, -50%);
  width: 520px;
  height: 320px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease,visibility 0.2s ease;
  transition-delay: 0.8s;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.visible .media > span,
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.to-top .media > span,
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.to-bottom .media > span {
  -webkit-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
  -moz-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
  -o-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
  transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.to-top .media,
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.to-top .media > span {
  top: 0;
  bottom: auto;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.to-bottom .media,
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.to-bottom .media > span {
  bottom: 0;
  top: auto;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.from-top .media > span {
  transform: translateY(-25%) scale(1.1);
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.from-bottom .media > span {
  transform: translateY(25%) scale(1.1);
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.to-top .media > span {
  transform: translateY(-25%) scale(1.1);
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper.to-bottom .media > span {
  transform: translateY(25%) scale(1.1);
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
  margin-right: -7px;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper .media {
  width: 100%;
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 749ms cubic-bezier(0.4, 0.4, 0, 1) 0.25s;
  -moz-transition: height 749ms cubic-bezier(0.4, 0.4, 0, 1) 0.25s;
  -o-transition: height 749ms cubic-bezier(0.4, 0.4, 0, 1) 0.25s;
  transition: height 749ms cubic-bezier(0.4, 0.4, 0, 1) 0.25s;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper .media .media-image {
  transform: translateY(-25%) scale(1.1);
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .image-wrapper .media .media-image .preview-image {
  max-width: inherit;
  max-height: inherit;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .to-top .media,
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .to-top .media > span {
  top: 0;
  bottom: auto;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .top-bottom .media,
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image .top-bottom .media > span {
  bottom: 0;
  top: auto;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .visible {
  transition-delay: 0.1s;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .visible .media {
  height: 100%;
  transition-delay: 0.2s;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .visible.from-top .media,
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .visible.from-top .media > span {
  top: 0;
  bottom: auto;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .visible.from-bottom .media > span,
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .visible.from-bottom .media {
  bottom: 0;
  top: auto;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap:hover .visible {
  opacity: 1;
  visibility: visible;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap:hover .visible .media {
  height: 320px;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap:hover .visible .media .media-image {
  transform: translateY(-25%) scale(1.1);
  -webkit-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
  -moz-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
  -o-transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
  transition: all 949ms cubic-bezier(0.4, 0.4, 0, 1) 0.1s;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .entry-title {
  margin-bottom: 4px;
  font-size: 40.32px;
  font-family: "OPTICuento";
  line-height: 1.3;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .entry-title a {
  color: var(--light);
  transition: 0.3s ease-out;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .entry-title:hover a {
  color: var(--link_hover);
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_excerpt {
  margin-bottom: 13px;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_readmore span {
  margin-left: 5px;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_readmore:hover span {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
  display: inline-block;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta {
  display: block;
  margin-top: 0px;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date {
  float: none;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .entry-date a {
  font-family: var(--font1);
  color: var(--light);
  font-size: 25.4px;
  line-height: 33px;
  display: block;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_cat {
  display: block;
  background: transparent;
  font-family: var(--font2);
  color: var(--colorbody);
  font-size: 16px;
  margin-top: 8px;
  padding: 0px;
}
.jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_content .jws_post_meta .post_cat a {
  color: var(--colorbody);
}
.jws-blog-element .jws_blog_layout4 .jws_blog_item:not(.link,.quote) .jws_post_wap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
}
.jws-blog-element .jws_blog_layout4 .jws_blog_item:not(.link,.quote) .jws_post_wap .jws_post_content .entry-title {
  margin-bottom: 1px;
}
.jws-blog-element .jws_blog_layout4 .jws_blog_item:not(.link,.quote) .jws_post_wap .jws_post_content .entry-title a {
  color: var(--main2);
}
.jws-blog-element .jws_blog_layout5 .jws_post_wap {
  display: -webkit-box;
  display: -ms-flexbox;
  flex-direction: row;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.jws-blog-element .jws_blog_layout5 .jws_post_wap .jws_post_image {
  overflow: hidden;
}
.jws-blog-element .jws_blog_layout5 .jws_post_wap .jws_post_content .entry-title {
  margin-bottom: 30px;
  font-size: 28px;
  color: var(--main2);
  font-weight: 500;
  font-family: var(--font1);
  line-height: 36px;
}
.jws-blog-element .jws_blog_layout5 .jws_post_wap .jws_post_content .entry-title a {
  color: var(--color1);
}
.jws-blog-element .jws_blog_layout5 .jws_post_wap .jws_post_content .jws_post_meta {
  margin-top: 0px;
  font-size: 14px;
  color: var(--main2);
}
.jws-blog-element .jws_blog_layout5 .jws_post_wap .jws_post_content .post_cat {
  color: var(--main);
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--font1);
  margin-bottom: 35px;
  display: block;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .entry-title a {
  color: var(--main2);
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_image {
  overflow: hidden;
  position: relative;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_image img {
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_image .post_cat_position {
  display: -webkit-inline-box;
  position: relative !important;
  bottom: 0px !important;
  left: 0px !important;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_image .post_cat {
  background: var(--main2);
  color: #ffffff;
  font-family: var(--font2);
  font-size: 14px;
  text-transform: capitalize;
  padding: 2px 12px;
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_image .post_cat a {
  color: #ffffff;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content:not(.jws_info_content) {
  padding-top: 25px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .entry-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 23px;
  margin-bottom: 17px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .entry-title a {
  line-height: 41.6px;
  font-family: var(--font1);
  font-weight: 400;
  font-size: 32px;
  color: var(--main2);
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_readmore {
  color: #000000;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_readmore span {
  margin-left: 12px;
  transition: all .2s linear;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_readmore:hover span {
  margin-left: 22px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .post_author {
  vertical-align: middle;
  margin-right: 26px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .post_author span {
  vertical-align: middle;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .post_author a {
  color: var(--color_body);
  font-family: var(--font2);
  font-size: 14px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .post_author a:hover {
  color: var(--main2);
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .entry-date {
  vertical-align: middle;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .entry-date span {
  vertical-align: middle;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .entry-date a {
  color: var(--color_body);
  font-family: var(--font2);
  font-size: 14px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .entry-date a:hover {
  color: var(--main2);
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap .jws_post_content .jws_post_meta .entry-date span {
  color: var(--color_body);
  margin-right: 5px;
}
.jws-blog-element .jws_blog_layout1 .jws_post_wap:hover .jws_post_image:not(.jws-post-gallery-item) > img {
  transform: scale(1.1);
}
.jws-blog-element .custom_navs {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jws-blog-element .custom_navs button {
  vertical-align: middle;
}
.jws-blog-element .slick-dots {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin: 0;
}
.jws-blog-element .slick-dots li {
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  transition: 0.3s all;
  border-radius: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  vertical-align: top;
}
.jws-blog-element .slick-dots li.slick-active {
  border-color: #8b8b8b;
}
.jws-blog-element .slick-dots li.slick-active button {
  background: var(--main);
}
.jws-blog-element .slick-dots li button {
  font-size: 0;
  width: 5px;
  height: 5px;
  background: #959595;
  border-radius: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.jws-blog-element .jws_pagination {
  text-align: center;
}
.jws_pagination {
  display: block;
  text-align: center;
  margin-top: 100px;
}
.jws_pagination .jws-load-more .has-loaded {
  display: none;
}
.jws_pagination .jws-load-more.all-items-loaded {
  pointer-events: none;
  cursor: no-drop;
}
.jws_pagination .jws-load-more.all-items-loaded .has-loaded {
  display: inline-block;
}
.jws_pagination .jws-load-more.all-items-loaded .has-loading {
  display: none;
}
/** Format **/
.jws_post_image {
  position: relative;
}
.video_format {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video_format a.url {
  display: inline-block;
  position: relative;
  transition: 0s all;
}
.video_format a.url .video_icon {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: relative;
  z-index: 1;
  display: block;
  transition: 0.3s all;
  font-size: 12px;
  background: transparent;
  color: var(--light);
}
.video_format a.url:before {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: calc(50px + 10px);
  width: calc(50px + 10px);
}
.video_format a.url:after {
  position: absolute;
  display: block;
  border-radius: 50%;
  top: -5px;
  left: -5px;
  content: "";
  border: 1px solid #ffffff;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  -webkit-animation: load-spin 3s infinite linear;
  animation: load-spin 3s infinite linear;
  height: calc(50px + 10px);
  width: calc(50px + 10px);
}
.elementor-nav-slider-align-center .custom_navs {
  margin: 0 auto;
}
.elementor-nav-slider-align-right .custom_navs {
  margin-left: auto;
}
.blog-audio-player {
  height: 50px !important;
  background: var(--main2);
}
.jws-offcanvas-content .blog_content {
  height: auto !important;
}
.jws-offcanvas-content .jws_blog_item {
  position: unset !important;
}
@media (max-width: 767px) {
  .jws-blog-element .jws_blog_layout6 .jws_blog_item.audio,
  .jws-blog-element .jws_blog_layout6 .jws_blog_item.blog-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .jws-blog-element .jws_blog_layout3 .jws_post_wap .jws_post_content .jws_post_meta {
    display: block;
  }
  .jws-blog-element .jws_blog_layout3 .jws_post_wap .jws_post_content .jws_post_meta > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .jws-blog-element .jws_blog_layout3 .jws_post_wap .jws_post_content .jws_post_meta .right {
    text-align: left;
  }
  .jws-blog-element .jws_blog_layout3 .jws_post_wap .jws_post_content .jws_post_meta .right > a,
  .jws-blog-element .jws_blog_layout3 .jws_post_wap .jws_post_content .jws_post_meta .right > span {
    margin-left: 0;
    margin-right: 15px;
  }
  .jws-blog-element .jws_blog_layout5 .jws_post_wap .jws_post_content {
    margin-left: 0;
  }
  .jws-blog-element .jws_blog_layout2 .jws_post_wap {
    position: relative;
  }
  .jws-blog-element .jws_blog_layout2 .jws_post_wap .jws_post_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .jws-blog-element .jws_blog_layout2 .jws_post_wap .jws_post_content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 50px;
  }
  .jws-blog-element .jws_blog_layout2 .jws_post_wap .jws_post_content .post_cat {
    font-size: 14px;
    text-transform: capitalize;
  }
  .jws-blog-element .jws_blog_layout2 .jws_post_wap .jws_post_content .post_cat a {
    color: var(--light);
  }
  .jws-blog-element .jws_blog_layout2 .jws_post_wap .jws_post_content .entry-title {
    margin-bottom: 1px;
  }
  .jws-blog-element .jws_blog_layout2 .jws_post_wap .jws_post_content .entry-title a {
    color: var(--light);
  }
  .jws-blog-element.has-nav {
    display: block;
  }
  .jws-blog-element.has-nav .post_nav_container {
    max-width: 100%;
  }
  .jws-blog-element.has-nav .post_nav_container .post_nav li {
    display: inline-block;
    margin: 0 5px;
  }
  .jws-blog-element.has-nav .blog_content {
    max-width: 100%;
  }
  .jws-blog-element .jws_blog_layout3 .jws_blog_item:not(.link,.quote) .jws_post_wap .jws_post_content .entry-title {
    width: 60%;
  }
  .jws-blog-element .jws_blog_layout3 .jws_blog_item:not(.link,.quote) .jws_post_wap .jws_post_content .jws_post_meta {
    width: 32%;
  }
}
[data-elementor-device-mode="tablet"] .jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image,
[data-elementor-device-mode="mobile"] .jws-blog-element .jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image {
  display: none;
}
.jws_team {
  /* End 3d Slider */
}
.jws_team.masonry .jws_team_item:nth-child(1),
.jws_team.masonry .jws_team_item:nth-child(3),
.jws_team.masonry .jws_team_item:nth-child(8),
.jws_team.masonry .jws_team_item:nth-child(9) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.jws_team.masonry .jws_team_item:nth-child(2),
.jws_team.masonry .jws_team_item:nth-child(6) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
.jws_team.masonry .jws_team_item:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  max-width: 17%;
}
.jws_team.layout1 .jws_team_inner {
  text-align: center;
}
.jws_team.layout1 .jws_team_inner .jws_team_image {
  overflow: hidden;
  position: relative;
}
.jws_team.layout1 .jws_team_inner .jws_team_image img {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: 0.6s all;
}
.jws_team.layout1 .jws_team_inner .jws_team_image:before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  width: 100%;
  height: calc(100% - 80px);
  bottom: 0;
  left: 0;
  transition: 0.6s all;
}
.jws_team.layout1 .jws_team_inner .jws_team_content {
  width: calc(100% - 5vw);
  position: relative;
  margin-left: 2.5vw;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  margin-bottom: -15%;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  padding: 17px 15px 13px;
}
.jws_team.layout1 .jws_team_inner .jws_team_content .team_title {
  margin-bottom: 10px;
}
.jws_team.layout1 .jws_team_inner .jws_team_content .team_icon {
  padding: 0;
  margin-bottom: 5px;
}
.jws_team.layout1 .jws_team_inner .jws_team_content .team_icon li {
  display: inline-block;
  list-style: none;
  margin: 0 8px;
}
.jws_team.layout1 .jws_team_inner .jws_team_content .team_icon li a {
  font-size: 16px;
}
.jws_team.layout1 .jws_team_inner:hover .jws_team_image img {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.jws_team.layout1 .jws_team_inner:hover .jws_team_image:before {
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
}
.jws_team.layout2 .jws_team_inner .jws_team_image {
  position: relative;
}
.jws_team.layout2 .jws_team_inner .jws_team_image > a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.jws_team.layout2 .jws_team_inner .jws_team_image img {
  width: 100%;
  transition: 0.5s all;
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_icon {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  right: 20px;
  background: #ffffff;
  width: 40px;
  text-align: center;
  font-size: 14px;
  padding-top: 12px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-bottom: 24px;
  transition: 0.3s all;
  opacity: 0;
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_icon li {
  margin-bottom: 6.5px;
  transition: 0.3s all;
  opacity: 0;
  transform: translatey(10px);
  -webkit-transform: translatey(10px);
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_icon li a {
  color: #3a3a3a;
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_icon li a:hover {
  color: var(--main);
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_icon li.show {
  opacity: 1;
  transform: translatey(0);
  -webkit-transform: translatey(0);
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_icon.opened {
  opacity: 1;
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_show_social {
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--main);
  border-radius: 100%;
  bottom: -20px;
  right: 20px;
  cursor: pointer;
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_show_social::before {
  transform: rotate(0deg);
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_show_social::after {
  opacity: 1;
  transform: rotate(-90deg);
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_show_social::before,
.jws_team.layout2 .jws_team_inner .jws_team_image .team_show_social::after {
  position: absolute;
  top: 50%;
  left: 38%;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: '';
  transition: all 0.4s ease-in-out;
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_show_social.opened::before {
  transform: rotate(180deg);
}
.jws_team.layout2 .jws_team_inner .jws_team_image .team_show_social.opened::after {
  opacity: 0;
  transform: rotate(90deg);
}
.jws_team.layout2 .jws_team_inner .jws_team_content {
  text-align: center;
  margin-top: 20px;
}
.jws_team.layout2 .jws_team_inner .jws_team_content .team_title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
}
.jws_team.layout2 .jws_team_inner .jws_team_content .team_title a {
  color: var(--color1);
}
.jws_team.layout2 .jws_team_inner .jws_team_content .team_title a:hover {
  color: var(--main);
}
.jws_team.layout2 .jws_team_inner:hover .jws_team_image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.jws_team.layout3 .jws_team_item .jws_team_inner {
  transition: 0.3s all;
  margin-bottom: -57px;
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_image img {
  border-radius: 5px;
  transition: 0.3s all;
  width: 100%;
  z-index: 1;
  position: relative;
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content {
  text-align: center;
  padding: 27px 15px 19px 15px;
  transition: 0.3s all;
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content .team_info {
  transition: 0.3s all;
  transform: translateY(-57px);
  -webkit-transform: translateY(-57px);
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content .team_title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content .team_title a {
  color: var(--color1);
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content .team_job {
  font-size: 14px;
  font-family: var(--font1);
  color: var(----color_body);
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content .team_icon {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s all;
  opacity: 0;
  margin-bottom: 22px;
  transform: translateY(-77px);
  -webkit-transform: translateY(-77px);
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content .team_icon li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content .team_icon li a {
  color: #ffffff;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  font-size: 10px;
  background: #0a0f21;
}
.jws_team.layout3 .jws_team_item .jws_team_inner .jws_team_content .team_icon li a:hover {
  background: var(--main);
}
.jws_team.layout3 .jws_team_item .jws_team_inner:hover {
  box-shadow: 0px 5px 27px 3px rgba(11, 11, 115, 0.1);
  transform: translatey(-57px);
  -webkit-transform: translatey(-57px);
}
.jws_team.layout3 .jws_team_item .jws_team_inner:hover .jws_team_image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.jws_team.layout3 .jws_team_item .jws_team_inner:hover .jws_team_content {
  background: #f7f7f7;
}
.jws_team.layout3 .jws_team_item .jws_team_inner:hover .jws_team_content .team_icon {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.jws_team.layout3 .jws_team_item .jws_team_inner:hover .jws_team_content .team_info {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.jws_team.jws_team_slider .slick-list {
  padding: 60px 20px 35px 20px;
  margin: 0 -20px;
}
.jws_team.jws_team_slider .slick-list .slick-slide {
  opacity: 0;
  transition: 0.4s all;
}
.jws_team.jws_team_slider .slick-list .slick-slide.slick-active {
  opacity: 1;
}
.jws_team.jws_team_slider .slick-dots {
  text-align: center;
  margin-top: -22px;
  z-index: 1;
  position: relative;
  padding: 0;
}
.jws_team.jws_team_slider .slick-dots li {
  width: 10px;
  height: 6px;
  transition: 0.4s all;
  background: var(--main);
  opacity: 0.5;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.jws_team.jws_team_slider .slick-dots li.slick-active {
  opacity: 1;
  width: 30px;
}
.jws_team.jws_team_slider .slick-dots li button {
  display: none;
}
.jws_team.team-3d-slider {
  justify-content: center;
  margin: 0;
}
.jws_team.team-3d-slider .carousel-items {
  display: block;
  overflow: visible;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.jws_team.team-3d-slider .carousel-item {
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.jws_team.team-3d-slider.carousel-initialized .carousel-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.45s step-end;
}
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-active,
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-top,
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-bottom {
  opacity: 1;
  visibility: visible;
}
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-top,
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-bottom {
  cursor: pointer;
  transition-timing-function: step-start;
}
.jws_team.team-3d-slider.carousel-initialized .carousel-item.is-active {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
}
.jws_team.layout4 .jws_team_item .jws_team_inner {
  position: relative;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_image {
  overflow: hidden;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_image img {
  width: 100%;
  transition: .5s all;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
  height: 100%;
  width: 100%;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  transition: 0.5s all;
  opacity: 0;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_border {
  position: absolute;
  border: 2px solid #ffffff;
  width: calc(100% - 40px);
  bottom: 20px;
  left: 20px;
  opacity: 0;
  height: calc(100% - 40px);
  transition: 0.2s all , height 0.3s ease;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner {
  width: 100%;
  text-align: center;
  font-family: var(--font1);
  position: relative;
  z-index: 1;
  padding: 40px;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: 0.3s all;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_title a {
  color: #ffffff;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_job {
  display: inline-block;
  color: var(--main);
  font-family: var(--font1);
  background: #101010;
  padding: 2px 7px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_icon {
  margin: 0;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_icon li {
  display: inline-block;
  margin: 0 6.5px;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_icon li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  border-radius: 100%;
  color: #ffffff;
  background: var(--main);
  font-size: 12px;
}
.jws_team.layout4 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_icon li a:hover {
  background: #ffffff;
  color: #101010;
}
.jws_team.layout4 .jws_team_item .jws_team_inner:hover .jws_team_image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.jws_team.layout4 .jws_team_item .jws_team_inner:hover .jws_team_content:before {
  opacity: 1;
}
.jws_team.layout4 .jws_team_item .jws_team_inner:hover .jws_team_content .jws_team_border {
  opacity: 1;
}
.jws_team.layout4 .jws_team_item .jws_team_inner:hover .jws_team_content .jws_team_content_inner {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_image {
  position: relative;
  margin-bottom: 33px;
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_image .team_icon {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  margin-top: -70px;
  right: 0;
  background: #ffffff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  padding: 10px 10px;
  padding: 15px 16px;
  text-align: center;
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_image .team_icon li {
  margin-bottom: 5px;
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_image .team_icon li:last-child {
  margin-bottom: 0px;
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_image .team_icon li a {
  font-size: 14px;
  color: var(--color1);
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner {
  text-align: center;
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 3px;
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_title a {
  color: var(--color1);
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_title a:hover {
  color: var(--main);
}
.jws_team.layout5 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_job {
  font-size: 16px;
  font-weight: 400;
}
.jws_team.layout5.carousel-initialized .jws_team_item .team_icon {
  opacity: 0;
  transition: 0.3s all;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
}
.jws_team.layout5.carousel-initialized .jws_team_item .jws_team_content {
  opacity: 0;
  transition: 0.3s all;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
}
.jws_team.layout5.carousel-initialized .jws_team_item.is-active .team_icon {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.jws_team.layout5.carousel-initialized .jws_team_item.is-active .jws_team_content {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.jws_team.layout6 .jws_team_item .jws_team_inner {
  position: relative;
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_image img {
  width: 100%;
}
.jws_team.layout6 .jws_team_item .jws_team_inner .overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  width: calc(100% - 50px);
  height: 0;
  bottom: 25px;
  left: 25px;
  transition: 0.3s all;
  transition-delay: 0.3s;
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
  height: 100%;
  width: 100%;
  transition: 0.3s all;
  opacity: 0;
  transform: translatey(20px);
  -webkit-transform: translatey(20px);
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner {
  position: relative;
  width: 100%;
  text-align: center;
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_info .team_title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_info .team_title a {
  color: var(--color1);
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_info .team_job {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_icon {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_icon li {
  display: inline-block;
  margin: 0 8.5px;
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_icon li a {
  color: var(--main);
}
.jws_team.layout6 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_icon li a:hover {
  color: var(--color1);
}
.jws_team.layout6 .jws_team_item .jws_team_inner:hover .overlay {
  height: calc(100% - 50px);
  transition-delay: 0.2s;
}
.jws_team.layout6 .jws_team_item .jws_team_inner:hover .jws_team_content {
  opacity: 1;
  transform: translatey(0px);
  -webkit-transform: translatey(0px);
  transition-delay: 0.3s;
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_image {
  position: relative;
  margin-bottom: 27px;
  transition: 0.3s all;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  overflow: visible;
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_image .team_hover3d {
  -webkit-transform-style: inherit;
  transform-style: inherit;
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_image img {
  width: 100%;
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_image .team_icon_container {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
  height: 100%;
  width: 100%;
  transition: 0.3s all;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 51px);
  transform: translate3d(0, 0, 51px);
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_image .team_icon {
  list-style-type: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  display: block;
  position: relative;
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_image .team_icon li {
  display: inline-block;
  margin: 0 8.5px;
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_image .team_icon li a {
  color: var(--main);
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_image .team_icon li a:hover {
  color: var(--color1);
}
.jws_team.layout7 .jws_team_item .jws_team_inner .overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  width: calc(100% - 50px);
  height: 0;
  bottom: 25px;
  left: 25px;
  transition: 0.3s all;
  transition-delay: 0.3s;
  -webkit-transform: translate3d(0, 0, 50px);
  transform: translate3d(0, 0, 50px);
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_info .team_title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_info .team_title a {
  color: var(--color1);
}
.jws_team.layout7 .jws_team_item .jws_team_inner .jws_team_content .jws_team_content_inner .team_info .team_job {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.jws_team.layout7 .jws_team_item .jws_team_inner:hover .overlay {
  height: calc(100% - 50px);
  transition-delay: 0.2s;
}
.jws_team.layout7 .jws_team_item .jws_team_inner:hover .jws_team_image .team_hover3d {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07000000000000001);
}
.jws_team.layout7 .jws_team_item .jws_team_inner:hover .jws_team_image .team_icon_container {
  opacity: 1;
  transition-delay: 0.3s;
}
.jws_team.layout8 .jws_team_inner .jws_team_image {
  border-radius: 5px;
  overflow: hidden;
}
.jws_team.layout8 .jws_team_inner .jws_team_image img {
  width: 100%;
  transition: 0.3s all;
}
.jws_team.layout8 .jws_team_inner .team_icon {
  bottom: 32px;
  right: 20px;
  list-style-type: none;
}
.jws_team.layout8 .jws_team_inner .team_icon li {
  margin-bottom: 5px;
  transition: 0.3s all;
  opacity: 0;
  transform: translatey(10px);
  -webkit-transform: translatey(10px);
}
.jws_team.layout8 .jws_team_inner .team_icon li a {
  font-size: 13px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  display: block;
  text-align: center;
}
.jws_team.layout8 .jws_team_inner:hover .jws_team_image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.jws_team.layout8 .jws_team_inner:hover .team_icon li {
  opacity: 1;
  transform: translatey(0px);
  -webkit-transform: translatey(0px);
}
.jws_team.layout8 .jws_team_inner:hover .team_icon li:nth-child(2) {
  transition-delay: 0.1s;
}
.jws_team.layout8 .jws_team_inner:hover .team_icon li:nth-child(3) {
  transition-delay: 0.2s;
}
.jws_team.layout8 .jws_team_inner:hover .team_icon li:nth-child(4) {
  transition-delay: 0.3s;
}
.jws_team.layout9 .jws_team_item:hover {
  height: 100%;
}
.jws_team.layout9 .jws_team_item:hover img {
  width: calc(100% - 50px);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.jws_team.layout9 .jws_team_item:hover .team_icon li {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translatex(0px);
}
.jws_team.layout9 .jws_team_item:hover .team_icon li:nth-child(2) {
  transition-delay: 0.1s;
}
.jws_team.layout9 .jws_team_item:hover .team_icon li:nth-child(3) {
  transition-delay: 0.2s;
}
.jws_team.layout9 .jws_team_item:hover .team_icon li:nth-child(4) {
  transition-delay: 0.3s;
}
.jws_team.layout9 .jws_team_inner .jws_team_image {
  overflow: hidden;
  position: relative;
}
.jws_team.layout9 .jws_team_inner .team_icon {
  top: 0px;
  right: 0px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.jws_team.layout9 .jws_team_inner .team_icon li {
  margin-bottom: 8px;
  transition: 0.3s all;
  opacity: 0;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
}
.jws_team.layout9 .jws_team_inner .team_icon li a {
  font-size: 13px;
  border-radius: 100%;
  display: block;
  text-align: center;
  color: #000;
}
.jws_team.layout9 .jws_team_inner .team_icon li a:hover {
  opacity: 0.5;
}
.jws_team.layout10 .jws_team_inner .jws_team_image {
  position: relative;
}
.jws_team.layout10 .jws_team_inner .jws_team_image > span {
  position: absolute;
  opacity: 0;
  transition: 0.3s all;
}
.jws_team.layout10 .jws_team_inner .jws_team_image .img_hover1 {
  right: -34px;
  bottom: 13px;
  transform: translate(-35px, -22px);
}
.jws_team.layout10 .jws_team_inner .jws_team_image .img_hover2 {
  left: -17px;
  top: -20px;
  transform: translate(35px, 22px);
}
.jws_team.layout10 .jws_team_inner .jws_team_image .img_hover3 {
  top: 0px;
  left: -9px;
  transform: scale(0.6);
}
.jws_team.layout10 .jws_team_inner .jws_team_image > a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.jws_team.layout10 .jws_team_inner .jws_team_image a img {
  width: 100%;
  transition: 0.5s all;
  border-radius: 100%;
}
.jws_team.layout10 .jws_team_inner .jws_team_content {
  text-align: center;
  margin-top: 20px;
}
.jws_team.layout10 .jws_team_inner .jws_team_content .team_title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 4px;
}
.jws_team.layout10 .jws_team_inner .jws_team_content .team_title a {
  color: var(--color1);
}
.jws_team.layout10 .jws_team_inner .jws_team_content .team_title a:hover {
  color: var(--main);
}
.jws_team.layout10 .jws_team_inner:hover .jws_team_image > span {
  opacity: 1;
}
.jws_team.layout10 .jws_team_inner:hover .jws_team_image .img_hover3 {
  transform: scale(1);
}
.jws_team.layout10 .jws_team_inner:hover .jws_team_image .img_hover1,
.jws_team.layout10 .jws_team_inner:hover .jws_team_image .img_hover2 {
  transform: none;
}
.add-to-team {
  text-align: center;
}
.add-to-team h3 {
  font-weight: 500;
  font-size: 18px;
  color: var(--color1);
  margin-bottom: 15px;
}
.add-to-team a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  border: 1px solid var(--color1);
  border-radius: 100%;
}
.add-to-team a .icon-add {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: relative;
}
.add-to-team a .icon-add:before,
.add-to-team a .icon-add:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: var(--color1);
  transition: 0.3s all;
}
.add-to-team a .icon-add:after {
  transform: rotate(90deg);
}
.add-to-team a:hover {
  background: var(--color1);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
}
.add-to-team a:hover .icon-add:before,
.add-to-team a:hover .icon-add:after {
  background: #ffffff;
}
.jws_team_image img {
  width: 100%;
  transition: .3s all;
  will-change: transform;
}
[data-elementor-device-mode="mobile"] .jws_team .jws_team_inner .jws_team_content .team_title {
  margin: 15px 0px 10px 0px;
}
.jws_header.mega-has-hover #toggleDayOrNight svg circle {
  stroke: #fff;
}
#toggleDayOrNight,
.jws-toggle-item {
  border: unset;
  background: transparent;
  padding: 0px;
}
#toggleDayOrNight svg,
.jws-toggle-item svg {
  vertical-align: middle;
}
#toggleDayOrNight svg path,
.jws-toggle-item svg path {
  transform-origin: center center;
}
#toggleDayOrNight svg.btn-dark-mode,
.jws-toggle-item svg.btn-dark-mode {
  fill: #fff;
}
#toggleDayOrNight svg.btn-dark-mode circle,
.jws-toggle-item svg.btn-dark-mode circle {
  stroke: #000;
}
#toggleDayOrNight svg.btn-dark-mode path,
.jws-toggle-item svg.btn-dark-mode path {
  fill: #000;
}
.jws-toggle-item .checkbox {
  width: 100%;
  z-index: 9;
  height: 100%;
  opacity: 0;
  position: absolute;
}
.jws-toggle-item .checkbox:checked ~ .label > .ball {
  transform: translateX(-57px);
}
.btn-dark-mode .label .ball {
  background-color: #000000;
  box-shadow: 0px 0px 4px 0px rgba(93, 93, 93, 0.16);
}
.btn-dark-mode .label span.text.dark i {
  color: #000 !important;
  font-size: unset;
  vertical-align: middle;
}
.btn-dark-mode .label span.text.light i {
  font-size: 0px;
}
.label.mode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 130px;
  height: 30px;
  background: #ddddde;
  border-radius: 50px;
  padding: 3px 10px;
  position: relative;
  cursor: pointer;
}
.label.mode .ball {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  z-index: 1;
  transition: transform 0.2s linear;
}
.label.mode .dark i {
  font-size: 0px;
}
.label.mode .text {
  z-index: 2;
  position: relative;
  font-family: var(--font2);
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.jws-breadcrumbs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws-breadcrumbs li {
  display: inline;
}
.jws-breadcrumbs li:first-child {
  margin-left: 0 !important;
}
.jws-breadcrumbs li i {
  display: inline-block;
}
.jws_tab_wrap.display_right .tab_nav_container {
  order: 12;
}
.jws_tab_wrap.display_left,
.jws_tab_wrap.display_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jws_tab_wrap.display_left .tab_nav_container,
.jws_tab_wrap.display_right .tab_nav_container {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap {
  display: block;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav li,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav li {
  display: block;
}
.jws_tab_wrap.display_left .tab_content,
.jws_tab_wrap.display_right .tab_content {
  padding: 0 30px;
}
.jws_tab_wrap .tab_nav_wrap {
  background: #f5f5f5;
  padding: 8px;
  border-radius: 40px;
  display: inline-block;
}
.jws_tab_wrap .tab_absolute {
  position: absolute;
  z-index: 1;
}
.jws_tab_wrap .tab_nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws_tab_wrap .tab_nav li {
  display: inline-block;
}
.jws_tab_wrap .tab_nav li a {
  position: relative;
  z-index: 1;
  color: var(--color1);
  font-size: 12px;
  font-family: var(--font1);
  display: block;
  padding: 4px 35px 4px 35px;
  font-weight: 600;
}
.jws_tab_wrap .tab_nav li a i {
  display: inline;
}
.jws_tab_wrap .tab_nav li a .elementor-align-icon-right {
  float: right;
}
.jws_tab_wrap .tab_nav li a span {
  display: inline;
}
.jws_tab_wrap .tab_nav li.current a {
  color: #ffffff;
}
.jws_tab_wrap .tab_nav #magic_line {
  background: var(--main);
  position: absolute;
  transition: 0.5s all;
  border-radius: 40px;
}
.jws_tab_wrap .tab_content .jws_tab_item {
  display: none;
}
.jws_tab_wrap .tab_content .jws_tab_item.current {
  display: block;
  animation: jws_fadeInUp 0.7s both;
  -webkit-animation: jws_fadeInUp 0.7s both;
}
.jws_tab_wrap .layout_layout2 .tab_nav_wrap .tab_nav {
  position: relative;
}
.jws_tab_wrap .layout_layout2 .tab_nav_wrap .tab_nav li {
  margin-right: 35px;
}
.jws_tab_wrap .layout_layout2 .tab_nav_wrap .tab_nav #magic_line {
  border-radius: 0;
  height: 4px !important;
}
body[data-elementor-device-mode="mobile"] .jws_tab_wrap .tab_absolute,
body[data-elementor-device-mode="tablet"] .jws_tab_wrap .tab_absolute {
  position: unset;
}
@media (max-width: 767px) {
  .jws_tab_wrap .tab_nav #magic_line.hidden-mobile {
    display: none;
  }
  .jws_tab_wrap.display_right .tab_nav_container {
    order: 0;
  }
  .jws_tab_wrap.display_left,
  .jws_tab_wrap.display_right {
    display: block;
  }
  .jws_tab_wrap.display_left .tab_nav_container,
  .jws_tab_wrap.display_right .tab_nav_container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.jws-price-table {
  text-align: left;
  border-radius: 10px;
  padding: 60px 50px;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #0e0e0e;
  position: relative;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
}
.jws-price-table::after,
.jws-price-table::before {
  box-sizing: inherit;
  content: '';
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.jws-price-table::before {
  top: 0;
  left: 0;
}
.jws-price-table::after {
  bottom: 0;
  right: 0;
}
.jws-price-table:hover::before,
.jws-price-table:hover::after {
  width: 100%;
  height: 100%;
}
.jws-price-table:hover::before {
  border-top-color: #000;
  border-right-color: #000;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}
.jws-price-table:hover::after {
  border-bottom-color: #000;
  border-left-color: #000;
  transition: border-color 0s ease-out 0.5s, width 0.3s ease-out 0.5s, height 0.3s ease-out 0.75s;
}
.jws-price-table .jws-price-table__header .jws-price-table__top_heading {
  font-family: var(--font1);
  font-weight: bold;
  font-size: 14px;
  color: #959595;
  display: block;
  padding-bottom: 5px;
}
.jws-price-table .jws-price-table__header .jws-price-table__heading {
  font-size: 24px;
  font-weight: 600;
  color: var(--color1);
  font-family: var(--font1);
  margin-bottom: 6px;
}
.jws-price-table .jws-price-table__header .jws-price-table__subheading {
  font-family: var(--font1);
  color: #959595;
}
.jws-price-table .jws-price-table__price {
  font-size: 30px;
  font-weight: 600;
  color: var(--color1);
  font-family: var(--font1);
  padding: 36px 0px 29px 0px;
}
.jws-price-table .jws-price-table__price .jws-price-table__period {
  font-size: 16px;
  font-weight: 400;
}
.jws-price-table .jws-price-table__features-list {
  padding: 41px 0px 30px 0px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.jws-price-table .jws-price-table__feature-inner {
  display: flex;
  align-content: center;
  padding: 10px 0px;
}
.jws-price-table .jws-price-table__feature-inner span {
  margin-left: 10px;
}
.jws-price-table .jws-price-table__footer .jws-price-table__button {
  width: 100%;
  background: var(--main);
  border-radius: 40px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font1);
  display: inline-block;
  padding: 10px 40px;
  box-: 3px 4px 6.3px 0.7px rgba(52, 0, 0, 0.15);
}
.jws-price-table .jws-price-table__footer .jws-price-table__button:hover {
  background: var(--color1);
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail {
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font1);
  margin: 30px 0px 0px 0px;
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail span {
  margin-left: 5px;
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail:hover span {
  display: inline-block;
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-price-table.layout2 {
  border: none;
  transition: 0.3s all;
}
.jws-price-table.layout2 header {
  border: 1px solid #f0f3fc;
  transition: 0.3s all;
}
.jws-price-table.layout2 footer {
  border: 1px solid #f0f3fc;
  border-top: 0;
}
.jws-price-table.layout2 .jws-price-table__header {
  padding: 50px 15px 0px;
}
.jws-price-table.layout2 .jws-price-table__header .jws-price-table__top_heading {
  margin-bottom: 35px;
}
.jws-price-table.layout2 .jws-price-table__price {
  padding: 30px 0px 42px 0px;
}
.jws-price-table.layout2 .jws-price-table__price .jws-price-table__period {
  display: block;
  margin-top: 6px;
}
.jws-price-table.layout2 .jws-price-table__features-list {
  text-align: left;
  padding: 41px 30px 0px;
}
.jws-price-table.layout2 .jws-price-table__features-list li:not(:last-child) {
  margin-bottom: 10px;
}
.jws-price-table.layout2 .jws-price-table__features-list i {
  color: var(--main);
  margin-right: 11px;
  font-size: 16px;
}
.jws-price-table.layout2 .jws-price-table__footer .jws-price-table__button {
  display: block;
}
.jws-price-table.layout2:hover {
  margin-top: -20px;
}
.jws-price-table.layout2:hover header {
  padding-top: 20px;
  background: var(--main);
  border-color: var(--main);
}
.jws-price-table.layout2:hover header * {
  color: var(--light) !important;
}
.Rectangle_2 {
  background-color: #ffffff;
  box-shadow: 0px 0px 45px 5px rgba(28, 31, 28, 0.05);
  position: absolute;
  left: 777px;
  top: 4620px;
  width: 371px;
  height: 670px;
  z-index: 223;
}
.jws_progress {
  position: relative;
}
.jws_progress.layout_grid_number_top {
  text-align: center;
}
.jws_progress.layout_grid_number_top .progress_top {
  display: inline-block;
  position: relative;
  margin-bottom: 18px;
}
.jws_progress.layout_grid_number_top .progress_number {
  position: absolute;
  background: var(--heading);
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: var(--light);
  font-family: var(--font1);
  font-weight: 500;
  border-radius: 100%;
  top: -5px;
  left: -2px;
}
.jws_progress.layout_grid_number_top .progress_title {
  margin-bottom: 15px;
}
.jws_progress.layout_grid_number_top .box_icon {
  padding: 25px;
  display: inline-block;
  border-radius: 100%;
  background: #f3f4f9;
}
.jws_progress.layout_grid_number_top svg {
  width: 1em;
  height: 1em;
  display: block;
}
.jws_progress.layout_list_hover .progress_item {
  border-radius: 5px;
  transition: 0.3s all;
}
.jws_progress.layout_list_hover .progress_item .progress_title {
  margin-bottom: 12px;
  transition: 0.3s all;
}
.jws_progress.layout_list_hover .progress_item .progress_description {
  transition: 0.3s all;
}
.jws_progress.layout_list:before {
  width: 1px;
  height: calc(100% - 90px);
  left: 45px;
  top: 45px;
  content: "";
  position: absolute;
  background: #d8d8d8;
}
.jws_progress.layout_list .progress_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
  margin-bottom: 58px;
}
.jws_progress.layout_list .progress_item:last-child {
  margin-bottom: 0;
}
.jws_progress.layout_list .progress_item .progress_left {
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
}
.jws_progress.layout_list .progress_item .progress_left .progress_number {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #dadada;
  font-family: var(--font1);
  font-size: 30px;
  font-weight: 700;
  color: var(--color1);
  border-radius: 100%;
  position: relative;
}
.jws_progress.layout_list .progress_item .progress_left .progress_number.active {
  background: var(--main);
  border-color: var(--main);
  color: #ffffff;
}
.jws_progress.layout_list .progress_item .progress_left .progress_number.active i {
  background: transparent;
}
.jws_progress.layout_list .progress_item .progress_left .progress_number i {
  color: #222222;
  position: absolute;
  bottom: -3px;
  right: -5px;
  font-size: 35px;
  background: #f5f5f5;
  padding: 0px 4px;
}
.jws_progress.layout_list .progress_item .progress_right {
  -ms-flex: 0 0 calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
  padding-left: 6.4%;
}
.jws_progress.layout_list .progress_item .progress_right .progress_title {
  color: var(--color1);
  font-family: var(--font1);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
}
.jws_progress.layout_list .progress_item .progress_right .progress_description {
  color: #959595;
}
.jws_progress.layout_list2 .progress_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
}
.jws_progress.layout_list2 .progress_item:last-child {
  margin-bottom: 0;
}
.jws_progress.layout_list2 .progress_item .dots {
  margin-left: 48px;
}
.jws_progress.layout_list2 .progress_item .dots > span {
  height: 4px;
  width: 4px;
  border-radius: 100%;
  background-color: #ffffff;
  display: block;
  margin: 13px 0;
}
.jws_progress.layout_list2 .progress_item:last-child .dots {
  display: none;
}
.jws_progress.layout_list2 .progress_item .progress_left {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
.jws_progress.layout_list2 .progress_item .progress_left .progress_number {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #ffffff;
  font-family: var(--font1);
  font-size: 30px;
  font-weight: 500;
  color: var(--color1);
  border-radius: 100%;
  position: relative;
}
.jws_progress.layout_list2 .progress_item .progress_left .progress_number.active {
  background: var(--main);
  border-color: var(--main);
  color: #ffffff;
}
.jws_progress.layout_list2 .progress_item .progress_left .progress_number.active i {
  background: transparent;
}
.jws_progress.layout_list2 .progress_item .progress_left .progress_number i {
  color: #222222;
  position: absolute;
  bottom: -3px;
  right: -5px;
  font-size: 35px;
  background: #f5f5f5;
  padding: 0px 4px;
}
.jws_progress.layout_list2 .progress_item .progress_right {
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding-left: 6.4%;
}
.jws_progress.layout_list2 .progress_item .progress_right .progress_title {
  color: var(--color1);
  font-family: var(--font1);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 11px;
}
.jws_progress.layout_list2 .progress_item .progress_right .progress_description {
  color: #959595;
}
.jws_progress.layout_tab .process_content .progress_item {
  display: none;
}
.jws_progress.layout_tab .process_content .progress_item.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jws_progress.layout_tab .process_content .progress_item.current .progress_right .progress_step_big {
  animation: fadeInUp 0.5s both;
  animation-delay: 0.1s;
}
.jws_progress.layout_tab .process_content .progress_item .progress_left img {
  border-radius: 5px;
  box-shadow: 0px 5px 27.9px 2.1px rgba(51, 51, 102, 0.3);
  animation: fadeInUp 0.5s both;
  display: block;
}
.jws_progress.layout_tab .process_content .progress_item .progress_right .propress {
  position: relative;
}
.jws_progress.layout_tab .process_content .progress_item .progress_right .progress_step_big {
  color: #f4f4f4;
  font-size: 176px;
  font-weight: bold;
  font-family: var(--font1);
  position: absolute;
  top: 45%;
  z-index: 0;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.jws_progress.layout_tab .process_content .progress_item .progress_right .progress_step {
  font-family: var(--font1);
}
.jws_progress.layout_tab .process_content .progress_item .progress_right .progress_title {
  font-size: 20px;
  font-weight: bold;
  color: var(--color1);
  margin-bottom: 45px;
}
.jws_progress.layout_tab .process_content .progress_item .progress_right .progress_description {
  letter-spacing: 0.6px;
}
.jws_progress.layout_tab .process_content .progress_item .progress_right .progress_description ul {
  padding: 0;
  list-style-type: none;
}
.jws_progress.layout_tab .process_content .progress_item .progress_right .progress_description ul li:before {
  content: "";
  background: var(--main);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.jws_progress.layout_tab .process_nav {
  z-index: 1;
  position: relative;
}
.jws_progress.layout_tab .process_nav .process_nav_inner {
  display: inline-block;
  position: relative;
}
.jws_progress.layout_tab .process_nav .process_nav_inner:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px dashed #dce1fc;
  top: 50%;
  z-index: -1;
}
.jws_progress.layout_tab .process_nav .progress_item {
  display: inline-block;
  margin: 0 1.8vw;
}
.jws_progress.layout_tab .process_nav .progress_item:first-child {
  margin-left: 0 !important;
}
.jws_progress.layout_tab .process_nav .progress_item:last-child {
  margin-right: 0 !important;
}
.jws_progress.layout_tab .process_nav .progress_item .progress_number {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  box-shadow: 0px 5px 47.5px 2.5px rgba(51, 51, 102, 0.1);
  font-size: 18px;
  background: #ffffff;
  color: var(--color1);
  font-weight: bold;
}
.jws_progress.layout_tab .process_nav .progress_item.current a {
  background: var(--main);
  color: #ffffff;
  box-shadow: 0px 5px 27.9px 2.1px rgba(51, 51, 102, 0.3);
}
.jws_progress.layout_slider .progress_item .row {
  margin: 0;
}
.jws_progress.layout_slider .progress_item .row > div {
  padding: 0;
}
.jws_progress.layout_slider .progress_item img {
  width: 100%;
}
.jws_progress.layout_slider .progress_item .progress_content {
  background: var(--color2);
  padding: 11%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.jws_progress.layout_slider .progress_item .progress_content .progress_number {
  font-family: var(--font1);
  color: var(--main);
  position: relative;
  margin-right: 12px;
}
.jws_progress.layout_slider .progress_item .progress_content .progress_number:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
  height: 1px;
  background: var(--main);
}
.jws_progress.layout_slider .progress_item .progress_content .progress_top_title {
  font-family: var(--font1);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.jws_progress.layout_slider .progress_item .progress_content .progress_title {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--font1);
  margin-top: 25px;
  margin-bottom: 21px;
}
.jws_progress.layout_slider .progress_item .progress_content .progress_description {
  margin-bottom: 25px;
}
.jws_progress.layout_slider .progress_item .progress_content .progress_button {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font1);
}
.jws_progress.layout_slider .progress_item .progress_content .progress_button span {
  display: inline-block;
  vertical-align: middle;
}
.jws_progress.layout_slider .progress_item .progress_content .progress_button span.lnr {
  font-size: 30px;
  display: inline-block;
  margin-right: 10px;
}
.jws_progress.layout_slider .progress_item .progress_content .progress_button:hover span.lnr {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws_progress.layout_slider .slider-nav-wrap {
  text-align: right;
  margin-top: -58px;
  width: 50%;
  padding-right: 3%;
}
.jws_progress.layout_slider .slider-nav {
  min-width: 170px;
  display: inline-block;
  position: relative;
  text-align: center;
}
.jws_progress.layout_slider .slider-nav .slick-arrow {
  font-size: 14px;
  color: var(--main);
  cursor: pointer;
  position: absolute;
  top: 6px;
}
.jws_progress.layout_slider .slider-nav .slick-arrow.slick-prev {
  left: 0;
}
.jws_progress.layout_slider .slider-nav .slick-arrow.slick-next {
  right: 0;
}
.jws_progress.layout_slider .slider-nav .custom_paging {
  padding: 0;
  margin: 0;
}
.jws_progress.layout_slider .slider-nav .custom_paging li {
  display: none;
}
.jws_progress.layout_slider .slider-nav .custom_paging li .custom-dot {
  font-size: 14px;
  color: var(--main);
  font-family: var(--font1);
}
.jws_progress.layout_slider .slider-nav .custom_paging li .custom-dot .total {
  color: var(--colorbody);
  padding: 0 5px;
}
.jws_progress.layout_slider .slider-nav .custom_paging li .custom-dot .string {
  font-size: 24px;
  color: var(--color1);
  font-weight: 500;
  padding: 0 5px;
}
.jws_progress.layout_slider .slider-nav .custom_paging li.slick-active {
  display: block;
}
.jws_progress.layout_slider .slider-nav .custom_paging li.slick-active .string {
  animation: fadeIn 0.3s both;
  -webkit-animation: fadeIn 0.3s both;
}
.jws_progress.layout_grid_animation .progress_item {
  position: relative;
}
.jws_progress.layout_grid_animation .progress_item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s all;
}
.jws_progress.layout_grid_animation .progress_item .process_content {
  position: relative;
}
.jws_progress.layout_grid_animation .progress_item .progress_number {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  margin-bottom: 23px;
}
.jws_progress.layout_grid_animation .progress_item .progress_title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 22px;
}
.jws_progress.layout_grid_animation .progress_item .progress_description {
  color: #e3e3e3;
}
.jws_progress.layout_grid_animation .progress_item.active .overlay {
  width: 0%;
}
body[data-elementor-device-mode="mobile"] .jws_progress.layout_tab .process_content .progress_item .progress_right .progress_title {
  margin-bottom: 15px;
}
body[data-elementor-device-mode="mobile"] .jws_progress.layout_tab .process_nav .process_nav_inner:before {
  display: none;
}
body[data-elementor-device-mode="mobile"] .jws_progress.layout_slider .slider-nav-wrap {
  text-align: left;
  margin-top: 30px;
  width: 100%;
  padding-right: 0;
}
@media (max-width: 767px) {
  .jws_progress.layout_tab .process_nav .progress_item .progress_number {
    width: 43px;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .jws_progress.layout_slider .slider-nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-top: 25px;
  }
  .jws_progress.layout_tab .process_nav {
    margin: 30px 0px 0px 0px !important;
    text-align: left !important;
  }
}
/* Contact Form 7 Styler */
.jws-cf7-container {
  position: relative;
}
.jws-cf7-style span.wpcf7-list-item {
  margin: 0 1em 0 0em;
}
.jws-cf7-loader-active span.ajax-loader.is-active {
  display: inline-block;
}
/* Contact Form 7 Styler Select Field Arrow */
.jws-cf7-style select {
  -webkit-appearance: none;
}
.jws-cf7-style .jws-cf7-select-custom {
  display: block;
  position: relative;
}
.jws-cf7-style .jws-cf7-select-custom:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  position: absolute;
  font-size: 0.7em;
  line-height: 1;
  top: 45%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  right: 0.5em;
  z-index: 5;
  pointer-events: none;
}
.jws-cf7-highlight-style-default .wpcf7-not-valid-tip {
  display: none;
}
.jws-cf7-highlight-style-tooltip .wpcf7-form-control-wrap {
  display: block;
}
.jws-cf7-highlight-style-tooltip .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  transform: translateY(calc(-100% - 5px));
}
.jws-cf7-highlight-style-tooltip .wpcf7-form-control-wrap .wpcf7-not-valid-tip:after {
  width: 0;
  height: 0;
  border-top: 5px solid rgba(255, 0, 0, 0.6);
  border-left: 5px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
}
.jws-cf7-highlight-style-tooltip span.jws-cf7-alert {
  display: block;
  text-align: right;
}
/* Contact Form 7 - Buttons */
.jws-cf7-btn-size-xs .jws-cf7-style input[type=submit] {
  font-size: 13px;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.jws-cf7-input-size-xs .jws-cf7-style input:not([type="submit"]),
.jws-cf7-input-size-xs .jws-cf7-style .wpcf7 textarea,
.jws-cf7-input-size-xs .jws-cf7-style select {
  font-size: 13px;
  padding: 8px 10px;
}
.jws-cf7-input-size-xs .jws-cf7-style select[multiple="multiple"] {
  padding: 0;
}
.jws-cf7-input-size-xs .jws-cf7-style select[multiple="multiple"] option {
  padding: 8px 10px;
}
.jws-cf7-input-size-xs .jws-cf7-select-custom {
  font-size: 13px;
}
.jws-cf7-input-size-xs .jws-cf7-style input[type="checkbox"] + span:before,
.jws-cf7-input-size-xs .jws-cf7-style input[type="radio"] + span:before {
  height: 10px;
  width: 10px;
}
.jws-cf7-input-size-xs .jws-cf7-style input[type="checkbox"]:checked + span:before {
  font-size: -webkit-calc(8.33333333px);
  font-size: calc(8.33333333px);
}
.jws-cf7-input-size-xs input[type=range]::-webkit-slider-thumb {
  font-size: 10px;
}
.jws-cf7-input-size-xs input[type=range]::-moz-range-thumb {
  font-size: 10px;
}
.jws-cf7-input-size-xs input[type=range]::-ms-thumb {
  font-size: 10px;
}
.jws-cf7-btn-size-sm .jws-cf7-style input[type=submit] {
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.jws-cf7-input-size-sm .jws-cf7-style input:not([type="submit"]),
.jws-cf7-input-size-sm .jws-cf7-style .wpcf7 textarea,
.jws-cf7-input-size-sm .jws-cf7-style select {
  font-size: 15px;
  padding: 12px 10px;
}
.jws-cf7-input-size-sm .jws-cf7-style select[multiple="multiple"] {
  padding: 0;
}
.jws-cf7-input-size-sm .jws-cf7-style select[multiple="multiple"] option {
  padding: 12px 10px;
}
.jws-cf7-input-size-sm .jws-cf7-select-custom {
  font-size: 15px;
}
.jws-cf7-input-size-sm .jws-cf7-style input[type="checkbox"] + span:before,
.jws-cf7-input-size-sm .jws-cf7-style input[type="radio"] + span:before {
  height: 12px;
  width: 12px;
}
.jws-cf7-input-size-sm .jws-cf7-style input[type="checkbox"]:checked + span:before {
  font-size: -webkit-calc(10px);
  font-size: calc(10px);
}
.jws-cf7-input-size-sm input[type=range]::-webkit-slider-thumb {
  font-size: 12px;
}
.jws-cf7-input-size-sm input[type=range]::-moz-range-thumb {
  font-size: 12px;
}
.jws-cf7-input-size-sm input[type=range]::-ms-thumb {
  font-size: 12px;
}
.wpcf7-submit .elementor-button-icon {
  position: absolute;
  right: 20px;
  font-size: 20px;
}
.jws-cf7-style .wpcf7-list-item-label a.jws-link {
  text-decoration: underline;
}
.jws-cf7-btn-size-md .jws-cf7-style input[type=submit] {
  font-size: 16px;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.jws-cf7-input-size-md .jws-cf7-style input:not([type="submit"]),
.jws-cf7-input-size-md .jws-cf7-style .wpcf7 textarea,
.jws-cf7-input-size-md .jws-cf7-style select {
  font-size: 16px;
  padding: 15px 10px;
}
.jws-cf7-input-size-md .jws-cf7-style select[multiple="multiple"] {
  padding: 0;
}
.jws-cf7-input-size-md .jws-cf7-style select[multiple="multiple"] option {
  padding: 15px 10px;
}
.jws-cf7-input-size-md .jws-cf7-select-custom {
  font-size: 16px;
}
.jws-cf7-input-size-md .jws-cf7-style input[type="checkbox"] + span:before,
.jws-cf7-input-size-md .jws-cf7-style input[type="radio"] + span:before {
  height: 15px;
  width: 15px;
}
.jws-cf7-input-size-md .jws-cf7-style input[type="checkbox"]:checked + span:before {
  font-size: -webkit-calc(12.5px);
  font-size: calc(12.5px);
}
.jws-cf7-input-size-md input[type=range]::-webkit-slider-thumb {
  font-size: 15px;
}
.jws-cf7-input-size-md input[type=range]::-moz-range-thumb {
  font-size: 15px;
}
.jws-cf7-input-size-md input[type=range]::-ms-thumb {
  font-size: 15px;
}
.jws-cf7-btn-size-lg .jws-cf7-style input[type=submit] {
  font-size: 18px;
  padding: 20px 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.jws-cf7-input-size-lg .jws-cf7-style input:not([type="submit"]),
.jws-cf7-input-size-lg .jws-cf7-style .wpcf7 textarea,
.jws-cf7-input-size-lg .jws-cf7-style select {
  font-size: 18px;
  padding: 20px 10px;
}
.jws-cf7-input-size-lg .jws-cf7-style select[multiple="multiple"] {
  padding: 0;
}
.jws-cf7-input-size-lg .jws-cf7-style select[multiple="multiple"] option {
  padding: 20px 10px;
}
.jws-cf7-input-size-lg .jws-cf7-select-custom {
  font-size: 18px;
}
.jws-cf7-input-size-lg .jws-cf7-style input[type="checkbox"] + span:before,
.jws-cf7-input-size-lg .jws-cf7-style input[type="radio"] + span:before {
  height: 20px;
  width: 20px;
}
.jws-cf7-input-size-lg .jws-cf7-style input[type="checkbox"]:checked + span:before {
  font-size: -webkit-calc(16.66666667px);
  font-size: calc(16.66666667px);
}
.jws-cf7-input-size-lg input[type=range]::-webkit-slider-thumb {
  font-size: 20px;
}
.jws-cf7-input-size-lg input[type=range]::-moz-range-thumb {
  font-size: 20px;
}
.jws-cf7-input-size-lg input[type=range]::-ms-thumb {
  font-size: 20px;
}
.jws-cf7-btn-size-xl .jws-cf7-style input[type=submit] {
  font-size: 20px;
  padding: 25px 50px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.jws-cf7-input-size-xl .jws-cf7-style input:not([type="submit"]),
.jws-cf7-input-size-xl .jws-cf7-style .wpcf7 textarea,
.jws-cf7-input-size-xl .jws-cf7-style select {
  font-size: 20px;
  padding: 25px 10px;
}
.jws-cf7-input-size-xl .jws-cf7-style select[multiple="multiple"] {
  padding: 0;
}
.jws-cf7-input-size-xl .jws-cf7-style select[multiple="multiple"] option {
  padding: 25px 10px;
}
.jws-cf7-input-size-xl .jws-cf7-select-custom {
  font-size: 20px;
}
.jws-cf7-input-size-xl .jws-cf7-style input[type="checkbox"] + span:before,
.jws-cf7-input-size-xl .jws-cf7-style input[type="radio"] + span:before {
  height: 25px;
  width: 25px;
}
.jws-cf7-input-size-xl .jws-cf7-style input[type="checkbox"]:checked + span:before {
  font-size: -webkit-calc(20.83333333px);
  font-size: calc(20.83333333px);
}
.jws-cf7-input-size-xl input[type=range]::-webkit-slider-thumb {
  font-size: 25px;
}
.jws-cf7-input-size-xl input[type=range]::-moz-range-thumb {
  font-size: 25px;
}
.jws-cf7-input-size-xl input[type=range]::-ms-thumb {
  font-size: 25px;
}
/* Contact Form 7 / Gravity Form - Buttons Ends */
/* Contact Form 7 */
.jws-cf7-style input[type=range] {
  background: transparent !important;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Special styling for Range track */
.jws-cf7-style input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.jws-cf7-style input[type=range]::-webkit-slider-runnable-track {
  height: 0.35em;
}
.jws-cf7-style input[type=range]::-moz-range-track {
  height: 0.35em;
}
.jws-cf7-style input[type=range]::-ms-fill-lower {
  height: 0.35em;
}
.jws-cf7-style input[type=range]::-ms-fill-upper {
  height: 0.35em;
}
/* Special styling for Range thumb */
.jws-cf7-style input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  margin-top: -0.35em;
}
.jws-cf7-style input[type=range]::-moz-range-thumb {
  height: 1em;
  width: 1em;
  margin-top: -0.35em;
}
.jws-cf7-style input[type=range]::-ms-thumb {
  height: 1em;
  width: 1em;
  margin-top: -0.35em;
}
.jws-cf7-style .wpcf7-radio input[type="radio"] + span:before {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.jws-cf7-style .wpcf7 div.wpcf7-response-output {
  margin: 10px 0px 0px 0px;
}
div.wpcf7-mail-sent-ok {
  color: #FFFFFF;
  background-color: #008000;
  border-color: #008000;
}
div.wpcf7-validation-errors {
  color: #FFFFFF;
  background-color: #F04040;
  border-color: #F04040;
}
.jws-cf7-style-box .wpcf7-checkbox input[type="checkbox"]:checked + span:before,
.jws-cf7-style-box .wpcf7-checkbox input[type="checkbox"] + span:before,
.jws-cf7-style-box .wpcf7-acceptance input[type="checkbox"]:checked + span:before,
.jws-cf7-style-box .wpcf7-acceptance input[type="checkbox"] + span:before,
.jws-cf7-style-box .wpcf7-radio input[type="radio"] + span:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.jws-cf7-button-center input.wpcf7-form-control.wpcf7-submit,
.jws-cf7-button-left input.wpcf7-form-control.wpcf7-submit,
.jws-cf7-button-right input.wpcf7-form-control.wpcf7-submit,
.jws-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: auto;
}
.jws-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
  margin-left: auto !important;
  margin-right: auto !important;
}
.jws-cf7-button-center .jws-cf7-loader-active {
  text-align: center;
}
.jws-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
  margin-left: 0;
  margin-right: auto;
}
.jws-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.jws-cf7-button-right .jws-cf7-loader-active {
  text-align: right;
}
.jws-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%;
}
.jws-cf7-button-justify .jws-cf7-loader-active {
  text-align: center;
}
.jws-cf7-style .wpcf7-checkbox input[type='checkbox'],
.jws-cf7-style .wpcf7-acceptance input[type='checkbox'],
.jws-cf7-style .wpcf7-radio input[type='radio'] {
  display: none;
}
.jws-cf7-style .wpcf7-checkbox input[type='checkbox'] + span:before,
.jws-cf7-style .wpcf7-radio input[type='radio'] + span:before,
.jws-cf7-style .wpcf7-acceptance input[type='checkbox'] + span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
}
.jws-cf7-style .wpcf7-radio input[type='radio'] + span:before {
  border: 2px solid var(--main) !important;
  border-radius: 100%;
  width: 13px !important;
  height: 13px !important;
  display: inline-block;
  background: transparent !important;
  margin-top: -5px;
}
.jws-cf7-style .wpcf7-radio input[type='radio'] + span:after {
  background: var(--main) !important;
  border-radius: 100%;
  width: 9px !important;
  height: 9px !important;
  content: "";
  position: absolute;
  left: 4px;
  top: 3.5px;
  opacity: 0;
  transition: 0.3s all;
}
.jws-cf7-style .wpcf7-radio input[type='radio']:checked + span {
  position: relative;
}
.jws-cf7-style .wpcf7-radio input[type='radio']:checked + span:after {
  opacity: 1;
}
.jws-cf7-style .wpcf7-checkbox input[type='checkbox']:checked + span:before,
.jws-cf7-style .wpcf7-acceptance input[type='checkbox']:checked + span:before {
  content: "\2714";
  line-height: 1.2;
}
@media only screen and (min-width: 769px) {
  .jws-cf7-col {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .jws-cf7-col label,
  .jws-cf7-col > span {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 10px;
  }
}
/* Contact Form 7 ends*/
@media only screen and (max-width: 976px) {
  .jws-tablet-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .jws-tablet-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
    margin-left: 0;
    margin-right: auto;
    width: auto;
  }
  .jws-tablet-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
    margin-right: 0;
    width: auto;
  }
  .jws-tablet-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .jws-mobile-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .jws-mobile-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
    margin-left: 0;
    margin-right: auto;
    width: auto;
  }
  .jws-mobile-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
    margin-right: 0;
    width: auto;
  }
  .jws-mobile-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
  }
  .form_style1 input[type=submit],
  .form_style1 button {
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
div.wpcf7 .ajax-loader {
  background-image: none;
  width: 0px;
  height: 0px;
  display: block;
  transition: 0.3s all;
}
div.wpcf7 .submitting .ajax-loader,
div.wpcf7.resetting .ajax-loader {
  transform: scale(1);
  -webkit-transform: scale(1);
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-top: 10px;
}
div.wpcf7 .ajax-loader {
  transform: scale(0);
  -webkit-transform: scale(0);
}
div.wpcf7 .ajax-loader.is-active:after {
  border: 3px solid #fafafa;
  border-radius: 50%;
  border-top: 3px solid #000000;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  content: "";
  display: block;
}
/** Custom css **/
.form_style1 input[type=submit],
.form_style1 button {
  position: absolute;
  top: 3px;
  right: 3px;
}
.jws_search {
  position: relative;
}
.jws_search.has_popup > button {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  position: relative;
  line-height: 20px;
}
.jws_search.has_popup > button svg {
  vertical-align: middle;
}
.jws_search.has_popup > button .open {
  display: inline-block;
}
.jws_search.has_popup > button .remove {
  display: none;
}
.jws_search.has_popup .form_content {
  position: absolute;
  background: #ffffff;
  z-index: 2;
  top: 100%;
  right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  -moz-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.jws_search.has_popup .form_content form {
  background: rgba(0, 0, 0, 0.03);
}
.jws_search.has_popup .form_content form .search-submit:hover {
  color: var(--main);
}
.jws_search.open > button .open {
  display: none;
}
.jws_search.open > button .remove {
  display: block;
}
.jws_search.open .form_content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
form.search-form input {
  padding-left: 20px;
}
#header_mode .jws_search input[type="search"] {
  width: 100px;
  -webkit-transition: width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  text-align: left;
}
#header_mode .jws_search input[type="search"]:focus {
  width: 200px;
}
.jws_timeline .jws_timeline_main {
  position: relative;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.active .jws_timeline_content .jws_timeline_content_inner {
  background: transparent;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.active .jws_timeline_circle:before {
  -webkit-animation: btnIconRipple 1.5s cubic-bezier(0.23, 1, 0.9, 1) both infinite;
  animation: btnIconRipple 1.5s cubic-bezier(0.23, 1, 0.9, 1) both infinite;
  width: 200%;
  height: 200%;
  background: #566ef4;
  border-radius: 100%;
  content: "";
  position: absolute;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.animation_show .jws_timeline_content {
  opacity: 1;
  transform: translatex(0) !important;
  -webkit-transform: translatex(0) !important;
  transition-delay: 0.5s;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_right .jws_timeline_content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 60px;
  transform: translatex(-50px);
  -webkit-transform: translatex(-50px);
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_right .jws_timeline_date {
  text-align: left;
  padding-left: 30px;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_left .jws_timeline_content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 60px;
  transform: translatex(50px);
  -webkit-transform: translatex(50px);
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_left .jws_timeline_content:after {
  left: 0;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_left .jws_timeline_date {
  text-align: right;
  padding-right: 30px;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_circle {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: var(--main);
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 100%;
  position: relative;
  transition: 0.5s all;
  opacity: 0;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_content:after {
  content: "";
  position: absolute;
  border-bottom: 1px dashed var(--main);
  width: 60px;
  right: 0;
  top: 50%;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_content .jws_timeline_content_inner {
  text-align: center;
  padding: 35px 45px;
  background: var(--color_body);
  border: 2px solid var(--color_body);
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_content .jws_timeline_date_inner {
  display: none;
  margin-bottom: 15px;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_content .jws_timeline_title {
  font-size: 20px;
  color: #fffefe;
  font-weight: bold;
  letter-spacing: 0.7px;
  margin-bottom: 19px;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_content .jws_timeline_desc {
  color: #ffffff;
  letter-spacing: 0.7px;
  font-weight: 300;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_date {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 100%;
  position: relative;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_date .jws_timeline_date_inner {
  display: inline-block;
  text-align: center;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_date_inner .jws_timeline_month {
  color: var(--main2);
  font-weight: 300;
  margin-bottom: -5px;
  display: block;
}
.jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_date_inner .jws_timeline_year {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  font-family: var(--font1);
  margin: 0;
}
.jws_timeline .jws_timeline_line {
  width: 3px;
  left: 50%;
  bottom: 0;
  right: auto;
  position: absolute;
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
  background: var(--main);
  margin-left: 1.5px;
}
.jws_timeline .jws_timeline_line:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid var(--main);
  content: "";
  bottom: -14px;
  position: absolute;
  left: -5.6px;
}
@media (max-width: 767px) {
  .jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_date {
    display: none;
  }
  .jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_content .jws_timeline_date_inner {
    display: block;
  }
  .jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_right {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
    -moz-box-orient: unset;
    -moz-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
  .jws_timeline .jws_timeline_main .jws_days .jws_timeline_field .jws_timeline_circle {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
    position: relative;
  }
  .jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_right .jws_timeline_content {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    padding-left: 30px;
    padding-right: 0;
    transform: translatex(0) !important;
    -webkit-transform: translatex(0) !important;
  }
  .jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_right .jws_timeline_content:after {
    left: 0;
    width: 30px;
  }
  .jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_left .jws_timeline_content {
    padding-left: 30px;
    transform: translatex(0) !important;
    -webkit-transform: translatex(0) !important;
  }
  .jws_timeline .jws_timeline_main .jws_days .jws_timeline_field.position_left .jws_timeline_content:after {
    width: 30px;
  }
  .jws_timeline .jws_timeline_line {
    left: 10px;
  }
}
.jws-twitter-feed-wrapper .jws-social-feed-element .jws-content .media-body {
  animation: fadeIn 0.5s both;
}
.jws-twitter-feed-wrapper .jws-social-feed-element .jws-content .media-body .jws-social-feed-text {
  border-radius: 5px;
  position: relative;
  background: #161B2C;
  margin: 20px 0;
}
.jws-twitter-feed-wrapper .jws-social-feed-element .jws-content .media-body .jws-social-feed-text:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #161B2C;
  content: "";
  top: -12px;
  position: absolute;
  left: 40px;
}
.jws-loading-feed.jws-show-loading .jws-loader {
  border: 2px solid #fafafa;
  border-radius: 50%;
  border-top: 2px solid var(--main);
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: block;
  position: absolute;
}
.jws_dropdown_text .drop_top {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  transition: 0.3s all;
  line-height: 76px;
}
.jws_dropdown_text .drop_top img {
  max-width: 25px;
  margin-right: 6px;
  margin-top: -4px;
}
.jws_dropdown_text .drop_top:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 4px;
}
.jws_dropdown_text .dropdown_sub {
  position: absolute;
  right: 0;
  background: #ffffff;
  border-top: 5px solid var(--main);
  width: 105px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: 0.3s all;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.jws_dropdown_text .dropdown_sub .drop_item a {
  color: var(--main2);
  font-size: 12px;
  line-height: 25px;
  display: block;
  padding: 5px 15px;
  transition: 0.1s;
}
.jws_dropdown_text .dropdown_sub .drop_item a img {
  width: 25px;
  margin-right: 15px;
}
.jws_dropdown_text .dropdown_sub .drop_item a:hover {
  color: #ffffff;
  background: var(--main);
}
.jws_dropdown_text:hover .dropdown_sub {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  pointer-events: auto;
}
.jws-table-wrapper {
  overflow: auto;
}
.jws-table-wrapper .jws-advance-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.jws-table-wrapper .jws-advance-heading .jws-table-info {
  display: inline-block;
}
.jws-table-wrapper .jws-advance-heading .jws-table-info select {
  margin: 0 10px;
}
.jws-table-wrapper .jws-advance-heading .jws-table-info input {
  margin-left: 10px;
}
.jws-table-wrapper .paging_simple_numbers {
  text-align: center;
  margin-top: 30px;
}
.jws-table-wrapper .paging_simple_numbers span a {
  width: 34px;
}
.jws-table-wrapper .paging_simple_numbers a {
  height: 34px;
  line-height: 34px;
  color: #848484;
  margin-right: 10px;
  background: rgba(35, 35, 35, 0);
  border-radius: 0px 0px 0px 0px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.jws-table-wrapper .paging_simple_numbers a.current {
  background: #232323;
  color: #ffffff;
}
.jws-table {
  width: 100%;
}
.jws-table thead .jws-table__text span {
  vertical-align: middle;
}
.jws-table thead .jws-table__text span:not(.jws-table__text-inner) {
  line-height: 1px;
  display: inline-block;
}
.jws-table tbody td.jws-table-col .jws-table__text {
  display: block;
}
.jws-table .fa-window-minimize {
  font-size: 5px !important;
  font-family: 'icomoon' !important;
}
.jws-table .fa-window-minimize:before {
  display: block;
  margin-top: -70%;
  content: "\ea0b" !important;
}
.jws-table i.eci {
  display: inline;
}
@media (max-width: 767px) {
  .jws-table-wrapper .jws-advance-heading {
    display: block;
  }
}
/* Off-Canvas Module CSS */
.container-dark-mode .jws-offcanvas-icon-bg::after,
.container-dark-mode .jws-offcanvas-icon-bg::before {
  background: #fff;
}
.container-dark-mode .jws-offcanvas-action-wrap .elementor-button-content-wrapper .elementor-button-text {
  color: #fff;
}
.jws-offcanvas-action-wrap .jws-elementor-button {
  vertical-align: middle;
  display: inline-block;
}
.jws-offcanvas-action-wrap .jws-elementor-button.active .elementor-button-content-wrapper .hambuger {
  transform: rotate(90deg);
}
.jws-offcanvas-action-wrap .jws-elementor-button.active .elementor-button-content-wrapper .hambuger::before {
  opacity: 1;
  transform: rotate(90deg);
}
.jws-offcanvas-action-wrap .jws-elementor-button.active .elementor-button-content-wrapper .hambuger::after {
  transform: rotate(180deg);
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper .elementor-button-icon .hambuger {
  position: relative;
  width: 30px;
  height: 22px;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.1, 1), background 0.25s ease;
  order: 2;
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper .elementor-button-icon .hambuger::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: 0px;
  right: 0;
  transition: all 0.6s cubic-bezier(0.2, 0, 0.1, 1), background 0.45s ease;
  transform: translateY(0px);
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper .elementor-button-icon .hambuger::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  transition: all 0.6s cubic-bezier(0.2, 0, 0.1, 1), background 0.45s ease;
  transform: translateY(7px);
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper .elementor-button-text {
  font-weight: 600;
  font-family: var(--font2);
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  width: auto;
  padding: 0 10px;
  color: #000;
  -webkit-transition: color 0.05s ease-in-out;
  transition: color 0.05s ease-in-out;
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper .elementor-button-text span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  width: auto;
  text-align: center;
  transform-origin: 100% 0%;
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper .elementor-button-text span::before {
  position: absolute;
  width: auto;
  top: 100%;
  left: 0;
  content: attr(data-hover);
}
.jws-offcanvas-action-wrap .elementor-button-content-wrapper .elementor-button-text:hover span {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transform-origin: 0% 0%;
}
.jws-offcanvas {
  position: fixed;
  width: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  height: 100vh;
  overflow: auto;
  background-color: #ffffff;
  visibility: visible;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.jws-offcanvas.jws-offcanvas-type-fade {
  opacity: 0;
  right: 50% !important;
  left: 50% !important;
  visibility: hidden;
  transform: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s cubic-bezier(0.2, 0, 0.1, 1), background-color 0.6s ease;
  top: 50%;
  height: calc(100% + 1px);
  margin-top: -1px;
  pointer-events: none;
}
.jws-offcanvas.jws-offcanvas-type-fade.jws-offcanvas-show {
  transition: all 0.6s cubic-bezier(0.2, 0, 0.1, 1), background 0.6s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.jws-offcanvas::-webkit-scrollbar {
  display: none;
}
.elementor-align-icon-right + .elementor-button-text {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.elementor-editor-active .jws-offcanvas-trigger-align-floating .jws-offcanvas-action-wrap .elementor-button-text,
.elementor-editor-preview .jws-offcanvas-trigger-align-floating .jws-offcanvas-action-wrap .elementor-button-text {
  display: unset;
}
.admin-bar .jws-offcanvas {
  margin-top: 32px;
}
.jws-offcanvas-icon-wrap.active .jws-offcanvas-icon-bg {
  transform: rotate(45deg);
}
.jws-offcanvas-icon-wrap.active .jws-offcanvas-icon-bg svg,
.jws-offcanvas-icon-wrap.active .jws-offcanvas-icon-bg i {
  visibility: hidden;
  opacity: 0;
}
.jws-offcanvas-icon-wrap.active .jws-offcanvas-icon-bg::before,
.jws-offcanvas-icon-wrap.active .jws-offcanvas-icon-bg::after {
  visibility: visible;
}
.jws-offcanvas-icon-wrap.active .jws-offcanvas-icon-bg::before {
  opacity: 1;
  transform: rotate(90deg);
}
.jws-offcanvas-icon-wrap.active .jws-offcanvas-icon-bg::after {
  transform: rotate(180deg);
}
.jws-offcanvas-icon-bg {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 22px;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.1, 1), background 0.25s ease;
  order: 2;
}
.jws-offcanvas-icon-bg svg,
.jws-offcanvas-icon-bg i {
  visibility: visible;
  opacity: 1;
  transition: all 0.9s cubic-bezier(0.2, 0, 0.1, 1);
}
.jws-offcanvas-icon-bg.show_bar::before,
.jws-offcanvas-icon-bg.show_bar::after {
  visibility: visible;
}
.jws-offcanvas-icon-bg::before,
.jws-offcanvas-icon-bg::after {
  visibility: hidden;
}
.jws-offcanvas-icon-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: 0px;
  right: 0;
  transition: all 0.6s cubic-bezier(0.2, 0, 0.1, 1), background 0.45s ease;
  transform: translateY(0px);
}
.jws-offcanvas-icon-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  transition: all 0.6s cubic-bezier(0.2, 0, 0.1, 1), background 0.45s ease;
  transform: translateY(7px);
}
.position-at-right {
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.position-at-left {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  left: 0;
}
/* 	Normal Box shadow */
.jws-offcanvas-shadow-normal.position-at-right.jws-offcanvas-show,
.jws-offcanvas-shadow-normal.position-at-left.jws-offcanvas-show {
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}
.jws-offcanvas-action-wrap .jws-offcanvas-action .jws-offcanvas-icon {
  text-align: center;
}
/* Floating Position */
.jws-offcanvas-action-wrap .jws-button-wrapper .jws-offcanvas-action-alignment-left,
.jws-offcanvas-action-wrap .jws-offcanvas-icon-wrap .jws-offcanvas-action-alignment-left {
  top: 50%;
  left: 0em;
  right: auto;
  position: fixed;
  z-index: 999;
}
.jws-offcanvas-action-wrap .jws-button-wrapper .jws-offcanvas-action-alignment-right,
.jws-offcanvas-action-wrap .jws-offcanvas-icon-wrap .jws-offcanvas-action-alignment-right {
  top: 50%;
  right: 0em;
  left: auto;
  position: fixed;
  z-index: 999;
}
.jws-offcanvas-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
  opacity: 0;
  transition: 0.3s all;
}
.jws-offcanvas-parent-wrapper .jws-offcanvas-overlay {
  cursor: pointer;
}
.jws-offcanvas-content {
  position: relative;
  width: 100%;
}
.jws-offcanvas img {
  max-width: 100%;
}
.jws-offcanvas-full {
  pointer-events: none;
  min-height: 100%;
}
.jws-offcanvas-action {
  cursor: pointer;
  position: relative;
}
.jws-offcanvas-full .jws-offcanvas-close {
  pointer-events: auto;
}
.jws-offcanvas-show,
.jws-offcanvas-show .jws-offcanvas-close,
.jws-offcanvas-show + .jws-offcanvas-close {
  visibility: visible;
}
.jws-offcanvas-show {
  transform: translatex(0);
  -webkit-transform: translatex(0);
}
.jws-offcanvas-close-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
/* Menu in Off-Canvas style */
.jws-offcanvas-content .jws-offcanvas-menu,
.jws-offcanvas-content .jws-offcanvas-menu .sub-menu {
  list-style: none;
}
.jws-offcanvas-content .jws-offcanvas-menu li a,
.jws-offcanvas-content .jws-offcanvas-menu .sub-menu li a {
  padding: 5px 0px 5px 0px;
  display: block;
}
.jws-offcanvas-content .jws-offcanvas-menu {
  margin-left: 0px;
}
.jws-offcanvas-content .jws-offcanvas-menu .menu-item a:hover,
.jws-offcanvas-content .jws-offcanvas-menu .menu-item a:focus {
  -webkit-transition: background 150ms linear, color 150ms linear;
  transition: background 150ms linear, color 150ms linear;
}
/* Inside Close Icon Position */
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon,
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon {
  cursor: pointer;
  fill: #000000;
  display: inline-block;
  vertical-align: baseline;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close {
  display: block;
  float: right;
  padding: 8px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close .jws-offcanvas-close-icon svg {
  vertical-align: middle;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close .close-text {
  margin-right: 18px;
  vertical-align: middle;
}
.jws-offcanvas-close-icon-wrapper.jws-offcanvas-close-icon-position-left-top {
  left: 0;
  right: auto;
}
.jws-offcanvas-close-icon-wrapper.jws-offcanvas-close-icon-position-right-top {
  right: 0;
  left: auto;
}
/* Overlay */
.jws-offcanvas-show ~ .jws-offcanvas-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  visibility: visible;
}
.jws-offcanvas-close {
  z-index: 99999;
}
.fa-times-thin:before {
  content: '\00d7';
}
@media (min-width: 1024px) {
  .jws-offcanvas-parent-wrapper.jws-offcanvas-hide-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .jws-offcanvas-parent-wrapper.jws-offcanvas-hide-tablet {
    display: none;
  }
  .jws-offcanvas-enabled {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .jws-offcanvas-parent-wrapper.jws-offcanvas-hide-phone {
    display: none;
  }
  .jws-offcanvas-enabled {
    min-height: 100vh;
  }
}
.jws-login-container .message-error {
  background: #ff5757;
}
.jws-login-container .message-error a {
  color: #ffffff;
  text-decoration: underline;
}
.jws-login-container .message-succes {
  background: #1fcb74;
}
.jws-login-container .message-warning {
  background: #e9c35a;
}
.jws-login-container .message-warning a {
  color: #ffffff;
  text-decoration: underline;
}
.jws-login-container .jws-password-hint {
  display: none;
}
.jws-login-container .meter {
  display: none;
}
.jws-login-container .meter .text-meter {
  margin-left: 10px;
  color: #d8b50b;
}
.jws-login-container .meter .meter-box {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.jws-login-container .meter span:not(.text-meter) {
  background: #ebebeb;
  height: 3px;
  width: 35px;
  position: relative;
  margin-right: 5px;
}
.jws-login-container .meter span:not(.text-meter):before {
  content: "";
  left: 0;
  top: 0;
  transition: 0.3s all;
  width: 0;
  height: 100%;
  background: #e8e114;
  position: absolute;
}
.jws-login-container .meter span {
  display: inline-block;
}
.jws-login-container .meter[meter="1"] .box1:before {
  width: 100%;
}
.jws-login-container .meter[meter="2"] .box1:before,
.jws-login-container .meter[meter="2"] .box2:before {
  width: 100%;
}
.jws-login-container .meter[meter="3"] .box1:before,
.jws-login-container .meter[meter="3"] .box2:before,
.jws-login-container .meter[meter="3"] .box3:before {
  width: 100%;
  background: #49ac20;
}
.jws-login-container .meter[meter="3"] .text-meter {
  color: #4cb91f;
}
.jws-login-container .meter[meter="4"] .box1:before,
.jws-login-container .meter[meter="4"] .box2:before,
.jws-login-container .meter[meter="4"] .box3:before,
.jws-login-container .meter[meter="4"] .box4:before {
  width: 100%;
  background: #49ac20;
}
.jws-login-container .meter[meter="4"] .box1 .text-meter,
.jws-login-container .meter[meter="4"] .box2 .text-meter,
.jws-login-container .meter[meter="4"] .box3 .text-meter,
.jws-login-container .meter[meter="4"] .box4 .text-meter {
  color: #4cb91f;
}
#jws-login-form .login-password,
#jws-login-form .register-password {
  position: relative;
}
#jws-login-form .toggle-password2,
#jws-login-form .toggle-password {
  position: absolute;
  right: 0;
  top: 16px;
  cursor: pointer;
  color: #232323;
}
#jws-login-form .message {
  color: #ffffff;
  animation: fadeInLeft 0.5s both;
  padding: 5px 15px;
  margin-top: 30px;
}
#jws-login-form .message-success {
  background: #00a200;
}
#jws-login-form .jws-login-container.loading .active {
  opacity: 0 !important;
  animation: none;
}
#jws-login-form .jws-login-container.loading:after {
  border: 3px solid #fafafa;
  border-radius: 50%;
  border-top: 3px solid #000000;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
#jws-login-form .jws-animation {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#jws-login-form .jws-animation h4 {
  margin-bottom: 35px;
}
#jws-login-form .jws-animation > div {
  display: none;
}
#jws-login-form .jws-animation > div.active {
  display: block;
  animation: fadeIn 0.3s both;
}
#jws-login-form .jws-animation form[name="registerformpopup"] .input[name="repeat_password"] {
  margin-bottom: 0;
}
#jws-login-form .jws-animation form .lost-pass-link {
  display: block;
  float: right;
  color: var(--colorbody);
}
#jws-login-form .jws-animation form .lost-pass-link:hover {
  color: var(--main);
}
#jws-login-form .jws-animation form #popupRememberme {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  max-width: 14px;
  margin-top: -4px;
}
#jws-login-form .jws-animation form .input {
  width: 100%;
  border: 0;
  height: auto;
  line-height: initial;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 50px;
}
#jws-login-form .jws-animation form .input.invalid {
  border-color: #d72b1d !important;
}
#jws-login-form .jws-animation form .button {
  border: 0;
  margin: 37px 0;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 17px 52px;
}
#jws-login-form .jws-animation form .button:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
#jws-login-form .jws-animation .link-bottom {
  font-weight: 600;
  color: var(--color1);
}
#jws-login-form .jws-animation .link-bottom a {
  color: var(--color1);
  border-bottom: 1px solid;
}
.jws_banner.layout1 {
  position: relative;
}
.jws_banner.layout1 .jws_banner_inner {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
  height: 100%;
}
.jws_banner.layout1 .jws_banner_inner .jws_banner_content .banner_title {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font1);
  transition: 0.5s all;
  transform: translatey(28px);
  -webkit-transform: translatey(28px);
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 39px;
}
.jws_banner.layout1 .jws_banner_inner .jws_banner_content .banner_title a {
  color: #ffffff;
}
.jws_banner.layout1 .jws_banner_inner .jws_banner_content .banner_button {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font1);
  color: var(--main);
  display: block;
  transition: 0.5s all;
  transform: translatey(40px);
  -webkit-transform: translatey(40px);
  opacity: 0;
  letter-spacing: 1px;
}
.jws_banner.layout1 .jws_banner_inner .jws_banner_content .banner_button i {
  margin-right: 10px;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
.jws_banner.layout1:hover .jws_banner_inner .jws_banner_content .banner_title {
  transform: translatey(0);
  -webkit-transform: translatey(0);
}
.jws_banner.layout1:hover .jws_banner_inner .jws_banner_content .banner_title a {
  background-size: 100% 96%;
}
.jws_banner.layout1:hover .jws_banner_inner .jws_banner_content .banner_button {
  transform: translatey(0);
  -webkit-transform: translatey(0);
  opacity: 1;
}
.jws_banner.layout2 {
  transition: 0.3s all;
}
.jws_banner.layout2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.jws_banner.layout2:hover {
  transform: translateY(-17px);
}
.jws_banner.layout2 .jws_banner_inner {
  position: relative;
}
.jws_banner.layout2 .banner_title {
  font-size: 22px;
  margin-bottom: 18px;
}
.jws_banner.layout2 .banner_title a {
  color: var(--light);
}
.jws_banner.layout2 .banner_content {
  min-height: 173px;
}
.jws_banner.layout2 .banner_button {
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--light);
}
.jws_banner.layout2 .banner_button i {
  margin-left: 10px;
}
.jws_banner.layout3 {
  position: relative;
  height: 300px;
}
.jws_banner.layout3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: var(--main2);
  transition: 0.3s all;
}
.jws_banner.layout3:hover:before {
  transform: translateY(0);
  opacity: 0.5;
}
.jws_banner.layout3:hover .jws_banner_content {
  transform: translateY(0);
  opacity: 1;
}
.jws_banner.layout3 .jws_banner_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.jws_banner.layout3 .banner_content {
  color: var(--light);
}
.jws_banner.layout3 .banner_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}
.jws_banner.layout3 .banner_title a {
  color: var(--light);
}
.jws_banner.layout3 .jws_banner_content {
  transition: 0.3s all;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  left: 0;
  padding: 30px 32px;
  transform: translatey(12px);
}
.jws_gallery_element .slider.row {
  display: block;
}
.jws_gallery_element .metro_2 .jws_gallery_image a {
  display: block;
  position: relative;
}
.jws_gallery_element .metro_2 .jws_gallery_image a:before {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  transition: 0.5s all;
  z-index: 1;
}
.jws_gallery_element .metro_2 .jws_gallery_image a:hover:before {
  opacity: 0;
}
.jws_gallery_element .slider2 .jws_gallery_item:nth-child(odd) .jws_gallery_image {
  padding: 50px;
}
.jws_gallery_element .jws_gallery .jws_gallery_image {
  position: relative;
  vertical-align: top;
}
.jws_gallery_element .jws_gallery .jws_gallery_image img {
  transform: translateZ(0px);
}
.jws_gallery_element .jws_gallery .jws_gallery_item {
  margin-top: 0;
}
.jws_gallery_element .jws_gallery .jws_gallery_item span.jws-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.jws_gallery_element .jws_gallery .jws_gallery_item span.jws-image span.jws-logo {
  width: auto;
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.35s ease-out;
  display: inline-block;
}
.jws_gallery_element .jws_gallery .jws_gallery_item span.jws-image span.jws-hover-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.35s ease-out;
}
.jws_gallery_element .jws_gallery .jws_gallery_item span.jws-image:hover span.jws-hover-logo {
  opacity: 1;
}
.jws_gallery_element .jws_gallery .jws_gallery_item span.jws-image:hover span.jws-logo {
  opacity: 0;
}
.jws_gallery_element .jws_gallery button {
  background: transparent;
  border: 1px solid #232323;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -50px;
}
.jws_gallery_element .jws_gallery button.prev-button {
  left: -80px;
}
.jws_gallery_element .jws_gallery button.next-button {
  right: -80px;
}
.jws_gallery_element .jws_gallery .slick-dots {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin: 0;
  margin-top: 34px;
  position: relative;
  bottom: 0;
}
.jws_gallery_element .jws_gallery .slick-dots li {
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  transition: 0.3s all;
  border-radius: 100%;
  line-height: 7px !important;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  background: transparent;
  opacity: 1;
}
.jws_gallery_element .jws_gallery .slick-dots li:before {
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  content: "";
  display: block;
  margin: 4px;
}
.jws_gallery_element .jws_gallery .slick-dots li button {
  display: none;
}
.jws_gallery_element .jws_gallery .slick-dots li.slick-active {
  border-color: #000000;
}
.jws_gallery_element .jws_gallery .slick-dots li.slick-active:before {
  background: #000000;
}
.jws_gallery_element .jws_gallery.dots-in .slick-dots {
  position: absolute;
  margin-top: 0;
  bottom: 17px;
  width: 100%;
}
.jws_gallery_element .jws_gallery.dots-in .slick-dots li:before {
  background: #ffffff;
}
.jws_gallery_element .jws_gallery.dots-in .slick-dots li.slick-active {
  border-color: #ffffff;
}
.jws_gallery_element .jws_gallery.dots-in .slick-dots li.slick-active:before {
  background: #ffffff;
}
.jws_gallery_element .layout_hover .jws_gallery_image a {
  display: block;
}
.jws_gallery_element .layout_hover .jws_gallery_image .jws_overlay_before:before {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
}
.jws_gallery_element .layout_hover .jws_gallery_image:hover a:before {
  opacity: 1;
}
.jws_gallery_element .layout_hover .jws_gallery_image:hover p,
.jws_gallery_element .layout_hover .jws_gallery_image:hover h3 {
  opacity: 1;
  transform: translatey(0);
}
.jws_gallery_element .layout_hover .info-images {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translatey(-50%);
  padding: 0 15px;
}
.jws_gallery_element .layout_hover .info-images h3 {
  font-size: 22px;
  line-height: 32px;
  font-family: var(--font1);
  color: var(--light);
  letter-spacing: 2px;
  margin-bottom: 0;
  transition: 0.3s all;
  opacity: 0;
  transform: translatey(15px);
}
.jws_gallery_element .layout_hover .info-images p {
  color: var(--light);
  font-size: 18px;
  font-family: var(--font1);
  font-style: italic;
  max-width: 480px;
  padding: 0 15px;
  display: inline-block;
  line-height: 24px;
  margin-top: 17px;
  transition: 0.3s all;
  opacity: 0;
  transform: translatey(15px);
}
@media (max-width: 767px) {
  .jws_gallery_element .slider2 .jws_gallery_item:nth-child(odd) .jws_gallery_image {
    padding: 0;
  }
}
.container-dark-mode .jws-menu-list li.elementor-icon-list-item:hover a span {
  color: var(--link_hover);
}
.container-dark-mode .jws-menu-list .line_sm li a .elementor-icon-list-text:before {
  background: var(--link_hover) !important;
}
.jws-menu-list li {
  list-style-type: none;
}
.jws-menu-list li .elementor-icon-list-item a {
  display: unset;
}
.jws-menu-list .line_sm {
  margin-bottom: 0px;
}
.jws-menu-list .line_sm li {
  list-style-type: none;
}
.jws-menu-list .line_sm li a {
  display: unset;
}
.jws-menu-list .line_sm li a .elementor-icon-list-text {
  position: relative;
}
.jws-menu-list .line_sm li a:hover .elementor-icon-list-text {
  border-style: none !important;
}
.jws-menu-list .line_pd li {
  list-style-type: none;
  transition: 0.3s all;
}
.jws-menu-list .line_pd li .elementor-icon-list-text {
  position: relative;
  width: auto;
}
.jws-menu-list .line_pd li .elementor-icon-list-text:before {
  background: var(--main);
  content: "";
  bottom: 15%;
  right: 0;
  position: absolute;
  height: 10px;
  width: 0%;
  transition: 0.3s all;
}
.jws-menu-list .line_pd li .elementor-icon-list-text span {
  position: relative;
  z-index: 1;
}
.jws-menu-list .line_pd li:focus,
.jws-menu-list .line_pd li:hover,
.jws-menu-list .line_pd li.active {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}
.jws-menu-list .line_pd li:focus .elementor-icon-list-text,
.jws-menu-list .line_pd li:hover .elementor-icon-list-text,
.jws-menu-list .line_pd li.active .elementor-icon-list-text {
  padding: 0 3px;
}
.jws-menu-list .line_pd li:focus .elementor-icon-list-text:before,
.jws-menu-list .line_pd li:hover .elementor-icon-list-text:before,
.jws-menu-list .line_pd li.active .elementor-icon-list-text:before {
  width: 100%;
  left: 0;
}
.elementor-logo .logo-inner {
  font-size: 36px;
  line-height: 36px;
}
.elementor-logo a.logo-text {
  font-family: var(--font1);
  vertical-align: middle;
  color: #000;
  text-transform: uppercase;
}
.elementor-logo .logo-sticky {
  display: none;
}
.elementor-logo.has_logo_sticky a {
  position: relative;
}
.elementor-logo.has_logo_sticky a > span {
  transition: 0.3s all;
}
.elementor-logo.has_logo_sticky .logo-sticky {
  display: none;
}
.jws_account a .jws_a_icon {
  transition: 0.3s all;
}
.jws-button .elementor-button {
  cursor: pointer;
  --offset: 5px;
  --border-size: 2px;
  position: relative;
  appearance: none;
  border: 0;
  outline: none !important;
  font-family: var(--font2);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: var(--main2);
  border-radius: 0px 0px 0px 0px;
  padding: 20px 40px 20px 40px;
  transition: background .8s ease !important;
}
.jws-button .elementor-button .elementor-button-content-wrapper {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
}
.jws-button .elementor-button .button__horizontal,
.jws-button .elementor-button .button__vertical {
  position: absolute;
  top: var(--horizontal-offset, 0);
  right: var(--vertical-offset, 0);
  bottom: var(--horizontal-offset, 0);
  left: var(--vertical-offset, 0);
  transition: transform .8s ease;
  will-change: transform;
}
.jws-button .elementor-button .button__horizontal {
  --vertical-offset: calc(var(--offset) * -1);
  margin-left: 10px;
  margin-right: 10px;
}
.jws-button .elementor-button .button__horizontal:before {
  margin-top: 1px;
  margin-bottom: 1px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  position: absolute;
  top: calc(var(--vertical-offset) - var(--border-size));
  bottom: calc(var(--vertical-offset) - var(--border-size));
  left: calc(var(--vertical-offset) * -1);
  right: calc(var(--vertical-offset) * -1);
}
.jws-button .elementor-button .button__vertical {
  margin-left: 10px;
  margin-right: 10px;
  --horizontal-offset: calc(var(--offset) * -1);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.jws-button .elementor-button .button__vertical:before {
  content: "";
  position: absolute;
  border: inherit;
}
.jws-button .elementor-button:hover .button__horizontal {
  transform: scaleX(0);
}
.jws-button .elementor-button:hover .button__vertical {
  transform: scaleY(0);
}
.map_pin_jws {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50em;
  background-color: var(--main);
}
.map_pin_jws > div {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50em;
  opacity: 1;
  background-color: var(--main);
}
.map_pin_jws > div:first-child {
  -webkit-animation: jwsWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  animation: jwsWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}
.map_pin_jws > div:last-child {
  -webkit-animation: jwsWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  animation: jwsWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}
.jws-google-map {
  height: 500px;
  background: gray;
}
.jws_demo_element .jws_demo_item.has-comming-soon .jws_column_content .jws_image a {
  pointer-events: none;
}
.jws_demo_element .jws_demo_item.has-comming-soon .jws_column_content .jws_image .jws_image_content {
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.jws_demo_element .jws_demo_item.has-comming-soon .jws_column_content .jws_image .jws_image_content .jws_image_content_inner {
  font-size: 20px;
  font-weight: 700;
  color: #232323;
}
.jws_demo_element .jws_demo_item .jws_column_content {
  width: 100%;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_headline {
  margin-top: 24px;
  overflow: hidden;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_headline h4 a {
  font-size: 20px;
  color: #232323;
  font-weight: bold;
  transform: translateX(-38px);
  -webkit-transform: translateX(-38px);
  display: block;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_headline h4 a span {
  font-size: 28px;
  margin-right: 10px;
  vertical-align: middle;
  color: #ffcac2;
  margin-top: -10px;
  display: inline-block;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image {
  transform: scale(1);
  transition: 300ms ease all;
  transform-origin: 50% 100%;
  position: relative;
  box-shadow: 2px 3.464px 18.4px 1.6px rgba(7, 20, 118, 0.1);
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image .demo-label {
  color: #fff;
  padding: 1px 15px;
  border-radius: 3px;
  position: absolute;
  top: -15px;
  z-index: 3;
  right: -14px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  min-width: 75px;
  text-align: center;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image .jws_image_content {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out !important;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image .jws_image_content .jws_image_content_flex {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3em;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image .jws_image_content .jws_image_content_flex .jws_image_content_inner {
  width: 100%;
  display: block;
  text-align: center;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image .jws_image_content .jws_image_content_flex .jws_image_content_inner .jws_icon {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(24, 24, 24, 0.75);
  color: #FFF;
  background: rgba(78, 27, 226, 0.9);
  pointer-events: none !important;
  display: inline-block;
  line-height: 1;
  padding: 17px;
  max-width: 100%;
  text-align: center;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image .jws_image_content .jws_image_content_flex .jws_image_content_inner .jws_icon svg {
  color: #ffffff;
  fill: #ffffff;
  font-size: 20px;
  width: 50px;
  display: block;
  margin: 0 auto;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image .jws_image_content .jws_image_content_flex .jws_image_content_inner .jws_icon span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-top: 1px;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image a {
  height: 545px;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image a::-webkit-scrollbar {
  display: none;
}
.jws_demo_element .jws_demo_item .jws_column_content .jws_image a img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 5000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 5000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 5000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
}
.jws_demo_element .jws_demo_item:hover .jws_column_content .jws_headline h4 a {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
}
.jws_demo_element .jws_demo_item:hover .jws_column_content .jws_image {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  box-shadow: 2px 3.464px 54.28px 4.72px rgba(7, 20, 118, 0.2);
}
.jws_demo_element .jws_demo_item:hover .jws_column_content .jws_image .jws_image_content {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
@media (max-width: 767px) {
  .jws_demo_element .jws_demo_item .jws_column_content {
    max-width: 380px;
    margin: 0 auto;
  }
}
.tooltip-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  width: 150px;
  z-index: 9;
  pointer-events: none;
}
.tooltip-content .elementor-icon-list-text {
  display: block;
  opacity: 0;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transition: 0.3s all;
  pointer-events: none;
}
.tooltip-content .elementor-icon-list-text:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid;
  content: "";
  bottom: -5px;
  position: absolute;
  left: 50%;
}
.elementor-tooltip-list-item:hover .tooltip-content {
  pointer-events: auto;
}
.elementor-tooltip-list-item:hover .tooltip-content .elementor-icon-list-text {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  pointer-events: auto;
}
.jws-tooltip-list .elementor-tooltip-list-icon {
  display: inline-block;
  border-radius: 100%;
}
.jws-tooltip-list .elementor-tooltip-list-icon i {
  width: 1em;
  height: 1em;
  display: block;
}
.jws-price-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.jws-price-list ul li .name {
  color: var(--heading);
  font-weight: bold;
}
.jws-price-list ul li .price {
  float: right;
  color: var(--main2);
  font-weight: bold;
}
/* Widget for woocommerce */
.jws_header.has-mega-full.mega-has-hover .jws_mini_cart > .jws-cart-nav a .jws_cart_count {
  background: var(--main) !important;
}
.jws-cart-animating {
  transition: 0.35s ease;
}
.elementor-menu-cart--show-quantity-bt-button-yes .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner .quanty-ajax {
  display: block;
}
.elementor-menu-cart--show-quantity-count-item-yes .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .jws_mini_cart_item {
  display: block;
}
.jws-mini-cart-wrapper.active .jws-cart-overlay {
  opacity: 1;
  visibility: visible;
}
.jws-mini-cart-wrapper.active .jws-cart-sidebar {
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.jws-cart-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.73);
  transition: 0.3s all;
  visibility: hidden;
  z-index: 9998;
  opacity: 0;
}
.jws-cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translateX(105%);
  -o-transform: translateX(105%);
  -ms-transform: translateX(105%);
  -moz-transform: translateX(105%);
  transform: translateX(105%);
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  height: 100%;
  width: 320px;
}
.jws_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
  height: 100%;
}
.jws_cart_content .jws-cart-panel {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.jws_cart_content .jws-cart-panel.jws-cart-panel-empty .jws-cart-panel-list-wrap .cart_list li {
  display: block;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary {
  margin-top: auto;
  padding: 25px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart {
  margin-bottom: 25px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart .jws-cart-panel-summary-subtotal {
  float: right;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart strong {
  font-weight: 600;
  color: var(--main2);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons {
  margin-bottom: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons:not(.in_product) a {
  background: #101010;
  color: #ffffff;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a {
  display: block;
  text-align: center;
  padding: 10px 10px;
  background: transparent;
  color: #000;
  border: 2px solid #101010;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a:hover {
  color: #fff;
  border: 2px solid var(--main);
  background: var(--main);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap {
  padding: 25px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .jws_mini_cart_item {
  margin-bottom: 25px;
  display: none;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list {
  padding: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty {
  text-align: center;
  padding-top: 20px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty span {
  color: var(--color_body);
  display: block;
  margin-bottom: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty span:before {
  font-size: 85px;
  line-height: 85px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  align-items: center;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li:last-child {
  margin-bottom: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail {
  flex: 0 0 90px;
  max-width: 90px;
  margin-right: 30px;
  position: relative;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-product-title {
  color: var(--main2);
  display: inline-block;
  line-height: 22px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-product-title:hover {
  color: var(--main);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-item-price {
  margin-bottom: 10px;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove {
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: var(--main2);
  left: 30px;
  top: 39%;
  display: inline-block;
  position: absolute;
  opacity: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:before,
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 14px;
  top: 15px;
  left: 8px;
  margin-top: -1px;
  background: #ffffff;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li.loading .remove {
  opacity: 1;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li.loading .remove:before {
  opacity: 0;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li.loading .remove:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background: transparent !important;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid var(--main2);
  border-color: var(--main) var(--main) transparent transparent;
  -webkit-animation: lds-dual-ring 0.5s linear infinite;
  -o-animation: lds-dual-ring 0.5s linear infinite;
  -ms-animation: lds-dual-ring 0.5s linear infinite;
  -moz-animation: lds-dual-ring 0.5s linear infinite;
  animation: lds-dual-ring 0.5s linear infinite;
  opacity: 1;
  position: absolute;
  top: 20%;
  left: 17%;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax {
  display: none;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity > div {
  display: inline-block;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity > div > span {
  width: 24px;
  height: 24px;
  line-height: 21px;
  border: 1px solid #d8d8d8;
  display: block;
  border-radius: 100%;
  font-size: 10px;
  cursor: pointer;
  text-align: center;
}
.jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li:hover .remove {
  opacity: 1;
}
.jws_mini_cart > .jws-cart-nav a {
  position: relative;
  display: block;
}
.jws_mini_cart > .jws-cart-nav a .cart_icon {
  display: inline-block;
  position: relative;
  font-size: 30px;
  color: #ffffff;
  margin-right: 3px;
  transition: 0.3s all;
}
.jws_mini_cart > .jws-cart-nav a .cart_text {
  font-size: 14px;
  font-family: var(--font1);
  color: #ffffff;
  display: inline-block;
  line-height: 11px;
  letter-spacing: 0.5px;
}
.jws_mini_cart > .jws-cart-nav a .jws_cart_count {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
  font-size: 12px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  top: -6px;
  right: -9px;
  position: absolute;
  background: var(--main);
  color: var(--color2);
}
.jws_mini_cart .jws-cart-sidebar {
  height: 100%;
  min-width: 300px;
}
body[data-elementor-device-mode="tablet"] .jws_mini_cart.content-skin1 .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail,
body[data-elementor-device-mode="mobile"] .jws_mini_cart.content-skin1 .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail {
  margin-right: 15px;
}
.dark-mode-on .jws-cart-sidebar {
  background-color: #1C1C1C;
}
.dark-mode-on .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:before,
.dark-mode-on .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove:after {
  background: #191919;
}
.dark-mode-on .jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a:hover {
  color: #191919;
}
.admin-bar .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap {
  padding-top: 66px;
}
.jws_wishlist > .jws-wishlist-nav a {
  position: relative;
  display: block;
}
.jws_wishlist > .jws-wishlist-nav a .wishlist_icon {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  font-size: 30px;
  color: #ffffff;
  margin-right: 3px;
}
.jws_wishlist > .jws-wishlist-nav a .wishlist_text {
  font-size: 14px;
  font-family: var(--font1);
  color: #ffffff;
  display: inline-block;
  vertical-align: bottom;
  line-height: 11px;
  letter-spacing: 0.5px;
}
.jws_wishlist > .jws-wishlist-nav a .jws_wishlist_count {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
  font-size: 12px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  top: -6px;
  right: -9px;
  position: absolute;
  background: var(--main);
  color: var(--color2);
}
.jws_wishlist > .jws-wishlist-nav a .jws_wishlist_count .blockUI {
  display: none !important;
}
/* Widget for wordpress */
.jws_categories .jws_list_categories {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws_categories.skin_with_bg .jws_list_categories li.current-cat a {
  color: var(--main2);
  padding: 0 7px;
}
.jws_categories.skin_with_bg .jws_list_categories li.current-cat a:before {
  width: 100%;
}
.jws_categories.skin_with_bg .jws_list_categories li a {
  position: relative;
}
.jws_categories.skin_with_bg .jws_list_categories li a span {
  position: relative;
}
.jws_categories.skin_with_bg .jws_list_categories li a:before {
  background: var(--color_body);
  width: 0;
  height: 100%;
  transition: .3s all;
  content: "";
  left: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  border-radius: 3px;
}
.jws_categories.skin_with_bg .jws_list_categories li a:hover {
  color: var(--main2);
  padding: 0 7px;
}
.jws_categories.skin_with_bg .jws_list_categories li a:hover:before {
  width: 100%;
}
.jws_categories.skin_with_border .jws_list_categories li.current-cat a {
  padding: 0 7px;
}
.jws_categories.skin_with_border .jws_list_categories li.current-cat a:before {
  transform: scaley(1);
  -webkit-transform: scaley(1);
}
.jws_categories.skin_with_border .jws_list_categories li a {
  z-index: 1;
  position: relative;
}
.jws_categories.skin_with_border .jws_list_categories li a:before {
  content: "";
  height: 10px;
  background: var(--main);
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
  transition: 0.3s all;
  transform: scaley(0);
  -webkit-transform: scaley(0);
}
.jws_categories.skin_with_border .jws_list_categories li a:hover {
  padding: 0 7px;
}
.jws_categories.skin_with_border .jws_list_categories li a:hover:before {
  transform: scaley(1);
  -webkit-transform: scaley(1);
}
.jws_categories.skin_with_icon .jws_list_categories li {
  font-family: var(--font1);
  font-size: 14px;
  color: #848484;
  margin-bottom: 8px;
}
.jws_categories.skin_with_icon .jws_list_categories li.current-cat a {
  color: var(--main);
}
.jws_categories.skin_with_icon .jws_list_categories li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 32px;
  vertical-align: middle;
}
.jws_categories.skin_with_icon .jws_list_categories li a {
  color: var(--colorbody);
}
.jws_categories.skin_with_icon .jws_list_categories li a:hover {
  color: var(--main);
}
.tagcloud-list a {
  font-size: 12px;
  color: var(--color1);
  font-family: var(--font1);
  background: var(--color2);
  border-radius: 5px;
  display: inline-block;
  padding: 1px 15px;
  margin: 0 5px 5px 0;
}
.tagcloud-list a:hover {
  color: var(--main);
}
.elementor-widget-wp-widget-archives ul li a {
  border-radius: 3px;
}
.elementor-widget-wp-widget-archives ul li a:hover {
  color: var(--main2);
  background: var(--color_body);
  padding: 3px 7px;
}
/* Archive */
.jws-portfolio-element.archive_portfolio video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout1 {
  height: unset !important;
  display: flex !important;
  margin-bottom: 60px;
}
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout1 .jws_portfolio_item .jws_portfolio_overlay {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout2 {
  margin-bottom: 60px;
}
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout2 .jws_portfolio_item .entry-content .post-meta {
  margin-top: 25px;
}
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout3,
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout8,
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout9 {
  margin-bottom: 50px;
}
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout8 {
  display: flex;
  flex-direction: column;
}
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout8 .jws_portfolio_item {
  margin-bottom: 30px;
}
.jws-portfolio-element.archive_portfolio .jws_portfolio_layout10 .jws_portfolio_item {
  padding: 30px;
}
@media (min-width: 1024px) {
  .jws-portfolio-element.archive_portfolio .jws_portfolio_layout2 .jws_portfolio_item .entry-content .title h2 {
    font-size: 50.8px;
  }
}
/* Single */
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom {
  margin-top: 245px;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio {
  position: relative;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio:before,
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio:after {
  content: "";
  clear: both;
  display: table;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right {
  display: block;
  width: 100%;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav {
  position: relative;
  text-align: center;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle {
  position: relative;
  overflow: hidden;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle .btn-next {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg {
  height: 135px;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg text {
  font-family: var(--font2);
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 400;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .text_nav {
  font-size: 18px;
  color: var(--main2);
  display: block;
  opacity: 0.6;
  text-transform: capitalize;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .title {
  color: var(--main2);
  text-transform: capitalize;
  font-weight: 400;
  transition: 0.3s all;
  margin: 0;
  margin-top: 3px;
  margin-bottom: 55px;
  font-family: var(--font1);
}
.single-portfolio-container.layout1 .portfolio_header {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  transition: all 0.7s ease;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.single-portfolio-container.layout1 .portfolio_header .post_content {
  max-width: 1110px;
  text-align: center;
}
.single-portfolio-container.layout1 .portfolio_header .post_thumbnail {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.single-portfolio-container.layout1 .portfolio_header .post_thumbnail img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0px;
  object-fit: cover;
}
.single-portfolio-container.layout1 .portfolio_header .short_des {
  color: #ececec;
  font-size: 18px;
  margin-top: 6px;
}
.single-portfolio-container.layout1 .portfolio_header .entry-title {
  color: var(--light);
  font-family: var(--font1);
  margin: 0;
  text-align: center;
}
.single-portfolio-container.layout1 .portfolio_content .entry_content {
  margin: 0 auto;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_top {
  padding: 110px 0 0px;
  max-width: 800px;
  margin: 0 auto;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_description {
  font-size: 16px;
  line-height: 24px;
  padding: 0 56px;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_description p {
  margin-bottom: 0px;
}
.single-portfolio-container.layout1 .portfolio_content .portfolio_description .portfolio_detail_label {
  font-size: 24px;
  color: var(--color1);
  font-weight: bold;
  margin-bottom: 14px;
}
.single-portfolio-container.layout1 .portfolio_meta > ul {
  padding: 10px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-portfolio-container.layout1 .portfolio_meta > ul > li {
  margin-bottom: 5px;
  line-height: 26px;
}
.single-portfolio-container.layout1 .portfolio_meta > ul > li .title_meta {
  font-size: 15px;
  color: var(--color_body);
  position: relative;
  font-weight: 400;
  letter-spacing: 1px;
}
.single-portfolio-container.layout1 .portfolio_meta > ul > li > p,
.single-portfolio-container.layout1 .portfolio_meta > ul > li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--main2);
  position: relative;
}
.single-portfolio-container.layout1 .portfolio_meta > ul > li.cat_item a {
  font-size: 16px;
  font-weight: 500;
  color: var(--main2);
  position: relative;
}
@media (min-width: 1200px) {
  .layout1 .portfolio_content .entry_content {
    max-width: 1110px;
  }
}
@media (max-width: 1199px) {
  body .site-content .layout1 .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
  }
  .layout1 .portfolio_content .entry_content,
  .layout1 .portfolio_content .post_content {
    max-width: calc(100% - 160px);
  }
}
@media (min-width: 1024px) {
  .layout1 .portfolio_content .entry_content {
    padding-bottom: 225px;
  }
  .layout1 .portfolio_content .entry_content .portfolio_top .portfolio_meta > ul > li {
    width: 25%;
  }
}
@media (min-width: 1023px) {
  .layout1 .entry_content .portfolio_top .portfolio_meta > ul > li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .layout1 .portfolio_header .entry-title {
    font-size: 100px;
  }
  .layout1 .portfolio_content .entry_content {
    padding-bottom: 85px;
  }
}
@media (max-width: 767px) {
  body .site-content .layout1 .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
  }
  .layout1 .portfolio_header .entry-title {
    font-size: 40px;
  }
  .layout1 .portfolio_content .entry_content,
  .layout1 .portfolio_content .post_content {
    padding-bottom: 50px;
    max-width: calc(100% - 60px);
  }
  .layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio {
    padding: 17px 0;
  }
  .layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio .portfolio_back {
    display: none;
  }
  .layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav .title {
    font-size: 30px;
  }
  .layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav #circle {
    display: none;
  }
  .layout1 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav:after {
    top: 0 !important;
  }
  .layout1 .portfolio_content .portfolio_top {
    padding: 33px 0 33px;
  }
  .layout1 .portfolio_content .portfolio_top .portfolio_meta > ul > li {
    width: 100%;
  }
  .layout1 .portfolio_content .portfolio_top .portfolio_description {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 540px) {
  body .site-content .layout1 .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
  }
  .layout1 .single-portfolio-container .portfolio_content .entry_content,
  .layout1 .single-portfolio-container .portfolio_content .post_content {
    max-width: calc(100% - 60px);
  }
}
.single-portfolio-container.layout2 .portfolio_header {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  transition: all 0.7s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.single-portfolio-container.layout2 .portfolio_header .post_content {
  max-width: 1300px;
  text-align: center;
}
.single-portfolio-container.layout2 .portfolio_header .post_thumbnail {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.single-portfolio-container.layout2 .portfolio_header .post_thumbnail img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0px;
  object-fit: cover;
}
.single-portfolio-container.layout2 .portfolio_header .short_des {
  color: #000;
  font-size: 18px;
}
.single-portfolio-container.layout2 .portfolio_header .entry-title {
  color: var(--main2);
  font-family: var(--font1);
  margin: 0;
  text-align: center;
}
.single-portfolio-container.layout2 .portfolio_content .entry_content {
  margin: 0 auto;
}
.single-portfolio-container.layout2 .portfolio_content .portfolio_description {
  font-size: 16px;
  line-height: 24px;
  padding: 0 56px;
}
.single-portfolio-container.layout2 .portfolio_content .portfolio_description p {
  margin-bottom: 0px;
}
.single-portfolio-container.layout2 .portfolio_content .portfolio_description .portfolio_detail_label {
  font-size: 24px;
  color: var(--color1);
  font-weight: bold;
  margin-bottom: 14px;
}
.single-portfolio-container.layout2 .portfolio_meta {
  float: right;
}
.single-portfolio-container.layout2 .portfolio_meta > ul {
  padding: 0;
  list-style-type: none;
  margin: 0 20px;
}
.single-portfolio-container.layout2 .portfolio_meta > ul > li {
  margin-bottom: 5px;
  line-height: 26px;
}
.single-portfolio-container.layout2 .portfolio_meta > ul > li .title_meta {
  font-size: 15px;
  color: var(--color_body);
  position: relative;
  font-weight: 400;
  letter-spacing: 1px;
}
.single-portfolio-container.layout2 .portfolio_meta > ul > li > p,
.single-portfolio-container.layout2 .portfolio_meta > ul > li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--main2);
  position: relative;
}
.single-portfolio-container.layout2 .portfolio_meta > ul > li.cat_item a {
  font-size: 16px;
  font-weight: 500;
  color: var(--main2);
  position: relative;
}
@media (min-width: 768px) {
  .layout2 .portfolio_header {
    min-height: 100vh;
  }
  .layout2 .portfolio_header .entry-title {
    font-size: 120px;
  }
  .layout2 .portfolio_content .entry_content {
    padding-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .layout2 .portfolio_header {
    min-height: calc(100vh - 300px);
    position: relative;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    padding: 40px 0 0;
    width: 100%;
    left: 0;
  }
  .layout2 .portfolio_header .entry-title {
    font-size: 40px;
  }
  .layout2 .portfolio_content .entry_content {
    padding-bottom: 50px;
  }
  .layout2 .portfolio_content .portfolio_bottom .nav_change_portfolio {
    padding: 17px 0;
  }
  .layout2 .portfolio_content .portfolio_bottom .nav_change_portfolio .portfolio_back {
    display: none;
  }
  .layout2 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav .title {
    font-size: 30px;
  }
  .layout2 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav #circle {
    display: none;
  }
  .layout2 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav:after {
    top: 0 !important;
  }
}
.single-portfolio-container {
  margin: 0 auto;
  overflow: hidden;
}
.single-portfolio-container .scroll_more #circle {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.single-portfolio-container .scroll_more #circle .btn-next {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-portfolio-container .scroll_more #circle > svg {
  height: 135px;
  animation: rotate 10s infinite linear;
}
.single-portfolio-container .scroll_more #circle > svg text {
  font-family: var(--font2);
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 400;
}
.single-portfolio-container .portfolio_content .portfolio_bottom {
  padding-top: 145px;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio {
  position: relative;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio:before,
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio:after {
  content: "";
  clear: both;
  display: table;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right {
  display: block;
  width: 100%;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav {
  position: relative;
  text-align: center;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle {
  position: relative;
  overflow: hidden;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle .btn-next {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg {
  height: 135px;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg text {
  font-family: var(--font2);
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 400;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .text_nav {
  font-size: 18px;
  color: var(--main2);
  display: block;
  opacity: 0.6;
  text-transform: capitalize;
}
.single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .title {
  color: var(--main2);
  text-transform: capitalize;
  font-weight: 400;
  transition: 0.3s all;
  margin: 0;
  margin-top: 3px;
  margin-bottom: 55px;
  font-family: var(--font1);
}
.single-portfolio-container.layout3 .portfolio_header {
  margin: 0 auto;
}
.single-portfolio-container.layout3 .portfolio_header .portfolio_meta p a,
.single-portfolio-container.layout3 .portfolio_header .short_des {
  color: var(--main2);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.single-portfolio-container.layout3 .portfolio_header .entry-title {
  color: var(--main2);
  font-family: var(--font1);
  margin: 0;
}
.single-portfolio-container.layout3 .portfolio_content .entry_content {
  overflow: hidden;
}
.single-portfolio-container.layout3 .portfolio_content .portfolio_top {
  padding: 70px 0 0px;
  display: flex;
  flex-wrap: wrap;
}
.single-portfolio-container.layout3 .portfolio_content .portfolio_top .title_meta,
.single-portfolio-container.layout3 .portfolio_content .portfolio_top .title_des {
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color_body);
}
@media only screen and (max-width: 1440px) {
  .single-portfolio-container.layout3 {
    max-width: calc(100% - 160px);
  }
  .single-portfolio-container.layout3 .scroll_more {
    flex: 0 0 100%;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1441px) {
  .single-portfolio-container.layout3 {
    max-width: calc(100% - 160px);
    margin: 0 auto;
  }
  .single-portfolio-container.layout3 .portfolio_top .scroll_more {
    right: 4.5%;
    position: absolute;
  }
  .single-portfolio-container.layout3 .portfolio_content .portfolio_header {
    max-width: 780px;
  }
  .single-portfolio-container.layout3 section.elementor-section.entry_content_block > .elementor-container {
    max-width: 1280px !important;
    margin-right: 0 !important;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .single-portfolio-container.layout3 .portfolio_header {
    padding-top: 225px;
  }
  .single-portfolio-container.layout3 .portfolio_header .entry-title {
    font-size: 100px;
    line-height: 100px;
  }
  .single-portfolio-container.layout3 .portfolio_top .portfolio_meta {
    flex: 0 0 39%;
  }
  .single-portfolio-container.layout3 .portfolio_top .portfolio_description {
    flex: 0 0 61%;
  }
  .single-portfolio-container.layout3 .portfolio_content .entry_content {
    padding-bottom: 46px;
  }
  .single-portfolio-container .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .single-portfolio-container.layout3 {
    max-width: calc(100% - 120px);
  }
  .single-portfolio-container.layout3 .portfolio_header {
    position: relative;
    padding-top: 150px;
  }
  .single-portfolio-container.layout3 .portfolio_header .entry-title {
    font-size: 40px;
  }
  .single-portfolio-container.layout3 .portfolio_content .entry_content {
    padding-bottom: 46px;
  }
  .single-portfolio-container.layout3 .portfolio_content .portfolio_bottom .nav_change_portfolio {
    padding: 17px 0;
  }
  .single-portfolio-container.layout3 .portfolio_content .portfolio_bottom .nav_change_portfolio .portfolio_back {
    display: none;
  }
  .single-portfolio-container.layout3 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav .title {
    font-size: 30px;
  }
  .single-portfolio-container.layout3 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav #circle {
    display: none;
  }
  .single-portfolio-container.layout3 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav:after {
    top: 0 !important;
  }
  .single-portfolio-container.layout3 .portfolio_content .portfolio_top {
    flex-direction: column;
    padding: 33px 0 33px;
  }
  .single-portfolio-container.layout3 .portfolio_content .portfolio_top .portfolio_meta {
    flex: 0 0 100%;
  }
  .single-portfolio-container.layout3 .portfolio_content .portfolio_top .portfolio_description {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .single-portfolio-container.layout3 {
    max-width: calc(100% - 60px);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 1441px) {
  .layout4 .container,
  .layout4 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1130px !important;
  }
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom {
  margin-top: 225px;
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio {
  position: relative;
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio:before,
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio:after {
  content: "";
  clear: both;
  display: table;
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right {
  display: block;
  width: 100%;
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav {
  position: relative;
  text-align: center;
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle {
  position: relative;
  overflow: hidden;
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle .btn-next {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle .btn-next path#arrow-down {
  stroke: var(--light);
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg {
  height: 135px;
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg text {
  font-family: var(--font2);
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 400;
  fill: var(--light);
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .text_nav {
  font-size: 18px;
  color: var(--light);
  display: block;
  opacity: 0.6;
  text-transform: capitalize;
}
.single-portfolio-container.layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .title {
  color: var(--light);
  text-transform: capitalize;
  font-weight: 400;
  transition: 0.3s all;
  margin: 0;
  margin-top: 3px;
  margin-bottom: 55px;
  font-family: var(--font1);
}
.layout4 .portfolio_header {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  transition: all 0.7s ease;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.layout4 .portfolio_header .post_content {
  text-align: center;
  z-index: 2;
}
.layout4 .portfolio_header .post_thumbnail {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.layout4 .portfolio_header .post_thumbnail img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0px;
  object-fit: cover;
}
.layout4 .portfolio_header .entry-title {
  color: var(--light);
  font-family: var(--font1);
  margin: 0;
  text-align: center;
}
.layout4 .portfolio_content {
  margin-top: 170px;
}
.layout4 .portfolio_content .entry_content {
  margin: 0 auto;
}
.layout4 .portfolio_content .portfolio_top {
  padding: 50px 0 0px;
}
.layout4 .portfolio_content .portfolio_description {
  font-size: 16px;
  line-height: 24px;
  padding: 0 56px;
}
.layout4 .portfolio_content .portfolio_description p {
  margin-bottom: 0px;
}
.layout4 .portfolio_content .portfolio_description .portfolio_detail_label {
  font-size: 24px;
  color: var(--color1);
  font-weight: bold;
  margin-bottom: 14px;
}
.layout4 .portfolio_meta {
  display: flex;
  padding: 10px;
  max-width: 1757px;
  margin: 0 auto;
}
.layout4 .portfolio_meta .elementor-column.elementor-col-50 {
  align-items: center;
}
.layout4 .portfolio_meta .meta_cat a,
.layout4 .portfolio_meta .meta_cat p {
  font-size: 16px;
  font-weight: 500;
}
.layout4 .portfolio_meta .meta_cat p {
  margin-bottom: 0px;
  color: var(--color_body);
}
.layout4 .portfolio_meta .meta_cat a {
  color: var(--light);
}
.layout4 .portfolio_meta .meta_provide .inline {
  background-color: var(--main);
  width: 100px;
  display: inline-block;
  height: 1px;
  margin: 0px 15px;
}
.layout4 .portfolio_meta .meta_provide span {
  font-size: 16px;
  font-weight: 500;
  color: var(--light);
  display: inline;
}
@media (max-width: 1199px) {
  .layout4 .portfolio_content .entry_content,
  .layout4 .portfolio_content .post_content {
    max-width: calc(100% - 160px);
  }
}
@media (min-width: 1024px) {
  .layout4 .portfolio_header .entry-title {
    font-size: 150px;
    line-height: 160px;
  }
  .layout4 .portfolio_meta {
    padding: 50px 68px 0px 68px;
  }
  .layout4 .portfolio_content .entry_content {
    padding-bottom: 85px;
  }
}
@media (min-width: 768px) {
  .layout4 .portfolio_top .portfolio_meta .meta_provide {
    justify-content: flex-end;
  }
  .layout4 .portfolio_header .entry-title {
    font-size: 100px;
    line-height: 100px;
  }
  .layout4 .portfolio_content .entry_content {
    padding-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .layout4 .portfolio_header .entry-title {
    font-size: 40px;
    line-height: 48px;
  }
  .layout4 .portfolio_content .entry_content,
  .layout4 .portfolio_content .post_content {
    padding-bottom: 50px;
    max-width: calc(100% - 120px);
  }
  .layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio {
    padding: 17px 0;
  }
  .layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio .portfolio_back {
    display: none;
  }
  .layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav .title {
    font-size: 30px;
  }
  .layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav #circle {
    display: none;
  }
  .layout4 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav:after {
    top: 0 !important;
  }
  .layout4 .portfolio_content .portfolio_top .portfolio_meta {
    flex-wrap: wrap;
  }
  .layout4 .portfolio_content .portfolio_top .portfolio_meta .meta_provide {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .single-portfolio-container.layout4 .portfolio_content .entry_content,
  .single-portfolio-container.layout4 .portfolio_content .post_content {
    max-width: calc(100% - 60px);
  }
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom {
  margin-top: 225px;
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio {
  position: relative;
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio:before,
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio:after {
  content: "";
  clear: both;
  display: table;
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right {
  display: block;
  width: 100%;
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav {
  position: relative;
  text-align: center;
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle {
  position: relative;
  overflow: hidden;
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle .btn-next {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle .btn-next path#arrow-down {
  stroke: var(--light);
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg {
  height: 135px;
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg text {
  font-family: var(--font2);
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 400;
  fill: var(--light);
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .text_nav {
  font-size: 18px;
  color: var(--light);
  display: block;
  opacity: 0.6;
  text-transform: capitalize;
}
.single-portfolio-container.layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .title {
  color: var(--light);
  text-transform: capitalize;
  font-weight: 400;
  transition: 0.3s all;
  margin: 0;
  margin-top: 3px;
  margin-bottom: 55px;
  font-family: var(--font1);
}
.single-portfolio-container.layout5.layout5 .portfolio_header {
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
  overflow: hidden;
  transition: all 0.7s ease;
  min-height: 100vh;
}
.single-portfolio-container.layout5.layout5 .portfolio_header .section-image__wrapper .post_thumbnail {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.single-portfolio-container.layout5.layout5 .portfolio_header .section-image__wrapper .post_thumbnail img {
  object-fit: cover;
  min-height: 130%;
  position: absolute;
  top: 0px;
}
.single-portfolio-container.layout5.layout5 .portfolio_header .short_des {
  color: #ececec;
  font-size: 16px;
  margin-top: 35px;
  line-height: 26px;
}
.single-portfolio-container.layout5.layout5 .portfolio_header .entry-title {
  color: var(--light);
  font-family: var(--font1);
  margin: 0;
}
.single-portfolio-container.layout5.layout5 .portfolio_content .portfolio_cate a {
  font-size: 16px;
  font-family: var(--font2);
  color: var(--light);
}
.single-portfolio-container.layout5.layout5 .portfolio_content .scroll_more {
  position: absolute;
  right: 4.5%;
}
.single-portfolio-container.layout5.layout5 .portfolio_content .scroll_more #circle {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.single-portfolio-container.layout5.layout5 .portfolio_content .scroll_more #circle .btn-next {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-portfolio-container.layout5.layout5 .portfolio_content .scroll_more #circle .btn-next svg path#arrow-down {
  stroke: #fff;
}
.single-portfolio-container.layout5.layout5 .portfolio_content .scroll_more #circle > svg {
  height: 135px;
  animation: rotate 10s infinite linear;
}
.single-portfolio-container.layout5.layout5 .portfolio_content .scroll_more #circle > svg text {
  font-family: var(--font2);
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 400;
  fill: var(--light);
}
.single-portfolio-container.layout5.layout5 .portfolio_content .portfolio_description {
  font-size: 16px;
  line-height: 24px;
  padding: 0 56px;
}
.single-portfolio-container.layout5.layout5 .portfolio_content .portfolio_description p {
  margin-bottom: 0px;
}
.single-portfolio-container.layout5.layout5 .portfolio_content .portfolio_description .portfolio_detail_label {
  font-size: 24px;
  color: var(--color1);
  font-weight: bold;
  margin-bottom: 14px;
}
.single-portfolio-container.layout5.layout5 .portfolio_meta > ul {
  padding: 0px;
}
.single-portfolio-container.layout5.layout5 .portfolio_meta > ul > li {
  list-style-type: none;
  margin-bottom: 5px;
  line-height: 26px;
}
.single-portfolio-container.layout5.layout5 .portfolio_meta > ul > li:not(:first-child) {
  margin-top: 58px;
}
.single-portfolio-container.layout5.layout5 .portfolio_meta > ul > li:first-child {
  margin-top: 67px;
}
.single-portfolio-container.layout5.layout5 .portfolio_meta > ul > li .title_meta {
  font-size: 15px;
  color: var(--color_body);
  position: relative;
  font-weight: 400;
  letter-spacing: 1px;
  list-style-type: none;
}
.single-portfolio-container.layout5.layout5 .portfolio_meta > ul > li > p,
.single-portfolio-container.layout5.layout5 .portfolio_meta > ul > li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--light);
  position: relative;
}
@media screen and (min-width: 992px) {
  .layout5 .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .layout5 .portfolio_top {
    max-width: 445px;
    padding-left: 115px;
    padding-top: 110px;
  }
  .layout5 .portfolio_top.align-self-end {
    align-self: center;
  }
}
@media (max-width: 991px) {
  .layout5 .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .layout5 .portfolio_top .portfolio_meta > ul > li:not(:first-child) {
    margin-top: 28px;
  }
  .layout5 .portfolio_top .portfolio_meta > ul > li:first-child {
    margin-top: 37px;
  }
  .layout5 .portfolio_header {
    min-height: 0;
  }
  .layout5 .portfolio_header .section-image__wrapper {
    min-height: calc(5.71px * 100);
    height: 100%;
  }
}
@media (min-width: 768px) {
  .layout5 .portfolio_header {
    margin-bottom: 130px;
  }
  .layout5 .portfolio_header .scroll_more {
    bottom: 4rem;
  }
  .layout5 .portfolio_header .entry-title {
    font-size: 64px;
  }
  .layout5 .portfolio_content .entry_content {
    padding-bottom: 85px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .layout5 .scroll_more {
    bottom: 0;
  }
  .layout5 .portfolio_top {
    padding-top: 30px;
    max-width: 480px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 820px) and (min-width: 768px) {
  .layout5 .portfolio_top {
    max-width: 650px;
    margin: 50px auto 0px;
  }
}
@media only screen and (max-width: 479px) {
  .layout5 .scroll_more {
    bottom: 0;
  }
  .layout5 .portfolio_top {
    padding-top: 30px;
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .layout5 .portfolio_header {
    position: relative;
    margin-bottom: 75px;
  }
  .layout5 .portfolio_header .entry-title {
    font-size: 40px;
  }
  .layout5 .portfolio_content .entry_content {
    padding-bottom: 50px;
  }
  .layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio {
    padding: 17px 0;
  }
  .layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio .portfolio_back {
    display: none;
  }
  .layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav .title {
    font-size: 30px;
  }
  .layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav #circle {
    display: none;
  }
  .layout5 .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav:after {
    top: 0 !important;
  }
  .layout5 .portfolio_content .portfolio_top .portfolio_description {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
.single-portfolio-container.layout6 {
  position: relative;
}
.single-portfolio-container.layout6 .scroll_more #circle {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.single-portfolio-container.layout6 .scroll_more #circle .btn-next {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-portfolio-container.layout6 .scroll_more #circle > svg {
  height: 135px;
  animation: rotate 10s infinite linear;
}
.single-portfolio-container.layout6 .scroll_more #circle > svg text {
  font-family: var(--font2);
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 400;
}
.single-portfolio-container.layout6 .portfolio_content {
  margin-top: 150px;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio {
  position: relative;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio:before,
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio:after {
  content: "";
  clear: both;
  display: table;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right {
  display: block;
  width: 100%;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav {
  position: relative;
  text-align: center;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle {
  position: relative;
  overflow: hidden;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle .btn-next {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg {
  height: 135px;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav #circle > svg text {
  font-family: var(--font2);
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 400;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .text_nav {
  font-size: 18px;
  color: var(--main2);
  display: block;
  opacity: 0.6;
  text-transform: capitalize;
}
.single-portfolio-container.layout6 .portfolio_content .portfolio_bottom .nav_change_portfolio > a.right .content_nav .title {
  color: var(--main2);
  text-transform: capitalize;
  font-weight: 400;
  transition: 0.3s all;
  margin: 0;
  margin-top: 3px;
  margin-bottom: 55px;
  font-family: var(--font1);
}
.single-portfolio-container.layout6.layout6 {
  margin: 0 auto;
}
.single-portfolio-container.layout6.layout6 .portfolio_header {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  transition: all 0.7s ease;
}
.single-portfolio-container.layout6.layout6 .portfolio_header .post_content {
  margin-bottom: 42px;
}
.single-portfolio-container.layout6.layout6 .portfolio_header .post_content .portfolio_cate {
  margin-bottom: 0;
}
.single-portfolio-container.layout6.layout6 .portfolio_header .post_content .portfolio_cate a {
  font-size: 16px;
  font-weight: 500;
  color: var(--color_body);
  position: relative;
}
.single-portfolio-container.layout6.layout6 .short_des {
  color: #ececec;
  font-size: 18px;
  margin-top: 6px;
}
.single-portfolio-container.layout6.layout6 .entry-title {
  color: var(--main2);
  font-family: var(--font1);
  margin: 0;
}
.single-portfolio-container.layout6.layout6 .portfolio_content .portfolio_top {
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}
.single-portfolio-container.layout6.layout6 .portfolio_content .portfolio_description {
  font-size: 16px;
  line-height: 24px;
  padding: 0 56px;
}
.single-portfolio-container.layout6.layout6 .portfolio_content .portfolio_description p {
  margin-bottom: 0px;
}
.single-portfolio-container.layout6.layout6 .portfolio_content .portfolio_description .portfolio_detail_label {
  font-size: 24px;
  color: var(--color1);
  font-weight: bold;
  margin-bottom: 14px;
}
.single-portfolio-container.layout6.layout6 .portfolio_meta > ul {
  flex-wrap: wrap;
  display: flex;
  padding: 0;
  list-style-type: none;
}
.single-portfolio-container.layout6.layout6 .portfolio_meta > ul > li {
  min-height: 1px;
  margin-bottom: 5px;
  line-height: 26px;
}
.single-portfolio-container.layout6.layout6 .portfolio_meta > ul > li .title_meta {
  font-size: 15px;
  color: var(--color_body);
  position: relative;
  font-weight: 400;
  letter-spacing: 1px;
}
.single-portfolio-container.layout6.layout6 .portfolio_meta > ul > li > p,
.single-portfolio-container.layout6.layout6 .portfolio_meta > ul > li a {
  margin: 12px 0px;
  font-size: 16px;
  font-weight: 500;
  color: var(--main2);
  position: relative;
}
@media only screen and (min-width: 1620px) {
  .layout6 .scroll_more {
    position: absolute;
    right: 3.5%;
    bottom: 14rem;
  }
}
@media only screen and (max-width: 1619px) {
  .layout6 .scroll_more {
    padding-top: 44px;
  }
}
@media only screen and (min-width: 1199px) {
  .single-portfolio-container.layout6 .entry_content,
  .single-portfolio-container.layout6 .post_thumbnail,
  .single-portfolio-container.layout6 .post_content {
    margin: 0 auto;
    max-width: 1080px;
  }
}
@media only screen and (max-width: 1200px) {
  .single-portfolio-container.layout6 {
    max-width: calc(100% - 160px);
  }
}
@media (min-width: 768px) {
  .layout6 .portfolio_header .post_thumbnail {
    position: relative;
    min-height: 670px;
    overflow: hidden;
  }
  .layout6 .portfolio_header .post_thumbnail img {
    object-fit: cover;
    min-height: 130%;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .layout6 .portfolio_header .entry-title {
    font-size: 64px;
  }
  .layout6 .portfolio_content .portfolio_top {
    padding: 80px 0 0px;
  }
  .layout6 .portfolio_content .portfolio_top .portfolio_meta > ul > li {
    width: calc(33.33% - 13.33px);
  }
  .layout6 .portfolio_content .portfolio_top .portfolio_meta > ul > li:not(:last-child) {
    margin-right: 20px;
  }
  .layout6 .portfolio_content .entry_content {
    padding-bottom: 85px;
  }
  .layout6 .portfolio_content .portfolio_bottom {
    margin-top: 277px;
  }
}
@media (max-width: 767px) {
  .single-portfolio-container.layout6 {
    max-width: calc(100% - 120px);
  }
  .single-portfolio-container.layout6 .scroll_more {
    padding-top: 20px;
  }
  .single-portfolio-container.layout6 .portfolio_top {
    padding: 40px 0px 0px;
  }
  .single-portfolio-container.layout6 .portfolio_top .portfolio_meta > ul > li {
    width: 100%;
  }
  .single-portfolio-container.layout6 .portfolio_top .portfolio_meta > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .portfolio_header {
    position: relative;
  }
  .portfolio_header .entry-title {
    font-size: 40px;
  }
  .portfolio_content .entry_content {
    padding-bottom: 50px;
  }
  .portfolio_content .portfolio_bottom {
    margin-top: 100px;
  }
  .portfolio_content .portfolio_bottom .nav_change_portfolio {
    padding: 17px 0;
  }
  .portfolio_content .portfolio_bottom .nav_change_portfolio .portfolio_back {
    display: none;
  }
  .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav .title {
    font-size: 30px;
  }
  .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav #circle {
    display: none;
  }
  .portfolio_content .portfolio_bottom .nav_change_portfolio > a .content_nav:after {
    top: 0 !important;
  }
}
@media only screen and (max-width: 540px) {
  .single-portfolio-container.layout6 {
    max-width: calc(100% - 60px);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.single-portfolio-container .portfolio_content .scroll_more #circle .btn-next {
  cursor: pointer;
}
.elementor-editor-active .portfolio-loader {
  display: none;
}
.elementor-editor-active.single-portfolio #page {
  opacity: 1;
}
.image_next_portfolio {
  text-align: center;
}
.image_next_portfolio img {
  max-width: 460px;
}
.loading .portfolio-loader {
  opacity: 1;
}
.loading > i,
.loading:before {
  opacity: 0;
}
.portfolio-loader {
  position: fixed;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  top: 50%;
  left: 50%;
}
.portfolio-loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.portfolio-loader .circular {
  animation: rotatekey 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.portfolio-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke: #000;
  stroke-linecap: round;
}
@keyframes rotatekey {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.single-portfolio #page {
  opacity: 0;
  transition: 0.5s all;
}
.single-portfolio #page.loaded {
  opacity: 1;
}
/* Single Blog */
.single-blog header .jws_post_meta > span {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-family: var(--font2);
  font-weight: 400;
  text-transform: capitalize;
}
.single-blog header .jws_post_meta > span [class^="ri-"],
.single-blog header .jws_post_meta > span [class*="ri-"] {
  font-size: 16px;
  margin-right: 6px;
  vertical-align: top;
}
.single-blog header .jws_post_meta > span a {
  color: var(--main3);
}
.single-blog header .jws_post_meta > span a:hover {
  color: var(--main2);
}
.single-blog .post_related {
  padding-bottom: 44px;
}
.single-blog.has_sidebar footer {
  max-width: 100%;
}
.single.single-post .site-content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 60px;
}
.single.single-post .site-content .jws-title-bar-wrap ~ .single_blog_layout1,
.single.single-post .site-content .jws-title-bar-wrap ~ .single_blog_layout2 {
  margin-top: 31px;
}
.single.single-post .site-content .single_blog_layout1,
.single.single-post .site-content .single_blog_layout2 {
  margin-top: 40px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comments-title,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comments-title {
  font-size: 40px;
  color: var(--main2);
  margin-bottom: 33px;
  font-family: var(--font1);
  font-weight: 400;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-form,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-form {
  margin-bottom: 60px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li ol,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .children,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .children {
  padding-left: 110px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body {
  margin-bottom: 23px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-avatar,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
  max-width: 80px;
  display: inline-block;
  vertical-align: top;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-avatar img,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-avatar img {
  border-radius: 100%;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info {
  width: calc(100% - 90px);
  display: inline-block;
  vertical-align: top;
  padding-left: 27px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info > p,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info > p {
  font-size: 15px;
  line-height: 24px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info {
  margin-bottom: 14px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-author,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-author {
  font-family: var(--font1);
  color: var(--main2);
  font-size: 25px;
  text-transform: capitalize;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-date,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-date {
  font-size: 13px;
  color: #525252;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply {
  float: right;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a {
  font-family: var(--font2);
  color: var(--main2);
  font-size: 13px;
  font-weight: 400;
  padding: 2px 12px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a .reply-icon,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a .reply-icon {
  vertical-align: middle;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a:hover,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a:hover {
  background: #000;
  color: var(--light);
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-reply-title,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-reply-title {
  font-size: 40px;
  color: var(--main2);
  margin-bottom: 10px;
  font-family: var(--font1);
  font-weight: 400;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond #cancel-comment-reply-link,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond #cancel-comment-reply-link {
  font-family: var(--font1);
  color: var(--color1);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 10%;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond #cancel-comment-reply-link:hover,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond #cancel-comment-reply-link:hover {
  color: var(--main);
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form input[type="text"],
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form input[type="text"],
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form textarea,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form textarea {
  border: 1px solid #dedede;
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 9px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form input[type="text"]::-webkit-input-placeholder,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form input[type="text"]::-webkit-input-placeholder,
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form textarea::-webkit-input-placeholder,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color2);
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form input[type="text"]::-moz-placeholder,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form input[type="text"]::-moz-placeholder,
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form textarea::-moz-placeholder,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color2);
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form input[type="text"]:-ms-input-placeholder,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form input[type="text"]:-ms-input-placeholder,
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form textarea:-ms-input-placeholder,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color2);
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form input[type="text"]:-moz-placeholder,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form input[type="text"]:-moz-placeholder,
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form textarea:-moz-placeholder,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color2);
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form textarea,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form textarea {
  padding-top: 9px;
  height: 150px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form input[type="text"],
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form input[type="text"] {
  height: 50px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form .comment-form-cookies-consent label,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form .comment-form-cookies-consent label {
  color: var(--main2);
  font-size: 14px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form .comment-notes,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form .comment-notes {
  font-size: 14px;
  color: #959595;
  margin-bottom: 27px;
}
.single.single-post .site-content .single_blog_layout1 .comments-area .comment-respond .comment-form .submit,
.single.single-post .site-content .single_blog_layout2 .comments-area .comment-respond .comment-form .submit {
  color: #ffffff;
  background: #090909;
  font-weight: bold;
  font-size: 15px;
  text-transform: capitalize;
  border: none;
  outline: none;
  padding: 11px 52px;
  font-family: var(--font2);
  transition: 0.3s all;
  margin-top: 8px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer,
.single.single-post .site-content .single_blog_layout2 .single-blog footer,
.single.single-post .site-content .single_blog_layout1 .single-blog header,
.single.single-post .site-content .single_blog_layout2 .single-blog header,
.single.single-post .site-content .single_blog_layout1 .single-blog .entry_content,
.single.single-post .site-content .single_blog_layout2 .single-blog .entry_content {
  max-width: 770px;
  margin: 0 auto;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer,
.single.single-post .site-content .single_blog_layout2 .single-blog footer {
  margin-bottom: 100px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .tag-share,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .tag-share {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-tags,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-tags {
  margin-bottom: 16px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-tags > span,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-tags > span {
  font-weight: bold;
  margin-right: 15px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-tags a,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-tags a {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  margin: 0px 10px 10px 0px;
  padding: 4px 9px;
  border-radius: 0px 0px 0px 0px;
  color: #000000;
  font-family: var(--font2);
  font-size: 15px;
  font-weight: 600;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-tags a:hover,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-tags a:hover {
  background: var(--main);
  color: #ffffff;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-navigation,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-navigation {
  margin-top: 45px;
  padding: 19px 0px;
  display: flex;
  margin-bottom: 65px;
  border-top: 1px solid rgba(9, 9, 9, 0.1);
  border-bottom: 1px solid rgba(9, 9, 9, 0.1);
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-navigation a .text_nav,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-navigation a .text_nav {
  color: var(--color_body);
  letter-spacing: 1px;
  font-size: 13px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-navigation a .title,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-navigation a .title {
  margin-top: 5px;
  font-size: 25.4px;
  line-height: 33px;
  font-family: var(--font1);
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-navigation a.left,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-navigation a.left,
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-navigation a.right,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-navigation a.right {
  width: 50%;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-navigation a.right,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-navigation a.right {
  text-align: right;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-share,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-share {
  text-align: right;
  margin-bottom: 14px;
  color: var(--main2);
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-share .social_label,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-share .social_label {
  margin-right: 16px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--font2);
  line-height: 26px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-share a,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-share a {
  color: var(--color1);
  font-size: 16px;
  margin: 0 11px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-share a:hover,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-share a:hover {
  color: var(--main);
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author {
  background: #f5f5f5;
  padding: 36px 20px;
  margin-bottom: 56px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-avatar,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-avatar {
  text-align: center;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-avatar img,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-avatar img {
  max-width: 120px;
  border-radius: 100%;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-info .at-name,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-info .at-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: var(--font1);
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-info .at-name a,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-info .at-name a {
  color: var(--color1);
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-info .at-name a:hover,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-info .at-name a:hover {
  color: var(--main);
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-info .at-job,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-info .at-job {
  margin-bottom: 15px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-info .description,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-info .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 17px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-info .icon-author a,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-info .icon-author a {
  color: var(--color1);
  font-size: 14px;
  margin-right: 12px;
}
.single.single-post .site-content .single_blog_layout1 .single-blog footer .post-about-author .post-author-info .icon-author a:hover,
.single.single-post .site-content .single_blog_layout2 .single-blog footer .post-about-author .post-author-info .icon-author a:hover {
  color: var(--main);
}
.single.single-post .site-content .single_blog_layout1 .single-blog.has_sidebar footer,
.single.single-post .site-content .single_blog_layout2 .single-blog.has_sidebar footer,
.single.single-post .site-content .single_blog_layout1 .single-blog.has_sidebar header,
.single.single-post .site-content .single_blog_layout2 .single-blog.has_sidebar header,
.single.single-post .site-content .single_blog_layout1 .single-blog.has_sidebar .entry_content,
.single.single-post .site-content .single_blog_layout2 .single-blog.has_sidebar .entry_content {
  max-width: 100%;
}
@media only screen and (min-width: 1441px) {
  .single.single-post .site-content .jws-title-bar-wrap .container {
    max-width: 100% !important;
    padding: 0px 49px 0px 68px;
  }
}
.blog-content.jws-blog-layout2 .post_content .post-format-wrap .jws-post-link a > span,
.single-blog .post_content .post-format-wrap .jws-post-link a > span {
  font-size: 30px;
  display: inline;
  margin-right: 34px;
}
.blog-content.jws-blog-layout2 .post_content .post-format-wrap .jws-post-link a .entry_title,
.single-blog .post_content .post-format-wrap .jws-post-link a .entry_title {
  color: var(--light);
  display: inherit;
}
.blog-content.jws-blog-layout2 .post_content .post-format-wrap,
.single-blog .post_content .post-format-wrap {
  overflow: hidden;
  position: relative;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-audio,
.single-blog .post_content .jws-post-audio {
  margin-bottom: 21px;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-video,
.single-blog .post_content .jws-post-video {
  margin-bottom: 21px;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-video p,
.single-blog .post_content .jws-post-video p {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery .jws-post-gallery-item,
.single-blog .post_content .jws-post-gallery .jws-post-gallery-item {
  width: 100%;
  text-align: center;
  margin-top: 0;
  overflow: hidden;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery .jws-post-gallery-item:first-child,
.single-blog .post_content .jws-post-gallery .jws-post-gallery-item:first-child {
  display: block;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery button.slick-next.slick-arrow,
.single-blog .post_content .jws-post-gallery button.slick-next.slick-arrow {
  right: 5%;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery button.slick-prev.slick-arrow,
.single-blog .post_content .jws-post-gallery button.slick-prev.slick-arrow {
  left: 5%;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery button.slick-next.slick-arrow,
.single-blog .post_content .jws-post-gallery button.slick-next.slick-arrow,
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery button.slick-prev.slick-arrow,
.single-blog .post_content .jws-post-gallery button.slick-prev.slick-arrow {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 16px;
  color: var(--main2);
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery .slick-dots,
.single-blog .post_content .jws-post-gallery .slick-dots {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 25px;
  width: 100%;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery .slick-dots li,
.single-blog .post_content .jws-post-gallery .slick-dots li {
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  transition: 0.3s all;
  border-radius: 100%;
  line-height: 7px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  background: transparent;
  opacity: 1;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery .slick-dots li button,
.single-blog .post_content .jws-post-gallery .slick-dots li button {
  display: none;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery .slick-dots li:before,
.single-blog .post_content .jws-post-gallery .slick-dots li:before {
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  content: "";
  display: inline-block;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery .slick-dots li.slick-active,
.single-blog .post_content .jws-post-gallery .slick-dots li.slick-active {
  border-color: #ffffff;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-gallery .slick-dots li.slick-active:before,
.single-blog .post_content .jws-post-gallery .slick-dots li.slick-active:before {
  background: #ffffff;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-quote,
.single-blog .post_content .jws-post-quote {
  background: var(--main2);
  padding: 50px 5% 50px 4%;
  position: relative;
  margin-bottom: 26px;
  display: flex;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-quote > span,
.single-blog .post_content .jws-post-quote > span {
  font-size: 34px;
  color: var(--link_hover);
  display: inline;
  vertical-align: top;
  margin-right: 34px;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-quote .quote-description,
.single-blog .post_content .jws-post-quote .quote-description {
  color: var(--light);
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-quote .quote-description h3,
.single-blog .post_content .jws-post-quote .quote-description h3 {
  display: inline-block;
  font-family: var(--font2);
  color: var(--light);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 11px;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-quote .quote-description .minus,
.single-blog .post_content .jws-post-quote .quote-description .minus {
  display: inline-block;
  background-color: #ffffff;
  width: 10px;
  height: 1px;
  vertical-align: middle;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-quote .quote-description .jws-post-author,
.single-blog .post_content .jws-post-quote .quote-description .jws-post-author {
  color: var(--light);
}
.blog-content.jws-blog-layout2 .post_content .jws-post-quote .quote-description p,
.single-blog .post_content .jws-post-quote .quote-description p {
  font-size: 14px;
  margin: 0;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-link,
.single-blog .post_content .jws-post-link {
  background: url('https://atisa.jwsuperthemes.com/wp-content/themes/atisa/assets/image/link_background.jpg');
  padding: 70px 50px;
  position: relative;
}
.blog-content.jws-blog-layout2 .post_content .jws-post-link a,
.single-blog .post_content .jws-post-link a {
  color: var(--light);
  font-size: 24px;
  font-weight: 400;
  font-family: var(--font1);
}
.comment-form-cookies-consent input,
.comment-form-cookies-consent label {
  display: inline;
}
.post-navigation .left .content_nav:hover:after {
  animation: bounceAlpha2 1s both;
  -webkit-animation: bounceAlpha2 1s both;
}
.post-navigation .right .content_nav:hover:after {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.post-related {
  padding-bottom: 35px;
}
.post-related .title-related h3 {
  font-family: var(--font1);
  font-size: 40px;
  line-height: 24px;
  margin-bottom: 40px;
}
.post-related .blog-content {
  margin-bottom: -30px;
}
.post-related .blog-content .jws-blog-item {
  margin-bottom: 30px;
}
.post-related .jws-post-readmore,
.post-related .jws-post-excerpt {
  display: none;
}
@media (max-width: 767px) {
  .content-area .single-blog .post-about-author .post-author-avatar {
    margin-bottom: 15px;
    text-align: left !important;
  }
  .content-area .single-blog .post-navigation > a .content_nav .title span {
    display: none;
  }
  .content-area .single-blog .post-navigation > a .content_nav:after {
    top: 0 !important;
  }
  .content-area .comments-area .comment_top .comment-list li .children {
    padding-left: 20px !important;
  }
  .content-area .comments-area .comment_top .comment-list li .comment-body .comment-info {
    width: 100% !important;
    padding-left: 0 !important;
    padding-top: 10px;
    min-height: auto !important;
  }
  .content-area.single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body {
    position: relative;
  }
  .content-area.single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-info {
    padding-left: 16px !important;
    padding-top: 10px;
  }
  .content-area.single_blog_layout2 .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
    margin-top: 0;
    max-width: 50px;
    top: 15px;
    left: 15px;
  }
}
.single-blog .post_related {
  padding-bottom: 44px;
}
.single-blog.has_sidebar footer {
  max-width: 100%;
}
.single_blog_layout1 .single-blog .post_cat {
  background: var(--main2);
  color: #ffffff;
  font-family: var(--font2);
  font-size: 14px;
  text-transform: capitalize;
  padding: 2px 12px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.single_blog_layout1 .single-blog .post_cat a {
  color: var(--light);
}
.single_blog_layout1 .single-blog .post_thumbnail,
.single_blog_layout1 .single-blog .post-format-wrap {
  margin-bottom: 26px;
  overflow: hidden;
  position: relative;
}
.single_blog_layout1 .single-blog header .jws_post_meta {
  margin-top: 25px;
}
.single_blog_layout1 .single-blog header .entry_title {
  color: var(--main2);
  font-size: 50.8px;
  font-family: var(--font1);
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 66px;
}
.single_blog_layout1 .single-blog .entry_content {
  padding-bottom: 31px;
}
.single_blog_layout1 .single-blog .entry_content .elementor-section.elementor-section-stretched {
  width: 100% !important;
  left: 0 !important;
}
@media (max-width: 767px) {
  .single_blog_layout1 .single-blog header .entry_title {
    font-size: 40px;
    line-height: 48px;
  }
}
.single_blog_layout2 .post_content.quote .jws_post_meta,
.single_blog_layout2 .post_content.link .jws_post_meta {
  margin-top: 48px;
}
.single_blog_layout2 .single-blog header .entry_title {
  color: var(--main2);
  font-size: 64px;
  font-family: var(--font1);
  font-weight: 400;
  margin: 37px 0px;
  line-height: 66px;
}
.single_blog_layout2 .single-blog header .jws-post-excerpt {
  margin-top: 24px;
}
.single_blog_layout2 .single-blog header .post_cat {
  background: var(--main2);
  color: #ffffff;
  font-family: var(--font2);
  font-size: 14px;
  text-transform: capitalize;
  padding: 6px 12px;
}
.single_blog_layout2 .single-blog header .post_cat a {
  color: var(--light);
}
.single_blog_layout2 .single-blog .meta-share {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.single_blog_layout2 .single-blog .meta-share .post-share {
  text-align: right;
  margin-bottom: 14px;
  color: var(--main2);
}
.single_blog_layout2 .single-blog .meta-share .post-share .social_label {
  display: none;
}
.single_blog_layout2 .single-blog .meta-share .post-share a {
  color: var(--color1);
  font-size: 16px;
  margin: 0px 20px 0px 0px;
}
.single_blog_layout2 .single-blog .meta-share .post-share a:hover {
  color: var(--main);
}
.single_blog_layout2 .single-blog .post-format-wrap {
  margin-bottom: 48px;
  overflow: hidden;
  position: relative;
  margin-top: 47px;
}
.single_blog_layout2 .single-blog .post_thumbnail {
  margin-bottom: 48px;
  overflow: hidden;
  position: relative;
  margin-top: 47px;
}
.single_blog_layout2 .single-blog .entry_content {
  padding-bottom: 31px;
}
.single_blog_layout2 .single-blog .entry_content .elementor-section.elementor-section-stretched {
  width: 100% !important;
  left: 0 !important;
}
.single_blog_layout2 .single-blog .entry_content .post_related {
  padding-bottom: 44px;
}
@media (max-width: 767px) {
  .single_blog_layout2 .single-blog header .entry_title {
    font-size: 40px;
    line-height: 48px;
  }
  .single_blog_layout2 .single-blog .meta-share .post-share a {
    display: inline-block;
    margin: 12px 20px 0px 0px;
  }
}
/* Woocommerce */
.products .product-item .product-item-inner .product-image .nxl_product_image_gallery {
  height: 100%;
}
.products .product-item .product-item-inner .product-image .nxl_product_image_gallery img {
  object-fit: cover;
  min-height: 100%;
}
.no_container {
  padding: 0 78px;
}
.jws_pr_labels {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 1px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-weight: 500;
  overflow: hidden;
}
.jws_pr_labels .jws_pr_label {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jws_pr_labels .jws_pr_label.onsale {
  background: var(--main);
}
.jws_pr_labels .jws_pr_label#new {
  background-size: cover;
}
.jws_pr_labels .jws_pr_label.new {
  background-repeat: no-repeat;
  background-position: center center;
  background: url("http://atisa.jwsuperthemes.com/wp-content/uploads/2021/11/new.svg");
}
.jws_pr_labels .jws_pr_label.out-of-stock {
  background: #000000;
  color: #fff;
}
nav.woocommerce-pagination .jws_pagination {
  margin-top: 20px;
}
.woocommerce-product-gallery .jws_pr_labels {
  right: 20px;
}
.woocommerce-page:not(.single) .shop-page {
  padding: 80px 0 90px;
}
.woocommerce-page:not(.single) .jws-title-bar-wrap ~ .shop-page {
  padding: 0px 0px 90px;
}
.shop-page .shop-sidebar.main-sidebar.hidden_desktop.has_sidebar {
  display: none;
}
.product-item-inner {
  position: relative;
}
.product-item-inner .product-image img {
  width: 100%;
}
.product-button-inner .button.added {
  display: none;
}
.product-button-inner .button .loading {
  opacity: 0;
  position: absolute;
  left: 0;
}
.product-button-inner .button span {
  transition: 0.3s all;
}
.product-button-inner .button.loading .loading {
  opacity: 1;
  transition-delay: 0.2s;
  position: absolute;
  left: 0;
}
.product-button-inner .button.loading .text,
.product-button-inner .button.loading:after {
  opacity: 0;
}
.shop-nav-top {
  margin-bottom: 30px;
}
.shop-nav-top .woocommerce-ordering {
  text-align: right;
}
.shop-nav-top .woocommerce-ordering select {
  border-color: #e5e5e5;
  min-width: 170px;
  display: inline-block;
  width: auto;
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  color: var(--color_body);
  padding: 0 40px 0 15px;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: right 10px top 50%;
  background-size: 10px;
  font-family: var(--font2);
  font-size: 15px;
}
.shop-nav-top .woocommerce-ordering select option {
  color: var(--color_body);
}
.products .product-item {
  margin-bottom: 45px;
}
.products .product-item .product-item-inner {
  text-align: center;
}
.products .product-item .product-item-inner .added_to_cart,
.products .product-item .product-item-inner .button {
  color: var(--main2);
  font-weight: 500;
}
.products .product-item .product-item-inner .added_to_cart:hover,
.products .product-item .product-item-inner .button:hover {
  color: var(--main);
}
.products .product-item .product-item-inner .woocommerce-loop-product__title {
  font-family: var(--font1);
  font-size: 25.4px;
  line-height: 33px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: capitalize;
  text-align: left;
}
.products .product-item .product-item-inner .woocommerce-loop-product__title a {
  color: var(--color1);
}
.products .product-item .product-item-inner .woocommerce-loop-product__title a:hover {
  color: var(--main);
}
.products .product-item .product-item-inner .jws_product_action {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.products .product-item .product-item-inner .star-rating {
  display: none;
  margin: 5px auto 5px;
}
.products .product-item .product-item-inner .price {
  color: var(--color_body);
  font-family: var(--font2);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.products .product-item .product-item-inner del .amount {
  font-size: 15px;
  opacity: 0.5;
}
.products .product-item .product-item-inner ins {
  text-decoration: none;
}
.products .product-item .product-item-inner .product-image {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.products .product-item .product-item-inner .product-image .woo_link {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2;
  left: 0;
}
.products .product-item .product-item-inner .product-image .nxl_product_image_gallery {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.products .product-item .product-item-inner .product-image img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  transform: translateZ(0);
  will-change: transform;
}
.products .product-item .product-item-inner .product-image .overlay {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  transition: 0.3s all;
  opacity: 0;
  z-index: 1;
}
.products .product-item .product-item-inner .product-image:hover .nxl_product_image_gallery {
  z-index: 1;
  opacity: 1;
}
.products .product-item .product-item-inner .product-image:hover .woocommerce-loop-product__link img {
  transform: scale(1.1);
}
.products .product-item .product-item-inner:hover .product-image .overlay {
  opacity: 1;
}
.products .product-item .product-item-inner:hover .product-image .product-button-inner .button {
  transform: translatey(0);
  -webkit-transform: translatey(0);
  opacity: 1;
}
.woocommerce-pagination .jws-pagination-number ul li > span,
.woocommerce-pagination .jws-pagination-number ul li > a {
  width: 44px;
  height: 44px;
  line-height: 40px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  font-size: 16px;
  font-weight: 400;
  color: var(--main2);
  font-family: var(--font2);
}
.woocommerce-pagination .jws-pagination-number ul li > span:hover,
.woocommerce-pagination .jws-pagination-number ul li > a:hover {
  border-color: var(--main);
  background: unset;
}
.woocommerce-pagination .jws-pagination-number ul li > span.current,
.woocommerce-pagination .jws-pagination-number ul li > a.current {
  background: var(--main2);
  color: var(--light);
}
.shop-sidebar ul {
  padding: 0px;
}
.shop-sidebar ul li {
  list-style-type: none;
}
.shop-sidebar ul li a {
  color: var(--color_body);
}
.shop-sidebar ul li a:hover {
  color: var(--main);
}
.shop-sidebar .widget.widget_seach_by .search-form {
  border-width: 0px 0px 1px 0px;
  border-color: #00000080;
  border-radius: 0;
  padding-bottom: 9px;
  min-height: 1px;
}
.shop-sidebar .widget.widget_seach_by .search-form input.search-field {
  padding: 0px;
}
.shop-sidebar .widget.widget_seach_by .search-form button {
  text-align: right;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  height: auto;
}
.shop-sidebar .widget.woocommerce.widget_price_filter {
  margin-bottom: 80px;
}
.shop-sidebar .price_slider_amount .price_label {
  color: var(--color_body);
  float: left;
  font-size: 15px;
}
.shop-sidebar .price_slider_amount button {
  text-align: right;
  float: right;
  color: var(--main2);
  font-weight: bold;
  font-size: 15px;
  min-width: 90px;
  background: transparent;
  border: none;
}
.shop-sidebar .widget {
  display: block;
  margin-bottom: 50px;
}
.shop-sidebar .widget:last-child {
  margin-bottom: 0;
}
.shop-sidebar .widget a.tag-cloud-link {
  display: inline-block;
  border: 1px solid;
  margin: 0px 10px 10px 0px;
  padding: 0px 10px 0px 10px;
  border-radius: 0px 0px 0px 0px;
  color: #000000;
  font-family: var(--font2);
  font-size: 15px;
  font-weight: 500;
}
.shop-sidebar .widget a.tag-cloud-link:hover {
  background: var(--main2);
  color: var(--light);
}
.shop-sidebar .widget.widget_product_categorie ul li a {
  font-size: 15px;
  line-height: 24px;
}
.shop-sidebar .widget.widget_seach_by .widget-title {
  margin-bottom: 15px;
}
.shop-sidebar .widget .widget-title {
  text-transform: uppercase;
  font-family: var(--font2);
  font-weight: 500;
  color: var(--main2);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 31px;
  letter-spacing: 1px;
}
.shop-sidebar .widget.widget_products .product_list_widget {
  padding: 0;
  list-style-type: none;
}
.shop-sidebar .widget.widget_products .product_list_widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -0-align-items: center;
  margin-bottom: 15px;
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 32px;
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-content .amount {
  font-family: var(--font2);
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-content del .amount {
  opacity: .5;
  font-size: 13px;
  color: var(--color_body);
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-content ins {
  text-decoration: none;
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-content .star-rating {
  display: block;
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-content .product-title {
  font-family: var(--font1);
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 2px;
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-content .product-title a {
  color: var(--main2);
}
.shop-sidebar .widget.widget_products .product_list_widget li .product-content .product-title a:hover {
  color: var(--main);
}
.shop-sidebar .widget.widget_product_categories .product-categories {
  padding: 0;
  list-style-type: none;
  margin-top: -7px;
}
.shop-sidebar .widget.widget_product_categories .product-categories .children {
  list-style-type: none;
  display: none;
}
.shop-sidebar .widget.widget_product_categories .product-categories li {
  position: relative;
  font-family: var(--font2);
}
.shop-sidebar .widget.widget_product_search form {
  position: relative;
}
.shop-sidebar .widget.widget_product_search form button {
  background: transparent;
  border: none;
  position: absolute;
  right: 9px;
  top: 6px;
  padding: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.shop-sidebar .widget.widget_product_search form button:before {
  font-size: 16px;
  color: var(--color1);
  content: '\e805';
  font-family: "jws-icon";
  font-weight: bold;
}
.shop-sidebar .widget.widget_product_search form .search-field {
  width: 100%;
  display: inline-block;
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  border: solid 1px var(--colorbody);
  padding: 0 16px;
  font-family: var(--font1);
  font-size: 14px;
  letter-spacing: 0.5px;
}
.shop-sidebar .widget.widget_product_search form .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--colorbody);
}
.shop-sidebar .widget.widget_product_search form .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--colorbody);
}
.shop-sidebar .widget.widget_product_search form .search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--colorbody);
}
.shop-sidebar .widget.widget_product_search form .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: var(--colorbody);
}
.price_slider {
  margin-bottom: 1em;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 6px;
  height: 6px;
  cursor: pointer;
  background: var(--main2);
  outline: none;
  top: -2px;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: var(--main2);
}
.price_slider_wrapper .ui-widget-content {
  background: #d6d6d6;
}
.ui-slider-horizontal {
  height: 1px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.sidebar-mobile {
  display: none;
  margin: 15px 0 20px;
}
.sidebar-mobile.yes {
  margin-right: 60px;
  display: inline-block;
}
.sidebar-mobile.yes a span:first-child {
  padding-right: 5px;
  font-size: 16px;
}
.sidebar-mobile a {
  background: unset;
  color: var(--main2);
  font-size: 15px;
  line-height: 24px;
}
.sidebar-mobile a span:first-child {
  padding-right: 5px;
  font-size: 16px;
}
.woocommerce-result-count {
  display: inline-block;
}
@media (min-width: 1023px) {
  .shop-sidebar.main-sidebar.layout1.has_sidebar:not(.hidden_desktop) {
    padding-left: 55px;
  }
}
@media (max-width: 1024px) {
  .sidebar-mobile {
    display: block;
  }
  .shop-sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .shop-nav-top .woocommerce-ordering {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .no_container {
    padding: 0 10px;
  }
}
.shop-sidebar-click .mfp-content .shop-sidebar {
  display: block;
  position: unset;
  padding: 0;
}
.dark-mode-on .jws_pr_labels .jws_pr_label {
  background: #ffc107;
  color: #191919;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.dark-mode-on .price_slider_amount .button {
  color: #191919;
}
.dark-mode-on .sidebar-mobile a {
  color: #191919;
}
@media only screen and (max-width: 767px) {
  .products .product-item .product-item-inner .jws_product_action {
    flex-direction: column;
    text-align: left;
  }
}
.wishlist_table .product-add-to-cart a.button {
  display: inline-block !important;
  margin-right: 25px;
  background-image: linear-gradient(90deg, var(--main2) 0%, var(--main) 100%);
  background-color: transparent;
  color: #ffffff;
  border: 0;
  border-radius: 40px;
  font-family: var(--font1);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 52px !important;
  min-width: 143px;
  letter-spacing: 0.5px;
  position: relative;
  text-align: center;
}
.wishlist_table .product-add-to-cart a.button .loading {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
}
.wishlist_table .product-add-to-cart a.button span {
  transition: 0.3s all;
}
.wishlist_table .product-add-to-cart a.button.loading .loading {
  opacity: 1;
  transition-delay: 0.2s;
}
.wishlist_table .product-add-to-cart a.button.loading .text {
  opacity: 0;
}
.wishlist_table .product-add-to-cart a.button:hover {
  background-image: linear-gradient(90deg, var(--main2) 0%, var(--main) 100%);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
ul.wishlist_table.mobile {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.wishlist_table.mobile li {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #ebebeb;
  padding: 30px;
}
ul.wishlist_table.mobile li .product-thumbnail {
  max-width: 200px;
  margin-bottom: 20px;
}
ul.wishlist_table.mobile li .item-details .product-name h3 {
  color: var(--color1);
  font-size: 16px;
  font-weight: bold;
}
ul.wishlist_table.mobile li .item-details .item-details-table .label {
  color: var(--color1);
  font-weight: 500;
}
ul.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
  margin: 0;
  margin-top: 15px;
}
ul.wishlist_table.mobile li .additional-info-wrapper .remove_from_wishlist {
  color: var(--color1);
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 30px;
  line-height: 50px;
  text-align: center;
}
ul.wishlist_table.mobile li .additional-info-wrapper .additional-info .label {
  color: var(--color1);
  font-weight: 500;
}
table.wishlist_table {
  width: 100%;
  font-size: 16px;
  font-family: var(--font1);
}
table.wishlist_table .product-stock-status span.wishlist-in-stock {
  color: #4fb64f;
}
table.wishlist_table tr {
  border-bottom: 1px solid #ebebeb;
}
table.wishlist_table tr th {
  color: var(--color1);
  font-family: var(--font1);
  font-weight: 600;
}
table.wishlist_table tr td,
table.wishlist_table tr th {
  background: transparent;
  border: 0;
  padding: 10px 15px;
}
table.wishlist_table tr td.product-name a {
  color: var(--color1);
  max-width: 290px;
  display: block;
}
table.wishlist_table tr td.product-name a:hover {
  color: var(--main);
}
table.wishlist_table tr td.product-add-to-cart span.dateadded {
  margin-bottom: 10px;
  margin-right: 15px;
}
.yith_wcwl_wishlist_footer .share-button .fa {
  font-family: "Font Awesome 5 Brands";
}
.wishlist-title .fa-pencil {
  display: none;
}
.wishlist-title.wishlist-title-with-form h2 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color1);
  font-family: var(--font1);
}
.wishlist-title.wishlist-title-with-form .show-title-form {
  color: var(--main) !important;
}
.wishlist-title.wishlist-title-with-form h2:hover {
  background: transparent;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
  background-color: transparent;
}
#yith-wcwl-popup-message {
  color: #ffffff;
  letter-spacing: 0.5px;
  background: #2ecc71;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
  font-weight: 400;
  line-height: 45px;
  width: 100%;
  max-width: 300px;
  margin-left: -150px !important;
  margin-top: -40px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
  text-align: center;
  padding: 10px;
  animation: width100 0.8s both;
  transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
}
.dark-mode-on table.wishlist_table tr {
  border-color: #2d2d2d;
}
.dark-mode-on .wishlist_table .product-add-to-cart a.button {
  color: #191919;
}
.quick-view-main.mfp-bg {
  background: #ffffff;
  opacity: .95;
}
.quick-view-main .popup-quick-view {
  max-width: 1050px;
  margin: 0 auto;
  transition: 0.4s all;
}
.quick-view-main .popup-quick-view .mfp-close {
  color: var(--color1);
  font-size: 50px;
  border-radius: 100%;
  position: fixed;
  right: 10px;
  top: 10px;
}
.quick-view-main .popup-quick-view .mfp-close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.quick-view-main .popup-quick-view .shop-single {
  padding: 0;
  position: relative;
}
.quick-view-main .popup-quick-view .shop-single .jws-summary {
  margin: 15px 0;
}
.quick-view-main .popup-quick-view figure {
  margin: 0;
}
.quick-view-main .popup-quick-view .jws-summary-wrap > * {
  opacity: 0;
  transition: 0.4s all;
  transform: translatey(50px);
  -webkit-transform: translatey(50px);
}
.quick-view-main .popup-quick-view .jws-summary-wrap > *.show {
  transform: translatey(0px);
  -webkit-transform: translatey(0px);
  opacity: 1;
}
.quick-view-main .woocommerce-review-link {
  pointer-events: none;
}
.quickview-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.95;
  z-index: 999;
}
.quickview-loading:before {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--main);
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -17.5px;
  animation: pulse-border3 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border3 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  content: "";
}
.quickview-loading:after {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--main);
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -17.5px;
  animation: pulse-border3 1.5s 0.65s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  -webkit-animation: pulse-border3 1.5s 0.65s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  content: "";
}
.quick-view-main.mfp-bg {
  opacity: 0;
  transition: 0.3s ease;
}
.quick-view-main.mfp-ready .mfp-content > div {
  opacity: 1;
}
.quick-view-main.mfp-ready .jws-product-image .images {
  transform: translateX(0px);
  opacity: 1;
  transition-delay: 0.5s;
}
.quick-view-main.mfp-ready.mfp-bg {
  opacity: 1;
}
.quick-view-main .jws-product-image .images {
  transform: translateX(-20px);
  opacity: 0;
  transition: 0.3s all;
}
.quick-view-main.mfp-removing .mfp-content > div {
  opacity: 0;
}
.quick-view-main.mfp-removing .jws-product-image .images {
  transform: translateX(-20px);
  opacity: 0;
  transition: 0.3s all;
}
.quick-view-main.mfp-removing.mfp-bg {
  opacity: 0;
}
.dark-mode-on .woocommerce .woocommerce-MyAccount-navigation {
  border-color: #232323;
}
.dark-mode-on .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: var(--main) !important;
  color: #191919;
}
.dark-mode-on .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #D6D6D6;
}
.dark-mode-on .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #000000;
}
.woocommerce .woocommerce-MyAccount-navigation {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #eee;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: rgba(136, 136, 136, 0.12) !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  color: rgba(0, 0, 0, 0.9);
  padding: 10px 15px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #f8f8f8;
}
.woocommerce .woocommerce-MyAccount-content {
  width: 69%;
  display: inline-block;
  padding: 0 30px;
}
.woocommerce .woocommerce-MyAccount-content form h3 {
  font-size: 24px;
  color: var(--color1);
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-MyAccount-content form label {
  color: var(--color1);
  margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content form .input-text,
.woocommerce .woocommerce-MyAccount-content form select {
  border: 1px solid #aaaaaa;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
  transition: 0.3s all;
  background: transparent;
  color: var(--colorbody);
}
.woocommerce .woocommerce-MyAccount-content form button {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 30px;
  background-image: linear-gradient(to right, var(--main) 0%, var(--main2) 51%, var(--main) 100%) !important;
  background-size: 200% auto !important;
  transition: 0.7s all;
  color: #ffffff;
  min-width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  letter-spacing: 0.7px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
}
.woocommerce .woocommerce-MyAccount-content form button:hover {
  background-position: right center;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.woocommerce .woocommerce-MyAccount-content form fieldset .form-row .password-input {
  display: block;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    border: 0;
    padding: 15px 0;
  }
  .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    padding: 0;
  }
}
/** ------------------------------------------------------------------------------------------------* WOOCOMMERCE TABLE * ------------------------------------------------------------------------------------------------ */
.woocommerce-cart .cart-checkout-dark .shop_table tr.cart_item {
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-cart .cart-checkout-dark .shop_table thead {
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-cart .cart-checkout-dark .shop_table thead th {
  color: #191919;
  font-weight: bold;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right .button[disabled] {
  background: #191919;
  color: #ffffff !important;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right .button {
  background: #000000;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right .button:hover {
  color: #191919;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right a:hover {
  color: #191919;
  background: var(--main);
  border-color: var(--main);
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .product-quantity .quantity .input-text,
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .coupon .input-text {
  border: 1px solid #2d2d2d;
}
.woocommerce-cart .cart-checkout-dark .shop_table tr .actions .col-right a {
  border: 1px solid #2d2d2d;
}
.woocommerce-cart .cart-checkout-dark ~ .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  color: #191919;
}
.woocommerce-cart .woocommerce .cart-empty {
  text-align: center;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 250px 0 0px 0;
  font-weight: bold !important;
  margin-bottom: 30px;
  background: transparent;
  border: 0;
  color: var(--main2);
}
.woocommerce-cart .woocommerce .cart-empty:after,
.woocommerce-cart .woocommerce .cart-empty:before {
  position: absolute;
  color: rgba(142, 142, 142, 0.2);
  left: 50%;
  font-weight: normal;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -sand-transform: translateX(-50%);
}
.woocommerce-cart .woocommerce .cart-empty:before {
  content: "\eb5b";
  font-size: 180px;
  top: -17px;
  font-family: 'icomoon' !important;
}
.woocommerce-cart .woocommerce .cart-empty:after {
  content: "\e870";
  font-size: 70px;
  top: 95px;
  font-family: 'Linearicons-Free';
}
.woocommerce-cart .woocommerce .return-to-shop {
  text-align: center;
  margin-bottom: 50px;
}
.woocommerce-cart .woocommerce .button.wc-backward {
  background: #000;
  color: #ffffff;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 52px !important;
  min-width: 143px;
  letter-spacing: 0.5px;
  position: relative;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  height: 50px;
}
.woocommerce-cart .woocommerce .button.wc-backward:hover {
  background: var(--main);
}
.woocommerce-cart .woocommerce .cart-emtry-text {
  text-align: center;
}
.woocommerce-cart .shop_table thead {
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-cart .shop_table thead th {
  font-size: 15px;
  color: var(--main2);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 38px 13px;
}
.woocommerce-cart .shop_table tr.cart_item {
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-cart .shop_table tr .actions {
  padding: 72px 0px;
}
.woocommerce-cart .shop_table tr .actions:after {
  display: table;
  content: " ";
  clear: both;
}
.woocommerce-cart .shop_table tr .actions .col-right {
  float: right;
}
.woocommerce-cart .shop_table tr .actions .col-right .button {
  font-weight: 600;
  color: #ffffff;
  background: var(--main2);
  height: 50px;
  line-height: 50px;
  width: 196px;
  border: none;
  transition: 0.3s all;
}
.woocommerce-cart .shop_table tr .actions .col-right .button:not([disabled]):hover {
  background: var(--main);
}
.woocommerce-cart .shop_table tr .actions .col-right .button[disabled] {
  cursor: no-drop;
}
.woocommerce-cart .shop_table tr .actions .col-right a {
  font-weight: 600;
  color: var(--color1);
  border: 1px solid #919191;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 220px;
  margin-right: 12px;
  margin-bottom: 10px;
  margin-left: 12px;
}
.woocommerce-cart .shop_table tr .actions .col-right a:hover {
  background: var(--color1);
  border-color: var(--color1);
  color: #ffffff;
}
.woocommerce-cart .shop_table tr .actions .coupon {
  display: flex;
  float: left;
  position: relative;
}
.woocommerce-cart .shop_table tr .actions .coupon label {
  display: none;
}
.woocommerce-cart .shop_table tr .actions .coupon button {
  background: #000;
  border: none;
  display: inline;
  right: 12px;
  top: 12px;
  height: 50px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  padding: 0px 38px;
  margin-left: 5px;
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text {
  border: 1px solid #e9e9e9;
  height: 50px;
  padding-left: 15px;
  font-size: 15px;
  min-width: 196px;
  width: 196px;
  display: inline;
  background: transparent;
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color_body);
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text::-moz-placeholder {
  /* Firefox 19+*/
  color: var(--color_body);
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text:-ms-input-placeholder {
  /* IE 10+*/
  color: var(--color_body);
}
.woocommerce-cart .shop_table tr .actions .coupon .input-text:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color_body);
}
.woocommerce-cart .shop_table tr .product-name > a,
.woocommerce-cart .shop_table tr .product-name .variation-Material {
  font-family: var(--font1);
  font-size: 25.4px;
  color: var(--main2);
}
.woocommerce-cart .shop_table tr .product-price .amount,
.woocommerce-cart .shop_table tr .product-subtotal .amount {
  color: var(--color_body);
  font-size: 15px;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity {
  position: relative;
  max-width: 112px;
  display: inline-block;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.woocommerce-cart .shop_table tr .product-quantity .quantity .screen-reader-text {
  display: none;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce-cart .shop_table tr .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity > span {
  position: absolute;
  top: 6px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity > span:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 8px;
  top: 50%;
  left: 10px;
  margin-top: -1px;
  background: var(--main2);
  transition: 0.3s all;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity > span.jws-qty-minus {
  left: 0;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity > span.jws-qty-plus {
  right: 0;
}
.woocommerce-cart .shop_table tr .product-quantity .quantity > span.jws-qty-plus:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 8px;
  top: 50%;
  left: 10px;
  margin-top: -1px;
  background: var(--main2);
  transition: 0.3s all;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.woocommerce-cart .shop_table tr .product-quantity .quantity .input-text {
  border: 1px solid;
  width: 100px;
  height: 40px;
  text-align: center;
  color: var(--main2);
  font-size: 15px;
  font-weight: 600;
}
.cart-collaterals {
  margin-bottom: 55px;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  position: relative;
  width: auto;
  display: inline-block;
  margin-bottom: 2px;
  color: var(--main2);
  font-weight: 400;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:hover:before {
  width: 100%;
  left: 0;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:before {
  background: var(--main2);
  content: "";
  bottom: 15%;
  right: 0;
  position: absolute;
  height: 1px;
  width: 0%;
  transition: 0.3s all;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
  text-align: left;
  margin-bottom: 30px;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #333333;
  height: 40px;
  padding-left: 24px;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666666;
  line-height: 40px;
  padding: 0;
}
.cart-collaterals .woocommerce-shipping-calculator select,
.cart-collaterals .woocommerce-shipping-calculator .input-text {
  border: 1px solid #d1d1d1;
  height: 40px;
  padding-left: 24px;
  width: 100%;
  margin-bottom: 15px;
  background-color: #ffffff;
}
.cart-collaterals .woocommerce-shipping-calculator button {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: var(--main);
  color: #ffffff;
  min-width: 100%;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: uppercase;
}
.cart-collaterals .cross-sells > h2 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
  letter-spacing: 0;
}
.cart-collaterals .continue {
  font-size: 18px;
  font-weight: 500;
}
.cart-collaterals .continue i {
  margin-left: 10px;
}
.cart-collaterals .cart_totals {
  max-width: 500px;
  background: #fff3ed;
  margin: 0px 0 0 auto;
  padding: 48px 71px;
}
.cart-collaterals .cart_totals .wc-continue-shopping {
  text-align: center;
  margin-top: 15px;
}
.cart-collaterals .cart_totals .wc-continue-shopping a {
  color: var(--main2);
}
.cart-collaterals .cart_totals .wc-continue-shopping a:hover .ri-arrow-right-line {
  margin-left: 10px;
}
.cart-collaterals .cart_totals .wc-continue-shopping a:hover .continue-shop:before {
  width: 100%;
  left: 0;
}
.cart-collaterals .cart_totals .wc-continue-shopping a .continue-shop {
  position: relative;
  width: auto;
  display: inline-block;
}
.cart-collaterals .cart_totals .wc-continue-shopping a .continue-shop:before {
  background: var(--main2);
  content: "";
  bottom: 15%;
  right: 0;
  position: absolute;
  height: 1px;
  width: 0%;
  transition: 0.3s all;
}
.cart-collaterals .cart_totals .wc-continue-shopping a span {
  transition: 0.3s all;
  vertical-align: bottom;
  margin-left: 5px;
}
.cart-collaterals .cart_totals h2 {
  line-height: 30px;
  margin: 0;
  font-size: 32px;
  color: var(--main2);
  font-family: var(--font1);
  margin-bottom: 17px;
}
.cart-collaterals .cart_totals .shop_table {
  margin-bottom: 20px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background-size: 200% auto !important;
  transition: 0.7s all;
  color: #ffffff;
  min-width: 180px;
  background: #000;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  background-position: right center;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.cart-collaterals .cart_totals .respon-table {
  padding: 9px 30px 9px 30px;
  background: #f6f6f6;
  margin-top: 27px;
}
.cart-collaterals .cart_totals table tr.woocommerce-shipping-totals {
  border-top: 1px solid #e5dad5;
  border-bottom: 1px solid #e5dad5;
}
.cart-collaterals .cart_totals table tr.order-total th,
.cart-collaterals .cart_totals table tr.order-total td {
  font-size: 15px;
  padding-top: 26px;
  padding-bottom: 0px;
}
.cart-collaterals .cart_totals table tr.order-total td {
  font-size: 15px;
  color: var(--main2);
}
.cart-collaterals .cart_totals table tr.order-total td strong {
  font-weight: 600;
}
.cart-collaterals .cart_totals table tr .woocs_special_price_code {
  font-weight: 400;
}
.cart-collaterals .cart_totals table tr th {
  vertical-align: top;
  font-weight: 400;
  padding: 15px 0px;
  font-size: 15px;
  padding-right: 10px;
  color: var(--main2);
}
.cart-collaterals .cart_totals table tr td {
  padding: 15px 0px;
  text-align: right;
}
.cart-collaterals .cart_totals table tr td[data-title="Subtotal"] {
  color: var(--main2);
  font-weight: 600;
}
.cart-collaterals .cart_totals table tr td .woocommerce-shipping-destination {
  margin-bottom: 0;
  color: var(--main2);
}
.cart-collaterals .cart_totals table tr td .woocommerce-shipping-methods {
  margin-bottom: -7px;
  list-style-type: none;
  padding: 0;
}
.cart-collaterals .cart_totals table tr td .woocommerce-shipping-methods li:last-child {
  margin-top: 13px;
}
.cart-collaterals .cart_totals table tr td .woocommerce-shipping-methods li:last-child label {
  margin-left: 12px;
}
.cart-collaterals .cart_totals table tr td strong {
  font-weight: 600;
  color: var(--main2);
}
.cart-collaterals .cart_totals table tr td label {
  font-weight: 600;
  color: var(--main2);
}
.cart-collaterals .cart_totals table tr td input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 7px;
}
.shop_table tr.order-total .includes_tax {
  display: block;
  margin-top: 5px;
}
.shop_table {
  width: 100%;
}
.woocommerce-cart-form .shop_table tr td {
  padding: 15px 15px;
  border: none;
}
.shop_table th.product-thumbnail {
  width: 10px;
}
.shop_table th.product-remove {
  width: 40px;
}
.shop_table td.order-status {
  text-align: center !important;
}
.shop_table td.product-remove {
  padding: 0;
  text-align: center;
}
.shop_table td.product-remove a {
  position: relative;
  font-size: 0px;
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  cursor: pointer;
  padding-right: 16px;
  padding-right: 0;
}
.shop_table td.product-remove a:before {
  content: "\eb99";
  position: absolute;
  font-size: 26px;
  color: #ff0000;
  left: 0;
  font-family: "remixicon";
}
.shop_table td.product-name .variation {
  display: inline-block;
  margin-bottom: 0;
}
.shop_table td.product-name .variation dt {
  font-weight: 400;
}
.shop_table td.product-name .variation dt.variation-Material {
  display: none;
}
.shop_table td.product-name .variation .variation-Vendor {
  display: inline-block;
  margin: 0;
}
.shop_table td.product-thumbnail img {
  max-width: 80px;
  height: auto;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .woocommerce-info {
    font-size: 14px;
  }
  .cart-collaterals .continue {
    margin-bottom: 15px;
    display: block;
  }
  .cart-actions .coupon_col,
  .cart-actions .update_col {
    float: none;
  }
  .update_col {
    margin-top: 10px;
  }
  .cart-actions .coupon .input-text {
    margin-bottom: 15px;
  }
  .woocommerce-cart-form.cart-checkout-dark .shop_table tbody tr {
    border-color: #2d2d2d;
  }
  .woocommerce-cart-form.cart-checkout-dark .shop_table tbody tr td {
    border-color: #2d2d2d;
  }
  .woocommerce-cart-form .shop_table {
    width: 100%;
    display: block;
  }
  .woocommerce-cart-form .shop_table thead {
    display: none;
  }
  .woocommerce-cart-form .shop_table thead th {
    width: 25%;
  }
  .woocommerce-cart-form .shop_table thead th.product-remove,
  .woocommerce-cart-form .shop_table thead th.product-thumbnail {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody {
    display: block;
  }
  .woocommerce-cart-form .shop_table tbody tr {
    display: block;
    margin: 30px 0px;
  }
  .woocommerce-cart-form .shop_table tbody tr.cart_item {
    border: 1px solid #efefef;
  }
  .woocommerce-cart-form .shop_table tbody tr td {
    width: 100%;
    display: block;
    position: relative;
    text-align: right;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-subtotal {
    border: 0;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-quantity:before {
    padding-top: 4px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions {
    text-align: center;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon {
    float: none;
    margin-bottom: 20px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon .input-text {
    margin-bottom: 10px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .button {
    float: none;
  }
  .woocommerce-cart-form .shop_table tbody tr td:before {
    content: attr(data-title);
    font-weight: 600;
    float: left;
    color: var(--main2);
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail {
    text-align: center;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-remove:before,
  .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail:before {
    content: "";
  }
}
/** Mini Cart **/
.nxl-cart-content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  -ms-transition: 0.7s all;
  -moz-transition: 0.7s all;
  transition: 0.7s all;
  -webkit-transform: translateX(105%);
  -o-transform: translateX(105%);
  -ms-transform: translateX(105%);
  -moz-transform: translateX(105%);
  transform: translateX(105%);
  min-width: 300px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  height: 100%;
  overflow: auto;
}
.nxl-cart-content.active {
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.nxl-cart-content .blockUI.blockOverlay:before {
  content: "";
  width: 50px;
  height: 50px;
  margin: 1px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  border-color: #ffffff transparent #ffffff transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}
.nxl-cart-content > h6 {
  display: block;
  text-align: center;
  background: #000000;
  color: #ffffff;
  font-family: var(--font1);
  font-size: 17px;
  margin: 0;
  margin-bottom: 30px;
  padding: 15px 0;
}
.nxl-cart-content .woocommerce-mini-cart__empty-message {
  text-align: center;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  padding: 250px 0 0px 0;
  margin-bottom: 30px;
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:before {
  font-size: 180px;
  top: -17px;
  font-family: Flaticon;
  content: "\f100";
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:after {
  content: "\f00d";
  font-size: 60px;
  top: 100px;
  font-family: "FontAwesome";
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:before,
.nxl-cart-content .woocommerce-mini-cart__empty-message:after {
  position: absolute;
  color: rgba(142, 142, 142, 0.2);
  left: 50%;
  font-weight: normal;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -sand-transform: translateX(-50%);
}
.nxl-cart-content .woocommerce-mini-cart__total {
  position: absolute;
  bottom: 48px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  text-align: center;
  display: block;
  width: 100%;
  border-top: 1px solid #f5f5f5;
  background-color: #ffffff;
}
.nxl-cart-content .woocommerce-mini-cart__total strong {
  color: var(--color_courses);
}
.nxl-cart-content .woocommerce-mini-cart__buttons {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
}
.nxl-cart-content .woocommerce-mini-cart__buttons a {
  padding: 10px 20px;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  width: 50%;
  text-align: center;
  font-family: var(--font1);
  text-transform: uppercase;
  font-weight: 600;
  background: var(--main);
}
.nxl-cart-content .woocommerce-mini-cart__buttons a:first-child {
  background: #000000;
}
.nxl-cart-content ul {
  padding: 0 30px;
  width: 100%;
  overflow: auto;
  position: absolute;
  scrollbar-width: none;
  /*For Firefox*/
  -ms-overflow-style: none;
  /*For IE and Edge*/
  height: calc(100% - 120px);
}
.nxl-cart-content ul::-webkit-scrollbar {
  width: 0px;
  /*For Chrome, Safari and Opera*/
}
.nxl-cart-content ul li {
  border-bottom: 1px dashed #d6d6d6;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl-cart-content ul li:last-child {
  border: none;
}
.nxl-cart-content ul li:hover {
  border-color: #000000;
}
.nxl-cart-content ul li .remove {
  font-size: 20px;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  line-height: 22px;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  background: var(--main);
}
.nxl-cart-content ul li .remove:hover {
  background: #000000;
}
.nxl-cart-content ul li a {
  font-size: 14px;
  text-align: center;
  display: block;
  font-family: var(--font1);
  color: var(--color_courses);
  font-weight: 500;
}
.nxl-cart-content ul li a img {
  max-width: 75px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.nxl-cart-content ul li .quantity {
  display: block;
  text-align: center;
}
.dark-mode-on.woocommerce-cart .woocommerce .button.wc-backward {
  color: #191919;
}
@media (min-width: 768px) {
  .cart-collaterals .cart_totals {
    padding: 48px 71px;
  }
}
@media (max-width: 768px) {
  .woocommerce-cart .shop_table tr .product-name > a,
  .woocommerce-cart .shop_table tr .product-name .variation-Material {
    font-size: 16px;
  }
  .cart-collaterals .cart_totals {
    padding: 48px 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .shop_table tr .actions .coupon .input-text {
    min-width: 50%;
    width: 100%;
  }
  .woocommerce-cart .shop_table tr .actions .col-right {
    float: none;
  }
  .woocommerce-cart .shop_table tr .actions .col-right .button {
    width: 100%;
  }
}
form.woocommerce-checkout {
  margin-top: 25px;
  margin-bottom: 83px;
}
form.woocommerce-checkout .required {
  color: #000;
  text-decoration: none;
}
form.woocommerce-checkout .woocommerce-account-fields label {
  font-size: 15px;
  color: var(--main2);
}
form.woocommerce-checkout .woocommerce-shipping-fields h3 {
  font-size: 15px;
  color: var(--main2);
  font-weight: 400;
}
form.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  margin-top: 32px;
}
form.woocommerce-checkout .woocommerce-billing-fields h3 {
  font-size: 32px;
  color: var(--main2);
  line-height: 1.7em;
  margin-bottom: 9px;
  font-family: var(--font1);
  text-transform: capitalize;
}
form.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 40px;
}
form.woocommerce-checkout .woocommerce-additional-fields label {
  font-size: 15px;
  color: var(--main2);
  margin-bottom: 20px;
}
form.woocommerce-checkout .woocommerce-additional-fields textarea {
  border-width: 0px 0px 1px 0px;
  border-color: #a7aca9;
  height: 92px;
  font-size: 15px;
  padding-left: 10px;
  background: transparent;
}
form.woocommerce-checkout .woocommerce-account-fields,
form.woocommerce-checkout .woocommerce-billing-fields,
form.woocommerce-checkout .woocommerce-shipping-fields {
  margin-bottom: 5px;
}
form.woocommerce-checkout .woocommerce-account-fields input.woocommerce-form__input-checkbox,
form.woocommerce-checkout .woocommerce-billing-fields input.woocommerce-form__input-checkbox,
form.woocommerce-checkout .woocommerce-shipping-fields input.woocommerce-form__input-checkbox {
  transform: scale(1.5);
}
form.woocommerce-checkout .woocommerce-account-fields input ~ span,
form.woocommerce-checkout .woocommerce-billing-fields input ~ span,
form.woocommerce-checkout .woocommerce-shipping-fields input ~ span {
  font-size: 15px;
  font-family: var(--font2);
  margin-left: 10px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row,
form.woocommerce-checkout .woocommerce-billing-fields .form-row,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row {
  margin-bottom: 9px;
  position: relative;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row label,
form.woocommerce-checkout .woocommerce-billing-fields .form-row label,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row label {
  color: var(--main2);
  margin-bottom: 10px;
  font-size: 15px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row .screen-reader-text,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .screen-reader-text,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .screen-reader-text {
  width: auto;
  height: auto;
  overflow: unset;
  clip: unset;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row input,
form.woocommerce-checkout .woocommerce-billing-fields .form-row input,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row input {
  background: transparent;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row input:not(.input-checkbox),
form.woocommerce-checkout .woocommerce-billing-fields .form-row input:not(.input-checkbox),
form.woocommerce-checkout .woocommerce-shipping-fields .form-row input:not(.input-checkbox),
form.woocommerce-checkout .woocommerce-account-fields .form-row select,
form.woocommerce-checkout .woocommerce-billing-fields .form-row select,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row select {
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 1px solid #a7aca9;
  height: 33px;
  line-height: 33px;
  font-size: 15px;
  margin-bottom: 20px;
  width: 100%;
  transition: 0.3s all;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row select,
form.woocommerce-checkout .woocommerce-billing-fields .form-row select,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row select {
  padding: 0px 0px 0px 10px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row .selection .select2-selection--single .select2-selection__rendered,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single .select2-selection__rendered,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}
form.woocommerce-checkout .woocommerce-account-fields .form-row .selection .select2-selection--single .select2-selection__arrow,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single .select2-selection__arrow,
form.woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 20px;
}
.woocommerce-checkout .select2-dropdown {
  border: 1px solid #aaa !important;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-login .form-inner,
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-coupon .form-inner {
  border-color: #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-login .form-inner .form-row input.input-text,
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-coupon .form-inner .form-row input.input-text {
  border-color: #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th .shop_table td,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th .shop_table th,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th {
  border-color: #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th .place-order button.button,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order button.button {
  color: #191919;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th .woocommerce-checkout-payment li .payment_box,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li .payment_box {
  background: #000000;
  border: 1px solid #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-additional-fields textarea {
  border: 1px solid #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row .selection .select2-selection--single,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row input:not(.input-checkbox),
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row input:not(.input-checkbox),
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row input:not(.input-checkbox),
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row select,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row select,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row select {
  border: 1px solid #2d2d2d;
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-account-fields .form-row select,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-billing-fields .form-row select,
.woocommerce-checkout .cart-checkout-dark .woocommerce-checkout .woocommerce-shipping-fields .form-row select {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.woocommerce-checkout .cart-checkout-dark select option {
  color: var(--color2);
}
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-login-toggle,
.woocommerce-checkout .cart-checkout-dark .woocommerce-form-coupon-toggle {
  background: var(--color2);
}
.woocommerce-checkout .cart-checkout-dark .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-inner,
.woocommerce-checkout .cart-checkout-dark .jws_woo_your_order .woocommerce-checkout-review-order .shop_table {
  background: var(--color2);
}
.woocommerce-checkout .jws_woo_your_order h3 {
  padding: 0px 30px;
  font-size: 32px;
  color: var(--main2);
  line-height: 1.7em;
  margin-bottom: 9px;
  font-family: var(--font1);
  text-transform: capitalize;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table ul {
  list-style: none;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table ul li:last-child label {
  margin-left: 17px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table ul li label {
  margin-left: 5px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order button.button {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #000;
  background-size: 200% auto !important;
  transition: 0.7s all;
  color: #ffffff;
  min-width: 100%;
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order button.button:hover {
  background-position: right center;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper {
  font-size: 80%;
  line-height: 1.8;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  margin-bottom: 41px;
  font-size: 15px;
  line-height: 24px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
  color: var(--main2);
  font-weight: 600;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  border: 1px solid #ececec;
  padding: 15px;
  margin: 20px 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment h3 {
  font-size: 20px;
  font-family: var(--font2);
  font-weight: 600;
  padding: 0px 30px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-inner {
  padding: 7px 30px 35px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
  padding: 0px;
  list-style-type: none;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li {
  margin-bottom: 12px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li label {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--main2);
  display: inline;
  font-size: 15px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li input {
  margin-right: 5px;
  margin-top: 8px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li .payment_box {
  margin: 10px 0 4px;
  font-size: 15px;
  line-height: 24px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li .payment_box p {
  margin: 0px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li.payment_method_paypal img {
  width: 145px;
  margin: 0 15px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li.payment_method_paypal a {
  font-size: 14px;
  color: var(--main2);
  text-decoration: underline;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table {
  padding: 12px 30px;
  border-collapse: unset;
  border-spacing: 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th,
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td {
  text-align: left;
  padding: 13px 0;
  color: var(--main2);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th {
  font-weight: 400;
  font-size: 15px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td.product-name {
  font-family: var(--font1);
  font-weight: 400;
  font-size: 20.3px;
  color: var(--heading);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td.product-name .product-quantity {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Space Grotesk';
  color: #000000;
  line-height: 1.637;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td.product-total .woocommerce-Price-amount.amount {
  font-weight: 400;
  color: var(--color_body);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td:last-of-type {
  text-align: right;
  font-size: 15px;
  font-weight: 600;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table thead th {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table thead th:last-of-type {
  text-align: right;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot th,
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot td {
  border-top: 1px solid #e5e5e5;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child th {
  font-size: 15px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child td {
  font-size: 15px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table tfoot tr:last-child td strong {
  font-weight: 600;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle {
  margin-top: 25px;
  margin-bottom: 10px;
  background: #fff3ed;
  padding: 24px 13px 24px 46px;
  font-size: 18px;
  color: var(--main2);
  padding: 24px 40px;
  letter-spacing: 0.5px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle > div,
.woocommerce-checkout .woocommerce-form-login-toggle > div {
  display: inline-block;
  background: transparent;
  border: 0;
  margin: 0;
  color: var(--main2);
  padding: 0;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle > div.woocommerce-info,
.woocommerce-checkout .woocommerce-form-login-toggle > div.woocommerce-info {
  display: inline-block;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle > div.form-remove,
.woocommerce-checkout .woocommerce-form-login-toggle > div.form-remove {
  position: relative;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle > div.form-remove .remove,
.woocommerce-checkout .woocommerce-form-login-toggle > div.form-remove .remove {
  cursor: pointer;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle > div.form-remove .remove:before,
.woocommerce-checkout .woocommerce-form-login-toggle > div.form-remove .remove:before {
  right: 10px;
  position: absolute;
  font-size: 20px;
  color: #000;
  font-family: "remixicon";
}
.woocommerce-checkout .woocommerce-form-coupon-toggle a,
.woocommerce-checkout .woocommerce-form-login-toggle a {
  color: var(--main2);
  font-weight: 600;
  background: transparent;
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-form-login {
  padding: 30px 0;
}
.woocommerce-checkout .woocommerce-form-coupon .form-inner,
.woocommerce-checkout .woocommerce-form-login .form-inner {
  border: 1px solid #ececec;
  padding: 30px 30px;
}
.woocommerce-checkout .woocommerce-form-coupon > p,
.woocommerce-checkout .woocommerce-form-login > p {
  padding: 0 5px;
}
.woocommerce-checkout .woocommerce-form-coupon p:first-child,
.woocommerce-checkout .woocommerce-form-login p:first-child {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-form-coupon .lost_password a,
.woocommerce-checkout .woocommerce-form-login .lost_password a {
  color: var(--main2);
}
.woocommerce-checkout .woocommerce-form-coupon .lost_password a:hover,
.woocommerce-checkout .woocommerce-form-login .lost_password a:hover {
  color: var(--main);
}
.woocommerce-checkout .woocommerce-form-coupon .form-row .woocommerce-form-login__rememberme,
.woocommerce-checkout .woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
  margin-right: 10px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row .woocommerce-input-wrapper .input-text,
.woocommerce-checkout .woocommerce-form-login .form-row .woocommerce-input-wrapper .input-text {
  padding: 0px 0px 0px 10px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row input.input-text,
.woocommerce-checkout .woocommerce-form-login .form-row input.input-text {
  border: 1px solid #ececec;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row button,
.woocommerce-checkout .woocommerce-form-login .form-row button {
  position: relative;
  text-align: center;
  color: #ffffff;
  min-width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
  font-weight: 700;
  background: #000000;
  font-size: 14px;
  border: none;
  outline: none;
  text-transform: uppercase;
  padding: 0 30px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row button:hover,
.woocommerce-checkout .woocommerce-form-login .form-row button:hover {
  background: var(--main);
}
.woocommerce-checkout .woocommerce-form-login .form-row button {
  margin: 10px 0;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row {
  display: inline-block;
  vertical-align: top;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-first {
  min-width: calc(100% - 210px);
}
.woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-last {
  min-width: 200px;
}
body.dark-mode-on .woocommerce-success,
body.dark-mode-on .woocommerce-info,
body.dark-mode-on .woocommerce-message,
body.dark-mode-on .woocommerce-error {
  background: #191919;
}
body.dark-mode-on .woocommerce .blockUI.blockOverlay,
body.dark-mode-on .blockUI.blockOverlay {
  background: rgba(19, 19, 19, 0.8) !important;
}
.woocommerce-success,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  font-size: 15px;
  display: table;
  width: 100%;
  padding: 20px;
  border-top: 2px solid;
  background-color: #f7f7f7;
  margin-bottom: 15px;
}
.woocommerce-success .notice_body,
.woocommerce-info .notice_body,
.woocommerce-message .notice_body,
.woocommerce-error .notice_body {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.woocommerce-success .notice_icon,
.woocommerce-info .notice_icon,
.woocommerce-message .notice_icon,
.woocommerce-error .notice_icon {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 70px;
}
.woocommerce-success .notice_icon:before,
.woocommerce-info .notice_icon:before,
.woocommerce-message .notice_icon:before,
.woocommerce-error .notice_icon:before {
  width: 70px;
  font-family: FontAwesome;
}
.woocommerce-success trong,
.woocommerce-info trong,
.woocommerce-message trong,
.woocommerce-error trong {
  font-weight: bold;
}
.woocommerce-success a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a {
  display: inline-block;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 15px;
  margin: 0 5px 0 0;
}
.woocommerce-info {
  border-color: #E0B252;
  color: #E0B252;
}
.woocommerce-info a {
  background: #E0B252;
}
.woocommerce-info .notice_icon:before {
  content: "\f05a";
}
.woocommerce-error[role="alert"] {
  border-color: #ff4136;
  color: #ff4136;
}
.woocommerce-error[role="alert"] a {
  background: #ff4136;
}
.woocommerce-error[role="alert"] .notice_icon:before {
  content: "\f071";
}
.woocommerce-message[role="alert"] {
  border-color: #2ab039;
  color: #2ab039;
}
.woocommerce-message[role="alert"] a {
  background: #2ab039;
}
.woocommerce-message[role="alert"] .notice_icon:before {
  content: "\f00c";
}
ul[role="alert"] {
  list-style-type: none;
}
/** ------------------------------------------------------------------------------------------------* THANK YOU PAGE* ------------------------------------------------------------------------------------------------ */
.woocommerce-order-received .site-content .entry-content > .woocommerce {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
}
.woocommerce-order-received .responsive-table {
  margin-bottom: 60px;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  background: transparent;
  border: 2px dashed var(--main2);
  color: var(--main2);
  font-weight: 600;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.4;
  padding: 15px 25px;
}
.woocommerce-order-details {
  margin-bottom: 50px;
}
.woocommerce-order-received ul.order_details {
  margin-left: 0;
}
.woocommerce-order-details__title,
.wc-bacs-bank-details-heading {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
.woocommerce-order-details__title + h3,
.wc-bacs-bank-details-heading + h3 {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 30px;
  text-align: center;
}
.woocommerce-customer-details > h2,
.woocommerce-customer-details > h3 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.woocommerce-customer-details .woocommerce-column__title {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 30px;
  margin-top: 12px;
  color: var(--main2);
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce {
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce-order-details h2 {
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: 700;
  color: var(--main2);
  margin-top: 20px;
}
.woocommerce-order-details table tbody tr .product-name .product-quantity {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-order-details table tbody tr th,
.woocommerce-order-details table tbody tr td {
  padding: 15px 12px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce-order-details table tbody tr th {
  text-align: left;
}
.woocommerce-order-details table tfoot tr th,
.woocommerce-order-details table tfoot tr td {
  padding: 15px 12px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  color: var(--main2);
  text-align: left;
}
.woocommerce-order-details table tfoot tr td {
  text-align: right;
}
.woocommerce-order-details table thead {
  background: none;
}
.woocommerce-order-details table thead tr th {
  padding: 15px 10px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--main2);
  vertical-align: middle;
  border: none;
  border-bottom: 2px solid #efefef;
  text-align: left;
}
.woocommerce-order-details table .product-name a {
  display: inline-block;
}
.woocommerce-order-details table .product-total {
  text-align: right;
}
.woocommerce-columns--addresses,
.woocommerce-Addresses {
  margin: 20px -15px 0;
}
.woocommerce-columns--addresses .col-1,
.woocommerce-Addresses .col-1,
.woocommerce-columns--addresses .col-2,
.woocommerce-Addresses .col-2 {
  float: left;
  width: 48%;
  max-width: 100%;
}
.woocommerce-columns--addresses .col-1 address,
.woocommerce-Addresses .col-1 address,
.woocommerce-columns--addresses .col-2 address,
.woocommerce-Addresses .col-2 address {
  padding: 25px 30px 30px 30px;
  border: 2px dashed var(--main2);
  line-height: 30px;
  font-style: italic;
}
.woocommerce-columns--addresses .col-1 h3,
.woocommerce-Addresses .col-1 h3,
.woocommerce-columns--addresses .col-2 h3,
.woocommerce-Addresses .col-2 h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: var(--main2);
}
.woocommerce-columns--addresses .col-1,
.woocommerce-Addresses .col-1 {
  margin-right: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .jws_woo_your_order h3#order_review_heading {
    padding: 0px;
  }
  .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table {
    padding: 12px 0px;
  }
}
@media screen and (max-width: 375px) {
  .woocommerce-order-received ul.order_details {
    list-style-type: none;
    padding: 0;
    display: block;
  }
  .woocommerce-order-received ul.order_details li {
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
  }
  .woocommerce-order-received ul.order_details li strong {
    display: inline-block;
    padding-left: 10px;
  }
}
.woocommerce-thankyou-order-details {
  list-style-type: none;
  padding: 0;
  display: flex;
  -webkit-display: flex;
  display: -webkit-flex;
  -ms-display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.woocommerce-thankyou-order-details + p {
  font-size: 16px;
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.woocommerce-thankyou-order-details li {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  border-right: 1px solid #dfdfdf;
  text-align: center;
}
.woocommerce-thankyou-order-details li strong {
  display: block;
  color: var(--main2);
  line-height: 24px;
}
.shipping_address .form-row .woocommerce-input-wrapper .input-text,
form.woocommerce-checkout .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .input-text {
  padding: 0px 0px 0px 10px;
}
@media (max-width: 767px) {
  form.woocommerce-checkout .row > div,
  form.woocommerce-checkout .woocommerce-billing-fields,
  form.woocommerce-checkout .woocommerce-shipping-fields {
    margin-bottom: 25px;
  }
  .woocommerce-checkout .woocommerce-form-login .form-row.form-row-first,
  .woocommerce-checkout .woocommerce-form-login .form-row.form-row-last {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce-form-coupon,
  .woocommerce-checkout .woocommerce-form-login {
    padding: 15px;
  }
  .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order {
    padding: 6% 0px;
  }
  form.woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single,
  form.woocommerce-checkout .woocommerce-billing-fields .form-row input,
  form.woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single,
  form.woocommerce-checkout .woocommerce-shipping-fields .form-row input {
    font-size: 14px;
    padding: 0 20px;
  }
  form.woocommerce-checkout .woocommerce-additional-fields textarea {
    font-size: 14px;
    padding: 20px;
    height: 150px;
  }
  .woocommerce-checkout .jws_woo_your_order h3,
  form.woocommerce-checkout .woocommerce-billing-fields h3,
  form.woocommerce-checkout .woocommerce-shipping-fields h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  form.woocommerce-checkout .woocommerce-additional-fields .form-row label,
  form.woocommerce-checkout .woocommerce-billing-fields .form-row label,
  form.woocommerce-checkout .woocommerce-shipping-fields .form-row label {
    left: 21px;
  }
  .woocommerce-checkout .woocommerce-form-coupon .form-row {
    display: block;
    width: 100%;
  }
}
.woocommerce .blockUI.blockOverlay {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.6) !important;
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  border: 2px solid #fafafa;
  border-radius: 50%;
  border-top: 2px solid var(--main);
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
form.woocommerce-ResetPassword.lost_reset_password {
  max-width: 375px;
  margin: 50px auto;
  padding: 10px;
}
form.woocommerce-ResetPassword.lost_reset_password input {
  width: 100%;
  border: 0;
  height: auto;
  line-height: initial;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 20px;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
  padding: 10px 30px;
  background: #000;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 500;
}
.dark-mode-on .woocommerce-order-details table thead tr th {
  border-color: #2d2d2d;
}
.dark-mode-on .woocommerce-order-details table tbody tr th,
.dark-mode-on .woocommerce-order-details table tfoot tr th,
.dark-mode-on .woocommerce-order-details table tbody tr td,
.dark-mode-on .woocommerce-order-details table tfoot tr td {
  border-color: #2d2d2d;
}
/* Woocommerce Single */
.shop-single div.product .main-product .summary .product_title {
  line-height: 83px;
  font-weight: 400;
  font-size: 64px;
  color: var(--main2);
  font-family: var(--font1);
}
.shop-single div.product .main-product .summary .woocommerce-product-rating {
  margin-bottom: 10px;
  margin-top: 6px;
}
.shop-single div.product .main-product .summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 15px;
  color: var(--color_body);
}
.shop-single div.product .main-product .summary .woocommerce-product-rating .woocommerce-review-link:hover {
  color: var(--main);
}
.shop-single div.product .main-product .summary .star-rating {
  margin-right: 15px;
}
.shop-single div.product .main-product .summary .price {
  font-size: 18px;
  margin-bottom: 0px;
  color: var(--main2);
}
.shop-single div.product .main-product .summary .price del {
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(103, 103, 103, 0.502);
}
.shop-single div.product .main-product .summary .price del .amount {
  font-size: 18px;
  color: rgba(103, 103, 103, 0.502);
}
.shop-single div.product .main-product .summary .price ins {
  margin-left: 10px;
  text-decoration: none;
}
.shop-single div.product .main-product .summary .woocommerce-product-details__short-description {
  margin-top: 10px;
  color: var(--color_body);
  font-size: 15px;
  line-height: 24px;
}
.shop-single div.product .main-product .summary .woocommerce-product-details__short-description p {
  margin-bottom: 30px;
}
.shop-single div.product .main-product .summary .stock.out-of-stock {
  margin-top: 44px;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.shop-single div.product .main-product .summary .product_meta {
  margin-top: 32px;
  line-height: 24px;
}
.shop-single div.product .main-product .summary .product_meta > span {
  margin-top: 5px;
  display: block;
}
.shop-single div.product .main-product .summary .product_meta > span > .label {
  height: 30px;
  color: var(--main2);
  padding: 0px 10px 3px 0px;
  position: relative;
  cursor: pointer;
  background: 0px;
  display: unset;
  font-size: 15px;
  font-weight: 500;
}
.shop-single div.product .main-product .summary .product_meta > span span {
  color: var(--color_body);
  font-size: 15px;
}
.shop-single div.product .main-product .summary .product_meta a {
  color: var(--color_body);
}
.shop-single div.product .main-product .summary .product_meta a:hover {
  color: var(--main);
}
.shop-single div.product .main-product .summary .product-meta-custom .yith-wcwl-add-to-wishlist {
  display: inline-block;
  font-family: var(--font1);
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0;
}
.shop-single div.product .main-product .summary .product-meta-custom .yith-wcwl-add-to-wishlist > div > a {
  color: var(--main2);
  font-weight: 600;
}
.shop-single div.product .main-product .summary .product-meta-custom .yith-wcwl-add-to-wishlist > div > a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  content: "\f004";
  margin-right: 7px;
}
.shop-single div.product .main-product .summary .product-meta-custom .product-meta-top {
  margin-bottom: 34px;
}
.shop-single div.product .main-product .summary .product-meta-custom .product-meta-top .product-meta-top-right {
  text-align: right;
}
.shop-single div.product .main-product .summary .product-meta-custom .popup-list .item {
  display: inline-block;
  margin-right: 55px;
}
.shop-single div.product .main-product .summary .product-meta-custom .popup-list a {
  color: var(--colorbody);
}
.shop-single div.product .main-product .summary .product-meta-custom .popup-list a span {
  margin-right: 9px;
  font-size: 14px;
}
.shop-single div.product .main-product .summary .product-meta-custom .popup-list a:hover {
  color: var(--main2);
}
.shop-single div.product .main-product .summary .product-meta-custom .product-share {
  display: inline-block;
  position: relative;
}
.shop-single div.product .main-product .summary form.cart {
  margin-bottom: 24px;
}
.shop-single div.product .main-product .summary form.cart .group_table {
  width: 100%;
  margin-bottom: 30px;
}
.shop-single div.product .main-product .summary form.cart .group_table .woocommerce-grouped-product-list-item {
  border-top: 1px solid rgba(22, 22, 25, 0.1);
  border-bottom: 1px solid rgba(22, 22, 25, 0.1);
}
.shop-single div.product .main-product .summary form.cart .group_table tr td {
  padding: 15px 8px;
}
.shop-single div.product .main-product .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__image img {
  max-width: 80px;
}
.shop-single div.product .main-product .summary form.cart .group_table tr td span.woocommerce-Price-amount.amount {
  font-size: 15px;
  color: var(--color_body);
}
.shop-single div.product .main-product .summary form.cart .group_table tr td a {
  color: var(--main2);
  font-size: 25px;
  font-family: Var(--font1);
  line-height: 32px;
}
.shop-single div.product .main-product .summary form.cart .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap {
  display: inline-block;
  margin-right: 15px;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity {
  position: relative;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity .screen-reader-text {
  display: none;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity input::-webkit-outer-spin-button,
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity input[type=number] {
  -moz-appearance: textfield;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity > span {
  position: absolute;
  top: 6px;
  width: 35px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity > span:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 8px;
  top: 50%;
  left: 15px;
  margin-top: -1px;
  background: var(--main2);
  transition: 0.3s all;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity > span.jws-qty-minus {
  left: 2px;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity > span.jws-qty-plus {
  right: 2px;
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity > span.jws-qty-plus:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 8px;
  top: 50%;
  left: 15px;
  margin-top: -1px;
  background: var(--main2);
  transition: 0.3s all;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity .input-text {
  font-weight: 700;
  border: 1px solid #000;
  width: 112px;
  max-width: 112px;
  height: 50px;
  text-align: center;
  color: var(--main2);
  font-size: 15px;
  border-radius: 0;
  background: transparent;
}
.shop-single div.product .main-product .summary form.cart button {
  display: inline-block;
  background: var(--main2);
  color: #ffffff;
  border: 0;
  font-size: 15px;
  border-radius: 0;
  font-family: var(--font2);
  font-weight: 600;
  padding: 0px 35px;
  height: 50px;
  min-width: 160px;
  letter-spacing: 0.5px;
}
.shop-single div.product .main-product .summary form.cart button:hover {
  background: var(--main);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.shop-single div.product .main-product .woocommerce-product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_main_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
  max-width: 78%;
  position: relative;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_main_image .jws-show-product-gallery-wrap {
  background: #c8c8c8;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  right: 33px;
  top: 18px;
  z-index: 1;
  transition: 0.3s all;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_main_image .jws-show-product-gallery-wrap .jws-show-product-gallery {
  color: #ffffff;
  display: block;
  font-size: 18px;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_main_image .jws-show-product-gallery-wrap:hover {
  background: var(--main);
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
  padding: 0 12.5px;
  position: relative;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .thumbnails {
  opacity: 0;
  height: 0;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .thumbnails.slick-initialized,
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .thumbnails.owl-loaded {
  opacity: 1;
  height: auto;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .thumbnails.slick-slider {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .thumbnails.slick-slider > button {
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  width: 48%;
  height: 30px;
  border: none;
  background: var(--main);
  color: #ffffff;
  font-size: 0;
  line-height: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .thumbnails.slick-slider > button.slick-next:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .thumbnails.slick-slider > button.slick-prev:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .product-image-thumbnail {
  max-width: 130px;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .product-image-thumbnail:not(:last-child) {
  margin: 0;
  margin-bottom: 10px;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .product-image-thumbnail img {
  border: 1px solid transparent;
  transition: 0.3s all;
}
.shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .active-thumb img {
  border-color: #959595 !important;
}
.shop-single div.product .main-product .related {
  margin-top: 80px;
}
.shop-single div.product .main-product .related h2 {
  text-transform: capitalize;
  font-family: var(--font1);
  color: var(--main2);
  font-size: 40.32px;
  font-weight: 500;
  margin-bottom: 22px;
}
.shop-single div.product .main-product .related .product-item {
  padding: 0 15px;
  margin-bottom: 0px;
}
.shop-single div.product .main-product .related .slick-arrow {
  position: absolute;
  top: 45%;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 10;
  color: #000000;
  width: 40px;
}
.shop-single div.product .main-product .related .slick-arrow.fa-chevron-left {
  left: 0;
}
.shop-single div.product .main-product .related .slick-arrow.fa-chevron-right {
  right: 0;
}
.shop-single div.product .main-product .product-tabs .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}
.shop-single div.product .main-product .woocommerce-tabs .jws-group-accordion-wap {
  transition: height 0.5s cubic-bezier(0.2, 0.35, 0.25, 1) 0s;
  overflow: hidden;
  padding: 20px 0px 0px;
}
.shop-single div.product .main-product .woocommerce-tabs .jws-group-accordion-wap .woocommerce-Tabs-panel--description {
  font-size: 15px;
}
.shop-single div.product .main-product .woocommerce-tabs .tab-heading {
  display: none;
  font-family: var(--font1);
  color: var(--main2);
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
  margin: 0;
}
.shop-single div.product .main-product .woocommerce-tabs .tab-heading .toggle-visible {
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 1px;
  position: relative;
  float: right;
}
.shop-single div.product .main-product .woocommerce-tabs .tab-heading .toggle-visible:before {
  font-family: 'jws-icon';
  content: '\e825';
  display: block;
}
.shop-single div.product .main-product .woocommerce-tabs .zoo-group-accordion.accordion-active .tab-heading .toggle-visible:before {
  transform: rotateX(180deg);
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-product-attributes {
  max-width: 650px;
  margin-bottom: 35px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-product-attributes tr th {
  color: var(--main2);
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-product-attributes tr td,
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-product-attributes tr th {
  border-bottom: 1px solid #2f2f2f;
  padding: 10px 0;
}
.shop-single div.product .main-product .woocommerce-tabs .list-item {
  border-bottom: 0.8px solid #2f2f2f;
  padding: 0.5em 0;
  max-width: 100%;
}
.shop-single div.product .main-product .woocommerce-tabs .list-item #label {
  color: var(--main2);
}
.shop-single div.product .main-product .woocommerce-tabs .list-item .half {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.shop-single div.product .main-product .woocommerce-tabs .list-item:last-child {
  border: none;
}
.shop-single div.product .main-product .woocommerce-tabs .row h2 {
  margin-bottom: 14px;
}
.shop-single div.product .main-product .woocommerce-tabs .row .col-left .h-last-child {
  margin-top: 34px;
}
.shop-single div.product .main-product .woocommerce-tabs > * {
  animation: fadeIn 0.2s both;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews label {
  color: var(--main2);
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond {
  margin-top: 15px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-reply-title {
  font-size: 18px;
  color: var(--main2);
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-comment {
  margin-bottom: 15px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form > p {
  margin-bottom: 0px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form > p.comment-form-cookies-consent {
  margin: 0px 0px 30px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form textarea,
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input[type="text"],
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input[type="email"] {
  border: 1px solid #f5f5f5;
  background: transparent;
  font-family: var(--font2);
  padding-bottom: 2px;
  padding: 0 15px;
  color: var(--colorbody);
  background-color: #F5F5F5;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form textarea {
  height: 150px;
  padding-top: 10px !important;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input[type="text"],
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input[type="email"] {
  height: 45px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .submit {
  display: inline-block;
  margin-right: 25px;
  background: #000;
  background-size: 200% auto !important;
  color: #ffffff;
  border: 0;
  font-family: var(--font2);
  font-size: 16px;
  font-weight: 500;
  padding: 17px 52px;
  min-width: 143px;
  line-height: 1;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .submit:hover {
  background-position: right center;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating label {
  margin-bottom: 0;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars {
  margin-bottom: 47px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars [class*="star"] {
  text-indent: -999em;
  display: block;
  position: absolute;
  display: inline-block;
  letter-spacing: -2px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars [class*="star"]:before {
  position: absolute;
  font-family: 'remixicon';
  font-weight: 400;
  left: 0;
  text-indent: 0;
  font-size: 15px;
  color: #000;
  opacity: 0.3;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-1 {
  width: 15px;
  z-index: 50;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-1.active:before,
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-1:hover:before {
  opacity: 1;
  content: '\f18d';
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-2 {
  width: 30px;
  z-index: 40;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-2.active:before,
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-2:hover:before {
  opacity: 1;
  content: '\f18d\f18d';
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-3 {
  width: 45px;
  z-index: 30;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-3.active:before,
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-3:hover:before {
  opacity: 1;
  content: '\f18d\f18d\f18d';
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-4 {
  width: 60px;
  z-index: 20;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-4.active:before,
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-4:hover:before {
  opacity: 1;
  content: '\f18d\f18d\f18d\f18d';
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-5 {
  width: 75px;
  z-index: 10;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-5.active:before,
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-5:hover:before {
  opacity: 1;
  content: '\f18d\f18d\f18d\f18d\f18d';
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .comment-form-rating .stars .star-5:before {
  content: '\f18d\f18d\f18d\f18d\f18d';
  color: #000;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist {
  padding: 0;
  list-style-type: none;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist li .comment_container img {
  display: inline-block;
  width: 60px;
  vertical-align: top;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text {
  margin-top: -8px;
  display: inline-block;
  width: calc(100% - 80px);
  padding-left: 15px;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta {
  margin-bottom: 0;
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
  font-weight: 600;
  color: var(--main2);
}
.shop-single div.product .main-product .woocommerce-tabs .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .description p {
  margin-bottom: 0;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  padding-bottom: 6px;
  position: relative;
  margin: 0;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs #magic_line {
  position: absolute;
  background: var(--main2);
  height: 1px;
  bottom: -1px;
  transition: all 0.7s ease 0s;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  background: transparent;
  border: 0;
  display: inline-block;
  padding-right: 30px;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs li a {
  font-family: var(--font1);
  color: var(--main2);
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 400;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.shop-single div.product .main-product .woocommerce-tabs ul.tabs li.active a {
  border-bottom: 1px solid var(--main);
}
.shop-single div.product .main-product.layout1 .product-tabs {
  margin-top: 10px;
}
.shop-single div.product .main-product.layout1 .accordions {
  list-style-type: none;
  padding: 0;
}
.shop-single div.product .main-product.layout1 .accordions .accordion {
  border-bottom: 1px solid rgba(22, 22, 25, 0.1);
  padding: 15px 0;
}
.shop-single div.product .main-product.layout1 .accordions .accordion.active {
  padding-top: 15px;
  padding-bottom: 0px;
}
.shop-single div.product .main-product.layout1 .accordions .accordion.active .cont-content p {
  margin-bottom: 5px;
}
.shop-single div.product .main-product.layout1 .accordions .accordion.active .cont-header .tongle::before {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.shop-single div.product .main-product.layout1 .accordions .accordion.active .cont-header .tongle::after {
  height: 11px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.shop-single div.product .main-product.layout1 .accordions .accordion .cont-header {
  font-family: var(--font1);
  color: var(--main2);
  font-size: 32px;
  padding-right: 60px;
  line-height: 41px;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
}
.shop-single div.product .main-product.layout1 .accordions .accordion .cont-header .tongle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -7px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  user-select: none;
  transition: .3s;
}
.shop-single div.product .main-product.layout1 .accordions .accordion .cont-header .tongle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  content: '';
  width: 15px;
  height: 1px;
  background: #161619;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.shop-single div.product .main-product.layout1 .accordions .accordion .cont-header .tongle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  content: '';
  width: 1px;
  height: 15px;
  background: #161619;
  transition: all 0.3s ease-in-out;
}
.shop-single div.product .main-product.layout1 .accordions .accordion .cont-content {
  display: none;
  padding: 25px 0px 25px 0px;
  font-size: 15px;
  color: var(--color_body);
  line-height: 28px;
}
.thumbnail_position_bottom .jws_thumbnail_image {
  overflow: hidden;
  margin: 0 -10px;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image {
  width: 100%;
  float: none;
  position: relative;
  height: 100%;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share {
  position: absolute;
  bottom: 40px;
  height: 50px;
  border-radius: 100%;
  right: 20px;
  background: #fff;
  width: 50px;
  z-index: 2;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share button {
  font-size: 16px;
  color: #000;
  background: transparent;
  letter-spacing: 1px;
  font-weight: 500;
  border: none;
  width: 100%;
  height: 100%;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share .addthis_inline_share_toolbox {
  border-radius: 25px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 0px;
  width: 50px;
  bottom: 25px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  transition: 0.3s all;
  opacity: 0;
  transform: translateY(25px);
  -webkit-transform: translateY(25px);
  visibility: hidden;
  z-index: -1;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share .addthis_inline_share_toolbox .post-share-inner {
  white-space: nowrap;
  margin-top: 15px;
  margin-bottom: 65px;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share .addthis_inline_share_toolbox .post-share-inner a {
  display: block;
  height: 40px;
  font-size: 14px;
  color: #000;
  opacity: 0;
  transform: translatey(50px);
  -webkit-transform: translatey(50px);
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share .addthis_inline_share_toolbox .post-share-inner a span,
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share .addthis_inline_share_toolbox .post-share-inner a i {
  vertical-align: middle;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share.opened .addthis_inline_share_toolbox {
  opacity: 1;
  transform: translateY(25px);
  -webkit-transform: translateY(25px);
  visibility: visible;
}
.shop-single .main-product .woocommerce-product-gallery .jws_main_image .product-share.opened .addthis_inline_share_toolbox .post-share-inner a.show {
  opacity: 1;
  transform: translateY(25px);
  -webkit-transform: translateY(25px);
}
.shop-single {
  padding: 30px 0 80px;
}
.shop-single .entry-summary .woocommerce-variation-price {
  margin-bottom: 10px;
}
.shop-single .entry-summary .variations {
  width: 55%;
  margin-bottom: 28px;
}
.shop-single .entry-summary .variations .pa_weight select,
.shop-single .entry-summary .variations .pa_weight select {
  width: 100%;
}
.shop-single .entry-summary .variations tr {
  display: block;
  vertical-align: baseline;
}
.shop-single .entry-summary .variations tr > th.label label {
  margin-right: 15px;
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
.shop-single .entry-summary .variations tr:last-child {
  margin-top: 15px;
}
.shop-single .entry-summary .variations tr > td {
  position: relative;
}
.shop-single .entry-summary .variations tr > td .reset_variations {
  visibility: visible;
  position: absolute;
  right: 0px;
  bottom: 97%;
  color: currentcolor;
  opacity: 0.6;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}
.shop-single .entry-summary .variations tr > td .reset_variations:before {
  content: "\eb99";
  font-family: 'remixicon';
  float: right;
}
.shop-single .entry-summary .variations tr > td.label > label {
  color: #000;
  font-size: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  vertical-align: baseline;
}
.shop-single .entry-summary .variations tr > td.value select {
  padding: 10px 40px 10px 20px;
  border-color: #e5e5e5;
  box-shadow: none;
  color: var(--color_body);
  font-size: 15px;
  border: 1px solid #e5e5e5;
}
.shop-single .entry-summary .variations .tawcvs-swatches .swatch-item-wrapper {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  width: 50px;
}
.shop-single .entry-summary .variations .tawcvs-swatches .swatch-item-wrapper .swatch-color {
  text-indent: -9999px;
  position: relative;
  border: 1px solid transparent;
}
.shop-single .entry-summary .variations .tawcvs-swatches .swatch-item-wrapper .swatch-color.swatch-shape-circle {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-right: 15px;
  cursor: pointer;
}
.shop-single .entry-summary .variations .tawcvs-swatches .swatch-item-wrapper .swatch-color.selected {
  border-color: #000;
  box-shadow: inset 0px 0px 0px 3px white;
}
.shop-single .main-product .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .product-image-thumbnail {
  padding: 0 10px;
}
.woocommerce-product-gallery__wrapper {
  margin-bottom: 0px;
  position: relative;
}
.woocommerce-product-gallery__wrapper:hover .owl-nav > div {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  transform: none;
}
.woocommerce-product-gallery__wrapper .owl-nav > div {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: -20px;
  font-size: 25px !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.woocommerce-product-gallery__wrapper .owl-nav > div.owl-next {
  right: 0;
}
.woocommerce-product-gallery__wrapper .owl-nav > div.owl-prev.disabled,
.woocommerce-product-gallery__wrapper .owl-nav > div.owl-next.disabled {
  cursor: not-allowed;
}
.woocommerce-product-gallery__wrapper .owl-nav .nav-left:before {
  font-family: 'jws-icon' !important;
  content: '\e801';
}
.woocommerce-product-gallery__wrapper .owl-nav .nav-right:before {
  font-family: 'jws-icon' !important;
  content: '\e800';
}
.star-rating {
  font-family: 'remixicon';
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 63px;
  letter-spacing: -3px;
  display: inline-block;
  vertical-align: middle;
}
.star-rating:before {
  content: '\f18d\f18d\f18d\f18d\f18d';
  left: 0;
  top: 0;
  position: absolute;
  font-size: 15px;
  color: #000;
  opacity: 0.3;
}
.star-rating span {
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  color: #333;
  padding-top: 1.5em;
  left: 0;
}
.star-rating span:before {
  content: '\f18d\f18d\f18d\f18d\f18d';
  left: 0;
  top: 0;
  position: absolute;
  font-size: 15px;
  text-indent: 0;
  color: #000;
}
@media (min-width: 1025px) {
  .shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left {
    padding-right: 35px;
  }
  .shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_bottom {
    padding-right: 60px;
  }
  .shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_main_image {
    -ms-flex-order: 13;
    order: 13;
  }
  .shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image {
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 1024px) {
  .shop-single .entry-summary .variations {
    width: unset;
  }
  .shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left {
    display: block;
  }
  .shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image {
    margin: 0 -10px;
  }
  .shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .thumbnails.slick-slider {
    display: block;
  }
  .shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .product-image-thumbnail {
    max-width: unset;
    padding: 0 10px;
  }
  .shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_main_image,
  .shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image {
    flex: 0 0 calc(100% + 20px);
    max-width: calc(100% + 20px);
    padding: 0px;
  }
}
.layout2 .product-tabs {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .shop-single div.product .main-product .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .product-image-thumbnail {
    max-width: none;
  }
  .shop-single div.product .main-product.layout2 .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 0px;
  }
  .shop-single div.product .main-product .woocommerce-tabs ul.tabs {
    display: block;
  }
  .shop-single div.product .main-product .woocommerce-tabs ul.tabs li {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
    display: block;
  }
  .shop-single div.product .main-product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 1px solid var(--main);
  }
  .shop-single div.product .main-product .woocommerce-tabs ul.tabs li.active a {
    border-bottom: none;
  }
  .shop-single div.product .main-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 45px 0px;
  }
  .shop-single div.product .main-product .woocommerce-tabs .woocommerce-Tabs-panel .list-item .half {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .shop-single .main-product .entry-summary {
    padding-top: 30px;
  }
  .shop-single div.product .main-product .summary h2.product_title {
    font-size: 50.8px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 374px) {
  .shop-single div.product .main-product.layout2 .summary form.cart .woocommerce-variation-add-to-cart .jws-quantity-wrap {
    min-width: 70px;
  }
  .shop-single div.product .main-product .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__quantity .jws-quantity-wrap {
    min-width: auto;
    margin-right: 0;
    display: block;
  }
  .shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity > span {
    width: unset;
  }
  .shop-single div.product .main-product .summary form.cart .group_table tr td a {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .shop-single div.product .main-product .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__label {
    padding: 0 15px;
  }
  .shop-single div.product .main-product .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__label label {
    margin-bottom: 0px;
  }
  .shop-single div.product .main-product .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__quantity {
    width: 100px;
  }
  .shop-single div.product .main-product .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__quantity .jws-quantity-wrap {
    margin-bottom: 0px;
  }
  .shop-single div.product .main-product .summary form.cart .group_table tr td.woocommerce-grouped-product-list-item__image {
    display: none;
  }
  .shop-single div.product .main-product .summary form.cart .group_table tr td tr a {
    font-size: 20px;
    line-height: 20px;
  }
  .shop-single div.product .main-product.layout2 .summary form.cart .jws-quantity-wrap {
    min-width: 120px;
    margin-right: 10px;
  }
  .shop-single div.product .main-product.layout2 .summary form.cart .jws-quantity-wrap .quantity input[type=number] {
    width: 100%;
  }
  .shop-single div.product .main-product.layout2 .summary form.cart .button {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .shop-single div.product .main-product .summary form.cart .jws-quantity-wrap {
    display: block;
    margin: 0 0 20px;
  }
  .shop-single div.product .main-product .summary form.cart .jws-quantity-wrap .quantity .input-text {
    width: 100%;
    max-width: 100%;
  }
  .shop-single div.product .main-product .summary form.cart button {
    width: 100%;
  }
}
.dark-mode-on .shop-single div.product .main-product .woocommerce-tabs .tab-heading {
  border-color: #2D2D2D;
}
.dark-mode-on .shop-single div.product .main-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form textarea {
  background: transparent;
}
.dark-mode-on .shop-single div.product .main-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input:not([name="submit"]) {
  background: transparent;
}
/* Education */
.jws-button .elementor-button-content-wrapper #underline_text {
  text-decoration: underline;
}
body.button-default .jws-button .elementor-button,
body.button-default .jws-cf7-style .wpcf7-submit,
body.button-default .elementor-button.rev-btn {
  background: var(--button_bgcolor);
  color: var(--button_color);
}
body.button-default .jws-button .elementor-button:hover,
body.button-default .jws-cf7-style .wpcf7-submit:hover,
body.button-default .elementor-button.rev-btn:hover {
  background: var(--button_bgcolor2);
  color: var(--button_color2);
}
.jws-button .elementor-button,
.jws-cf7-style .wpcf7-submit,
.elementor-button.rev-btn {
  transition: 0.3s all;
}
body.button-with_border .jws-button .elementor-button,
body.button-with_border .jws-cf7-style .wpcf7-submit,
body.button-with_border .elementor-button.rev-btn {
  background: var(--button_bgcolor);
  color: var(--button_color);
  border: 1px solid var(--button_border_color);
}
body.button-with_border .jws-button .elementor-button:hover,
body.button-with_border .jws-cf7-style .wpcf7-submit:hover,
body.button-with_border .elementor-button.rev-btn:hover {
  background: var(--button_bgcolor2);
  color: var(--button_color2);
  border-color: var(--button_border_color2);
}
.jws-button a#custom-buttonbr {
  overflow: hidden;
}
.jws-button a#custom-buttonbr:before {
  transition: all .3s;
  background-image: linear-gradient(to right, var(--button_color) 0%, var(--button_color2) 51%, var(--button_color) 100%);
  background-size: 200% auto;
  position: absolute;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
  left: 0;
  top: 0;
}
.jws-button a#custom-buttonbr span.elementor-button-content-wrapper {
  display: block;
  padding: 14px 52px 14px 52px;
  background: #ffffff;
  position: relative;
  border: 1px solid transparent;
  border-radius: 40px;
}
.jws-button a#custom-buttonbr:hover .elementor-button-content-wrapper {
  background: transparent;
  color: #ffffff;
}
.jws-button a#custom-buttonbr:hover:before {
  background-position: right center;
}
