/*-----------------------------------------------------------------------------------

    Theme Name: Avino - Business Consulting HTML Template
    Author: pixenium-agency
    Support: suppor@pixeniumagency.com
    Description: Business Consulting HTML Template
    Version: 1.0.0

-----------------------------------------------------------------------------------


/************ TABLE OF CONTENTS ***************

Theme Default CSS
Custom Animate Keyframe
Preloader CSS
Cursor CSS
Back to top CSS
Button CSS
Coming Soon CSS
Socials CSS
Theme Header CSS
Offcanvas CSS
Page Header CSS
Theme Footer CSS
Sidebar CSS
404 CSS
Slider Nav & Dot CSS
Section Title CSS
Marquee CSS
Counter CSS
Feature Box CSS
Video Popup CSS
Icon List CSS
Advanced Tab CSS
Rating CSS
Icon Box CSS
Progress Bar CSS
Sidebar Widgets
Hero CSS
About CSS
Video CSS
Strategy CSS
Brand Carousel CSS
Team CSS
Testimonial CSS
CTA CSS
Blog CSS
Blog Details CSS
Working Process CSS
Marquee Section CSS
Testimonial Carousel CSS
Features CSS
Growth CSS
Empower CSS
Counter Section CSS
Services CSS
Services List CSS
Service Details CSS
Projects CSS
Service Details CSS
Pricing Table CSS
Team Details CSS
Accordion CSS
Contact CSS

**********************************************/
/**----------------------------------------
START: Theme Default CSS
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
:root {
  /**
     @Font-Family Declaration
   */
  --pxn-ff-body: 'Inter', sans-serif;
  --pxn-ff-heading: 'Anton', sans-serif;
  --pxn-ff-heading-2: 'Lora', serif;
  --pxn-ff-icons: 'pxn-icons';
  /**
     @Font-weight Declaration
   */
  --pxn-fw-normal: 400;
  --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: 40px;
  --pxn-fs-h2: 32px;
  --pxn-fs-h3: 28px;
  --pxn-fs-h4: 24px;
  --pxn-fs-h5: 20px;
  --pxn-fs-h6: 16px;
  /**
     @Color Declaration
   */
  --pxn-color-common-white: #ffffff;
  --pxn-color-common-black: #000000;
  --pxn-color-heading-primary: #00240f;
  --pxn-color-heading-primary-2: #181818;
  --pxn-color-heading-primary-3: #0b2f33;
  --pxn-color-heading-light: #1e8a8a;
  --pxn-color-text-body: #001509;
  --pxn-color-text-body-2: #464646;
  --pxn-color-text-placeholder: rgba(0, 21, 9, 0.6);
  --pxn-color-theme-primary: #a9f8b9;
  --pxn-color-theme-primary-2: #4e0d01;
  --pxn-color-theme-primary-3: #1b838d;
  --pxn-color-theme-secondary: #00240f;
  --pxn-color-theme-bg-primary: #a9f8b9;
  --pxn-color-theme-bg-dark: #0b474f;
  --pxn-color-theme-bg-light: #eafdee;
  --pxn-color-theme-bg-light-2: #f3f2ee;
  --pxn-color-theme-bg-light-3: #ebf0f0;
  --pxn-color-theme-bg-light-4: #dae7e7;
  --pxn-color-grey-1: #afc2bd;
  --pxn-color-border-1: rgba(0, 36, 15, 0.49);
  --pxn-color-border-2: #00240f;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-webkit-input-placeholder {
  color: var(--pxn-color-text-placeholder);
  opacity: 1;
}
*::-moz-placeholder {
  color: var(--pxn-color-text-placeholder);
  opacity: 1;
}
*:-ms-input-placeholder {
  color: var(--pxn-color-text-placeholder);
  opacity: 1;
}
*::-ms-input-placeholder {
  color: var(--pxn-color-text-placeholder);
  opacity: 1;
}
*::placeholder {
  color: var(--pxn-color-text-placeholder);
  opacity: 1;
}

/**
  Typography CSS
*/
html,
body {
  overflow-x: hidden;
}

body {
  font-size: var(--pxn-fs-body);
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-regular);
  color: var(--pxn-color-text-body);
  line-height: 1.6;
}
body p {
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-regular);
  color: var(--pxn-color-heading-primary);
  line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--pxn-color-theme-primary);
}

h1 {
  font-size: var(--pxn-fs-h1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: var(--pxn-fs-h2);
  line-height: 1.25;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: var(--pxn-fs-h3);
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: var(--pxn-fs-h4);
  line-height: 1.35;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: var(--pxn-fs-h5);
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  h5 {
    font-size: 16px;
  }
}

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

ul,
ol {
  margin: 0px;
  padding-left: 1.5em;
}

a,
button,
.btn {
  color: var(--pxn-color-theme-primary);
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover, a:focus,
button:hover,
button:focus,
.btn:hover,
.btn:focus {
  text-decoration: none;
  color: var(--pxn-color-theme-primary);
}

button {
  background-color: var(--pxn-color-theme-primary);
  color: var(--pxn-color-common-black);
  border: 1px solid var(--pxn-color-theme-primary);
  border-radius: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-medium);
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 10px;
}

select,
.nice-select,
input[type=search],
input[type=tel],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=number],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=time],
textarea {
  outline: none;
  background-color: transparent;
  width: 100%;
  height: auto;
  min-height: 45px;
  font-family: var(--pxn-ff-body);
  font-size: var(--pxn-fs-body);
  font-weight: var(--pxn-fw-medium);
  line-height: 1.6;
  border: 1px solid var(--pxn-color-border-1);
  color: var(--pxn-color-heading-primary);
  padding: 15px 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
select:focus,
.nice-select:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
textarea:focus {
  border-color: var(--pxn-color-theme-secondary);
}
select::-webkit-search-cancel-button,
.nice-select::-webkit-search-cancel-button,
input[type=search]::-webkit-search-cancel-button,
input[type=tel]::-webkit-search-cancel-button,
input[type=text]::-webkit-search-cancel-button,
input[type=email]::-webkit-search-cancel-button,
input[type=url]::-webkit-search-cancel-button,
input[type=password]::-webkit-search-cancel-button,
input[type=number]::-webkit-search-cancel-button,
input[type=date]::-webkit-search-cancel-button,
input[type=datetime-local]::-webkit-search-cancel-button,
input[type=month]::-webkit-search-cancel-button,
input[type=week]::-webkit-search-cancel-button,
input[type=time]::-webkit-search-cancel-button,
textarea::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
select::-ms-clear,
.nice-select::-ms-clear,
input[type=search]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=text]::-ms-clear,
input[type=email]::-ms-clear,
input[type=url]::-ms-clear,
input[type=password]::-ms-clear,
input[type=number]::-ms-clear,
input[type=date]::-ms-clear,
input[type=datetime-local]::-ms-clear,
input[type=month]::-ms-clear,
input[type=week]::-ms-clear,
input[type=time]::-ms-clear,
textarea::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

textarea {
  min-height: 130px;
}

.pxn-select {
  float: unset;
}

:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--pxn-color-common-white) inset;
          box-shadow: 0 0 0px 1000px var(--pxn-color-common-white) inset;
  -webkit-text-fill-color: var(--pxn-color-text-body);
}

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

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

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

.fix {
  overflow: hidden;
}

sub,
sup {
  bottom: 0;
  position: static;
  line-height: inherit;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row {
  --bs-gutter-x: 30px;
}
.container.g-0, .container.gx-0,
.container-fluid.g-0,
.container-fluid.gx-0,
.container-lg.g-0,
.container-lg.gx-0,
.container-md.g-0,
.container-md.gx-0,
.container-sm.g-0,
.container-sm.gx-0,
.container-xl.g-0,
.container-xl.gx-0,
.container-xxl.g-0,
.container-xxl.gx-0,
.row.g-0,
.row.gx-0 {
  --bs-gutter-x: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1350px;
}

.section-padding {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.glightbox-clean .gnext.disabled,
.glightbox-clean .gprev.disabled {
  display: none;
}

.mt-30 {
  margin-top: 30px;
}

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

.pxn-error-page {
  padding-top: 220px;
}
.pxn_error_content_wrap .error_img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 80%;
  margin-bottom: 30px;
}
.pxn_error_content_wrap .error_title {
  font-weight: var(--pxn-fw-regular);
  font-size: 100px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
  margin: 0;
}
.pxn_error_content_wrap .error_desc {
  font-weight: var(--pxn-fw-medium);
  margin-top: 20px;
}
.pxn_error_content_wrap .error_btn {
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-error-page {
    padding-top: 200px;
  }
  .pxn_error_content_wrap .error_title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-error-page {
    padding-top: 200px;
  }
  .pxn_error_content_wrap .error_title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-error-page {
    padding-top: 190px;
  }
  .pxn_error_content_wrap .error_title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-error-page {
    padding-top: 170px;
  }
  .pxn_error_content_wrap .error_title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn-error-page {
    padding-top: 160px;
  }
  .pxn_error_content_wrap .error_title {
    font-size: 40px;
  }
}

.pxn-split-text .pxn-char {
  display: inline-block;
  visibility: hidden; /* characters are revealed via GSAP */
}

.pxn-line {
  overflow: hidden;
  display: block;
}

.pxn-img-reveal {
  visibility: hidden;
  overflow: hidden;
}

.pxn-img-parallax {
  background-position: 50% 0%;
  background-attachment: scroll;
  will-change: background-position;
}

/* !END: Theme Default CSS */
/**----------------------------------------
START: Custom Animate Keyframe
----------------------------------------*/
@-webkit-keyframes linehover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
    inset-inline-end: 0;
  }
  100% {
    width: 100%;
    inset-inline-start: 0;
  }
}
@keyframes linehover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
    inset-inline-end: 0;
  }
  100% {
    width: 100%;
    inset-inline-start: 0;
  }
}
@-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));
  }
}
@-webkit-keyframes verticalScroll {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes verticalScroll {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes lineHover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
    right: 0;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@keyframes lineHover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
    right: 0;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@-webkit-keyframes textrotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes textrotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
            box-shadow: 0 0 0 0 currentColor;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
            box-shadow: 0 0 0 20px transparent;
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
            box-shadow: 0 0 0 0 currentColor;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
            box-shadow: 0 0 0 20px transparent;
  }
}
@-webkit-keyframes bounceY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounceY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounceX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounceX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.pxn-bounce-y {
  -webkit-animation: bounceY 4s linear infinite;
          animation: bounceY 4s linear infinite;
}

.pxn-bounce-x {
  -webkit-animation: bounceX 4s linear infinite;
          animation: bounceX 4s linear infinite;
}

/* !END: Custom Animate Keyframe */
/* 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: Cursor CSS
----------------------------------------*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mouse-cursor.cursor-inner, .mouse-cursor.cursor-outer {
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.mouse-cursor.cursor-inner.cursor-visible, .mouse-cursor.cursor-outer.cursor-visible {
  visibility: visible;
}
.mouse-cursor.cursor-inner.cursor-hidden, .mouse-cursor.cursor-outer.cursor-hidden {
  visibility: hidden;
}
.mouse-cursor.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 100;
  background-color: var(--pxn-color-theme-secondary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.mouse-cursor.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: var(--pxn-color-theme-secondary);
  opacity: 0.3;
}
.mouse-cursor.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--pxn-color-theme-secondary);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
.mouse-cursor.cursor-outer.cursor-hover {
  opacity: 0;
}

/* !END: Cursor 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: "\e904";
  font-family: var(--pxn-ff-icons);
  font-size: 16px;
  line-height: 1;
  color: var(--pxn-color-theme-secondary);
  inset-inline-start: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.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 only screen and (max-width: 575px) {
  .pxn_back-to-top {
    inset-inline-end: 20px;
    bottom: 20px;
  }
}

/* !END: Back to top CSS */
/**----------------------------------------
START: Button CSS
----------------------------------------*/
.pxn-btn-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--pxn-color-theme-secondary);
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-bold);
  font-size: 16px;
  line-height: 1.1;
}
.pxn-btn-inline i,
.pxn-btn-inline svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn-btn-inline svg {
  max-width: 15px;
  height: auto;
}
.pxn-btn-inline > span {
  position: relative;
}
.pxn-btn-inline > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.pxn-btn-inline:hover, .pxn-btn-inline:focus {
  color: var(--pxn-color-theme-secondary);
}
.pxn-btn-inline:hover > span::after, .pxn-btn-inline:focus > span::after {
  -webkit-animation: linehover 0.8s linear;
          animation: linehover 0.8s linear;
}
.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: 10px;
  font-size: 18px;
  line-height: 1.1;
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-heading-primary);
  padding: 18px 25px;
  background-color: var(--pxn-color-theme-primary);
  text-align: center;
  border-radius: 4px;
  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;
  height: auto;
  width: auto;
  background-color: transparent;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  color: var(--pxn-color-heading-primary);
}
.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: 20px;
  height: auto;
}
.pxn-btn-primary:hover, .pxn-btn-primary:focus {
  color: var(--pxn-color-heading-primary);
}
.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-heading-primary);
}
.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);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-btn-primary {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn-btn-primary {
    font-size: 16px;
    padding: 15px 25px;
  }
  .pxn-btn-primary .btn_icon {
    font-size: 16px;
  }
}
.pxn-btn-text-inline {
  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: 5px;
  font-family: var(--pxn-ff-body);
  font-size: 16px;
  line-height: 1.3;
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-theme-secondary);
  padding: 0;
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  z-index: 1;
}
.pxn-btn-text-inline .btn_text {
  overflow: hidden;
}
.pxn-btn-text-inline .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-text-inline .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: auto;
  height: auto;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0;
  color: var(--pxn-color-theme-secondary);
}
.pxn-btn-text-inline .btn_icon i,
.pxn-btn-text-inline .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-text-inline .btn_icon svg {
  max-width: 22px;
  height: auto;
}
.pxn-btn-text-inline:hover, .pxn-btn-text-inline:focus {
  color: var(--pxn-color-theme-secondary);
}
.pxn-btn-text-inline:hover .btn_text > span, .pxn-btn-text-inline:focus .btn_text > span {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
.pxn-btn-text-inline:hover .btn_icon, .pxn-btn-text-inline:focus .btn_icon {
  color: var(--pxn-color-theme-secondary);
}
.pxn-btn-text-inline:hover .btn_icon i,
.pxn-btn-text-inline:hover .btn_icon svg, .pxn-btn-text-inline:focus .btn_icon i,
.pxn-btn-text-inline:focus .btn_icon svg {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.pxn_secondary_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 18px;
  font-weight: var(--pxn-fw-sbold);
  font-family: var(--pxn-ff-body);
  color: var(--pxn-color-common-white);
}
.pxn_secondary_btn .btn_text {
  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-color: var(--pxn-color-theme-primary-3);
  border-radius: 90px;
  padding: 15px 27px;
}
.pxn_secondary_btn .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;
  width: 56px;
  height: 56px;
  background-color: var(--pxn-color-theme-primary-3);
  border: 3px solid var(--pxn-color-common-white);
  border-radius: 50%;
  font-size: 15px;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.pxn_secondary_btn .btn_icon:first-child {
  -webkit-margin-end: -58px;
          margin-inline-end: -58px;
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  opacity: 0;
}
.pxn_secondary_btn .btn_icon:last-child {
  -webkit-margin-start: -3px;
          margin-inline-start: -3px;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
}
.pxn_secondary_btn:hover {
  color: var(--pxn-color-common-white);
}
.pxn_secondary_btn:hover .btn_text {
  background-color: var(--pxn-color-theme-primary-3);
}
.pxn_secondary_btn:hover .btn_icon:first-child {
  -webkit-margin-end: -3px;
          margin-inline-end: -3px;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
}
.pxn_secondary_btn:hover .btn_icon:last-child {
  -webkit-margin-start: -58px;
          margin-inline-start: -58px;
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  opacity: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_secondary_btn {
    font-size: 16px;
  }
  .pxn_secondary_btn .btn_icon {
    width: 50px;
    height: 50px;
  }
  .pxn_secondary_btn .btn_icon:first-child {
    -webkit-margin-end: -52px;
            margin-inline-end: -52px;
  }
  .pxn_secondary_btn .btn_icon:last-child {
    -webkit-margin-start: -3px;
            margin-inline-start: -3px;
  }
  .pxn_secondary_btn:hover .btn_icon:first-child {
    -webkit-margin-end: -3px;
            margin-inline-end: -3px;
  }
  .pxn_secondary_btn:hover .btn_icon:last-child {
    -webkit-margin-start: -52px;
            margin-inline-start: -52px;
  }
}
.pxn-icon-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;
  width: 50px;
  height: 50px;
  border: 1px dashed var(--pxn-color-border-1);
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  color: var(--pxn-color-heading-primary);
}
.pxn-icon-btn i,
.pxn-icon-btn svg,
.pxn-icon-btn img {
  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: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.pxn-icon-btn svg,
.pxn-icon-btn img {
  width: 16px;
  height: auto;
}
.pxn-icon-btn:hover {
  background-color: var(--pxn-color-theme-primary);
  border-color: var(--pxn-color-theme-primary);
  color: var(--pxn-color-heading-primary);
}
.pxn-icon-btn:hover i,
.pxn-icon-btn:hover svg,
.pxn-icon-btn:hover img {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.pxn_circle_btn {
  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;
  width: 165px;
  height: 165px;
  background-color: var(--pxn-color-common-white);
  border-radius: 50%;
  -webkit-transition: none;
  transition: none;
}
.pxn_circle_btn .circle_text {
  position: absolute;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  inset-inline-start: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: textrotate 20s infinite linear;
          animation: textrotate 20s infinite linear;
}
.pxn_circle_btn .icon {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-color: var(--pxn-color-theme-secondary);
  border-radius: 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;
  font-size: 35px;
  line-height: 1;
  color: var(--pxn-color-theme-primary);
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn_circle_btn .icon i,
.pxn_circle_btn .icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_circle_btn .icon svg {
  max-width: 35px;
  height: auto;
}
.pxn_circle_btn:hover .icon, .pxn_circle_btn:focus .icon {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_circle_btn {
    width: 145px;
    height: 145px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_circle_btn {
    width: 120px;
    height: 120px;
  }
  .pxn_circle_btn .circle_text {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
  .pxn_circle_btn .icon {
    width: 55px;
    height: 55px;
    font-size: 30px;
  }
}

/* !END: Button CSS */
/**----------------------------------------
START: Coming Soon CSS
----------------------------------------*/
.pxn_coming_soon {
  max-width: 100vw;
  width: 100%;
  min-height: 100vh;
  background-color: var(--pxn-color-theme-bg-primary);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  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;
  text-align: center;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pxn_coming_soon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_coming_soon {
    padding: 100px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_coming_soon {
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_coming_soon {
    padding: 70px 20px;
  }
}
.pxn_coming_soon_content .title {
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-regular);
  font-size: 90px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--pxn-color-common-white);
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_coming_soon_content .title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_coming_soon_content .title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_coming_soon_content .title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_coming_soon_content .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn_coming_soon_content .title {
    font-size: 42px;
  }
}
.pxn_coming_soon_content .desc {
  font-weight: var(--pxn-fw-regular);
  font-size: 18px;
  color: var(--pxn-color-common-white);
  margin-top: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_coming_soon_content .desc {
    font-size: 16px;
  }
}
.pxn-countdown {
  margin-top: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.pxn-countdown .divider {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 42px;
  line-height: 2.3;
  font-weight: 500;
  color: var(--pxn-color-common-white);
  font-family: "Roboto";
}
.pxn-countdown .divider:last-child {
  display: none;
}
.pxn-countdown .timer-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.pxn-countdown .timer-content .time-count {
  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-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-bold);
  font-size: 50px;
  line-height: 1;
  color: var(--pxn-color-common-white);
  width: 126px;
  height: 96px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(35px);
  border-radius: 10px;
}
.pxn-countdown .timer-content .time-title {
  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-weight: var(--pxn-fw-regular);
  font-size: 16px;
  line-height: 1.3;
  color: var(--pxn-color-common-white);
  padding: 15px 0;
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-countdown {
    margin-top: 50px;
  }
  .pxn-countdown .timer-content .time-count {
    font-size: 35px;
    width: 110px;
    height: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-countdown {
    gap: 15px;
    margin-top: 45px;
  }
  .pxn-countdown .divider {
    font-size: 30px;
    line-height: 2.6;
  }
  .pxn-countdown .timer-content .time-count {
    font-size: 30px;
    width: 100px;
    height: 80px;
  }
  .pxn-countdown .timer-content .time-title {
    font-size: 16px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 575px) {
  .pxn-countdown {
    gap: 10px;
    margin-top: 40px;
  }
  .pxn-countdown .divider {
    font-size: 22px;
    line-height: 2.5;
  }
  .pxn-countdown .timer-content .time-count {
    font-size: 24px;
    width: 60px;
    height: 60px;
  }
  .pxn-countdown .timer-content .time-title {
    font-size: 14px;
    padding: 10px 0;
  }
}
.pxn_footer_subscription {
  margin-top: 56px;
}
.pxn_footer_subscription .note {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: var(--pxn-color-common-white);
  margin-top: 25px;
}
.pxn_footer_subscription form {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pxn_footer_subscription form input[type=email] {
  font-weight: var(--pxn-fw-regular);
  border-color: var(--pxn-color-common-white);
  color: var(--pxn-color-common-white);
}
.pxn_footer_subscription form input[type=email]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.pxn_footer_subscription form input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.pxn_footer_subscription form input[type=email]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.pxn_footer_subscription form input[type=email]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.pxn_footer_subscription form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_footer_subscription {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_footer_subscription {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn_footer_subscription {
    margin-top: 40px;
  }
}

/* !END: Coming Soon CSS */
/**----------------------------------------
START: Socials CSS
----------------------------------------*/
.pxn_socials {
  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;
  gap: 8px;
  line-height: 1;
}
.pxn_socials > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_socials > li > .icon {
  position: relative;
  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;
  width: 35px;
  height: 35px;
  border: 1px solid var(--pxn-color-theme-secondary);
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  color: var(--pxn-color-theme-secondary);
  z-index: 1;
  overflow: hidden;
}
.pxn_socials > li > .icon i,
.pxn_socials > li > .icon svg {
  text-shadow: -30px 0 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pxn_socials > li > .icon::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  left: 0;
  right: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  background-color: var(--pxn-color-theme-secondary);
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.pxn_socials > li a:hover {
  color: var(--pxn-color-common-white);
  border-color: var(--pxn-color-theme-secondary);
}
.pxn_socials > li a:hover i,
.pxn_socials > li a:hover svg {
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
}
.pxn_socials > li a:hover::before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.pxn_socials_2 {
  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;
  gap: 8px;
  line-height: 1;
}
.pxn_socials_2 > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_socials_2 > li > .icon {
  position: relative;
  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;
  width: 24px;
  height: 24px;
  border: 1px solid var(--pxn-color-theme-secondary);
  background-color: var(--pxn-color-theme-secondary);
  border-radius: 2px;
  font-size: 14px;
  line-height: 1;
  color: var(--pxn-color-common-white);
  z-index: 1;
  overflow: hidden;
}
.pxn_socials_2 > li > .icon i,
.pxn_socials_2 > li > .icon svg {
  text-shadow: -30px 0 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pxn_socials_2 > li > .icon::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  left: 0;
  right: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  background-color: var(--pxn-color-common-white);
  color: var(--pxn-color-theme-secondary);
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.pxn_socials_2 > li a:hover {
  color: var(--pxn-color-theme-secondary);
  border-color: var(--pxn-color-common-white);
}
.pxn_socials_2 > li a:hover i,
.pxn_socials_2 > li a:hover svg {
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
}
.pxn_socials_2 > li a:hover::before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.pxn_socials_3 {
  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;
  gap: 10px;
  line-height: 1;
}
.pxn_socials_3 > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_socials_3 > li > .icon {
  position: relative;
  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;
  width: 40px;
  height: 40px;
  background-color: #d4fbdc;
  border-radius: 50%;
  font-size: 17px;
  line-height: 1;
  color: var(--pxn-color-theme-secondary);
  z-index: 1;
  overflow: hidden;
}
.pxn_socials_3 > li > .icon i,
.pxn_socials_3 > li > .icon svg {
  text-shadow: -30px 0 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pxn_socials_3 > li > .icon::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  left: 0;
  right: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  background-color: var(--pxn-color-common-white);
  color: var(--pxn-color-theme-secondary);
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.pxn_socials_3 > li a:hover {
  color: var(--pxn-color-theme-secondary);
  border-color: var(--pxn-color-common-white);
}
.pxn_socials_3 > li a:hover i,
.pxn_socials_3 > li a:hover svg {
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
}
.pxn_socials_3 > li a:hover::before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* !END: Socials CSS */
/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.pxn-header {
  position: relative;
  background-color: var(--pxn-color-common-white);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 97;
  padding: 25px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-header {
    padding: 20px 0;
  }
}
.pxn-header.header-absolute {
  position: absolute;
  background-color: transparent;
  z-index: 98;
}
.pxn-header.header-sticky--cloned {
  position: fixed;
  background-color: var(--pxn-color-common-white);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  visibility: hidden;
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}
.pxn-header.header-sticky--cloned .pxn_header_top {
  display: none !important;
}
.pxn-header.header-sticky--cloned.sticky {
  position: fixed;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 99;
  opacity: 1;
}
.pxn-header.mobile-menu-active .pxn_main_navigation,
.pxn-header.mobile-menu-active .pxn_header_right,
.pxn-header.mobile-menu-active .pxn_full_offcanvas_toggle {
  display: none;
}
.pxn-header.mobile-menu-active .pxn_offcanvas_toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pxn-header.mobile-menu-active .pxn_offcanvas_toggle.header_offcanvas {
  display: none;
}
.pxn_header_main_wrap {
  max-width: 1800px;
  width: 100%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}
.pxn_site_logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 125px;
  width: 100%;
}
.pxn_main_navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pxn_main_navigation ul:not(.sub-menu) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 10px;
}
.pxn_main_navigation ul > li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pxn_main_navigation ul > li > a {
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--pxn-fw-medium);
  font-size: 20px;
  line-height: 1.5;
  color: var(--pxn-color-text-body);
  padding: 10px 0;
}
.pxn_main_navigation ul > li.menu-item-has-children > a, .pxn_main_navigation ul > li.has-dropdown > a {
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}
.pxn_main_navigation ul > li.menu-item-has-children > a:after, .pxn_main_navigation ul > li.has-dropdown > a:after {
  content: "\e90f";
  font-family: var(--pxn-ff-icons);
  color: inherit;
  position: absolute;
  font-size: 10px;
  line-height: 1;
  top: 21px;
  inset-inline-end: 1px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn_main_navigation ul > li.menu-item-has-children:hover > a::after, .pxn_main_navigation ul > li.has-dropdown:hover > a::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.pxn_main_navigation ul > li.current-menu-ancestor > a, .pxn_main_navigation ul > li.current-menu-item > a, .pxn_main_navigation ul > li:hover > a {
  color: var(--pxn-color-text-body);
}
.pxn_main_navigation ul > li.current-menu-ancestor > a, .pxn_main_navigation ul > li.current-menu-item > a {
  font-weight: var(--pxn-fw-sbold);
}
.pxn_main_navigation ul > li > ul.sub-menu {
  margin: 33px 0 0;
  pointer-events: none;
}
.pxn_main_navigation ul > li > ul.sub-menu::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: -33px;
  height: 33px;
}
.pxn_main_navigation ul > li .sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  width: 240px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  text-align: left;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: var(--pxn-color-common-white);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
.pxn_main_navigation ul > li .sub-menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
}
.pxn_main_navigation ul > li .sub-menu > li > a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 27px 10px 20px;
  color: var(--pxn-color-text-body);
}
.pxn_main_navigation ul > li .sub-menu > li.menu-item-has-children > a::after, .pxn_main_navigation ul > li .sub-menu > li.has-dropdown > a::after {
  font-size: 13px;
  top: 17px;
  inset-inline-end: 15px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.pxn_main_navigation ul > li .sub-menu > li.current-menu-ancestor > a, .pxn_main_navigation ul > li .sub-menu > li.current-menu-item > a, .pxn_main_navigation ul > li .sub-menu > li:hover > a {
  color: var(--pxn-color-text-body);
}
.pxn_main_navigation ul > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  pointer-events: inherit;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+9) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+10) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+11) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+12) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+13) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+14) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+15) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+16) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+16) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+17) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu > li:nth-child(2n+18) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu ul.sub-menu {
  position: absolute;
  left: 100%;
  top: -10px;
  right: initial;
  margin: 0 0 0 8px;
}
.pxn_main_navigation ul > li:hover > ul.sub-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  left: initial;
  right: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  height: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_main_navigation ul:not(.sub-menu) {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .pxn_main_navigation ul > li > a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_main_navigation ul:not(.sub-menu) {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .pxn_main_navigation ul > li > a {
    font-size: 16px;
  }
  .pxn_main_navigation ul > li .sub-menu > li > a {
    font-size: 16px;
  }
}
.pxn_header_right {
  gap: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_header_right {
    gap: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_header_right {
    margin-left: auto;
  }
}
.pxn_header_search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 30px;
  line-height: 1;
  color: var(--pxn-color-theme-secondary);
}
.pxn_header_search i,
.pxn_header_search svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_header_search svg {
  max-width: 30px;
  height: auto;
}
.pxn_header_search:hover {
  color: var(--pxn-color-theme-secondary);
}
.pxn_header_btn {
  background-color: var(--pxn-color-theme-secondary);
  color: var(--pxn-color-common-white);
  gap: 15px;
  font-size: 16px;
  padding: 16px 25px;
  border-radius: 50px;
}
.pxn_header_btn:hover {
  color: var(--pxn-color-common-white);
}
.pxn_offcanvas_toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-regular);
  font-size: 16px;
  line-height: 1.2;
  color: var(--pxn-color-theme-secondary);
}
.pxn_offcanvas_toggle .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 34px;
  line-height: 1;
}
.pxn_offcanvas_toggle .icon i,
.pxn_offcanvas_toggle .icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_offcanvas_toggle .icon svg {
  max-width: 30px;
  height: auto;
}
.pxn_offcanvas_toggle:hover, .pxn_offcanvas_toggle:focus {
  color: var(--pxn-color-theme-secondary);
}
.pxn_full_offcanvas_toggle {
  min-height: 46px;
  height: auto;
  width: 48px;
  border-radius: 4px;
  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: 25px;
  line-height: 1;
  background-color: #f3f2ee;
  border-color: #f3f2ee;
  color: var(--pxn-color-heading-primary-2);
}
.pxn_full_offcanvas_toggle .icon,
.pxn_full_offcanvas_toggle i,
.pxn_full_offcanvas_toggle svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_full_offcanvas_toggle svg {
  width: 25px;
  height: auto;
}
.pxn_full_offcanvas_toggle:hover, .pxn_full_offcanvas_toggle:focus {
  background-color: var(--pxn-color-theme-primary-2);
  color: var(--pxn-color-common-white);
}
.pxn-header-1 .pxn_main_navigation ul > li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.pxn-header-1 .pxn_main_navigation ul > li.current-menu-ancestor > a:before, .pxn-header-1 .pxn_main_navigation ul > li.current-menu-item > a:before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 50%;
}
.pxn-header-1 .pxn_main_navigation ul > li.menu-item-has-children > a, .pxn-header-1 .pxn_main_navigation ul > li.has-dropdown > a {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.pxn-header-1 .pxn_main_navigation ul > li.menu-item-has-children > a::after, .pxn-header-1 .pxn_main_navigation ul > li.has-dropdown > a::after {
  display: none;
}
.pxn-header-1 .pxn_main_navigation ul > li .sub-menu > li.menu-item-has-children > a::after, .pxn-header-1 .pxn_main_navigation ul > li .sub-menu > li.has-dropdown > a::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pxn-header-2 {
  border-bottom: 1px solid rgba(24, 24, 24, 0.15);
}
.pxn-header-2.header-sticky--cloned {
  border-bottom: none;
}
.pxn-header-2 .pxn_header_right {
  gap: 10px;
}
.pxn-header-2 .pxn_header_btn {
  border-radius: 4px;
  padding: 15px 22px;
  background-color: var(--pxn-color-theme-primary-2);
  color: var(--pxn-color-common-white);
}
.pxn-header-2 .pxn_offcanvas_toggle {
  color: var(--pxn-color-heading-primary-2);
  font-family: var(--pxn-ff-heading-2);
  font-weight: var(--pxn-fw-bold);
}
.pxn-header-3 {
  background-color: #02434b;
}
.pxn-header-3.header-absolute, .pxn-header-3.header-sticky--cloned {
  background-color: #02434b;
}
.pxn-header-3 .pxn_main_navigation ul > li > a {
  color: var(--pxn-color-common-white);
}
.pxn-header-3 .pxn_main_navigation ul > li.current-menu-ancestor > a, .pxn-header-3 .pxn_main_navigation ul > li.current-menu-item > a, .pxn-header-3 .pxn_main_navigation ul > li:hover > a {
  color: var(--pxn-color-common-white);
}
.pxn-header-3 .pxn_main_navigation ul > li .sub-menu {
  background-color: #02434b;
}
.pxn-header-3 .pxn_main_navigation ul > li .sub-menu > li > a {
  color: var(--pxn-color-common-white);
}
.pxn-header-3 .pxn_main_navigation ul > li .sub-menu > li.current-menu-ancestor > a, .pxn-header-3 .pxn_main_navigation ul > li .sub-menu > li.current-menu-item > a, .pxn-header-3 .pxn_main_navigation ul > li .sub-menu > li:hover > a {
  color: var(--pxn-color-common-white);
}
.pxn-header-3 .pxn_header_right {
  gap: 15px;
}
.pxn-header-3 .pxn_header_btn {
  background-color: var(--pxn-color-theme-primary-3);
  font-weight: var(--pxn-fw-medium);
  padding: 13px 25px;
}
.pxn-header-3 .pxn_offcanvas_toggle {
  color: var(--pxn-color-common-white);
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-bold);
}
.pxn-header-3 .header_offcanvas {
  width: 42px;
  height: 42px;
  border: 2px solid var(--pxn-color-common-white);
  border-radius: 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;
  color: var(--pxn-color-common-white);
}
.pxn-header-3 .header_offcanvas .icon {
  font-size: 20px;
}
.pxn_search_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 0 0 10px 10px;
  z-index: 100;
  padding-top: 120px;
  padding-bottom: 130px;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 101;
}
.pxn_search_popup.search-opened {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.pxn_search_popup_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
  -webkit-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  z-index: 100;
}
.pxn_search_popup_overlay.opened {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.pxn_search_popup .search_close {
  position: absolute;
  top: 36px;
  right: 36px;
}
.pxn_search_popup .search_close .search_close_btn {
  font-size: 24px;
  line-height: 1;
  color: var(--pxn-color-heading-primary);
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.pxn_search_popup .search_close .search_close_btn svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
}
.pxn_search_popup .search_close .search_close_btn:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: var(--pxn-color-heading-primary);
}
.pxn_search_popup .search_form {
  max-width: 720px;
  margin: 0 auto;
}
.pxn_search_popup .search_form .search_title {
  font-size: 24px;
  font-weight: var(--pxn-fw-medium);
  line-height: 1.2;
  text-align: center;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 30px;
}
.pxn_search_popup .search_form .search_box {
  position: relative;
  z-index: 1;
}
.pxn_search_popup .search_form .search_box input[type=search] {
  width: 100%;
  font-family: var(--pxn-ff-body);
  color: var(--pxn-color-text-body);
  border: 1px solid var(--pxn-color-border-1);
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px 75px 20px 24px;
  border-radius: 10px;
}
.pxn_search_popup .search_form .search_box input[type=search]::-webkit-input-placeholder {
  color: var(--pxn-color-text-placeholder);
}
.pxn_search_popup .search_form .search_box input[type=search]::-moz-placeholder {
  color: var(--pxn-color-text-placeholder);
}
.pxn_search_popup .search_form .search_box input[type=search]:-ms-input-placeholder {
  color: var(--pxn-color-text-placeholder);
}
.pxn_search_popup .search_form .search_box input[type=search]::-ms-input-placeholder {
  color: var(--pxn-color-text-placeholder);
}
.pxn_search_popup .search_form .search_box input[type=search]::placeholder {
  color: var(--pxn-color-text-placeholder);
}
.pxn_search_popup .search_form .search_box input[type=search]:focus {
  border-color: var(--pxn-color-theme-secondary);
}
.pxn_search_popup .search_form .search_box input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; /* Removes the default styling */
  appearance: none;
}
.pxn_search_popup .search_form .search_box [type=submit],
.pxn_search_popup .search_form .search_box input[type=submit] {
  background-color: transparent;
  border: none;
  color: var(--pxn-color-text-body);
  font-size: 24px;
  line-height: 1;
  max-width: 62px;
  width: 100%;
  height: 100%;
  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;
  inset-inline-end: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pxn_search_popup .search_form .search_box [type=submit]::before,
.pxn_search_popup .search_form .search_box input[type=submit]::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 20px;
  height: 28px;
  -webkit-border-start: 1px solid var(--pxn-color-border-1);
          border-inline-start: 1px solid var(--pxn-color-border-1);
}
.pxn_search_popup .search_form .search_box [type=submit] i,
.pxn_search_popup .search_form .search_box [type=submit] svg,
.pxn_search_popup .search_form .search_box input[type=submit] i,
.pxn_search_popup .search_form .search_box input[type=submit] svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_search_popup .search_form .search_box [type=submit] svg,
.pxn_search_popup .search_form .search_box input[type=submit] svg {
  max-width: 24px;
  height: auto;
}

