/**----------------------------------------
START: Theme Default CSS
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /**
     @Font-Family Declaration
   */
  --pxn-ff-body: 'Urbanist', sans-serif;
  --pxn-ff-heading: 'Urbanist', sans-serif;
  --pxn-ff-icons: 'pxn-icon';
  /**
     @Font-weight Declaration
   */
  --pxn-fw-normal: normal;
  --pxn-fw-thin: 100;
  --pxn-fw-elight: 200;
  --pxn-fw-light: 300;
  --pxn-fw-regular: 400;
  --pxn-fw-medium: 500;
  --pxn-fw-sbold: 600;
  --pxn-fw-bold: 700;
  --pxn-fw-ebold: 800;
  --pxn-fw-black: 900;
  /**
     @Font-Size Declaration
   */
  --pxn-fs-body: 16px;
  --pxn-fs-h1: 72px;
  --pxn-fs-h2: 48px;
  --pxn-fs-h3: 32px;
  --pxn-fs-h4: 24px;
  --pxn-fs-h5: 20px;
  --pxn-fs-h6: 18px;
  /**
     @Color Declaration
   */
  --pxn-color-common-white: #ffffff;
  --pxn-color-common-black: #000000;
  --pxn-color-heading-primary: #063d2f;
  --pxn-color-text-body: #7e7e7a;
  --pxn-color-text-placeholder: rgba(126, 126, 122, 0.8);
  --pxn-color-theme-primary: #fbd819;
  --pxn-color-theme-secondary: #063d2f;
  --pxn-color-theme-bg-primary: #063d2f;
  --pxn-color-theme-bg-light: #f5f5f5;
  --pxn-color-theme-bg-light-2: #f3f1eb;
  --pxn-color-grey-1: #afc2bd;
  --pxn-color-border-1: rgba(6, 61, 47, 0.15);
  --pxn-color-border-2: rgba(255, 255, 255, 0.15);
  --pxn-color-border-3: rgba(18, 18, 18, 0.3);
  --pxn-color-border-4: #181034;
  --pxn-color-extra-1: #ff647c;
  --pxn-color-extra-2: #ffb800;
  --pxn-color-extra-4: #dddddd;
  --pxn-color-extra-5: #f1eeff;
  --pxn-color-extra-6: #fff2f4;
  --pxn-color-extra-7: #fffcf4;
  --pxn-color-extra-8: #88e64c;
  --pxn-color-extra-9: #87e64b;
  --pxn-color-extra-10: #d83c5c;
  --pxn-color-extra-11: #ff0000;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: var(--pxn-color-theme-primary) var(--pxn-color-theme-dark);
}

html,
body,
.site-main {
  min-height: 100%;
  overflow-x: hidden;
}

.site-main {
  overflow: hidden;
}

/**
  Typography CSS
*/
body {
  font-family: var(--pxn-ff-body);
  font-size: var(--pxn-fs-body);
  font-weight: normal;
  color: var(--pxn-color-text-body);
  line-height: 1.5;
  background-color: var(--pxn-color-theme-bg-body);
  overflow-x: hidden;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--pxn-ff-heading);
  color: var(--pxn-color-heading-primary);
  margin-top: 0px;
  font-weight: var(--pxn-fw-sbold);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

h1 {
  font-size: var(--pxn-fs-h1);
}

h2 {
  font-size: var(--pxn-fs-h2);
  letter-spacing: 0;
}

h3 {
  font-size: var(--pxn-fs-h3);
}

h4 {
  font-size: var(--pxn-fs-h4);
}

h5 {
  font-size: var(--pxn-fs-h5);
}

