body > .site {
  overflow: hidden;
  position: relative;
}
#elementor-lightbox-slideshow-single-img {
  display: none !important;
}
@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;
  }
}
.loading .loader {
  opacity: 1;
}
.loader {
  opacity: 0;
  position: absolute;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.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;
}
.loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke: #ffffff;
  stroke-linecap: round;
}
.jws-newsletter-popup {
  background: #ffffff;
  max-width: 840px;
  margin: 0 auto;
}
.jws-newsletter-popup .mfp-close {
  top: 0;
}
.jws-newsletter-popup .jws-form-content > .row {
  margin: 0;
}
.jws-newsletter-popup .newsletter-content {
  text-align: center;
  padding: 93px 0px;
}
.jws-newsletter-popup .sub-new-nothank {
  color: var(--third);
  text-decoration: underline;
}
.breadcrumb {
  font-size: 14px;
}
.breadcrumb .delimiter {
  margin: 0 6px;
}
.breadcrumb a {
  color: var(--body);
}
.breadcrumb .current {
  color: var(--heading);
}
.page-mail {
  padding: 60px 0;
}
.page-mail > div {
  margin-bottom: 20px;
}
.page-mail .btn-dark {
  margin-right: 10px;
}
.footer-parallax .site-content {
  position: relative;
  z-index: 1;
}
.jws-scrollbar {
  overflow-y: auto;
  scrollbar-color: #1f1f1f;
  scrollbar-width: thin;
}
.jws-scrollbar::-webkit-scrollbar {
  width: 2px;
}
.jws-scrollbar::-webkit-scrollbar-track {
  background-color: #e2e2e2;
}
.jws-scrollbar::-webkit-scrollbar-thumb {
  background-color: #8c8a8a;
}
.slick-slide:not(.slick-active) .animated {
  animation-name: unset;
}
.jws-recapcha {
  margin-top: -1px;
}
.jws-recapcha > div {
  width: auto !important;
  height: auto !important;
}
.is_stuck {
  z-index: 1;
}
.page-no-builder {
  padding: 80px 15px;
}
@-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);
  }
}
.elementor-field-group .elementor-field-textual:focus {
  box-shadow: unset;
  border-color: var(--btn-bgcolor);
}
.slick-slide:first-child {
  display: block;
}
.slick-disabled {
  opacity: 0.5;
}
a,
.slick-slide {
  outline: none !important;
}
/** Widget */
textarea::placeholder {
  opacity: 1 !important;
}
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;
  min-height: 50px;
  border: 2px solid var(--btn-bgcolor2);
  border-radius: 5px;
  padding: 3px;
}
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;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: var(--body);
  outline: none;
}
form.search-form input {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  min-height: 0;
  padding: 0 15px 0 20px;
}
form.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--text);
}
form.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--text);
}
form.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--text);
}
form.search-form button {
  font-size: 20px;
  min-width: 59px;
  cursor: pointer;
  color: var(--btn-bgcolor);
  background: var(--btn-bgcolor2);
  border-radius: 5px;
  padding: 14px 14px;
}
.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(.woocommerce-page) .site-main {
  padding: 90px 0;
}
.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(--heading);
}
.search-results .jws_search_wap .jws_search_meta {
  font-size: 14px;
  color: var(--heading);
}
.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: 24px;
  line-height: 1.5em;
  color: var(--heading);
  font-weight: 700;
}
.search-no-results p,
.error404 p {
  margin-bottom: 25px;
}
/* 404 page */
.error404 .error-404 {
  padding: 100px 0;
}
/* Sidebar Mobile */
.sidebar-mobile-wap .mfp-content {
  position: fixed;
  left: 0;
  width: 300px !important;
  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%);
}
.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 !important;
  display: block;
  text-align: center;
  background: #ffffff;
  z-index: 99;
  opacity: 0;
  font-size: 16px;
}
.backToTop.with-shadow {
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1);
  color: #000000;
}
.backToTop.with-mancolor {
  background: var(--secondary);
}
.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;
}
.jws-load-more {
  position: relative;
}
.jws-pagination-number ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 3px;
}
.jws-pagination-number ul li {
  padding: 0 4px;
}
.jws-pagination-number ul li > a.prev i,
.jws-pagination-number ul li > a.next i {
  transition: transform 0.3s linear;
  display: inline-block;
}
.jws-pagination-number ul li > a.prev:hover i,
.jws-pagination-number ul li > a.next:hover i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-pagination-number ul li > a,
.jws-pagination-number ul li > span {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #faf9ff;
  line-height: 50px;
  font-family: var(--font2);
  color: var(--heading);
  font-size: 16px;
}
.jws-pagination-number ul li > a i,
.jws-pagination-number ul li > span i {
  font-size: 14px;
  font-weight: 400;
}
.jws-pagination-number ul li > a:hover,
.jws-pagination-number ul li > .current {
  color: #fff;
  background: var(--main);
  opacity: 1;
}
.bg_main {
  background: var(--main);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--heading);
}
@media (max-width: 1024px) {
  .jws_sticky_move {
    position: unset !important;
    top: 0 !important;
    width: 100% !important;
  }
  .jws_sticky_move ~ div {
    display: none !important;
  }
  .site-main.jws-blog-archive.sidebar-right .post_sidebar {
    padding-left: 15px;
  }
  .site-main.jws-blog-archive.sidebar-left .post_sidebar {
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .site-main.jws-blog-archive.sidebar-left .post_sidebar {
    order: 12;
  }
}
@media (max-width: 767px) {
  .particles-js-canvas-el {
    display: none;
  }
  .backToTop {
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    font-size: 12px;
  }
  #jws-login-form .jws-animation form .lost-pass-link {
    font-size: 14px;
  }
}
.site-header {
  position: relative;
  z-index: 100;
}
header.header_absolute_yes {
  position: absolute;
  width: 100%;
}
.notification-slider {
  background: var(--bg-color);
  color: #fff;
  padding: 15px 0;
}
.notification-slider .slick-list.draggable {
  height: 29px !important;
}
.notification-slider .container {
  position: relative;
}
.notification-slider .container .close_btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  font-size: 15px;
}
.notification-slider .container .close_btn:hover::before {
  transform: scale(1.1);
}
.notification-slider .container a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-color: var(--secondary);
  margin-left: 20px;
}
/* Title Bar */
.jws-breadcrumbs__item--home {
  color: var(--main) !important;
}
.jws-title-bar-wrap .jws-title-bar .jws-text-ellipsis {
  font-size: 28px;
  font-weight: 700;
  color: var(--light);
  margin-bottom: 10px;
}
.jws-title-bar-wrap .jws-title-bar .jws-path {
  color: var(--light);
}
.jws-title-bar-wrap .jws-title-bar .jws-path i {
  margin-left: 12px;
  color: var(--light);
  font-size: 13px;
  font-weight: 400;
  margin-right: 12px;
}
.jws-title-bar-wrap .jws-title-bar .jws-path a {
  color: var(--main);
}
.jws-title-bar-wrap .jws-title-bar .jws-path a:hover {
  color: var(--main);
}
.jws-offcanvas-action-wrap .jws-button-wrapper {
  position: relative;
}
.jws-offcanvas-action-wrap .jws-button-wrapper:hover .account-menu-dropdown {
  transform: none;
  -webkit-transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.account-menu-dropdown {
  background: var(--light);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
  position: absolute;
  top: 100%;
  z-index: 1;
  padding: 21px 0;
  pointer-events: none;
  width: 230px;
  right: 0;
  text-align: initial;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.account-menu-dropdown ul {
  will-change: transform;
  padding: 0;
  list-style-type: none;
}
.account-menu-dropdown a {
  font-size: 14px;
  color: var(--heading);
  display: block;
  padding: 7.5px 25px;
  line-height: 20px;
}
.account-menu-dropdown a:hover {
  color: var(--main);
}
.account-menu-dropdown a i {
  margin-right: 22px;
  font-size: 17px;
}
.account-menu-dropdown .no-user {
  padding: 0 25px;
}
.account-menu-dropdown .no-user li:not(:last-child) {
  margin-bottom: 20px;
}
.account-menu-dropdown .hover_2 {
  font-weight: 700;
  border: 2px solid;
  text-align: center;
  padding: 10.5px 25px;
}
.account-menu-dropdown .hover_2:hover {
  background: var(--main);
  color: var(--light);
  border-color: var(--main);
}
.account-menu-dropdown .hover:hover {
  background: #f3f3f3;
}
.account-menu-dropdown .account-setting {
  position: relative;
}
.account-menu-dropdown .account-setting .settings {
  position: absolute;
  right: 21px;
  top: 7px;
  font-size: 17px;
  padding: 0;
}
.account-menu-dropdown .account-setting .settings:hover {
  color: var(--main);
}
.account-menu-dropdown .account-setting .name a {
  color: var(--main);
  font-weight: bold;
  display: flex;
  -webkit-display: flex;
}
.account-menu-dropdown #jws-login-form {
  padding: 7px 25px 0px;
}
.account-menu-dropdown #jws-login-form .jws-animation form p {
  margin-bottom: 15px;
}
.account-menu-dropdown #jws-login-form .message {
  margin-top: 20px;
}
.account-menu-dropdown #recaptcha6 {
  transform: scale(0.5960259999999999);
  -webkit-transform: scale(0.5960259999999999);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.account-menu-dropdown .jws-button {
  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;
  margin-bottom: 0 !important;
}
.account-menu-dropdown .jws-button .button {
  width: 50% !important;
}
.account-menu-dropdown .jws-button a {
  width: 50%;
  padding: 0;
  padding-left: 10px;
}
.account-menu-dropdown .message {
  margin-top: 20px;
  font-size: 12px;
  line-height: 23px;
  margin-bottom: 0;
}
#jws_header_default .elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_main_menu_inner > ul > li > a {
  padding: 0;
  padding-right: 25px;
}
.is-sticky {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
  width: 100%;
}
.cafe-scroll-up-sticky.is-sticky {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.cafe-row-sticky.cafe-scroll-up-sticky.is-sticky.active-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: 0.5s all !important;
}
.is-sticky.no-active-sticky {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: 0.5s all !important;
}
.cafe-sticky-row-container {
  width: 100%;
}
.site-footer {
  clear: both;
}
@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 bounceAlpha_display {
  0% {
    opacity: 0;
    transform: translateX(-7px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes bounceAlpha_hiden {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(7px);
  }
}
@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);
  }
}
@keyframes bounceAlphaUp2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  25% {
    opacity: 0;
    transform: translateY(-10px);
  }
  26% {
    opacity: 0;
    transform: translateY(10px);
  }
  55% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-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);
}
.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 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);
  }
}
@keyframes width-left-right {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes gradient {
  0% {
    background-position: 10% 50%;
  }
  50% {
    background-position: 90% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes infinite-waves {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.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);
  }
}
@-webkit-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;
}
/* Icon Social*/
a.elementor-icon.elementor-social-icon.elementor-social-icon-::before {
  display: none;
}
/*Image carousel*/
.elementor-swiper-button {
  justify-content: center;
  transition: 0.3s all;
}
/*Custom box*/
.elementor-widget-counter .elementor-counter .elementor-counter-number-prefix,
.elementor-widget-counter .elementor-counter .elementor-counter-number-suffix {
  flex-grow: unset;
}
.elementor-countdown-item {
  position: relative;
}
.elementor-countdown-item:not(:first-child)::before {
  content: ":";
  position: absolute;
  left: -13px;
  color: var(--heading);
  top: 50%;
  font-size: 30px;
  transform: translateY(-50%);
}
/* Form */
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-right: 35px;
}
.elementor-button-align-stretch .elementor-button[type="submit"] {
  width: 100%;
}
.select-caret-down-wrapper {
  display: none;
}
form .wpcf7-select.placeholder_selected,
form.elementor-form .elementor-field-type-select.elementor-field-group .elementor-field.placeholder_selected {
  opacity: 0.6;
}
/* Toggle */
.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
  font-weight: normal;
}
.elementor-toggle-item:last-child .elementor-tab-title {
  border-bottom: none;
}
/* 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;
}
.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 {
  vertical-align: middle;
}
body .elementor-social-icon {
  background: transparent;
}
.elementor-widget-heading .elementor-heading-title {
  line-height: 1.1;
}
.elementor-widget-container p {
  margin: 0;
}
.brand_slider_custom img {
  opacity: 0.5;
  transition: 0.3s all;
}
.brand_slider_custom img:hover {
  opacity: 1;
}
/* Contact Form 7 */
/* Widget Default Elementor */
.elementor-accordion-item {
  overflow: hidden;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  transition: 0.3s all;
}
.jws-particle-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
.elementor-accordion .elementor-tab-content {
  border-top: 0;
}
.elementor-section.elementor-section-height-full > .elementor-container {
  height: 100%;
}
/* 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-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;
}
.elementor-progress-bar {
  position: relative;
}
.elementor-progress-bar::before {
  content: '';
  position: absolute;
  right: 0;
  width: 9px;
  height: 9px;
  background: var(--main);
  bottom: -3px;
}
.elementor-progress-bar .elementor-progress-percentage {
  padding-right: 0px;
  margin-top: -16px;
  transition: 0.3s all;
}
div[style] .elementor-progress-percentage {
  opacity: 1;
  transition-delay: 0.5s;
}
.elementor-progress-wrapper {
  overflow: unset !important;
}
.elementor-widget-progress .elementor-title {
  display: block;
  margin-bottom: 4px;
}
.elementor-icon-box-description {
  overflow-wrap: break-word;
}
.jws-table-wrapper {
  overflow: auto;
}
.jws-table-wrapper .tooltip-content.tooltip {
  visibility: hidden;
  min-width: 100px;
  font-size: 12px;
  left: 20px;
  font-weight: 700;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px 5px;
  width: max-content;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.jws-table-wrapper .tooltip-content.tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.jws-table-wrapper span.icon_toolip {
  position: relative;
}
.jws-table-wrapper span.icon_toolip:hover .tooltip {
  visibility: visible;
}
.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 tbody td.jws-table-col .jws-table__text a.btn_main.elementor-button {
  background: transparent;
  color: var(--btn-bgcolor2);
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  border: 1px solid var(--btn-bgcolor2);
  border-radius: 5px;
  width: 100%;
}
.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;
  }
}
.jws_tongle_switch .toggle-btn {
  text-align: center;
}
.jws_tongle_switch .toggle-btn .toggle-secondary {
  color: var(--text);
}
.jws_tongle_switch .toggle-btn .toggle-primary {
  color: var(--bg-color);
}
.jws_tongle_switch .toggle-btn.active .toggle-secondary {
  color: var(--bg-color);
}
.jws_tongle_switch .toggle-btn.active .toggle-primary {
  color: var(--text);
}
.jws_tongle_switch .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  margin: 0 25px;
  vertical-align: middle;
}
.jws_tongle_switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.jws_tongle_switch input[type=checkbox] + span,
.jws_tongle_switch input[type=checkbox] + label {
  padding-left: 0;
  float: right;
  width: auto;
}
.jws_tongle_switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-color);
  -webkit-transition: 0.4s;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}
.jws_tongle_switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.jws_tongle_switch input:focus + .slider {
  box-shadow: 0 0 1px #50bfe6;
}
.jws_tongle_switch .toggle-btn.active input + .slider:before,
.jws_tongle_switch input:checked + .slider:before {
  -webkit-transform: translateX(30px) translateY(-50%);
  -ms-transform: translateX(30px) translateY(-50%);
  transform: translateX(30px) translateY(-50%);
}
.jws_tongle_switch .slider.round {
  border-radius: 34px;
}
.jws_tongle_switch .slider.round:before {
  border-radius: 50%;
}
.jws_tongle_switch .tongle_content {
  padding-top: 30px;
}
.jws_tongle_switch .tongle_item.hidden {
  display: none;
}
.jws_tongle_switch .tongle_item.jws_tongle_secondary {
  display: none;
}
.jws_tongle_switch .tongle_item.jws_tongle_secondary.active {
  display: block;
}
.form_check_agencys {
  column-gap: 5px;
  display: flex;
  flex-wrap: wrap;
}
.form_check_agencys .field_wap {
  position: relative;
}
.form_check_agencys i.jws-icon-location-pin {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.form_check_agencys .zip_code {
  padding: 14px 14px 14px 30px;
  background: #fff;
}
.form_check_agencys .zip_code::before {
  content: '\E856';
  font-size: 16px;
  font-family: 'jws_icon';
}
.form_check_agencys button {
  width: 100%;
  display: block;
  padding: 14px 18px;
  border: 0;
  border-radius: 5px;
  background: var(--btn-bgcolor2);
  color: var(--main);
}
.form_check_agencys .col1,
.form_check_agencys .col2 {
  padding: 0;
}
@media (max-width: 767px) {
  .form_check_agencys > div {
    margin-bottom: 10px;
  }
}
.jws_timeline.layout1 .jws_timeline_main {
  position: relative;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field:not(:last-child) {
  margin-bottom: 47px;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_content {
  position: relative;
  display: flex;
  -webkit-box-align: start;
  align-items: center;
  transition: 0.3s all;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_content_inner {
  padding-left: 40px;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_circle {
  transform: translateY(82px);
  margin-left: 12px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--heading);
  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.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_circle::after,
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  transition: 0.3s all;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_circle::after {
  width: 100%;
  height: 100%;
  background: var(--heading);
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_circle::before {
  display: block;
  width: 36px;
  height: 36px;
  z-index: -1;
  background: #fff;
  border: 1px solid #e2e2e2;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_content {
  border: 1px solid #e2e2e2;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 32px 34px 34px 38px;
  margin-left: 70px;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_content_image {
  flex: 0 0 280px;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_year {
  display: inline-block;
  padding: 6px 13px;
  background: var(--heading);
  color: var(--secondary);
  font-weight: 800;
  line-height: 1;
  border-radius: 8px;
  margin-bottom: 8px;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_title {
  margin-bottom: 12px;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field.active .jws_timeline_circle {
  position: relative;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field.active .jws_timeline_circle::before {
  border-color: transparent;
  animation: pulse-border 1.5s ease-out infinite;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  background: var(--secondary);
  outline: 12px solid #fff;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field:hover .jws_timeline_circle::before {
  background: var(--secondary);
  outline: 12px solid #fff;
  border-color: transparent;
}
.jws_timeline.layout1 .jws_timeline_main .jws_timeline_field:hover .jws_timeline_content {
  box-shadow: 0px 3px 15px 0px #4c4c4c26;
}
.jws_timeline.layout1 .jws_timeline_line {
  width: 1px;
  left: 20px;
  bottom: 64px;
  right: auto;
  position: absolute;
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
  background: #b7b7b7;
}
.jws_timeline.layout1 .jws_timeline_line:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  bottom: -14px;
  position: absolute;
  left: -5.6px;
}
.jws_timeline.layout2 .jws_timeline_field.active .jws_timeline_content_box {
  background: transparent;
  border: 1px dashed var(--main);
}
.jws_timeline.layout2 .jws_timeline_content_inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
.jws_timeline.layout2 .jws_timeline_date {
  padding-bottom: 38px;
  position: relative;
}
.jws_timeline.layout2 .jws_timeline_date::after {
  content: "";
  position: absolute;
  background: var(--main);
}
.jws_timeline.layout2 .jws_timeline_date .jws_timeline_circle {
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: -13px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px dashed var(--secondary);
}
.jws_timeline.layout2 .jws_timeline_date .jws_timeline_circle::before {
  content: "";
  position: absolute;
  background: var(--secondary);
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.jws_timeline.layout2 .jws_timeline_date::after {
  bottom: 0;
  width: 130%;
  height: 2px;
  left: 0;
}
.jws_timeline.layout2 .jws_timeline_month {
  font-size: 13px;
}
.jws_timeline.layout2 .jws_timeline_year {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font2);
  color: var(--heading);
}
.jws_timeline.layout2 .jws_timeline_content_box {
  margin-top: 47px;
}
.jws_timeline.layout2 .jws_timeline_title {
  margin-bottom: 12px;
  line-height: 24px;
}
.jws_timeline.layout2 .jws_timeline_desc {
  line-height: 24px;
}
@media (max-width: 820px) {
  .jws_timeline.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_content_image {
    flex: 0 0 180px;
  }
  .jws_timeline.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_content {
    padding: 34px 30px;
  }
}
@media (max-width: 767px) {
  .jws_timeline.layout1 .jws_timeline_main .jws_timeline_field:not(:last-child) {
    margin-bottom: 30px;
  }
  .jws_timeline.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_content_image {
    flex: 0 0 100%;
  }
  .jws_timeline.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_content {
    flex-wrap: wrap;
    margin-left: 45px;
  }
  .jws_timeline.layout1 .jws_timeline_main .jws_timeline_field .jws_timeline_content_inner {
    padding-top: 24px;
    padding-left: 0px;
  }
  .jws_timeline.layout2 .jws_timeline_main .jws_timeline_line {
    top: 29.5% !important;
  }
  .jws_timeline.layout2 .jws_timeline_content_inner {
    margin: 0px;
  }
  .jws_timeline.layout2 .jws_timeline_content_box {
    position: relative;
    margin-top: 40px;
  }
}
.chartselementor-pie-chart .chartselementor-chart-item-container .chartselementor-chart {
  text-align: center;
  position: relative;
}
.chartselementor-pie-chart .chartselementor-chart-item-container .chartselementor-chart .chartselementor-percent {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body {
  -webkit-tap-highlight-color: transparent;
}
.mega-has-hover > div {
  transition: 0.3s all;
}
.jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li a {
  position: relative;
  overflow: hidden;
}
.jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  top: 0px;
  width: 5px;
  background: var(--main);
  transition: 0.3s all;
  left: 0;
  height: 100%;
  transform: translateY(-100%);
}
.jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a::after,
.jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-ancestor > a::after,
.jws_main_menu.sub_skin_skin1 .jws_main_menu_inner > ul > li .sub-menu li a:hover::after {
  transform: translateY(0);
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu span#magic_line {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #f44158;
  transition: 0.2s;
  bottom: 0px;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-property: all;
  transition-duration: 0.8s;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .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 > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding-right: 24px;
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > .btn-sub-menu {
  background: transparent;
  border: none;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > .btn-sub-menu,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > a {
  text-wrap: nowrap;
  display: inline-block;
  transition: 0.3s;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-mega_menu_full_width .sub-menu-dropdown {
  left: 0;
  width: 100vw;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-mega_menu_full_width .jws_mega_sub {
  will-change: transform;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu .menu-item-has-children > a:before {
  font-family: "jws_icon";
  content: '\eaee';
  float: right;
  font-weight: 500;
  font-size: 15px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li:last-child a {
  border-bottom-width: 0px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li:last-child .sub-menu li:last-child a {
  border-bottom-width: 0px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li:last-child .sub-menu li a {
  border-bottom-width: thin;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li.current-menu-item > a {
  color: var(--main);
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li:hover > a {
  color: var(--main);
  transition: 0s all;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li a {
  display: block;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard .sub-menu li a > span {
  display: inline-block;
  transition: 0.3s all;
  will-change: transform;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .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 > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li {
  position: relative;
  margin-bottom: 0px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item-design-standard > .sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  transition: 0.3s all;
  visibility: hidden;
  pointer-events: none;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .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 > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu {
  padding: 20px 0;
  background-color: var(--white);
  list-style-type: none;
  min-width: 180px;
  background: #FFFFFF;
  box-shadow: 0px 5px 16.56px 1.44px rgba(0, 12, 127, 0.05);
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu li a {
  position: relative;
  padding: 3px 16px 3px 26px;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu-dropdown {
  left: 0px;
  position: absolute;
  top: 100%;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  transform: translatey(-15px);
  -webkit-transform: translatey(-15px);
  pointer-events: none;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  will-change: transform;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu.right,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .sub-menu-dropdown.right {
  right: 0;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li .mega_menu_full_width {
  transform: none;
  -webkit-transform: none;
  transition: 0.3s all;
  transition-delay: 0s !important;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li:hover .sub-menu,
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .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);
  transition-delay: 0.3s;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item:first-child {
  padding-left: 0 !important;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li.menu-item:last-child {
  padding-right: 0 !important;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > a {
  color: var(--menu-color);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul > li > a > i {
  margin-left: 6px;
  font-size: 14px;
  line-height: initial;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.menu-item-has-children:after {
  content: "\e876";
  font-family: 'Linearicons-Free';
  font-size: 10px;
  float: right;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .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 > .elementor-widget-container > .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 > .elementor-widget-container > .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 > .elementor-widget-container > .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 > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a {
  position: relative;
  width: auto;
  display: inline-block !important;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:before {
  content: "";
  bottom: 15%;
  left: 0;
  position: absolute;
  height: 10px;
  width: 0%;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .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 > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transition: 0.3s transform;
}
.elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:hover:before {
  width: 100%;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner {
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current-menu-item > a > span:before,
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current-menu-ancestor > a > span:before {
  width: 15px;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a > span {
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a > span:before {
  content: "";
  left: -23px;
  width: 0%;
  height: 2px;
  background: var(--secondary);
  bottom: 9px;
  position: absolute;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-animation-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a:hover > span:before {
  width: 15px;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current_page_item > a span:before,
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current-menu-item > a span:before,
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li.current-menu-ancestor > a span:before {
  width: 100%;
  left: 0;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a > span {
  position: relative;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a > span:before {
  content: "";
  right: 0;
  width: 0%;
  height: 1px;
  background: currentColor;
  bottom: 0;
  position: absolute;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-line > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > .nav > li > a:hover > span:before {
  width: 100%;
  left: 0;
}
.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.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.menu-item-has-children:after {
  content: "\e876";
  font-family: 'Linearicons-Free';
  font-size: 10px;
  float: right;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li.current-menu-item > a,
.elementor_jws_menu_layout_menu_vertical .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_vertical .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_vertical .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_vertical .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a {
  position: relative;
  width: auto;
  display: inline-block;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:before {
  content: "";
  bottom: 15%;
  left: 0;
  position: absolute;
  height: 10px;
  width: 0%;
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_vertical .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_vertical .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transition: 0.3s all;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu.sub_skin_skin2 .jws_main_menu_inner > ul > li .sub-menu li a:hover:before {
  width: 100%;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li {
  margin-bottom: 14px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu .jws_main_menu_inner > ul > li button {
  border-radius: 0px;
}
.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 a {
  font-weight: 400;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul {
  padding: 0;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s all;
  position: relative;
  margin-bottom: 3px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .btn-sub-menu {
  background: none;
  border: none;
  font-size: 20px;
  width: 57px;
  padding: 0;
  display: block;
  text-align: right;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .btn-sub-menu:before {
  display: inline-block;
  transition: 0.3s all;
}
.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 {
  margin-top: 3px;
  width: 100% !important;
  display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu li a {
  padding: 3px 0px 3px 16px;
}
.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 .sub-menu li a {
  padding: 8px 0px 8px 32px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li .sub-menu li .sub-menu li .sub-menu li a {
  padding: 8px 0px 8px 48px;
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li a {
  display: block;
  width: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: var(--menu-color);
}
.elementor_jws_menu_layout_menu_vertical .jws_main_menu ul li.active > .btn-sub-menu:before {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.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;
}
.jws_main_menu_inner.menu-toggle {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  position: absolute;
  left: 0;
  right: auto;
  background: #fff;
  transition: .4s;
  z-index: 999;
  border: 3px solid var(--heading);
  width: 100%;
  z-index: 2;
  padding: 22px 0;
  top: calc(100% - 3px);
}
.jws_main_menu_inner.menu-toggle.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.jws_main_menu_inner.menu-toggle .nav li:last-child a {
  border: 0 !important;
}
.toggle-menu-title {
  margin: 0;
  background: var(--heading);
  padding: 14px 15px 14px 27px;
}
.toggle-menu-title i {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 15px;
  float: left;
}
.toggle-menu-title a {
  color: var(--light);
  font-weight: 500;
  font-size: 15px;
  display: block;
}
@media (max-width: 767px) {
  .elementor_jws_menu_layout_menu_horizontal > .elementor-widget-container > .jws_main_menu > .jws_main_menu_inner > ul {
    overflow: auto;
    justify-content: flex-start;
  }
}
.jws_video_popup .text {
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary);
  margin-left: 20px;
}
.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: 2px solid var(--main);
  opacity: 0.1;
}
.jws_video_popup.video-border_ani .jws_video_popup_inner a::after {
  position: absolute;
  display: block;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  content: "";
  border: 1px solid var(--main);
  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: 2px solid var(--main);
  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 .box-icon {
  display: inline-block;
  text-align: center;
}
.jws-info-box.layout1 .jws-info-box-inner {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.jws-info-box.layout1 .jws-info-box-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: var(--main);
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.jws-info-box.layout1 .jws-info-box-inner:hover::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.jws-info-box.layout1 .jws-info-box-inner:hover .box-more {
  color: var(--btn-bgcolor);
}
.jws-info-box.layout1 .jws-info-box-inner:hover .box-more .text,
.jws-info-box.layout1 .jws-info-box-inner:hover .box-more i {
  width: 100%;
}
.jws-info-box.layout1 .jws-info-box-inner:hover .box-more .text {
  opacity: 1;
}
.jws-info-box.layout1 .box-icon {
  margin-bottom: 5px;
}
.jws-info-box.layout1 .box-title {
  color: var(--heading);
  font-weight: 800;
  margin-bottom: 9px;
}
.jws-info-box.layout1 .box-title .info_serial {
  color: var(--secondary);
}
.jws-info-box.layout1 .box-content {
  position: relative;
  color: var(--body);
  margin-bottom: 10px;
}
.jws-info-box.layout1 .box-content .serial {
  position: absolute;
  font-weight: 800;
  font-size: 154.219px;
  color: #FFFFFF;
  opacity: 0.05;
  left: 0;
  right: 0;
  top: 10px;
}
.jws-info-box.layout1 .box-more {
  display: flex;
  transition: 0.3s all;
  font-size: 15px;
  font-weight: 700;
}
.jws-info-box.layout1 .box-more .text {
  display: block;
  white-space: nowrap;
  transition: opacity 0.35s ease 0s,width 0.35s ease, transform 0.35s ease 0s;
  text-transform: none;
  width: 0;
  opacity: 0;
}
.jws-info-box.layout1 .box-more i {
  margin-left: 10px;
  font-size: 22px;
}
.jws-info-box.layout2 {
  position: relative;
}
.jws-info-box.layout2 .info_serial {
  font-size: 70px;
  font-family: var(--font2);
  font-weight: 800;
  color: #646f791a;
  position: absolute;
  right: 30px;
  top: 0;
  line-height: 50px;
}
.jws-info-box.layout2 a {
  position: relative;
  font-weight: 800;
  color: var(--secondary);
}
.jws-info-box.layout2 a i {
  display: inline-block;
  -webkit-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.jws-info-box.layout2 a:hover i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-info-box.layout2 .jws-info-box-inner {
  text-align: center;
}
.jws-info-box.layout2 .jws-info-box-inner .box-icon {
  margin-bottom: 20px;
}
.jws-info-box.layout2 .jws-info-box-inner .info_content {
  flex: 1;
  position: relative;
}
.jws-info-box.layout2 .jws-info-box-inner .info_content .box-title {
  font-weight: 800;
  margin-bottom: 16px;
}
.jws-info-box.layout2 .jws-info-box-inner .info_content .box-content {
  margin-bottom: 16px;
}
.jws-info-box.layout2 .box-more {
  transition: 0.3s all;
}
.jws-info-box.layout2 .box-more i {
  margin-left: 8px;
  font-size: 14px;
}
.jws-info-box.layout2 .box-more i:before {
  font-weight: 700;
}
.jws-info-box.layout3 .jws-info-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.jws-info-box.layout3 .jws-info-box-inner .info_content .box-title {
  transition: all 0.3s linear;
}
.jws-info-box.layout3 .jws-info-box-inner .box-icon {
  color: #fff;
  transition: all 0.3s linear;
  width: 60px;
  height: 60px;
  background: var(--main);
  display: flex;
  justify-content: center;
  line-height: 24px;
  align-items: center;
  border-radius: 100%;
  margin-bottom: 40px;
  outline: solid 6px #fff;
  box-shadow: 5.035px 6.217px 21px 0px rgba(40, 32, 132, 0.1);
}
.jws-info-box.layout4 .jws-info-box-inner {
  background: #fff;
  border: 1px solid #f4f4f2;
}
.jws-info-box.layout4 .jws-info-box-inner .box-more {
  margin-top: 72px;
  background: #fff;
  color: var(--heading);
}
.jws-info-box.layout4 .jws-info-box-inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: var(--main);
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.jws-info-box.layout4 .jws-info-box-inner:hover {
  background: var(--heading);
  box-shadow: 0px 3px 54px 0px rgba(76, 76, 76, 0.3);
}
.jws-info-box.layout4 .jws-info-box-inner:hover::after {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.jws-info-box.layout4 .jws-info-box-inner:hover .info_serial {
  color: #fefefe80;
}
.jws-info-box.layout4 .jws-info-box-inner:hover .box-title {
  color: #fff;
}
.jws-info-box.layout4 .jws-info-box-inner:hover .box-more {
  background: var(--btn-bgcolor);
}
.jws-info-box.layout5 .jws-info-box-inner,
.jws-info-box.layout4 .jws-info-box-inner {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.jws-info-box.layout5 .jws-info-box-inner .info_serial,
.jws-info-box.layout4 .jws-info-box-inner .info_serial {
  font-size: 14px;
  color: #0d242e80;
  margin-bottom: -1px;
  transition: 0.3s;
}
.jws-info-box.layout5 .jws-info-box-inner .box-more,
.jws-info-box.layout4 .jws-info-box-inner .box-more {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  font-size: 21.33px;
  font-weight: 800;
  transition: 0.3s all;
}
.jws-info-box.layout5 .jws-info-box-inner .box-more .text,
.jws-info-box.layout4 .jws-info-box-inner .box-more .text {
  display: block;
  transform-origin: center;
}
.jws-info-box.layout5 .jws-info-box-inner:hover .info_serial,
.jws-info-box.layout4 .jws-info-box-inner:hover .info_serial {
  color: #fefefe80;
}
.jws-info-box.layout5 .jws-info-box-inner:hover .box-title,
.jws-info-box.layout4 .jws-info-box-inner:hover .box-title {
  color: #fff;
}
.jws-info-box.layout5 .jws-info-box-inner:hover .box-more .text,
.jws-info-box.layout4 .jws-info-box-inner:hover .box-more .text {
  transform: rotate(1turn);
  transition: 0.5s;
}
.jws-info-box.layout5 .jws-info-box-inner {
  background: var(--heading);
}
.jws-info-box.layout5 .jws-info-box-inner .box-icon {
  background: var(--main);
  border-radius: 50%;
  margin-bottom: 32px;
}
.jws-info-box.layout5 .jws-info-box-inner .box-icon svg {
  vertical-align: middle;
}
.jws-info-box.layout5 .jws-info-box-inner .box-icon svg path {
  fill: #fff;
}
.jws-info-box.layout5 .jws-info-box-inner .box-title {
  margin-bottom: 22px;
}
.jws-info-box.layout5 .jws-info-box-inner .box-content {
  margin-bottom: 40px;
}
.jws-info-box.layout5 .jws-info-box-inner .box-more {
  border: 1px solid #fff;
}
.jws-info-box.layout5 .jws-info-box-inner .box-more,
.jws-info-box.layout5 .jws-info-box-inner .box-icon,
.jws-info-box.layout5 .jws-info-box-inner .info_serial,
.jws-info-box.layout5 .jws-info-box-inner .box-more,
.jws-info-box.layout5 .jws-info-box-inner .box-content,
.jws-info-box.layout5 .jws-info-box-inner .box-title {
  color: #fff;
  position: relative;
}
.jws-info-box.layout5 .jws-info-box-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--secondary);
  opacity: 0;
  width: 100%;
  height: 100%;
}
.jws-info-box.layout5 .jws-info-box-inner:hover::before {
  opacity: 0.9;
}
.jws-info-box.layout5 .jws-info-box-inner:hover .box-icon {
  background: var(--heading);
}
.jws-info-box.layout5 .jws-info-box-inner:hover .box-more {
  background: #fff;
  color: var(--heading);
}
.jws-info-box.layout6 .info_content {
  text-align: center;
  position: relative;
}
.jws-info-box.layout6 .info_content .box-title {
  margin-bottom: 15px;
}
.jws-info-box.layout6 .info_content .info_serial {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  font-size: 132.46px;
  transform: translateY(-50%);
  line-height: 100px;
}
.jws-info-box.layout6 .info_content .box-content,
.jws-info-box.layout6 .info_content .box-more,
.jws-info-box.layout6 .info_content h5 {
  position: relative;
}
@media (min-width: 768px) {
  .jws-info-box.layout2 .jws-info-box-inner {
    display: flex;
    text-align: left;
  }
  .jws-info-box.layout2 .jws-info-box-inner .box-icon {
    margin-right: 18px;
    width: 80px;
  }
  .jws-info-box.layout2 .jws-info-box-inner .info_content {
    flex: 1;
  }
}
.jws-nav-carousel.top > div:before,
.jws-nav-carousel.middle > div:before,
.jws-nav-carousel.bottom > div:before {
  font-family: "jws_icon";
}
.jws_testimonials_slider_wrap .bottom ul li {
  margin: 0 3px;
}
.jws_testimonials_slider_wrap .custom_dots ul li {
  display: inline-block;
}
.jws-carousel .jws-nav-carousel.middle > div {
  position: absolute;
  top: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  color: var(--headig);
  font-size: 12px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #efefff;
  border-radius: 50%;
  transition: all 0.3s;
  color: var(--btn-bgcolor);
}
.jws-carousel .jws-nav-carousel.middle > div:hover {
  background: var(--btn-bgcolor);
  color: #fff;
}
.jws-carousel .jws-nav-carousel.middle .jws-button-prev {
  left: 0px;
}
.jws-carousel .jws-nav-carousel.middle .jws-button-next {
  right: 0px;
}
.jws-carousel .jws-nav-carousel.bottom,
.jws-carousel .jws-nav-carousel.top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
.jws-carousel .jws-nav-carousel.bottom {
  column-gap: 15px;
}
.jws-carousel .jws-nav-carousel.bottom > div {
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--btn-bgcolor);
  color: #fff;
  border-radius: 100%;
  transition: all 0.3s;
}
.jws-carousel .jws-nav-carousel.bottom > div:hover {
  background-color: var(--btn-bgcolor2);
}
.jws-carousel .jws-nav-carousel.bottom > div.jws-button-next {
  margin-left: 1px;
}
.jws-carousel .jws-nav-carousel.top {
  justify-content: flex-end;
  margin-bottom: 68px;
}
.jws-carousel .jws-nav-carousel.top > div {
  cursor: pointer;
  opacity: 0.5;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border: 1px solid var(--body);
  text-align: center;
  border-radius: 100%;
  transition: opacity 0.3s;
}
.jws-carousel .jws-nav-carousel.top > div.jws-button-next {
  margin-left: 10px;
}
.jws-carousel .jws-nav-carousel.top > div:hover {
  opacity: 1;
  transition: opacity 0.3s;
}
.jws-carousel.layout1 .slider-content .footer_testimonial .testimonials-avatar,
.jws-carousel.layout2 .slider-content .footer_testimonial .testimonials-avatar {
  display: inline-block;
  max-height: 60px;
  margin-right: 8px;
  max-width: 60px;
  font-size: 30px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}
.jws-carousel.layout1 .slider-content .footer_testimonial .testimonials-avatar.no_thumbnail,
.jws-carousel.layout2 .slider-content .footer_testimonial .testimonials-avatar.no_thumbnail {
  background: var(--heading);
}
.jws-carousel.layout1 .slider-content .footer_testimonial .testimonials-avatar > i,
.jws-carousel.layout2 .slider-content .footer_testimonial .testimonials-avatar > i {
  width: 100%;
  display: block;
  height: 100%;
  line-height: 60px;
}
.jws-carousel.layout1 .slider-content .footer_testimonial .testimonials-avatar img,
.jws-carousel.layout2 .slider-content .footer_testimonial .testimonials-avatar img {
  object-fit: cover;
  width: 100%;
}
.jws-carousel.layout1 .slider-content .testimonials-info,
.jws-carousel.layout2 .slider-content .testimonials-info {
  display: inline-block;
}
.jws-carousel.layout3 .testimonials_title {
  font-size: 18px;
}
.jws-carousel.layout3 .slider-content {
  display: flex;
  align-items: center;
}
.jws-carousel.layout3 .slider-content .testimonials-info {
  margin-top: 25px;
}
.jws-carousel.layout3 .slider-content .testimonials_header {
  position: relative;
}
.jws-carousel.layout3 .slider-content .testimonials-description {
  font-style: italic;
  line-height: 1.5;
  font-size: 24px;
}
.jws-carousel.layout3 .slider-content .insurance {
  position: absolute;
  width: 53px;
  height: 69px;
  background: url('https://temporal.primernivelseguros.com/wp-content/themes/insurtech/assets/image/insurance.png');
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  left: 40px;
}
.jws-carousel.layout3 .slider-content .testimonials-avatar {
  background: #fff;
  font-size: 30px;
  color: #fff;
  text-align: center;
  width: 100%;
  overflow: hidden;
  border-radius: 100%;
  border: 8px solid #fff;
}
.jws-carousel.layout3 .slider-content .testimonials-avatar i {
  line-height: 80px;
  background: var(--main);
  width: 100%;
  display: block;
}
.jws-carousel.layout3 .slider-content img {
  max-width: 80px;
  max-height: 80px;
  object-fit: cover;
}
.jws-carousel.layout3 .slider-content .jws_testimonial_content {
  padding-left: 74px;
}
.jws-carousel.layout2 .slider-nav.slider_avatar {
  max-width: 232px;
  margin: auto;
  margin-bottom: 15px;
}
.jws-carousel.layout2 .slider-nav.slider_avatar .testimonials-avatar.slick-slide.slick-current.slick-active + .slick-slide.testimonials-avatar {
  transform: scale(0.5) translate(-105px, 47px);
}
.jws-carousel.layout2 .slider-nav.slider_avatar .testimonials-avatar {
  border-radius: 100%;
  max-height: 134px;
  transition: transform 0.35s, opacity 0.3s;
  transform: scale(0.5) translate(105px, 47px);
}
.jws-carousel.layout2 .slider-nav.slider_avatar .testimonials-avatar.no_thumbnail i {
  width: 134px;
  height: 100%;
  display: block;
  background: var(--heading);
  font-size: 30px;
  color: #fff;
  text-align: center;
  z-index: 1;
  position: relative;
  line-height: 134px;
  border-radius: 100%;
}
.jws-carousel.layout2 .slider-nav.slider_avatar .testimonials-avatar .quote {
  opacity: 0;
  transition: opacity 0.3s;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  min-width: 30px;
  min-height: 30px;
  background: #f44158;
  border-radius: 100%;
}
.jws-carousel.layout2 .slider-nav.slider_avatar .testimonials-avatar img {
  filter: grayscale(1);
  position: relative;
  border: 0px solid transparent;
  border-radius: 100%;
  width: 134px;
  height: 134px;
  object-fit: cover;
}
.jws-carousel.layout2 .slider-nav.slider_avatar .testimonials-avatar::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: conic-gradient(#f44158, #ffffff, #f44158, #ffffff, #f44158, #ffffff, #f44158, #ffffff, #f44158);
  border-radius: 100%;
  animation-name: rotate;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transition: all 0.3s;
  opacity: 0;
}
.jws-carousel.layout2 .slider-nav.slider_avatar .testimonials-avatar.slick-slide.slick-current.slick-active {
  transform: scale(1);
  z-index: 1;
  position: relative;
}
.jws-carousel.layout2 .slider-nav.slider_avatar .testimonials-avatar.slick-slide.slick-current.slick-active .quote {
  opacity: 1;
}
.jws-carousel.layout2 .slider-nav.slider_avatar .testimonials-avatar.slick-slide.slick-current.slick-active img {
  border: 3px solid transparent;
  filter: unset;
}
.jws-carousel.layout2 .slider-nav.slider_avatar .testimonials-avatar.slick-slide.slick-current.slick-active::before {
  opacity: 1;
}
.jws-carousel.layout2 .slider-content {
  text-align: center;
  padding: 0 50px;
}
.jws-carousel.layout2 .slider-content .testimonials-description {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
}
.jws-carousel.layout2 .slider-content .footer_testimonial {
  position: relative;
}
.jws-carousel.layout2 .slider-content:hover {
  transition: 0.3s all;
  box-shadow: unset;
}
.jws-carousel.layout1 .slider-content {
  padding: 35px 32px 40px;
  background: #fff;
  border-radius: 3px;
}
.jws-carousel.layout1 .slider-content .testimonials-info .testimonials_job {
  font-size: 15px;
}
.jws-carousel.layout1 .slider-content .testimonials-info .testimonials_title {
  margin-bottom: 0px;
}
.jws-carousel.layout1 .slider-content .testimonials-description {
  line-height: 28px;
}
.jws-carousel.layout1 .slider-content .footer_testimonial {
  margin-top: 20px;
}
.jws-carousel.layout1 .slider-content .header_testimonial .testimonials_icon {
  font-size: 60px;
  line-height: 60px;
  opacity: 0.1;
  color: var(--secondary);
}
.jws-carousel.layout1 .slider-content .header_testimonial .testimonials_icon:before {
  display: block;
  transform: rotate(-180deg);
}
.jws-carousel.layout1 .slider-content .average-rating .jws-star-rating {
  width: 90px;
  position: relative;
  height: 24px;
  display: inline-block;
}
.jws-carousel.layout1 .slider-content .average-rating .jws-star-rating .jws-star-rated {
  position: absolute;
  overflow: hidden;
  height: 100%;
  display: block;
}
.jws-carousel.layout1 .slider-content .average-rating .jws-star-rating .jws-star-rated::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005\f005\f005\f005\f005";
  font-weight: 900;
  left: 0;
  top: 0;
  position: absolute;
  font-size: 13px;
  letter-spacing: 4px;
  text-indent: 0;
  color: #f6cc24;
}
@media (max-width: 767px) {
  .jws_testimonials_slider_wrap.layout2 .slider-content .testimonials-description {
    font-size: 18px;
    line-height: 32px;
  }
  .jws_testimonials_slider_wrap.layout3 .slider-content {
    flex-wrap: wrap;
  }
  .jws_testimonials_slider_wrap.layout3 .slider-content .jws_testimonial_content {
    flex: 0 0 100%;
    padding-left: 0px;
    padding-top: 24px;
  }
  .jws_testimonials_slider_wrap.layout3 .slider-content .testimonials-description {
    font-size: 20px;
  }
  .jws_testimonials_slider_wrap.layout3 .slider-content .testimonials-info {
    margin-top: 24px;
  }
}
.slick-dots {
  text-align: center;
}
.blog_dots ul li {
  display: inline-block;
}
nav.custom_navs {
  z-index: 1;
}
nav.custom_navs button {
  border: none;
  background: #0b0b0b1a;
  width: 40px;
  height: 40px;
  color: #000;
  border-radius: 100%;
  font-size: 11px;
}
nav.custom_navs button:hover {
  background: var(--btn-bgcolor2);
}
nav.custom_navs.bottom {
  text-align: center;
  letter-spacing: 10px;
  position: relative;
}
nav.custom_navs.middle button {
  position: absolute;
  top: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  font-size: 12px;
  width: auto;
  height: auto;
  border-radius: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
}
nav.custom_navs.middle button.prev-item {
  left: 0;
}
nav.custom_navs.middle button.next-item {
  right: 0;
}
.post_cat a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 7px;
  padding: 7px 10px;
  background: #f44158;
  border-radius: 3px;
  line-height: 1;
  font-size: 13px;
  color: #fff;
}
.post_cat a .cat_title {
  position: relative;
  z-index: 1;
}
.meta_infor {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
}
.meta_infor .jws-post-author {
  text-transform: capitalize;
}
.entry-date,
.jws-post-author {
  font-size: 14px;
  color: var(--text);
}
.entry-date:hover,
.jws-post-author:hover {
  color: var(--secondary);
}
.entry-date > i,
.jws-post-author > i {
  margin-right: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: var(--secondary);
  border-radius: 100%;
  color: #000;
  font-size: 14px;
}
section.no-results.not-found {
  padding-bottom: 60px;
}
.search_content.jws-blog-archive .jws_blog_grid .jws_blog_item {
  margin-bottom: 0px;
}
.search_content.jws-blog-archive .jws_blog_grid .jws_blog_item:not(:last-child) .jws_post_wap {
  border-bottom: 1px solid #d1d1d1;
}
.search_content.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap {
  background: transparent;
  padding: 5% 0%;
  border-radius: 0px;
}
.entry-date > span {
  display: inline-block;
  margin-right: 8px;
}
.jws_blog_layout3 .jws_post_quote,
.jws-blog-archive .jws_post_quote,
.jws_blog_layout3 .jws_post_link,
.jws-blog-archive .jws_post_link {
  min-height: unset;
  padding: 9% 6%;
}
.jws_blog_layout3 .jws_post_quote .link_icon,
.jws-blog-archive .jws_post_quote .link_icon,
.jws_blog_layout3 .jws_post_link .link_icon,
.jws-blog-archive .jws_post_link .link_icon {
  font-size: 8rem;
  left: 7%;
  top: 30%;
}
.jws_blog_layout3 .link_text,
.jws-blog-archive .link_text {
  line-height: initial;
}
.jws-blog-archive {
  padding: 50px 0 0px;
}
.jws-blog-archive.sidebar-right .post_sidebar {
  padding-left: 20px;
}
.jws-blog-archive.sidebar-left .post_sidebar {
  padding-right: 50px;
}
.jws-blog-archive .jws-pagination-number {
  margin-top: 34px;
}
.jws-blog-archive .jws-pagination-number ul {
  justify-content: center;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item {
  margin-bottom: 45px;
}
.jws-blog-archive .jws_blog_grid .jws_blog_item .jws_post_wap .entry-title {
  margin: 14px 0px 16px;
}
.jws_blog_item {
  margin-bottom: 30px;
}
.jws_blog_item.video .bg_overlay {
  display: none !important;
}
.jws_blog_item .jws_post_readmore {
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 16px;
  color: var(--main);
  margin-top: 12px;
}
.jws_blog_item .jws_post_readmore .jws_icon {
  font-size: 22px;
  vertical-align: middle;
}
.jws_blog_item .jws_post_readmore .jws_icon i {
  display: inline-block;
}
.jws_blog_item .jws_post_readmore:hover {
  color: var(--btn-bgcolor);
  transition: .3s ease;
}
.jws_blog_item .jws_post_readmore:hover .jws_icon i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-blog-element {
  position: relative;
  /*General style*/
}
.jws-blog-element .jws_post_image {
  overflow: hidden;
  position: relative;
}
.jws-blog-element .jws_post_image img {
  width: 100%;
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.jws-blog-element .jws_blog_item .jws_post_wap.no_thumbnail {
  background: #e8f3fc;
  padding: 5% 6%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 3px;
}
.jws-blog-element .jws_blog_item .jws_post_wap.no_thumbnail .jws_post_content {
  padding: 0px;
  max-width: 100%;
  flex: 100%;
}
.jws-blog-element .jws_blog_item .jws_post_wap:hover .jws_post_image img {
  transform: scale(1.1);
}
.jws-blog-element .jws_blog_slider.enable_left_mode .slick-list.draggable {
  padding-left: 0px !important;
}
.jws-blog-element .jws_blog_slider.row .jws_blog_item {
  padding: 0 15px;
}
.jws-blog-element .entry-title {
  margin-bottom: 16px;
  line-height: 24px;
}
.jws-blog-element .entry-title a:hover {
  color: var(--secondary);
}
.jws-blog-element .jws_post_wap .jws_post_image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.jws-blog-element .jws_post_wap .jws_post_content .jws_post_meta {
  display: flex;
  flex-wrap: wrap;
  line-height: 20px;
  color: #0d242e80;
}
.jws-blog-element .jws_post_wap .jws_post_content .jws_post_excerpt {
  margin-bottom: 16px;
}
.jws_blog_layout1 .jws_post_wap {
  position: relative;
}
.jws_blog_layout1 .jws_post_wap:hover .jws_post_content {
  transform: translateY(50%);
  opacity: 1;
}
.jws_blog_layout1 .jws_post_content {
  opacity: 0;
  background: #fff;
  padding: 25px 40px;
  border-radius: 5px;
  max-width: 410px;
  position: absolute;
  bottom: 0;
  left: 6%;
  transition: transform 0.3s,opacity 0.3s;
  transform: translateY(0%);
}
.jws_blog_layout1 .jws_post_image {
  border-radius: 5px;
}
.jws_blog_layout3 .jws_blog_item .entry-title,
.jws_blog_layout4 .jws_blog_item .entry-title {
  margin-bottom: 10px;
}
.jws_blog_layout3 .jws_blog_item .jws_post_wap,
.jws_blog_layout4 .jws_blog_item .jws_post_wap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image,
.jws_blog_layout4 .jws_blog_item .jws_post_wap .jws_post_image {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.jws_blog_layout3 .jws_blog_item .jws_post_wap .jws_post_image img,
.jws_blog_layout4 .jws_blog_item .jws_post_wap .jws_post_image img {
  min-height: 100%;
  object-fit: cover;
}
.jws_blog_layout2 .jws_post_wap .entry-title {
  margin-bottom: 17px;
}
.jws_blog_layout2 .jws_post_wap .post_cat {
  position: absolute;
  bottom: 2%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 25px;
}
.jws_blog_layout2 .jws_post_wap .jws_post_image {
  border-radius: 5px;
}
.jws_blog_layout2 .jws_post_wap .jws_post_content {
  padding: 23px 20px 0px;
}
.jws_pagination {
  text-align: center;
}
.jws_pagination .jws-load-more {
  font-family: var(--font2);
  background: var(--btn-bgcolor2);
  color: var(--btn-color);
  padding: 18px 32px;
  display: inline-block;
  font-weight: 800;
  border-radius: 3px;
  margin-top: 12px;
}
.jws_pagination .jws-load-more .icon_load_more {
  display: inline-block;
  padding-left: 12px;
  font-weight: 400;
  font-size: 18px;
}
.jws_pagination .jws-load-more .has-loading {
  transition: 0.3s all;
}
.jws_pagination .jws-load-more.loading .icon_btn,
.jws_pagination .jws-load-more.loading .has-loading {
  opacity: 0;
}
.jws_pagination .jws-load-more:hover {
  background: var(--btn-bgcolor);
  color: #fff;
}
.jws_pagination .jws-load-more:hover .icon_load_more {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws_pagination .loader {
  position: absolute;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.jws_pagination .loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.jws_pagination .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;
}
.jws_pagination .loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke: #ffffff;
  stroke-linecap: round;
}
.jws_post_quote,
.jws_post_link {
  padding: 18% 9%;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.jws_post_quote .link_icon,
.jws_post_link .link_icon {
  display: block;
  font-size: 70px;
  position: absolute;
  left: 11%;
  top: 17%;
  opacity: 0.05;
}
.jws_post_quote .quote_name,
.jws_post_link .quote_name,
.jws_post_quote .link_name,
.jws_post_link .link_name {
  padding-top: 32px;
}
.jws_post_quote {
  background-color: #f1f6fe;
}
.jws_post_quote::before {
  content: url(https://temporal.primernivelseguros.com/wp-content/themes/insurtech/assets/image/quote_min.png);
  position: absolute;
  bottom: 0;
  right: -13%;
}
.jws_post_quote .jws_quote_excerpt {
  color: var(--heading);
  line-height: 36px;
  max-width: 763px;
  margin: 0 auto;
  position: relative;
}
.jws_post_quote .quote_name {
  font-size: 15px;
  color: var(--main);
  font-family: var(--font2);
  font-weight: 300;
  letter-spacing: 1px;
}
.jws_post_link {
  background-color: #fff4ef;
}
.jws_post_link::before {
  content: url(https://temporal.primernivelseguros.com/wp-content/themes/insurtech/assets/image/link_min.png);
  position: absolute;
  bottom: 0;
  right: -13%;
}
.jws_post_link .jws_link_content {
  position: relative;
  max-width: 763px;
  margin: 0 auto;
}
.jws_post_link .link_name {
  font-size: 15px;
  font-weight: 300;
  margin: 0px;
}
.jws_post_link .link_name a {
  color: var(--main);
}
.jws-post-gallery .jws-post-gallery-item {
  overflow: hidden;
}
.jws-post-gallery .jws-carousel-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 30px;
  height: 50px;
  margin-top: -30px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  background: #151b261a;
}
.jws-post-gallery .jws-carousel-btn.prev-item {
  left: 30px;
}
.jws-post-gallery .jws-carousel-btn.next-item {
  right: 30px;
}
.video_format {
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video_format a {
  display: inline-block;
  position: relative;
  transition: 0s all;
  line-height: inherit;
  border: 1px solid rgba(255, 255, 255, 0.502);
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.video_format a:after {
  position: absolute;
  display: block;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  content: "";
  border: 1px solid #fff;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  -webkit-animation: load-spin 3s infinite linear;
  animation: load-spin 3s infinite linear;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.elementor-nav-slider-align-center .custom_navs {
  margin: 0 auto;
}
.elementor-nav-slider-align-right .custom_navs {
  margin-left: auto;
}
@media (min-width: 768px) {
  .jws_post_quote,
  .jws_post_link {
    min-height: 414px;
  }
  .link_text {
    line-height: 36px;
  }
  .jws_blog_layout3 .jws_post_image {
    max-width: 30%;
  }
  .jws_blog_layout3 .jws_post_content {
    padding-left: 1rem;
    flex: calc(70%);
    max-width: calc(70%);
  }
  .jws_blog_layout4 .jws_post_image {
    max-width: 48%;
  }
  .jws_blog_layout4 .jws_post_content {
    padding-left: 3.5rem;
    flex: calc(52%);
    max-width: calc(52%);
  }
}
@media (max-width: 991px) {
  .site-main.jws-blog-archive.sidebar-right .post_sidebar {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .jws_blog_layout1 .jws_post_wap .jws_post_content {
    position: relative;
    transform: translateY(-12%);
    opacity: 1;
    left: 0;
  }
  .jws_blog_layout1 .jws_post_wap:hover .jws_post_content {
    transform: translateY(-12%);
  }
  .jws_post_link::before {
    right: -28%;
  }
  .jws_blog_layout4 .jws_post_content,
  .jws_blog_layout3 .jws_post_content {
    padding-top: 1rem;
  }
  .jws-blog-element .jws_blog_item.true .jws_post_image {
    width: 100%;
  }
  .jws-blog-element .jws_blog_item.true .jws_post_content {
    width: 100%;
    padding: 17px 0 0 0px !important;
  }
}
.team-icon-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.jws-team-archive {
  margin-bottom: 30px;
  margin-top: 60px;
}
.jws-team-archive .jws_team_item {
  margin-bottom: 30px;
}
.jws-team-content .link .jws_team_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.jws-team-content .link .jws_team_inner .link_icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  font-size: 24px;
  line-height: 80px;
  border-radius: 100%;
  border: 1px solid #ffffff33;
  color: #fff;
}
.jws-team-content .link .jws_team_inner .team_title {
  margin-top: 24px;
  margin-bottom: 35px;
  color: #fff;
}
.jws-team-content .link .jws_team_inner .btn_cta {
  font-weight: bold;
  color: #fff;
}
.jws-team-content .link .jws_team_inner .btn_cta span {
  font-weight: 400;
  margin-left: 13px;
  display: inline-block;
}
.jws-team-content .link .jws_team_inner .btn_cta:hover {
  color: var(--secondary);
}
.jws-team-content .link .jws_team_inner .btn_cta:hover span {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-team-content.jws-team-layout1 .jws_team_image {
  position: relative;
}
.jws-team-content.jws-team-layout1 .jws_team_image .social_media {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: .3s all;
}
.jws-team-content.jws-team-layout1 .jws_team_image .social_media li {
  display: block;
  text-align: center;
}
.jws-team-content.jws-team-layout1 .jws_team_image .social_media li a {
  color: var(--light);
  font-size: 15px;
  display: block;
  line-height: 29px;
}
.jws-team-content.jws-team-layout1 .jws_team_image .social_media li a:hover {
  color: var(--secondary);
}
.jws-team-content.jws-team-layout1 .jws_team_image {
  max-width: 180px;
  max-height: 180px;
  overflow: hidden;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
}
.jws-team-content.jws-team-layout1 .jws_team_image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: conic-gradient(var(--secondary), #ffffff, var(--secondary), #ffffff, var(--secondary), #ffffff, var(--secondary), #ffffff, var(--secondary));
  border-radius: 100%;
  animation-name: rotate;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0;
  transition: all 0.3s;
}
.jws-team-content.jws-team-layout1 .jws_team_image a {
  position: relative;
  display: block;
  height: 180px;
  border-radius: 100%;
  overflow: hidden;
  border: 4px solid transparent;
}
.jws-team-content.jws-team-layout1 .jws_team_image img {
  position: relative;
  z-index: 1;
  object-fit: cover;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.jws-team-content.jws-team-layout1 .social_media {
  padding: 4px 0;
  transition: .3s all;
  border-radius: 0px 0px 5px 5px;
}
.jws-team-content.jws-team-layout1 .social_media .team-icon-list {
  letter-spacing: 32px;
}
.jws-team-content.jws-team-layout1 .social_media li {
  display: inline-block;
  text-align: center;
}
.jws-team-content.jws-team-layout1 .social_media li a {
  font-size: 16px;
  display: block;
  line-height: 29px;
}
.jws-team-content.jws-team-layout1 .social_media li a:hover {
  color: var(--secondary);
}
.jws-team-content.jws-team-layout1 .jws_team_content {
  padding-top: 15px;
  position: relative;
  text-align: center;
}
.jws-team-content.jws-team-layout1 .jws_team_content .team_job {
  margin-bottom: 7px;
  font-size: 14px;
  color: #30007fcc;
}
.jws-team-content.jws-team-layout1 .jws_team_content .description {
  margin-bottom: 25px;
  line-height: 28px;
}
.jws-team-content.jws-team-layout1 .jws_team_content .team_title {
  margin-bottom: 0px;
}
.jws-team-content.jws-team-layout1 .jws_team_content .team_title a:hover {
  color: var(--main);
}
.jws-team-content.jws-team-layout1 .jws_team_inner {
  padding: 40px 27px 40px;
  box-shadow: 0px 20px 39.6px 0.4px rgba(48, 0, 127, 0.08);
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.jws-team-content.jws-team-layout1 .jws_team_inner:hover .jws_team_image::before {
  opacity: 1;
}
.jws-team-content.jws-team-layout1 .jws_team_inner:hover .jws_team_image img {
  transform: scale(1.1);
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.jws-team-content.jws-team-layout2 .jws_team_image,
.jws-team-content.jws-team-layout3 .jws_team_image {
  position: relative;
  overflow: hidden;
}
.jws-team-content.jws-team-layout2 .social_media,
.jws-team-content.jws-team-layout3 .social_media {
  text-align: center;
  position: absolute;
  z-index: 2;
}
.jws-team-content.jws-team-layout2 .social_media:hover .team-icon-list,
.jws-team-content.jws-team-layout3 .social_media:hover .team-icon-list {
  opacity: 1;
}
.jws-team-content.jws-team-layout2 .social_list,
.jws-team-content.jws-team-layout3 .social_list {
  background: var(--secondary);
  border-radius: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s;
  z-index: 2;
}
.jws-team-content.jws-team-layout2 .social_list::before,
.jws-team-content.jws-team-layout3 .social_list::before {
  width: 80%;
  height: 80%;
  position: absolute;
  border: 1px dashed #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.jws-team-content.jws-team-layout2 .team-icon-list,
.jws-team-content.jws-team-layout3 .team-icon-list {
  top: 0;
  transition: all 0.3s;
  transform: translate(-50%, 0%);
  opacity: 0;
  width: 35px;
  font-size: 14px;
  background: var(--main);
  margin: -10px auto 0;
  padding: 24px 5px 0;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  z-index: -1;
}
.jws-team-content.jws-team-layout2 .team-icon-list li,
.jws-team-content.jws-team-layout3 .team-icon-list li {
  display: block;
}
.jws-team-content.jws-team-layout2 .team-icon-list li a,
.jws-team-content.jws-team-layout3 .team-icon-list li a {
  color: #fff;
}
.jws-team-content.jws-team-layout2 .team-icon-list li a:hover,
.jws-team-content.jws-team-layout3 .team-icon-list li a:hover {
  color: var(--secondary);
}
.jws-team-content.jws-team-layout2 .jws_team_inner:hover .social_media .social_list,
.jws-team-content.jws-team-layout3 .jws_team_inner:hover .social_media .social_list {
  opacity: 1;
  transform: scale(1);
}
.jws-team-content.jws-team-layout2 .jws_team_inner {
  position: relative;
  overflow: hidden;
}
.jws-team-content.jws-team-layout2 .jws_team_inner:hover .jws_team_content {
  transform: translateX(0);
  opacity: 1;
}
.jws-team-content.jws-team-layout2 .jws_team_inner:hover .jws_team_image::before {
  transform: translateX(0);
  opacity: 0.102;
}
.jws-team-content.jws-team-layout2 .social_list {
  width: 74px;
  font-size: 29px;
  height: 74px;
  line-height: 70px;
}
.jws-team-content.jws-team-layout2 .team-icon-list li {
  margin-bottom: 8px;
}
.jws-team-content.jws-team-layout2 .social_media {
  right: 20px;
  top: 32px;
}
.jws-team-content.jws-team-layout2 .social_media:hover .team-icon-list {
  transform: translate(-50%, 45%);
}
.jws-team-content.jws-team-layout2 .jws_team_content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: var(--bg-color);
  height: auto;
  padding: 30px 27px;
  min-width: 230px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
}
.jws-team-content.jws-team-layout2 .jws_team_image::before {
  transition: all 0.3s;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0b0b0b;
  z-index: 1;
  transform: translateX(50%);
  opacity: 0;
}
.jws-team-content.jws-team-layout2 .team_title a {
  color: #fff;
}
.jws-team-content.jws-team-layout2 .team_job {
  font-size: 14px;
  color: #eeeeee;
}
.jws-team-content.jws-team-layout3 .jws_team_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.jws-team-content.jws-team-layout3 .social_list {
  width: 60px;
  font-size: 24px;
  height: 60px;
  line-height: 54px;
}
.jws-team-content.jws-team-layout3 .jws_team_image {
  max-width: 44%;
  flex: 0 0 44%;
}
.jws-team-content.jws-team-layout3 .jws_team_image > a {
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.jws-team-content.jws-team-layout3 .team-icon-list li {
  margin-bottom: 7px;
}
.jws-team-content.jws-team-layout3 .social_media {
  left: 8px;
  top: 24px;
}
.jws-team-content.jws-team-layout3 .social_media:hover .team-icon-list {
  transform: translate(-50%, 29%);
}
.jws-team-content.jws-team-layout3 .team_job {
  line-height: 21px;
  font-size: 14px;
  color: #555a8fcc;
}
.jws-team-content.jws-team-layout3 .description {
  margin-top: 30px;
}
.jws-team-content.jws-team-layout3 .information {
  margin-top: 27px;
  padding-top: 16px;
  border-top: 1px solid #b7b7b74d;
  font-size: 15px;
}
.jws-team-content.jws-team-layout3 .information i {
  font-size: 16px;
  color: var(--secondary);
  margin-right: 12px;
}
.jws-team-content.jws-team-layout3 .information a {
  display: block;
  color: var(--text);
  margin-bottom: 1px;
}
.jws-team-content.jws-team-layout3 .information a:hover {
  color: var(--secondary);
}
.jws-team-content.jws-team-layout3 .jws_team_content {
  max-width: 56%;
  flex: 0 0 56%;
  padding-left: 35px;
}
.jws-team-content.jws-team-layout3 .jws_team_content .team_title a:hover {
  color: var(--secondary);
}
@media (max-width: 767px) {
  .jws-team-content.jws-team-layout3 .jws_team_content,
  .jws-team-content.jws-team-layout3 .jws_team_image {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .jws-team-content.jws-team-layout3 .jws_team_content {
    padding-left: 0;
    padding-top: 24px;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.jws-breadcrumbs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws-breadcrumbs li {
  display: inline;
  vertical-align: middle;
}
.jws-breadcrumbs li a {
  color: var(--third);
}
.jws-breadcrumbs li a.jws-breadcrumbs__crumb--home i {
  display: inline-block;
  padding-right: 10px;
  font-weight: 400;
}
.jws-breadcrumbs li a:hover {
  color: var(--main);
}
.jws-breadcrumbs li a .jws-icon-house {
  font-size: 16px;
}
.jws-breadcrumbs li:first-child {
  margin-left: 0 !important;
}
.jws-breadcrumbs li i {
  display: inline-block;
}
.jws_tab_wrap {
  overflow: hidden;
}
.jws_tab_wrap.display_top {
  overflow: visible;
}
.jws_tab_wrap.display_top .tab_nav_wrap ul li a:hover::before,
.jws_tab_wrap.display_top .tab_nav_wrap ul li.current a::before {
  opacity: 1;
  transform: translate(-50%, 0) rotate(180deg);
}
.jws_tab_wrap.display_top .tab_nav_wrap ul li a {
  position: relative;
}
.jws_tab_wrap.display_top .tab_nav_wrap ul li a::before {
  transition: all 0.3s;
  opacity: 0;
  background: var(--main);
  clip-path: polygon(50% 0%, 100% 50%, 50% 50%, 0% 50%);
  content: '';
  height: 11px;
  position: absolute;
  top: 83%;
  width: 12px;
  transition: 0.3s all;
  left: 50%;
  transform: translate(-50%, -70%) rotate(180deg);
}
.jws_tab_wrap.display_right .tab_nav_container {
  order: 12;
}
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap li a::after {
  left: -18px;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap li a::after {
  right: -18px;
}
.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 {
  max-width: 24%;
  width: 100%;
}
.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,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav {
  white-space: unset;
  display: block;
  overflow: unset;
  position: relative;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav::after,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #fff;
}
.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;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  margin-bottom: 1px;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav li::after,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 0;
  z-index: 1;
  background: var(--secondary);
  transition: 0.3s all;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav li:hover::after,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav li:hover::after,
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav li.current::after,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav li.current::after {
  bottom: 0;
  height: 100%;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav li a,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav li a {
  position: relative;
  white-space: unset;
  display: inline-block;
  padding: 0;
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav li a::after,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav li a::after {
  content: "";
  width: 0;
  transition: 0.3s all;
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 1px;
  background: var(--secondary);
}
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav li:hover a::after,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav li:hover a::after,
.jws_tab_wrap.display_left .tab_nav_container .tab_nav_wrap .tab_nav li.current a::after,
.jws_tab_wrap.display_right .tab_nav_container .tab_nav_wrap .tab_nav li.current a::after {
  width: 100%;
  left: 0;
}
.jws_tab_wrap .tab_nav_wrap {
  overflow: hidden;
}
.jws_tab_wrap .tab_absolute {
  position: absolute;
  z-index: 1;
}
.jws_tab_wrap .tab_nav {
  white-space: nowrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.jws_tab_wrap .tab_nav li {
  flex: none;
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.jws_tab_wrap .tab_nav li a {
  display: block;
  padding: 7px 27px;
  letter-spacing: 0;
}
.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 a:hover {
  color: var(--btn-color);
}
.jws_tab_wrap .tab_nav li a:hover:before {
  transform: rotate(50deg);
  border-radius: 0;
  transform-origin: unset;
}
.jws_tab_wrap .tab_nav li.current a {
  color: var(--btn-color);
}
.jws_tab_wrap .tab_nav li.current a:before {
  border-radius: 100%;
  transform-origin: left;
}
.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;
}
body[data-elementor-device-mode="mobile"] .jws_tab_wrap .tab_absolute {
  position: unset;
}
@media (min-width: 768px) {
  .jws_tab_wrap.display_left .tab_content {
    padding-left: 60px;
  }
  .jws_tab_wrap.display_left .tab_nav_wrap .tab_nav li {
    padding-right: 70px;
  }
  .jws_tab_wrap.display_right .tab_content {
    padding-right: 60px;
  }
  .jws_tab_wrap.display_right .tab_nav_wrap .tab_nav li {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .jws_tab_wrap.display_left .tab_nav_wrap .tab_nav li {
    padding-right: 30px;
  }
  .jws_tab_wrap.display_right .tab_nav_wrap .tab_nav li {
    padding-left: 30px;
  }
  .jws_tab_wrap.display_left .tab_nav_container,
  .jws_tab_wrap.display_right .tab_nav_container {
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .jws_tab_wrap .tab_content {
    padding-top: 24px;
  }
  .jws_tab_wrap.display_top .tab_nav_container .tab_nav_wrap .tab_nav {
    justify-content: flex-start;
  }
  .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%;
  }
}
.post_nav,
.project_nav {
  padding: 0;
  list-style-type: none;
  display: block;
}
.post_nav li,
.project_nav li {
  display: inline-block;
}
.post_nav li a,
.project_nav li a {
  display: block;
  position: relative;
}
.post_nav li a.filter-active,
.project_nav li a.filter-active {
  color: var(--main);
  border-color: var(--main);
}
.post_nav li a.filter-active::before,
.project_nav li a.filter-active::before {
  width: 100%;
  left: 0;
}
.post_nav li a::before,
.project_nav li a::before {
  content: "";
  width: 0;
  transition: 0.3s all;
  position: absolute;
  right: 0;
  bottom: -2px;
  height: 3px;
  background: var(--main);
  z-index: 1;
}
.post_nav li a:hover::before,
.project_nav li a:hover::before {
  width: 100%;
  left: 0;
}
.jws-project-archive {
  margin-top: 60px;
  margin-bottom: 60px;
}
.jws-project-archive .jws_project_item {
  margin-bottom: 24px;
}
.jws-project-archive .jws_project_item .jws_project_content {
  margin-top: 15px;
}
.jws-project-element .jws_project_wap {
  position: relative;
}
.jws-project-element .jws_project_wap .jws_project_image {
  overflow: hidden;
  position: relative;
}
.jws-project-element .jws_project_wap .jws_project_image img {
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.jws-project-element .jws_project_wap .projects_cat {
  font-size: 13px;
  line-height: 24px;
}
.jws-project-element .jws_project_wap .projects_cat a {
  color: #fff;
  background: #f44158;
  padding: 5px 12px;
  border-radius: 5px;
}
.jws-project-element .jws_project_wap .entry-title {
  margin-top: 10px;
}
.jws-project-element .jws_project_wap .jws_post_excerpt {
  margin-bottom: 20px;
}
.jws-project-element .jws_project_wap .jws_project_readmore {
  display: inline-block;
  transition: background-color 0.3s linear;
}
.jws-project-element .jws_project_wap:hover .jws_project_image img {
  transform: scale(1.1);
}
.jws-project-element .jws_project_layout1 .jws_project_content .entry-title a:hover {
  color: var(--main);
}
.jws-project-element .jws_project_layout1 .jws_project_content .jws_project_readmore {
  position: relative;
  overflow: hidden;
  display: block;
}
.jws-project-element .jws_project_layout1 .jws_project_content .jws_project_readmore span {
  position: relative;
}
.jws-project-element .jws_project_layout1 .jws_project_content .jws_project_readmore .jws-icon-arrow-circle-right {
  font-size: 22px;
  vertical-align: bottom;
  display: inline-block;
  -webkit-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.jws-project-element .jws_project_layout1 .jws_project_content .jws_project_readmore .line {
  display: inline-block;
  height: 1px;
  width: 0;
  transition: 0.3s all;
  background: var(--secondary);
  vertical-align: middle;
  line-height: 24px;
}
.jws-project-element .jws_project_layout1 .jws_project_content .jws_project_readmore:hover {
  color: var(--btn-color);
  border-top: transparent;
}
.jws-project-element .jws_project_layout1 .jws_project_content .jws_project_readmore:hover .line {
  width: 30px;
}
.jws-project-element .jws_project_layout2 .jws_project_wap {
  border-radius: 5px;
  overflow: hidden;
}
.jws-project-element .jws_project_layout2 .jws_project_wap:hover .jws_project_content {
  opacity: 1;
  transform: translatey(0);
}
.jws-project-element .jws_project_layout2 .jws_project_content {
  transform: translateY(50%);
  opacity: 0;
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -moz-linear-gradient(90deg, rgba(17, 17, 34, 0.85098) 0%, rgba(17, 17, 34, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(17, 17, 34, 0.85098) 0%, rgba(17, 17, 34, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(17, 17, 34, 0.85098) 0%, rgba(17, 17, 34, 0) 100%);
  box-shadow: 0px 20px 39.6px 0.4px rgba(48, 0, 127, 0.08);
  transition: opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
}
.jws-project-element .jws_project_layout2 .entry-title {
  line-height: 28px;
}
.jws-project-element .jws_project_layout2 .entry-title a {
  color: #fff;
}
.jws-project-element .custom_navs {
  text-align: center;
  word-spacing: 5px;
  letter-spacing: 0;
}
.jws-project-element .custom_navs button {
  color: #fff;
  ountline: none;
  border: none;
  width: 40px;
  height: 40px;
  background: #0b0b0b73;
  z-index: 1;
  transition: 0.3s all;
}
.jws-project-element .custom_navs button:hover {
  opacity: 1;
}
.jws-project-element .custom_navs.bottom {
  position: relative;
  z-index: 1;
}
.jws-project-element .custom_navs.default {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.jws-project-element .custom_navs.default button {
  opacity: 0.5;
}
.jws-project-element .project_slider_dots ul li {
  display: inline-block;
}
@media (max-width: 1024px) {
  .jws-project-element .custom_navs .slideshow_indicator {
    right: 6%;
  }
}
@media (max-width: 767px) {
  .jws-project-element .custom_navs .slideshow_indicator {
    display: none;
  }
}
.jws-services-archive .jws-services-item {
  margin-bottom: 30px;
}
.jws-services-archive .jws-services-item-inner {
  box-shadow: 0px 5px 24.84px 2.16px rgba(48, 0, 127, 0.06);
}
.services_dots ul li {
  display: inline-block;
}
.jws-services-element.layout4 .jws-nav-carousel.middle .slick-arrow {
  top: 35%;
}
.slideshow_indicator {
  margin-bottom: 80px;
  color: var(--heading);
}
.slideshow_indicator .inline {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #151b261a;
  vertical-align: middle;
  margin: 0 18px;
  position: relative;
}
.slideshow_indicator .inline .percent {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--heading);
  transition: width 0.3s linear;
  width: 0%;
}
.jws-services-archive {
  margin-top: 100px;
  margin-bottom: 80px;
}
.jws-services-archive .jws-services-item {
  margin-bottom: 30px;
}
.jws_filter .service-content {
  transition: 0.5s all;
}
.services_nav_container .service_nav {
  padding: 0;
  text-align: center;
  margin-bottom: 24px;
}
.services_nav_container .service_nav li {
  list-style-type: none;
  display: inline-block;
  margin: 0 10px 10px;
}
.services_nav_container .service_nav li a {
  position: relative;
  border-radius: 5px;
  padding: 5px 19px;
  display: block;
  background: #30007f33;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.services_nav_container .service_nav li a.filter-active {
  background: var(--main);
}
.services_nav_container .service_nav li a::before {
  transition: all 0.3s;
  opacity: 0;
  background: var(--main);
  clip-path: polygon(50% 0%, 100% 50%, 50% 50%, 0% 50%);
  content: '';
  height: 11px;
  position: absolute;
  top: 83%;
  width: 12px;
  transition: 0.3s all;
  left: 50%;
  transform: translate(-50%, -70%) rotate(180deg);
}
.services_nav_container .service_nav li a.filter-active,
.services_nav_container .service_nav li a:hover {
  background: var(--main);
}
.services_nav_container .service_nav li a.filter-active::before,
.services_nav_container .service_nav li a:hover::before {
  opacity: 1;
  transform: translate(-50%, 0) rotate(180deg);
}
.jws-services-layout2 .jws-services-item-inner .service_icon,
.jws-services-layout1 .jws-services-item-inner .service_icon {
  transition: all 0.3s linear;
}
.jws-services-layout2 .jws-services-item-inner .service_icon svg,
.jws-services-layout1 .jws-services-item-inner .service_icon svg {
  width: 100%;
  position: relative;
}
.jws-services-layout2 .jws-services-item-inner .service_icon svg path,
.jws-services-layout1 .jws-services-item-inner .service_icon svg path {
  transition: all 0.3s linear;
}
.jws-services-layout2 .jws-services-item-inner .jws-service-readmore i,
.jws-services-layout1 .jws-services-item-inner .jws-service-readmore i,
.jws-services-layout2 .jws-services-item-inner .jws-service-readmore span,
.jws-services-layout1 .jws-services-item-inner .jws-service-readmore span {
  display: inline-block;
}
.jws-services-layout2 .jws-services-item-inner:hover,
.jws-services-layout1 .jws-services-item-inner:hover {
  transition: background-color 0.3s linear;
}
.jws-services-layout2 .jws-services-item-inner:hover .jws-service-content .jws-service-readmore i,
.jws-services-layout1 .jws-services-item-inner:hover .jws-service-content .jws-service-readmore i,
.jws-services-layout2 .jws-services-item-inner:hover .jws-service-content .jws-service-readmore span,
.jws-services-layout1 .jws-services-item-inner:hover .jws-service-content .jws-service-readmore span {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-services-layout3 .jws-services-item-inner .jws-service-title {
  margin-top: 20px;
}
.jws-services-layout3 .jws-services-item-inner .services_excerpt {
  margin-top: 13px;
}
.jws-services-layout3 .jws-services-item-inner .read_more {
  margin-top: 25px;
}
.jws-services-layout3 .jws-services-item-inner .read_more:hover {
  color: var(--btn-bgcolor2);
}
.jws-services-layout3 .jws-services-item-inner .service_icon {
  display: flex;
  position: relative;
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  background: #0b0b0b1a;
  border-radius: 100%;
  transition: all 0.3s;
}
.jws-services-layout3 .jws-services-item-inner .service_icon svg {
  max-width: 22px;
  max-height: 22px;
}
.jws-services-layout3 .jws-services-item-inner .service_icon svg path {
  fill: var(--main);
}
.jws-services-layout4 .services_content,
.jws-services-layout1 .services_content {
  display: flex;
  align-items: center;
}
.jws-services-layout4 .jws-service-content,
.jws-services-layout1 .jws-service-content {
  padding-left: 18px;
}
.jws-services-layout4 .service_icon,
.jws-services-layout1 .service_icon {
  display: flex;
  position: relative;
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 0.3s;
}
.jws-services-layout4 .service_icon svg,
.jws-services-layout1 .service_icon svg {
  max-width: 22px;
  max-height: 22px;
}
.jws-services-layout4 .service_icon svg path,
.jws-services-layout1 .service_icon svg path {
  fill: var(--main);
}
.jws-services-layout4 .jws-services-item-inner {
  position: relative;
}
.jws-services-layout4 .jws-services-item-inner .service_icon {
  background: #0b0b0b1a;
}
.jws-services-layout4 .jws-services-item-inner .jws-service-images {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.jws-services-layout4 .jws-services-item-inner .jws-service-images::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  height: 5px;
  top: 0;
  z-index: 1;
  background: var(--secondary);
  transition: all 0.3s linear;
}
.jws-services-layout4 .jws-services-item-inner .services_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #605ed5f2;
  padding: 10px 20px 10px 32px;
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.3s;
}
.jws-services-layout4 .jws-services-item-inner .jws-service-title > a {
  color: #fff;
}
.jws-services-layout4 .jws-services-item-inner a > .jws-service-title {
  margin-top: 21px;
  text-align: center;
}
.jws-services-layout4 .jws-services-item-inner .services_excerpt {
  margin-top: 14px;
  margin-bottom: 12px;
  color: #eeeeee;
}
.jws-services-layout4 .jws-services-item-inner .jws-service-readmore {
  display: inline-block;
  padding: 8px 18px;
  background: var(--btn-bgcolor2);
  border-radius: 5px;
}
.jws-services-layout4 .jws-services-item-inner .jws-service-readmore:hover {
  background: var(--btn-bgcolor);
  color: #fff;
}
.jws-services-layout4 .jws-services-item-inner:hover .services_content {
  transform: translateY(0%);
  opacity: 1;
}
.jws-services-layout4 .jws-services-item-inner:hover .jws-service-images::before {
  right: 0;
  width: 100%;
}
.jws-services-layout1 .jws-services-item-inner {
  box-shadow: 0px 20px 39.6px 0.4px rgba(48, 0, 127, 0.08);
  border-radius: 10px;
  padding: 20px 20px 58px 25px;
  transition: all 0.3s;
}
.jws-services-layout1 .jws-services-item-inner .services_content {
  margin-top: 10px;
}
.jws-services-layout1 .jws-services-item-inner .jws-service-title {
  margin-bottom: 20px;
  line-height: 28px;
}
.jws-services-layout1 .jws-services-item-inner .jws-service-title,
.jws-services-layout1 .jws-services-item-inner .services_excerpt {
  transition: all 0.3s;
}
.jws-services-layout1 .jws-services-item-inner .read_more {
  text-align: right;
}
.jws-services-layout1 .jws-services-item-inner .jws-service-readmore {
  padding: 3px 10px;
  border-radius: 100%;
  display: inline-block;
  background: #efefff;
}
.jws-services-layout1 .jws-services-item-inner .services_icon {
  background: #efefff;
}
.jws-services-layout1 .jws-services-item-inner:hover {
  background-color: var(--main);
}
.jws-services-layout1 .jws-services-item-inner:hover .service_icon {
  background: #0b0b0b1a;
}
.jws-services-layout1 .jws-services-item-inner:hover .jws-service-title,
.jws-services-layout1 .jws-services-item-inner:hover .services_excerpt {
  color: #eeeeee;
}
.jws-services-layout2 .jws-services-item-inner {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background: #fff;
  height: 100%;
}
.jws-services-layout2 .jws-services-item-inner .jws-service-images {
  text-align: right;
}
.jws-services-layout2 .jws-services-item-inner .jws-service-content {
  margin-top: -28px;
  padding: 0 26px 22px;
}
.jws-services-layout2 .jws-services-item-inner .jws-service-title {
  font-size: 18px;
}
.jws-services-layout2 .jws-services-item-inner .services_excerpt {
  font-size: 15px;
  margin-top: 6px;
}
.jws-services-layout2 .jws-services-item-inner .jws-service-images,
.jws-services-layout2 .jws-services-item-inner .jws-service-content {
  position: relative;
  z-index: 1;
}
.jws-services-layout2 .jws-services-item-inner .jws-service-title {
  transition: all 0.3s;
}
.jws-services-layout2 .jws-services-item-inner .jws-service-title:hover {
  color: var(--secondary);
}
.jws-services-layout2 .jws-services-item-inner .jws-service-readmore {
  opacity: 0;
  margin: 0 17px;
  display: inline-block;
  color: var(--btn-bgcolor);
  min-width: 40px;
  min-height: 40px;
  border-radius: 100%;
  background: var(--btn-bgcolor2);
  line-height: 40px;
  text-align: center;
  transition: opacity .3s,transform 0.35s;
  transform: translateY(-22px) scale(0.8);
  position: relative;
}
.jws-services-layout2 .jws-services-item-inner .jws-service-readmore i,
.jws-services-layout2 .jws-services-item-inner .jws-service-readmore span {
  display: inline-block;
}
.jws-services-layout2 .jws-services-item-inner:hover .jws-service-readmore {
  opacity: 1;
  transform: translateY(-22px) scale(1);
  transition: opacity .3s,transform 0.35s;
}
@media (max-width: 991px) {
  .slideshow_indicator {
    margin-bottom: 50px;
  }
  .navigation_left .navigation_left_content {
    padding-left: 30px;
  }
  .jws-services-layout4 .service_icon {
    width: 40px;
    height: 40px;
  }
  .jws-services-layout4 .jws-services-item-inner .jws-service-readmore {
    padding: 8px 18px;
  }
  .jws-services-layout4 .jws-services-item-inner .services_excerpt {
    margin-top: 16px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .navigation_left {
    display: flex;
    align-items: flex-end;
    max-width: 100%;
    overflow: hidden;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .navigation_left_content {
    padding-left: 150px;
    flex: 0 0 calc(100% - 122px);
    max-width: calc(100% - 122px);
  }
  .slideshow_indicator {
    margin-bottom: 80px;
  }
  .navigation_left .navigation {
    max-width: 122px;
    flex: 0 0 122px;
  }
}
@media (max-width: 767px) {
  .slideshow_indicator {
    margin-bottom: 24px;
  }
  .navigation_left .navigation_left_content {
    padding-left: 0px;
    margin-bottom: 30px;
  }
  .navigation_left {
    flex-wrap: wrap;
    flex-direction: unset;
  }
  .service-content.jws-services-layout1 .services_content {
    flex-wrap: wrap;
  }
  .service-content.jws-services-layout1 .jws-service-content {
    padding-left: 0;
    padding-top: 24px;
  }
  .service-content.jws-services-layout1 .jws-services-item-inner .jws-service-content {
    padding-left: 0;
    padding-top: 24px;
  }
  .service-content.jws-services-layout1 .jws-services-item-inner .jws-service-title {
    margin-bottom: 16px;
  }
  .service-content.jws-services-layout1 .jws-services-item-inner .services_content {
    flex-wrap: wrap;
  }
  .jws-services-archive {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .jws-services-element.layout4 .jws-nav-carousel.middle > div {
    font-size: 18px;
  }
  .jws-services-element.layout4 .jws-nav-carousel.middle .jws-button-prev {
    left: -5%;
  }
  .jws-services-element.layout4 .jws-nav-carousel.middle .jws-button-next {
    right: -5%;
  }
}
.jws_list_career .list_header th:first-child,
.jws_list_career .list_content td:first-child {
  padding-left: 32px;
}
.jws_list_career .list_header th:last-child,
.jws_list_career .list_content td:last-child {
  padding-right: 32px;
}
.jws_list_career .list_header th {
  color: var(--main);
}
.jws_list_career .list_content:nth-child(even) {
  background: #faf9ff;
}
.jws_list_career .list_content td {
  padding: 18px 10px;
}
.jws_list_career .list_content .careers_title {
  font-size: 18px;
  font-weight: 500;
}
.jws_list_career .list_content .apply_btn {
  text-align: center;
  display: inline-block;
  background: var(--btn-bgcolor2);
  padding: 8px 22px;
  border-radius: 5px;
}
.jws_list_career .list_content .apply_btn:hover {
  background: var(--btn-bgcolor);
  color: var(--btn-bgcolor2);
}
.jws_list_career .list_content .careers_item_apply {
  text-align: right;
}
@media (max-width: 767px) {
  .jws_list_career {
    display: block;
    position: relative;
  }
  .jws_list_career .list_content td:first-child,
  .jws_list_career .list_header th:first-child {
    padding-left: 10px;
  }
  .jws_list_career .list_content td:last-child,
  .jws_list_career .list_header th:last-child {
    padding-right: 10px;
  }
  .jws_list_career thead {
    display: block;
    float: left;
  }
  .jws_list_career thead .list_header {
    display: block;
    border-right: 1px dashed #eee;
  }
  .jws_list_career thead .list_header th {
    display: block;
  }
  .jws_list_career tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .jws_list_career tbody .list_content {
    display: inline-block;
  }
  .jws_list_career tbody .list_content .careers_item_apply {
    text-align: left;
  }
  .jws_list_career tbody .list_content td {
    display: block;
    padding: 10px;
  }
}
/*Single Career*/
.careers_content_single {
  padding-top: 34px;
  margin-bottom: 86px;
}
.careers_content_single table.jws_list_career {
  background: #faf9ff;
  margin-top: 50px;
}
.careers_content_single .careers_title {
  margin-bottom: 6px;
}
.careers_content_single .career_content {
  margin-top: 34px;
}
.careers_content_single .list_header th,
.careers_content_single .list_content td {
  padding-left: 30px;
}
.careers_content_single .list_header th:not(:last-child),
.careers_content_single .list_content td:not(:last-child) {
  border-right: 1px dashed #564bc480;
}
.careers_content_single .jws_list_career {
  background: #faf9ff;
  margin-top: 45px;
  padding: 10px 0;
}
.careers_content_single .jws_list_career th {
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 0px;
}
.careers_content_single .jws_list_career span {
  display: inline-block;
  color: #000;
  font-size: 17px;
  background: var(--secondary);
  line-height: 1;
  border-radius: 100%;
  margin-right: 6px;
  padding: 1px;
}
.careers_content_single .jws_list_career .list_content td {
  padding: 0px;
  padding-left: 32px;
  padding-bottom: 30px;
}
.careers_content_single .jws_list_career .list_content td:first-child {
  padding-left: 32px;
}
@media (min-width: 992px) {
  .careers_content_single .content_right {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .careers_content_single .content_right {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .careers_content_single .jws_list_career .list_header th {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .careers_content_single .jws_list_career .list_header th,
  .careers_content_single .jws_list_career .list_content td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .careers_content_single .jws_list_career .list_header th:first-child,
  .careers_content_single .jws_list_career .list_content td:first-child {
    padding-left: 20px;
  }
  .careers_content_single .jws_list_career .list_header th:last-child,
  .careers_content_single .jws_list_career .list_content td:last-child {
    border-right: 1px dashed #564bc480;
  }
}
.elementor-widget-jws-price-table .elementor-align-justify .jws-price-table__button {
  width: 100%;
}
.elementor-widget-jws-price-table .elementor-align-right .jws-price-table__footer {
  text-align: right;
}
.elementor-widget-jws-price-table .elementor-align-center .jws-price-table__footer {
  text-align: center;
}
.jws-price-table {
  padding: 48px 35px 65px;
  border-radius: 5px;
  background: #ffffff;
  transition: all .3s linear;
  box-shadow: 0px 20px 39.6px 0.4px rgba(48, 0, 127, 0.08);
}
.jws-price-table:hover {
  background: var(--bg-color);
}
.jws-price-table:hover .jws-price-table__header .jws-price-table__top_heading::before {
  background: #fff;
  opacity: 0.24;
}
.jws-price-table .jws-price-table__ribbon.jws-ribbon-right {
  right: 0;
  left: unset;
}
.jws-price-table .jws-price-table__ribbon {
  position: absolute;
  top: -10px;
  left: 0;
}
.jws-price-table .jws-price-table__ribbon .jws-price-table__ribbon-inner {
  background-color: #FA188D;
  color: #ffffff;
  display: inline-block;
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}
.jws-price-table .jws-price-table__header .jws-price-table__image img {
  width: auto;
  height: auto;
  max-height: 52px;
  max-width: 100%;
}
.jws-price-table .jws-price-table__header .jws-price-table__top_heading {
  position: relative;
  margin-bottom: 16px;
  line-height: 1;
  padding-left: 28px;
}
.jws-price-table .jws-price-table__header .jws-price-table__top_heading::before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: var(--bg-color);
  position: absolute;
  left: 0;
  border: 0;
  transition: all 0.3s linear;
}
.jws-price-table .jws-price-table__header .jws-price-table__top_heading::after {
  position: absolute;
  content: '';
  left: 7px;
  bottom: 2px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--secondary);
}
.jws-price-table .jws-price-table__header .jws-price-table__heading {
  margin-top: 24px;
}
.jws-price-table .jws-price-table__header .jws-price-table__subheading {
  margin-top: 10px;
  display: block;
}
.jws-price-table .jws-price-table__price {
  color: var(--bg-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 0.8;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 0px 13px 0px;
}
.jws-price-table .jws-price-table__price .jws-price-table__after-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.jws-price-table .jws-price-table__price .jws-price-table__after-price .jws-price-table__fractional-part {
  line-height: 1.2;
  padding-left: 5px;
}
.jws-price-table .jws-price-table__price .jws-price-table__currency {
  font-size: 18px;
  font-weight: 700;
  line-height: 0.8;
}
.jws-price-table .jws-price-table__price .jws-price-table__period {
  font-size: 15px;
  font-weight: 400;
  align-self: flex-end;
  color: var(--text);
}
.jws-price-table .jws-price-table__features-list {
  padding: 50px 0px 41px 0px;
  list-style-type: none;
  margin: 0;
}
.jws-price-table .jws-price-table__features-list li {
  padding: 9px 0;
}
.jws-price-table .jws-price-table__features-list li:first-child {
  padding-top: 0;
}
.jws-price-table .jws-price-table__features-list li:last-child {
  padding-bottom: 0;
}
.jws-price-table .jws-price-table__features-list li .jws-price-table__feature-inner {
  font-size: 16px;
  line-height: 28px;
  align-items: flex-start;
}
.jws-price-table .jws-price-table__features-list li .jws-price-table__feature-inner > img {
  max-width: 20px;
}
.jws-price-table .jws-price-table__features-list li .jws-price-table__feature-inner i,
.jws-price-table .jws-price-table__features-list li .jws-price-table__feature-inner svg {
  float: left;
  vertical-align: top;
}
.jws-price-table .jws-price-table__features-list li .jws-price-table__feature-inner span {
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
}
.jws-price-table .jws-price-table__footer .jws-price-table__button {
  display: block;
  padding: 14px 45px;
  background: var(--btn-bgcolor2);
  border-radius: 7px;
  color: var(--btn-bgcolor);
  text-align: center;
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  margin: 7px 0px 11px 0px;
}
.jws-price-table .jws-price-table__footer .jws-price-footer_detail span {
  margin-left: 5px;
}
.jws-price-table.layout1 .jws-price-table__header,
.jws-price-table.layout1 .jws-price-table__features-list,
.jws-price-table.layout1 .jws-price-table__footer {
  position: relative;
}
.jws-price-table.layout1::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('https://temporal.primernivelseguros.com/wp-content/themes/insurtech/assets/image/bg_pricing.png');
  background-position: left bottom;
  background-size: auto;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
  transition: transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
  transform: translate(-50%);
  opacity: 0;
}
.jws-price-table.layout1:hover::before {
  opacity: 1;
  transform: translate(0);
}
.jws-price-table.layout1:hover .jws-price-table__feature-inner,
.jws-price-table.layout1:hover .jws-price-table__period,
.jws-price-table.layout1:hover .jws-price-table__top_heading {
  color: #eee;
}
.jws-price-table.layout1:hover .jws-price-table__price,
.jws-price-table.layout1:hover .jws-price-table__heading {
  color: #fff;
}
.jws-price-table.layout1:hover .jws-price-table__footer .jws-price-table__button {
  background: #fff;
}
.jws-price-table.layout3 .jws-price-table__header .jws-price-table__heading {
  margin-top: 0px;
}
.jws-price-table.layout3 .jws-price-table__header .top_image {
  display: flex;
  align-items: center;
}
.jws-price-table.layout3 .jws-price-table__image {
  padding-right: 20px;
}
.jws-price-table.layout3 .jws-price-table__price {
  margin-top: 23px;
}
.jws-price-table.layout3 .jws-price-table__button {
  display: block;
}
.jws-price-table.layout1,
.jws-price-table.layout3 {
  overflow: hidden;
  position: relative;
}
.jws-price-table.layout1 .jws-price-table__features-list li .jws-price-table__feature-inner,
.jws-price-table.layout3 .jws-price-table__features-list li .jws-price-table__feature-inner {
  display: flex;
}
.jws-price-table.layout1 .jws-price-table__header .jws-price-table__image img,
.jws-price-table.layout3 .jws-price-table__header .jws-price-table__image img {
  max-height: 74px;
}
.jws-price-table.layout1 .jws-price-table__ribbon,
.jws-price-table.layout3 .jws-price-table__ribbon {
  top: 25px;
}
.jws-price-table.layout1 .jws-price-table__ribbon.jws-ribbon-right,
.jws-price-table.layout3 .jws-price-table__ribbon.jws-ribbon-right {
  right: -38px;
}
.jws-price-table.layout1 .jws-price-table__ribbon.jws-ribbon-left,
.jws-price-table.layout3 .jws-price-table__ribbon.jws-ribbon-left {
  left: -38px;
}
.jws-price-table.layout1 .jws-price-table__ribbon .jws-price-table__ribbon-inner,
.jws-price-table.layout3 .jws-price-table__ribbon .jws-price-table__ribbon-inner {
  padding: 6px 50px;
  transform: rotate(45deg);
}
.jws-price-table.layout2 {
  padding: 33px 0 0 0;
}
.jws-price-table.layout2 .jws-price-table__heading {
  color: var(--secondary);
  margin-top: 13px;
}
.jws-price-table.layout2 .jws-price-table__header {
  padding: 0 25px;
}
.jws-price-table.layout2 .jws-price-table__price {
  padding: 12px 0px 12px 0px;
}
.jws-price-table.layout2 .jws-price-table__button {
  display: block;
  margin-top: 14px;
  padding: 14px 29px;
}
.jws-price-table.layout2 .jws-price-table__features-list {
  padding: 27px 25px 17px 25px;
}
.jws-price-table.layout2 .features-title {
  margin-bottom: 15px;
}
.jws-price-table.layout2 .jws-price-table__features-list li {
  padding: 1px 0;
}
.jws-price-table.layout2 .jws-price-table__features-list li .jws-price-table__feature-inner {
  font-size: 14px;
}
.jws-price-table.layout2 .jws-price-table__addons-list {
  padding: 27px 25px 25px 25px;
  list-style-type: none;
  margin: 0;
  text-align: left;
  border-top: 2px solid #f8f6fa;
  border-bottom: 2px solid #f8f6fa;
}
.jws-price-table.layout2 .jws-price-table__addons-list h6.addons-title {
  margin-bottom: 15px;
}
.jws-price-table.layout2 .jws-price-table__addons-list li {
  padding: 1px 0;
}
.jws-price-table.layout2 .jws-price-table__addons-list li:first-child {
  padding-top: 0;
}
.jws-price-table.layout2 .jws-price-table__addons-list li:last-child {
  padding-bottom: 0;
}
.jws-price-table.layout2 .jws-price-table__addons-list li .jws-price-table__addon-inner i {
  float: left;
  vertical-align: top;
  font-size: 5px;
  line-height: 24px;
}
.jws-price-table.layout2 .jws-price-table__addons-list li .jws-price-table__addon-inner span {
  display: inline-block;
  width: calc( 100% - 10px );
  padding-left: 9px;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
}
.jws-price-table.layout2 .jws-price-table__details {
  padding: 13px 25px 17px 25px;
  list-style-type: none;
  margin: 0;
  text-align: left;
  position: relative;
}
.jws-price-table.layout2 .jws-price-table__details .details-title {
  display: inline-block;
  font-weight: 800;
  text-decoration: underline;
  font-size: 14px;
}
.jws-price-table.layout2 .jws-price-table__details span.btn-tongle-detail {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transform: translateY(-50%);
}
.jws-price-table.layout2 .jws-price-table__details-list {
  position: absolute;
  width: calc( 400% + 90px );
  text-align: -webkit-auto;
  z-index: 999;
  background: #0d99e5;
  color: #ffffff;
  padding: 35px;
  visibility: hidden;
}
.jws-price-table.layout2 .jws-price-table__details-list .jws-repeater-details-item {
  padding: 15px 0;
}
.jws-price-table.layout2 .jws-price-table__details-list .jws-repeater-details-item > h6 {
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.jws-price-table.layout2 .jws-price-table__details-list .jws-repeater-details-item .jws-price-table__detail-item-content {
  padding-left: 30px;
}
.jws-price-table.layout2 .jws-price-table__details-list .jws-repeater-details-item ul {
  padding: 0;
}
.jws-price-table.layout2.tongle-active .jws-price-table__details {
  color: #ffffff;
  background: #0d99e5;
}
.jws-price-table.layout2.tongle-active .jws-price-table__details .details-title {
  color: currentColor;
}
.jws-price-table.layout2.tongle-active .jws-price-table__details-list {
  visibility: visible;
}
.jws-price-table.layout2.tongle-active .jws-price-table__details-list h1,
.jws-price-table.layout2.tongle-active .jws-price-table__details-list h2,
.jws-price-table.layout2.tongle-active .jws-price-table__details-list h3,
.jws-price-table.layout2.tongle-active .jws-price-table__details-list h4,
.jws-price-table.layout2.tongle-active .jws-price-table__details-list h5,
.jws-price-table.layout2.tongle-active .jws-price-table__details-list h6,
.jws-price-table.layout2.tongle-active .jws-price-table__details-list .details-title {
  color: #ffffff;
}
.elementor-section .elementor-column:nth-child(2) .jws-price-table__details-list {
  left: calc(-100% - 30px);
}
.elementor-section .elementor-column:nth-child(3) .jws-price-table__details-list {
  left: calc(-200% - 60px);
}
.elementor-section .elementor-column:nth-child(4) .jws-price-table__details-list {
  left: calc(-300% - 90px);
}
.elementor-section > .elementor-container .elementor-column.elementor-col-33 > .elementor-widget-wrap > .elementor-widget-jws-price-table > .elementor-widget-container > .jws-price-table .jws-price-table__details-list {
  width: calc(300% + 60px );
}
.elementor-section > .elementor-container .elementor-column.elementor-col-50 > .elementor-widget-wrap > .elementor-widget-jws-price-table > .elementor-widget-container > .jws-price-table .jws-price-table__details-list {
  width: calc(200% + 30px );
}
.elementor-section > .elementor-container .elementor-column.elementor-col-100 > .elementor-widget-wrap > .elementor-widget-jws-price-table > .elementor-widget-container > .jws-price-table .jws-price-table__details-list {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .jws-price-table {
    padding: 48px 24px 65px;
  }
}
@media screen and (max-width: 1024px) {
  .elementor-section > .elementor-container .elementor-column.elementor-col-25 > .elementor-widget-wrap > .elementor-widget-jws-price-table > .elementor-widget-container > .jws-price-table .jws-price-table__details-list {
    width: calc(200% + 30px );
  }
  .elementor-section .elementor-column:nth-child(3) .jws-price-table__details-list {
    left: 0;
  }
  .elementor-section .elementor-column:nth-child(4) .jws-price-table__details-list {
    left: calc(-130%);
  }
  .jws-price-table .jws-price-table__header {
    padding-bottom: 15px;
  }
  .jws-price-table .jws-price-table__header .jws-price-table__heading {
    margin-bottom: 15px;
  }
  .jws-price-table .jws-price-table__header .jws-price-table__subheading {
    margin-top: 5px;
  }
  .jws-price-table .jws-price-table__header {
    padding-bottom: 15px;
  }
  .jws-price-table .jws-price-table__features-list {
    padding: 20px 0px 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .jws-price-table {
    padding: 45px 24px 45px 24px;
  }
  .jws-price-table .jws-price-table__footer .jws-price-table__button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .elementor-section > .elementor-container .elementor-column > .elementor-widget-wrap > .elementor-widget-jws-price-table > .elementor-widget-container > .jws-price-table .jws-price-table__details-list {
    width: 100% !important;
    left: 0;
  }
}
.jws_progress {
  position: relative;
}
.jws_progress.layout_grid_animation .progress_items:first-child .dots-animation {
  border: 1px solid var(--main);
  opacity: 1;
}
.jws_progress.layout_grid_animation .progress_items:last-child .dots-animation {
  right: 16px;
}
.jws_progress.layout_grid_animation .progress_title {
  transition: color 0.3s;
}
.jws_progress.layout_grid_animation .progress_title:hover {
  color: var(--main);
}
.jws_progress.layout_grid_animation .process_icon {
  display: inline-block;
  position: relative;
  border-radius: 100%;
  margin-bottom: 25px;
}
.jws_progress.layout_grid_animation svg,
.jws_progress.layout_grid_animation i {
  width: 1em;
  height: 1em;
  font-size: 60px;
  fill: #ffffff;
  color: #ffffff;
  display: block;
  padding: 20px;
  background: var(--main);
}
.jws_progress.layout_grid_animation .progress_title {
  margin-bottom: 15px;
}
.jws_progress.layout_grid_animation .progress_number span {
  color: var(--heading);
  background: var(--secondary);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  font-weight: 800;
  font-family: var(--font2);
  line-height: 40px;
  position: relative;
  display: block;
  z-index: 1;
}
@keyframes scaling {
  0%,
  100% {
    transform: scale(0.2);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
}
.dots-animation {
  position: absolute;
  right: -40px;
  top: 20px;
  display: block;
  width: 90%;
  height: 0px;
  border: 1px dashed var(--main);
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .dots-animation {
    display: none;
  }
}
input[type="range"]#range_budget {
  border: 0;
  width: 100%;
  padding: 0;
  height: 3px;
  min-height: auto;
  background-color: #605ed51a;
}
.label_range_slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--dark);
}
.jws-icon-ArrowRight {
  background-image: url(https://temporal.primernivelseguros.com/wp-content/themes/insurtech/assets/image/ArrowRight.svg);
  background-size: 24px;
  background-position-x: right;
  width: 24px;
  height: 24px;
}
.jws-icon-paperplanetilt {
  padding-left: 10px;
  font-weight: normal;
}
.jws-cf7 form > p {
  position: relative;
}
.jws-cf7 form > p label {
  width: 100%;
  margin-bottom: 0px;
}
.form-footer .row {
  margin: 0 -5px;
}
.form-footer .row > div {
  padding: 0 5px;
}
.wpcf7-spinner {
  position: absolute;
  margin: 0;
  margin-top: 10px;
}
div.wpcf7 .ajax-loader {
  background-image: none;
  width: 0px;
  height: 0px;
  display: block;
  transition: 0.3s all;
}
div.wpcf7 .ajax-loader.is-active {
  transform: scale(1);
  -webkit-transform: scale(1);
  width: 30px;
  height: 30px;
}
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;
}
.jws-cf7-button-center .wpcf7-submit,
.jws-cf7-button-left .wpcf7-submit,
.jws-cf7-button-right .wpcf7-submit,
.jws-cf7-button-justify .wpcf7-submit {
  font-family: var(--font2);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: auto;
}
.jws-cf7-button-center .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 .wpcf7-submit {
  margin-left: 0;
  margin-right: auto;
}
.jws-cf7-button-right .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 .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-container .select2.select2-container {
  width: 100% !important;
}
.jws-cf7-container input[type="text"],
.jws-cf7-container input[type="email"],
.jws-cf7-container input[type="tel"],
.jws-cf7-container input[type="password"],
.jws-cf7-container input[type="url"],
.jws-cf7-container input[type="number"],
.jws-cf7-container input[type="date"],
.jws-cf7-container select {
  min-height: auto;
  height: auto;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
}
.jws-cf7-highlight-style-default .wpcf7-not-valid-tip {
  display: none;
}
.form-sign-up {
  position: relative;
  display: flex;
}
.form-sign-up .wpcf7-form-control-wrap {
  margin-right: 15px;
}
.form-sign-up button i {
  font-size: 25px;
  margin-left: 15px;
  vertical-align: middle;
}
.form-sign-up-3 button {
  position: absolute;
  right: 0;
  top: 0;
}
.subscribe .wpcf7 label {
  display: inline-block;
}
@media (min-width: 768px) {
  .subscribe .wpcf7 label {
    width: 370px;
  }
  .subscribe .jws-cf7-style .wpcf7-submit {
    margin-left: 10px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .form-sign-up .wpcf7-form-control-wrap {
    margin-right: 5px;
  }
  .subscribe .jws-cf7-style .wpcf7-submit {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .form-sign-up {
    display: block;
  }
  .form-sign-up .wpcf7-submit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
.jws_search {
  position: relative;
}
.jws_search.popup > button {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  position: relative;
  line-height: 20px;
  font-size: 24px;
  padding: 0px;
}
.jws_search.popup > button .remove {
  display: none;
}
.jws_search.popup.open > button .open {
  display: none;
}
.jws_search.popup.open > button .remove {
  display: block;
}
.jws_search.popup.open .form_content_popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.jws_search.icon_left form {
  position: relative;
  display: flex;
  align-items: center;
}
.jws_search.icon_left form .s {
  border: 0;
  min-height: auto;
  font-size: 16px;
  padding: 0px;
}
.jws_search.icon_left form .s:focus-visible {
  outline: transparent;
}
.jws_search.icon_left form button {
  background: transparent;
  border: 0;
  padding-left: 14px;
}
.jws_search.icon_left form button svg {
  height: inherit;
}
.jws-search-form .searchform .loader {
  display: none;
}
.jws-ajax-search.search-loading .form-loader .loader {
  opacity: 1 !important;
  transition-delay: 0.25s;
}
.product_search .form-loader {
  position: relative;
}
.product_search .form-loader .loader {
  right: 5px;
  top: 0;
  opacity: 0;
}
.form_content_popup {
  position: fixed;
  background: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 50px 20px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  transform: scale3d(0.8, 0.8, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 999;
}
.form_content_popup .search-form .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.form_content_popup .search-form .loader .path {
  stroke: #fff;
}
.form_content_popup .search-form.search-loading .loader {
  opacity: 1;
  transition-delay: 0.25s;
}
.form_content_popup input {
  height: 50px;
  border-radius: 0px;
}
.form_content_popup .search-item {
  margin-bottom: 24px;
}
.form_content_popup .jws-search-results {
  max-height: 700px;
  min-height: 200px;
  margin-top: 40px;
}
.form_content_popup .jws-search-results .search-imagess {
  max-width: 100px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.form_content_popup .jws-search-results .search-content.fs-small {
  padding-top: 10px;
}
.form_content_popup .popup_search {
  position: relative;
  width: 100%;
  height: 100%;
}
.form_content_popup .popup_search > .container {
  min-width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.form_content_popup .popup_search > .container #select_post_type + .select2-container {
  width: auto !important;
  height: 50px;
}
.form_content_popup .popup_search > .container #select_post_type + .select2-container .select2-selection--single {
  border-radius: 8px;
  background-color: var(--heading);
}
.form_content_popup .popup_search > .container #select_post_type + .select2-container .select2-selection--single .select2-selection__arrow b:before {
  color: #fff;
}
.form_content_popup .popup_search > .container #select_post_type + .select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
.form_content_popup .popup_search > .container #select_post_type + .select2-container .select2-selection__rendered {
  padding: 0 50px;
}
.form_content_popup .form-content-close {
  cursor: pointer;
  position: absolute;
  right: 60px;
  top: 60px;
  font-size: 26px;
  min-width: 60px;
  min-height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background: var(--main);
  z-index: 1;
}
.form_content_popup form .search-submit {
  border: 0;
  position: relative;
}
.form_content_popup form .search-submit:hover {
  background: var(--bg-color);
}
.jws_dropdown_text i,
.jws_dropdown_text span {
  vertical-align: middle;
}
.jws_dropdown_text i {
  font-size: 16px !important;
  margin-right: 7px;
  display: inline-block !important;
  float: right;
}
.jws_dropdown_text .drop_top {
  margin: 0;
  transition: 0.3s all;
  cursor: pointer;
  font-size: 14px;
  display: block;
}
.jws_dropdown_text .drop_top img {
  vertical-align: middle;
  margin-right: 4px;
  max-width: 35px;
}
.jws_dropdown_text .dropdown_sub {
  position: absolute;
  background: #fff;
  border-top: 2px solid var(--main);
  min-width: 60px;
  opacity: 0;
  transition: 0.3s all;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  overflow: hidden;
  z-index: 999;
}
.jws_dropdown_text .dropdown_sub .drop_item a {
  color: var(--heading);
  font-size: 14px;
  line-height: 25px;
  display: block;
  padding: 3px 14px;
  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: #fff;
  background: var(--main);
}
.jws_dropdown_text:hover .dropdown_sub,
.jws_dropdown_text:active .dropdown_sub {
  opacity: 1;
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  pointer-events: auto;
}
.submenu-bottom .jws_dropdown_text .dropdown_sub {
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
}
.submenu-top .jws_dropdown_text .dropdown_sub {
  bottom: 100%;
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
}
/* Off-Canvas Module CSS */
.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 .hamburger-lines {
  display: block;
  height: 12px;
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jws-offcanvas-action .hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 5px;
  background: #0e2431;
}
.jws-offcanvas-action .hamburger-lines .line.line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
.jws-offcanvas-action .hamburger-lines .line.line2 {
  transition: transform 0.2s ease-in-out;
}
.jws-offcanvas-action .hamburger-lines .line.line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.jws-offcanvas-action.active .hamburger-lines .line1 {
  transform: rotate(45deg);
}
.jws-offcanvas-action.active .hamburger-lines .line2 {
  transform: scaleY(0);
}
.jws-offcanvas-action.active .hamburger-lines .line3 {
  transform: rotate(-45deg);
}
.jws-offcanvas .jws-offcanvas-content-data {
  position: fixed;
  width: 0;
  margin: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  background: #ffffff;
  visibility: visible;
  z-index: 99999;
  padding: 30px 10px 30px 10px;
  transition: 0.7s;
}
.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: 0.4s all;
  top: 50%;
  height: calc(100% + 1px);
  margin-top: -1px;
  pointer-events: none;
}
.jws-offcanvas.jws-offcanvas-type-fade.jws-offcanvas-show {
  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-parent-wrapper .jws-offcanvas-content-data {
  margin-top: 32px;
}
.jws-offcanvas-icon-bg {
  display: inline-block;
}
.position-at-center .jws-offcanvas-content-data {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  opacity: 0;
  pointer-events: none;
}
.position-at-right .jws-offcanvas-content-data {
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.position-at-left .jws-offcanvas-content-data {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  left: 0;
}
.position-at-top .jws-offcanvas-content-data {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  left: 0;
}
.position-at-bottom .jws-offcanvas-content-data {
  transform: translateY(100%);
  -webkit-transform: translateY(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-button-wrapper a {
  display: inline-block;
  cursor: pointer;
}
.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: 999;
  opacity: 0;
  transition: 0.5s 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;
}
.jws-offcanvas-show .jws-offcanvas-close-icon-wrapper {
  visibility: visible !important;
  pointer-events: auto !important;
  opacity: 1;
}
.jws-offcanvas-show .jws-offcanvas-content-data {
  transform: translatex(0);
  -webkit-transform: translatex(0);
}
.jws-offcanvas-show.position-at-center .jws-offcanvas-content-data {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}
/* 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 {
  position: fixed;
  top: 0;
  visibility: hidden;
  z-index: 9999999;
  pointer-events: none;
  transition: 0.5s all;
  opacity: 0;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close {
  display: block;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon {
  cursor: pointer;
  display: block;
  font-size: 25px;
  padding-top: 4px;
  padding-right: 4px;
}
.jws-offcanvas-close-icon-wrapper .jws-offcanvas-close-icon svg {
  width: 1em;
  height: 1em;
}
.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;
}
.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-form-login-popup {
  position: fixed;
  width: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  pointer-events: none;
  z-index: 99999;
  padding: 30px 10px 30px 10px;
  transition: 0.7s;
  width: 100%;
}
.jws-form-login-popup .jws-form-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  transition: 0.5s all;
  background: var(--heading);
}
.jws-form-login-popup .jws-form-content {
  border-radius: 5px;
  max-width: 500px;
  width: 100%;
  padding: 30px 36px 48px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -70%);
  opacity: 0;
  z-index: 1000;
  position: absolute;
  background: #ffffff;
  transition: 0.7s all;
  min-height: 580px;
}
.jws-form-login-popup .jws-close {
  position: fixed;
  right: 0;
  font-size: 23px;
  top: 0;
  padding: 26px 37px 0px 0px;
  cursor: pointer;
  z-index: 1;
}
.jws-form-login-popup.open {
  visibility: visible;
  pointer-events: auto;
}
.jws-form-login-popup.open .jws-form-overlay {
  opacity: 0.4;
  visibility: visible;
}
.jws-form-login-popup.open .jws-form-content {
  transform: translate(-50%, 50px);
  opacity: 1;
}
.jws-login-container {
  position: relative;
}
.jws-login-container .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 30px;
  height: 30px;
}
.jws-login-container .loader .circular {
  animation: rotatekey 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
.jws-login-container .loader .circular .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke: var(--heading);
  stroke-linecap: round;
}
.jws-login-container .popup-message {
  display: none;
  margin-top: 2em;
}
.jws-login-container .jws-password-hint {
  display: none;
  text-align: left;
}
.jws-login-container .password {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.jws-login-container .password .input-text {
  padding: 0 10px;
  flex: 0 100%;
}
.jws-login-container .meter {
  display: none;
}
.jws-login-container .meter .text-meter {
  margin-left: 10px;
  color: #b99900;
}
.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: #b99900;
  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: #266b09;
}
.jws-login-container .meter[meter="3"] .text-meter {
  color: #266b09;
}
.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: #266b09;
}
.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: #266b09;
}
#jws-login-form.url.in-login .jws-register {
  display: none;
}
#jws-login-form.url.in-register .jws-login {
  display: none;
}
#jws-login-form .message {
  font-size: 14px;
}
#jws-login-form .slick-slide {
  opacity: 0;
  transition: 0.3s all;
}
#jws-login-form .slick-slide.slick-active {
  opacity: 1;
}
#jws-login-form .slick-track {
  will-change: unset;
}
#jws-login-form .jws-login-container .social-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  font-size: 14px;
}
#jws-login-form .jws-login-container .social-line span {
  margin: 0 16px;
  color: var(--heading);
  opacity: 0.5;
}
#jws-login-form .jws-login-container .social-line:before {
  content: "";
  flex: 1 0 0%;
  border-bottom: 1px solid #d1d1d1;
}
#jws-login-form .jws-login-container .social-line:after {
  content: "";
  flex: 1 0 0%;
  border-bottom: 1px solid #d1d1d1;
}
#jws-login-form .jws-login-container.loading .jws-animation {
  opacity: 0.3 !important;
  animation: none;
  pointer-events: none;
}
#jws-login-form .jws-animation {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
}
#jws-login-form .jws-animation .form_group {
  position: relative;
  display: block;
}
#jws-login-form .jws-animation .form_group .error {
  font-size: 14px;
  color: #f44336;
  display: block;
  margin-top: 5px;
  transition: .3s;
  position: absolute;
  right: 0;
  top: -14px;
  background: #ffffff;
  padding: 0 5px;
}
#jws-login-form .jws-animation .form_group .invalid {
  border: 1px solid #f44336;
}
#jws-login-form .jws-animation .login-width-social .nsl-container-buttons {
  width: 100%;
}
#jws-login-form .jws-animation .login-width-social a {
  width: 100%;
  margin: 0;
}
#jws-login-form .jws-animation .login-width-social a.jws-connect-google span {
  background: no-repeat center / 20px url("https://temporal.primernivelseguros.com/wp-content/themes/insurtech/assets/image/google-btn-icon.svg");
  margin-right: 9px;
}
#jws-login-form .jws-animation .login-width-social a.jws-connect-facebook span {
  color: #0163E0;
  font-size: 28px;
  margin-right: 8px;
}
#jws-login-form .jws-animation .login-width-social a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jws-login-form .jws-animation form {
  padding-top: 18px;
  text-align: left;
}
#jws-login-form .jws-animation form[name="registerformpopup"] .input[name="repeat_password"] {
  margin-bottom: 0;
}
#jws-login-form .jws-animation form #recaptcha7 {
  will-change: transform;
}
#jws-login-form .jws-animation form #recaptcha8 {
  margin-bottom: 20px;
}
#jws-login-form .jws-animation form .login-remember {
  font-size: 15px;
  margin-bottom: 20px;
}
#jws-login-form .jws-animation form .login-remember label {
  margin-bottom: 0;
  display: inline-block;
  font-weight: 700;
  color: var(--heading);
}
#jws-login-form .jws-animation form p {
  margin-bottom: 16px;
  position: relative;
}
#jws-login-form .jws-animation form p.modify_user_notification,
#jws-login-form .jws-animation form p.input-text {
  margin-bottom: 25px;
}
#jws-login-form .jws-animation form p.note_2 {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
}
#jws-login-form .jws-animation form p.privacy_policy {
  font-size: 15px;
  margin-bottom: 25px;
}
#jws-login-form .jws-animation form p.privacy_policy label {
  font-weight: 700;
  color: var(--heading);
  margin-bottom: 0px;
}
#jws-login-form .jws-animation form p.privacy_policy a {
  color: var(--main);
  text-transform: capitalize;
}
#jws-login-form .jws-animation form p label:not([for="popupAgree"]) {
  color: var(--heading);
  display: block;
  margin-bottom: 6px;
  font-weight: 800;
  font-family: var(--font2);
}
#jws-login-form .jws-animation form p label:not([for="popupAgree"]).label abbr {
  text-decoration: none;
  border-bottom: none;
}
#jws-login-form .jws-animation form p .toggle-password2 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
#jws-login-form .jws-animation form .lost-pass-link {
  display: block;
  font-weight: 700;
  color: var(--main);
  font-size: 15px;
  float: right;
}
#jws-login-form .jws-animation form input.invalid {
  border-color: var(--main);
}
#jws-login-form .jws-animation form .login-remember label {
  margin-bottom: 0;
  display: inline-block;
}
#jws-login-form .jws-animation form #popupAgree,
#jws-login-form .jws-animation form #popupRememberme {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  width: 0px;
  margin-top: -5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
#jws-login-form .jws-animation form #popupAgree:checked:before,
#jws-login-form .jws-animation form #popupRememberme:checked:before {
  background: var(--btn-bgcolor);
  border-color: var(--btn-bgcolor);
}
#jws-login-form .jws-animation form #popupAgree:checked:after,
#jws-login-form .jws-animation form #popupRememberme:checked:after {
  opacity: 1;
}
#jws-login-form .jws-animation form #popupAgree:after,
#jws-login-form .jws-animation form #popupRememberme:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  opacity: 0;
  top: -1px;
  color: #ffffff;
  font-size: 10px;
  left: 5px;
}
#jws-login-form .jws-animation form #popupAgree:before,
#jws-login-form .jws-animation form #popupRememberme:before {
  background: #fff;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid var(--heading);
  border-radius: 5px;
  display: block;
}
#jws-login-form .jws-animation form input:not([type="checkbox"]) {
  padding: 5px 40px 5px 20px;
  border-color: #d1d1d1;
  line-height: 48px;
  border-radius: 5px;
  outline: transparent;
}
#jws-login-form .jws-animation form input:not([type="checkbox"]):focus-visible {
  border-color: var(--heading);
}
#jws-login-form .jws-animation form .button.elementor-button {
  height: 60px;
  background: var(--btn-bgcolor2);
  border: transparent;
  padding: 0 47px;
  border-radius: 3px;
  transition: 0.3s all;
  display: block;
  width: 100%;
}
#jws-login-form .jws-animation form .button.elementor-button:hover {
  background: var(--btn-bgcolor);
}
#jws-login-form .jws-animation .account {
  font-size: 15px;
  font-weight: 700;
  color: var(--heading);
  text-align: left;
}
#jws-login-form .jws-animation .account .change-form {
  color: var(--main);
}
#jws-login-form .heading-form {
  margin-bottom: 20px;
  text-align: left;
}
#jws-login-form .heading-form .jws_heading_form {
  display: none;
  margin-bottom: 8px;
}
#jws-login-form .heading-form-login,
#jws-login-form .heading-form-register {
  position: relative;
}
#jws-login-form.in-register .heading-form {
  margin-bottom: 18px;
}
#jws-login-form.in-register .heading-form .heading-form-register {
  display: block;
}
#jws-login-form.in-register .login-width-social {
  margin-bottom: 24px;
}
#jws-login-form.in-register .url .jws-register.slick-slide {
  opacity: 1;
  width: 100%;
  display: block;
}
#jws-login-form.in-register .url .jws-login.slick-slide {
  display: none;
}
#jws-login-form.in-register .sign_in_block,
#jws-login-form.in-register .sign_in {
  display: none;
}
#jws-login-form.in-register .sign_up_block {
  display: block;
}
#jws-login-form.in-register .sign_up {
  display: inline-block;
}
#jws-login-form.in-login .url .jws-login.slick-slide {
  opacity: 1;
  width: 100%;
}
#jws-login-form.in-login .sign_in_block {
  display: block;
}
#jws-login-form.in-login .sign_in {
  display: inline-block;
}
#jws-login-form.in-login .sign_up_block,
#jws-login-form.in-login .sign_up {
  display: none;
}
#jws-login-form.in-login .heading-form .heading-form-login {
  display: block;
}
.jws-dealer-note {
  display: inline;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .jws-login-container .password .input-text {
    flex: 0 50%;
  }
}
@media (max-width: 767px) {
  .jws-form-login-popup .jws-form-content {
    padding: 26px 20px 22px 20px;
    max-width: 343px;
  }
}
.elementor-widget-jws_banner.jws-content-align-at-center .jws-banner.content_inner .jws-banner-content {
  justify-content: center;
  -webkit-justify-content: center;
}
.elementor-widget-jws_banner.jws-content-align-at-bottom .jws-banner.content_inner .jws-banner-content {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.elementor-widget-jws_banner.jws-content-align-at-top .jws-banner.content_inner .jws-banner-content {
  justify-content: start;
  -webkit-justify-content: start;
}
.jws-banner-element .slider-dots-box {
  z-index: 1;
  position: relative;
}
.jws-banner-element .slider-dots-box .slider-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.jws-banner .jws-banner-image img {
  display: unset;
  transition: 0.7s all;
  max-width: 100%;
}
.jws-banner.content_inner .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.7s all;
}
.jws-banner.content_inner .jws-banner-content {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  padding: 0 15px 59px 15px;
}
.jws-banner.content_inner .jws-banner-content .read_more .jws_button {
  transition: 0.3s;
}
.jws-banner.content_inner .jws-banner-content .read_more .jws_button:hover {
  color: var(--light);
  background: var(--btn-bgcolor) !important;
}
.jws-banner.content_inner .jws-banner-inner > a {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
}
.jws-banner.layout3 .jws-banner-image,
.jws-banner.layout4 .jws-banner-image {
  position: relative;
}
.jws-banner.layout3 .jws-banner-inner:hover .text-1,
.jws-banner.layout4 .jws-banner-inner:hover .text-1,
.jws-banner.layout3 .jws-banner-inner:hover .text-3,
.jws-banner.layout4 .jws-banner-inner:hover .text-3 {
  transition: 0.3s all;
}
.jws-banner.layout3 .jws-banner-inner:hover .jws-banner-image img,
.jws-banner.layout4 .jws-banner-inner:hover .jws-banner-image img {
  transform: scale(1.1);
}
.jws-banner.layout3 .jws-banner-inner:hover .jws-banner-image:before,
.jws-banner.layout4 .jws-banner-inner:hover .jws-banner-image:before {
  transform: scale(1);
  opacity: 1;
}
.jws-banner.layout1 .button i,
.jws-banner.layout4 .button i {
  font-weight: normal;
  font-size: 13px;
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
}
.jws-banner.layout1 .button:hover i,
.jws-banner.layout4 .button:hover i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-banner.layout4 .text-1 {
  margin-top: 25px;
  margin-bottom: 10px;
}
.jws-banner.layout4 .button {
  margin-top: 25px;
  color: #f44158;
}
.jws-banner.layout3 .jws-banner-inner {
  text-align: center;
  transition: all 0.3s linear;
}
.jws-banner.layout3 .jws-banner-inner .jws-banner-image {
  padding-top: 22px;
  display: inline-block;
}
.jws-banner.layout3 .jws-banner-inner .number {
  color: transparent;
  font-size: 70px;
  line-height: 1;
  -webkit-text-stroke: 1px #EEEEEE4D;
  position: absolute;
  top: 0;
  left: -30px;
  font-weight: 700;
  letter-spacing: 2px;
}
.jws-banner.layout3 .jws-banner-inner .jws_img {
  margin: auto;
  background: #0b0b0b4d;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.jws-banner.layout3 .jws-banner-inner .text-1 {
  margin-top: 40px;
}
.jws-banner.layout3 .jws-banner-inner .text-2 {
  margin-top: 10px;
}
.jws-banner.layout2 .jws-banner-inner {
  overflow: hidden;
  height: 100%;
}
.jws-banner.layout2 .jws-banner-inner:hover .text-1,
.jws-banner.layout2 .jws-banner-inner:hover .button {
  transform: translateY(0);
}
.jws-banner.layout2 .jws-banner-inner:hover .text-2 {
  transform: scale(1);
  opacity: 1;
}
.jws-banner.layout2 .jws-banner-inner:hover .banner-image:before {
  opacity: 0.9;
  transform: translateY(0%);
}
.jws-banner.layout2 .jws-banner-inner:hover .banner-image:after {
  opacity: 0;
}
.jws-banner.layout2 .jws-banner-content {
  justify-content: center;
  align-items: center;
  padding: 42px 22px 32px;
}
.jws-banner.layout2 .banner-image:before,
.jws-banner.layout2 .banner-image:after {
  transition: all 0.3s;
}
.jws-banner.layout2 .banner-image:after {
  background: rgba(1, 0, 40, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.jws-banner.layout2 .banner-image:before {
  transform: translateY(-50%);
  background: var(--bg-color);
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.jws-banner.layout2 .button,
.jws-banner.layout2 .text-1 {
  color: #fff;
  transition: all 0.3s;
}
.jws-banner.layout2 .text-2 {
  margin-bottom: 15px;
  transform: scale(0.5);
  opacity: 0;
  color: #fefeff;
  font-size: 15px;
  line-height: 18px;
  transition: all 0.3s;
}
.jws-banner.layout2 .text-1 {
  transform: translateY(97%);
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  width: fit-content;
}
.jws-banner.layout2 .text-1::before {
  content: '';
  width: 86%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
.jws-banner.layout2 .button {
  transform: translateY(-190%);
  font-weight: 700;
}
.jws-banner.layout1 .jws-banner-inner {
  box-shadow: 0px 20px 39.6px 0.4px rgba(48, 0, 127, 0.08);
  padding: 30px 26px 38px;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.3s all;
}
.jws-banner.layout1 .jws-banner-inner > a {
  background: #fff;
  color: var(--body);
}
.jws-banner.layout1 .jws-banner-inner:hover .button {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.jws-banner.layout1 .jws-banner-image {
  transition: 0.3s all;
  display: inline-block;
  position: relative;
  padding: 8px;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 18px;
}
.jws-banner.layout1 .jws-banner-content .button {
  font-weight: 400;
  display: inline-block;
  margin-left: 8px;
}
.jws-banner.layout1 .text-2 {
  line-height: 22px;
}
.jws-banner.layout1 .text-1 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
}
.jws-banner .slick-dots {
  margin-top: 35px !important;
}
.jws-banner .slick-dots li {
  border: none;
  width: 25px;
  height: 20px;
  margin: 0 5px;
  border-radius: 0;
  background: transparent !important;
  padding-top: 10px;
}
.jws-banner .slick-dots li button {
  display: block;
  border: none;
  width: 25px;
  height: 2px;
  border-radius: 0;
  background: #dedede;
  font-size: 0;
}
.jws-banner .slick-dots li:before {
  display: none;
}
.jws-banner .slick-dots li.slick-active button {
  background: var(--main);
}
.jws-banner-nav {
  text-align: right;
  margin-bottom: 42px;
}
.jws-banner-nav .jws-carousel-btn {
  width: 45px;
  height: 45px;
  color: var(--heading);
  font-size: 32px;
  border: 2px solid var(--main);
  display: inline-block !important;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: .3s all;
  background: #ffffff;
}
.jws-banner-nav .jws-carousel-btn:hover {
  background: var(--main);
  color: #ffffff;
}
.jws-banner-nav .prev-item {
  margin-right: 16px;
}
@media (min-width: 1024px) {
  .layout3 .jws-banner-item:nth-child(2n) {
    padding-top: 40px;
  }
}
.jws_logo_hover_yes .jws_gallery .jws_gallery_item img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -ms-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.jws_logo_hover_yes .jws_gallery .jws_gallery_item > a:hover img {
  opacity: 1;
}
.jws_gallery_element .jws_gallery_inner {
  overflow: hidden;
  transition: all 0.3s;
  height: 100%;
}
.jws_gallery_element .jws_gallery_image.list {
  position: relative;
  overflow: hidden;
}
.jws_gallery_element .jws_gallery_image.list a {
  display: block;
  width: 100%;
  height: 100%;
}
.jws_gallery_element .jws_gallery_image.list .jws-logo {
  display: block;
  width: auto;
  opacity: 1;
  will-change: opacity, transform;
  transform: translateY(0);
  transition: opacity 0.35s ease-out, transform 0.3s linear;
}
.jws_gallery_element .jws_gallery_image.list .jws-logo img {
  margin: 0 auto;
}
.jws_gallery_element .jws_gallery_image.list .jws-hover-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  will-change: opacity, transform;
  transform: translateY(100px);
  transition: opacity 0.35s ease-out, transform 0.3s linear;
}
.jws_gallery_element .jws_gallery_image.list .jws-hover-logo img {
  margin: 0 auto;
}
.jws_gallery_element .jws_gallery_image.list:hover .jws-hover-logo {
  opacity: 1;
  transition: opacity 0.35s ease-out, transform 0.3s linear;
  transform: translateY(0);
}
.jws_gallery_element .jws_gallery_image.list:hover .jws-logo {
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 0.35s ease-out, transform 0.3s linear;
}
.jws_gallery_element .slider3d {
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.jws_gallery_element .slider3d .carousel-items {
  display: block;
  overflow: visible;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  max-width: 70%;
}
.jws_gallery_element .slider3d .carousel-item {
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.jws_gallery_element .slider3d.carousel-initialized .carousel-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.45s step-end;
}
.jws_gallery_element .slider3d.carousel-initialized .carousel-item.is-active,
.jws_gallery_element .slider3d.carousel-initialized .carousel-item.is-top,
.jws_gallery_element .slider3d.carousel-initialized .carousel-item.is-bottom {
  opacity: 1;
  visibility: visible;
}
.jws_gallery_element .slider3d.carousel-initialized .carousel-item.is-top,
.jws_gallery_element .slider3d.carousel-initialized .carousel-item.is-bottom {
  cursor: pointer;
  transition-timing-function: step-start;
}
.jws_gallery_element .slider3d.carousel-initialized .carousel-item.is-active {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
}
.jws_gallery_element .jws_gallery.layout1 .jws_gallery_image > img {
  opacity: 0.7;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.jws_gallery_element .jws_gallery.layout1 .jws_gallery_image:hover {
  opacity: 1;
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner {
  position: relative;
  overflow: hidden;
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner .jws_gallery_image {
  position: relative;
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner .jws_gallery_image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner .jws_gallery_content {
  transform: scale(1.1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  background: rgba(58, 51, 134, 0.8);
  color: #fff;
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner .jws_gallery_content .jws_hover_content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  will-change: transform;
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner .jws_gallery_content .title {
  color: #fff;
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner .jws_gallery_content .description {
  opacity: 0.8;
  font-size: 14px;
  font-weight: 400;
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner:hover .jws_gallery_content {
  opacity: 1;
  transform: scale(0.9);
}
.jws_gallery_element .jws_gallery.layout2 .jws_gallery_inner:hover .jws_gallery_content .jws_hover_content {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jws_gallery_element .jws_gallery .jws_gallery_image {
  position: relative;
}
.jws_gallery_element .jws_gallery .jws_gallery_image img {
  transition: .3s all;
  margin: 0 auto;
}
.jws_gallery_element .jws_gallery .jws_gallery_image:hover img {
  opacity: 1;
}
.jws_gallery_element .jws_gallery .jws_gallery_item {
  margin-top: 0;
  position: relative;
  margin-bottom: 30px;
  transition: 0.3s all;
}
.jws_gallery_element .jws_gallery.navs-middle .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.jws_gallery_element .jws_gallery.navs-middle .slick-arrow.slick-prev {
  left: 30px;
}
.jws_gallery_element .jws_gallery.navs-middle .slick-arrow.slick-next {
  right: 30px;
}
.jws_gallery_element .jws_gallery.navs-bottom {
  padding-bottom: 40px;
}
.jws_gallery_element .jws_gallery.navs-bottom .slick-arrow {
  bottom: 0px;
}
.jws_gallery_element .jws_gallery.navs-bottom .slick-arrow.slick-next {
  right: 48%;
  transform: translateX(50%);
}
.jws_gallery_element .jws_gallery.navs-bottom .slick-arrow.slick-prev {
  left: 48%;
  transform: translateX(-50%);
}
.jws_gallery_element .jws_gallery .slick-arrow {
  background: transparent;
  border: transparent;
  color: var(--heading);
  position: absolute;
  z-index: 1;
  font-family: "jws_icon";
  font-size: 0px;
  overflow: hidden;
}
.jws_gallery_element .jws_gallery .slick-arrow::before {
  font-size: 18px;
}
.jws_gallery_element .jws_gallery .slick-arrow.slick-prev::before {
  content: '\ea40';
}
.jws_gallery_element .jws_gallery .slick-arrow.slick-next::before {
  content: '\ea3c';
}
.jws_gallery_element .jws_gallery.loading .jws_gallery_item {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .gallery_tabs {
    padding-right: 0;
  }
  .gallery_tabs li {
    margin-right: 15px;
  }
  .gallery_tabs ul {
    text-align: left;
  }
  .jws_gallery_element .custom_navs {
    position: relative;
  }
}
.jws-menu-list .menu-list-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading);
}
.jws-menu-list ul {
  list-style-type: none;
}
.jws-menu-list ul li.elementor-icon-list-item .label {
  border-radius: 5px;
  margin-left: 4px;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  line-height: 18px;
  background: var(--secondary);
  color: #fff;
}
.jws-menu-list.toggle-mobile ul li:first-child {
  padding-top: 25px;
}
.jws-menu-list .elementor-icon-list-icon {
  border-radius: 100%;
}
.jws-menu-list .elementor-icon-list-icon i,
.jws-menu-list .elementor-icon-list-icon svg {
  width: 1.25em;
  height: 1.25em;
  display: block;
  line-height: 1.25em;
  text-align: center;
}
.jws-menu-list .line_sm li a .elementor-icon-list-text {
  position: relative;
}
.jws-menu-list .line_sm li a .elementor-icon-list-text:before {
  background: var(--heading);
  content: "";
  bottom: 0px;
  right: 0;
  position: absolute;
  height: 1px;
  width: 0%;
  transition: 0.3s all;
}
.jws-menu-list .line_sm li:focus a .elementor-icon-list-text:before,
.jws-menu-list .line_sm li:hover a .elementor-icon-list-text:before,
.jws-menu-list .line_sm li.active a .elementor-icon-list-text:before {
  width: 100%;
  left: 0;
}
.jws-menu-list .line_bg li {
  transition: 0.3s all;
}
.jws-menu-list .line_bg li .elementor-icon-list-text {
  position: relative;
  width: auto;
}
.jws-menu-list .line_bg li .elementor-icon-list-text:before {
  background: var(--secondary);
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 0%;
  transition: 0.3s all;
}
.jws-menu-list .line_bg li .elementor-icon-list-text span {
  position: relative;
  z-index: 1;
}
.jws-menu-list .line_bg li:focus .elementor-icon-list-text:before,
.jws-menu-list .line_bg li:hover .elementor-icon-list-text:before,
.jws-menu-list .line_bg li.active .elementor-icon-list-text:before {
  width: 100%;
}
.jws-menu-list .line_pd li {
  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(--secondary);
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  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%;
}
@media (max-width: 767px) {
  .jws-menu-list.toggle-mobile .menu-list-title {
    cursor: pointer;
    margin-bottom: 5px;
  }
  .jws-menu-list.toggle-mobile .menu-list-title:after {
    font-family: "jws_icon";
    content: '\e817';
    margin-left: 5px;
    font-size: 18px;
  }
  .jws-menu-list.toggle-mobile ul {
    display: none;
  }
  .jws-menu-list.toggle-mobile ul li:first-child {
    padding-top: 10px;
  }
}
.animated_logo.dark_logo svg path.cls-2,
.animated_logo.light_logo svg path.cls-2 {
  fill: var(--main);
  transition: all 0.3s;
}
.animated_logo.dark_logo svg #insurtech {
  fill: var(--heading);
  transition: all 0.3s;
}
.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;
}
.is-sticky .elementor-logo.has_logo_sticky .logo-inner,
.mega-has-hover .elementor-logo.has_logo_sticky .logo-inner {
  display: none;
}
.is-sticky .elementor-logo.has_logo_sticky .logo-sticky,
.mega-has-hover .elementor-logo.has_logo_sticky .logo-sticky {
  display: block;
}
.jws_account a {
  color: var(--heading);
}
.jws_account a .jws_a_icon {
  transition: 0.3s all;
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.jws_account a .jws_account_text {
  vertical-align: middle;
}
.jws_account a .jws_account_text i {
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}
.jws-infowindow-content {
  position: relative;
  padding: 10px;
}
.jws-infowindow-content.has-image {
  display: flex;
  align-items: center;
}
.jws-infowindow-content.has-image .info-right {
  flex: 0 0 calc(100% - 92px);
}
.jws-infowindow-content.has-image .info-right .jws-infowindow-description {
  margin-bottom: 8px;
}
.jws-infowindow-content.has-image .info-left {
  flex: 92px;
  padding-right: 12px;
}
.jws-wpsl-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jws-wpsl-search input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 190px);
  flex: 0 0 calc(100% - 190px);
  max-width: calc(100% - 190px);
  background: transparent;
  border: 0;
  height: 60px;
}
.jws-wpsl-search button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  max-width: 190px;
  color: var(--light);
  border: none;
  background: var(--heading);
  height: 60px;
}
.gm-style-iw button {
  top: 5px !important;
  right: 5px !important;
  opacity: 1 !important;
}
.gm-style-iw button img {
  width: 20px !important;
  height: auto !important;
}
.gm-style .gm-style-iw-c {
  box-shadow: 0.209px 2.993px 13.8px 1.2px rgba(73, 9, 2, 0.07000000000000001) !important;
}
.gmnoprint img {
  max-width: none;
}
@media (max-width: 767px) {
  .jws-wpsl-search {
    display: block;
  }
  .jws-wpsl-search input {
    width: 100%;
    max-width: 100%;
  }
  .jws-wpsl-search button {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 414px) {
  .jws-infowindow-content.has-image {
    flex-wrap: wrap;
  }
  .jws-infowindow-content.has-image .info-left {
    flex: 100%;
  }
  .jws-infowindow-content.has-image .info-right {
    flex: 0 0 100%;
    padding-top: 16px;
  }
}
.title-wrapper a.link {
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  .jws-title.layout1 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .jws-title h3 {
    font-size: 65px;
  }
  .jws-title h4 {
    font-size: 25px;
    line-height: 30px;
    padding-left: 0;
  }
  .jws-title h6 {
    padding-left: 0;
    margin-top: -31px;
  }
}
.jws-instagram.metro .jws-instagram-inner {
  transition: 0.3s all;
}
.jws-instagram.metro .instagram-wap.loading .jws-instagram-inner {
  opacity: 0;
}
.jws-instagram.skin1 .jws-instagram-inner .overlay {
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
.jws-instagram.skin1 .jws-instagram-inner .overlay i {
  font-size: 22px;
}
.jws-instagram.skin1 .jws-instagram-inner:hover .overlay {
  opacity: 1;
}
.jws-instagram.skin1 .jws-instagram-inner:hover img {
  transform: scale(1.1);
}
.jws-instagram.skin2 .jws-instagram-inner .overlay i {
  font-size: 18px;
  color: var(--heading);
  background: #ffffff;
  padding: 12px;
  border-radius: 100%;
}
.jws-instagram.skin2 .jws-instagram-inner .overlay i:before {
  width: 1em;
  height: 1em;
  display: block;
}
.jws-instagram.skin2 .jws-instagram-inner:hover .overlay {
  opacity: 1;
}
.jws-instagram.skin2 .jws-instagram-inner:hover img {
  transform: scale(1.1);
}
.jws-instagram .jws-instagram-inner {
  position: relative;
  overflow: hidden;
}
.jws-instagram .jws-instagram-inner img {
  transition: 0.5s all;
  width: 100%;
}
.jws-instagram .jws-instagram-inner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  transition: 0.3s all;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jws_demo_element .has-comming-soon .jws_headline {
  display: none;
}
.jws_demo_element .has-comming-soon .overlay {
  pointer-events: none;
}
.jws_demo_element .has-comming-soon .jws_image_content_inner span {
  font-size: 14px;
  color: var(--heading);
  margin-bottom: 2px;
  display: block;
}
.jws_demo_element .jws_image {
  box-shadow: 0px 0px 20px rgba(74, 45, 2, 0.15);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
}
.jws_demo_element .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
}
.jws_demo_element .jws_image_content_inner {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.jws_demo_element .jws_image_content_inner a {
  opacity: 0;
  transform: translateY(10px);
}
.jws_demo_element .jws_column_content {
  max-width: 380px;
  margin: 0 auto;
}
.jws_demo_element .jws_column_content:hover .jws_image {
  opacity: 1;
  transform: translateY(-22px);
}
.jws_demo_element .jws_column_content:hover .jws_headline h4 a:before {
  width: 100%;
}
.jws_demo_element .jws_headline h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
}
.jws_demo_element .jws_headline a {
  color: var(--heading);
  position: relative;
}
.jws_demo_element .jws_headline a:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--heading);
  transition: 0.3s all;
  position: absolute;
}
.animated_slider .slick-vertical .elementor-column.slick-slide {
  height: 100vh;
  overflow: hidden;
}
.animated_slider .slick-vertical .elementor-column.slick-slide > .elementor-widget-wrap.elementor-element-populated {
  height: 100%;
}
.jws-blog-element .jws_blog_slider .jws-carousel-btn {
  z-index: 1;
  opacity: 0;
}
.jws-blog-element .jws_blog_slider:hover .jws-carousel-btn {
  opacity: 1;
  transition: all 0.3s ease;
}
.jws-blog-element .jws_blog_slider:hover .jws-carousel-btn.slider_left,
.jws-blog-element .jws_blog_slider:hover .jws-carousel-btn.prev-item {
  transform: translate(20px);
}
.jws-blog-element .jws_blog_slider:hover .jws-carousel-btn.slider_right,
.jws-blog-element .jws_blog_slider:hover .jws-carousel-btn.next-item {
  transform: translate(-20px);
}
.image_carousel .jws-carousel-btn,
.jws_project_slider .jws-carousel-btn,
.jws_team_slider .jws-carousel-btn,
.jws-slider .jws-carousel-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 30px;
  height: 50px;
  margin-top: -30px;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  background: #151b261a;
}
.image_carousel .jws-carousel-btn.prev-item,
.jws_project_slider .jws-carousel-btn.prev-item,
.jws_team_slider .jws-carousel-btn.prev-item,
.jws-slider .jws-carousel-btn.prev-item {
  left: -20px;
}
.image_carousel .jws-carousel-btn.next-item,
.jws_project_slider .jws-carousel-btn.next-item,
.jws_team_slider .jws-carousel-btn.next-item,
.jws-slider .jws-carousel-btn.next-item {
  right: -20px;
}
.image_carousel .jws-carousel-btn:hover,
.jws_project_slider .jws-carousel-btn:hover,
.jws_team_slider .jws-carousel-btn:hover,
.jws-slider .jws-carousel-btn:hover {
  opacity: 1;
}
.image_carousel + .carousel_dots ul li,
.jws_project_slider + .carousel_dots ul li,
.jws_team_slider + .carousel_dots ul li,
.jws-slider + .carousel_dots ul li,
.image_carousel + .project_slider_dots ul li,
.jws_project_slider + .project_slider_dots ul li,
.jws_team_slider + .project_slider_dots ul li,
.jws-slider + .project_slider_dots ul li,
.image_carousel + .gallery-dots-box ul li,
.jws_project_slider + .gallery-dots-box ul li,
.jws_team_slider + .gallery-dots-box ul li,
.jws-slider + .gallery-dots-box ul li,
.image_carousel + .team_slider_dots ul li,
.jws_project_slider + .team_slider_dots ul li,
.jws_team_slider + .team_slider_dots ul li,
.jws-slider + .team_slider_dots ul li,
.image_carousel + .slider-dots-box ul li,
.jws_project_slider + .slider-dots-box ul li,
.jws_team_slider + .slider-dots-box ul li,
.jws-slider + .slider-dots-box ul li {
  display: inline-block;
}
.jws_slider_element > .jws_slider > .swiper-wrapper > .slider-item > .elementor {
  height: 100%;
}
.jws_slider_element > .jws_slider > .swiper-wrapper > .slider-item > .elementor > .elementor-section-height-full {
  height: 100%;
}
.jws_section_slider .slider-dots-box {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 30px;
  z-index: 2;
}
.jws_section_slider .slider-dots-box.dark_dot .slider-dots button:after {
  background: #151B2680 !important;
}
.jws_section_slider .slider-dots-box.dark_dot .slider-dots .slick-active button:after {
  background: #151B26 !important;
}
.jws_section_slider .has_animated {
  opacity: 0;
}
.jws_section_slider .animated {
  opacity: 1;
}
.jws-carousel .slider-dots-box .slider-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.services_dots .slider-dots,
.carousel_dots .slider-dots,
.custom_dots .slider-dots,
.project_slider_dots .slider-dots,
.gallery-dots-box .slider-dots,
.team_slider_dots .slider-dots,
.blog_dots .slider-dots,
.slider-dots-box .slider-dots {
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.services_dots .slider-dots li,
.carousel_dots .slider-dots li,
.custom_dots .slider-dots li,
.project_slider_dots .slider-dots li,
.gallery-dots-box .slider-dots li,
.team_slider_dots .slider-dots li,
.blog_dots .slider-dots li,
.slider-dots-box .slider-dots li {
  margin: 0 3px;
}
.services_dots .slider-dots button,
.carousel_dots .slider-dots button,
.custom_dots .slider-dots button,
.project_slider_dots .slider-dots button,
.gallery-dots-box .slider-dots button,
.team_slider_dots .slider-dots button,
.blog_dots .slider-dots button,
.slider-dots-box .slider-dots button {
  width: 35px;
  height: 3px;
  border-radius: 1.5px;
  overflow: hidden;
  display: block;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  transition: .3s all;
  position: relative;
  z-index: 0;
  font-size: 0;
}
.services_dots .slider-dots button:after,
.carousel_dots .slider-dots button:after,
.custom_dots .slider-dots button:after,
.project_slider_dots .slider-dots button:after,
.gallery-dots-box .slider-dots button:after,
.team_slider_dots .slider-dots button:after,
.blog_dots .slider-dots button:after,
.slider-dots-box .slider-dots button:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #605ed54d;
  transition: background 0.3s linear;
}
.services_dots .slider-dots .slick-active button:after,
.carousel_dots .slider-dots .slick-active button:after,
.custom_dots .slider-dots .slick-active button:after,
.project_slider_dots .slider-dots .slick-active button:after,
.gallery-dots-box .slider-dots .slick-active button:after,
.team_slider_dots .slider-dots .slick-active button:after,
.blog_dots .slider-dots .slick-active button:after,
.slider-dots-box .slider-dots .slick-active button:after {
  background: var(--bg-color);
  opacity: 1;
}
.dots-align-left .slider-dots-box ul li,
.dots-align-right .slider-dots-box ul li {
  margin: 5px 0px;
}
.dots-align-right .jws_section_slider .slider-dots-box {
  right: 30px;
  left: unset;
}
.dots-align-center .jws_section_slider .slider-dots-box {
  top: unset;
  bottom: 0;
  width: 100%;
}
.dots-align-center .jws_section_slider .slider-dots-box .slider-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
@media (max-width: 1164px) {
  .dots-style-number.dots-align-center .jws_section_slider .slider-dots-box {
    left: 6.2%;
  }
}
@keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.jws_section_slider > .elementor-element {
  display: none;
}
.jws_section_slider > .elementor-element:first-child {
  display: block;
}
.jws_section_slider.slick_1 > .elementor-element:first-child {
  width: 100%;
}
.jws_section_slider {
  display: block !important;
}
.jws_section_slider .jws-carousel-btn {
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
  text-align: center;
  transition: 0.3s all;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #efefff;
  border-radius: 50%;
  transition: all 0.3s;
  color: var(--btn-bgcolor);
}
.jws_section_slider .jws-carousel-btn:hover {
  color: #fff;
  background: var(--btn-bgcolor);
}
.jws_section_slider .slider_left,
.jws_section_slider .prev-item {
  left: 15px;
  transform: translatex(-20px);
  display: block;
  opacity: 0;
}
.jws_section_slider .slider_left i,
.jws_section_slider .prev-item i {
  transform: rotate(-180deg);
  display: block;
}
.jws_section_slider .slider_right,
.jws_section_slider .next-item {
  right: 15px;
  transform: translatex(20px);
  opacity: 0;
}
.jws_section_slider:hover .jws-carousel-btn {
  transform: none;
  opacity: 1;
}
.jws-countdown-animation > figure {
  width: auto !important;
  max-width: initial !important;
  margin-bottom: 30px !important;
}
.jws-countdown-animation figcaption {
  line-height: 22px;
  font-weight: 600;
  font-size: 18px;
  color: var(--heading);
  text-align: center;
  margin-top: 15px;
}
.jws-countdown-animation div {
  height: 68px !important;
  font-family: var(--font1);
}
.jws-countdown-animation ul {
  left: 13px;
}
.countdown-container {
  display: flex;
}
.jws-price-list .elementor-price-list-items {
  padding: 0;
  list-style-type: none;
}
.jws-price-list .elementor-price-list-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.jws-price-list .elementor-price-list-items li .image {
  width: 25%;
  text-align: center;
  margin-right: 40px;
}
.jws-price-list .elementor-price-list-items li .content {
  width: 100%;
}
.jws-price-list .elementor-price-list-items li .content .content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.jws-price-list .elementor-price-list-items li .content .description {
  text-transform: uppercase;
  font-size: 11px;
}
.jws-price-list .elementor-price-list-items li .content h6 {
  letter-spacing: 1px;
  margin: 0;
}
.jws-price-list .elementor-price-list-items li .content .price {
  font-size: 17px;
  color: var(--secondary);
}
.jws-price-list .elementor-price-list-items li .content .line {
  flex: 1;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--body) 30%, rgba(255, 255, 255, 0) 0%);
  background-size: 6px 3px;
  margin: 0 10px;
  margin-top: 7px;
}
.center_image .jws-image_carousel-item.slider-item.slick-slide {
  transform: scale(0.8) translate(13%);
  transition: all 0.3s;
}
.center_image .jws-image_carousel-item.slider-item.slick-slide.slick-active.slick-center {
  transform: scale(1);
  z-index: 30;
}
.center_image .jws-image_carousel-item.slider-item.slick-slide.slick-active.slick-center + .slick-slide {
  transform: scale(0.8) translate(-13%);
}
.elementor-widget-jws_image_carousel.jws-content-align-at-center .swiper-wrapper {
  align-items: center;
}
.elementor-widget-jws_image_carousel.jws-content-align-at-bottom .swiper-wrapper {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.elementor-widget-jws_image_carousel .slideshow {
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -72px;
  color: #fff;
  font-size: 14px;
}
.elementor-widget-jws_image_carousel .slideshow .line_horizontal {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  margin: 0 3px;
}
.elementor-widget-jws_image_carousel .jws-btn-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-widget-jws_image_carousel .jws-btn-carousel > div {
  cursor: pointer;
  position: relative;
  color: var(--heading);
  width: 87px;
  height: 60px;
  background: #fff;
  text-align: center;
  line-height: 60px;
  z-index: 1;
  -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-size: 18px;
}
.elementor-widget-jws_image_carousel .jws-btn-carousel > div.jws-button-next {
  margin-left: 1px;
}
.elementor-widget-jws_image_carousel .jws-btn-carousel > div:hover {
  background: var(--btn-bgcolor2);
  color: #fff;
}
.hover_image .jws-image_carousel-image a {
  transition: 0.3s all;
  opacity: 0.6;
}
.hover_image .jws-image_carousel-image a img {
  margin: auto;
}
.hover_image .jws-image_carousel-image a:hover {
  opacity: 1;
}
.jws-image_carousel .jws-image_carousel-image {
  text-align: center;
}
.jws-image_carousel .jws-image_carousel-image a {
  width: 100%;
  height: 100%;
  display: block;
}
.jws-image_carousel .jws-image_carousel-image.full_width img {
  width: 100%;
}
.jws_button_login .elementor-button-link {
  font-size: 15px;
  vertical-align: -webkit-baseline-middle;
}
.jws_button_login .elementor-button-link.login {
  padding: 8px 30px 8px 22px;
  background: transparent;
  color: var(--btn-bgcolor2);
}
.jws_button_login .elementor-button-link.login:hover {
  color: var(--btn-bgcolor);
}
.jws_button_login .elementor-button-link.logged,
.jws_button_login .elementor-button-link.register {
  padding: 8px 23px 8px 23px;
  background: var(--btn-bgcolor);
  color: #fff;
  border-radius: 3px;
}
.jws_button_login .elementor-button-link.logged:hover,
.jws_button_login .elementor-button-link.register:hover {
  background: var(--btn-bgcolor2);
}
.jws-text-circle-animation .text-content {
  width: 112px;
  height: 112px;
  position: relative;
}
.jws-text-circle-animation .text-content .circle-text {
  position: relative;
  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 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  width: 65%;
  height: 65%;
  background: var(--main);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
.jws-text-circle-animation .text-content .center-text::before {
  position: absolute;
  content: '';
  width: 85%;
  height: 85%;
  background: transparent;
  border: 1px dashed #fff;
  border-radius: 100%;
}
@-webkit-keyframes jws-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes jws-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Widget for wordpress */
.jws_categories .cate_title {
  margin-bottom: 10px;
}
.jws_categories .jws_list_categories {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jws_categories .jws_list_categories .cat-item {
  display: flex;
}
.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(--main3);
  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);
}
.widget_product_tag_cloud .tag_title,
.post-tags .tag_title,
.tagcloud-list .tag_title {
  margin-bottom: 20px;
}
.widget_product_tag_cloud a,
.post-tags a,
.tagcloud-list a {
  font-size: 15px;
  display: inline-block;
  padding: 0px 12px;
  margin: 0 5px 8px 0;
  border-radius: 5px;
  background: #faf9ff;
}
.widget_product_tag_cloud a:hover,
.post-tags a:hover,
.tagcloud-list a:hover {
  color: #fff;
  background: var(--btn-bgcolor2);
}
.post-tags span {
  margin-right: 20px;
}
.elementor-widget-wp-widget-archives ul li a {
  border: 1px solid rgba(66, 84, 102, 0.2);
  padding: 5px 15px;
}
.elementor-widget-wp-widget-archives ul li a:hover {
  color: var(--text);
}
/* Single team*/
.single-team-container {
  margin-top: 50px;
}
.team_content_header {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .single-team-container .content_right {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .single-team-container {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .single-team-container .content_right {
    padding-left: 50px;
  }
}
/* Single project*/
.product-share {
  font-size: 17px;
  letter-spacing: 16px;
}
.product-share a:hover {
  color: var(--secondary);
}
.single-projects-container {
  padding-top: 80px;
}
.single-projects-container .project_exerpt {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.single-projects-container .project_exerpt h5 {
  padding-right: 30px;
}
.single-projects-container .project_global strong {
  color: var(--heading);
  margin-right: 16px;
  font-family: var(--font2);
  font-weight: 700;
}
.single-projects-container .project_global p a {
  color: var(--text);
}
.single-projects-container .project_global p a:hover {
  color: var(--main);
}
.single-projects-container.layout1 .project_exerpt {
  margin-top: 34px;
}
.single-projects-container.layout1 .project_global > div {
  margin-bottom: 13px;
}
.single-projects-container.layout1 .project_global > div:not(.share) span {
  display: block;
  margin-bottom: -4px;
  font-size: 14px;
}
.single-projects-container .post-related {
  margin-top: 58px;
}
.single-projects-container .post-related .related_title {
  margin-bottom: 32px;
}
.single-projects-container .post-related .post_related_slider {
  margin-top: 10px;
}
.single-projects-container .post-related .post_related_slider.jws_project_layout1 .jws_project_content {
  padding-top: 31px;
}
.single-projects-container .project_bottom {
  border-top: 1px solid #b7b7b74d;
  border-bottom: 1px solid #b7b7b74d;
}
.single-projects-container .nav_change_project {
  padding-top: 43px;
  padding-bottom: 43px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-projects-container .nav_change_project .project_back {
  color: var(--heading);
  font-size: 21px;
}
.single-projects-container .nav_change_project .tags_share {
  text-align: center;
  padding: 0 30px;
}
.single-projects-container .nav_change_project .tags_share .post_tags {
  color: var(--main);
  margin-bottom: 20px;
}
.single-projects-container .nav_change_project .tags_share .post_tags a {
  color: var(--main);
}
.single-projects-container .nav_change_project a:hover {
  color: var(--main);
}
.single-projects-container .nav_change_project a:hover .content_nav i::after {
  background: var(--main);
}
.single-projects-container .nav_change_project a.left i {
  margin-right: 10px;
}
.single-projects-container .nav_change_project a.left i::after {
  right: 0;
}
.single-projects-container .nav_change_project a.left:hover i {
  animation: bounceAlpha2 1s both;
  -webkit-animation: bounceAlpha2 1s both;
}
.single-projects-container .nav_change_project a.right {
  text-align: right;
}
.single-projects-container .nav_change_project a.right i {
  margin-left: 10px;
}
.single-projects-container .nav_change_project a.right i::after {
  left: -3px;
}
.single-projects-container .nav_change_project a.right:hover i {
  color: var(--accent);
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.single-projects-container .nav_change_project a .content_nav p {
  margin: 0px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.single-projects-container .nav_change_project a .content_nav i {
  display: inline-block;
  font-size: 15px;
  width: 40px;
  position: relative;
}
.single-projects-container .nav_change_project a .content_nav i::after {
  transition: all 0.3s;
  position: absolute;
  height: 1px;
  width: 90%;
  background: var(--heading);
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .single-projects-container.layout1 .project_global {
    padding-top: 50px;
  }
  .single-projects-container.layout1 .project_global,
  .single-projects-container.layout1 .content_overview {
    flex: 0 100%;
  }
}
@media (min-width: 1024px) {
  .single-projects-container .project_exerpt .project_global {
    padding-left: 83px;
  }
}
@media (min-width: 768px) {
  .single-projects-container .content_overview {
    flex: 0 66%;
  }
  .single-projects-container .project_global {
    flex: 0 34%;
    padding-top: 9px;
    padding-left: 30px;
  }
}
/* Single project*/
/* @import 'single/services.less';*/
/* Single Blog */
.single-blog {
  padding: 50px 0 0px;
}
.single-blog .comment-form-author {
  order: 2;
}
.single-blog .comment-form-email {
  order: 3;
}
.single-blog.sidebar_right .post_sidebar {
  padding-left: 25px;
}
.single-blog.sidebar_right .post_content {
  padding-right: 48px;
}
.single-blog.sidebar_left .post_sidebar {
  padding-right: 25px;
}
.single-blog.sidebar_left .post_content {
  padding-left: 48px;
}
.single-blog .jws-post-author {
  text-transform: capitalize;
}
.single-blog .jws-post-author img {
  border-radius: 100%;
  margin-right: 16px;
  display: inline-block;
}
.single-blog.layout_layout1 .post_thumbnail {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.single-blog.layout_layout1 .jws-post-quote {
  background-color: #f1f6fe;
}
.single-blog.layout_layout1 .jws-post-quote .quote_name {
  font-size: 15px;
  color: var(--main);
  font-family: var(--font2);
  font-weight: 300;
  letter-spacing: 1px;
}
.single-blog.layout_layout1 .jws-post-link {
  background-color: #fff4ef;
}
.single-blog.layout_layout1 .jws-post-quote,
.single-blog.layout_layout1 .jws-post-link {
  padding: 9% 6%;
}
.single-blog.layout_layout1 .jws-post-quote .post_title,
.single-blog.layout_layout1 .jws-post-link .post_title {
  font-size: 28px;
  line-height: 37.2px;
}
.single-blog.layout_layout1 .jws-post-quote .link_icon,
.single-blog.layout_layout1 .jws-post-link .link_icon {
  font-size: 8rem;
  left: 7%;
  top: 30%;
  opacity: 0.05;
  display: block;
  position: absolute;
}
.single-blog.layout_layout1 header .jws-post-info {
  padding-right: 60px;
}
.single-blog.layout_layout1 .entry_content {
  padding-top: 40px;
}
.single-blog header .box_meta {
  margin-right: 25px;
}
.single-blog header .box_meta .entry-date a {
  font-size: 13px;
  opacity: 0.5;
}
.single-blog header .box_meta .entry-date a:hover {
  opacity: 1;
}
.single-blog header .jws_post_meta {
  margin-top: 32px;
}
.single-blog .entry_content {
  position: relative;
}
.single-blog .single_post_meta {
  margin-top: 22px;
}
.single-blog .single_post_meta .post_tags {
  padding-left: 0px;
}
.single-blog .single_post_meta .post_tags span {
  color: var(--heading);
  display: inline-block;
  margin-right: 20px;
  font-family: var(--font2);
}
.single-blog .single_post_meta .post_tags .post-tags a {
  margin: 0 10px 10px 0;
  border: none;
  background: #151b261a;
  color: var(--heading);
}
.single-blog .single_post_meta .post_tags .post-tags a:hover {
  background: var(--heading);
  color: #fff;
}
.single-blog footer {
  clear: both;
}
.single-blog .content-before-footer {
  padding-top: 30px;
}
.single-blog header .jws_post_image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 36px;
}
.single-blog header .jws_post_image img {
  width: 100%;
}
.single-blog .jws_share_post {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0 4px;
}
.single-blog .jws_share_post label {
  color: var(--main);
  margin-right: 20px;
}
.single-blog .jws_share_post .product-share {
  display: inline-block;
  letter-spacing: 0;
}
.single-blog .jws_share_post .product-share .addthis_inline_share_toolbox {
  word-spacing: 8px;
}
.single-blog .jws_share_post .product-share .addthis_inline_share_toolbox a {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  background: #faf9ff;
  border-radius: 100%;
}
.single-blog .jws_share_post .product-share .addthis_inline_share_toolbox a.addthis_button_facebook {
  color: #3d5b96;
}
.single-blog .jws_share_post .product-share .addthis_inline_share_toolbox a.addthis_button_twitter {
  color: #2aa3ef;
}
.single-blog .jws_share_post .product-share .addthis_inline_share_toolbox a.addthis_button_linkedin {
  color: #4a98c6;
}
.single-blog .entry_title {
  font-size: 36px;
  margin-bottom: 13px;
  margin-top: 12px;
  line-height: 44px;
}
.single-blog .entry-comment .jws-comment {
  vertical-align: middle;
  margin-right: 7px;
}
.single-blog .entry-comment .jws-comment:before {
  content: url("https://temporal.primernivelseguros.com/wp-content/themes/insurtech/assets/image/Chat.svg");
}
.single-blog .post_author {
  margin-right: 30px;
}
.single-blog .post_author a img {
  border-radius: 100%;
  margin-right: 13px;
}
.single-blog .post_author a span {
  color: var(--body);
}
.single-blog .post-share {
  text-align: right;
  margin-top: 5px;
}
.single-blog .post-share .addthis_button_more {
  padding-bottom: 4px;
}
.single-blog .post-share a {
  display: inline-block;
  vertical-align: middle;
}
.single-blog .post-share a i {
  font-size: 18px;
  margin-right: 10px;
}
.single-blog .post-share a .fa-plus {
  font-size: 12px;
  margin-right: 0;
}
.single-blog .post-share a:not(:last-child) {
  margin-right: 15px;
}
.single-blog .post-share a:hover {
  color: var(--main);
}
.single-blog .post-about-author {
  display: flex;
  align-items: center;
  border: 2px solid var(--btn-bgcolor2);
  border-radius: 8px;
  padding: 26px 38px;
  margin-top: 32px;
}
.single-blog .post-about-author .label {
  margin-top: 0px;
  margin-bottom: 2px;
  color: var(--main);
}
.single-blog .post-about-author .at-job {
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
  color: var(--main);
}
.single-blog .post-about-author .post-author-avatar {
  padding-right: 46px;
}
.single-blog .post-about-author .post-author-avatar img {
  border-radius: 100%;
  max-width: 196px;
  border: 5px solid #151b261a;
}
.single-blog .post-about-author .at-name {
  margin-bottom: 12px;
}
.single-blog .post-about-author .at-name a {
  color: var(--heading);
}
.single-blog .post-about-author .at-name a:hover {
  color: var(--main);
}
.single-blog .post-about-author .description {
  margin-bottom: 18px;
}
.single-blog .post-about-author .icon-author a {
  color: var(--heading);
  margin-right: 24px;
  font-size: 14px;
}
.single-blog .post-about-author .icon-author a:hover {
  color: var(--main);
}
.single-blog .post-navigation {
  margin-top: 25px;
  padding: 20px 30px 15px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.single-blog .post-navigation .content_nav a {
  color: var(--body);
}
.single-blog .post-navigation .content_nav a span {
  font-size: 13px;
  text-transform: uppercase;
}
.single-blog .post-navigation .content_nav a:hover .title {
  color: #f44158;
}
.single-blog .post-navigation .left,
.single-blog .post-navigation .right {
  flex: 0 0 50%;
}
.single-blog .post-navigation > a {
  clear: both;
  display: block;
  position: absolute;
  left: 50%;
  color: var(--heading);
  font-size: 32px;
  top: 24px;
  margin-left: -16px;
}
.single-blog .post-navigation > div.left {
  padding-right: 36px;
}
.single-blog .post-navigation > div.right {
  padding-left: 36px;
  border-left: 1px dashed #e5e5e5;
}
.single-blog .post-navigation > div.right .content_nav {
  text-align: right;
}
.single-blog .post-navigation > div.right .content_nav a:hover i {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.single-blog .post-navigation > div.right .content_nav i {
  margin-right: 0px;
  margin-left: 10px;
}
.single-blog .post-navigation .content_nav a:hover i {
  animation: bounceAlpha2 1s both;
  -webkit-animation: bounceAlpha2 1s both;
}
.single-blog .post-navigation .content_nav > span {
  margin-bottom: 9px;
}
.single-blog .post-navigation .content_nav i {
  margin-right: 6px;
  transition: transform 0.3s linear;
  display: inline-block;
  vertical-align: baseline;
  font-size: 18px;
  line-height: 1;
}
.single-blog .post-navigation .title {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s;
}
.post-related {
  padding: 0;
  margin-top: 52px;
}
.post-related .related_post_heading {
  margin-bottom: 28px;
}
.post-related .post_related_slider {
  padding: 0;
  margin-bottom: -5px;
}
.post-related .post_related_slider:hover .jws-carousel-btn {
  opacity: 1;
  transform: translatex(0) !important;
}
.post-related .post_related_slider.slick-initialized .slick-slide {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.post-related .post_related_slider .jws_blog_item {
  margin-bottom: 0;
}
.post-related .post_related_slider .jws_blog_item .jws_post_content {
  padding: 23px 0px 0px;
}
.post-related .post_related_slider .jws_blog_item .entry-title {
  margin-top: 0px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
}
.post-related .post_related_slider .slick-dots {
  margin-top: 20px;
}
.post-related .post_related_slider .slick-dots li {
  display: inline-block;
}
.post-related .post_related_slider .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  transition: .3s all;
  position: relative;
  z-index: 0;
  font-size: 0;
}
.post-related .post_related_slider .slick-dots li button::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  background: var(--heading);
  top: 5px;
}
.post-related .post_related_slider .slick-dots li.slick-active button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border: 1px solid var(--heading);
  border-radius: 50%;
}
.post-related .post_related_slider .slick-dots li.slick-active button::after {
  background: var(--heading);
  opacity: 1;
}
.post-related .post_related_slider .jws-carousel-btn {
  text-align: center;
  background: #fff;
  opacity: 1;
  border: 1px solid #e2e2e2;
  color: var(--heading);
  font-size: 11px;
  box-shadow: 0px 5px 5px 0px rgba(76, 76, 76, 0.05);
  width: 38px;
  height: 38px;
  line-height: 38px;
  z-index: 1;
  position: absolute;
  top: 40%;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s all;
}
.post-related .post_related_slider .jws-carousel-btn:hover {
  color: #fff;
  background: var(--heading);
  border-color: var(--heading);
}
.post-related .post_related_slider .jws-carousel-btn.prev-item {
  left: 0px;
  transform: translatex(-10px);
}
.post-related .post_related_slider .jws-carousel-btn.prev-item i {
  transform: scaleX(-1);
  display: inline-block;
}
.post-related .post_related_slider .jws-carousel-btn.next-item {
  right: 0px;
  transform: translatex(10px);
}
.comments-area {
  margin-top: 30px;
}
.comments-area .comment_top .comments-title {
  margin-bottom: 30px;
}
.comments-area .comment_top .comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.comments-area .comment_top .comment-list .comment-respond {
  margin-top: 30px;
  margin-bottom: 30px;
}
.comments-area .comment_top .comment-list > li ol .children:not(:last-child) .comment-info,
.comments-area .comment_top .comment-list > li.parent .comment-info {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.comments-area .comment_top .comment-list > li:last-child {
  border-bottom: 0px;
}
.comments-area .comment_top .comment-list li ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.comments-area .comment_top .comment-list li .children {
  padding-left: 35px;
}
.comments-area .comment_top .comment-list li .comment-body {
  margin-bottom: 30px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-avatar {
  max-width: 140px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  padding-right: 17px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-avatar img {
  border-radius: 100%;
}
.comments-area .comment_top .comment-list li .comment-body .title-review {
  margin-bottom: -5px;
}
.comments-area .comment_top .comment-list li .comment-body .author-info {
  margin-top: -7px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info {
  width: calc(100% - 140px);
  display: inline-block;
  position: relative;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-author {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .reply a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: var(--heading);
  transition: all 0.3s;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .reply a:hover {
  color: #f44158;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .reply a i {
  padding-left: 5px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info p {
  margin-bottom: 13px;
  line-height: 24px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info > p:last-child {
  margin: 0;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info {
  margin-bottom: 14px;
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-date {
  color: var(--heading);
}
.comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a {
  color: var(--heading);
  font-size: 12px;
  text-transform: uppercase;
}
.comments-area .comment-respond {
  margin-top: 62px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  margin-top: 15px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  margin: 0;
  vertical-align: middle;
  display: inline;
  color: var(--heading);
}
.comments-area .comment-respond .comment-reply-title {
  font-size: 30px;
  line-height: 28px;
}
.comments-area .comment-respond #cancel-comment-reply-link {
  color: var(--heading);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 10px;
}
.comments-area .comment-respond #cancel-comment-reply-link:hover {
  color: var(--main);
}
.comments-area .comment-respond .comment-form {
  display: grid;
}
.comments-area .comment-respond .comment-form .logged-in-as > a:hover {
  color: var(--main);
}
.comments-area .comment-respond .comment-form p {
  margin: 0;
}
.comments-area .comment-respond .comment-form p.comment-form-comment {
  order: 1;
}
.comments-area .comment-respond .comment-form p.comment-form-cookies-consent {
  order: 3;
  margin-top: 15px;
}
.comments-area .comment-respond .comment-form p.comment-form-cookies-consent input#wp-comment-cookies-consent {
  display: inline-block;
  position: relative;
  accent-color: var(--heading);
}
.comments-area .comment-respond .comment-form p.form-submit {
  order: 4;
  margin-top: 28px;
}
.comments-area .comment-respond .comment-form input[type="text"] {
  margin-bottom: 10px;
  margin-top: 25px;
}
.comments-area .comment-respond .comment-form input[type="text"],
.comments-area .comment-respond .comment-form textarea {
  background: transparent;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #e5e5e5;
}
.comments-area .comment-respond .comment-form input[type="text"]::placeholder,
.comments-area .comment-respond .comment-form textarea::placeholder {
  color: var(--text);
}
.comments-area .comment-respond .comment-form textarea {
  height: 150px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent input {
  margin-right: 5px;
  vertical-align: middle;
}
.comments-area .comment-respond .comment-form .row {
  margin-right: -10px;
  margin-left: -10px;
}
.comments-area .comment-respond .comment-form .row > p {
  padding: 0 10px;
  width: 100%;
}
.comments-area .comment-respond .comment-form .comment-notes {
  margin-bottom: 22px;
  margin-top: 14px;
}
.comments-area .comment-respond .comment-form .logged-in-as {
  margin-bottom: 18px;
}
.comments-area .comment-respond .comment-form .submit {
  color: var(--btn-bgcolor);
  background: var(--btn-bgcolor2);
  border: none;
  border-radius: 5px;
  padding: 14px 28px;
  transition: 0.3s all;
  display: block;
  font-family: var(--font2);
}
.comments-area .comment-respond .comment-form .submit:hover {
  background: var(--btn-bgcolor);
  color: var(--btn-bgcolor2);
}
.jws-blog-element.post-related .post_related_slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 1441px) {
  .single-blog.no_sidebar .container {
    max-width: 855px !important;
  }
}
@media (max-width: 992px) {
  .single-blog .post_sidebar {
    margin-top: 50px;
  }
  .single-blog.sidebar_right .post_sidebar {
    padding-left: 15px;
  }
  .single-blog.sidebar_right .post_content {
    padding-right: 0px;
  }
  .single-blog.sidebar_left .post_sidebar {
    padding-right: 15px;
  }
  .single-blog.sidebar_left .post_content {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .single-blog.layout_layout1 header .jws-post-info {
    padding-right: 0px;
    padding-bottom: 40px;
  }
}
@media (max-width: 476px) {
  .single-blog .post_share.jws_sticky.post_share {
    display: none;
  }
}
@media (max-width: 600px) {
  .single-blog .post-about-author {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .single-blog .post-navigation {
    padding: 20px 16px 15px;
  }
  .single-blog .post-navigation > div.left,
  .single-blog .post-navigation > div.right {
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 100%;
  }
  .single-blog .post-navigation > div.right {
    border-left: none;
    border-top: 1px dashed #e5e5e5;
    margin-top: 16px;
    padding-top: 16px;
  }
  .single-blog .post-navigation > div.right .content_nav {
    text-align: left;
  }
  .single-blog .entry_title {
    font-size: 24px;
    line-height: 30px;
  }
  .single-blog .post-bottom .entry-comment {
    margin-right: 15px;
  }
  .single-blog .post-share {
    text-align: left;
  }
  .single-blog .post-about-author .post-author-avatar img {
    margin-bottom: 30px;
  }
  .single-blog .post-navigation .content_nav {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .single-blog .post-navigation > a {
    margin: 15px 0;
    margin-left: -3px;
    position: unset;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-date {
    display: block;
  }
}
@media (max-width: 599px) {
  .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
    display: block;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
    max-width: 100%;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-info {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 24px;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-info::before {
    opacity: 0;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-date {
    display: block;
  }
  .comments-area .comment_top .comment-list li .children {
    padding-left: 24px;
  }
}
@media (max-width: 320px) {
  .comments-area .comment_top .comment-list li .comment-body .comment-info {
    padding-top: 24px;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-info .reply a {
    position: relative;
    display: inline-block;
    top: 0;
    right: auto;
    margin-bottom: 10px;
  }
}
/* Agent */
.agent-page .col-xl-4,
.agent-page .col-xl-8 {
  padding: 0;
}
.agent-page .jws-pagination-number {
  margin-bottom: 30px;
}
.map_pin_jws {
  position: absolute;
}
.map_pin_jws > div:first-child {
  color: #fff;
  text-align: center;
  margin-bottom: -8px;
  transition: 0.3s all;
  font-size: 16px;
  position: relative;
}
.map_pin_jws > div:first-child:before {
  content: "\E86A";
  font-family: 'jws_icon';
  font-size: 39px;
  color: #f5445b;
}
.map_pin_jws > div:first-child .number_agent {
  position: absolute;
  left: 50%;
  top: 15%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
.map_pin_jws.active > div:first-child {
  color: var(--secondary);
  transform: translateY(-7px) scale(1.2);
}
.search-form-agent {
  background: var(--bg-color);
  padding: 6% 8% 7% 10%;
  margin-bottom: 23px;
}
.search-form-agent .form-head h4 {
  color: #fff;
}
.search-form-agent .form-head p {
  color: #eee;
  margin-top: 6px;
  margin-bottom: 18px;
}
.search-form-agent .form-nav {
  margin-bottom: 15px;
  display: flex;
  column-gap: 12px;
}
.search-form-agent .form-nav a {
  background: #564bc4;
  color: #fefefe;
  padding: 5px 22px;
  border-radius: 5px;
  display: block;
  position: relative;
  text-align: center;
}
.search-form-agent .form-nav a::before {
  transition: all 0.3s;
  opacity: 0;
  background: var(--btn-bgcolor);
  clip-path: polygon(50% 0%, 100% 50%, 50% 50%, 0% 50%);
  content: '';
  height: 11px;
  position: absolute;
  top: 83%;
  width: 12px;
  transition: 0.3s all;
  left: 50%;
  transform: translate(-50%, -70%) rotate(180deg);
}
.search-form-agent .form-nav a.active {
  background: var(--btn-bgcolor);
}
.search-form-agent .form-nav a.active::before {
  opacity: 1;
  transform: translate(-50%, 0) rotate(180deg);
}
.search-form-agent form {
  display: none;
  position: relative;
}
.search-form-agent form input[type=text] {
  background: #fff;
  border: none;
  color: var(--text);
  height: 56px;
  padding-left: 32px;
}
.search-form-agent form button {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translatey(-50%);
  border: none;
  background: var(--btn-bgcolor2);
  width: 52px;
  height: 52px;
  border-radius: 5px;
  font-size: 24px;
}
.search-form-agent form.active {
  display: block;
}
.search-form-agent form.loading button > i {
  opacity: 0;
}
.search-form-agent.loaded form.active {
  animation: fadeInLeft 0.5s both;
}
.search-result {
  padding: 0 8% 0 10%;
}
.search-result .result-count {
  color: var(--heading);
  margin-bottom: 5px;
}
.search-result .agent-inner {
  background: #faf9ff;
  border-radius: 5px;
  padding: 16px 20px 16px;
  margin-bottom: 20px;
  display: flex;
}
.search-result .agent-inner .agent_name {
  text-transform: uppercase;
}
.search-result .agent-inner .time b {
  color: var(--heading);
}
.search-result .agent-inner .stt {
  color: var(--heading);
  font-size: 18px;
  padding-right: 28px;
}
.search-result .agent-inner a {
  color: var(--bg-color);
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
.search-result .agent-inner p {
  margin: 0;
}
.jws-animated-agent .agent-item {
  transition: 0.3s all;
  transform: translatex(-30px);
  opacity: 0;
}
.jws-animated-agent .agent-item.jws-animated {
  transform: none;
  opacity: 1;
}
@media (max-width: 991px) {
  .search-form-agent {
    padding: 6% 8% 7% 8%;
  }
  .search-result {
    padding: 0 8% 0 8%;
  }
  .single_agent .agent-map-wap {
    margin-top: 50px;
  }
}
@media (max-width: 500px) {
  .search-result .agent-inner .stt {
    padding-right: 16px;
  }
}
/*Single Style*/
.single_agent {
  margin-top: 32px;
  margin-bottom: 60px;
}
.single_agent .location_agent {
  display: flex;
}
.single_agent .icon.jws-icon-pin {
  padding-right: 1rem;
  color: #f5445b;
  font-size: 40px;
}
.single_agent .agent_name {
  color: var(--bg-color);
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-transform: uppercase;
}
.single_agent .time b {
  color: var(--heading);
}
.single_agent .services {
  padding-top: 30px;
}
.single_agent .insurances {
  list-style-type: none;
  padding-left: 0;
  margin-top: 8px;
}
.single_agent .insurances li {
  margin-bottom: 5px;
}
.single_agent .insurances li a {
  color: var(--text);
}
.single_agent .insurances li a:hover {
  color: var(--heading);
}
.single_agent .share {
  padding: 24px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 30px;
}
.single_agent .share a {
  color: var(--bg-color);
  text-align: center;
  display: inline-block;
  padding-right: 24px;
}
.single_agent .share i {
  font-size: 30px;
  display: block;
}
/* Button */
body {
  background: #676767;
}
.wpcf7-list-item {
  margin: 0 1em 0 0;
}
.elementor-button-wrapper {
  display: block;
}
span[for="check_box"] {
  font-weight: 400;
}
.btn-main.elementor-button .elementor-button-icon.elementor-align-icon-right,
.jws-cf7-style .wpcf7-submit .elementor-button-icon.elementor-align-icon-right {
  -webkit-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.btn-main.elementor-button:hover .elementor-button-icon.elementor-align-icon-right,
.jws-cf7-style .wpcf7-submit:hover .elementor-button-icon.elementor-align-icon-right {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.single_add_to_cart_button .btn-main.elementor-button,
button .btn-main.elementor-button,
.jws_post_readmore .btn-main.elementor-button,
.button-defautl .btn-main.elementor-button,
.single_add_to_cart_button .wpcf7-submit,
button .wpcf7-submit,
.jws_post_readmore .wpcf7-submit,
.button-defautl .wpcf7-submit {
  background: var(--btn-bgcolor);
  padding: 18px 32px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  color: var(--btn-color);
  border-radius: 5px;
  transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
}
.single_add_to_cart_button .btn-main.elementor-button:hover,
button .btn-main.elementor-button:hover,
.jws_post_readmore .btn-main.elementor-button:hover,
.button-defautl .btn-main.elementor-button:hover,
.single_add_to_cart_button .wpcf7-submit:hover,
button .wpcf7-submit:hover,
.jws_post_readmore .wpcf7-submit:hover,
.button-defautl .wpcf7-submit:hover {
  background: var(--btn-bgcolor2);
  transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
}
.button-with_border .btn-main.elementor-button,
.button-with_border .jws-cf7-style .wpcf7-submit {
  font-weight: 400;
  background: transparent;
  color: var(--heading);
  font-size: 16px;
  border-radius: 5px;
  line-height: 24px;
  padding: 14px 32px;
  border: 2px solid var(--btn-bgcolor2);
  position: relative;
  -webkit-transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
  -o-transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
  -ms-transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
  -moz-transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
  transition: all 500ms cubic-bezier(0, 0.97, 0.43, 1);
}
.button-with_border .btn-main.elementor-button:hover,
.button-with_border .jws-cf7-style .wpcf7-submit:hover {
  border-color: var(--btn-bgcolor);
  color: var(--btn-bgcolor);
}
.wpcf7-list-item-label {
  font-weight: 400;
}
.wpcf7-list-item-label::before {
  cursor: pointer;
  position: absolute;
  left: 0;
}
.jws-cf7-check-yes .wpcf7-acceptance input[type="checkbox"]:checked + span:before {
  content: "\F33E";
  font-family: 'jws_icon';
}
.wpcf7-list-item > label {
  display: flex;
}
.wpcf7-list-item > label .wpcf7-list-item-label {
  margin-left: 18px;
}
.elementor-button {
  font-family: var(--font2);
  border-radius: 5px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
}
.elementor-button .elementor-button-icon {
  font-weight: 400;
}
.elementor-button span {
  z-index: 2;
}
.elementor-button::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -100px;
  transform: rotate(35deg);
  width: 50px;
  transition: all 2500ms cubic-bezier(0.19, 1, 0.22, 1);
  left: -50%;
}
.elementor-button::after {
  background: #fff;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -100px;
  transform: rotate(35deg);
  transition: all 2500ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 8rem;
  left: -100%;
}
.elementor-button:hover .elementor-button-icon.elementor-align-icon-right {
  animation: bounceAlpha 1s both;
  -webkit-animation: bounceAlpha 1s both;
}
.elementor-button:hover::before {
  left: 120%;
  opacity: 0.2s;
}
.elementor-button:hover::after {
  left: 200%;
  opacity: 0.3;
}
.button-text .elementor-button {
  background: transparent;
  padding: 0px;
  color: var(--heading);
}
.elementor-button-content-wrapper {
  align-items: center;
}
.elementor-button-content-wrapper .elementor-button-text {
  flex-grow: inherit;
}
.wpcf7-submit {
  background: var(--btn-bgcolor);
  color: var(--btn-color);
}
.jws-button a#custom-buttonbr {
  overflow: hidden;
}