/* !END: Theme Header CSS */
/**----------------------------------------
START: Offcanvas CSS
----------------------------------------*/
.pxn_offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  width: 507px;
  height: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  z-index: 999;
  scrollbar-width: none;
  overflow-y: scroll;
  -webkit-transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
  transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
}
.pxn_offcanvas.opened {
  -webkit-transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
  transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.pxn_offcanvas.desktop-menu-active .pxn_offcanvas_menu {
  display: none;
}
.pxn_offcanvas.mobile-menu-active .offcanvas_desc,
.pxn_offcanvas.mobile-menu-active .offcanvas_newsletter {
  display: none;
}
.pxn_offcanvas_overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 998;
  left: 0;
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.5s ease-in 0.7s;
  transition: all 0.5s ease-in 0.7s;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
}
.pxn_offcanvas_overlay.opened {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
}
.pxn_offcanvas .offcanvas_bg {
  background-color: var(--pxn-color-theme-bg-light);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pxn_offcanvas .offcanvas_wrapper {
  padding: 45px 50px;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}
.pxn_offcanvas .offcanvas_top {
  border-bottom: 1px solid var(--pxn-color-border-1);
  padding-bottom: 31px;
}
.pxn_offcanvas .offcanvas_logo .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 120px;
  width: 100%;
}
.pxn_offcanvas .offcanvas_close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-regular);
  font-size: 16px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
}
.pxn_offcanvas .offcanvas_close .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 25px;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn_offcanvas .offcanvas_close .icon i,
.pxn_offcanvas .offcanvas_close .icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_offcanvas .offcanvas_close .icon svg {
  max-width: 25px;
  height: auto;
}
.pxn_offcanvas .offcanvas_close:hover .icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pxn_offcanvas .offcanvas_desc {
  margin-top: 40px;
}
.pxn_offcanvas .offcanvas_newsletter {
  margin-top: 40px;
}
.pxn_offcanvas .offcanvas_contact, .pxn_offcanvas .offcanvas_location {
  margin-top: 46px;
}
.pxn_offcanvas .offcanvas_socials {
  margin-top: 46px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_offcanvas {
    max-width: 450px;
  }
  .pxn_offcanvas .offcanvas_wrapper {
    padding: 45px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn_offcanvas {
    max-width: 350px;
  }
  .pxn_offcanvas .offcanvas_wrapper {
    padding: 30px 15px 60px 15px;
  }
  .pxn_offcanvas .offcanvas_menu {
    margin-top: 36px;
  }
}
.pxn_offcanvas.pxn-header-2 .pxn_offcanvas_desc {
  color: var(--pxn-color-text-body-2);
}
.pxn_offcanvas.pxn-header-2 .offcanvas_bg {
  background-color: var(--pxn-color-theme-bg-light-2);
}
.pxn_offcanvas.pxn-header-2 .offcanvas_close {
  font-family: var(--pxn-ff-heading-2);
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-theme-primary-2);
}
.pxn_offcanvas.pxn-header-2 .offcanvas_newsletter .newsletter_title,
.pxn_offcanvas.pxn-header-2 .offcanvas_newsletter .contact_title,
.pxn_offcanvas.pxn-header-2 .offcanvas_newsletter .contact_title, .pxn_offcanvas.pxn-header-2 .offcanvas_location .newsletter_title,
.pxn_offcanvas.pxn-header-2 .offcanvas_location .contact_title,
.pxn_offcanvas.pxn-header-2 .offcanvas_location .contact_title, .pxn_offcanvas.pxn-header-2 .offcanvas_contact .newsletter_title,
.pxn_offcanvas.pxn-header-2 .offcanvas_contact .contact_title,
.pxn_offcanvas.pxn-header-2 .offcanvas_contact .contact_title {
  font-family: var(--pxn-ff-heading-2);
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-heading-primary-2);
}
.pxn_offcanvas.pxn-header-2 .offcanvas_newsletter .text,
.pxn_offcanvas.pxn-header-2 .offcanvas_newsletter .contact_info, .pxn_offcanvas.pxn-header-2 .offcanvas_location .text,
.pxn_offcanvas.pxn-header-2 .offcanvas_location .contact_info, .pxn_offcanvas.pxn-header-2 .offcanvas_contact .text,
.pxn_offcanvas.pxn-header-2 .offcanvas_contact .contact_info {
  color: var(--pxn-color-text-body-2);
}
.pxn_offcanvas.pxn-header-2 .pxn_offcanvas_menu ul > li > a {
  font-family: var(--pxn-ff-heading-2);
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-heading-primary-2);
}
.pxn_offcanvas.pxn-header-2 .pxn_offcanvas_menu ul > li ul.sub-menu > li > a {
  font-family: var(--pxn-ff-heading-2);
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-heading-primary-2);
}
.pxn_offcanvas.pxn-header-3 .offcanvas_bg {
  background-color: #ebf0f0;
}
.pxn_offcanvas.pxn-header-3 .offcanvas_close {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-bold);
  color: var(--pxn-color-heading-primary-3);
}
.pxn_offcanvas.pxn-header-3 .offcanvas_newsletter .newsletter_title,
.pxn_offcanvas.pxn-header-3 .offcanvas_newsletter .contact_title,
.pxn_offcanvas.pxn-header-3 .offcanvas_newsletter .contact_title, .pxn_offcanvas.pxn-header-3 .offcanvas_location .newsletter_title,
.pxn_offcanvas.pxn-header-3 .offcanvas_location .contact_title,
.pxn_offcanvas.pxn-header-3 .offcanvas_location .contact_title, .pxn_offcanvas.pxn-header-3 .offcanvas_contact .newsletter_title,
.pxn_offcanvas.pxn-header-3 .offcanvas_contact .contact_title,
.pxn_offcanvas.pxn-header-3 .offcanvas_contact .contact_title {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-bold);
  color: var(--pxn-color-heading-primary-3);
}
.pxn_offcanvas.pxn-header-3 .pxn_offcanvas_menu ul > li > a {
  color: var(--pxn-color-heading-primary-3);
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-bold);
}
.pxn_offcanvas.pxn-header-3 .pxn_offcanvas_menu ul > li ul.sub-menu > li > a {
  color: var(--pxn-color-heading-primary-3);
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-bold);
}
.pxn_offcanvas_desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  color: var(--pxn-color-text-body);
}
.pxn_offcanvas_newsletter .newsletter_title {
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-regular);
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 14px;
}
.pxn_offcanvas_newsletter .text {
  font-size: 18px;
  color: var(--pxn-color-text-body);
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.pxn_offcanvas_newsletter .text p:last-child {
  margin: 0;
}
.pxn_offcanvas_newsletter .newsletter_form {
  margin-top: 15px;
}
.pxn_offcanvas_newsletter form {
  position: relative;
  z-index: 1;
}
.pxn_offcanvas_newsletter form input[type=email] {
  -webkit-padding-end: 37px;
          padding-inline-end: 37px;
}
.pxn_offcanvas_newsletter form input[type=submit],
.pxn_offcanvas_newsletter form button[type=submit] {
  position: absolute;
  inset-inline-end: 15px;
  background-color: transparent;
  color: var(--pxn-color-theme-secondary);
  border: none;
  padding: 0;
  font-size: 25px;
  line-height: 1;
  top: 16px;
}
.pxn_offcanvas_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.pxn_offcanvas_contact .contact_title {
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-regular);
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 14px;
}
.pxn_offcanvas_contact .contact_info {
  font-size: 18px;
  color: var(--pxn-color-text-body);
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.pxn_offcanvas_contact a.contact_info::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  right: 0;
  bottom: 4px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.pxn_offcanvas_contact a.contact_info:hover, .pxn_offcanvas_contact a.contact_info:focus {
  color: var(--pxn-color-theme-secondary);
}
.pxn_offcanvas_contact a.contact_info:hover::before, .pxn_offcanvas_contact a.contact_info:focus::before {
  -webkit-animation: lineHover 0.5s linear;
          animation: lineHover 0.5s linear;
}
.pxn_offcanvas_menu {
  position: relative;
  overflow: hidden;
  margin-top: 46px;
  margin-bottom: 100px;
}
.pxn_offcanvas_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.pxn_offcanvas_menu ul > li {
  position: relative;
}
.pxn_offcanvas_menu ul > li:not(:last-child) {
  margin-bottom: 17px;
}
.pxn_offcanvas_menu ul > li.has-dropdown a button, .pxn_offcanvas_menu ul > li.menu-item-has-children a button {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  text-align: right;
  font-size: 20px;
  line-height: 1;
  color: inherit;
}
.pxn_offcanvas_menu ul > li.has-dropdown a button i, .pxn_offcanvas_menu ul > li.menu-item-has-children a button i {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.pxn_offcanvas_menu ul > li.has-dropdown a button.expanded i, .pxn_offcanvas_menu ul > li.menu-item-has-children a button.expanded i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pxn_offcanvas_menu ul > li > a {
  display: block;
  position: relative;
  width: 100%;
  color: var(--pxn-color-heading-primary);
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-regular);
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0;
  border: none;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.pxn_offcanvas_menu ul > li > a.expanded {
  color: var(--pxn-color-heading-primary);
}
.pxn_offcanvas_menu ul > li ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
  display: none;
}
.pxn_offcanvas_menu ul > li ul.sub-menu > li {
  padding-left: 15px;
  position: relative;
  margin-top: 0;
}
.pxn_offcanvas_menu ul > li ul.sub-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-regular);
  font-size: 18px;
  line-height: 1.6;
  opacity: 1;
  letter-spacing: 0;
  padding: 0;
  text-transform: inherit;
  color: var(--pxn-color-heading-primary);
  border: none;
}
.pxn_offcanvas_menu ul > li ul.sub-menu > li > a.expanded {
  color: var(--pxn-color-heading-primary);
}
.pxn_desktop_offcanvas {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--pxn-color-theme-bg-light-2);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.pxn_desktop_offcanvas.opened {
  opacity: 1;
  pointer-events: all;
}
.pxn_desktop_offcanvas.opened .offcanvas_content_wrap .offcanvas_desktop_menu {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.pxn_desktop_offcanvas.opened .offcanvas_content_wrap .offcanvas_content {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.pxn_desktop_offcanvas .desktop_offcanvas_close {
  min-height: 47px;
  height: auto;
  width: 48px;
  border-radius: 4px;
  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: 18px;
  line-height: 1;
  background-color: var(--pxn-color-theme-primary-2);
  border-color: var(--pxn-color-theme-primary-2);
  color: var(--pxn-color-common-white);
}
.pxn_desktop_offcanvas .desktop_offcanvas_close .icon,
.pxn_desktop_offcanvas .desktop_offcanvas_close i,
.pxn_desktop_offcanvas .desktop_offcanvas_close svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_desktop_offcanvas .desktop_offcanvas_close svg {
  width: 18px;
  height: auto;
}
.pxn_desktop_offcanvas .desktop_offcanvas_close:hover, .pxn_desktop_offcanvas .desktop_offcanvas_close:focus {
  background-color: var(--pxn-color-theme-primary-2);
  border-color: var(--pxn-color-theme-primary-2);
  color: var(--pxn-color-common-white);
}
.pxn_desktop_offcanvas .offcanvas_header {
  padding: 25px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_desktop_offcanvas .offcanvas_header {
    padding: 20px 0;
  }
}
.pxn_desktop_offcanvas .offcanvas_logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pxn_desktop_offcanvas .offcanvas_logo .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 125px;
  width: 100%;
}
.pxn_desktop_offcanvas .offcanvas_desktop_menu .pxn_offcanvas_menu {
  max-width: 350px;
  width: 100%;
  margin: 0;
}
.pxn_desktop_offcanvas .offcanvas_desktop_menu .pxn_offcanvas_menu ul > li > a {
  font-family: var(--pxn-ff-heading-2);
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-heading-primary-2);
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(0, 36, 15, 0.2);
}
.pxn_desktop_offcanvas .offcanvas_desktop_menu .pxn_offcanvas_menu ul > li ul.sub-menu > li > a {
  font-family: var(--pxn-ff-heading-2);
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-heading-primary-2);
}
.pxn_desktop_offcanvas .offcanvas_desktop_menu .pxn_offcanvas_menu ul > li.has-dropdown a button, .pxn_desktop_offcanvas .offcanvas_desktop_menu .pxn_offcanvas_menu ul > li.menu-item-has-children a button {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 5px 0 0 0;
  font-size: 18px;
}
.pxn_desktop_offcanvas .offcanvas_content_wrap .offcanvas_desktop_menu {
  max-width: 40%;
  width: 100%;
  height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  margin: 0;
  padding: 110px 0;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  overflow-y: auto;
}
.pxn_desktop_offcanvas .offcanvas_content_wrap .offcanvas_desktop_menu::-webkit-scrollbar {
  background-color: transparent;
}
.pxn_desktop_offcanvas .offcanvas_content_wrap .offcanvas_content {
  max-width: calc(60% - 1.5rem);
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
  border-left: solid 1px rgba(0, 36, 15, 0.2);
  padding: 110px 0 160px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  overflow-y: auto;
}
.pxn_desktop_offcanvas .offcanvas_content_wrap .offcanvas_content::-webkit-scrollbar {
  background-color: transparent;
}
.pxn_desktop_offcanvas .offcanvas_desc {
  color: var(--pxn-color-text-body-2);
}
.pxn_desktop_offcanvas .offcanvas_newsletter, .pxn_desktop_offcanvas .offcanvas_contact, .pxn_desktop_offcanvas .offcanvas_location, .pxn_desktop_offcanvas .offcanvas_socials {
  margin-top: 40px;
}
.pxn_desktop_offcanvas .offcanvas_newsletter .newsletter_title,
.pxn_desktop_offcanvas .offcanvas_newsletter .contact_title, .pxn_desktop_offcanvas .offcanvas_contact .newsletter_title,
.pxn_desktop_offcanvas .offcanvas_contact .contact_title, .pxn_desktop_offcanvas .offcanvas_location .newsletter_title,
.pxn_desktop_offcanvas .offcanvas_location .contact_title, .pxn_desktop_offcanvas .offcanvas_socials .newsletter_title,
.pxn_desktop_offcanvas .offcanvas_socials .contact_title {
  font-family: var(--pxn-ff-heading-2);
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-heading-primary-2);
}
.pxn_desktop_offcanvas .offcanvas_newsletter .text,
.pxn_desktop_offcanvas .offcanvas_newsletter .contact_info, .pxn_desktop_offcanvas .offcanvas_contact .text,
.pxn_desktop_offcanvas .offcanvas_contact .contact_info, .pxn_desktop_offcanvas .offcanvas_location .text,
.pxn_desktop_offcanvas .offcanvas_location .contact_info, .pxn_desktop_offcanvas .offcanvas_socials .text,
.pxn_desktop_offcanvas .offcanvas_socials .contact_info {
  color: var(--pxn-color-text-body-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn_desktop_offcanvas .offcanvas_content_wrap .offcanvas_desktop_menu {
    padding: 60px 0;
  }
  .pxn_desktop_offcanvas .offcanvas_content_wrap .offcanvas_content {
    padding: 60px 0 60px 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_desktop_offcanvas .offcanvas_content_wrap .offcanvas_desktop_menu {
    display: block;
    padding: 60px 0;
  }
  .pxn_desktop_offcanvas .offcanvas_content_wrap .offcanvas_content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 60px 0 60px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_desktop_offcanvas .offcanvas_content_wrap .offcanvas_content {
    padding: 60px 0 60px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_desktop_offcanvas .offcanvas_content_wrap .offcanvas_desktop_menu {
    display: block;
    padding: 40px 0;
  }
  .pxn_desktop_offcanvas .offcanvas_content_wrap .offcanvas_content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 40px 0 40px 30px;
  }
}

/* !END: Offcanvas CSS */
/**----------------------------------------
START: Page Header CSS
----------------------------------------*/
.pxn-about-page-header {
  background-color: var(--pxn-color-theme-primary);
  padding-top: 165px;
  margin-bottom: 390px;
  background-position: center center;
  background-repeat: repeat;
}
.pxn_about_page_header_content .pxn_breadcrumbs {
  color: var(--pxn-color-text-body);
  margin-bottom: 20px;
}
.pxn_about_page_header_content .page_header_title {
  font-size: 147px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: var(--pxn-fw-regular);
  line-height: 1.22;
  margin: 0;
}
.pxn_about_page_header_content .page_header_image {
  margin-top: 80px;
  margin-bottom: -390px;
  text-align: center;
}
.pxn_about_page_header_content .page_header_image img {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-about-page-header {
    margin-bottom: 350px;
  }
  .pxn_about_page_header_content .page_header_title {
    font-size: 120px;
  }
  .pxn_about_page_header_content .page_header_image {
    margin-bottom: -350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-about-page-header {
    margin-bottom: 280px;
  }
  .pxn_about_page_header_content .page_header_title {
    font-size: 100px;
  }
  .pxn_about_page_header_content .page_header_image {
    margin-top: 70px;
    margin-bottom: -280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-about-page-header {
    padding-top: 150px;
    margin-bottom: 220px;
  }
  .pxn_about_page_header_content .page_header_title {
    font-size: 80px;
  }
  .pxn_about_page_header_content .page_header_image {
    margin-top: 60px;
    margin-bottom: -220px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-about-page-header {
    padding-top: 130px;
    margin-bottom: 130px;
  }
  .pxn_about_page_header_content .pxn_breadcrumbs {
    margin-bottom: 15px;
  }
  .pxn_about_page_header_content .page_header_title {
    font-size: 50px;
  }
  .pxn_about_page_header_content .page_header_image {
    margin-top: 40px;
    margin-bottom: -130px;
  }
  .pxn_about_page_header_content .page_header_image img {
    border-radius: 16px;
  }
}
.pxn-page-header {
  position: relative;
  z-index: 1;
  padding-top: 300px;
  padding-bottom: 190px;
  background-color: var(--pxn-color-theme-bg-primary);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pxn-page-header::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 248, 185, 0.4)), to(rgba(23, 48, 34, 0.4)));
  background-image: linear-gradient(180deg, rgba(169, 248, 185, 0.4) 0%, rgba(23, 48, 34, 0.4) 100%);
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-page-header {
    padding-top: 280px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-page-header {
    padding-top: 260px;
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-page-header {
    padding-top: 240px;
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-page-header {
    padding-top: 220px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn-page-header {
    padding-top: 190px;
    padding-bottom: 90px;
  }
}
.pxn_page_header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: left;
}
.pxn_page_header_content .pxn_breadcrumbs {
  margin-bottom: 20px;
}
.pxn_page_header_content .page_title {
  font-weight: var(--pxn-fw-regular);
  font-size: 90px;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--pxn-color-common-white);
  margin: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn_page_header_content .page_title {
    font-size: 84px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_page_header_content .page_title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_page_header_content .page_title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_page_header_content .page_title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_page_header_content .page_title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn_page_header_content .page_title {
    font-size: 45px;
  }
  .pxn_page_header_content .pxn_breadcrumbs {
    margin-bottom: 15px;
  }
}
.pxn_breadcrumbs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-medium);
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--pxn-color-common-white);
}
.pxn_breadcrumbs > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.pxn_breadcrumbs a {
  color: inherit;
}
.pxn_breadcrumbs a:hover {
  color: inherit;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_breadcrumbs {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn_breadcrumbs {
    font-size: 16px;
  }
}

/* !END: Page Header CSS */
/**----------------------------------------
START: Theme Footer CSS
----------------------------------------*/
.pxn-footer {
  position: relative;
  background-color: var(--pxn-color-theme-bg-primary);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.pxn-footer .footer_circle_bg {
  width: 1320px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #b7fec6;
  position: absolute;
  left: 50%;
  bottom: -907px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.pxn-footer .footer_top {
  border-bottom: 1px dashed var(--pxn-color-border-1);
  padding-top: 115px;
  padding-bottom: 115px;
}
.pxn-footer .footer_top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.pxn-footer .footer_top_wrap .footer_desc {
  max-width: 427px;
  width: 100%;
  font-size: 26px;
  line-height: 1.22;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body);
}
.pxn-footer .footer_top_wrap .footer_btn {
  background-color: var(--pxn-color-theme-secondary);
  color: var(--pxn-color-common-white);
}
.pxn-footer .footer_widgets {
  border-bottom: 1px dashed var(--pxn-color-border-1);
}
.pxn-footer .footer_widgets .footer_widgets_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pxn-footer .footer_widgets .footer_widgets_wrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 40px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  max-width: 700px;
  width: 100%;
  padding: 80px 100px 80px 0;
  border-right: 1px dashed var(--pxn-color-border-1);
}
.pxn-footer .footer_bottom {
  padding: 30px 0;
}
.pxn-footer .footer_branding {
  text-align: center;
  color: var(--pxn-color-common-white);
  font-family: var(--pxn-ff-heading-2);
  font-size: 478px;
  font-weight: var(--pxn-fw-sbold);
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-footer .footer_branding {
    font-size: 415px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-footer .footer_branding {
    font-size: 340px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-footer .footer_branding {
    font-size: 260px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-footer .footer_branding {
    font-size: 30vw;
  }
}
.pxn-footer-2 {
  background-color: var(--pxn-color-theme-primary-2);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.pxn-footer-2 .footer_top {
  padding-top: 100px;
  padding-bottom: 70px;
  border: none;
}
.pxn-footer-2 .footer_widgets {
  padding-bottom: 120px;
  padding-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pxn-footer-2 .footer_widgets .footer_widgets_wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pxn-footer-2 .footer_widgets .footer_info {
  max-width: 530px;
  width: 100%;
}
.pxn-footer-2 .footer_widgets .pxn__footer_widget .footer_title {
  font-family: var(--pxn-ff-heading-2);
  color: var(--pxn-color-common-white);
}
.pxn-footer-2 .footer_widgets .pxn__footer_widget.widget_menu ul > li {
  color: var(--pxn-color-common-white);
  letter-spacing: 0;
}
.pxn-footer-2 .footer_widgets .pxn__footer_widget.footer_contact_info ul > li .label,
.pxn-footer-2 .footer_widgets .pxn__footer_widget.footer_contact_info ul > li .text {
  color: var(--pxn-color-common-white);
  letter-spacing: 0;
}
.pxn-footer-2 .pxn_copyright_text {
  color: var(--pxn-color-common-white);
}
.pxn-footer-2 .pxn_bottom_menu li {
  color: var(--pxn-color-common-white);
}
.pxn-footer-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-29.81%, #0c2427), color-stop(240.37%, #008fa3));
  background-image: linear-gradient(180deg, #0c2427 -29.81%, #008fa3 240.37%);
  padding-top: 397px;
}
.pxn-footer-3 .footer_widgets {
  border: none;
}
.pxn-footer-3 .footer_widgets .footer_widgets_wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.pxn-footer-3 .footer_widgets .footer_info {
  max-width: 360px;
  width: 100%;
}
.pxn-footer-3 .footer_widgets .footer_info .footer_logo {
  margin-bottom: 25px;
}
.pxn-footer-3 .footer_widgets .footer_info .footer_desc {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--pxn-color-common-white);
}
.pxn-footer-3 .footer_widgets .footer_info .pxn_footer_subscription_3 {
  margin-top: 30px;
}
.pxn-footer-3 .footer_widgets .pxn__footer_widget .footer_title {
  font-family: var(--pxn-ff-body);
  color: var(--pxn-color-common-white);
  font-weight: 600;
}
.pxn-footer-3 .footer_widgets .pxn__footer_widget.widget_menu ul > li {
  color: var(--pxn-color-common-white);
  letter-spacing: 0;
}
.pxn-footer-3 .footer_widgets .pxn__footer_widget.footer_contact_info ul > li .label,
.pxn-footer-3 .footer_widgets .pxn__footer_widget.footer_contact_info ul > li .text {
  color: var(--pxn-color-common-white);
  letter-spacing: 0;
}
.pxn-footer-3 .footer_middle {
  padding-top: 100px;
}
.pxn-footer-3 .footer_middle .footer_branding {
  font-size: 407px;
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-medium);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.0705882353);
}
.pxn-footer-3 .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.pxn-footer-3 .pxn_copyright_text {
  color: var(--pxn-color-common-white);
}
.pxn-footer-3 .pxn_bottom_menu li {
  color: var(--pxn-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-footer .footer_widgets .footer_widgets_wrap_inner {
    max-width: 670px;
  }
  .pxn-footer-2 .footer_widgets {
    padding-bottom: 100px;
  }
  .pxn-footer-2 .footer_widgets .footer_info {
    max-width: 500px;
  }
  .pxn-footer-3 {
    padding-top: 370px;
  }
  .pxn-footer-3 .footer_middle .footer_branding {
    font-size: 30vw;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-footer .footer_circle_bg {
    width: 1000px;
    bottom: -600px;
  }
  .pxn-footer .footer_top {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pxn-footer .footer_top_wrap .footer_desc {
    font-size: 22px;
    max-width: 360px;
  }
  .pxn-footer .footer_widgets .footer_widgets_wrap_inner {
    max-width: 600px;
    padding: 80px 40px 80px 0;
  }
  .pxn-footer-2 .footer_top {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .pxn-footer-2 .footer_widgets {
    padding-bottom: 100px;
  }
  .pxn-footer-2 .footer_widgets .footer_info {
    max-width: 500px;
  }
  .pxn-footer-3 {
    padding-top: 320px;
  }
  .pxn-footer-3 .footer_middle {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .pxn-footer-3 .footer_middle .footer_branding {
    font-size: 30vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-footer .footer_circle_bg {
    width: 800px;
    bottom: -500px;
  }
  .pxn-footer .footer_top {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pxn-footer .footer_top_wrap .footer_desc {
    font-size: 18px;
    max-width: 312px;
  }
  .pxn-footer .footer_widgets .footer_widgets_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    padding-top: 80px;
    -webkit-padding-after: 80px;
            padding-block-end: 80px;
  }
  .pxn-footer .footer_widgets .footer_widgets_wrap_inner {
    max-width: 100%;
    padding: 0;
    border: none;
  }
  .pxn-footer-2 .footer_top {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .pxn-footer-2 .footer_widgets {
    padding-bottom: 90px;
  }
  .pxn-footer-2 .footer_widgets .footer_widgets_wrap {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .pxn-footer-2 .footer_widgets .footer_info {
    max-width: 100%;
  }
  .pxn-footer-3 {
    padding-top: 280px;
  }
  .pxn-footer-3 .footer_widgets .footer_info {
    max-width: 100%;
  }
  .pxn-footer-3 .footer_widgets .footer_widgets_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  .pxn-footer-3 .footer_middle {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .pxn-footer-3 .footer_middle .footer_branding {
    font-size: 30vw;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-footer .footer_circle_bg {
    width: 600px;
    bottom: -400px;
  }
  .pxn-footer .footer_top {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pxn-footer .footer_top_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pxn-footer .footer_top_wrap .footer_desc {
    text-align: center;
    font-size: 20px;
    max-width: 333px;
  }
  .pxn-footer .footer_widgets .footer_widgets_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    padding-top: 60px;
    -webkit-padding-after: 60px;
            padding-block-end: 60px;
  }
  .pxn-footer .footer_widgets .footer_widgets_wrap_inner {
    max-width: 100%;
    padding: 0;
    border: none;
  }
  .pxn-footer-2 .footer_top {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .pxn-footer-2 .footer_widgets {
    padding-bottom: 60px;
  }
  .pxn-footer-2 .footer_widgets .footer_widgets_wrap {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pxn-footer-2 .footer_widgets .footer_info {
    max-width: 100%;
  }
  .pxn-footer-3 {
    padding-top: 220px;
  }
  .pxn-footer-3 .footer_widgets .footer_info {
    max-width: 100%;
  }
  .pxn-footer-3 .footer_widgets .footer_widgets_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
  .pxn-footer-3 .footer_middle {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .pxn-footer-3 .footer_middle .footer_branding {
    font-size: 30vw;
  }
}
@media only screen and (max-width: 575px) {
  .pxn-footer .footer_circle_bg {
    width: 400px;
    bottom: -250px;
  }
}
.pxn_footer_site_logo {
  max-width: 400px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_footer_site_logo {
    max-width: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_footer_site_logo {
    max-width: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_footer_site_logo {
    max-width: 225px;
  }
}
.pxn__footer_widget .footer_title {
  font-weight: var(--pxn-fw-regular);
  font-size: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn__footer_widget .footer_title {
    margin-bottom: 25px;
  }
}
.pxn__footer_widget.footer_info .footer_logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 195px;
  width: 100%;
  margin-bottom: 20px;
}
.pxn__footer_widget.footer_info .footer_desc {
  max-width: 420px;
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.01em;
  color: var(--pxn-color-common-white);
  line-height: 1.22;
}
.pxn__footer_widget.footer_info .pxn_footer_subscription_2 {
  margin-top: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn__footer_widget.footer_info .footer_logo {
    max-width: 150px;
  }
  .pxn__footer_widget.footer_info .footer_desc {
    font-size: 18px;
  }
}
.pxn__footer_widget.widget_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.pxn__footer_widget.widget_menu ul > li {
  font-weight: var(--pxn-fw-regular);
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: var(--pxn-color-heading-primary);
}
.pxn__footer_widget.widget_menu ul > li a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 95%;
  display: inline;
}
.pxn__footer_widget.widget_menu ul > li a:hover {
  color: inherit;
  background-size: 100% 1px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn__footer_widget.widget_menu ul > li {
    font-size: 18px;
  }
}
.pxn__footer_widget.footer_contact_info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 20px;
}
.pxn__footer_widget.footer_contact_info ul > li .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--pxn-fw-medium);
  font-size: 20px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: var(--pxn-color-heading-primary);
}
.pxn__footer_widget.footer_contact_info ul > li .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--pxn-color-text-body);
  margin-top: 2px;
}
.pxn__footer_widget.footer_contact_info ul > li .text a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 95%;
  display: inline;
}
.pxn__footer_widget.footer_contact_info ul > li .text a:hover {
  color: inherit;
  background-size: 100% 1px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn__footer_widget.footer_contact_info ul > li .label,
  .pxn__footer_widget.footer_contact_info ul > li .text {
    font-size: 18px;
  }
}
.pxn_footer_subscription_wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 530px;
  width: 100%;
}
.pxn_footer_subscription_wrap .sec_title {
  font-size: 40px;
  margin-bottom: 25px;
}
.pxn_footer_subscription_wrap .pxn_socials_3 {
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_footer_subscription_wrap {
    max-width: 400px;
  }
  .pxn_footer_subscription_wrap .sec_title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_footer_subscription_wrap {
    max-width: 100%;
  }
  .pxn_footer_subscription_wrap .sec_title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_footer_subscription_wrap {
    max-width: 100%;
  }
  .pxn_footer_subscription_wrap .sec_title {
    font-size: 26px;
  }
}
.pxn_footer_subscription {
  position: relative;
  z-index: 1;
}
.pxn_footer_subscription input:not([type=submit], [type=radio], [type=checkbox]) {
  border-color: var(--pxn-color-heading-primary);
  border-radius: 0;
  padding: 15px 0;
  color: var(--pxn-color-heading-primary);
  border-width: 0 0 1px 0;
}
.pxn_footer_subscription input:not([type=submit], [type=radio], [type=checkbox])::-webkit-input-placeholder {
  color: rgba(0, 36, 15, 0.7);
}
.pxn_footer_subscription input:not([type=submit], [type=radio], [type=checkbox])::-moz-placeholder {
  color: rgba(0, 36, 15, 0.7);
}
.pxn_footer_subscription input:not([type=submit], [type=radio], [type=checkbox]):-ms-input-placeholder {
  color: rgba(0, 36, 15, 0.7);
}
.pxn_footer_subscription input:not([type=submit], [type=radio], [type=checkbox])::-ms-input-placeholder {
  color: rgba(0, 36, 15, 0.7);
}
.pxn_footer_subscription input:not([type=submit], [type=radio], [type=checkbox])::placeholder {
  color: rgba(0, 36, 15, 0.7);
}
.pxn_footer_subscription input[type=submit],
.pxn_footer_subscription button[type=submit] {
  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: 36px;
  height: 36px;
  border: none;
  border-radius: 6px;
  background-color: var(--pxn-color-theme-secondary);
  color: var(--pxn-color-common-white);
  position: absolute;
  inset-inline-end: 0;
  top: 10px;
}
.pxn_footer_subscription_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.pxn_footer_subscription_2 input[type=email] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_footer_subscription_2 input:not([type=submit], [type=radio], [type=checkbox]) {
  background-color: var(--pxn-color-common-white);
  border-color: var(--pxn-color-common-white);
  border-radius: 0;
  padding: 15px 20px;
  color: var(--pxn-color-heading-primary-2);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_footer_subscription_2 input:not([type=submit], [type=radio], [type=checkbox])::-webkit-input-placeholder {
  color: rgba(70, 70, 70, 0.8);
}
.pxn_footer_subscription_2 input:not([type=submit], [type=radio], [type=checkbox])::-moz-placeholder {
  color: rgba(70, 70, 70, 0.8);
}
.pxn_footer_subscription_2 input:not([type=submit], [type=radio], [type=checkbox]):-ms-input-placeholder {
  color: rgba(70, 70, 70, 0.8);
}
.pxn_footer_subscription_2 input:not([type=submit], [type=radio], [type=checkbox])::-ms-input-placeholder {
  color: rgba(70, 70, 70, 0.8);
}
.pxn_footer_subscription_2 input:not([type=submit], [type=radio], [type=checkbox])::placeholder {
  color: rgba(70, 70, 70, 0.8);
}
.pxn_footer_subscription_2 input[type=submit],
.pxn_footer_subscription_2 button[type=submit] {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-medium);
  border-radius: 0;
  border: none;
  background-color: var(--pxn-color-heading-primary-2);
  color: var(--pxn-color-common-white);
  font-size: 20px;
  letter-spacing: 0.01em;
  padding: 18px 25px;
}
@media only screen and (max-width: 575px) {
  .pxn_footer_subscription_2 input[type=submit],
  .pxn_footer_subscription_2 button[type=submit] {
    font-size: 16px;
    padding: 18px 20px;
  }
}
.pxn_footer_subscription_3 {
  position: relative;
}
.pxn_footer_subscription_3 input:not([type=submit], [type=radio], [type=checkbox]) {
  background-color: var(--pxn-color-common-white);
  border-radius: 50px;
  border: 1px solid var(--pxn-color-common-white);
  padding: 15px 20px;
  color: var(--pxn-color-heading-primary-3);
  min-height: 64px;
}
.pxn_footer_subscription_3 input:not([type=submit], [type=radio], [type=checkbox])::-webkit-input-placeholder {
  color: rgba(11, 47, 51, 0.7);
}
.pxn_footer_subscription_3 input:not([type=submit], [type=radio], [type=checkbox])::-moz-placeholder {
  color: rgba(11, 47, 51, 0.7);
}
.pxn_footer_subscription_3 input:not([type=submit], [type=radio], [type=checkbox]):-ms-input-placeholder {
  color: rgba(11, 47, 51, 0.7);
}
.pxn_footer_subscription_3 input:not([type=submit], [type=radio], [type=checkbox])::-ms-input-placeholder {
  color: rgba(11, 47, 51, 0.7);
}
.pxn_footer_subscription_3 input:not([type=submit], [type=radio], [type=checkbox])::placeholder {
  color: rgba(11, 47, 51, 0.7);
}
.pxn_footer_subscription_3 input[type=submit],
.pxn_footer_subscription_3 button[type=submit] {
  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: 44px;
  height: 44px;
  background-color: var(--pxn-color-theme-primary-3);
  border-radius: 50%;
  color: var(--pxn-color-common-white);
  font-size: 18px;
  border-color: var(--pxn-color-theme-primary-3);
  position: absolute;
  inset-inline-end: 10px;
  top: 10px;
  z-index: 2;
}
.pxn_footer_subscription_3 input[type=submit]:hover,
.pxn_footer_subscription_3 button[type=submit]:hover {
  background-color: var(--pxn-color-heading-primary-3);
  border-color: var(--pxn-color-heading-primary-3);
}
.pxn_copyright_text {
  display: inline-block;
  font-weight: var(--pxn-fw-regular);
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: var(--pxn-color-heading-primary);
  text-align: center;
}
.pxn_copyright_text p:last-child {
  margin: 0;
}
.pxn_copyright_text a {
  font-weight: var(--pxn-fw-sbold);
  color: inherit;
}
.pxn_copyright_text a:hover {
  color: var(--pxn-color-heading-primary);
}
.pxn_bottom_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}
.pxn_bottom_menu li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-weight: var(--pxn-fw-regular);
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: var(--pxn-color-heading-primary);
}
.pxn_bottom_menu li:not(:last-child)::after {
  content: "|";
}
.pxn_bottom_menu li a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 95%;
  display: inline;
}
.pxn_bottom_menu li a:hover {
  color: inherit;
  background-size: 100% 1px;
}

/* !END: Theme Footer CSS */
/**----------------------------------------
START: Sidebar CSS
----------------------------------------*/
.pxn_sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 30px;
}
.pxn_sidebar_widget {
  position: relative;
  background-color: rgba(169, 248, 185, 0.5);
  width: 100%;
  padding: 33px;
  border: none;
  border-radius: 8px;
}
.pxn_sidebar_widget .wp-block-heading,
.pxn_sidebar_widget .wp-block-search__label,
.pxn_sidebar_widget .wp-block-categories__label,
.pxn_sidebar_widget .wp-block-archives__label,
.pxn_sidebar_widget .sidebar_title {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  font-size: 24px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 20px;
}
.pxn_sidebar_widget .nice-select {
  border-color: var(--pxn-color-border-1);
}
.pxn_sidebar_widget .nice-select .list li:not(.selected):hover {
  color: var(--pxn-color-theme-secondary);
}
.pxn_sidebar_widget .wp-block-search__button {
  color: var(--pxn-color-theme-secondary);
}
.pxn_sidebar_widget .wp-block-latest-comments li a:hover,
.pxn_sidebar_widget .wp-block-latest-posts li a:hover,
.pxn_sidebar_widget .wp-block-archives li a:hover,
.pxn_sidebar_widget .wp-block-rss li a:hover,
.pxn_sidebar_widget .wp-block-categories li a:hover,
.pxn_sidebar_widget .wp-block-page-list li a:hover, .pxn_sidebar_widget.widget_nav_menu .menu li a:hover, .pxn_sidebar_widget.widget_meta ul li a:hover {
  color: var(--pxn-color-theme-secondary);
}
.pxn_sidebar_widget .wp-block-latest-comments .wp-block-latest-comments__comment-author {
  color: var(--pxn-color-theme-secondary);
}
.pxn_sidebar_widget.pxn-post_author_box {
  position: relative;
  z-index: 1;
  padding: 26px;
  background-color: var(--pxn-color-theme-primary);
  overflow: hidden;
}
.pxn_sidebar_widget.pxn-post_author_box::after {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  top: 45%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 480px;
  height: 480px;
  background-color: #b7fec6;
  border-radius: 50%;
  z-index: -1;
}
@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_sidebar_widget {
    padding: 30px 25px;
  }
  .pxn_sidebar_widget.pxn-post_author_box {
    padding: 26px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn_sidebar_widget {
    padding: 30px 20px;
  }
  .pxn_sidebar_widget.pxn-post_author_box {
    padding: 25px 20px;
  }
  .pxn_sidebar_widget .wp-block-heading,
  .pxn_sidebar_widget .wp-block-search__label,
  .pxn_sidebar_widget .wp-block-categories__label,
  .pxn_sidebar_widget .wp-block-archives__label,
  .pxn_sidebar_widget .sidebar_title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_sidebar {
    border-top: 1px dashed var(--pxn-color-border-1);
    padding-top: 51px;
    margin-top: 50px;
  }
}
.pxn_recent_posts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 25px;
}
.pxn_recent_posts .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.pxn_recent_posts .post .thumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.pxn_recent_posts .post .thumb a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
}
.pxn_recent_posts .post .thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn_recent_posts .post_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_recent_posts .post_content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  line-height: 1.3;
  color: var(--pxn-color-text-body);
  margin-bottom: 10px;
}
.pxn_recent_posts .post_content .meta > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.pxn_recent_posts .post_content .meta i,
.pxn_recent_posts .post_content .meta svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  color: var(--pxn-color-theme-primary);
  fill: var(--pxn-color-theme-primary);
}
.pxn_recent_posts .post_content .meta svg {
  height: auto;
}
.pxn_recent_posts .post_content .meta a {
  color: inherit;
}
.pxn_recent_posts .post_content .meta a:hover {
  color: var(--pxn-color-theme-secondary);
}
.pxn_recent_posts .post_content .post_title {
  font-weight: var(--pxn-fw-sbold);
  font-size: 18px;
  line-height: 1.3;
  color: var(--pxn-color-heading-primary);
  margin: 0;
}
.pxn_recent_posts .post_content .post_title a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  display: inline;
}
.pxn_recent_posts .post_content .post_title a:hover {
  background-size: 100% 2px;
}
@media only screen and (max-width: 575px) {
  .pxn_recent_posts {
    gap: 20px;
  }
  .pxn_recent_posts .post {
    gap: 15px;
  }
}
.pxn_category_widget {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 16px;
}
.pxn_category_widget ul,
.pxn_category_widget ol {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 16px;
  padding-left: 1rem;
}
.pxn_category_widget ul.children,
.pxn_category_widget ol.children {
  margin-top: 16px;
}
.pxn_category_widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pxn_category_widget li > .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  background-color: transparent;
  border: 1px dashed var(--pxn-color-border-1);
  border-radius: 5px;
  padding: 15px 20px;
  font-weight: var(--pxn-fw-sbold);
  font-size: 18px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
}
.pxn_category_widget li > .category .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_category_widget li > .category .count {
  color: var(--pxn-color-heading-primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .pxn_category_widget li > .category {
    font-size: 16px;
  }
}
.pxn_category_widget li > a:hover {
  background-color: var(--pxn-color-theme-primary);
}
.pxn-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.pxn-author-box .author-avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.pxn-author-box .author-avatar img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.pxn-author-box .author-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.pxn-author-box .author-content .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body);
  margin-bottom: 10px;
}
.pxn-author-box .author-content .name {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  font-size: 24px;
  line-height: 1.1;
  color: var(--pxn-color-heading-primary);
}
.pxn-author-box .author-content .name a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 95%;
  display: inline;
}
.pxn-author-box .author-content .name a:hover {
  color: inherit;
  background-size: 95% 1px;
}
.pxn-author-box .author-content .bio {
  margin-top: 10px;
}
.pxn-author-box .author-content .socials {
  list-style: none;
  padding: 0;
  margin: 0;
  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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.pxn-author-box .author-content .socials > li > .icon {
  width: 35px;
  height: 35px;
  font-size: 16px;
}

.widget_search_box {
  position: relative;
}
.widget_search_box input[type=search] {
  border: 1px dashed var(--pxn-color-border-1);
  padding: 15px 53px 15px 20px;
  border-radius: 6px;
}
.widget_search_box button[type=submit] {
  position: absolute;
  top: 8px;
  inset-inline-end: 8px;
  width: 45px;
  height: calc(100% - 16px);
  z-index: 2;
  background-color: var(--pxn-color-theme-primary);
  border-radius: 5px;
  border: none;
  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: 20px;
  line-height: 1;
  color: var(--pxn-color-heading-primary);
}
.widget_search_box button[type=submit]:hover {
  color: var(--pxn-color-heading-primary);
}

.wp-block-tag-cloud,
.tagcloud {
  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;
  gap: 10px;
}
.wp-block-tag-cloud a,
.tagcloud a {
  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-color: var(--pxn-color-theme-bg-light);
  border: 1px dashed var(--pxn-color-border-1);
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: var(--pxn-fw-sbold);
  font-size: 16px;
  line-height: 1.3;
  color: var(--pxn-color-text-body);
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--pxn-color-theme-primary);
  border-color: var(--pxn-color-theme-primary);
  color: var(--pxn-color-heading-primary);
}