h6 {
  font-size: var(--pxn-fs-h6);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline-block;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus,
button:focus:not(:focus-visible) {
  outline: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

select,
.nice-select,
input:not([type=submit]):not([type=radio]):not([type=checkbox]),
textarea {
  outline: none;
  background-color: --pxn-color-common-white;
  height: auto;
  width: 100%;
  font-size: var(--pxn-fs-body);
  border: 1px solid var(--pxn-color-common-white);
  color: var(--pxn-color-common-black);
  padding: 10px 15px;
}

input[type=color] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: var(--pxn-color-theme-secondary);
}

::-webkit-scrollbar-thumb {
  background: var(--pxn-color-theme-primary);
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

*::-moz-selection {
  background: var(--pxn-color-common-black);
  color: var(--pxn-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--pxn-color-common-black);
  color: var(--pxn-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--pxn-color-common-black);
  color: var(--pxn-color-common-white);
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: var(--pxn-color-common-black);
  font-size: var(--pxn-fs-body);
  opacity: 1;
}
*::-moz-placeholder {
  color: var(--pxn-color-common-black);
  font-size: var(--pxn-fs-body);
  opacity: 1;
}
*:-ms-input-placeholder {
  color: var(--pxn-color-common-black);
  font-size: var(--pxn-fs-body);
  opacity: 1;
}
*::-ms-input-placeholder {
  color: var(--pxn-color-common-black);
  font-size: var(--pxn-fs-body);
  opacity: 1;
}
*::placeholder {
  color: var(--pxn-color-common-black);
  font-size: var(--pxn-fs-body);
  opacity: 1;
}

/**
 	Common Classes CSS
*/
img {
  max-width: 100%;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

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

.container,
.container-fluid {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
.container .row,
.container-fluid .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
.container.gx-0,
.container-fluid.gx-0 {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.gap-60-30 {
  --bs-gutter-x: 60px;
}
.gap-60-30 .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gap-60-30 .row {
    --bs-gutter-y: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .gap-60-30 {
    --bs-gutter-x: 30px;
  }
  .gap-60-30 .row {
    --bs-gutter-y: 40px;
  }
}

.gap-0-30 {
  --bs-gutter-x: 30px;
}
.gap-0-30 .row {
  --bs-gutter-x: 30px;
}

.gap-30 {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
.gap-30 .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.pxn-btn-primary {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-size: 18px;
  line-height: 1.3;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-theme-secondary);
  padding: 4px 4px 4px 20px;
  background-color: var(--pxn-color-theme-primary);
  text-align: center;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
}
.pxn-btn-primary .btn_text {
  overflow: hidden;
}
.pxn-btn-primary .btn_text > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: inherit;
  text-shadow: 0 30px 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.pxn-btn-primary .btn_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  font-size: 20x;
  line-height: 1;
  overflow: hidden;
  background-color: var(--pxn-color-theme-secondary);
  border-radius: 8px;
  color: var(--pxn-color-common-white);
}
.pxn-btn-primary .btn_icon i,
.pxn-btn-primary .btn_icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pxn-btn-primary .btn_icon svg {
  max-width: 22px;
  height: auto;
}
.pxn-btn-primary:hover, .pxn-btn-primary:focus {
  color: var(--pxn-color-theme-secondary);
}
.pxn-btn-primary:hover .btn_text > span, .pxn-btn-primary:focus .btn_text > span {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
.pxn-btn-primary:hover .btn_icon, .pxn-btn-primary:focus .btn_icon {
  color: var(--pxn-color-common-white);
}
.pxn-btn-primary:hover .btn_icon i,
.pxn-btn-primary:hover .btn_icon svg, .pxn-btn-primary:focus .btn_icon i,
.pxn-btn-primary:focus .btn_icon svg {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.pxn-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: var(--pxn-fw-bold);
  color: var(--pxn-color-theme-secondary);
  background-color: var(--pxn-color-common-white);
  padding: 5.5px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.pxn-btn .btn_inner {
  position: relative;
  z-index: 1;
  padding: 15px 20px 15px 55px;
  width: 100%;
  text-align: center;
}
.pxn-btn .btn_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  background-color: var(--pxn-color-theme-primary);
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn-btn .btn_inner .btn_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 45px;
  height: 100%;
  z-index: 2;
  font-size: 1.6em;
  line-height: 1;
  color: var(--pxn-color-common-white);
}
.pxn-btn .btn_inner .btn_icon > span {
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pxn-btn .btn_inner .btn_icon > span i:first-child, .pxn-btn .btn_inner .btn_icon > span i:last-child {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.pxn-btn .btn_inner .btn_icon > span i:last-child {
  position: absolute;
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
}
.pxn-btn .btn_inner .btn_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  color: var(--pxn-color-theme-secondary);
  text-shadow: 0 23px 0 currentColor;
}
.pxn-btn .btn_inner .btn_text > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pxn-btn.sm-btn {
  background-color: var(--pxn-color-common-white);
  padding: 4.5px;
}
.pxn-btn.sm-btn .btn_inner {
  padding: 12px 18px 12px 50px;
}
.pxn-btn.sm-btn .btn_inner::before {
  width: 40px;
}
.pxn-btn.sm-btn .btn_inner .btn_text {
  color: var(--pxn-color-heading-primary);
}
.pxn-btn.sm-btn .btn_inner .btn_icon {
  min-width: 40px;
  font-size: 1.4em;
}
.pxn-btn:hover .btn_inner::before {
  width: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.pxn-btn:hover .btn_inner .btn_icon i:first-child {
  -webkit-transform: translateX(150%);
      -ms-transform: translateX(150%);
          transform: translateX(150%);
}
.pxn-btn:hover .btn_inner .btn_icon i:last-child {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.pxn-btn:hover .btn_inner .btn_text {
  color: var(--pxn-color-common-white);
}
.pxn-btn:hover .btn_inner .btn_text > span {
  -webkit-transform: translateY(-24px);
      -ms-transform: translateY(-24px);
          transform: translateY(-24px);
}
@media (max-width: 575px) {
  .pxn-btn .btn_inner {
    padding: 12px 20px 9px 50px;
  }
  .pxn-btn .btn_inner::before {
    width: 42px;
  }
  .pxn-btn .btn_inner .btn_icon {
    min-width: 42px;
  }
}
.pxn-btn.pxn-btn--secondary {
  background-color: var(--pxn-color-heading-primary);
}
.pxn-btn.pxn-btn--secondary .btn_inner .btn_icon {
  color: var(--pxn-color-heading-primary);
}
.pxn-btn.pxn-btn--secondary .btn_inner .btn_text {
  color: var(--pxn-color-common-white);
}
.pxn-btn.pxn-btn--secondary .btn_inner::before {
  background-color: var(--pxn-color-theme-primary);
}
.pxn-btn.pxn-btn--secondary:hover .btn_inner .btn_text {
  color: var(--pxn-color-common-black);
}
.pxn-btn-purchase.pxn-btn .btn_inner {
  padding: 12px 18px 12px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pxn-btn-purchase.pxn-btn .btn_inner .btn_text {
  text-shadow: none;
}
.pxn-btn-purchase.pxn-btn .btn_inner::before {
  display: none;
}
.pxn-btn-purchase.pxn-btn .btn_inner img {
  width: 90px;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn-btn-purchase.pxn-btn:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: var(--pxn-color-extra-8);
}
.pxn-btn-purchase.pxn-btn:hover .btn_inner img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.pxn-btn-purchase.pxn-btn:hover .btn_inner .btn_text {
  color: var(--pxn-color-common-black);
}
.pxn-btn-purchase.pxn-btn:hover .btn_inner .btn_text > span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.pxn-btn-purchase-2.pxn-btn {
  background-color: var(--pxn-color-extra-8);
}
.pxn-btn-purchase-2.pxn-btn .btn_inner img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.pxn-btn-purchase-2.pxn-btn:hover {
  background-color: var(--pxn-color-common-white);
}
.pxn-btn-purchase-2.pxn-btn:hover .btn_inner img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.pxn-button-area .pxn-btn {
  background-color: var(--pxn-color-theme-dark);
}
.pxn-button-area .pxn-btn .btn_inner .btn_text {
  color: var(--pxn-color-common-white);
}
.pxn-button-area .pxn-btn .btn_inner .btn_icon > span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.pxn-header {
  position: relative;
  padding: 0px 50px;
  z-index: 9;
  border-bottom: 1px solid var(--pxn-color-border-2);
}
.pxn-header.header-absolute {
  position: absolute;
  background-color: transparent;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 90;
}
.pxn-header.header-duplicate {
  width: 100%;
  position: fixed;
  top: -90px;
  left: 0;
  padding: 0 50px;
  z-index: 98;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pxn-header.header-duplicate.sticky-out {
  top: 0;
  opacity: 1;
  -webkit-animation: bounceInUp 1s;
          animation: bounceInUp 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-color: var(--pxn-color-theme-bg-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-header.header-duplicate {
    padding: 0px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-header.header-duplicate {
    padding: 15px 0px;
  }
}
.pxn-header.sticky {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  opacity: 1;
  -webkit-animation: bounceInDown 1s;
          animation: bounceInDown 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-color: var(--pxn-color-theme-bg-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-header {
    padding: 0px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-header {
    padding: 15px 0px;
  }
}
.pxn-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-header-button {
    margin-left: auto;
  }
}
.pxn-header .menu-bar {
  margin-left: 25px;
}
.pxn-site-logo {
  max-width: 150px;
  width: 100%;
}
.pxn-site-logo a {
  display: inline-block;
}
.pxn_menu_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: var(--pxn-fw-bold);
  line-height: 1;
  color: var(--pxn-color-common-white);
}
.pxn_menu_btn .cubes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 21px;
  gap: 2px;
}
.pxn_menu_btn .cubes span {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  border: 2px solid var(--pxn-color-common-white);
}
.pxn_menu_btn .cubes span:nth-child(2) {
  -webkit-box-shadow: inset 0 0 0 2px var(--pxn-color-common-white);
          box-shadow: inset 0 0 0 2px var(--pxn-color-common-white);
  border: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pxn_menu_btn:hover .cubes span:nth-child(2) {
  -webkit-animation: bounceTwice 0.6s linear forwards;
          animation: bounceTwice 0.6s linear forwards;
}

/* mobile-menu */
.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mobile-menu .mean-bar {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mean-container .mean-bar {
  background: linear-gradient(90deg, var(--pxn-color-gradient-1) 0%, var(--pxn-color-gradient-3) 100%, var(--pxn-color-gradient-2) 100%);
  color: var(--pxn-color-common-white);
}

.mean-nav ul li a.mean-expand i.fa-plus {
  display: block;
}

.mean-nav ul li a.mean-expand i.fa-minus {
  display: none;
}

.mobile-menu .mean-nav ul:not(.sub-menu) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.mean-nav ul li a.mean-expand.mean-clicked i.fa-minus {
  display: block;
}

.mean-nav ul li a.mean-expand.mean-clicked i.fa-plus {
  display: none;
}

.pxn-header .mobile-menu .mean-bar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pxn-header .mobile-menu.mean-container .mean-nav {
  background: transparent;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0px;
}

.pxn-header .mobile-menu {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  min-height: 90vh;
  overflow-y: auto;
  background: var(--pxn-color-theme-secondary);
  color: var(--pxn-color-common-white);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: -1;
}

.pxn-header .mobile-menu.opened {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.pxn-header .mobile-menu ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.pxn-header .mobile-menu ul li {
  width: 100%;
  display: block;
}

.pxn-header .mobile-menu ul li a:not(.mean-expand) {
  width: 100%;
  text-transform: capitalize;
  line-height: 1.2;
  padding: 18px 0;
  letter-spacing: 1px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pxn-header .mobile-menu ul li a.mean-expand {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  top: 13px;
}

.pxn-header .mobile-menu ul li > .sub-menu {
  max-width: 100%;
  padding: 0;
}

.pxn-header .mobile-menu ul li > .sub-menu > li {
  padding-left: 20px;
}

.pxn-header .mobile-menu ul li > .sub-menu > li > a:not(.mean-expand) {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px;
  padding: 15px 0;
}

#innerMenu .elementor-icon-list-item.active {
  border-bottom: 2px solid var(--e-global-color-3f0b73b);
}

#innerMenu .elementor-icon-list-item.active > a span {
  color: var(--e-global-color-3f0b73b);
}

#innerMenu .elementor-icon-list-item {
  border-bottom: 2px solid transparent;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInUp {
  0%, 10%, 35%, 50%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  35% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  80% {
    -webkit-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
}
@keyframes bounceInUp {
  0%, 10%, 35%, 50%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  35% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  80% {
    -webkit-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
}
@-webkit-keyframes bounceTwice {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  25% {
    -webkit-transform: rotate(0deg) translateY(-3px);
            transform: rotate(0deg) translateY(-3px);
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  75% {
    -webkit-transform: rotate(0deg) translateY(-3px);
            transform: rotate(0deg) translateY(-3px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
}
@keyframes bounceTwice {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  25% {
    -webkit-transform: rotate(0deg) translateY(-3px);
            transform: rotate(0deg) translateY(-3px);
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  75% {
    -webkit-transform: rotate(0deg) translateY(-3px);
            transform: rotate(0deg) translateY(-3px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
}
/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.pxn-header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-header-menu ul {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
}
.pxn-header-menu ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: var(--pxn-ff-body);
  color: var(--pxn-color-common-white);
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 32px 0px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-header-menu ul > li > a {
    font-size: 14px;
  }
}
.pxn-header-menu ul > li.current > a, .pxn-header-menu ul > li.current-menu-ancestor > a {
  color: var(--pxn-color-theme-primary);
}
.pxn-header-menu ul > li:hover > a {
  color: var(--pxn-color-theme-primary);
}

/* !END: Theme Header CSS */
/* !START: Footer CSS */
.pxn-footer-section {
  position: relative;
  background-color: var(--pxn-color-theme-bg-primary);
  background-image: url("../images/bg/bg-common.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.pxn-footer-copyright {
  padding: 25px 0;
  border-top: 1px solid var(--pxn-color-border-2);
}
.pxn-footer-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 489px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(rgba(115, 115, 115, 0)));
  -webkit-mask-image: linear-gradient(180deg, #d9d9d9 0%, rgba(115, 115, 115, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(rgba(115, 115, 115, 0)));
          mask-image: linear-gradient(180deg, #d9d9d9 0%, rgba(115, 115, 115, 0) 100%);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn-footer-img {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-footer-img {
    max-width: 375px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-footer-img {
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-footer-img {
    max-width: 300px;
    left: -115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-footer-img {
    max-width: 300px;
    left: -154px;
  }
}
@media (max-width: 575px) {
  .pxn-footer-img {
    max-width: 250px;
    left: -164px;
  }
}
.pxn-footer-img:last-child {
  left: auto;
  right: 0;
  max-width: 489px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn-footer-img:last-child {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-footer-img:last-child {
    max-width: 375px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-footer-img:last-child {
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-footer-img:last-child {
    max-width: 300px;
    right: -115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-footer-img:last-child {
    max-width: 300px;
    right: -154px;
  }
}
@media (max-width: 575px) {
  .pxn-footer-img:last-child {
    max-width: 250px;
    right: -164px;
  }
}

.copyright {
  color: #a9b0b8;
  font-family: var(--pxn-ff-heading);
}
.copyright p {
  font-weight: var(--pxn-fw-sbold);
  margin-bottom: 0;
}
.copyright p a {
  color: var(--pxn-color-common-white);
}
.copyright p a:hover {
  color: var(--pxn-color-theme-primary);
}

/* !END: Footer CSS */
/**----------------------------------------
START: Theme Animation Keyfream CSS
----------------------------------------*/
@-webkit-keyframes moving-left {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  20% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translatey(-30px);
            transform: translatey(-30px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes moving-left {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  20% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translatey(-30px);
            transform: translatey(-30px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@-webkit-keyframes moving-right {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  20% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  50% {
    -webkit-transform: translatey(30px);
            transform: translatey(30px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes moving-right {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  20% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  50% {
    -webkit-transform: translatey(30px);
            transform: translatey(30px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
/* !END: Theme Animation Keyfream CSS */
/**----------------------------------------
START: Theme section  CSS
----------------------------------------*/
.pxn-section-wrapper {
  margin-bottom: 55px;
}
.pxn-section-wrapper .pxn-section-title {
  margin-bottom: 0;
}
.pxn-section-wrapper .pxn-section-title span {
  color: var(--pxn-color-theme-primary);
}
.pxn-section-wrapper .pxn-section-title-badge {
  position: relative;
  z-index: 0;
  width: 108px;
  display: inline-block;
  margin-right: -7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-section-wrapper .pxn-section-title-badge {
    width: 92px;
  }
}
@media (max-width: 575px) {
  .pxn-section-wrapper .pxn-section-title-badge {
    width: 76px;
  }
}
.pxn-section-wrapper .pxn-section-title-badge::after {
  content: "";
  position: absolute;
  left: 49%;
  top: 45%;
  -webkit-transform: translate(-51%, -50%);
      -ms-transform: translate(-51%, -50%);
          transform: translate(-51%, -50%);
  z-index: -1;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../images/icon/title-badge.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-section-wrapper .pxn-section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-section-wrapper {
    margin-bottom: 40px;
  }
  .pxn-section-wrapper .pxn-section-title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .pxn-section-wrapper {
    margin-bottom: 40px;
  }
  .pxn-section-wrapper .pxn-section-title {
    font-size: 29px;
  }
}
.pxn-section-wrapper .pxn-section-desc {
  margin-top: 15px;
  margin-bottom: 0;
  max-width: 530px;
}
.pxn-section-wrapper-centered {
  max-width: 812px;
  margin-left: auto;
  margin-right: auto;
}
.pxn-section-wrapper-centered .pxn-section-desc {
  margin: 15px auto 0;
  max-width: 530px;
}
.pxn-section-wrapper-centered-sm {
  max-width: 758px;
}
.pxn-section-subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background-color: var(--pxn-color-theme-primary);
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.2;
  color: var(--pxn-color-theme-secondary);
  padding: 9px 20px;
  margin-bottom: 25px;
}

/* !END: Theme section CSS */
/* START: Preloader CSS */
.preloader {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--pxn-color-common-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preloader .loader_content,
.preloader .loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}
.preloader .loader_content {
  margin: 40px auto;
}
.preloader .loading {
  border: 1px solid transparent;
  border-color: transparent var(--pxn-color-theme-secondary) transparent var(--pxn-color-theme-secondary);
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
          animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.preloader .loader_image {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  max-width: 66px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.preloader .loader_image img {
  max-width: 100%;
  height: auto;
}

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

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* END: Preloader CSS */
/**----------------------------------------
START: Back to top CSS
----------------------------------------*/
.pxn_back-to-top {
  position: fixed;
  inset-inline-end: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background-color: var(--pxn-color-common-white);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pxn_back-to-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--pxn-color-theme-secondary);
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
}
.pxn_back-to-top::after {
  position: absolute;
  content: "\e953";
  font-family: var(--pxn-ff-icons);
  font-size: 20px;
  line-height: 1;
  color: var(--pxn-color-theme-secondary);
  inset-inline-start: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.pxn_back-to-top.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.pxn_back-to-top.active-progress:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.pxn_back-to-top svg {
  position: relative;
  z-index: 2;
}
.pxn_back-to-top svg path {
  fill: none;
}
.pxn_back-to-top svg.progress-circle path {
  stroke: var(--pxn-color-theme-secondary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_back-to-top {
    inset-inline-end: 40px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_back-to-top {
    inset-inline-end: 30px;
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .pxn_back-to-top {
    inset-inline-end: 20px;
    bottom: 20px;
  }
}

/* !END: Back to top CSS */
/**----------------------------------------
START: Theme Hero CSS
----------------------------------------*/
.pxn-hero-area {
  background-color: var(--pxn-color-theme-bg-primary);
  background-image: url("../images/bg/bg-common.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 88vh;
  padding: 185px 0 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-hero-area {
    padding: 180px 0 0;
    min-height: 85vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-hero-area {
    padding: 180px 0 0;
    min-height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-hero-area {
    padding: 160px 0 0;
    min-height: auto;
    background-position: left center;
  }
}
@media (max-width: 575px) {
  .pxn-hero-area {
    padding: 120px 0 0;
    min-height: auto;
    background-position: left center;
  }
}
.pxn-hero-demo-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-hero-demo-img {
    left: -9%;
    bottom: -8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), s {
  .pxn-hero-demo-img {
    left: -6%;
    width: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-hero-demo-img {
    left: -6%;
    width: 148px;
  }
}
@media (max-width: 575px) {
  .pxn-hero-demo-img {
    display: none;
  }
}
.pxn-hero-demo-img:last-child {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-hero-demo-img:last-child {
    right: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-hero-demo-img:last-child {
    right: -7%;
    width: 223px;
  }
}
.pxn-hero-top-wrapper {
  max-width: 1175px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 92px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-hero-top-wrapper {
    margin-bottom: 92px;
  }
}
@media (max-width: 575px) {
  .pxn-hero-top-wrapper {
    margin-bottom: 62px;
  }
}
.pxn-hero-top-wrapper .logo {
  max-width: 88px;
  height: 88px;
  margin: auto;
  margin-bottom: 20px;
}
.pxn-hero-top-wrapper .logo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .pxn-hero-top-wrapper .logo {
    max-width: 75px;
    height: 75px;
  }
}
.pxn-hero-top-wrapper .hero-title .title {
  max-width: 977px;
  margin: 0 auto;
  font-size: 93px;
  line-height: 1.14;
  margin-bottom: 13px;
  letter-spacing: -0.02em;
  color: var(--pxn-color-common-white);
  font-weight: var(--pxn-fw-sbold);
}
.pxn-hero-top-wrapper .hero-title .title span {
  display: block;
  text-align: start;
}
.pxn-hero-top-wrapper .hero-title .title span:has(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-hero-top-wrapper .hero-title .title span:has(img) {
    gap: 8px;
  }
}
@media (max-width: 575px) {
  .pxn-hero-top-wrapper .hero-title .title span:has(img) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.pxn-hero-top-wrapper .hero-title .title span:has(img) img {
  width: 217px;
  height: 74px;
  border-radius: 54px;
  padding: 3px;
  border: 3px solid var(--pxn-color-theme-primary);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-hero-top-wrapper .hero-title .title span:has(img) img {
    width: 153px;
    height: 52px;
    border-width: 2px;
    padding: 2px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-hero-top-wrapper .hero-title .title span:has(img) img {
    width: 140px;
    height: 40px;
    border-width: 2px;
    padding: 2px;
  }
}
@media (max-width: 575px) {
  .pxn-hero-top-wrapper .hero-title .title span:has(img) img {
    width: 102px;
    height: 35px;
    border-width: 2px;
    padding: 2px;
  }
}
.pxn-hero-top-wrapper .hero-title .title span .pxn-image-slider {
  width: 223px;
  height: 80px;
  border-radius: 54px;
  overflow: hidden;
  position: relative;
  display: block;
  border: 3px solid var(--pxn-color-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-hero-top-wrapper .hero-title .title span .pxn-image-slider {
    width: 155px;
    height: 55px;
    border-width: 2px;
    padding: 2px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-hero-top-wrapper .hero-title .title span .pxn-image-slider {
    width: 142px;
    height: 42px;
    border-width: 2px;
    padding: 2px;
  }
}
@media (max-width: 575px) {
  .pxn-hero-top-wrapper .hero-title .title span .pxn-image-slider {
    width: 105px;
    height: 37px;
    border-width: 2px;
    padding: 2px;
  }
}
.pxn-hero-top-wrapper .hero-title .title span .slice {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-perspective: 400px;
          perspective: 400px;
}
.pxn-hero-top-wrapper .hero-title .title span .slice img {
  opacity: 0;
}
.pxn-hero-top-wrapper .hero-title .title span .slice span {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  -webkit-transform: rotateY(-50deg) scale(0.9);
          transform: rotateY(-50deg) scale(0.9);
  opacity: 0;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 0.6s cubic-bezier(0.71, 0.05, 0.09, 0.91);
  transition: all 0.6s cubic-bezier(0.71, 0.05, 0.09, 0.91);
}
.pxn-hero-top-wrapper .hero-title .title span .slice.active span {
  opacity: 1;
  -webkit-transform: rotate(0deg) translateY(0);
      -ms-transform: rotate(0deg) translateY(0);
          transform: rotate(0deg) translateY(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.pxn-hero-top-wrapper .hero-title .title span:nth-child(2) {
  text-align: right;
}
.pxn-hero-top-wrapper .hero-title .title span:last-child {
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-hero-top-wrapper .hero-title .title span:nth-child(2) {
    text-align: start;
  }
  .pxn-hero-top-wrapper .hero-title .title span:last-child {
    text-align: start;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-hero-top-wrapper {
    max-width: 820px;
  }
  .pxn-hero-top-wrapper .hero-title .title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-hero-top-wrapper {
    max-width: 811px;
  }
  .pxn-hero-top-wrapper .hero-title .title {
    font-size: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-hero-top-wrapper {
    max-width: 675px;
  }
  .pxn-hero-top-wrapper .hero-title .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-hero-top-wrapper {
    max-width: 450px;
  }
  .pxn-hero-top-wrapper .hero-title .title {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .pxn-hero-top-wrapper .hero-title .title {
    font-size: 42px;
  }
}
.pxn-hero-icon {
  position: absolute;
  top: 25%;
  left: 125px;
  max-width: 40px;
  width: 100%;
  z-index: 2;
  -webkit-animation: up-down-move 3s forwards infinite alternate;
          animation: up-down-move 3s forwards infinite alternate;
}
.pxn-hero-icon img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-hero-icon {
    top: 20%;
    left: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-hero-icon {
    top: 20%;
    left: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-hero-icon {
    top: 22%;
    left: 35px;
    max-width: 25px;
  }
}
.pxn-hero-service .services_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  border: 1px solid var(--pxn-color-border-2);
  border-left: 0;
  border-right: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 811px;
  margin: 94px auto 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-hero-service .services_wrap {
    margin-top: 94px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-hero-service .services_wrap {
    margin-top: 65px;
    max-width: 434px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-hero-service .services_wrap {
    max-width: 450px;
    margin-top: 84px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .pxn-hero-service .services_wrap {
    margin-top: 54px;
  }
}
.pxn-hero-service .services_wrap .pxn-service-wrapper {
  padding: 30px 10px 30px 14px;
  background-color: transparent;
  border: 0;
  border-right: 1px solid var(--pxn-color-border-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: inherit;
  width: auto;
}
.pxn-hero-service .services_wrap .pxn-service-wrapper .pxn-service-icon span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  background-color: transparent;
  border: 1px solid var(--pxn-color-border-2);
  margin-bottom: 0;
}
.pxn-hero-service .services_wrap .pxn-service-wrapper .pxn-service-icon img {
  width: 34px;
  height: 34px;
}
.pxn-hero-service .services_wrap .pxn-service-wrapper .pxn-service-content {
  max-width: 120px;
  width: 100%;
}
.pxn-hero-service .services_wrap .pxn-service-wrapper .pxn-service-title {
  color: #a9b0b8;
  text-align: left;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.pxn-hero-service .services_wrap .pxn-service-wrapper:first-child {
  padding-left: 0;
}
.pxn-hero-service .services_wrap .pxn-service-wrapper:last-child {
  border-right: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-hero-service .services_wrap .pxn-service-wrapper:first-child, .pxn-hero-service .services_wrap .pxn-service-wrapper:nth-child(2) {
    border-bottom: 1px solid var(--pxn-color-border-2);
  }
  .pxn-hero-service .services_wrap .pxn-service-wrapper {
    width: 50%;
  }
  .pxn-hero-service .services_wrap .pxn-service-wrapper:nth-child(2n) {
    border-right: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-hero-service .services_wrap .pxn-service-wrapper {
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid var(--pxn-color-border-2);
    width: 100%;
  }
  .pxn-hero-service .services_wrap .pxn-service-wrapper:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 575px) {
  .pxn-hero-service .services_wrap .pxn-service-wrapper {
    padding: 20px 0;
  }
}

@-webkit-keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
            transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
            transform: rotate(360deg) translateY(100px);
  }
}

@keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
            transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
            transform: rotate(360deg) translateY(100px);
  }
}
.hero-mobile-images img {
  width: 100%;
}

@-webkit-keyframes hover-underline {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  49% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes hover-underline {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  49% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@-webkit-keyframes up-down-move {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes up-down-move {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
/* !END: Theme Hero CSS */
/**----------------------------------------
START: Theme Service CSS
----------------------------------------*/
.pxn-service-area {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-service-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-service-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.pxn-service-wrapper {
  padding: 40px 30px;
  background: var(--pxn-color-common-white);
  position: relative;
  max-width: 410px;
  width: 100%;
  z-index: 1;
  border: 1px solid var(--pxn-color-border-2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-service-wrapper {
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-service-wrapper {
    max-width: 333px;
  }
}
.pxn-service-icon span {
  width: 70px;
  height: 70px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--pxn-color-theme-primary);
  border-radius: 50%;
  margin-bottom: 45px;
}
.pxn-service-icon span img {
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.pxn-service-title {
  margin-bottom: 20px;
}
.pxn-service-title a {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn-service-title a:hover {
  color: var(--pxn-color-theme-primary);
}
.pxn-service-desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-service-wrapper {
    padding: 30px 15px;
  }
  .pxn-service-icon span {
    margin-bottom: 25px;
  }
  .pxn-service-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-service-wrapper {
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .pxn-service-icon span {
    margin-bottom: 25px;
  }
  .pxn-service-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

.services_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
.services_wrap .pxn-service-wrapper:hover .pxn-service-icon span img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.features_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
.features_wrap .pxn-service-wrapper {
  max-width: 300px;
  background-color: var(--pxn-color-theme-bg);
  border: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features_wrap .pxn-service-wrapper {
    max-width: 100%;
  }
}

/* !END: Theme Service CSS */
/**----------------------------------------
START: Marquee CSS
----------------------------------------*/
.pxn-h1_marquee_wrap {
  padding-bottom: 26px;
}
.pxn-h1_marquee_wrap .pxn_marquee_scroll {
  background-color: var(--pxn-color-theme-secondary);
  padding: 35px 0;
  position: relative;
}
.pxn-h1_marquee_wrap .pxn_marquee_scroll::before {
  content: "";
  position: absolute;
  inset-inline-start: -2%;
  width: 105%;
  top: 0;
  height: 100%;
  background-color: var(--pxn-color-theme-primary);
  z-index: -1;
  -webkit-transform: rotate(-0.5deg);
      -ms-transform: rotate(-0.5deg);
          transform: rotate(-0.5deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1_marquee_wrap .pxn_marquee_scroll::before {
    -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_marquee_wrap {
    padding-bottom: 20px;
  }
  .pxn-h1_marquee_wrap .pxn_marquee_scroll::before {
    -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-h1_marquee_wrap {
    padding-bottom: 20px;
  }
  .pxn-h1_marquee_wrap .pxn_marquee_scroll::before {
    -webkit-transform: rotate(-1.5deg);
        -ms-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
}
.pxn-h3_marquee_wrap .pxn_marquee_scroll {
  background-color: var(--pxn-color-theme-primary);
  padding: 20px 0;
  position: relative;
}
.pxn-h3_marquee_wrap .pxn_marquee_scroll_wrapper .marquee_text {
  color: var(--pxn-color-heading-primary);
}
.pxn_marquee_scroll {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  gap: 12px;
}
.pxn_marquee_scroll_wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  gap: 12px;
  -webkit-animation: scroll 30s linear infinite;
          animation: scroll 30s linear infinite;
}
.pxn_marquee_scroll_wrapper .marquee_text {
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-bold);
  font-size: 50px;
  line-height: 1.2;
  color: var(--pxn-color-common-white);
}
.pxn_marquee_scroll_wrapper .marquee_text:nth-child(even) {
  opacity: 0.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_marquee_scroll_wrapper .marquee_text {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_marquee_scroll_wrapper .marquee_text {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn_marquee_scroll_wrapper .marquee_text {
    font-size: 30px;
  }
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 12px));
            transform: translateX(calc(-100% - 12px));
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 12px));
            transform: translateX(calc(-100% - 12px));
  }
}
@-webkit-keyframes scroll-rtl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(100% + 12px));
            transform: translateX(calc(100% + 12px));
  }
}
@keyframes scroll-rtl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(100% + 12px));
            transform: translateX(calc(100% + 12px));
  }
}
/* !END: Marquee CSS */
/**----------------------------------------
START: Theme Demo CSS
----------------------------------------*/
.pxn-demo-area {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-demo-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-demo-area {
    padding: 80px 0;
  }
}
.pxn-demo-area .container-fluid {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.pxn-demo-section {
  text-align: center;
  margin-bottom: 46px;
}
.pxn-demo-section-title {
  font-size: 116px;
  display: inline-block;
  color: var(--pxn-color-theme-primary);
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-sbold);
  margin-bottom: 15px;
  line-height: 0.85;
  letter-spacing: -2.5%;
}
.pxn-demo-section-subtitle {
  font-size: 48px;
  letter-spacing: -0.02em;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-demo-section-title {
    font-size: 95px;
  }
  .pxn-demo-section-subtitle {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .pxn-demo-section-title {
    font-size: 75px;
  }
  .pxn-demo-section-subtitle {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-demo-section {
    margin-bottom: 30px;
  }
}
.pxn-demo-wrapper {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-demo-wrapper {
    margin-bottom: 0px;
  }
}
.pxn-demo-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 50px;
}
.pxn-demo-top-title {
  font-size: 32px;
  margin-bottom: 0;
}
.pxn-demo-top-title span {
  color: var(--pxn-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-demo-top-title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .pxn-demo-top-title {
    font-size: 24px;
  }
}
.pxn-demo-thumb {
  padding: 15px 15px 25px;
  position: relative;
  z-index: 1;
  border: 1px solid var(--pxn-color-border-1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pxn-demo-thumb .image {
  max-width: 596px;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 12px;
}
.pxn-demo-thumb .image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--pxn-color-theme-secondary);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn-demo-thumb .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-demo-thumb .image {
    max-width: 100%;
  }
}
.pxn-demo-thumb h6 {
  color: var(--pxn-color-heading-primary);
  font-weight: var(--pxn-fw-sbold);
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}
.pxn-demo-thumb h6 a {
  color: var(--pxn-color-heading-primary);
}
.pxn-demo-thumb h6 a:hover {
  color: var(--pxn-color-theme-primary);
}
.pxn-demo-thumb:not(.coming):hover .image::before {
  opacity: 0.6;
  visibility: visible;
}
.pxn-demo-thumb:not(.coming):hover .pxn-demo-button {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .pxn-demo-thumb {
    padding: 15px 15px 25px;
  }
}
.pxn-demo-thumb.coming .image::before {
  display: none;
}
.pxn-demo-thumb .pxn-demo-badge {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--pxn-color-common-white);
  background-color: var(--pxn-color-extra-11);
  padding: 3px 7px;
  border-radius: 40px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.pxn-demo-button {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

/* !END: Theme Demo CSS */
/**----------------------------------------
START: Theme Projct CSS
----------------------------------------*/
.pxn-project-area {
  padding-top: 110px;
  padding-bottom: 120px;
  border-top: 1px solid var(--pxn-color-border-1);
  position: relative;
}
.pxn-project-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 65%;
  height: 80%;
  border-radius: 50%;
  background: var(--pxn-color-theme-secondary);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  opacity: 0.2;
  z-index: -1;
  backdrop-filter: blur(10px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-project-area::before {
    height: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-project-area::before {
    width: 65%;
    height: 65%;
    opacity: 0.3;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-project-area {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-project-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pxn-project-area-top {
    margin-bottom: 40px;
  }
}
.pxn-project-slider-transition {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.pxn-project-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.pxn-project-title {
  font-size: 96px;
  color: var(--pxn-color-theme-primary);
  display: inline-block;
  font-weight: var(--pxn-fw-sbold);
  line-height: 1;
  margin: 25px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-project-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-project-title {
    font-size: 70px;
    margin-top: 0;
  }
}
.pxn-project-thumb {
  border: 1px solid var(--pxn-color-border-2);
}
.pxn-project-thumb img {
  width: 100%;
}

/* !END: Theme Projct CSS */
/**----------------------------------------
START: Theme Fature CSS
----------------------------------------*/
.featured {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--pxn-color-theme-secondary);
}
.featured .pxn-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured .pxn-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.featured .pxn-section-heading-left {
  max-width: 784px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured .pxn-section-heading-left {
    max-width: 100%;
  }
}
.featured .pxn-section-heading-right {
  max-width: 364px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured .pxn-section-heading-right {
    max-width: 314px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured .pxn-section-heading-right {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.featured-single {
  background-color: var(--pxn-color-theme-bg-light);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-single .featured-content {
  padding: 40px 40px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-single .featured-content {
    padding: 30px 30px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-single .featured-content {
    padding: 25px 25px 0;
  }
}
.featured-single .featured-icon {
  margin-bottom: 25px;
}
.featured-single .featured-icon span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 77.49px;
  width: 100%;
  height: 77.49px;
}
.featured-single .featured-icon span img {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-single .featured-icon {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-single .featured-icon {
    margin-bottom: 20px;
  }
}
.featured-single .featured-title {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-single .featured-title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-single .featured-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .featured-single .featured-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .featured-single .featured-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .featured-single .featured-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.featured-single .featured-title span {
  color: var(--pxn-color-extra-10);
}
.featured-single .featured-desc {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-single .featured-desc {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-single .featured-desc {
    margin-bottom: 25px;
  }
}
.featured-single .featured-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-single .featured-list ul {
    grid-template-columns: 100%;
  }
}
.featured-single .featured-list ul li {
  color: var(--pxn-colot-theme-bg-primary);
  font-weight: var(--pxn-fw-sbold);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.featured-single .featured-list ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon/check-fill.svg");
}
.featured-single .featured-img {
  padding: 0 30px 30px;
}
.featured-single .featured-img img {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-single .featured-img {
    padding: 0 25px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-single .featured-img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-single .featured-img {
    padding: 0 20px 20px;
  }
}
.featured-elementor .featured-img {
  margin-top: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-elementor .featured-img {
    margin-top: 10px;
  }
}
.featured-one-click-import .featured-title, .featured-mobile-first .featured-title {
  color: var(--pxn-color-theme-bg-body);
}
.featured-one-click-import .featured-desc, .featured-mobile-first .featured-desc {
  color: var(--pxn-color-common-white-2);
}
.featured-one-click-import .featured-img {
  padding: 0;
}
.featured-contact-form-7 .featured-content {
  padding-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-contact-form-7 .featured-content {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-contact-form-7 .featured-content {
    padding-bottom: 25px;
  }
}
.featured-contact-form-7 .featured-desc {
  margin-bottom: 0;
}
.featured-contact-form-7 .featured-desc p {
  margin-bottom: 0;
}
.featured-mobile-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-mobile-first {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.featured-mobile-first .featured-content {
  padding-right: 0;
  padding-bottom: 40px;
  max-width: 644px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .featured-mobile-first .featured-content {
    max-width: 500px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-mobile-first .featured-content {
    max-width: 422px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-mobile-first .featured-content {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-mobile-first .featured-content {
    padding-bottom: 25px;
  }
}
.featured-mobile-first .featured-desc {
  margin-bottom: 0;
}
.featured-mobile-first .featured-desc p {
  margin-bottom: 0;
}
.featured-mobile-first .featured-img {
  padding: 30px 30px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-mobile-first .featured-img {
    padding: 25px 25px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-mobile-first .featured-img {
    padding: 20px 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-mobile-first .featured-img {
    padding: 20px 20px 0;
  }
}

/* !END: Theme Fature CSS */
/**----------------------------------------
START: Theme Fature CSS
----------------------------------------*/
.pxn-feature-area {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--pxn-color-theme-bg-primary);
  background-image: url("../images/bg/bg-common.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxn-feature-area .pxn-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-feature-area .pxn-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.pxn-feature-area .pxn-section-heading-left {
  max-width: 784px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-feature-area .pxn-section-heading-left {
    max-width: 100%;
  }
}
.pxn-feature-area .pxn-section-heading-right {
  max-width: 364px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-feature-area .pxn-section-heading-right {
    max-width: 314px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-feature-area .pxn-section-heading-right {
    max-width: 100%;
  }
}
.pxn-feature-area .pxn-section-title {
  color: var(--pxn-color-common-white);
}
.pxn-feature-area .pxn-section-desc {
  color: #a9b0b8;
}
.pxn-feature-area .pxn-service-title {
  font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-feature-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-feature-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.pxn-feature-area .features_wrap .pxn-service-wrapper {
  background-color: transparent;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 1px solid var(--pxn-color-border-2);
}
.pxn-feature-area .features_wrap .pxn-service-title {
  margin-bottom: 10px;
  color: var(--pxn-color-common-white);
}
.pxn-feature-area .features_wrap .pxn-service-desc {
  color: #a9b0b8;
}
.pxn-feature-wrapper {
  padding: 40px 25px 35px;
  border-color: 0;
  background: transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-feature-wrapper {
    padding: 30px 15px;
  }
  .pxn-feature-wrapper .pxn-service-title {
    margin-bottom: 20px;
  }
}
.pxn-feature-icon {
  margin-bottom: 40px;
}
.pxn-feature-icon span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 58px;
  width: 100%;
  height: 58px;
  border: 1px solid var(--pxn-color-border-2);
  border-radius: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-feature-icon {
    margin-bottom: 25px;
  }
}

/* !END: Theme Fature CSS */
/**----------------------------------------
START: Theme Testimonial CSS
----------------------------------------*/
.pxn-testimonial-section {
  padding: 120px 0 90px;
}
.pxn-testimonial-section .testimonial_wrap {
  position: relative;
  z-index: 1;
}
.pxn-testimonial-section .testimonial_wrap::after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 270px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 2;
}
.pxn-testimonial-section .testimonial_wrap.overlay-hide::after {
  content: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-testimonial-section {
    padding: 100px 0 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pxn-testimonial-section {
    padding: 70px 0 40px;
  }
}

.testimonial-item {
  position: relative;
  background: var(--pxn-color-theme-bg-light);
  margin-bottom: 30px;
  max-width: 420px;
  width: 100%;
  padding: 40px 30px;
  z-index: 1;
}
.testimonial-item .testimonial-rating {
  display: inline-block;
  margin-bottom: 20px;
  background-color: var(--pxn-color-common-white);
  padding: 3px 5px 4px 10px;
  border-radius: 31px;
}
.testimonial-item .testimonial-rating .star-ratings {
  unicode-bidi: bidi-override;
  color: var(--pxn-color-theme-primary);
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-text-stroke: 1px var(--pxn-color-theme-primary);
}
.testimonial-item .testimonial-rating .star-ratings .fill-ratings {
  color: var(--pxn-color-theme-primary);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.testimonial-item .testimonial-rating .star-ratings .fill-ratings span {
  display: inline-block;
}
.testimonial-item .testimonial-rating .star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
  color: var(--pxn-color-grey-1);
}
.testimonial-item .desc {
  font-size: 18px;
  margin-bottom: 30px;
}
.testimonial-item .desc p {
  margin-bottom: 0;
  color: var(--pxn-color-text-body);
}
.testimonial-item .desc p b {
  text-decoration: underline;
  font-weight: var(--pxn-fw-sbold);
}
.testimonial-item .testimonial-auother {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--pxn-color-border-1);
  padding-top: 30px;
}
.testimonial-item .testimonial-auother .author-images {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  line-height: 1;
  background-color: var(--pxn-color-extra-9);
  border-radius: 50%;
}
.testimonial-item .testimonial-auother .auother-name .title {
  margin-bottom: 0px;
}
.testimonial-item .testimonial-auother .auother-name .desig {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--pxn-color-text-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-item {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-item {
    max-width: 100%;
    margin: 0;
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-item .desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

/* !END: Theme Testimonial CSS */
/**----------------------------------------
START: Theme CTA CSS
----------------------------------------*/
.pxn-cta-section {
  background: transparent;
}

.pxn-cta-section.style-2 {
  padding-bottom: 0px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.cta-button {
  margin-bottom: 5px;
}

.cta-wrapper {
  padding: 126px 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.cta-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 25px;
  z-index: -1;
}
.cta-wrapper .cta-content {
  max-width: 790px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-wrapper .cta-content {
    max-width: 554px;
  }
}
.cta-wrapper .cta-content .pxn-section-subtitle {
  color: var(--pxn-color-theme-secondary);
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cta-wrapper .cta-content .pxn-section-subtitle {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }
}
.cta-wrapper .cta-content .pxn-section-subtitle::after, .cta-wrapper .cta-content .pxn-section-subtitle::before {
  background-color: var(--pxn-color-theme-primary);
}
.cta-wrapper .cta-content .title {
  color: var(--pxn-color-common-white);
  margin-bottom: 35px;
}
.cta-wrapper .cta-content .title-badge {
  position: relative;
  z-index: 0;
  width: 62px;
  display: inline-block;
  margin-right: -4px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-wrapper .cta-content .title-badge {
    width: 50px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper .cta-content .title-badge {
    width: 30px;
    margin-right: 0px;
  }
}
.cta-wrapper .cta-content .title-badge::after {
  content: "";
  position: absolute;
  left: 52%;
  top: 48%;
  -webkit-transform: translate(-51%, -50%);
      -ms-transform: translate(-51%, -50%);
          transform: translate(-51%, -50%);
  z-index: -1;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../images/icon/title-badge-rounded.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 575px) {
  .cta-wrapper .cta-content .title-badge::after {
    top: 44%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta-wrapper .cta-content .title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-wrapper .cta-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-wrapper {
    padding: 40px 15px;
  }
  .cta-wrapper .cta-content .title {
    font-size: 45px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-wrapper {
    padding: 40px 15px;
  }
  .cta-wrapper .cta-content .subtitle {
    margin-bottom: 15px;
  }
  .cta-wrapper .cta-content .title {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper {
    padding: 40px 15px;
  }
  .cta-wrapper .cta-content .subtitle {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .cta-wrapper .cta-content .title {
    font-size: 23px;
    margin-bottom: 25px;
  }
}

.featured-cta--elementor {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-cta--elementor {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-cta--elementor {
    padding-top: 70px;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* !END: Theme CTA CSS */
/**----------------------------------------
START: Theme Portfolio CSS
----------------------------------------*/
.portfolio-area {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(#cb0891));
  background: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, #cb0891 100%);
  max-width: 1560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.portfolio-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 390px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#100914), to(rgba(16, 9, 20, 0)));
  background: linear-gradient(360deg, #100914 0%, rgba(16, 9, 20, 0) 100%);
  z-index: 1;
}
.portfolio-area .tj-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 110px;
  position: relative;
  z-index: 3;
}
.portfolio-area .tj-section-wrapper .sec-text {
  max-width: 620px;
  width: 100%;
}
.portfolio-area .tj-section-wrapper .sec-text .tj-section-subtitle {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-area .tj-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 80px;
  }
  .portfolio-area .tj-section-wrapper .tj-header-button {
    margin-left: 0;
  }
}

/* !END: Theme Portfolio CSS */
/**----------------------------------------
START: FAQ CSS
----------------------------------------*/
.tj-faq-area {
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-faq-area {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-area {
    padding-bottom: 70px;
  }
}

.tj-faq-style {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid var(--tj-color-border-2);
}
.tj-faq-style .accordion-item {
  border: none;
  border-radius: 0;
  background-color: var(--tj-color-theme-bg);
  color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tj-faq-style .accordion-item .accordion-header .accordion-button {
  background: transparent;
  font-size: 18px;
  padding: 34px 80px 34px 30px;
  color: var(--tj-color-heading-primary);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  position: relative;
  border: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-style .accordion-item .accordion-header .accordion-button {
    padding: 24px 65px 24px 15px;
  }
}
.tj-faq-style .accordion-item .accordion-header .accordion-button span {
  color: var(--tj-color-common-black-2);
  margin-right: 5px;
}
.tj-faq-style .accordion-item .accordion-header .accordion-button:before {
  content: "+";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 18px;
  right: 30px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  border: 1px solid var(--tj-color-border-2);
  height: 36px;
  width: 36px;
  text-align: center;
  border-radius: 50%;
  color: var(--tj-color-heading-primary);
  background: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-style .accordion-item .accordion-header .accordion-button:before {
    height: 30px;
    width: 30px;
    line-height: 1;
    font-size: 19px;
    right: 15px;
  }
}
.tj-faq-style .accordion-item .accordion-header .accordion-button.collapsed {
  border: 0;
  border-top: 1px solid var(--tj-color-border-2);
  background: var(--tj-color-theme-bg-body);
}
.tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-bg);
}
.tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) span {
  color: var(--tj-color-theme-primary);
}
.tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  content: "\f068";
  color: var(--tj-color-common-white);
  border-color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-theme-primary);
}
.tj-faq-style .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tj-faq-style .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.tj-faq-style .accordion-item:first-child .accordion-button.collapsed {
  border-top: 0;
}
.tj-faq-style .accordion-item:not(:has(.collapsed)) + .accordion-item .accordion-button.collapsed {
  border-color: var(--tj-color-theme-bg);
}
.tj-faq-style .accordion-item .accordion-body {
  padding: 0;
  padding-bottom: 30px;
  padding-top: 25px;
  border-top: 1px solid var(--tj-color-border-2);
  margin: 0 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-style .accordion-item .accordion-body {
    padding-bottom: 25px;
    padding-top: 20px;
    margin: 0 15px;
  }
}
.tj-faq-style .accordion-item .accordion-body p,
.tj-faq-style .accordion-item .accordion-body ul {
  margin-bottom: 0;
}
.tj-faq-style .accordion-item .accordion-body ul {
  padding-left: 15px;
}
.tj-faq-style .accordion-item .accordion-body p a {
  text-decoration: underline;
}
.tj-faq-style .accordion-item .accordion-body p a:hover {
  color: var(--tj-color-theme-primary);
}

/* !END: FAQ CSS *//*# sourceMappingURL=main.css.map */