/* !END: Sidebar CSS */
/**----------------------------------------
START: 404 CSS
----------------------------------------*/
.absolute-header .pxn-error-page,
.pxn-smooth-scroll-enabled .pxn-error-page {
  padding-top: 220px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .absolute-header .pxn-error-page,
  .pxn-smooth-scroll-enabled .pxn-error-page {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .absolute-header .pxn-error-page,
  .pxn-smooth-scroll-enabled .pxn-error-page {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .absolute-header .pxn-error-page,
  .pxn-smooth-scroll-enabled .pxn-error-page {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 575px) {
  .absolute-header .pxn-error-page,
  .pxn-smooth-scroll-enabled .pxn-error-page {
    padding-top: 160px;
  }
}

.pxn_error_content_wrap .error_title {
  font-weight: var(--pxn-fw-regular);
}

/* !END: 404 CSS */
/**----------------------------------------
START: Slider Nav & Dot CSS
----------------------------------------*/
.pxn_slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  bottom: 0;
  gap: 8px;
}
.pxn_slider-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 0;
  opacity: 1;
  background-color: var(--pxn-color-theme-bg-light-2);
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  margin: 0 !important;
  z-index: 1;
}
.pxn_slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--pxn-color-theme-primary-2);
}
.pxn_slider-nav {
  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: 50px;
  height: 50px;
  font-size: 15px;
  background-color: transparent;
  border: 1px dashed var(--pxn-color-border-1);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pxn_slider-nav span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
}
.pxn_slider-nav span i,
.pxn_slider-nav span svg {
  position: relative;
  top: 0;
  color: var(--pxn-color-theme-secondary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pxn_slider-nav span i:last-child,
.pxn_slider-nav span svg:last-child {
  position: absolute;
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
  color: var(--pxn-color-common-white);
}
.pxn_slider-nav:hover {
  background-color: var(--pxn-color-theme-secondary);
  border-color: var(--pxn-color-theme-secondary);
}
.pxn_slider-nav:hover span i:first-child,
.pxn_slider-nav:hover span svg:first-child {
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
.pxn_slider-nav:hover span i:last-child,
.pxn_slider-nav:hover span svg:last-child {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.pxn_slider-nav.pxn_slider-next span i:last-child,
.pxn_slider-nav.pxn_slider-next span svg:last-child {
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
.pxn_slider-nav.pxn_slider-next:hover span i:first-child,
.pxn_slider-nav.pxn_slider-next:hover span svg:first-child {
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
}
.pxn_slider-nav.pxn_slider-next:hover span i:last-child,
.pxn_slider-nav.pxn_slider-next:hover span svg:last-child {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 575px) {
  .pxn_slider-nav {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
}

/* !END: Slider Nav & Dot CSS */
/**----------------------------------------
START: Section Title CSS
----------------------------------------*/
.sec_title {
  font-weight: var(--pxn-fw-regular);
  font-size: 74px;
  line-height: 1.22;
  letter-spacing: 0.02em;
  margin: 0;
}
.sec_title .highlight,
.sec_title span {
  color: rgba(0, 36, 15, 0.4);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sec_title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec_title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec_title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sec_title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .sec_title {
    font-size: 32px;
  }
}

.sec_sub {
  font-weight: var(--pxn-fw-medium);
  font-size: 20px;
  line-height: 32.81px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--pxn-color-heading-primary);
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.sec_sub .line {
  width: 65px;
  height: 2px;
  -webkit-mask-image: url(../images/shapes/subtitle-line.svg);
          mask-image: url(../images/shapes/subtitle-line.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center right;
          mask-position: center right;
  background-image: linear-gradient(0deg, var(--pxn-color-heading-primary) 50%, #ffffff 100%);
}
.sec_sub .line:last-child {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sec_sub.style-2 {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--pxn-color-text-body-2);
  text-transform: none;
}
.sec_sub.style-2::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: currentColor;
}
.sec_sub.style-3 {
  background-image: linear-gradient(86.39deg, rgba(255, 255, 255, 0.2) 60.01%, rgba(30, 138, 138, 0.2) 177.95%);
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--pxn-color-heading-light);
  text-transform: none;
  padding: 6px 13px;
}
.sec_sub.style-3 .line {
  width: 22px;
  height: 2px;
  background-color: currentColor;
  -webkit-mask-image: none;
          mask-image: none;
  background-image: none;
}
.sec_sub.style-3 .line:last-child {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .sec_sub {
    font-size: 18px;
  }
  .sec_sub .line {
    width: 50px;
  }
}

.pxn-h1_section_title {
  margin-bottom: 60px;
}
.pxn-h1_section_title .sec_sub {
  margin-bottom: 20px;
}
.pxn-h1_section_title .sec_desc {
  margin-top: 20px;
  font-size: 26px;
  letter-spacing: 0.01em;
  line-height: 1.22;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h1_section_title .sec_desc {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1_section_title .sec_desc {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_section_title {
    margin-bottom: 50px;
  }
  .pxn-h1_section_title .sec_desc {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1_section_title {
    margin-bottom: 40px;
  }
  .pxn-h1_section_title .sec_sub {
    margin-bottom: 15px;
  }
  .pxn-h1_section_title .sec_desc {
    font-size: 18px;
  }
}
.pxn-h2_section_title {
  margin-bottom: 60px;
}
.pxn-h2_section_title .sec_sub {
  margin-bottom: 15px;
}
.pxn-h2_section_title .sec_title {
  font-family: var(--pxn-ff-heading-2);
  line-height: 1.1;
  color: var(--pxn-color-heading-primary-2);
}
.pxn-h2_section_title .sec_desc {
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: 0.02em;
  color: var(--pxn-color-text-body-2);
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2_section_title .sec_desc {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_section_title {
    margin-bottom: 50px;
  }
  .pxn-h2_section_title .sec_desc {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2_section_title {
    margin-bottom: 40px;
  }
  .pxn-h2_section_title .sec_desc {
    font-size: 18px;
  }
}
.pxn-h3_section_title {
  margin-bottom: 60px;
}
.pxn-h3_section_title .sec_sub {
  margin-bottom: 20px;
}
.pxn-h3_section_title .sec_title {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-medium);
  line-height: 1.2;
  font-size: 56px;
  letter-spacing: 0;
  margin: 0;
  color: var(--pxn-color-heading-primary-3);
}
.pxn-h3_section_title .sec_title span {
  color: var(--pxn-color-theme-primary-3);
}
.pxn-h3_section_title .sec_desc {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3_section_title .sec_title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_section_title {
    margin-bottom: 50px;
  }
  .pxn-h3_section_title .sec_title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3_section_title {
    margin-bottom: 40px;
  }
  .pxn-h3_section_title .sec_sub {
    margin-bottom: 15px;
  }
  .pxn-h3_section_title .sec_title {
    font-size: 35px;
  }
  .pxn-h3_section_title .sec_desc {
    font-size: 16px;
  }
}

/* !END: Section Title CSS */
/**----------------------------------------
START: Marquee CSS
----------------------------------------*/
.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: 45px;
  width: 110%;
  margin-left: -5%;
}
.pxn_marquee_scroll_wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  gap: 45px;
  -webkit-animation: scroll 30s linear infinite;
          animation: scroll 30s linear infinite;
}
.pxn_marquee_scroll_wrapper[dir=rtl] {
  -webkit-animation: scroll-rtl 30s linear infinite;
          animation: scroll-rtl 30s linear infinite;
}
.pxn_marquee_scroll_wrapper[dir=rtl] .marquee .icon {
  -webkit-animation: iconRotate-rtl 20s linear infinite;
          animation: iconRotate-rtl 20s linear infinite;
}
.pxn_marquee_scroll_wrapper .marquee {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 45px;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-regular);
  text-transform: uppercase;
  font-size: 110px;
  line-height: 1.1;
  color: rgba(0, 36, 15, 0.35);
}
.pxn_marquee_scroll_wrapper .marquee:nth-child(even) {
  opacity: 0.5;
}
.pxn_marquee_scroll_wrapper .marquee .icon {
  -webkit-animation: iconRotate 20s linear infinite;
          animation: iconRotate 20s linear infinite;
}
.pxn_marquee_scroll.style-2 {
  gap: 30px;
}
.pxn_marquee_scroll.style-2 .pxn_marquee_scroll_wrapper {
  gap: 30px;
}
.pxn_marquee_scroll.style-2 .pxn_marquee_scroll_wrapper .marquee {
  gap: 30px;
  font-size: 200px;
  color: rgba(1, 47, 10, 0.04);
}
.pxn_marquee_scroll.style-2 .pxn_marquee_scroll_wrapper .marquee .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 115%;
  color: #dfe8e9;
}
.pxn_marquee_scroll.style-3 {
  gap: 30px;
}
.pxn_marquee_scroll.style-3 .pxn_marquee_scroll_wrapper {
  gap: 30px;
}
.pxn_marquee_scroll.style-3 .pxn_marquee_scroll_wrapper .marquee {
  gap: 30px;
  font-family: var(--pxn-ff-heading-2);
  font-weight: var(--pxn-fw-regular);
  text-transform: none;
  font-size: 106px;
  line-height: 1.4;
  color: var(--pxn-color-theme-primary-2);
}
.pxn_marquee_scroll.style-3 .pxn_marquee_scroll_wrapper .marquee:nth-child(even) {
  opacity: 0.4;
}
.pxn_marquee_scroll.style-4 {
  background-color: #dae7e7;
  padding: 36px 0;
  gap: 15px;
}
.pxn_marquee_scroll.style-4 .pxn_marquee_scroll_wrapper {
  gap: 15px;
}
.pxn_marquee_scroll.style-4 .pxn_marquee_scroll_wrapper .marquee {
  gap: 15px;
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  font-size: 52px;
  line-height: 1;
  letter-spacing: -0.015em;
  color: var(--pxn-color-heading-primary-3);
  text-transform: none;
}
.pxn_marquee_scroll.style-4 .pxn_marquee_scroll_wrapper .marquee:nth-child(even) {
  opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_marquee_scroll_wrapper .marquee {
    font-size: 90px;
  }
  .pxn_marquee_scroll.style-2 .pxn_marquee_scroll_wrapper .marquee {
    font-size: 180px;
  }
  .pxn_marquee_scroll.style-3 .pxn_marquee_scroll_wrapper .marquee {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_marquee_scroll {
    gap: 35px;
  }
  .pxn_marquee_scroll_wrapper {
    gap: 35px;
  }
  .pxn_marquee_scroll_wrapper .marquee {
    gap: 35px;
    font-size: 80px;
  }
  .pxn_marquee_scroll.style-2 .pxn_marquee_scroll_wrapper .marquee {
    font-size: 160px;
  }
  .pxn_marquee_scroll.style-3 .pxn_marquee_scroll_wrapper .marquee {
    font-size: 80px;
  }
  .pxn_marquee_scroll.style-4 .pxn_marquee_scroll_wrapper .marquee {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_marquee_scroll {
    gap: 30px;
    width: 120%;
    margin-left: -10%;
  }
  .pxn_marquee_scroll_wrapper {
    gap: 30px;
  }
  .pxn_marquee_scroll_wrapper .marquee {
    gap: 30px;
    font-size: 70px;
  }
  .pxn_marquee_scroll.style-2 .pxn_marquee_scroll_wrapper .marquee {
    font-size: 140px;
  }
  .pxn_marquee_scroll.style-3 .pxn_marquee_scroll_wrapper .marquee {
    font-size: 70px;
  }
  .pxn_marquee_scroll.style-4 {
    padding: 25px;
  }
  .pxn_marquee_scroll.style-4 .pxn_marquee_scroll_wrapper .marquee {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn_marquee_scroll {
    gap: 20px;
    width: 120%;
    margin-left: -10%;
  }
  .pxn_marquee_scroll_wrapper {
    gap: 20px;
  }
  .pxn_marquee_scroll_wrapper .marquee {
    gap: 20px;
    font-size: 50px;
  }
  .pxn_marquee_scroll.style-2 {
    gap: 20px;
  }
  .pxn_marquee_scroll.style-2 .pxn_marquee_scroll_wrapper {
    gap: 20px;
  }
  .pxn_marquee_scroll.style-2 .pxn_marquee_scroll_wrapper .marquee {
    gap: 20px;
    font-size: 100px;
  }
  .pxn_marquee_scroll.style-3 .pxn_marquee_scroll_wrapper .marquee {
    font-size: 50px;
  }
  .pxn_marquee_scroll.style-4 {
    padding: 25px;
  }
  .pxn_marquee_scroll.style-4 .pxn_marquee_scroll_wrapper .marquee {
    font-size: 25px;
  }
}

@keyframes scroll {
  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));
  }
}
@-webkit-keyframes iconRotate {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes iconRotate {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes iconRotate-rtl {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes iconRotate-rtl {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* !END: Marquee CSS */
/**----------------------------------------
START: Counter CSS
----------------------------------------*/
.pxn_counter {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
}
.pxn_counter .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-bold);
  font-size: 135px;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--pxn-color-heading-primary);
}
.pxn_counter .title {
  font-weight: var(--pxn-fw-regular);
  font-size: 26px;
  line-height: 1.3;
  color: var(--pxn-color-text-body);
  margin-top: 15px;
}

/* !END: Counter CSS */
/**----------------------------------------
START: Feature Box CSS
----------------------------------------*/
.pxn_feature_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(169, 248, 185, 0.5);
  border-radius: 16px;
  padding: 32px;
  min-height: 474px;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn_feature_box::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px dotted #1e8a8a;
  border-radius: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.pxn_feature_box .feature_content_inner {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn_feature_box .feature_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 74px;
  line-height: 1;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 40px;
}
.pxn_feature_box .feature_no {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  font-weight: var(--pxn-fw-sbold);
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: rgba(0, 36, 15, 0.49);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.17px;
  -webkit-text-stroke-color: rgba(0, 36, 15, 0.49);
  margin-bottom: 20px;
}
.pxn_feature_box .feature_no::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 43px;
  height: 1px;
  background-color: currentColor;
  margin-bottom: 5px;
}
.pxn_feature_box .feature_title {
  font-weight: var(--pxn-fw-regular);
  font-size: 32px;
  letter-spacing: 0.03em;
  margin: 0;
  color: var(--pxn-color-heading-primary);
}
.pxn_feature_box .feature_title a {
  color: inherit;
}
.pxn_feature_box .feature_desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body);
  margin-top: 25px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pxn_feature_box .feature_btn {
  border: 1px solid var(--pxn-color-heading-primary);
  background-color: var(--pxn-color-common-white);
  font-size: 16px;
  padding: 15px 26px;
  margin-top: 45px;
}
.pxn_feature_box .feature_btn .btn_icon {
  font-size: 16px;
}
.pxn_feature_box:hover {
  background-color: var(--pxn-color-theme-primary);
}
.pxn_feature_box:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pxn_feature_box:hover .feature_content_inner {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.pxn_feature_box:hover .feature_desc {
  opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_feature_box {
    padding: 25px;
  }
  .pxn_feature_box::before {
    border-width: 2px;
  }
  .pxn_feature_box .feature_title {
    font-size: 28px;
  }
}
.pxn-h2_feature_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--pxn-color-common-white);
  padding: 32px;
  min-height: 474px;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn-h2_feature_box:hover {
  -webkit-box-shadow: 6px 11px 12px 0px rgba(78, 13, 1, 0.1490196078);
          box-shadow: 6px 11px 12px 0px rgba(78, 13, 1, 0.1490196078);
}
.pxn-h2_feature_box .feature_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;
  width: 68px;
  height: 68px;
  background-color: var(--pxn-color-theme-bg-light-2);
  font-size: 30px;
  line-height: 1;
  color: var(--pxn-color-theme-primary-2);
  margin-bottom: 22px;
}
.pxn-h2_feature_box .feature_icon img,
.pxn-h2_feature_box .feature_icon i,
.pxn-h2_feature_box .feature_icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn-h2_feature_box .feature_icon img,
.pxn-h2_feature_box .feature_icon svg {
  width: 30px;
  height: auto;
}
.pxn-h2_feature_box .feature_title {
  font-family: var(--pxn-ff-heading-2);
  font-weight: var(--pxn-fw-regular);
  font-size: 28px;
  line-height: 1.1;
  color: var(--pxn-color-heading-primary-2);
  margin: 0;
}
.pxn-h2_feature_box .feature_title a {
  color: inherit;
}
.pxn-h2_feature_box .feature_title a:hover {
  color: var(--pxn-color-theme-primary-2);
}
.pxn-h2_feature_box .feature_desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--pxn-color-text-body-2);
  margin-top: 20px;
}
.pxn-h2_feature_box .feature_btn {
  margin-top: 22px;
  color: var(--pxn-color-text-body-2);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2_feature_box {
    padding: 25px;
    min-height: 375px;
  }
  .pxn-h2_feature_box .feature_desc {
    font-size: 16px;
  }
}
.pxn-h2_featured {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--pxn-color-common-white);
  padding: 32px;
  min-height: 474px;
  height: 100%;
  z-index: 1;
}
.pxn-h2_featured .feature_image {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pxn-h2_featured .feature_image::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 13, 1, 0.7);
  backdrop-filter: blur(4px);
}
.pxn-h2_featured .feature_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn-h2_featured .feature_title {
  font-family: var(--pxn-ff-heading-2);
  font-weight: var(--pxn-fw-regular);
  font-size: 28px;
  line-height: 1.1;
  color: var(--pxn-color-common-white);
  margin: 0;
}
.pxn-h2_featured .feature_title a {
  color: inherit;
}
.pxn-h2_featured .feature_title a:hover {
  color: var(--pxn-color-theme-primary-2);
}
.pxn-h2_featured .feature_desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--pxn-color-common-white);
  margin-top: 20px;
}
.pxn-h2_featured .feature_btn {
  margin-top: 22px;
  background-color: var(--pxn-color-common-white);
  font-size: 16px;
  padding: 15px 26px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2_featured {
    padding: 25px;
    min-height: 375px;
  }
  .pxn-h2_featured .feature_desc {
    font-size: 16px;
  }
  .pxn-h2_featured .feature_btn {
    font-size: 18px;
    padding: 15px 20px;
  }
}
.pxn-h3_feature_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--pxn-color-common-white);
  padding: 36px 32px;
  border-radius: 16px;
  min-height: 355px;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-repeat: repeat;
  background-position: center;
  overflow: hidden;
}
.pxn-h3_feature_box::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.pxn-h3_feature_box .feature_icon {
  font-size: 65px;
  line-height: 1;
  color: var(--pxn-color-heading-primary-3);
  margin-bottom: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn-h3_feature_box .feature_icon i,
.pxn-h3_feature_box .feature_icon svg,
.pxn-h3_feature_box .feature_icon img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn-h3_feature_box .feature_icon svg,
.pxn-h3_feature_box .feature_icon img {
  width: 60px;
  height: auto;
}
.pxn-h3_feature_box .feature_title {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--pxn-color-heading-primary-3);
  margin: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn-h3_feature_box .feature_title a {
  color: inherit;
  -webkit-transition: none;
  transition: none;
}
.pxn-h3_feature_box .feature_desc {
  font-size: 18px;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body-2);
  margin-top: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn-h3_feature_box .feature_btn {
  color: var(--pxn-color-heading-primary-3);
  margin-top: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn-h3_feature_box:hover, .pxn-h3_feature_box.swiper-slide-active {
  background-color: var(--pxn-color-theme-primary-3);
}
.pxn-h3_feature_box:hover .feature_icon, .pxn-h3_feature_box:hover .feature_title, .pxn-h3_feature_box:hover .feature_desc, .pxn-h3_feature_box:hover .feature_btn, .pxn-h3_feature_box.swiper-slide-active .feature_icon, .pxn-h3_feature_box.swiper-slide-active .feature_title, .pxn-h3_feature_box.swiper-slide-active .feature_desc, .pxn-h3_feature_box.swiper-slide-active .feature_btn {
  color: var(--pxn-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3_feature_box {
    padding: 25px;
    min-height: 350px;
  }
  .pxn-h3_feature_box .feature_icon {
    font-size: 55px;
  }
  .pxn-h3_feature_box .feature_title {
    font-size: 28px;
  }
  .pxn-h3_feature_box .feature_desc {
    font-size: 16px;
  }
}
.pxn-h3_feature_box_2 {
  min-height: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background-color: var(--pxn-color-theme-primary-3);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  padding: 40px 32px;
  z-index: 2;
  overflow: hidden;
}
.pxn-h3_feature_box_2 .hover_wrapper {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn-h3_feature_box_2 .hover_wrapper::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 46, 52, 0.4);
}
.pxn-h3_feature_box_2 .feature_marquee {
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  gap: 12px;
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-medium);
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn-h3_feature_box_2 .feature_marquee .marquee_inner {
  -webkit-animation: horizontalScroll 30s linear infinite;
          animation: horizontalScroll 30s linear infinite;
  white-space: nowrap;
}
.pxn-h3_feature_box_2 .feature_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;
  width: 95px;
  height: 95px;
  background-color: #0b474f;
  border-radius: 50%;
  color: var(--pxn-color-common-white);
  font-size: 40px;
  line-height: 1;
}
.pxn-h3_feature_box_2 .feature_icon svg,
.pxn-h3_feature_box_2 .feature_icon i,
.pxn-h3_feature_box_2 .feature_icon img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn-h3_feature_box_2 .feature_icon svg,
.pxn-h3_feature_box_2 .feature_icon img {
  width: 38px;
  height: auto;
}
.pxn-h3_feature_box_2 .feature_content {
  max-width: 355px;
  width: 100%;
  margin-top: 30px;
}
.pxn-h3_feature_box_2 .feature_no {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--pxn-color-common-white);
  margin-bottom: 15px;
}
.pxn-h3_feature_box_2 .feature_title {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--pxn-color-common-white);
  margin: 0;
}
.pxn-h3_feature_box_2 .feature_title a {
  color: inherit;
}
.pxn-h3_feature_box_2 .feature_title a:hover {
  color: inherit;
}
.pxn-h3_feature_box_2 .feature_desc {
  color: var(--pxn-color-common-white);
  margin-top: 15px;
}
.pxn-h3_feature_box_2 .feature_btn {
  color: var(--pxn-color-common-white);
  margin-top: 25px;
}
.pxn-h3_feature_box_2:hover .hover_wrapper,
.pxn-h3_feature_box_2:hover .feature_marquee {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3_feature_box_2 {
    padding: 25px;
    min-height: 420px;
  }
  .pxn-h3_feature_box_2 .feature_marquee {
    font-size: 40px;
  }
  .pxn-h3_feature_box_2 .feature_icon {
    width: 70px;
    height: 70px;
    font-size: 25px;
  }
  .pxn-h3_feature_box_2 .feature_no {
    font-size: 28;
  }
  .pxn-h3_feature_box_2 .feature_title {
    font-size: 28px;
  }
  .pxn-h3_feature_box_2 .feature_desc {
    font-size: 16px;
  }
}
.pxn-h3_feature_carousel .pxn_slider-pagination,
.pxn-h3_feature_carousel .pxn_navigation_wrap {
  margin-top: 40px;
}
.pxn-h3_feature_carousel .swiper-pagination-bullet {
  background-color: #dae7e7;
}
.pxn-h3_feature_carousel .swiper-pagination-bullet-active {
  background-color: var(--pxn-color-theme-primary-3);
}
.pxn-h3_feature_carousel .pxn_navigation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.pxn-h3_feature_carousel .pxn_slider-nav {
  border-color: var(--pxn-color-heading-primary-3);
}
.pxn-h3_feature_carousel .pxn_slider-nav span i:first-child,
.pxn-h3_feature_carousel .pxn_slider-nav span svg:first-child {
  color: var(--pxn-color-heading-primary-3);
  fill: var(--pxn-color-heading-primary-3);
}
.pxn-h3_feature_carousel .pxn_slider-nav:hover {
  background-color: var(--pxn-color-theme-primary-3);
  border-color: var(--pxn-color-theme-primary-3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_feature_carousel .swiper-slide {
    max-width: 370px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3_feature_carousel .swiper-slide {
    max-width: 330px;
  }
}

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

@keyframes horizontalScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* !END: Feature Box CSS */
/**----------------------------------------
START: Video Popup CSS
----------------------------------------*/
.pxn_video_popup {
  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;
  width: 223px;
  height: 223px;
  background-color: var(--pxn-color-theme-primary);
  border-radius: 50%;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.pxn_video_popup::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed var(--pxn-color-border-1);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn_video_popup::before {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  border-radius: 50%;
  z-index: -1;
  color: var(--pxn-color-theme-primary);
  -webkit-animation: pulse 2s ease infinite;
          animation: pulse 2s ease infinite;
}
.pxn_video_popup .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;
  width: 185px;
  height: 185px;
  background-color: var(--pxn-color-common-white);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 60px;
  line-height: 1;
  color: var(--pxn-color-heading-primary);
}
.pxn_video_popup i,
.pxn_video_popup svg,
.pxn_video_popup img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin-right: -4px;
}
.pxn_video_popup svg,
.pxn_video_popup img {
  max-width: 55px;
  height: auto;
}
.pxn_video_popup:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.pxn_video_popup.style-2 {
  width: 48px;
  height: 48px;
  background-color: var(--pxn-color-theme-primary-3);
  font-size: 16px;
  color: var(--pxn-color-common-white);
}
.pxn_video_popup.style-2::before {
  color: var(--pxn-color-theme-primary-3);
}
.pxn_video_popup.style-2::after {
  display: none;
}
.pxn_video_popup.style-2 .icon {
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: inherit;
  font-size: inherit;
  line-height: 1;
  color: inherit;
}
.pxn_video_popup.style-2 svg,
.pxn_video_popup.style-2 img {
  max-width: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_video_popup {
    width: 180px;
    height: 180px;
  }
  .pxn_video_popup .icon {
    width: 140px;
    height: 140px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_video_popup {
    width: 170px;
    height: 170px;
  }
  .pxn_video_popup .icon {
    width: 110px;
    height: 110px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_video_popup {
    width: 150px;
    height: 150px;
  }
  .pxn_video_popup .icon {
    width: 90px;
    height: 90px;
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_video_popup {
    width: 125px;
    height: 125px;
  }
  .pxn_video_popup .icon {
    width: 85px;
    height: 85px;
    font-size: 30px;
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
            box-shadow: 0 0 0 0 currentColor;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
            box-shadow: 0 0 0 20px transparent;
  }
}
/* !END: Video Popup CSS */
/**----------------------------------------
START: Icon List CSS
----------------------------------------*/
.pxn_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
.pxn_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  line-height: 1;
  font-weight: var(--pxn-fw-sbold);
  font-size: 20px;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body);
}
.pxn_list > li:not(:last-child) {
  padding-bottom: 23px;
  border-bottom: 1px dashed var(--pxn-color-border-1);
}
.pxn_list > li .el_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 12px;
  font-size: 26px;
  line-height: 1;
  margin-top: -5px;
  color: var(--pxn-color-heading-primary);
}
.pxn_list > li .el_icon i,
.pxn_list > li .el_icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_list > li .el_icon svg {
  max-width: 20px;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_list > li {
    font-size: 18px;
  }
  .pxn_list > li .el_icon {
    font-size: 20px;
    margin-top: -3px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_list > li {
    font-size: 16px;
  }
  .pxn_list > li .el_icon {
    font-size: 20px;
    margin-top: -3px;
  }
}

/* !END: Icon List CSS */
/**----------------------------------------
START: Advanced Tab CSS
----------------------------------------*/
.pxn_tab_wrapper {
  width: 100%;
  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;
  gap: 30px;
}
.pxn_tab_list {
  max-width: 580px;
  width: 100%;
}
.pxn_tab_list .nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  background-color: var(--pxn-color-theme-primary-2);
  padding: 70px 52px;
}
.pxn_tab_list .nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  width: 100%;
  background-color: rgba(97, 25, 12, 0.6);
  border: none;
  font-family: var(--pxn-ff-heading-2);
  font-weight: var(--pxn-fw-regular);
  font-size: 28px;
  line-height: 1.1;
  color: var(--pxn-color-common-white);
  padding: 30px 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn_tab_list .nav li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.pxn_tab_list .nav li.active button {
  background-color: var(--pxn-color-theme-bg-light-2);
  color: var(--pxn-color-heading-primary-2);
}
.pxn_tab_container {
  max-width: 660px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
}
.pxn_tab_container .tab_content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 10%;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  opacity: 0;
  z-index: 1;
}
.pxn_tab_container .tab_content.active {
  top: 0;
  opacity: 1;
  z-index: 2;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.pxn_tab_container .tab_title {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  width: 100%;
  font-family: var(--pxn-ff-heading-2);
  font-weight: var(--pxn-fw-regular);
  font-size: 28px;
  line-height: 1.1;
  color: var(--pxn-color-heading-primary-2);
  margin-bottom: 15px;
}
.pxn_tab_container .tab_desc {
  font-size: 24px;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body-2);
  line-height: 1.22;
}
.pxn_tab_container .tab_features {
  background-color: var(--pxn-color-common-white);
  padding: 18px;
  margin-top: 60px;
  border-radius: 16px;
  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;
  gap: 30px;
}
.pxn_tab_container .tab_features img {
  max-width: 234px;
  width: 100%;
  border-radius: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pxn_tab_container .tab_features .pxn_list {
  gap: 13px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_tab_container .tab_features .pxn_list > li {
  gap: 12px;
  font-size: 16px;
  font-weight: var(--pxn-fw-medium);
  color: var(--pxn-color-text-body-2);
}
.pxn_tab_container .tab_features .pxn_list > li i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 26px;
  line-height: 1;
  color: var(--pxn-color-theme-primary-2);
  margin-top: -5px;
}
.pxn_tab_container .tab_features .pxn_list > li:not(:last-child) {
  padding-bottom: 13px;
  border: none;
}
.pxn_tab_container .service_btn {
  margin-top: 80px;
  background-color: var(--pxn-color-heading-primary-2);
  color: var(--pxn-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_tab_list {
    max-width: 560px;
  }
  .pxn_tab_list .nav {
    gap: 30px;
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_tab_list {
    max-width: 470px;
  }
  .pxn_tab_list .nav {
    gap: 30px;
    padding: 50px 30px;
  }
  .pxn_tab_list .nav button {
    font-size: 24px;
    padding: 25px 25px;
  }
  .pxn_tab_container .tab_desc {
    font-size: 22px;
  }
  .pxn_tab_container .tab_features {
    margin-top: 50px;
    gap: 20px;
    padding: 10px;
  }
  .pxn_tab_container .tab_features img {
    max-width: 160px;
  }
  .pxn_tab_container .tab_features .pxn_list {
    gap: 10px;
  }
  .pxn_tab_container .tab_features .pxn_list > li:not(:last-child) {
    padding-bottom: 10px;
  }
  .pxn_tab_container .service_btn {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_tab_container .tab_desc {
    font-size: 20px;
  }
  .pxn_tab_container .tab_features {
    margin-top: 20px;
    gap: 20px;
    padding: 10px;
  }
  .pxn_tab_container .service_btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_tab_list {
    display: none;
  }
  .pxn_tab_container {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .pxn_tab_container .tab_content {
    position: inherit;
    top: 0;
    opacity: 1;
  }
  .pxn_tab_container .tab_content .tab_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_tab_container .tab_title {
    font-size: 26px;
  }
  .pxn_tab_container .tab_desc {
    font-size: 18px;
  }
  .pxn_tab_container .tab_features {
    margin-top: 20px;
    gap: 20px;
    padding: 10px;
    -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;
  }
  .pxn_tab_container .tab_features img {
    max-width: 100%;
  }
  .pxn_tab_container .service_btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn_tab_container .tab_title {
    gap: 15px;
    font-size: 24px;
  }
  .pxn_tab_container .tab_desc {
    font-size: 18px;
  }
  .pxn_tab_container .tab_features {
    margin-top: 20px;
    gap: 20px;
    padding: 10px;
    -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;
  }
  .pxn_tab_container .tab_features img {
    max-width: 100%;
  }
  .pxn_tab_container .service_btn {
    margin-top: 20px;
  }
}

/* !END: Advanced Tab CSS */
/**----------------------------------------
START: Rating CSS
----------------------------------------*/
.pxn_review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 20px;
}
.pxn_review .pxn-rating-wrapper {
  background-color: rgba(7, 79, 89, 0.48);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 8px 21px;
  border-radius: 32px;
  font-size: 17px;
}
.pxn_review .pxn-rating-wrapper .r-icon {
  position: relative;
  line-height: 1;
}
.pxn_review .pxn-rating-wrapper .r-icon-wrapper {
  -webkit-text-stroke: 1px #6cff4b;
  color: transparent;
}
.pxn_review .pxn-rating-wrapper .r-icon-wrapper.r-icon-marked {
  --r-rating-icon-color: #6cff4b;
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  overflow: hidden;
  position: absolute;
  width: var(--r-rating-icon-marked-width);
  z-index: 1;
}
.pxn_review .pxn-rating-wrapper .r-icon-wrapper i,
.pxn_review .pxn-rating-wrapper .r-icon-wrapper svg {
  color: var(--r-rating-icon-color);
  fill: var(--r-rating-icon-color);
  line-height: 1;
}
.pxn_review .rating-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--pxn-color-common-white);
}

/* !END: Rating CSS */
/**----------------------------------------
START: Icon Box CSS
----------------------------------------*/
.pxn_icon_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.pxn_icon_box .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  background-color: #d4fbdc;
  border-radius: 50%;
  color: var(--pxn-color-heading-primary);
  font-size: 20px;
  line-height: 1;
}
.pxn_icon_box .icon i,
.pxn_icon_box .icon svg,
.pxn_icon_box .icon img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_icon_box .icon svg,
.pxn_icon_box .icon img {
  width: 20px;
  height: auto;
}
.pxn_icon_box .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_icon_box .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: var(--pxn-color-heading-primary);
}
.pxn_icon_box .text {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  line-height: 1.3;
  color: var(--pxn-color-heading-primary);
}
.pxn_icon_box .text a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 95%;
  display: inline;
}
.pxn_icon_box .text a:hover {
  background-size: 100% 1px;
}
.pxn_icon_box_2 {
  background-color: rgba(169, 248, 185, 0.5);
  border-radius: 16px;
  padding: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  min-height: 326px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn_icon_box_2:hover {
  background-color: var(--pxn-color-theme-primary);
}
.pxn_icon_box_2 .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.pxn_icon_box_2 .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 50px;
  line-height: 1;
}
.pxn_icon_box_2 .icon i,
.pxn_icon_box_2 .icon svg,
.pxn_icon_box_2 .icon img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_icon_box_2 .icon svg,
.pxn_icon_box_2 .icon img {
  width: 50px;
  height: auto;
}
.pxn_icon_box_2 .label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-sbold);
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: var(--pxn-color-heading-primary);
}
.pxn_icon_box_2 .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-regular);
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: var(--pxn-color-heading-primary);
}
.pxn_icon_box_2 .text a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 95%;
  display: inline;
}
.pxn_icon_box_2 .text a:hover {
  background-size: 100% 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_icon_box_2 {
    padding: 40px;
    min-height: 250px;
  }
  .pxn_icon_box_2 .icon {
    font-size: 50px;
  }
  .pxn_icon_box_2 .icon svg,
  .pxn_icon_box_2 .icon img {
    width: 50px;
  }
  .pxn_icon_box_2 .text {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_icon_box_2 {
    padding: 32px;
    min-height: 250px;
  }
  .pxn_icon_box_2 .icon {
    font-size: 45px;
  }
  .pxn_icon_box_2 .icon svg,
  .pxn_icon_box_2 .icon img {
    width: 45px;
  }
  .pxn_icon_box_2 .text {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_icon_box_2 {
    padding: 30px;
    min-height: 250px;
  }
  .pxn_icon_box_2 .icon {
    font-size: 45px;
  }
  .pxn_icon_box_2 .icon svg,
  .pxn_icon_box_2 .icon img {
    width: 40px;
  }
  .pxn_icon_box_2 .text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn_icon_box_2 {
    padding: 30px 25px;
    min-height: 200px;
  }
  .pxn_icon_box_2 .icon {
    font-size: 40px;
  }
  .pxn_icon_box_2 .icon svg,
  .pxn_icon_box_2 .icon img {
    width: 35px;
  }
  .pxn_icon_box_2 .label {
    font-size: 18px;
  }
  .pxn_icon_box_2 .text {
    font-size: 24px;
  }
}

/* !END: Icon Box CSS */
/**----------------------------------------
START: Progress Bar CSS
----------------------------------------*/
.pxn_progress_item {
  position: relative;
  z-index: 1;
}
.pxn_progress_item .progress_title {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  font-size: 18px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 10px;
}
.pxn_progress {
  background-color: var(--pxn-color-theme-bg-light-2);
  border-radius: 15px;
  overflow: hidden;
}
.pxn_progress .progress_bar {
  position: relative;
  background-color: var(--pxn-color-theme-primary);
  height: 8px;
  z-index: 1;
}
.pxn_progress .progress_bar::after {
  content: "";
  position: absolute;
  inset-inline-end: -2.5px;
  top: 0;
  height: 100%;
  width: 15px;
  background-color: var(--pxn-color-theme-secondary);
  border-radius: 15px;
}
.pxn_progress .progress_percent {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
  z-index: 2;
}

/* !END: Progress Bar CSS */
/**----------------------------------------
START: Sidebar Widgets
----------------------------------------*/
.pxn_sidebar_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.pxn_sidebar_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 1;
}
.pxn_sidebar_list .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px dashed #1e8a8a;
  border-radius: 6px;
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  line-height: 1.3;
  color: var(--pxn-color-heading-primary);
  padding: 13px 15px;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn_sidebar_list .list_item .item_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_sidebar_list .list_item .item_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 90%;
}
.pxn_sidebar_list .list_item .item_icon i,
.pxn_sidebar_list .list_item .item_icon svg,
.pxn_sidebar_list .list_item .item_icon img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_sidebar_list .list_item:hover, .pxn_sidebar_list .list_item.active {
  background-color: var(--pxn-color-theme-primary);
}
.pxn_sidebar_cta {
  width: 100%;
  position: relative;
  background-color: rgba(169, 248, 185, 0.5);
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 20px;
  z-index: 1;
}
.pxn_sidebar_cta::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a9f8b9), to(#173022));
  background-image: linear-gradient(180deg, #a9f8b9 0%, #173022 100%);
  opacity: 0.85;
  z-index: -1;
}
.pxn_sidebar_cta .sidebar_logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 160px;
  width: 100%;
}
.pxn_sidebar_cta .desc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 260px;
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  font-weight: var(--pxn-fw-medium);
  line-height: 1.6;
  color: var(--pxn-color-heading-primary);
}
.pxn_sidebar_cta .sidebar_btn {
  margin-top: 35px;
  background-color: var(--pxn-color-common-white);
  color: var(--pxn-color-heading-primary);
}
.pxn_download_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pxn_download_list > li:not(:last-child) {
  border-bottom: 1px dashed var(--pxn-color-border-1);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.pxn_download_list > li .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.pxn_download_list > li .download_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 48px;
  line-height: 1;
  color: var(--pxn-color-heading-primary);
}
.pxn_download_list > li .download_icon i,
.pxn_download_list > li .download_icon svg,
.pxn_download_list > li .download_icon img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_download_list > li .download_icon svg,
.pxn_download_list > li .download_icon img {
  width: 45px;
  height: auto;
}
.pxn_download_list > li .download_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.pxn_download_list > li .download_content_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_download_list > li .download_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--pxn-fw-medium);
  font-size: 19px;
  line-height: 1.3;
  color: var(--pxn-color-heading-primary);
}
.pxn_download_list > li .download_tagline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: var(--pxn-color-heading-primary);
}
.pxn_download_list > li .download_arrow_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  line-height: 1;
  color: var(--pxn-color-heading-primary);
}
.pxn_project_info_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pxn_project_info_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.pxn_project_info_list > li:not(:last-child) {
  border-bottom: 1px dashed var(--pxn-color-border-1);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.pxn_project_info_list > li .info_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  background-color: var(--pxn-color-theme-primary);
  border-radius: 50%;
  color: var(--pxn-color-heading-primary);
  font-size: 20px;
  line-height: 1;
}
.pxn_project_info_list > li .info_icon i,
.pxn_project_info_list > li .info_icon svg,
.pxn_project_info_list > li .info_icon img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_project_info_list > li .info_icon svg,
.pxn_project_info_list > li .info_icon img {
  width: 20px;
  height: auto;
}
.pxn_project_info_list > li .info_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_project_info_list > li .info_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: var(--pxn-color-heading-primary);
}
.pxn_project_info_list > li .info_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--pxn-fw-medium);
  font-size: 19px;
  line-height: 1.4;
  color: var(--pxn-color-heading-primary);
}

/* !END: Sidebar Widgets */
/**----------------------------------------
START: Hero CSS
----------------------------------------*/
.pxn-h1-hero-section {
  position: relative;
  z-index: 1;
  background-color: var(--pxn-color-theme-primary);
  padding-top: 175px;
}
.pxn-h1-hero-section .hero_marquee {
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1-hero-section {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1-hero-section {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1-hero-section {
    padding-top: 100px;
  }
}
.pxn-h1_hero_content {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  position: relative;
}
.pxn-h1_hero_content .hero_circle_bg {
  position: absolute;
  width: 1320px;
  inset-inline-start: 50%;
  bottom: -660px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 1/1;
  background-color: #b7fec6;
  border-radius: 50%;
  z-index: -1;
}
.pxn-h1_hero_content .hero_title {
  font-size: 147px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: -240px;
}
.pxn-h1_hero_content .hero_desc {
  position: absolute;
  inset-inline-end: 0;
  top: 38%;
  z-index: 1;
  max-width: 475px;
  width: 100%;
  border-left: 1px dashed var(--pxn-color-text-body);
  font-size: 25px;
  line-height: 1.22;
  letter-spacing: 0.01em;
  padding: 24px 0px 24px 37px;
}
.pxn-h1_hero_content .hero_img {
  position: relative;
  z-index: 2;
  max-width: 930px;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h1_hero_content {
    max-width: 1100px;
  }
  .pxn-h1_hero_content .hero_circle_bg {
    width: 1200px;
    bottom: -600px;
  }
  .pxn-h1_hero_content .hero_title {
    font-size: 120px;
    margin-bottom: -200px;
  }
  .pxn-h1_hero_content .hero_desc {
    max-width: 390px;
    font-size: 20px;
  }
  .pxn-h1_hero_content .hero_img {
    max-width: 835px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1_hero_content {
    max-width: 860px;
  }
  .pxn-h1_hero_content .hero_circle_bg {
    width: 1000px;
    bottom: -500px;
  }
  .pxn-h1_hero_content .hero_title {
    font-size: 90px;
    margin-bottom: -150px;
  }
  .pxn-h1_hero_content .hero_desc {
    max-width: 280px;
    font-size: 18px;
    padding: 15px 0px 15px 20px;
  }
  .pxn-h1_hero_content .hero_img {
    max-width: 835px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_hero_content {
    max-width: 720px;
  }
  .pxn-h1_hero_content .hero_circle_bg {
    width: 800px;
    bottom: -400px;
  }
  .pxn-h1_hero_content .hero_title {
    font-size: 76px;
    margin-bottom: -120px;
  }
  .pxn-h1_hero_content .hero_desc {
    max-width: 240px;
    font-size: 16px;
    padding: 15px 0px 15px 20px;
  }
  .pxn-h1_hero_content .hero_img {
    max-width: 835px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1_hero_content {
    max-width: 350px;
  }
  .pxn-h1_hero_content .hero_circle_bg {
    width: 500px;
    bottom: -250px;
  }
  .pxn-h1_hero_content .hero_title {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 0;
  }
  .pxn-h1_hero_content .hero_desc {
    max-width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 0;
    border: none;
    margin-top: 15px;
    position: static;
    top: 0;
  }
}
.pxn-h2-hero-section {
  position: relative;
  z-index: 2;
  padding-top: 220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2-hero-section {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2-hero-section {
    padding-top: 170px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2-hero-section {
    padding-top: 130px;
  }
}
.pxn-h2_hero_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.pxn-h2_hero_content .sec_sub {
  margin-bottom: 15px;
}
.pxn-h2_hero_content .sec_title {
  font-family: var(--pxn-ff-heading-2);
  line-height: 1.1;
  color: var(--pxn-color-heading-primary-2);
  margin: 0;
}
.pxn-h2_hero_content .sec_desc {
  font-size: 24px;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body-2);
  line-height: 1.22;
  margin: 0;
}
.pxn-h2_hero_content .hero_btn {
  margin-top: 35px;
  background-color: var(--pxn-color-heading-primary-2);
  color: var(--pxn-color-common-white);
}
.pxn-h2_hero_content .section_title {
  max-width: 620px;
  width: 100%;
}
.pxn-h2_hero_content .section_text {
  max-width: 460px;
  width: 100%;
}
.pxn-h2_hero_img {
  overflow: hidden;
  position: relative;
  margin-top: 100px;
  z-index: 1;
}
.pxn-h2_hero_img .abstract {
  position: absolute;
  top: -1px;
  inset-inline-start: -1px;
  z-index: 1;
}
.pxn-h2_hero_img img:not(.abstract) {
  width: 100%;
}
.pxn-h2-background-section {
  min-height: 642px;
  background-color: var(--pxn-color-theme-primary-2);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -435px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h2_hero_content .section_title {
    max-width: 550px;
  }
  .pxn-h2-background-section {
    background-size: cover;
    min-height: 550px;
    margin-top: -400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2_hero_content .sec_desc {
    font-size: 22px;
  }
  .pxn-h2_hero_content .section_title {
    max-width: 460px;
  }
  .pxn-h2_hero_content .section_text {
    max-width: 420px;
  }
  .pxn-h2_hero_img {
    margin-top: 90px;
  }
  .pxn-h2-background-section {
    background-size: cover;
    min-height: 400px;
    margin-top: -300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_hero_content .sec_desc {
    font-size: 18px;
  }
  .pxn-h2_hero_content .section_title {
    max-width: 375px;
  }
  .pxn-h2_hero_content .section_text {
    max-width: 330px;
  }
  .pxn-h2_hero_img {
    margin-top: 80px;
  }
  .pxn-h2-background-section {
    background-size: cover;
    min-height: 350px;
    margin-top: -250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2_hero_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .pxn-h2_hero_content .sec_desc {
    font-size: 18px;
  }
  .pxn-h2_hero_content .section_title {
    max-width: 100%;
  }
  .pxn-h2_hero_content .section_text {
    max-width: 100%;
  }
  .pxn-h2_hero_img {
    margin-top: 60px;
  }
  .pxn-h2_hero_img .abstract {
    max-width: 50px;
    width: 100%;
  }
  .pxn-h2-background-section {
    background-size: cover;
    min-height: 200px;
    margin-top: -150px;
  }
}
.pxn-h3-hero-section {
  position: relative;
  padding-top: 190px;
  padding-bottom: 90px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-29.81%, #0c2427), color-stop(240.37%, #008fa3));
  background-image: linear-gradient(180deg, #0c2427 -29.81%, #008fa3 240.37%);
}
.pxn-h3-hero-section .hero_bg {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 25% 100%;
  z-index: -1;
}
.pxn-h3_hero_wrapper {
  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-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.pxn-h3_hero_wrapper .hero_content {
  max-width: 678px;
  width: 100%;
}
.pxn-h3_hero_wrapper .hero_content .pxn_review {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.pxn-h3_hero_wrapper .hero_content .hero_title {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-medium);
  line-height: 1.1;
  letter-spacing: 0;
  color: var(--pxn-color-common-white);
  margin: 0;
}
.pxn-h3_hero_wrapper .hero_content .hero_desc {
  margin-top: 25px;
  max-width: 538px;
  width: 100%;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: var(--pxn-color-common-white);
}
.pxn-h3_hero_wrapper .hero_content .hero_btn {
  margin-top: 60px;
  color: var(--pxn-color-heading-primary-3);
}
.pxn-h3_hero_wrapper .hero_content .hero_btn .btn_text {
  background-color: var(--pxn-color-common-white);
}
.pxn-h3_hero_wrapper .hero_content .hero_btn .btn_icon {
  color: var(--pxn-color-common-white);
}
.pxn-h3_hero_wrapper .hero_img {
  background-color: #08474f;
  border-radius: 10px;
  padding: 26px;
}
.pxn-h3_hero_wrapper .hero_img img {
  width: 100%;
  border-radius: 10px;
}
.pxn-h3_hero_wrapper .hero_highlight {
  max-width: 360px;
  width: 100%;
  padding: 21px;
  background-color: rgba(255, 255, 255, 0.0588235294);
  backdrop-filter: blur(15px);
  border-radius: 8px;
}
.pxn-h3_hero_wrapper .hero_highlight .pxn_counter {
  margin-bottom: 15px;
}
.pxn-h3_hero_wrapper .hero_highlight .pxn_counter .count {
  font-size: 32px;
  font-weight: var(--pxn-fw-bold);
  line-height: 1;
  color: var(--pxn-color-common-white);
}
.pxn-h3_hero_wrapper .hero_highlight .desc {
  font-size: 25px;
  font-weight: var(--pxn-fw-medium);
  color: var(--pxn-color-common-white);
  letter-spacing: 0.02em;
  line-height: 1.22;
}
.pxn-h3_hero_wrapper .hero_highlight .highlight_img {
  margin-top: 30px;
}
.pxn-h3_hero_wrapper .hero_image_wrap {
  max-width: 550px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.pxn-h3_hero_wrapper .hero_image_wrap .hero_highlight {
  position: relative;
  margin-top: -185px;
  margin-left: -137px;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h3-hero-section .hero_bg {
    background-position: 80% 100%;
  }
  .pxn-h3_hero_wrapper .hero_content {
    max-width: 598px;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap {
    max-width: 500px;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap .hero_highlight {
    max-width: 320px;
    margin-top: -170px;
    margin-left: -120px;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap .hero_highlight .desc {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3-hero-section .hero_bg {
    background-position: 50% 100%;
  }
  .pxn-h3_hero_wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pxn-h3_hero_wrapper .hero_img {
    padding: 20px;
  }
  .pxn-h3_hero_wrapper .hero_content {
    max-width: 500px;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap {
    max-width: 425px;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap .hero_highlight {
    max-width: 300px;
    margin-top: -160px;
    margin-left: -120px;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap .hero_highlight .desc {
    font-size: 20px;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap .hero_highlight .highlight_img {
    margin-top: 20px;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap .hero_highlight .highlight_img img {
    height: 45px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center left;
       object-position: center left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-hero-section {
    padding-top: 170px;
  }
  .pxn-h3-hero-section .hero_bg {
    background-position: center center;
    background-size: cover;
  }
  .pxn-h3_hero_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: flex-start;
    gap: 50px;
  }
  .pxn-h3_hero_wrapper .hero_img {
    padding: 20px;
  }
  .pxn-h3_hero_wrapper .hero_content {
    max-width: 100%;
  }
  .pxn-h3_hero_wrapper .hero_content .hero_btn {
    margin-top: 30px;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap {
    max-width: 590px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap .hero_highlight {
    max-width: 300px;
    margin-top: -150px;
    margin-left: 0;
    margin-right: -120px;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap .hero_highlight .desc {
    font-size: 20px;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap .hero_highlight .highlight_img {
    margin-top: 20px;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap .hero_highlight .highlight_img img {
    height: 45px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center left;
       object-position: center left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3-hero-section {
    padding-top: 160px;
    padding-bottom: 80px;
  }
  .pxn-h3-hero-section .hero_bg {
    background-position: center center;
    background-size: cover;
  }
  .pxn-h3_hero_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: flex-start;
    gap: 50px;
  }
  .pxn-h3_hero_wrapper .hero_img {
    padding: 15px;
  }
  .pxn-h3_hero_wrapper .hero_content {
    max-width: 100%;
  }
  .pxn-h3_hero_wrapper .hero_content .hero_btn {
    margin-top: 30px;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap {
    max-width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap .hero_highlight {
    max-width: 280px;
    margin-top: -150px;
    margin-left: 0;
    margin-right: 0;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap .hero_highlight .desc {
    font-size: 18px;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap .hero_highlight .highlight_img {
    margin-top: 20px;
  }
  .pxn-h3_hero_wrapper .hero_image_wrap .hero_highlight .highlight_img img {
    height: 45px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center left;
       object-position: center left;
  }
}

/* !END: Hero CSS */
/**----------------------------------------
START: About CSS
----------------------------------------*/
.pxn-h1-about-section {
  position: relative;
  padding-top: 130px;
  z-index: 1;
}
.pxn-h1-about-section .right_shape {
  position: absolute;
  inset-inline-end: 0;
  top: -196px;
  z-index: -1;
  pointer-events: none;
}
.pxn-h1-about-section .section_title {
  max-width: 1050px;
  width: 100%;
}
.pxn-h1-about-section .about_marquee {
  position: relative;
  margin-top: -90px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h1-about-section .section_title {
    max-width: 930px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1-about-section {
    padding-top: 100px;
  }
  .pxn-h1-about-section .right_shape {
    max-width: 375px;
    top: -130px;
  }
  .pxn-h1-about-section .section_title {
    max-width: 780px;
  }
  .pxn-h1-about-section .about_marquee {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1-about-section {
    padding-top: 90px;
  }
  .pxn-h1-about-section .right_shape {
    max-width: 375px;
    top: -130px;
  }
  .pxn-h1-about-section .section_title {
    max-width: 645px;
  }
  .pxn-h1-about-section .about_marquee {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1-about-section {
    padding-top: 80px;
  }
  .pxn-h1-about-section .right_shape {
    max-width: 300px;
    top: -100px;
  }
  .pxn-h1-about-section .section_title {
    max-width: 576px;
  }
  .pxn-h1-about-section .about_marquee {
    margin-top: 60px;
  }
}
.pxn-h1_about_content_wrap {
  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: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pxn-h1_about_content_wrap .about_content {
  max-width: 645px;
  width: 100%;
}
.pxn-h1_about_content_wrap .about_content .desc {
  max-width: 575px;
  width: 100%;
  font-size: 26px;
  letter-spacing: 0.01em;
  line-height: 1.22;
}
.pxn-h1_about_content_wrap .about_content_inner {
  border-width: 1px 1px 0 0;
  border-style: dashed;
  border-color: var(--pxn-color-border-1);
  margin-top: 30px;
  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;
  gap: 20px;
}
.pxn-h1_about_content_wrap .about_content .about_counter {
  border-left: 1px dashed var(--pxn-color-border-1);
  padding-left: 50px;
  padding-top: 20px;
  margin-left: 40px;
}
.pxn-h1_about_content_wrap .about_img {
  max-width: 440px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn-h1_about_content_wrap .about_img img {
  width: 100%;
  border-radius: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h1_about_content_wrap .about_content .desc {
    max-width: 497px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1_about_content_wrap .about_content {
    max-width: 552px;
  }
  .pxn-h1_about_content_wrap .about_content .desc {
    max-width: 445px;
    font-size: 20px;
  }
  .pxn-h1_about_content_wrap .about_content .about_counter {
    padding-left: 30px;
    margin-left: 20px;
  }
  .pxn-h1_about_content_wrap .about_content .about_counter .count {
    font-size: 100px;
  }
  .pxn-h1_about_content_wrap .about_content .about_counter .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_about_content_wrap .about_content {
    max-width: 100%;
  }
  .pxn-h1_about_content_wrap .about_content .desc {
    max-width: 100%;
    font-size: 20px;
  }
  .pxn-h1_about_content_wrap .about_content_inner {
    max-width: 580px;
  }
  .pxn-h1_about_content_wrap .about_content .about_counter {
    padding-left: 30px;
    margin-left: 20px;
  }
  .pxn-h1_about_content_wrap .about_content .about_counter .count {
    font-size: 100px;
  }
  .pxn-h1_about_content_wrap .about_content .about_counter .title {
    font-size: 24px;
  }
  .pxn-h1_about_content_wrap .about_img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1_about_content_wrap .about_content {
    max-width: 100%;
  }
  .pxn-h1_about_content_wrap .about_content .desc {
    max-width: 100%;
    font-size: 18px;
  }
  .pxn-h1_about_content_wrap .about_content_inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    border: none;
  }
  .pxn-h1_about_content_wrap .about_content .about_counter {
    padding: 0;
    margin: 0;
    border: none;
  }
  .pxn-h1_about_content_wrap .about_content .about_counter .count {
    font-size: 80px;
  }
  .pxn-h1_about_content_wrap .about_content .about_counter .title {
    font-size: 24px;
  }
  .pxn-h1_about_content_wrap .about_img {
    max-width: 100%;
  }
}
.pxn-h2-about-section .section_title {
  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;
  gap: 30px;
}
.pxn-h2-about-section .section_title .section_text {
  max-width: 895px;
  width: 100%;
}
.pxn-h2-about-section .section_title .section_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 373px;
  width: 100%;
}
.pxn-h2-about-section .section_title .section_img img {
  width: 100%;
}
.pxn-h2_about_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pxn-h2_about_wrapper .about_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  max-width: 757px;
  width: 100%;
}
.pxn-h2_about_wrapper .about_img img:not(.abstract) {
  width: 100%;
}
.pxn-h2_about_wrapper .about_img .abstract {
  position: absolute;
  inset-inline-start: -1px;
  top: -1px;
  max-width: 75px;
  width: 100%;
  z-index: 1;
}
.pxn-h2_about_wrapper .about_content {
  max-width: 485px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pxn-h2_about_wrapper .about_content .desc {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body-2);
}
.pxn-h2_about_wrapper .about_content .buttons {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.pxn-h2_about_wrapper .about_content .buttons .about_btn {
  background-color: var(--pxn-color-heading-primary-2);
  color: var(--pxn-color-common-white);
}
.pxn-h2_about_wrapper .about_content .buttons .service_btn {
  border: 1px solid var(--pxn-color-heading-primary-2);
  background-color: transparent;
  color: var(--pxn-color-heading-primary-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h2-about-section .section_title .section_text {
    max-width: 800px;
  }
  .pxn-h2_about_wrapper .about_content {
    max-width: 445px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2-about-section .section_title .section_text {
    max-width: 670px;
  }
  .pxn-h2_about_wrapper .about_content {
    max-width: 420px;
  }
  .pxn-h2_about_wrapper .about_content .desc {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2-about-section .section_title .section_text {
    max-width: 430px;
  }
  .pxn-h2_about_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: flex-start;
    gap: 50px;
  }
  .pxn-h2_about_wrapper .about_content {
    max-width: 100%;
  }
  .pxn-h2_about_wrapper .about_content .desc {
    font-size: 22px;
  }
  .pxn-h2_about_wrapper .about_content .buttons {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2-about-section .section_title {
    -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;
    gap: 40px;
  }
  .pxn-h2-about-section .section_title .section_text {
    max-width: 465px;
  }
  .pxn-h2-about-section .section_title .section_img {
    max-width: 100%;
  }
  .pxn-h2_about_wrapper {
    padding-top: 20px;
    -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;
    gap: 50px;
  }
  .pxn-h2_about_wrapper .about_content {
    max-width: 100%;
  }
  .pxn-h2_about_wrapper .about_content .desc {
    font-size: 18px;
  }
  .pxn-h2_about_wrapper .about_content .buttons {
    margin-top: 30px;
  }
  .pxn-h2_about_wrapper .about_img .abstract {
    max-width: 50px;
  }
}
.pxn-h3-about-section {
  background-color: var(--pxn-color-theme-bg-light-4);
  background-size: cover;
  background-position: bottom center;
}
.pxn-h3-about-content {
  padding: 110px 0;
  position: relative;
}
.pxn-h3-about-content .about_img {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.pxn-h3_content_wrapper {
  margin: 0;
  max-width: 575px;
  width: 100%;
}
.pxn-h3_content_wrapper .pxn-h3_process_items {
  margin-top: 50px;
}
.pxn-h3_content_wrapper .about_btn {
  margin-top: 50px;
}
.pxn-h3_brands_carousel_wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pxn-h3_brands_carousel_wrapper .sec_text {
  color: #325356 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3-about-content {
    padding: 100px 0;
  }
  .pxn-h3_content_wrapper {
    max-width: 500px;
  }
  .pxn-h3_content_wrapper .pxn-h3_process_items {
    margin-top: 40px;
  }
  .pxn-h3_content_wrapper .about_btn {
    margin-top: 40px;
  }
  .pxn-h3_brands_carousel_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-about-content {
    padding-top: 90px;
    padding-bottom: 0;
  }
  .pxn-h3_content_wrapper {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .pxn-h3_content_wrapper .about_title {
    max-width: 454px;
    width: 100%;
  }
  .pxn-h3_content_wrapper .pxn-h3_process_items {
    margin-top: 40px;
  }
  .pxn-h3_content_wrapper .about_btn {
    margin-top: 40px;
  }
  .pxn-h3_about_img {
    width: 100%;
    margin-top: 50px;
  }
  .pxn-h3_about_img img {
    width: 100%;
  }
  .pxn-h3_brands_carousel_wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3-about-content {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .pxn-h3_content_wrapper {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .pxn-h3_content_wrapper .about_title {
    max-width: 370px;
    width: 100%;
  }
  .pxn-h3_content_wrapper .pxn-h3_process_items {
    margin-top: 40px;
  }
  .pxn-h3_content_wrapper .about_btn {
    margin-top: 40px;
  }
  .pxn-h3_about_img {
    width: 100%;
    margin-top: 50px;
  }
  .pxn-h3_about_img img {
    width: 100%;
  }
  .pxn-h3_brands_carousel_wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.pxn-about-page-section .section_title {
  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;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pxn-about-page-section .section_title .section_text {
  max-width: 675px;
  width: 100%;
}
.pxn-about-page-section .section_title .section_img {
  max-width: 373px;
  width: 100%;
}
.pxn-about-page-section .section_title .section_img img {
  width: 100%;
  border-radius: 10px;
}
.pxn_about_page_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;
  gap: 30px;
}
.pxn_about_page_wrapper .about_page_img {
  max-width: 757px;
  width: 100%;
}
.pxn_about_page_wrapper .about_page_img img {
  width: 100%;
  border-radius: 10px;
}
.pxn_about_page_wrapper .about_page_content {
  max-width: 448px;
  width: 100%;
}
.pxn_about_page_wrapper .about_page_content .desc {
  font-size: 26px;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body);
  line-height: 1.22;
  margin-bottom: 40px;
}
.pxn_about_page_wrapper .about_page_content .pxn_list > li {
  gap: 12px;
}
.pxn_about_page_wrapper .about_page_content .pxn_list > li i,
.pxn_about_page_wrapper .about_page_content .pxn_list > li svg {
  margin-top: -5px;
  font-size: 26px;
  line-height: 1;
}
.pxn_about_page_wrapper .about_page_content .about_btn {
  margin-top: 50px;
}
.pxn-about-parallax-section {
  background-color: var(--pxn-color-theme-primary);
  min-height: 950px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-about-page-section .section_title .section_text {
    max-width: 595px;
  }
  .pxn_about_page_wrapper .about_page_content .desc {
    font-size: 22px;
  }
  .pxn-about-parallax-section {
    min-height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-about-page-section .section_title .section_text {
    max-width: 500px;
  }
  .pxn_about_page_wrapper .about_page_img {
    max-width: 575px;
  }
  .pxn_about_page_wrapper .about_page_content {
    max-width: 400px;
  }
  .pxn_about_page_wrapper .about_page_content .desc {
    font-size: 20px;
  }
  .pxn-about-parallax-section {
    min-height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-about-page-section .section_title .section_text {
    max-width: 410px;
  }
  .pxn-about-page-section .section_title .section_img {
    max-width: 250px;
  }
  .pxn_about_page_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: flex-start;
    gap: 50px;
  }
  .pxn_about_page_wrapper .about_page_img {
    max-width: 100%;
  }
  .pxn_about_page_wrapper .about_page_content {
    max-width: 100%;
  }
  .pxn_about_page_wrapper .about_page_content .desc {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .pxn_about_page_wrapper .about_page_content .about_btn {
    margin-top: 40px;
  }
  .pxn-about-parallax-section {
    min-height: 650px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-about-page-section {
    -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;
    gap: 30px;
  }
  .pxn-about-page-section .section_title .section_text {
    max-width: 360px;
  }
  .pxn-about-page-section .section_title .section_img {
    max-width: 100%;
  }
  .pxn_about_page_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: flex-start;
    gap: 40px;
  }
  .pxn_about_page_wrapper .about_page_img {
    max-width: 100%;
  }
  .pxn_about_page_wrapper .about_page_content {
    max-width: 100%;
  }
  .pxn_about_page_wrapper .about_page_content .desc {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .pxn_about_page_wrapper .about_page_content .about_btn {
    margin-top: 30px;
  }
  .pxn-about-parallax-section {
    min-height: 450px;
  }
}

/* !END: About CSS */
/**----------------------------------------
START: Video CSS
----------------------------------------*/
.pxn-h1-video-section {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 950px;
  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;
}
.pxn-h1-video-section::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 248, 185, 0.2)), to(rgba(23, 48, 34, 0.2)));
  background-image: linear-gradient(180deg, rgba(169, 248, 185, 0.2) 0%, rgba(23, 48, 34, 0.2) 100%);
  pointer-events: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h1-video-section {
    min-height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1-video-section {
    min-height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1-video-section {
    min-height: 650px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1-video-section {
    min-height: 550px;
  }
}
.pxn-h1_video_wrap {
  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;
}

/* !END: Video CSS */
/**----------------------------------------
START: Strategy CSS
----------------------------------------*/
.pxn-h1-strategy-section {
  position: relative;
  z-index: 1;
}
.pxn-h1-strategy-section .right_shape {
  position: absolute;
  right: 0;
  top: -196px;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1-strategy-section .right_shape {
    top: -130px;
    max-width: 375px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1-strategy-section .right_shape {
    top: -100px;
    max-width: 300px;
  }
}
.pxn-h1_strategy_content_wrap {
  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;
  gap: 30px;
}
.pxn-h1_strategy_content_wrap .strategy_counter .count {
  font-size: 100px;
}
.pxn-h1_strategy_content_wrap .strategy_counter .title {
  font-weight: var(--pxn-fw-medium);
  margin-top: 15px;
}
.pxn-h1_strategy_content_wrap .strategy_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  max-width: 650px;
  width: 100%;
  margin-left: -40px;
}
.pxn-h1_strategy_content_wrap .strategy_image img {
  border-radius: 16px;
  height: 100%;
}
.pxn-h1_strategy_content_wrap .strategy_image .image_left {
  max-width: 40%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pxn-h1_strategy_content_wrap .strategy_image .image_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn-h1_strategy_content_wrap .strategy_content {
  max-width: 695px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .pxn-h1_strategy_content_wrap .strategy_image {
    margin-left: 0;
    max-width: 635px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h1_strategy_content_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pxn-h1_strategy_content_wrap .strategy_counter .count {
    font-size: 90px;
  }
  .pxn-h1_strategy_content_wrap .strategy_image {
    margin-left: 0;
    max-width: 550px;
  }
}
@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), only screen and (max-width: 575px) {
  .pxn-h1_strategy_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 50px;
  }
  .pxn-h1_strategy_content_wrap .strategy_counter .count {
    font-size: 90px;
  }
  .pxn-h1_strategy_content_wrap .strategy_image {
    margin-left: 0;
    max-width: 100%;
  }
  .pxn-h1_strategy_content_wrap .strategy_content {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h1_strategy_content_wrap .strategy_counter .count {
    font-size: 80px;
  }
  .pxn-h1_strategy_content_wrap .strategy_counter .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn-h1_strategy_content_wrap .strategy_counter .count {
    font-size: 80px;
  }
  .pxn-h1_strategy_content_wrap .strategy_counter .title {
    font-size: 24px;
  }
  .pxn-h1_strategy_content_wrap .strategy_image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pxn-h1_strategy_content_wrap .strategy_image .image_left {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 100%;
  }
}
.pxn_strategy_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  overflow: hidden;
  padding-bottom: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_strategy_items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_strategy_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .pxn_strategy_items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pxn_strategy_item {
  position: relative;
  padding-bottom: 35px;
}
.pxn_strategy_item::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: -1px;
  height: 1px;
  width: 110%;
  background-color: var(--pxn-color-border-1);
  z-index: -1;
}
.pxn_strategy_item::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: -2.5px;
  height: 5px;
  width: 100%;
  background-color: transparent;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pxn_strategy_item.active::after {
  background-color: var(--pxn-color-heading-primary);
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.pxn_strategy_item .strategy_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
.pxn_strategy_item .strategy_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 32px;
  line-height: 1;
  color: var(--pxn-color-heading-primary);
}
.pxn_strategy_item .strategy_icon i,
.pxn_strategy_item .strategy_icon svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_strategy_item .strategy_icon svg,
.pxn_strategy_item .strategy_icon img {
  width: 30px;
  height: auto;
}
.pxn_strategy_item .strategy_title {
  font-size: 32px;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-regular);
  line-height: 1.1;
  color: var(--pxn-color-heading-primary);
}
.pxn_strategy_item .strategy_desc {
  font-weight: var(--pxn-fw-medium);
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body);
  margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_strategy_item .strategy_icon {
    font-size: 28px;
  }
  .pxn_strategy_item .strategy_icon svg,
  .pxn_strategy_item .strategy_icon img {
    width: 28px;
  }
  .pxn_strategy_item .strategy_title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_strategy_item .strategy_icon {
    font-size: 26px;
  }
  .pxn_strategy_item .strategy_icon svg,
  .pxn_strategy_item .strategy_icon img {
    width: 26px;
  }
  .pxn_strategy_item .strategy_title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_strategy_item {
    padding-bottom: 30px;
  }
  .pxn_strategy_item .strategy_icon {
    font-size: 24px;
  }
  .pxn_strategy_item .strategy_icon svg,
  .pxn_strategy_item .strategy_icon img {
    width: 24px;
  }
  .pxn_strategy_item .strategy_title {
    font-size: 24px;
  }
}
.pxn-about-strategy-section {
  padding-top: 130px;
  padding-bottom: 60px;
}
.pxn-about-strategy-section .section_title {
  max-width: 680px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-about-strategy-section {
    padding-top: 100px;
  }
  .pxn-about-strategy-section .section_title {
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-about-strategy-section {
    padding-top: 90px;
  }
  .pxn-about-strategy-section .section_title {
    max-width: 420px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-about-strategy-section {
    padding-top: 80px;
  }
  .pxn-about-strategy-section .section_title {
    max-width: 350px;
  }
}

/* !END: Strategy CSS */
/**----------------------------------------
START: Brand Carousel CSS
----------------------------------------*/
.pxn-h1_client_carousel {
  background-color: var(--pxn-color-theme-bg-light);
  padding: 95px 15px;
}
.pxn-h1_client_carousel .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_client_carousel {
    padding: 80px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h1_client_carousel {
    padding: 70px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn-h1_client_carousel {
    padding: 60px 15px;
  }
}
.pxn-h2-brands-section {
  background-color: var(--pxn-color-theme-bg-light-2);
  padding-top: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2-brands-section {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2-brands-section {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2-brands-section {
    padding-top: 80px;
  }
}
.pxn-h2_brands_content_wrap .sec_text {
  text-align: center;
  font-size: 18px;
  font-weight: var(--pxn-fw-medium);
  letter-spacing: 0.01em;
  color: var(--pxn-color-heading-primary-2);
  margin-bottom: 40px;
}
.pxn-h2_client_carousel .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pxn_client_logo {
  text-align: center;
}
.pxn_client_logo_inner {
  display: inline-block;
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn_client_logo a:hover {
  opacity: 1;
}

/* !END: Brand Carousel CSS */
/**----------------------------------------
START: Team CSS
----------------------------------------*/
.pxn-h1-team-section .section_title {
  max-width: 700px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1-team-section .section_title {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1-team-section .section_title {
    max-width: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1-team-section .section_title {
    max-width: 360px;
  }
}
.pxn-h1_teams_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_teams_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1_teams_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pxn-h1_team_member {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}
.pxn-h1_team_member .member_image {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn-h1_team_member .member_image a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pxn-h1_team_member .member_image .pxn-hover-btn-item {
  width: 100%;
}
.pxn-h1_team_member .member_image img {
  width: 100%;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.pxn-h1_team_member .member_content {
  background-color: var(--pxn-color-common-white);
  border-radius: 12px;
  position: absolute;
  inset-inline-start: 28px;
  bottom: 28px;
  width: calc(100% - 56px);
  z-index: 2;
  padding: 14px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn-h1_team_member .member_content .name {
  font-weight: var(--pxn-fw-regular);
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: var(--pxn-color-heading-primary);
  margin: 0;
}
.pxn-h1_team_member .member_content .name a:hover {
  color: var(--pxn-color-heading-primary);
}
.pxn-h1_team_member .member_content .designation {
  font-weight: var(--pxn-fw-medium);
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body);
  margin-top: 10px;
}
.pxn-h1_team_member:hover .member_content {
  background-color: var(--pxn-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h1_team_member .member_content .name {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn-h1_team_member .member_content {
    inset-inline-start: 25px;
    bottom: 25px;
    width: calc(100% - 50px);
  }
  .pxn-h1_team_member .member_content .name {
    font-size: 26px;
  }
}
.pxn_team_member {
  background-color: rgba(169, 248, 185, 0.5);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn_team_member .member_image {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.pxn_team_member .member_image a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.pxn_team_member .member_image img {
  aspect-ratio: 420/475;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.pxn_team_member .member_content {
  padding: 23px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pxn_team_member .member_content .name {
  font-weight: var(--pxn-fw-regular);
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: var(--pxn-color-heading-primary);
  margin: 0;
}
.pxn_team_member .member_content .name a:hover {
  color: var(--pxn-color-heading-primary);
}
.pxn_team_member .member_content .designation {
  font-weight: var(--pxn-fw-medium);
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body);
  margin-top: 10px;
}
.pxn_team_member .member_content .pxn_socials_2 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pxn_team_member:hover {
  background-color: var(--pxn-color-theme-primary);
}
.pxn_team_member:hover .member_content .pxn_socials_2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_team_member {
    border-radius: 25px;
  }
  .pxn_team_member .member_image {
    border-radius: 0 0 25px 25px;
  }
  .pxn_team_member .member_content {
    -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;
  }
  .pxn_team_member .member_content .name {
    font-size: 30px;
  }
  .pxn_team_member .member_content .pxn_socials_2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_team_member {
    border-radius: 20px;
  }
  .pxn_team_member .member_image {
    border-radius: 0 0 20px 20px;
  }
  .pxn_team_member .member_content {
    -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;
  }
  .pxn_team_member .member_content .name {
    font-size: 26px;
  }
  .pxn_team_member .member_content .pxn_socials_2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 575px) {
  .pxn_team_member {
    border-radius: 16px;
  }
  .pxn_team_member .member_image {
    border-radius: 0 0 16px 16px;
  }
  .pxn_team_member .member_content {
    padding: 20px 15px;
    -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;
  }
  .pxn_team_member .member_content .name {
    font-size: 24px;
  }
  .pxn_team_member .member_content .pxn_socials_2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.pxn_team_members_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_team_members_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_team_members_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* !END: Team CSS */
/**----------------------------------------
START: Testimonial CSS
----------------------------------------*/
.pxn-h1-testimonial-section {
  padding-bottom: 130px;
}
.pxn-h1-testimonial-section .section_title {
  max-width: 570px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1-testimonial-section {
    padding-bottom: 100px;
  }
  .pxn-h1-testimonial-section .section_title {
    max-width: 460px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1-testimonial-section {
    padding-bottom: 90px;
  }
  .pxn-h1-testimonial-section .section_title {
    max-width: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1-testimonial-section {
    padding-bottom: 80px;
  }
  .pxn-h1-testimonial-section .section_title {
    max-width: 370px;
  }
}
.pxn-h1_testimonials_wrap {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.pxn-h1_testimonials_wrap .h1_testimonial_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.pxn-h1_testimonials_wrap .h1_testimonial_item img {
  border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_testimonials_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1_testimonials_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .pxn-h1_testimonials_wrap .h1_testimonial_item {
    gap: 15px;
  }
  .pxn-h1_testimonials_wrap .h1_testimonial_item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.pxn-h2-testimonial-section {
  padding-top: 130px;
}
.pxn-h2-testimonial-section .section_title {
  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-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.pxn-h2-testimonial-section .section_title .section_text {
  max-width: 620px;
  width: 100%;
}
.pxn-h2-testimonial-section .section_title .sec_desc {
  max-width: 460px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h2-testimonial-section .section_title .section_text {
    max-width: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2-testimonial-section .section_title .section_text {
    max-width: 460px;
  }
  .pxn-h2-testimonial-section .section_title .sec_desc {
    max-width: 334px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2-testimonial-section .section_title {
    -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;
  }
  .pxn-h2-testimonial-section .section_title .section_text {
    max-width: 430px;
  }
  .pxn-h2-testimonial-section .section_title .sec_desc {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2-testimonial-section .section_title {
    -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;
  }
  .pxn-h2-testimonial-section .section_title .section_text {
    max-width: 350px;
  }
  .pxn-h2-testimonial-section .section_title .sec_desc {
    max-width: 100%;
  }
}
.pxn_testimonial {
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 20px;
  padding: 30px;
}
.pxn_testimonial .testimonial_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pxn_testimonial .testimonial_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.pxn_testimonial .testimonial_author .image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.pxn_testimonial .testimonial_author .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn_testimonial .testimonial_author .name {
  font-weight: var(--pxn-fw-sbold);
  font-size: 22px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
  margin: 0;
}
.pxn_testimonial .testimonial_author .designation {
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body);
  margin-top: 2px;
}
.pxn_testimonial .testimonial_text {
  font-weight: var(--pxn-fw-medium);
  font-size: 19px;
  color: var(--pxn-color-text-body);
  border-top: 1px solid var(--pxn-color-heading-primary);
  padding-top: 21px;
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .pxn_testimonial {
    padding: 25px;
    border-radius: 16px;
  }
  .pxn_testimonial .testimonial .name {
    font-size: 20px;
  }
}
.pxn-rating-wrapper {
  background-color: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 16px;
}
.pxn-rating-wrapper .r-icon {
  position: relative;
  line-height: 1;
}
.pxn-rating-wrapper .r-icon-wrapper {
  -webkit-text-stroke: 1px var(--pxn-color-heading-primary);
  color: transparent;
}
.pxn-rating-wrapper .r-icon-wrapper.r-icon-marked {
  --r-rating-icon-color: var(--pxn-color-heading-primary);
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  overflow: hidden;
  position: absolute;
  width: var(--r-rating-icon-marked-width);
  z-index: 1;
}
.pxn-rating-wrapper .r-icon-wrapper i,
.pxn-rating-wrapper .r-icon-wrapper svg {
  color: var(--r-rating-icon-color);
  fill: var(--r-rating-icon-color);
  line-height: 1;
}

/* !END: Testimonial CSS */
/**----------------------------------------
START: CTA CSS
----------------------------------------*/
.pxn-h1-cta-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 180px;
  background-position: center;
  background-repeat: no-repeat;
}
.pxn-h1-cta-section.about-page {
  margin-bottom: 130px;
}
.pxn-h1-cta-section .circle_img {
  position: absolute;
  z-index: 1;
  max-width: 130px;
  width: 100%;
  aspect-ratio: 1/1;
}
.pxn-h1-cta-section .circle_img_1 {
  inset-inline-start: 15%;
  top: 0;
}
.pxn-h1-cta-section .circle_img_2 {
  inset-inline-end: 15%;
  top: 0;
}
.pxn-h1-cta-section .circle_img_3 {
  inset-inline-start: 10%;
  top: 45%;
}
.pxn-h1-cta-section .circle_img_4 {
  inset-inline-end: 10%;
  top: 45%;
}
.pxn-h1-cta-section .circle_img_5 {
  inset-inline-start: 20%;
  bottom: 0;
}
.pxn-h1-cta-section .circle_img_6 {
  inset-inline-end: 20%;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h1-cta-section {
    padding-bottom: 160px;
  }
  .pxn-h1-cta-section .circle_img {
    max-width: 110px;
  }
  .pxn-h1-cta-section .circle_img_1 {
    inset-inline-start: 5%;
  }
  .pxn-h1-cta-section .circle_img_2 {
    inset-inline-end: 5%;
  }
  .pxn-h1-cta-section .circle_img_3 {
    inset-inline-start: 0;
  }
  .pxn-h1-cta-section .circle_img_4 {
    inset-inline-end: 0;
  }
  .pxn-h1-cta-section .circle_img_5 {
    inset-inline-start: 15%;
  }
  .pxn-h1-cta-section .circle_img_6 {
    inset-inline-end: 15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1-cta-section {
    padding-bottom: 160px;
    background-size: cover;
  }
  .pxn-h1-cta-section.about-page {
    margin-bottom: 100px;
  }
  .pxn-h1-cta-section .circle_img {
    max-width: 100px;
  }
  .pxn-h1-cta-section .circle_img_1 {
    inset-inline-start: 5%;
  }
  .pxn-h1-cta-section .circle_img_2 {
    inset-inline-end: 5%;
  }
  .pxn-h1-cta-section .circle_img_3 {
    inset-inline-start: 0;
  }
  .pxn-h1-cta-section .circle_img_4 {
    inset-inline-end: 0;
  }
  .pxn-h1-cta-section .circle_img_5 {
    inset-inline-start: 15%;
  }
  .pxn-h1-cta-section .circle_img_6 {
    inset-inline-end: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1-cta-section.about-page {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1-cta-section {
    padding-bottom: 80px;
    background-size: cover;
  }
  .pxn-h1-cta-section.about-page {
    margin-bottom: 80px;
  }
  .pxn-h1-cta-section .circle_img {
    max-width: 50px;
  }
  .pxn-h1-cta-section .circle_img_1 {
    inset-inline-start: 5%;
  }
  .pxn-h1-cta-section .circle_img_2 {
    inset-inline-end: 5%;
  }
  .pxn-h1-cta-section .circle_img_3, .pxn-h1-cta-section .circle_img_4 {
    display: none;
  }
  .pxn-h1-cta-section .circle_img_5 {
    inset-inline-start: 15%;
  }
  .pxn-h1-cta-section .circle_img_6 {
    inset-inline-end: 15%;
  }
}
.pxn-h1_cta_wrapper {
  max-width: 920px;
  width: 100%;
  margin: auto;
}
.pxn-h1_cta_wrapper .sec_sub {
  margin-bottom: 20px;
}
.pxn-h1_cta_wrapper .cta_btn {
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h1_cta_wrapper {
    max-width: 850px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1_cta_wrapper {
    max-width: 730px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_cta_wrapper {
    max-width: 565px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1_cta_wrapper {
    max-width: 480px;
  }
  .pxn-h1_cta_wrapper .sec_sub {
    margin-bottom: 15px;
  }
  .pxn-h1_cta_wrapper .cta_btn {
    margin-top: 40px;
  }
}
.pxn-h2-cta-section {
  padding-top: 170px;
  padding-bottom: 170px;
  background-color: var(--pxn-color-theme-bg-light-2);
  background-repeat: no-repeat;
  background-position: center center;
}
.pxn-h2_cta_wrapper {
  max-width: 965px;
  width: 100%;
  margin: auto;
}
.pxn-h2_cta_wrapper .sec_desc {
  max-width: 460px;
  width: 100%;
  margin: 20px auto auto auto;
}
.pxn-h2_cta_wrapper .cta_btn {
  background-color: var(--pxn-color-heading-primary-2);
  color: var(--pxn-color-common-white);
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h2-cta-section {
    padding-top: 130px;
    padding-bottom: 130px;
    background-size: cover;
  }
  .pxn-h2_cta_wrapper {
    max-width: 885px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2-cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
  }
  .pxn-h2_cta_wrapper {
    max-width: 720px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2-cta-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background-size: cover;
  }
  .pxn-h2_cta_wrapper {
    max-width: 600px;
  }
  .pxn-h2_cta_wrapper .sec_desc {
    max-width: 400px;
  }
  .pxn-h2_cta_wrapper .cta_btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2-cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
  }
  .pxn-h2_cta_wrapper {
    max-width: 500px;
  }
  .pxn-h2_cta_wrapper .sec_desc {
    max-width: 400px;
  }
  .pxn-h2_cta_wrapper .cta_btn {
    margin-top: 40px;
  }
}
.pxn-h3-cta-section {
  background-color: var(--pxn-color-theme-bg-light-3);
}
.pxn-h3_cta_wrapper {
  position: relative;
  background-color: var(--pxn-color-theme-primary-3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 50px;
  padding: 70px 30px;
  margin: 0 0 -230px 0;
  z-index: 2;
}
.pxn-h3_cta_wrapper .cta_title {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-medium);
  line-height: 1.15;
  color: var(--pxn-color-common-white);
  max-width: 780px;
  width: 100%;
  margin: auto;
}
.pxn-h3_cta_wrapper .cta_btn {
  color: var(--pxn-color-heading-primary-3);
}
.pxn-h3_cta_wrapper .cta_btn .btn_text {
  background-color: var(--pxn-color-common-white);
}
.pxn-h3_cta_wrapper .cta_btn .btn_icon {
  color: var(--pxn-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h3_cta_wrapper {
    margin-bottom: -220px;
  }
  .pxn-h3_cta_wrapper .cta_title {
    max-width: 690px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3_cta_wrapper {
    margin-bottom: -220px;
  }
  .pxn-h3_cta_wrapper .cta_title {
    max-width: 585px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_cta_wrapper {
    padding: 60px 30px;
    gap: 30px;
    margin-bottom: -180px;
  }
  .pxn-h3_cta_wrapper .cta_title {
    max-width: 475px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3_cta_wrapper {
    padding: 40px 20px;
    gap: 30px;
    margin-bottom: -140px;
    border-radius: 16px;
  }
  .pxn-h3_cta_wrapper .cta_title {
    max-width: 410px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn-h3_cta_wrapper .cta_title {
    max-width: 350px;
  }
}

/* !END: CTA CSS */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.pxn_posts_wrap .pxn_pagination {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_posts_wrap .pxn_pagination {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn_posts_wrap .pxn_pagination {
    margin-top: 40px;
  }
}
.pxn_post_standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.pxn_post_standard:not(:last-child) {
  margin-bottom: 40px;
}
.pxn_post_thumbnail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 25px;
}
.pxn_post_thumbnail a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pxn_post_thumbnail a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.pxn_post_thumbnail img {
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.pxn_post_thumbnail.pxn_post_thumb_slider {
  width: 100%;
}
.pxn_post_thumbnail.pxn_post_thumb_slider .pxn_slider-nav {
  position: absolute;
  inset-inline-start: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  background-color: var(--pxn-color-theme-primary);
  border-color: var(--pxn-color-theme-primary);
  color: var(--pxn-color-theme-secondary);
}
.pxn_post_thumbnail.pxn_post_thumb_slider .pxn_slider-nav span i:last-child,
.pxn_post_thumbnail.pxn_post_thumb_slider .pxn_slider-nav span svg:last-child {
  color: var(--pxn-color-theme-secondary);
}
.pxn_post_thumbnail.pxn_post_thumb_slider .pxn_slider-nav.pxn_slider-next {
  inset-inline-start: auto;
  inset-inline-end: 20px;
}
.pxn_post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
}
.pxn_post_meta .meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  line-height: 1.3;
  color: var(--pxn-color-text-body);
}
.pxn_post_meta .meta i,
.pxn_post_meta .meta svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  color: inherit;
}
.pxn_post_meta .meta a {
  text-decoration: none !important;
}
.pxn_post_meta .meta_text a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  display: inline;
}
.pxn_post_meta .meta_text a:hover {
  color: inherit;
  background-size: 100% 1px;
}
.pxn_post_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.pxn_post_content .pxn_post_meta {
  margin-bottom: 15px;
}
.pxn_post_content .post_title {
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-regular);
  font-size: 32px;
  line-height: 1.3;
  color: var(--pxn-color-heading-primary);
  margin: 0;
}
.pxn_post_content .post_title a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  display: inline;
}
.pxn_post_content .post_title a:hover {
  background-size: 100% 2px;
  color: inherit;
}
.pxn_post_content .post_excerpt {
  font-weight: var(--pxn-fw-regular);
  color: var(--pxn-color-text-body);
  margin-top: 15px;
}
.pxn_post_content .post_excerpt p:last-child {
  margin: 0;
}
.pxn_post_content .post_btn {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_post_content .post_title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_post_content .post_title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_post_content .post_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn_post_thumbnail.pxn_post_thumb_slider .pxn_slider-nav {
    inset-inline-start: 15px;
  }
  .pxn_post_thumbnail.pxn_post_thumb_slider .pxn_slider-nav.pxn_slider-next {
    inset-inline-end: 15px;
  }
  .pxn_post_content .post_title {
    font-size: 22px;
  }
}
.pxn_pagination {
  padding-top: 60px;
  gap: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_pagination {
    padding-top: 50px;
  }
}
.pxn_pagination .page-numbers {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  font-size: 19px;
  font-weight: var(--pxn-fw-medium);
  color: var(--pxn-color-text-body);
  background-color: transparent;
}
.pxn_pagination .page-numbers.current {
  background-color: var(--pxn-color-theme-primary);
}
.pxn_pagination .page-numbers.next:hover, .pxn_pagination .page-numbers.prev:hover {
  background-color: transparent;
}
.pxn_blog_posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 50px;
}
.pxn_blog_post_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pxn_blog_post_item .post_thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 16px;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 25px;
  z-index: 1;
}
.pxn_blog_post_item .post_thumbnail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pxn_blog_post_item .post_thumbnail img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 645/394;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn_blog_post_item .post_thumbnail .category {
  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-color: var(--pxn-color-common-white);
  border-radius: 100px;
  font-weight: var(--pxn-fw-medium);
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--pxn-color-text-body);
  padding: 8px 13px;
  position: absolute;
  inset-inline-end: 20px;
  top: 20px;
  z-index: 2;
}
.pxn_blog_post_item .post_thumbnail .category:hover {
  background-color: var(--pxn-color-theme-primary);
}
.pxn_blog_post_item .post_meta {
  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: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  margin-bottom: 20px;
}
.pxn_blog_post_item .post_meta .meta {
  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-weight: var(--pxn-fw-medium);
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body);
  text-transform: capitalize;
}
.pxn_blog_post_item .post_meta .meta a {
  color: inherit;
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 90%;
  display: inline;
}
.pxn_blog_post_item .post_meta .meta a:hover {
  color: inherit;
  background-size: 100% 1px;
}
.pxn_blog_post_item .post_title {
  font-weight: var(--pxn-fw-regular);
  font-size: 32px;
  letter-spacing: 0.03em;
  color: var(--pxn-color-heading-primary);
  margin: 0;
}
.pxn_blog_post_item .post_title a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 90%;
  display: inline;
}
.pxn_blog_post_item .post_title a:hover {
  color: inherit;
  background-size: 100% 2px;
}
.pxn_blog_post_item .post_excerpt {
  font-size: 19px;
  color: var(--pxn-color-text-body);
  margin-top: 15px;
}
.pxn_blog_post_item .post_excerpt p:last-child {
  margin: 0;
}
.pxn_blog_post_item .post_btn {
  font-size: 16px;
  font-weight: var(--pxn-fw-medium);
  letter-spacing: 0.01em;
  border-radius: 40px;
  padding: 12px 22px;
  margin-top: 20px;
}
.pxn_blog_post_item .post_btn .btn_icon {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_blog_post_item .post_title {
    font-size: 28px;
  }
  .pxn_blog_post_item .post_excerpt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_blog_post_item .post_thumbnail .category {
    inset-inline-end: 15px;
    top: 15px;
  }
  .pxn_blog_post_item .post_title {
    font-size: 26px;
  }
  .pxn_blog_post_item .post_excerpt {
    font-size: 16px;
  }
}
.pxn-h1-blog-section .section_title .title_content {
  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;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pxn-h1-blog-section .section_title .title_content .sec_title {
  max-width: 650px;
  width: 100%;
}
.pxn-h1-blog-section .blogs_bottom_btn {
  margin-top: 50px;
}
.pxn-h1_blogs_wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h1-blog-section .section_title .title_content .sec_title {
    max-width: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1-blog-section .section_title .title_content .sec_title {
    max-width: 480px;
  }
  .pxn-h1_blogs_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1-blog-section .section_title .title_content .sec_title {
    max-width: 380px;
  }
  .pxn-h1_blogs_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1-blog-section .section_title .title_content .sec_title {
    max-width: 310px;
  }
  .pxn-h1_blogs_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pxn-h1_post_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 10px;
  overflow: hidden;
}
.pxn-h1_post_item .post_thumbnail {
  max-width: 285px;
  height: auto;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.pxn-h1_post_item .post_thumbnail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.pxn-h1_post_item .post_thumbnail img {
  aspect-ratio: 287/406;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn-h1_post_item .post_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px;
  min-height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pxn-h1_post_item .post_meta {
  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: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  margin-bottom: 20px;
}
.pxn-h1_post_item .post_meta .meta {
  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-weight: var(--pxn-fw-medium);
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body);
  text-transform: capitalize;
}
.pxn-h1_post_item .post_meta .meta a {
  color: inherit;
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 90%;
  display: inline;
}
.pxn-h1_post_item .post_meta .meta a:hover {
  color: inherit;
  background-size: 100% 1px;
}
.pxn-h1_post_item .post_title {
  font-weight: var(--pxn-fw-regular);
  font-size: 32px;
  letter-spacing: 0.03em;
  color: var(--pxn-color-heading-primary);
  margin: 0;
}
.pxn-h1_post_item .post_title a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 90%;
  display: inline;
}
.pxn-h1_post_item .post_title a:hover {
  color: inherit;
  background-size: 100% 2px;
}
.pxn-h1_post_item .post_excerpt {
  font-size: 19px;
  color: var(--pxn-color-text-body);
  margin-top: 15px;
}
.pxn-h1_post_item .post_excerpt p:last-child {
  margin: 0;
}
.pxn-h1_post_item .post_btn {
  font-weight: var(--pxn-fw-sbold);
  background-color: transparent;
  border: 1px solid var(--pxn-color-heading-primary);
  color: var(--pxn-color-heading-primary);
  font-size: 16px;
  padding: 15px 26px;
  margin-top: 30px;
}
.pxn-h1_post_item .post_btn .btn_icon {
  font-size: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1_post_item .post_title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_post_item .post_title {
    font-size: 28px;
  }
  .pxn-h1_post_item .post_excerpt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h1_post_item .post_thumbnail {
    max-width: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1_post_item .post_title {
    font-size: 26px;
  }
  .pxn-h1_post_item .post_excerpt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn-h1_post_item {
    -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;
  }
  .pxn-h1_post_item .post_thumbnail {
    max-width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .pxn-h1_post_item .post_thumbnail img {
    aspect-ratio: 645/394;
  }
  .pxn-h1_post_item .post_content {
    width: 100%;
    min-height: auto;
  }
}
.pxn-h2-blog-section .blogs_btn {
  background-color: var(--pxn-color-heading-primary-2);
  color: var(--pxn-color-common-white);
}
.pxn-h2-blog-section .blogs_bottom_btn {
  margin-top: 50px;
}
.pxn-h2-blog-section .section_title {
  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-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.pxn-h2-blog-section .section_title .section_text {
  max-width: 680px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h2-blog-section .section_title .section_text {
    max-width: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2-blog-section .section_title .section_text {
    max-width: 520px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2-blog-section .section_title .section_text {
    max-width: 425px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2-blog-section .section_title .section_text {
    max-width: 380px;
  }
}
.pxn-h2_blog_posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.pxn-h2_post_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.pxn-h2_post_item .post_thumbnail {
  max-width: 535px;
  height: auto;
  overflow: hidden;
}
.pxn-h2_post_item .post_thumbnail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.pxn-h2_post_item .post_thumbnail img {
  aspect-ratio: 535/330;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn-h2_post_item .post_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 60px;
  min-height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pxn-h2_post_item .post_title {
  font-family: var(--pxn-ff-heading-2);
  font-weight: var(--pxn-fw-regular);
  font-size: 38px;
  letter-spacing: -0.05em;
  color: var(--pxn-color-heading-primary-2);
  margin: 0;
}
.pxn-h2_post_item .post_title a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 90%;
  display: inline;
}
.pxn-h2_post_item .post_title a:hover {
  color: inherit;
  background-size: 100% 2px;
}
.pxn-h2_post_item .post_meta {
  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: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  margin-top: 15px;
}
.pxn-h2_post_item .post_meta .meta {
  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-weight: var(--pxn-fw-medium);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--pxn-color-heading-primary-2);
  text-transform: capitalize;
}
.pxn-h2_post_item .post_meta .meta a {
  color: inherit;
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 90%;
  display: inline;
}
.pxn-h2_post_item .post_meta .meta a:hover {
  color: inherit;
  background-size: 100% 1px;
}
.pxn-h2_post_item .post_excerpt {
  font-size: 18px;
  color: var(--pxn-color-text-body);
  margin-top: 20px;
}
.pxn-h2_post_item .post_excerpt p:last-child {
  margin: 0;
}
.pxn-h2_post_item .post_btn {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: var(--pxn-fw-medium);
  color: var(--pxn-color-heading-primary-2);
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2_post_item .post_title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2_post_item .post_thumbnail {
    max-width: 465px;
  }
  .pxn-h2_post_item .post_thumbnail img {
    aspect-ratio: 465/330;
  }
  .pxn-h2_post_item .post_content {
    padding: 30px 0 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_post_item .post_thumbnail {
    max-width: 370px;
  }
  .pxn-h2_post_item .post_thumbnail img {
    aspect-ratio: 370/330;
  }
  .pxn-h2_post_item .post_content {
    padding: 30px 0 30px 30px;
  }
  .pxn-h2_post_item .post_title {
    font-size: 28px;
  }
  .pxn-h2_post_item .post_excerpt {
    font-size: 16px;
  }
  .pxn-h2_post_item .post_btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn-h2_post_item .post_thumbnail {
    max-width: 250px;
  }
  .pxn-h2_post_item .post_thumbnail img {
    aspect-ratio: 250/330;
  }
  .pxn-h2_post_item .post_content {
    padding: 20px 0 20px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2_post_item .post_title {
    font-size: 26px;
  }
  .pxn-h2_post_item .post_excerpt {
    font-size: 16px;
  }
  .pxn-h2_post_item .post_btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn-h2_post_item {
    -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;
  }
  .pxn-h2_post_item .post_thumbnail {
    max-width: 100%;
  }
  .pxn-h2_post_item .post_thumbnail img {
    aspect-ratio: 645/394;
  }
  .pxn-h2_post_item .post_content {
    width: 100%;
    min-height: auto;
    padding: 20px 0 0 0;
  }
}
.pxn-h3-blog-section {
  background-color: var(--pxn-color-theme-bg-light-3);
}
.pxn-h3-blog-section .section_title {
  max-width: 550px;
  width: 100%;
}
.pxn-h3_blog_posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 50px;
}
.pxn-h3_post_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  overflow: hidden;
}
.pxn-h3_post_item .post_thumbnail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1;
  z-index: 1;
  margin-bottom: 25px;
}
.pxn-h3_post_item .post_thumbnail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pxn-h3_post_item .post_thumbnail img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 420/280;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.pxn-h3_post_item .post_date {
  background-color: var(--pxn-color-theme-primary-3);
  border-radius: 2.5px;
  min-width: 56px;
  min-height: 53px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--pxn-color-common-white);
  padding: 5px;
  position: absolute;
  inset-inline-end: 30px;
  bottom: -26px;
  z-index: 2;
}
.pxn-h3_post_item .post_date .day {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-bold);
  font-size: 20px;
  line-height: 1;
}
.pxn-h3_post_item .post_date .month {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-regular);
  font-size: 19px;
  text-transform: capitalize;
  line-height: 1;
}
.pxn-h3_post_item .post_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: var(--pxn-fw-medium);
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--pxn-color-heading-primary-3);
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.pxn-h3_post_item .post_author .image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
}
.pxn-h3_post_item .post_author .image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.pxn-h3_post_item .post_author .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.pxn-h3_post_item .post_author .name:hover {
  color: var(--pxn-color-theme-primary-3);
}
.pxn-h3_post_item .post_title {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--pxn-color-heading-primary-3);
  margin: 0;
}
.pxn-h3_post_item .post_title a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 90%;
  display: inline;
}
.pxn-h3_post_item .post_title a:hover {
  color: var(--pxn-color-theme-primary-3);
  background-size: 100% 2px;
}
.pxn-h3_post_item .post_excerpt {
  font-size: 18px;
  color: var(--pxn-color-text-body);
  margin-top: 15px;
}
.pxn-h3_post_item .post_excerpt p:last-child {
  margin: 0;
}
.pxn-h3_post_item .post_btn {
  font-size: 18px;
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-theme-primary-3);
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_post_item .post_excerpt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3_post_item .post_thumbnail {
    margin-bottom: 20px;
  }
  .pxn-h3_post_item .post_date {
    inset-inline-end: 20px;
  }
  .pxn-h3_post_item .post_author {
    margin-bottom: 20px;
  }
  .pxn-h3_post_item .post_excerpt {
    font-size: 16px;
  }
  .pxn-h3_post_item .post_btn {
    margin-top: 25px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3-blog-section .section_title {
    max-width: 470px;
  }
  .pxn-h3_blog_posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-blog-section .section_title {
    max-width: 420px;
  }
  .pxn-h3_blog_posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3-blog-section .section_title {
    max-width: 340px;
  }
  .pxn-h3_blog_posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pxn-posts-page .pxn_category_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.pxn-posts-page .pxn_blog_posts .pxn_blog_post_item {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-posts-page .pxn_category_list {
    margin-bottom: 50px;
  }
}

/* !END: Blog CSS */
/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.pxn_post_details_content .post_title, .pxn-page__container .post_title {
  margin-bottom: 15px;
}
.pxn_post_details_content .pxn_post_meta, .pxn-page__container .pxn_post_meta {
  margin-bottom: 30px;
}
.pxn_post_details_content .pxn_post_thumbnail, .pxn-page__container .pxn_post_thumbnail {
  border-radius: 8px;
  margin-bottom: 50px;
}
.pxn_post_details_content img, .pxn-page__container img {
  border-radius: 8px;
}
.pxn_post_details_content a:not(.meta a, .author_name a, .comment-reply-link), .pxn-page__container a:not(.meta a, .author_name a, .comment-reply-link) {
  color: var(--pxn-color-theme-secondary);
}
.pxn_post_details_wrap .pxn_post_tags_share {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  border-bottom: 1px dashed var(--pxn-color-border-1);
  border-top: 1px dashed var(--pxn-color-border-1);
}
.pxn_post_details_wrap .pxn_post_tags_share .pxn_post_tags {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_post_details_wrap .pxn_post_tags_share,
.pxn_post_details_wrap .pxn_post_navigation,
.pxn_post_details_wrap .pxn_comments_wrap,
.pxn_post_details_wrap .comment-respond {
  margin-top: 45px;
}
.pxn_comments_wrap .comment_title {
  font-weight: var(--pxn-fw-regular);
  letter-spacing: 0.01em;
  margin-bottom: 25px;
}
.pxn_latest_comments > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pxn_latest_comments > ul > .pxn_comment:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
.pxn_comment {
  border-top: 1px dashed var(--pxn-color-border-1);
  padding-top: 26px;
  margin-top: 25px;
}
.pxn_comment:not(:last-child) {
  margin-bottom: 0 !important;
}
.pxn_comment ul.children {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0;
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
}
.pxn_comment .comment_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
  -webkit-padding-end: 65px;
          padding-inline-end: 65px;
}
.pxn_comment .comment_header .comment-reply-link {
  top: 20px;
  position: absolute;
  inset-inline-end: 0;
  z-index: 2;
}
.pxn_comment .comment_avatar {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pxn_comment .comment_avatar img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.pxn_comment .comment_author {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_comment .comment_author .author_name {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-heading-primary);
  margin-bottom: 5px;
}
.pxn_comment .comment_author .author_name a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  display: inline;
}
.pxn_comment .comment_author .author_name a:hover {
  background-size: 100% 1px;
  color: inherit;
}
.pxn_comment .comment_author .date {
  display: block;
  font-weight: var(--pxn-fw-medium);
  font-size: 14px;
  line-height: 1.3;
  color: var(--pxn-color-text-body);
}
.pxn_comment .comment-reply-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-weight: var(--pxn-fw-sbold);
  font-size: 14px;
  color: var(--pxn-color-heading-primary);
}
.pxn_comment .comment-reply-link i,
.pxn_comment .comment-reply-link svg {
  color: var(--pxn-color-theme-secondary);
  fill: var(--pxn-color-theme-secondary);
}
.pxn_comment a:not(.author_name a) {
  color: var(--pxn-color-theme-secondary);
}
.pxn_comment a:not(.author_name a):hover {
  color: var(--pxn-color-theme-secondary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_comment ul.children {
    -webkit-padding-start: 35px;
            padding-inline-start: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn_comment ul.children {
    -webkit-padding-start: 25px;
            padding-inline-start: 25px;
  }
  .pxn_comment .comment_header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .pxn_comment .comment_header .comment-reply-link {
    top: 0;
  }
  .pxn_comment .comment_avatar {
    width: 50px;
  }
}
.pxn_comment_form a {
  color: var(--pxn-color-theme-secondary);
}
.pxn_comment_form a:hover {
  color: var(--pxn-color-theme-secondary);
}
.pxn_post_tags_share {
  border-top: 1px dashed var(--pxn-color-border-1);
  border-bottom: 1px dashed var(--pxn-color-border-1);
}
.pxn_post_tags_share .pxn_post_social_share {
  padding: 8px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_post_tags_share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pxn_post_tags_share .pxn_post_social_share {
    padding: 0;
    margin-left: 0;
  }
}
.pxn_post_social_share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-left: auto;
}
.pxn_post_social_share .share_title {
  font-size: 120%;
  font-family: var(--pxn-ff-heding);
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-heading-primary);
  margin-right: 5px;
}
.pxn_post_social_share > a {
  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: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--pxn-color-theme-primary);
  font-size: 15px;
  line-height: 1;
  color: var(--pxn-color-theme-secondary);
}
.pxn_post_social_share > a i,
.pxn_post_social_share > a svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_post_social_share > a svg {
  width: 15px;
  height: auto;
}
.pxn_post_navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px dashed var(--pxn-color-border-1);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  background-color: var(--pxn-color-theme-bg-light);
  border-radius: 10px;
  padding: 10px;
}
.pxn_post_navigation .navigation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 240px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 10px;
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  font-size: 20px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
  background-color: var(--pxn-color-common-white);
  border-radius: 10px;
}
.pxn_post_navigation .navigation.next {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pxn_post_navigation .navigation .navigation_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;
  width: 80px;
  height: 50px;
  border-radius: 100px;
  background-color: var(--pxn-color-theme-secondary);
  color: var(--pxn-color-common-white);
  font-size: 20px;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn_post_navigation .navigation:hover .navigation_icon {
  background-color: var(--pxn-color-theme-primary);
  color: var(--pxn-color-theme-secondary);
}
.pxn_category_list {
  list-style: none;
  padding: 0;
  margin: 0;
  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: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 5px;
}
.pxn_category_list > button {
  position: relative;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: transparent;
  border: none;
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  line-height: 1.1;
  color: var(--pxn-color-heading-primary);
  padding: 10px;
  z-index: 1;
}
.pxn_category_list > button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  inset-inline-start: 0;
  background-color: transparent;
}
.pxn_category_list > button.active::after {
  background-color: currentColor;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_category_list {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .pxn_category_list > button {
    font-size: 16px;
  }
}

.wp-block-quote,
blockquote {
  position: relative;
  border: none;
  border-radius: 0;
  margin: 0;
  background-color: transparent;
  padding: 0;
  text-align: left;
  font-weight: var(--pxn-fw-sbold);
  padding: 15px;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
}
.wp-block-quote::before,
blockquote::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: var(--pxn-color-theme-primary);
  border-radius: 20px;
  margin: 0;
  font-size: inherit;
}
.wp-block-quote p,
blockquote p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wp-block-quote p:last-child,
blockquote p:last-child {
  margin: 0;
}

.comment-respond .comment-reply-title,
.wp-block-post-comments-form .comment-reply-title {
  font-weight: var(--pxn-fw-regular);
  letter-spacing: 0.01em;
  margin-bottom: 25px;
}
.comment-respond .comment-reply-title a,
.wp-block-post-comments-form .comment-reply-title a {
  color: inherit;
}
.comment-respond input[type=search],
.comment-respond input[type=tel],
.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond input[type=url],
.comment-respond input[type=number],
.comment-respond textarea,
.wp-block-post-comments-form input[type=search],
.wp-block-post-comments-form input[type=tel],
.wp-block-post-comments-form input[type=text],
.wp-block-post-comments-form input[type=email],
.wp-block-post-comments-form input[type=url],
.wp-block-post-comments-form input[type=number],
.wp-block-post-comments-form textarea {
  border: 1px dashed var(--pxn-color-border-1);
  background-color: var(--pxn-color-theme-bg-light);
  padding: 15px 20px;
  font-weight: var(--pxn-fw-regular);
  border-radius: 8px;
  margin-bottom: 24px;
}
.comment-respond .form-submit,
.wp-block-post-comments-form .form-submit {
  margin-top: 30px;
  margin-bottom: 0;
}
.comment-respond .comment-form-cookies-consent,
.wp-block-post-comments-form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0;
  margin-top: -10px;
  margin-bottom: 20px;
  color: var(--pxn-color-text-body);
}
.comment-respond .comment-form-cookies-consent #wp-comment-cookies-consent,
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 2px;
  margin-right: 10px;
}
.comment-respond .comment-form-cookies-consent label,
.wp-block-post-comments-form .comment-form-cookies-consent label {
  color: inherit;
}

/* !END: Blog Details CSS */
/**----------------------------------------
START: Working Process CSS
----------------------------------------*/
.pxn-h2-process-section {
  background-color: var(--pxn-color-theme-primary-2);
  background-position: center center;
  background-repeat: no-repeat;
}
.pxn-h2-process-section .section_title {
  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-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 130px;
}
.pxn-h2-process-section .section_title .section_text {
  max-width: 845px;
  width: 100%;
}
.pxn-h2-process-section .section_title .section_text .sec_sub {
  color: var(--pxn-color-common-white);
}
.pxn-h2-process-section .section_title .section_text .sec_title {
  color: var(--pxn-color-common-white);
}
.pxn-h2-process-section .section_title .section_text .section_btn {
  margin-top: 50px;
  background-color: var(--pxn-color-common-white);
  color: var(--pxn-color-heading-primary-2);
}
.pxn-h2-process-section .section_title .section_img {
  max-width: 420px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn-h2-process-section .section_title .section_img img {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h2-process-section .section_title .section_text {
    max-width: 760px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2-process-section .section_title {
    margin-bottom: 100px;
  }
  .pxn-h2-process-section .section_title .section_text {
    max-width: 580px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2-process-section .section_title {
    margin-bottom: 90px;
  }
  .pxn-h2-process-section .section_title .section_text {
    max-width: 410px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2-process-section .section_title {
    -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;
    margin-bottom: 60px;
    gap: 50px;
  }
  .pxn-h2-process-section .section_title .section_text {
    max-width: 410px;
  }
  .pxn-h2-process-section .section_title .section_text .section_btn {
    margin-top: 30px;
  }
  .pxn-h2-process-section .section_title .section_img {
    max-width: 100%;
  }
}
.pxn-h2_process_items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
.pxn-h2_process_items .process_line {
  position: absolute;
  inset-inline-start: 50%;
  top: 40px;
  width: 70%;
  height: 220px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: var(--pxn-color-common-white);
  z-index: -1;
}
.pxn-h2_process_items .process_line svg {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_process_items .process_line {
    height: 136px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2_process_items {
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  .pxn-h2_process_items .process_line {
    display: none;
  }
}
.pxn_process_item {
  max-width: 385px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.pxn_process_item_inner {
  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: 243px;
  height: 243px;
  background-color: #450b00;
  border-radius: 50%;
}
.pxn_process_item .process_step {
  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: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--pxn-color-common-white);
  font-family: var(--pxn-ff-heading-2);
  font-weight: var(--pxn-fw-regular);
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: var(--pxn-color-heading-primary-2);
  margin-bottom: -40px;
  z-index: 2;
}
.pxn_process_item .process_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;
  width: 55%;
  height: 55%;
  background-color: var(--pxn-color-theme-primary-2);
  border-radius: 50%;
  color: var(--pxn-color-common-white);
  font-size: 38px;
  line-height: 1;
}
.pxn_process_item .process_icon i,
.pxn_process_item .process_icon svg,
.pxn_process_item .process_icon img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_process_item .process_icon svg,
.pxn_process_item .process_icon img {
  width: 35px;
  height: auto;
}
.pxn_process_item .process_title {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--pxn-color-common-white);
  margin-top: 35px;
}
.pxn_process_item .process_title a {
  color: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_process_item .process_title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_process_item_inner {
    width: 200px;
    height: 200px;
  }
  .pxn_process_item .process_step {
    width: 60px;
    height: 60px;
    font-size: 30px;
    margin-bottom: -30px;
  }
  .pxn_process_item .process_title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_process_item_inner {
    width: 180px;
    height: 180px;
  }
  .pxn_process_item .process_step {
    width: 50px;
    height: 50px;
    font-size: 25px;
    margin-bottom: -25px;
  }
  .pxn_process_item .process_icon {
    width: 60%;
    height: 60%;
    font-size: 30px;
  }
  .pxn_process_item .process_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_process_item {
    max-width: 100%;
  }
  .pxn_process_item_inner {
    width: 180px;
    height: 180px;
  }
  .pxn_process_item .process_step {
    width: 50px;
    height: 50px;
    font-size: 25px;
    margin-bottom: -25px;
  }
  .pxn_process_item .process_icon {
    width: 60%;
    height: 60%;
    font-size: 30px;
  }
  .pxn_process_item .process_title {
    font-size: 18px;
    margin-top: 20px;
  }
}
.pxn_process_item_2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  padding-bottom: 40px;
}
.pxn_process_item_2:last-child {
  padding-bottom: 0;
}
.pxn_process_item_2:last-child .process_line {
  display: none;
}
.pxn_process_item_2 .process_line {
  position: absolute;
  height: 100%;
  inset-inline-start: 24px;
  top: 0;
  z-index: -1;
  color: var(--pxn-color-heading-primary-3);
}
.pxn_process_item_2 .process_line svg {
  width: auto;
  height: 100%;
}
.pxn_process_item_2 .process_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  background-color: #dae7e7;
  border-radius: 50%;
  border: 2px solid var(--pxn-color-heading-primary-3);
  font-size: 16px;
  line-height: 1;
  color: var(--pxn-color-heading-primary-3);
  margin-top: -12px;
}
.pxn_process_item_2 .process_icon i,
.pxn_process_item_2 .process_icon svg,
.pxn_process_item_2 .process_icon img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_process_item_2 .process_icon svg,
.pxn_process_item_2 .process_icon img {
  width: 16px;
  height: auto;
}
.pxn_process_item_2 .process_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_process_item_2 .process_title {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-medium);
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--pxn-color-heading-primary-3);
  margin: 0;
}
.pxn_process_item_2 .process_title a {
  color: inherit;
}
.pxn_process_item_2 .process_title a:hover {
  color: inherit;
}
.pxn_process_item_2 .process_desc {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body-2);
  margin-top: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_process_item_2 .process_title {
    font-size: 24px;
  }
  .pxn_process_item_2 .process_desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn_process_item_2 .process_title {
    font-size: 22px;
  }
  .pxn_process_item_2 .process_desc {
    font-size: 16px;
  }
}
.pxn_process_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px dashed var(--pxn-color-border-1);
}
.pxn_process_item_3 {
  border-bottom: 1px dashed var(--pxn-color-border-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 30px 0;
}
.pxn_process_item_3 .process_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.pxn_process_item_3 .process_content_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 595px;
  width: 100%;
}
.pxn_process_item_3 .process_step {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 32px;
  line-height: 1.2;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-regular);
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--pxn-color-heading-primary);
}
.pxn_process_item_3 .process_title {
  font-size: 32px;
  line-height: 1.2;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-regular);
  color: var(--pxn-color-heading-primary);
  margin: 0;
  letter-spacing: 0.01em;
}
.pxn_process_item_3 .process_desc {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body);
  margin-top: 15px;
}
.pxn_process_item_3 .process_image {
  max-width: 500px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.pxn_process_item_3 .process_image img {
  aspect-ratio: 500/275;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_process_item_3 .process_desc {
    font-size: 22px;
  }
  .pxn_process_item_3 .process_image {
    max-width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_process_item_3 .process_content {
    gap: 20px;
  }
  .pxn_process_item_3 .process_step {
    font-size: 26px;
  }
  .pxn_process_item_3 .process_title {
    font-size: 26px;
  }
  .pxn_process_item_3 .process_desc {
    font-size: 20px;
  }
  .pxn_process_item_3 .process_image {
    max-width: 350px;
  }
  .pxn_process_item_3 .process_image img {
    aspect-ratio: 500/320;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_process_item_3 .process_content {
    gap: 15px;
  }
  .pxn_process_item_3 .process_step {
    font-size: 24px;
  }
  .pxn_process_item_3 .process_title {
    font-size: 24px;
  }
  .pxn_process_item_3 .process_desc {
    font-size: 18px;
  }
  .pxn_process_item_3 .process_image {
    max-width: 100%;
  }
  .pxn_process_item_3 .process_image img {
    aspect-ratio: 500/320;
  }
}
.pxn_career_journey .career_item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  padding-bottom: 40px;
}
.pxn_career_journey .career_item:last-child {
  padding-bottom: 0;
}
.pxn_career_journey .career_item:last-child .career_line {
  display: none;
}
.pxn_career_journey .career_item .career_line {
  position: absolute;
  height: 100%;
  inset-inline-start: 24px;
  top: 0;
  z-index: -1;
  color: var(--pxn-color-border-1);
}
.pxn_career_journey .career_item .career_line svg {
  width: auto;
  height: 100%;
}
.pxn_career_journey .career_item .career_step {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  background-color: #d4fbdc;
  border-radius: 50%;
  font-size: 16px;
  font-weight: var(--pxn-fw-sbold);
  line-height: 1;
  color: var(--pxn-color-heading-primary);
  margin-top: -12px;
}
.pxn_career_journey .career_item .career_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_career_journey .career_item .career_title {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--pxn-color-heading-primary);
  margin: 0;
}
.pxn_career_journey .career_item .career_title a {
  color: inherit;
}
.pxn_career_journey .career_item .career_title a:hover {
  color: inherit;
}
.pxn_career_journey .career_item .career_year {
  font-weight: var(--pxn-fw-medium);
  color: var(--pxn-color-text-body-2);
  margin-top: 5px;
}
.pxn_career_journey .career_item .career_desc {
  font-weight: var(--pxn-fw-regular);
  font-size: 16px;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body);
  margin-top: 10px;
}
@media only screen and (max-width: 575px) {
  .pxn_career_journey .career_item .career_title {
    font-size: 18px;
  }
}
.pxn-about-process-section {
  padding-top: 130px;
}
.pxn-about-process-section .section_title {
  max-width: 650px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-about-process-section .section_title {
    max-width: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-about-process-section {
    padding-top: 100px;
  }
  .pxn-about-process-section .section_title {
    max-width: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-about-process-section {
    padding-top: 90px;
  }
  .pxn-about-process-section .section_title {
    max-width: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-about-process-section {
    padding-top: 80px;
  }
  .pxn-about-process-section .section_title {
    max-width: 340px;
  }
}

/* !END: Working Process CSS */
/**----------------------------------------
START: Marquee Section CSS
----------------------------------------*/
.pxn-h2-marquee-section {
  padding-top: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2-marquee-section {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2-marquee-section {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2-marquee-section {
    padding-top: 80px;
  }
}

/* !END: Marquee Section CSS */
/**----------------------------------------
START: Testimonial Carousel CSS
----------------------------------------*/
.pxn-h2_testimonial_carousel .pxn_slider-pagination {
  margin-top: 50px;
}
.pxn-h2_testimonial_carousel .pxn_navigation_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;
  gap: 20px;
  margin-top: 50px;
}
.pxn-h2_testimonial_carousel .pxn_navigation_wrap .pxn_slider-nav {
  border-color: var(--pxn-color-theme-primary-2);
}
.pxn-h2_testimonial_carousel .pxn_navigation_wrap .pxn_slider-nav i:first-child,
.pxn-h2_testimonial_carousel .pxn_navigation_wrap .pxn_slider-nav svg:first-child {
  color: var(--pxn-color-theme-primary-2);
  fill: var(--pxn-color-theme-primary-2);
}
.pxn-h2_testimonial_carousel .pxn_navigation_wrap .pxn_slider-nav i:last-child,
.pxn-h2_testimonial_carousel .pxn_navigation_wrap .pxn_slider-nav svg:last-child {
  color: var(--pxn-color-common-white);
  fill: var(--pxn-color-common-white);
}
.pxn-h2_testimonial_carousel .pxn_navigation_wrap .pxn_slider-nav:hover {
  background-color: var(--pxn-color-theme-primary-2);
  border-color: var(--pxn-color-theme-primary-2);
}
.pxn_testimonial_item {
  max-width: 763px;
  background-color: var(--pxn-color-theme-bg-light-2);
  backdrop-filter: blur(0);
  padding: 49px;
  min-height: 445px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.pxn_testimonial_item.swiper-slide-active {
  background-color: var(--pxn-color-theme-primary-2);
}
.pxn_testimonial_item.swiper-slide-active .testimonial_text {
  color: var(--pxn-color-common-white);
}
.pxn_testimonial_item.swiper-slide-active .testimonial_author .name {
  color: var(--pxn-color-common-white);
}
.pxn_testimonial_item.swiper-slide-active .testimonial_author .designation {
  color: var(--pxn-color-common-white);
}
.pxn_testimonial_item .testimonial_text {
  width: 100%;
  font-size: 24px;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body-2);
}
.pxn_testimonial_item .testimonial_text p:last-child {
  margin: 0;
}
.pxn_testimonial_item .testimonial_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.pxn_testimonial_item .testimonial_author .author_img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}
.pxn_testimonial_item .testimonial_author .author_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn_testimonial_item .testimonial_author .author_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_testimonial_item .testimonial_author .name {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  font-size: 32px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary-2);
  margin: 0;
}
.pxn_testimonial_item .testimonial_author .designation {
  font-size: 20px;
  letter-spacing: 0.01;
  color: var(--pxn-color-text-body-2);
  margin-top: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_testimonial_item {
    max-width: 700px;
    min-height: 410px;
    padding: 32px;
  }
  .pxn_testimonial_item .testimonial_text {
    font-size: 22px;
  }
  .pxn_testimonial_item .testimonial_author .name {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_testimonial_item {
    max-width: 550px;
    min-height: 350px;
    padding: 28px;
  }
  .pxn_testimonial_item .testimonial_text {
    font-size: 20px;
  }
  .pxn_testimonial_item .testimonial_author .author_img {
    width: 80px;
    height: 80px;
  }
  .pxn_testimonial_item .testimonial_author .name {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_testimonial_item {
    max-width: 100%;
    min-height: 350px;
    padding: 25px;
  }
  .pxn_testimonial_item:not(.swiper-slide-active) {
    background-color: var(--pxn-color-theme-bg-light-2);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  .pxn_testimonial_item .testimonial_text {
    font-size: 18px;
  }
  .pxn_testimonial_item .testimonial_author {
    gap: 25px;
  }
  .pxn_testimonial_item .testimonial_author .author_img {
    width: 70px;
    height: 70px;
  }
  .pxn_testimonial_item .testimonial_author .name {
    font-size: 24px;
  }
  .pxn_testimonial_item .testimonial_author .designation {
    font-size: 18px;
  }
}
.pxn-h3-testimonials-section {
  background-color: var(--pxn-color-theme-bg-light-4);
}
.pxn-h3-testimonials-section .section_title {
  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-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.pxn-h3-testimonials-section .section_title .section_text {
  max-width: 665px;
  width: 100%;
}
.pxn-h3-testimonials-section .section_title .section_desc {
  max-width: 403px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3-testimonials-section .section_title .section_text {
    max-width: 515px;
  }
  .pxn-h3-testimonials-section .section_title .section_desc {
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-testimonials-section .section_title .section_text {
    max-width: 515px;
  }
  .pxn-h3-testimonials-section .section_title .section_desc {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3-testimonials-section .section_title .section_text {
    max-width: 400px;
  }
  .pxn-h3-testimonials-section .section_title .section_desc {
    max-width: 100%;
  }
}
.pxn-h3-testimonial_carousel_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  background-color: var(--pxn-color-common-white);
  padding: 20px 80px 20px 20px;
  border-radius: 30px;
}
.pxn-h3-testimonial_carousel_wrap .testimonial_thumb_carousel {
  max-width: 575px;
  width: 100%;
}
.pxn-h3-testimonial_carousel_wrap .testimonial_content_carousel_wrap {
  width: calc(100% - 595px);
  padding: 40px 0 40px 40px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.pxn-h3-testimonial_carousel_wrap .testimonial_content_carousel_wrap .testimonial_content_carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pxn-h3-testimonial_carousel_wrap .testimonial_content_carousel_wrap .pxn_slider-pagination {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 50px;
}
.pxn-h3-testimonial_carousel_wrap .testimonial_content_carousel_wrap .pxn_slider-pagination .swiper-pagination-bullet {
  background-color: #dae7e7;
}
.pxn-h3-testimonial_carousel_wrap .testimonial_content_carousel_wrap .pxn_slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--pxn-color-theme-primary-3);
}
.pxn-h3-testimonial_carousel_wrap .testimonial_content_carousel_wrap .pxn_navigation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.pxn-h3-testimonial_carousel_wrap .testimonial_content_carousel_wrap .pxn_slider-nav {
  border-color: var(--pxn-color-heading-primary-3);
}
.pxn-h3-testimonial_carousel_wrap .testimonial_content_carousel_wrap .pxn_slider-nav i:first-child,
.pxn-h3-testimonial_carousel_wrap .testimonial_content_carousel_wrap .pxn_slider-nav svg:first-child {
  color: var(--pxn-color-heading-primary-3);
  fill: var(--pxn-color-heading-primary-3);
}
.pxn-h3-testimonial_carousel_wrap .testimonial_content_carousel_wrap .pxn_slider-nav i:last-child,
.pxn-h3-testimonial_carousel_wrap .testimonial_content_carousel_wrap .pxn_slider-nav svg:last-child {
  color: var(--pxn-color-common-white);
  fill: var(--pxn-color-common-white);
}
.pxn-h3-testimonial_carousel_wrap .testimonial_content_carousel_wrap .pxn_slider-nav:hover {
  border-color: var(--pxn-color-theme-primary-3);
  background-color: var(--pxn-color-theme-primary-3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h3-testimonial_carousel_wrap {
    padding: 20px;
  }
  .pxn-h3-testimonial_carousel_wrap .testimonial_thumb_carousel {
    max-width: 525px;
  }
  .pxn-h3-testimonial_carousel_wrap .testimonial_content_carousel_wrap {
    width: calc(100% - 545px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3-testimonial_carousel_wrap {
    padding: 20px;
  }
  .pxn-h3-testimonial_carousel_wrap .testimonial_thumb_carousel {
    max-width: 450px;
  }
  .pxn-h3-testimonial_carousel_wrap .testimonial_content_carousel_wrap {
    width: calc(100% - 470px);
    padding: 30px 0 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-testimonial_carousel_wrap {
    padding: 15px;
  }
  .pxn-h3-testimonial_carousel_wrap .testimonial_thumb_carousel {
    max-width: 350px;
  }
  .pxn-h3-testimonial_carousel_wrap .testimonial_content_carousel_wrap {
    width: calc(100% - 370px);
    padding: 20px 0 20px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3-testimonial_carousel_wrap {
    padding: 15px;
    gap: 30px;
  }
  .pxn-h3-testimonial_carousel_wrap .testimonial_thumb_carousel {
    max-width: 350px;
    margin-left: 0;
  }
  .pxn-h3-testimonial_carousel_wrap .testimonial_content_carousel_wrap {
    width: 100%;
    padding: 0;
  }
}
.pxn-h3_testimonial_item .pxn-rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--pxn-color-heading-primary-3);
  margin-bottom: 30px;
}
.pxn-h3_testimonial_item .pxn-rating-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 30px;
}
.pxn-h3_testimonial_item .pxn-rating-wrapper .r-icon {
  position: relative;
  line-height: 1;
}
.pxn-h3_testimonial_item .pxn-rating-wrapper .r-icon-wrapper {
  -webkit-text-stroke: 1px rgba(11, 71, 79, 0.4);
  color: rgba(11, 71, 79, 0.5);
}
.pxn-h3_testimonial_item .pxn-rating-wrapper .r-icon-wrapper.r-icon-marked {
  --r-rating-icon-color: #0b474f;
  -webkit-text-stroke: 1px #0b474f;
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  overflow: hidden;
  position: absolute;
  width: var(--r-rating-icon-marked-width);
  z-index: 1;
}
.pxn-h3_testimonial_item .pxn-rating-wrapper .r-icon-wrapper i,
.pxn-h3_testimonial_item .pxn-rating-wrapper .r-icon-wrapper svg {
  color: var(--r-rating-icon-color);
  fill: var(--r-rating-icon-color);
  line-height: 1;
}
.pxn-h3_testimonial_item .testimonial_text {
  font-size: 28px;
  line-height: 1.6;
  color: var(--pxn-color-text-body-2);
}
.pxn-h3_testimonial_item .testimonial_author {
  margin-top: 60px;
}
.pxn-h3_testimonial_item .testimonial_author .name {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  font-size: 36px;
  line-height: 1.1;
  color: var(--pxn-color-heading-primary-3);
  margin: 0;
}
.pxn-h3_testimonial_item .testimonial_author .designation {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body-2);
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h3_testimonial_item .testimonial_text {
    font-size: 24px;
  }
  .pxn-h3_testimonial_item .testimonial_author {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3_testimonial_item .pxn-rating-wrapper {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .pxn-h3_testimonial_item .pxn-rating-wrapper-inner {
    font-size: 25px;
  }
  .pxn-h3_testimonial_item .testimonial_text {
    font-size: 22px;
  }
  .pxn-h3_testimonial_item .testimonial_author {
    margin-top: 30px;
  }
  .pxn-h3_testimonial_item .testimonial_author .name {
    font-size: 30px;
  }
  .pxn-h3_testimonial_item .testimonial_author .designation {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_testimonial_item .pxn-rating-wrapper {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .pxn-h3_testimonial_item .pxn-rating-wrapper-inner {
    font-size: 20px;
  }
  .pxn-h3_testimonial_item .testimonial_text {
    font-size: 20px;
  }
  .pxn-h3_testimonial_item .testimonial_author {
    margin-top: 25px;
  }
  .pxn-h3_testimonial_item .testimonial_author .name {
    font-size: 26px;
  }
  .pxn-h3_testimonial_item .testimonial_author .designation {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3_testimonial_item .pxn-rating-wrapper {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .pxn-h3_testimonial_item .pxn-rating-wrapper-inner {
    font-size: 18px;
  }
  .pxn-h3_testimonial_item .testimonial_text {
    font-size: 18px;
  }
  .pxn-h3_testimonial_item .testimonial_author {
    margin-top: 20px;
  }
  .pxn-h3_testimonial_item .testimonial_author .name {
    font-size: 24px;
  }
  .pxn-h3_testimonial_item .testimonial_author .designation {
    font-size: 16px;
  }
}
.pxn_testimonial_thumb {
  max-width: 575px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.pxn_testimonial_thumb img {
  width: 100%;
  aspect-ratio: 575/635;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_testimonial_thumb img {
    aspect-ratio: 570/680;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_testimonial_thumb {
    border-radius: 16px;
  }
  .pxn_testimonial_thumb img {
    aspect-ratio: 570/780;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_testimonial_thumb {
    border-radius: 16px;
  }
}

/* !END: Testimonial Carousel CSS */
/**----------------------------------------
START: Features CSS
----------------------------------------*/
.pxn-h3-features-section {
  background-color: var(--pxn-color-theme-bg-light-3);
}
.pxn-h3-features-section .section_title {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-features-section .section_title {
    max-width: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3-features-section .section_title {
    max-width: 350px;
  }
}

/* !END: Features CSS */
/**----------------------------------------
START: Growth CSS
----------------------------------------*/
.pxn-h3-growth-section {
  padding-top: 130px;
  padding-bottom: 120px;
  background-color: var(--pxn-color-theme-bg-light-3);
}
.pxn-h3-growth-inner {
  position: relative;
  padding: 110px 0;
}
.pxn-h3-growth-inner .growth_img {
  width: 45%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
}
.pxn-h3_content_wrapper {
  max-width: 660px;
  width: 100%;
}
.pxn-h3_content_wrapper .sec_title {
  max-width: 550px;
  width: 100%;
}
.pxn-h3_content_wrapper .sec_desc {
  max-width: 346px;
  width: 100%;
  margin-top: 30px;
}
.pxn-h3_content_wrapper .content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px;
  padding: 18px;
  background-color: var(--pxn-color-theme-primary-3);
  border-radius: 16px;
  margin-top: 40px;
}
.pxn-h3_content_wrapper .content_inner .content_video {
  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: relative;
  max-width: 234px;
  width: 100%;
}
.pxn-h3_content_wrapper .content_inner .content_video img {
  width: 100%;
  border-radius: 16px;
}
.pxn-h3_content_wrapper .content_inner .content_video .pxn_video_popup {
  position: absolute;
  z-index: 2;
}
.pxn-h3_content_wrapper .content_inner .pxn_list {
  gap: 15px;
}
.pxn-h3_content_wrapper .content_inner .pxn_list li:not(:last-child) {
  padding-bottom: 15px;
  border: none;
}
.pxn-h3_content_wrapper .content_inner .pxn_list li {
  gap: 12px;
  color: var(--pxn-color-common-white);
}
.pxn-h3_content_wrapper .content_inner .pxn_list li i,
.pxn-h3_content_wrapper .content_inner .pxn_list li svg {
  font-size: 26px;
  margin-top: -5px;
}
.pxn-h3_content_wrapper .growth_btn {
  margin-top: 40px;
  color: var(--pxn-color-heading-primary-3);
}
.pxn-h3_content_wrapper .growth_btn .btn_text {
  background-color: var(--pxn-color-common-white);
}
.pxn-h3_content_wrapper .growth_btn .btn_icon {
  color: var(--pxn-color-common-white);
}
.pxn-h3_growth_img {
  margin-top: 50px;
}
.pxn-h3_growth_img img {
  width: 100%;
}
.pxn-h3_marquee_wrapper {
  padding-top: 340px;
  padding-bottom: 220px;
}
.pxn-h3_marquee_wrapper .pxn_marquee_scroll {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}
.pxn-h3_marquee_wrapper .pxn_marquee_scroll:last-child {
  background-color: var(--pxn-color-theme-primary-3);
  margin-top: -130px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.pxn-h3_marquee_wrapper .pxn_marquee_scroll:last-child .marquee {
  color: var(--pxn-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h3-growth-inner .growth_img {
    width: 43%;
  }
  .pxn-h3_content_wrapper {
    max-width: 630px;
  }
  .pxn-h3_marquee_wrapper {
    padding-top: 240px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3-growth-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pxn-h3-growth-inner {
    padding: 60px 0;
  }
  .pxn-h3-growth-inner .growth_img {
    width: 43%;
  }
  .pxn-h3_content_wrapper {
    max-width: 500px;
  }
  .pxn-h3_marquee_wrapper {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-growth-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pxn-h3-growth-inner {
    padding: 0;
  }
  .pxn-h3_content_wrapper {
    max-width: 100%;
  }
  .pxn-h3_content_wrapper .sec_title {
    max-width: 454px;
  }
  .pxn-h3_content_wrapper .content_inner {
    width: 100%;
    margin-top: 30px;
  }
  .pxn-h3_content_wrapper .growth_btn {
    margin-top: 30px;
  }
  .pxn-h3_marquee_wrapper {
    padding-top: 180px;
    padding-bottom: 90px;
  }
  .pxn-h3_marquee_wrapper .pxn_marquee_scroll:last-child {
    margin-top: -115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3-growth-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pxn-h3-growth-inner {
    padding: 0;
  }
  .pxn-h3_content_wrapper {
    max-width: 100%;
  }
  .pxn-h3_content_wrapper .sec_title {
    max-width: 370px;
  }
  .pxn-h3_content_wrapper .content_inner {
    width: 100%;
    margin-top: 30px;
  }
  .pxn-h3_content_wrapper .content_inner .content_video {
    max-width: 100%;
  }
  .pxn-h3_content_wrapper .content_inner .content_video img {
    height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pxn-h3_content_wrapper .growth_btn {
    margin-top: 30px;
  }
  .pxn-h3_marquee_wrapper {
    padding-top: 160px;
    padding-bottom: 80px;
  }
  .pxn-h3_marquee_wrapper .pxn_marquee_scroll {
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .pxn-h3_marquee_wrapper .pxn_marquee_scroll:last-child {
    margin-top: -80px;
    -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}

/* !END: Growth CSS */
/**----------------------------------------
START: Empower CSS
----------------------------------------*/
.pxn-h3-empower-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 960px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 80px 0;
}
.pxn-h3_empower_content {
  max-width: 645px;
  width: 100%;
  background-color: var(--pxn-color-common-white);
  padding: 65px;
  border-radius: 16px;
  margin: 0;
}
.pxn-h3_empower_content .sec_desc {
  margin-top: 40px;
}
.pxn-h3_empower_content .empower_btn {
  margin-top: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h3-empower-section {
    min-height: 880px;
    padding-bottom: 30px;
    padding-right: 15px;
  }
  .pxn-h3_empower_content {
    max-width: 575px;
    padding: 50px;
  }
  .pxn-h3_empower_content .sec_title {
    max-width: 450px;
    width: 100%;
    font-size: 50px;
  }
  .pxn-h3_empower_content .sec_desc {
    margin-top: 30px;
  }
  .pxn-h3_empower_content .empower_btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3-empower-section {
    min-height: 690px;
    padding-bottom: 30px;
    padding-right: 15px;
  }
  .pxn-h3_empower_content {
    max-width: 480px;
    padding: 40px;
  }
  .pxn-h3_empower_content .sec_title {
    max-width: 350px;
    width: 100%;
    font-size: 40px;
  }
  .pxn-h3_empower_content .sec_desc {
    margin-top: 20px;
    font-size: 16px;
  }
  .pxn-h3_empower_content .empower_btn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-empower-section {
    min-height: 640px;
    padding-bottom: 30px;
    padding-right: 15px;
  }
  .pxn-h3_empower_content {
    max-width: 480px;
    padding: 40px;
  }
  .pxn-h3_empower_content .sec_title {
    max-width: 350px;
    width: 100%;
    font-size: 40px;
  }
  .pxn-h3_empower_content .sec_desc {
    margin-top: 20px;
    font-size: 16px;
  }
  .pxn-h3_empower_content .empower_btn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3-empower-section {
    min-height: 640px;
    padding-bottom: 15px;
    padding-right: 0;
  }
  .pxn-h3_empower_content {
    max-width: 100%;
    padding: 20px;
  }
  .pxn-h3_empower_content .sec_title {
    max-width: 100%;
    font-size: 30px;
  }
  .pxn-h3_empower_content .sec_desc {
    margin-top: 20px;
    font-size: 16px;
  }
  .pxn-h3_empower_content .empower_btn {
    margin-top: 30px;
  }
}

/* !END: Empower CSS */
/**----------------------------------------
START: Counter Section CSS
----------------------------------------*/
.pxn-h3-counter-section {
  background-color: var(--pxn-color-theme-primary-3);
  padding-top: 80px;
  padding-bottom: 80px;
}
.pxn-h3_counter_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pxn-h3_counter_wrapper .pxn_counter .count {
  font-size: 74px;
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--pxn-color-common-white);
}
.pxn-h3_counter_wrapper .pxn_counter .title {
  font-family: var(--pxn-ff-body);
  font-size: 20px;
  font-weight: var(--pxn-fw-sbold);
  color: var(--pxn-color-common-white);
  line-height: 1.3;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3_counter_wrapper .pxn_counter .count {
    font-size: 65px;
  }
  .pxn-h3_counter_wrapper .pxn_counter .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-counter-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pxn-h3_counter_wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pxn-h3_counter_wrapper .pxn_counter {
    max-width: 45%;
    width: 100%;
  }
  .pxn-h3_counter_wrapper .pxn_counter .count {
    font-size: 50px;
  }
  .pxn-h3_counter_wrapper .pxn_counter .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3-counter-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pxn-h3_counter_wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 30px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .pxn-h3_counter_wrapper .pxn_counter {
    max-width: 47%;
    width: 100%;
  }
  .pxn-h3_counter_wrapper .pxn_counter .count {
    font-size: 45px;
  }
  .pxn-h3_counter_wrapper .pxn_counter .title {
    font-size: 16px;
  }
}

/* !END: Counter Section CSS */
/**----------------------------------------
START: Services CSS
----------------------------------------*/
.pxn-h1-services-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 130px;
}
.pxn-h1-services-section .left_shape {
  position: absolute;
  inset-inline-start: 0;
  top: -217px;
  pointer-events: none;
  z-index: -2;
}
.pxn-h1-services-section .section_title .title_content {
  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;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pxn-h1-services-section .section_title .title_content .sec_title {
  max-width: 630px;
  width: 100%;
}
.pxn-h1-services-section .services_bottom_btn {
  margin-top: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h1-services-section .left_shape {
    max-width: 440px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1-services-section {
    padding-bottom: 100px;
  }
  .pxn-h1-services-section .left_shape {
    max-width: 365px;
  }
  .pxn-h1-services-section .section_title .title_content .sec_title {
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1-services-section {
    padding-bottom: 90px;
  }
  .pxn-h1-services-section .left_shape {
    max-width: 365px;
  }
  .pxn-h1-services-section .section_title .title_content .sec_title {
    max-width: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1-services-section {
    padding-bottom: 80px;
  }
  .pxn-h1-services-section .left_shape {
    max-width: 300px;
    display: none;
  }
  .pxn-h1-services-section .section_title .title_content .sec_title {
    max-width: 400px;
  }
}
.pxn-h1_services_wrap {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1_services_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1_services_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pxn-h2-services-section {
  background-color: var(--pxn-color-theme-bg-light-2);
}
.pxn-h2-services-section .section_title {
  max-width: 675px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h2-services-section .section_title {
    max-width: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2-services-section .section_title {
    max-width: 520px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2-services-section .section_title {
    max-width: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2-services-section .section_title {
    max-width: 350px;
  }
}
.pxn-h2_services_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.pxn-h2_services_wrap .service_image {
  position: relative;
  overflow: hidden;
}
.pxn-h2_services_wrap .service_image img:not(.abstract) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn-h2_services_wrap .service_image .abstract {
  position: absolute;
  inset-inline-start: -1px;
  top: -1px;
  max-width: 75px;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2_services_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2_services_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .pxn-h2_services_wrap .service_image .abstract {
    max-width: 50px;
  }
}
.pxn-h3-services-section {
  background-color: var(--pxn-color-theme-bg-dark);
}
.pxn-h3-services-section .services_btn {
  color: var(--pxn-color-heading-primary-3);
}
.pxn-h3-services-section .services_btn .btn_text {
  background-color: var(--pxn-color-common-white);
}
.pxn-h3-services-section .services_btn .btn_icon {
  color: var(--pxn-color-common-white);
}
.pxn-h3-services-section .section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.pxn-h3-services-section .section_title .sec_sub {
  background-image: linear-gradient(86.39deg, rgba(0, 0, 0, 0.0509803922) 24.64%, rgba(108, 255, 255, 0.0509803922) 109.16%);
  color: var(--pxn-color-common-white);
}
.pxn-h3-services-section .section_title .sec_title {
  color: var(--pxn-color-common-white);
}
.pxn-h3-services-section .section_title .sec_desc {
  color: var(--pxn-color-common-white);
}
.pxn-h3-services-section .section_title .services_btn {
  margin-top: 35px;
}
.pxn-h3-services-section .section_title .section_text {
  max-width: 655px;
  width: 100%;
}
.pxn-h3-services-section .section_title .section_desc {
  max-width: 400px;
  width: 100%;
}
.pxn-h3-services-section .services_bottom_btn {
  margin-top: 50px;
}
.pxn-h3_services_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h3_services_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3-services-section .section_title .section_text {
    max-width: 480px;
  }
  .pxn-h3_services_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-services-section .section_title .section_text {
    max-width: 480px;
  }
  .pxn-h3-services-section .section_title .section_desc {
    max-width: 100%;
  }
  .pxn-h3_services_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3-services-section .section_title .section_text {
    max-width: 340px;
  }
  .pxn-h3-services-section .section_title .section_desc {
    max-width: 100%;
  }
  .pxn-h3_services_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* !END: Services CSS */
/**----------------------------------------
START: Services List CSS
----------------------------------------*/
.pxn-h3-services-list-section {
  background-color: var(--pxn-color-theme-bg-light-3);
  padding-top: 130px;
}
.pxn-h3-services-list-section .section_title {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h3-services-list-section {
    padding-top: 100px;
  }
  .pxn-h3-services-list-section .section_title {
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-services-list-section {
    padding-top: 90px;
  }
  .pxn-h3-services-list-section .section_title {
    max-width: 430px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3-services-list-section {
    padding-top: 80px;
  }
  .pxn-h3-services-list-section .section_title {
    max-width: 350px;
  }
}
.pxn-h3_service_item .service_item_inner {
  position: relative;
  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;
  gap: 20px;
  padding: 40px 30px;
  border-bottom: 1px solid rgba(27, 131, 141, 0.2);
  border-radius: 16px;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn-h3_service_item .service_item_inner:hover {
  background-color: var(--pxn-color-theme-primary-3);
}
.pxn-h3_service_item .service_item_inner:hover .service_image img,
.pxn-h3_service_item .service_item_inner:hover .service_image svg {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-8deg) scale(1);
      -ms-transform: translate(-50%, -50%) rotate(-8deg) scale(1);
          transform: translate(-50%, -50%) rotate(-8deg) scale(1);
}
.pxn-h3_service_item .service_item_inner:hover .service_title, .pxn-h3_service_item .service_item_inner:hover .service_desc {
  color: var(--pxn-color-common-white);
}
.pxn-h3_service_item .service_item_inner:hover .service_btn {
  border-color: var(--pxn-color-common-white);
  background-color: var(--pxn-color-common-white);
  color: var(--pxn-color-theme-primary-3);
}
.pxn-h3_service_item .service_left {
  max-width: 500px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.pxn-h3_service_item .service_right {
  max-width: 380px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.pxn-h3_service_item .service_title {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--pxn-color-heading-primary-3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn-h3_service_item .service_title_inner {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.pxn-h3_service_item .service_title .subtitle {
  font-size: 18px;
}
.pxn-h3_service_item .service_image {
  position: relative;
  max-width: 320px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}
.pxn-h3_service_item .service_image img,
.pxn-h3_service_item .service_image svg {
  position: absolute;
  inset-inline-start: 50%;
  top: 50%;
  width: 100%;
  aspect-ratio: 320/377;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  -webkit-transform: translate(-50%, -50%) rotate(-8deg) scale(0.7);
      -ms-transform: translate(-50%, -50%) rotate(-8deg) scale(0.7);
          transform: translate(-50%, -50%) rotate(-8deg) scale(0.7);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn-h3_service_item .service_desc {
  max-width: 256px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: var(--pxn-color-text-body-2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn-h3_service_item .service_btn {
  border-color: var(--pxn-color-heading-primary-3);
  color: var(--pxn-color-heading-primary-3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h3_service_item .service_right {
    max-width: 330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3_service_item .service_left {
    max-width: 350px;
  }
  .pxn-h3_service_item .service_right {
    max-width: 300px;
  }
  .pxn-h3_service_item .service_title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3_service_item .service_left {
    max-width: 350px;
  }
  .pxn-h3_service_item .service_middle {
    display: none;
  }
  .pxn-h3_service_item .service_right {
    max-width: 300px;
  }
  .pxn-h3_service_item .service_title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3_service_item .service_item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
  .pxn-h3_service_item .service_left {
    max-width: 100%;
  }
  .pxn-h3_service_item .service_middle {
    display: none;
  }
  .pxn-h3_service_item .service_right {
    max-width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pxn-h3_service_item .service_title {
    font-size: 24px;
  }
  .pxn-h3_service_item .service_title .subtitle {
    font-size: 16px;
  }
}

/* !END: Services List CSS */
/**----------------------------------------
START: Service Details CSS
----------------------------------------*/
.pxn_image_quote_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pxn_image_quote_list .image_quote {
  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;
  gap: 40px;
  border-top: 1px dashed var(--pxn-color-border-1);
  padding-top: 30px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: var(--pxn-fw-sbold);
  letter-spacing: 0.02em;
  color: var(--pxn-color-heading-primary);
}
.pxn_image_quote_list .image_quote img {
  max-width: 250px;
  width: 100%;
  border-radius: 10px;
}
.pxn_image_quote_list .image_quote .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 575px) {
  .pxn_image_quote_list .image_quote {
    -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;
    gap: 20px;
    font-size: 18px;
  }
  .pxn_image_quote_list .image_quote img {
    max-width: 100%;
  }
}
.pxn_service_content h2 {
  font-size: 40px;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 15px;
}
.pxn_service_content p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.pxn_service_content img {
  width: 100%;
  border-radius: 10px;
}
.pxn_service_content .pxn_list > li {
  gap: 12px;
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
}
.pxn_service_content .pxn_list > li i,
.pxn_service_content .pxn_list > li svg {
  font-size: 26px;
  margin-top: -4px;
}
.pxn_service_content .pxn_list > li:not(:last-child) {
  border: none;
  padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_service_content h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_service_content h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_service_content h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_service_content h2 {
    font-size: 26px;
  }
  .pxn_service_content p {
    font-size: 16px;
  }
}

/* !END: Service Details CSS */
/**----------------------------------------
START: Projects CSS
----------------------------------------*/
.pxn-h1-projects-section {
  padding-top: 130px;
}
.pxn-h1-projects-section .section_title {
  max-width: 650px;
  width: 100%;
}
.pxn-h1-projects-section .projects_bottom_btn {
  margin-top: 60px;
}
.pxn-h1-projects-section .projects_bottom_btn .projects_btn {
  border: 1px solid var(--pxn-color-heading-primary);
  color: var(--pxn-color-heading-primary);
  background-color: transparent;
}
.pxn-h1-projects-section .projects_bottom_btn .projects_btn:hover {
  border-color: var(--pxn-color-theme-primary);
  background-color: var(--pxn-color-theme-primary);
  color: var(--pxn-color-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1-projects-section {
    padding-top: 100px;
  }
  .pxn-h1-projects-section .section_title {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h1-projects-section {
    padding-top: 90px;
  }
  .pxn-h1-projects-section .section_title {
    max-width: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1-projects-section {
    padding-top: 80px;
  }
  .pxn-h1-projects-section .section_title {
    max-width: 330px;
  }
  .pxn-h1-projects-section .projects_bottom_btn {
    margin-top: 50px;
  }
}
.pxn-h1_projects_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pxn-h1_project_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.pxn-h1_project_item:not(:last-child) {
  padding-bottom: 49px;
  margin-bottom: 48px;
  border-bottom: 1px dashed var(--pxn-color-border-1);
}
@media only screen and (max-width: 575px) {
  .pxn-h1_project_item:not(:last-child) {
    padding-bottom: 41px;
    margin-bottom: 40px;
  }
}
.pxn-h1_project_item .project_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 533px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.pxn-h1_project_item .project_img a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pxn-h1_project_item .project_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn-h1_project_item .project_content_wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #d4fbdc;
  padding: 42px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pxn-h1_project_item .project_content_wrap::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px dashed #1e8a8a;
  border-radius: 16px;
}
.pxn-h1_project_item .project_title {
  font-weight: var(--pxn-fw-regular);
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: var(--pxn-color-heading-primary);
  margin: 0;
}
.pxn-h1_project_item .project_title a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 90%;
  display: inline;
}
.pxn-h1_project_item .project_title a:hover {
  background-size: 100% 2px;
}
.pxn-h1_project_item .project_desc {
  font-size: 22px;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body);
  margin-top: 20px;
}
.pxn-h1_project_item .project_meta {
  width: 100%;
  border-width: 1px 0 1px 0;
  border-style: dashed;
  border-color: var(--pxn-color-border-1);
  padding: 42px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.pxn-h1_project_item .project_meta_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
}
.pxn-h1_project_item .project_meta_item .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-regular);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--pxn-color-heading-primary);
}
.pxn-h1_project_item .project_meta_item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--pxn-fw-sbold);
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body);
  margin-top: 10px;
}
.pxn-h1_project_item .project_btn {
  border: 1px solid var(--pxn-color-heading-primary);
  font-weight: var(--pxn-fw-sbold);
  background-color: transparent;
  color: var(--pxn-color-heading-primary);
  font-size: 16px;
  padding: 15px 26px;
  margin-top: 30px;
}
.pxn-h1_project_item .project_btn:hover {
  background-color: var(--pxn-color-common-white);
  border-color: var(--pxn-color-common-white);
  color: var(--pxn-color-heading-primary);
}
.pxn-h1_project_item:hover .project_content_wrap {
  background-color: var(--pxn-color-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h1_project_item .project_img {
    max-width: 450px;
  }
  .pxn-h1_project_item .project_content_wrap {
    padding: 32px;
  }
  .pxn-h1_project_item .project_title {
    font-size: 35px;
  }
  .pxn-h1_project_item .project_desc {
    font-size: 20px;
  }
  .pxn-h1_project_item .project_meta {
    padding: 30px 0;
  }
  .pxn-h1_project_item .project_meta_item .label {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1_project_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pxn-h1_project_item .project_img {
    max-width: 100%;
  }
  .pxn-h1_project_item .project_content_wrap {
    padding: 32px;
  }
  .pxn-h1_project_item .project_title {
    font-size: 35px;
  }
  .pxn-h1_project_item .project_desc {
    font-size: 20px;
  }
  .pxn-h1_project_item .project_meta {
    padding: 30px 0;
  }
  .pxn-h1_project_item .project_meta_item .label {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h1_project_item .project_content_wrap {
    padding: 30px;
  }
  .pxn-h1_project_item .project_title {
    font-size: 30px;
  }
  .pxn-h1_project_item .project_desc {
    font-size: 20px;
  }
  .pxn-h1_project_item .project_meta {
    padding: 30px 0;
  }
  .pxn-h1_project_item .project_meta_item .label {
    font-size: 20px;
  }
  .pxn-h1_project_item .project_meta_item .content {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn-h1_project_item .project_content_wrap {
    padding: 25px;
  }
  .pxn-h1_project_item .project_content_wrap::before {
    border-width: 2px;
  }
  .pxn-h1_project_item .project_title {
    font-size: 26px;
  }
  .pxn-h1_project_item .project_desc {
    font-size: 18px;
  }
  .pxn-h1_project_item .project_meta {
    padding: 30px 0;
  }
  .pxn-h1_project_item .project_meta_item .label {
    font-size: 18px;
  }
  .pxn-h1_project_item .project_meta_item .content {
    font-size: 16px;
  }
  .pxn-h1_project_item .project_btn {
    font-size: 18px;
    padding: 15px 25px;
  }
}
.pxn-h2-projects-section {
  background-color: var(--pxn-color-theme-bg-light-2);
}
.pxn-h2-projects-section .section_title {
  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;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pxn-h2-projects-section .section_title .section_text {
  max-width: 660px;
  width: 100%;
}
.pxn-h2-projects-section .section_title .sec_desc {
  max-width: 460px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-h2-projects-section .section_title .section_text {
    max-width: 570px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h2-projects-section .section_title .section_text {
    max-width: 480px;
  }
  .pxn-h2-projects-section .section_title .sec_desc {
    max-width: 334px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h2-projects-section .section_title {
    gap: 20px;
  }
  .pxn-h2-projects-section .section_title .section_text {
    max-width: 430px;
  }
  .pxn-h2-projects-section .section_title .sec_desc {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h2-projects-section .section_title {
    gap: 20px;
  }
  .pxn-h2-projects-section .section_title .section_text {
    max-width: 350px;
  }
  .pxn-h2-projects-section .section_title .sec_desc {
    max-width: 100%;
  }
}
.pxn_projects_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.pxn_project_item {
  width: 100%;
  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-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.pxn_project_item:not(:last-child) {
  border-bottom: 1px dashed var(--pxn-color-border-1);
  padding-bottom: 48px;
  margin-bottom: 48px;
}
.pxn_project_item .project_img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 645px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.pxn_project_item .project_img a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pxn_project_item .project_img img {
  aspect-ratio: 645/545;
  -o-object-fit: cover;
     object-fit: cover;
}
.pxn_project_item .project_content {
  max-width: 520px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_project_item .project_title {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: var(--pxn-color-heading-primary);
  margin: 0;
}
.pxn_project_item .project_title a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 90%;
  display: inline;
}
.pxn_project_item .project_title a:hover {
  background-size: 100% 2px;
}
.pxn_project_item .project_desc {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: var(--pxn-color-text-body);
  margin-top: 20px;
}
.pxn_project_item .project_btn {
  border: 1px solid var(--pxn-color-heading-primary);
  font-weight: var(--pxn-fw-sbold);
  background-color: transparent;
  color: var(--pxn-color-heading-primary);
  font-size: 16px;
  padding: 15px 26px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_project_item .project_img {
    max-width: 500px;
  }
  .pxn_project_item .project_title {
    font-size: 35px;
  }
  .pxn_project_item .project_desc {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_project_item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .pxn_project_item .project_img {
    max-width: 400px;
  }
  .pxn_project_item .project_title {
    font-size: 30px;
  }
  .pxn_project_item .project_desc {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_project_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pxn_project_item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .pxn_project_item .project_img {
    max-width: 100%;
  }
  .pxn_project_item .project_content {
    max-width: 100%;
  }
  .pxn_project_item .project_title {
    font-size: 28px;
  }
  .pxn_project_item .project_desc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn_project_item .project_title {
    font-size: 26px;
  }
  .pxn_project_item .project_desc {
    font-size: 18px;
    margin-top: 15px;
  }
  .pxn_project_item .project_btn {
    font-size: 18px;
    padding: 15px 25px;
    margin-top: 20px;
  }
}

/* !END: Projects CSS */
/**----------------------------------------
START: Service Details CSS
----------------------------------------*/
.pxn_project_content h2 {
  font-size: 40px;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 15px;
}
.pxn_project_content p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.pxn_project_content img {
  width: 100%;
  border-radius: 10px;
}
.pxn_project_content .pxn_list > li {
  gap: 12px;
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
}
.pxn_project_content .pxn_list > li i,
.pxn_project_content .pxn_list > li svg {
  font-size: 26px;
  margin-top: -4px;
}
.pxn_project_content .pxn_list > li:not(:last-child) {
  border: none;
  padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_project_content h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_project_content h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_project_content h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_project_content h2 {
    font-size: 26px;
  }
  .pxn_project_content p {
    font-size: 16px;
  }
}
.pxn-related-projects {
  border-top: 1px dashed var(--pxn-color-border-1);
}
.pxn-related-projects .section_title {
  max-width: 550px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn-related-projects .section_title {
    max-width: 480px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-related-projects .section_title {
    max-width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-related-projects .section_title {
    max-width: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-related-projects .section_title {
    max-width: 320px;
  }
}

/* !END: Service Details CSS */
/**----------------------------------------
START: Pricing Table CSS
----------------------------------------*/
.pxn-h3-pricing-section {
  background-color: var(--pxn-color-theme-bg-light-3);
  padding-top: 130px;
}
.pxn-h3_pricing_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-h3-pricing-section {
    padding-top: 100px;
  }
  .pxn-h3_pricing_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-h3-pricing-section {
    padding-top: 90px;
  }
  .pxn-h3_pricing_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-h3-pricing-section {
    padding-top: 80px;
  }
  .pxn-h3_pricing_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pxn_pricing_box {
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--pxn-color-common-white);
  border-radius: 16px;
  padding: 36px;
  height: 100%;
  overflow: hidden;
}
.pxn_pricing_box.recommended {
  background-color: var(--pxn-color-theme-primary-3);
}
.pxn_pricing_box.recommended .package_name {
  color: var(--pxn-color-common-white);
}
.pxn_pricing_box.recommended .package_name .icon {
  background-color: var(--pxn-color-common-white);
  color: var(--pxn-color-theme-primary-3);
}
.pxn_pricing_box.recommended .package_price .currency,
.pxn_pricing_box.recommended .package_price .price,
.pxn_pricing_box.recommended .package_price .period {
  color: var(--pxn-color-common-white);
}
.pxn_pricing_box.recommended .package_features > li {
  color: var(--pxn-color-common-white);
}
.pxn_pricing_box.recommended .package_features > li i,
.pxn_pricing_box.recommended .package_features > li svg {
  color: var(--pxn-color-common-white);
  fill: var(--pxn-color-common-white);
}
.pxn_pricing_box.recommended .package_btn {
  background-color: var(--pxn-color-common-white);
  color: var(--pxn-color-heading-primary-3);
}
.pxn_pricing_box .package_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--pxn-color-heading-primary-3);
  margin-bottom: 50px;
}
.pxn_pricing_box .package_name .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;
  width: 70px;
  height: 70px;
  background-color: var(--pxn-color-theme-primary-3);
  color: var(--pxn-color-common-white);
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
}
.pxn_pricing_box .package_name .icon i,
.pxn_pricing_box .package_name .icon svg,
.pxn_pricing_box .package_name .icon img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pxn_pricing_box .package_name .icon svg,
.pxn_pricing_box .package_name .icon img {
  width: 28px;
  height: auto;
}
.pxn_pricing_box .package_name .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_pricing_box .package_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pxn_pricing_box .package_price .currency {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-sbold);
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--pxn-color-heading-primary-3);
}
.pxn_pricing_box .package_price .price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-bold);
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--pxn-color-heading-primary-3);
}
.pxn_pricing_box .package_price .period {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-sbold);
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: -0.02em;
  color: var(--pxn-color-heading-primary-3);
}
.pxn_pricing_box .package_features {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 24px;
  margin-top: 50px;
}
.pxn_pricing_box .package_features > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: var(--pxn-color-heading-primary-3);
}
.pxn_pricing_box .package_features > li i,
.pxn_pricing_box .package_features > li svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  line-height: 1;
  color: var(--pxn-color-theme-primary-3);
  fill: var(--pxn-color-theme-primary-3);
  margin-top: 1px;
}
.pxn_pricing_box .package_btn {
  width: 100%;
  background-color: var(--pxn-color-theme-primary-3);
  border-radius: 100px;
  font-size: 16px;
  color: var(--pxn-color-common-white);
  padding: 15px 30px;
  margin-top: 50px;
}
.pxn_pricing_box .package_btn .btn_icon {
  font-size: inherit;
  color: inherit;
}
.pxn_pricing_box.style-2 {
  border: 2px dashed var(--pxn-color-heading-primary);
}
.pxn_pricing_box.style-2.recommended {
  background-color: var(--pxn-color-theme-primary);
  border-color: var(--pxn-color-theme-primary);
}
.pxn_pricing_box.style-2.recommended .package_btn {
  border-color: var(--pxn-color-common-white);
  background-color: var(--pxn-color-common-white);
  color: var(--pxn-color-heading-primary);
}
.pxn_pricing_box.style-2 .package_name {
  color: var(--pxn-color-heading-primary);
}
.pxn_pricing_box.style-2 .package_price .currency,
.pxn_pricing_box.style-2 .package_price .price,
.pxn_pricing_box.style-2 .package_price .period {
  color: var(--pxn-color-heading-primary);
}
.pxn_pricing_box.style-2 .package_features > li {
  color: var(--pxn-color-heading-primary);
}
.pxn_pricing_box.style-2 .package_features > li i,
.pxn_pricing_box.style-2 .package_features > li svg {
  color: var(--pxn-color-heading-primary);
  fill: var(--pxn-color-heading-primary);
}
.pxn_pricing_box.style-2 .package_btn {
  border: 1px solid var(--pxn-color-heading-primary);
  background-color: var(--pxn-color-common-white);
  color: var(--pxn-color-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_pricing_box {
    padding: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_pricing_box {
    padding: 32px;
  }
  .pxn_pricing_box .package_name {
    margin-bottom: 40px;
  }
  .pxn_pricing_box .package_price .price {
    font-size: 65px;
  }
  .pxn_pricing_box .package_price .period {
    font-size: 20px;
  }
  .pxn_pricing_box .package_features {
    margin-top: 40px;
  }
  .pxn_pricing_box .package_btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_pricing_box {
    padding: 30px 25px;
  }
  .pxn_pricing_box .package_name {
    margin-bottom: 30px;
  }
  .pxn_pricing_box .package_price .price {
    font-size: 55px;
  }
  .pxn_pricing_box .package_price .period {
    font-size: 18px;
    padding-left: 5px;
  }
  .pxn_pricing_box .package_features {
    margin-top: 30px;
    gap: 20px;
  }
  .pxn_pricing_box .package_features > li {
    font-size: 16px;
  }
  .pxn_pricing_box .package_features > li i,
  .pxn_pricing_box .package_features > li svg {
    font-size: 18px;
  }
  .pxn_pricing_box .package_btn {
    margin-top: 30px;
  }
}
.pxn_pricing_page_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.pxn_pricing_horizontal_box {
  border: 2px dashed var(--pxn-color-heading-primary);
  border-radius: 16px;
  background-color: var(--pxn-color-common-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pxn_pricing_horizontal_box.recommended {
  background-color: var(--pxn-color-theme-primary);
}
.pxn_pricing_horizontal_box.recommended .package_btn {
  border-color: var(--pxn-color-heading-primary);
  background-color: var(--pxn-color-heading-primary);
  color: var(--pxn-color-common-white);
}
.pxn_pricing_horizontal_box .package_left_side {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px;
  border-right: 2px dashed var(--pxn-color-heading-primary);
}
.pxn_pricing_horizontal_box .package_right_side {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  min-width: 43%;
  padding: 40px;
}
.pxn_pricing_horizontal_box .package_right_side .package_btn {
  display: none;
}
.pxn_pricing_horizontal_box .package_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  font-size: 24px;
  line-height: 1.2;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 25px;
}
.pxn_pricing_horizontal_box .package_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pxn_pricing_horizontal_box .package_price .currency {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-sbold);
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--pxn-color-heading-primary);
}
.pxn_pricing_horizontal_box .package_price .price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-bold);
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--pxn-color-heading-primary);
}
.pxn_pricing_horizontal_box .package_price .period {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: var(--pxn-fw-sbold);
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: -0.02em;
  color: var(--pxn-color-heading-primary);
}
.pxn_pricing_horizontal_box .package_desc {
  max-width: 600px;
  width: 100%;
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  line-height: 1.6;
  color: var(--pxn-color-text-body);
  margin-top: 30px;
}
.pxn_pricing_horizontal_box .package_btn {
  border: 1px solid var(--pxn-color-heading-primary);
  background-color: var(--pxn-color-common-white);
  border-radius: 100px;
  font-size: 16px;
  color: var(--pxn-color-heading-primary);
  padding: 15px 30px;
  margin-top: 60px;
}
.pxn_pricing_horizontal_box .package_btn .btn_icon {
  font-size: inherit;
  color: inherit;
}
.pxn_pricing_horizontal_box .package_features_title {
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-sbold);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--pxn-color-heading-primary);
  margin-bottom: 25px;
}
.pxn_pricing_horizontal_box .package_features {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 20px;
}
.pxn_pricing_horizontal_box .package_features > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  font-family: var(--pxn-ff-body);
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: var(--pxn-color-heading-primary);
}
.pxn_pricing_horizontal_box .package_features > li i,
.pxn_pricing_horizontal_box .package_features > li svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 22px;
  line-height: 1;
  color: var(--pxn-color-heading-primary);
  fill: var(--pxn-color-heading-primary);
  margin-top: -1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_pricing_horizontal_box .package_left_side {
    padding: 32px;
  }
  .pxn_pricing_horizontal_box .package_right_side {
    padding: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_pricing_horizontal_box .package_price .price {
    font-size: 65px;
  }
  .pxn_pricing_horizontal_box .package_price .period {
    font-size: 20px;
  }
  .pxn_pricing_horizontal_box .package_btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_pricing_horizontal_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 25px;
  }
  .pxn_pricing_horizontal_box .package_left_side {
    padding: 0;
    border: none;
  }
  .pxn_pricing_horizontal_box .package_left_side .package_btn {
    display: none;
  }
  .pxn_pricing_horizontal_box .package_right_side {
    padding: 0;
    width: 100%;
  }
  .pxn_pricing_horizontal_box .package_right_side .package_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .pxn_pricing_horizontal_box .package_price .price {
    font-size: 55px;
  }
  .pxn_pricing_horizontal_box .package_price .period {
    font-size: 18px;
    padding-left: 5px;
  }
  .pxn_pricing_horizontal_box .package_desc {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .pxn_pricing_horizontal_box .package_features_title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .pxn_pricing_horizontal_box .package_features {
    gap: 18px;
  }
  .pxn_pricing_horizontal_box .package_features > li {
    font-size: 16px;
  }
  .pxn_pricing_horizontal_box .package_features > li i,
  .pxn_pricing_horizontal_box .package_features > li svg {
    font-size: 18px;
    margin-top: 0;
  }
  .pxn_pricing_horizontal_box .package_btn {
    margin-top: 30px;
  }
}

/* !END: Pricing Table CSS */
/**----------------------------------------
START: Team Details CSS
----------------------------------------*/
.pxn_member_information_wrap {
  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-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.pxn_member_information_wrap .member_img {
  position: relative;
  max-width: 560px;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 30px;
}
.pxn_member_information_wrap .member_img::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 320px;
  height: 400px;
  background-color: rgba(169, 248, 185, 0.5019607843);
  border-radius: 16px;
  z-index: -1;
}
.pxn_member_information_wrap .member_img img {
  width: 100%;
  border-radius: 16px;
}
.pxn_member_information_wrap .member_info {
  max-width: 650px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pxn_member_information_wrap .member_info .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  line-height: 1.22;
  font-weight: var(--pxn-fw-regular);
  letter-spacing: 0.02em;
  margin: 0;
}
.pxn_member_information_wrap .member_info .designation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: var(--pxn-fw-medium);
  line-height: 1.22;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
.pxn_member_information_wrap .member_info .summery {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.pxn_member_information_wrap .member_info .info_list {
  margin-top: 30px;
}
.pxn_member_information_wrap .member_info .info_list .pxn_icon_box:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed var(--pxn-color-border-1);
}
.pxn_member_information_wrap .member_info .contact_btn {
  margin-top: 40px;
  background-color: var(--pxn-color-heading-primary);
  color: var(--pxn-color-common-white);
}
.pxn_member_journey_wrap {
  background-color: #fbfbfb;
  border-radius: 16px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
}
.pxn_member_journey_wrap hr {
  width: 1px;
  height: auto;
  margin: 0;
  border: none;
  opacity: 1;
  background-color: rgba(0, 36, 15, 0.2);
}
.pxn_member_journey_wrap .member_skills,
.pxn_member_journey_wrap .member_career {
  max-width: 50%;
  width: 100%;
}
.pxn_member_journey_wrap .journey_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 28px;
  line-height: 1.22;
  letter-spacing: 0.02em;
  margin: 0;
}
.pxn_member_journey_wrap .journey_title .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;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background-color: rgba(169, 248, 185, 0.5019607843);
  color: var(--pxn-color-heading-primary);
}
.pxn_member_journey_wrap .journey_desc {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
.pxn_member_journey_wrap .pxn_career_journey {
  margin-top: 40px;
}
.pxn_member_journey_wrap .pxn_progress_item {
  margin-top: 50px;
}
.pxn_member_journey_wrap .pxn_quote_text {
  margin-top: 60px;
  border: 1px dashed var(--pxn-color-border-1);
  border-radius: 16px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.02em;
}
.pxn_member_journey_wrap .pxn_quote_text i,
.pxn_member_journey_wrap .pxn_quote_text svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 30px;
  color: var(--pxn-color-heading-primary);
  margin-top: -5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_member_journey_wrap .member_skills {
    max-width: 45%;
  }
  .pxn_member_journey_wrap .member_career {
    max-width: 55%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_member_information_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pxn_member_information_wrap .member_img {
    max-width: 440px;
  }
  .pxn_member_information_wrap .member_info .name {
    font-size: 32px;
  }
  .pxn_member_journey_wrap {
    gap: 30px;
  }
  .pxn_member_journey_wrap .member_skills {
    max-width: 45%;
  }
  .pxn_member_journey_wrap .member_career {
    max-width: 55%;
  }
  .pxn_member_journey_wrap .journey_title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_member_information_wrap {
    -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;
    gap: 50px;
  }
  .pxn_member_information_wrap .member_img {
    max-width: 100%;
  }
  .pxn_member_information_wrap .member_info {
    max-width: 100%;
  }
  .pxn_member_information_wrap .member_info .name {
    font-size: 28px;
  }
  .pxn_member_information_wrap .member_info .summery {
    margin-top: 20px;
  }
  .pxn_member_journey_wrap {
    margin-top: 80px;
    -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;
    gap: 50px;
  }
  .pxn_member_journey_wrap hr {
    width: 100%;
    height: 1px;
  }
  .pxn_member_journey_wrap .member_skills,
  .pxn_member_journey_wrap .member_career {
    max-width: 100%;
  }
  .pxn_member_journey_wrap .journey_title {
    font-size: 24px;
  }
  .pxn_member_journey_wrap .pxn_progress_item {
    margin-top: 30px;
  }
  .pxn_member_journey_wrap .pxn_quote_text {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_member_information_wrap {
    -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;
    gap: 50px;
  }
  .pxn_member_information_wrap .member_img {
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .pxn_member_information_wrap .member_info {
    max-width: 100%;
  }
  .pxn_member_information_wrap .member_info .name {
    font-size: 26px;
  }
  .pxn_member_information_wrap .member_info .summery {
    margin-top: 20px;
    font-size: 16px;
  }
  .pxn_member_journey_wrap {
    margin-top: 50px;
    -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;
    padding: 30px 20px;
    gap: 50px;
  }
  .pxn_member_journey_wrap hr {
    width: 100%;
    height: 1px;
  }
  .pxn_member_journey_wrap .member_skills,
  .pxn_member_journey_wrap .member_career {
    max-width: 100%;
  }
  .pxn_member_journey_wrap .journey_title {
    font-size: 22px;
  }
  .pxn_member_journey_wrap .journey_desc {
    font-size: 16px;
  }
  .pxn_member_journey_wrap .pxn_progress_item {
    margin-top: 30px;
  }
  .pxn_member_journey_wrap .pxn_quote_text {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    font-size: 16px;
  }
  .pxn_member_journey_wrap .pxn_quote_text i,
  .pxn_member_journey_wrap .pxn_quote_text svg {
    margin-top: 0;
  }
}

/* !END: Team Details CSS */
/**----------------------------------------
START: Accordion CSS
----------------------------------------*/
.pxn_accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.pxn_accordion_item {
  border: 1px dashed var(--pxn-color-border-1);
  border-radius: 20px;
  background-color: var(--pxn-color-common-white);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn_accordion_item:has(.accordion_question:not(.collapsed)) {
  background-color: var(--pxn-color-theme-primary);
  border-color: #1e8a8a;
}
.pxn_accordion_item .accordion_question {
  position: relative;
  border: none;
  background-color: transparent;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--pxn-ff-heading);
  font-weight: var(--pxn-fw-regular);
  font-size: 32px;
  line-height: 1.3;
  color: var(--pxn-color-heading-primary);
  letter-spacing: 0.03em;
  z-index: 1;
  padding-block: 30px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}
.pxn_accordion_item .accordion_question::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 110%;
  line-height: 1;
  content: "\e948";
  font-family: var(--pxn-ff-icons);
  position: absolute;
  top: 33px;
  inset-inline-end: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pxn_accordion_item .accordion_question:not(.collapsed)::after {
  content: "\e947";
}
.pxn_accordion_item .accordion_answer {
  font-weight: var(--pxn-fw-medium);
  font-size: 18px;
  color: var(--pxn-color-text-body);
  padding: 0 50px 30px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pxn_accordion_item .accordion_question {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn_accordion_item .accordion_question {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_accordion_item {
    border-radius: 16px;
  }
  .pxn_accordion_item .accordion_question {
    font-size: 24px;
    padding-block: 25px;
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
  .pxn_accordion_item .accordion_question::after {
    top: 28px;
  }
  .pxn_accordion_item .accordion_answer {
    padding: 0 50px 25px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pxn_accordion_item {
    border-radius: 16px;
  }
  .pxn_accordion_item .accordion_question {
    font-size: 22px;
    padding-block: 20px;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
    -webkit-padding-end: 43px;
            padding-inline-end: 43px;
  }
  .pxn_accordion_item .accordion_question::after {
    top: 23px;
  }
  .pxn_accordion_item .accordion_answer {
    padding: 0 43px 20px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .pxn_accordion_item {
    border-radius: 16px;
  }
  .pxn_accordion_item .accordion_question {
    font-size: 20px;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
    padding-block: 20px;
    -webkit-padding-end: 43px;
            padding-inline-end: 43px;
  }
  .pxn_accordion_item .accordion_question::after {
    top: 22px;
  }
  .pxn_accordion_item .accordion_answer {
    font-size: 16px;
    padding: 0 43px 20px 20px;
  }
}
.pxn_faq_content_wrapper .faq_button {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_faq_content_wrapper .faq_button {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_faq_content_wrapper .faq_button {
    margin-top: 50px;
  }
}

/* !END: Accordion CSS */
/**----------------------------------------
START: Contact CSS
----------------------------------------*/
.pxn_contact_form .error,
.pxn_contact_form .wpcf7-not-valid-tip {
  color: red;
  font-size: 13px;
  margin: 5px 0 0 0;
}
.pxn_contact_form select,
.pxn_contact_form .nice-select,
.pxn_contact_form input[type=search],
.pxn_contact_form input[type=tel],
.pxn_contact_form input[type=text],
.pxn_contact_form input[type=email],
.pxn_contact_form input[type=url],
.pxn_contact_form input[type=password],
.pxn_contact_form input[type=number],
.pxn_contact_form input[type=date],
.pxn_contact_form input[type=datetime-local],
.pxn_contact_form input[type=month],
.pxn_contact_form input[type=week],
.pxn_contact_form input[type=time],
.pxn_contact_form textarea {
  background-color: var(--pxn-color-common-white);
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-style: dashed;
  margin-bottom: 30px;
  padding: 15px 0;
}
.pxn_contact_form select:focus,
.pxn_contact_form .nice-select:focus,
.pxn_contact_form input[type=search]:focus,
.pxn_contact_form input[type=tel]:focus,
.pxn_contact_form input[type=text]:focus,
.pxn_contact_form input[type=email]:focus,
.pxn_contact_form input[type=url]:focus,
.pxn_contact_form input[type=password]:focus,
.pxn_contact_form input[type=number]:focus,
.pxn_contact_form input[type=date]:focus,
.pxn_contact_form input[type=datetime-local]:focus,
.pxn_contact_form input[type=month]:focus,
.pxn_contact_form input[type=week]:focus,
.pxn_contact_form input[type=time]:focus,
.pxn_contact_form textarea:focus {
  border-color: var(--pxn-color-theme-secondary);
}
@media only screen and (max-width: 575px) {
  .pxn_contact_form select,
  .pxn_contact_form .nice-select,
  .pxn_contact_form input[type=search],
  .pxn_contact_form input[type=tel],
  .pxn_contact_form input[type=text],
  .pxn_contact_form input[type=email],
  .pxn_contact_form input[type=url],
  .pxn_contact_form input[type=password],
  .pxn_contact_form input[type=number],
  .pxn_contact_form input[type=date],
  .pxn_contact_form input[type=datetime-local],
  .pxn_contact_form input[type=month],
  .pxn_contact_form input[type=week],
  .pxn_contact_form input[type=time],
  .pxn_contact_form textarea {
    margin-bottom: 25px;
  }
}
.pxn_contact_form textarea {
  height: 145px;
}
.pxn_contact_form .nice-select::after {
  width: 7px;
  height: 7px;
  border-bottom-color: var(--pxn-color-theme-secondary);
  border-right-color: var(--pxn-color-theme-secondary);
}
.pxn-contact-page .pxn_contact_information,
.pxn-contact-page .pxn_contact_map {
  padding-top: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pxn-contact-page .pxn_contact_information,
  .pxn-contact-page .pxn_contact_map {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn-contact-page .pxn_contact_information,
  .pxn-contact-page .pxn_contact_map {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn-contact-page .pxn_contact_information,
  .pxn-contact-page .pxn_contact_map {
    padding-top: 80px;
  }
}
.pxn_contact_information .pxn_info_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_contact_information .pxn_info_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pxn_contact_map .pxn-map {
  min-height: 400px;
  height: 500px;
  border-radius: 10px;
}
.pxn_contact_map .pxn_map_marker {
  color: var(--pxn-color-theme-secondary);
  font-size: 40px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pxn_contact_map .pxn-map {
    height: 430px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .pxn_contact_map .pxn-map {
    height: 400px;
  }
}

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